]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
[gdb/testsuite] Fix gdb.fortran/ptype-on-functions.exp with gcc-4.8
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-30 Tom de Vries <tdevries@suse.de>
2
3 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4 "__class_some_module_Number_t" optional.
5
6 2020-07-29 Tom de Vries <tdevries@suse.de>
7
8 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
9 multiple locations.
10
11 2020-07-29 Tom de Vries <tdevries@suse.de>
12
13 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
14 rather than function name.
15
16 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 PR symtab/26270:
19 * gdb.cp/disasm-func-name.cc: New file.
20 * gdb.cp/disasm-func-name.exp: New file.
21
22 2020-07-28 Tom Tromey <tromey@adacore.com>
23
24 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
25 'varval' location.
26
27 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.python/py-unwind.py: Update to make use of a register
30 descriptor.
31
32 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.python/py-arch-reg-names.exp: Add additional tests.
35
36 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 PR fortran/23051
39 PR fortran/26139
40 * gdb.fortran/class-allocatable-array.exp: New file.
41 * gdb.fortran/class-allocatable-array.f90: New file.
42 * gdb.fortran/pointer-to-pointer.exp: New file.
43 * gdb.fortran/pointer-to-pointer.f90: New file.
44
45 2020-07-25 Tom de Vries <tdevries@suse.de>
46
47 PR symtab/26243
48 * gdb.dwarf2/dw2-line-number-zero.c: New test.
49 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
50
51 2020-07-24 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/26293
54 * gdb.ada/mi_prot.exp: Require gnatmake-8.
55
56 2020-07-23 Pedro Alves <pedro@palves.net>
57
58 * gdb.server/server-kill.exp (prepare): New, factored out from the
59 top level.
60 (kill_server): New.
61 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
62 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
63
64 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
67
68 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
69
70 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
71 Initialize to empty string at top level.
72 (gdb_wrapper_init): Revert check for file existence on build.
73 Build the wrapper in its default place, not a build-specific
74 location. When host == build, make the pathname absolute.
75 (gdb_compile): Delete leftover declaration of
76 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
77 string instead of uninitialized.
78
79 2020-07-22 Kevin Buettner <kevinb@redhat.com>
80
81 * gdb.base/corefile2.exp: New file.
82 * gdb.base/coremaker2.exp: New file.
83
84 2020-07-22 Kevin Buettner <kevinb@redhat.com>
85
86 * gdb.base/coredump-filter.exp: Add second
87 non-Private-Shared-Anon-File test.
88 (test_disasm): Rename binfile for test which is expected
89 to fail.
90
91 2020-07-22 Kevin Buettner <kevinb@redhat.com>
92
93 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
94 data in core file".
95 * gdb.base/coremaker.c (buf2ro): New global.
96 (mmapdata): Add a read-only mmap mapping.
97
98 2020-07-22 Kevin Buettner <kevinb@redhat.com>
99
100 PR corefiles/25631
101 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
102 New test.
103 * gdb.base/coremaker.c (buf3): New global.
104 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
105 flags.
106
107 2020-07-22 Kevin Buettner <kevinb@redhat.com>
108
109 * gdb.base/coremaker.c (filler_ro): New global constant.
110
111 2020-07-22 Tom Tromey <tromey@adacore.com>
112
113 * gdb.ada/mi_prot.exp: New file.
114 * gdb.ada/mi_prot/pkg.adb: New file.
115 * gdb.ada/mi_prot/pkg.ads: New file.
116 * gdb.ada/mi_prot/prot.adb: New file.
117
118 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
119
120 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
121 loads two JITers.
122
123 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.python/py-arch-reg-groups.exp: Additional tests.
126
127 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.python/py-arch-reg-names.exp: Additional tests.
130
131 2020-07-21 Tom de Vries <tdevries@suse.de>
132
133 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
134 breakpoint locations".
135 * gdb.reverse/solib-reverse.exp: Same.
136
137 2020-07-21 Tom de Vries <tdevries@suse.de>
138
139 * gdb.reverse/step-reverse.c (callee): Merge statements.
140
141 2020-07-21 Tom de Vries <tdevries@suse.de>
142
143 * gdb.fortran/info-modules.exp (info module variables): Allow missing
144 line numbers for some variables.
145
146 2020-07-21 Tom de Vries <tdevries@suse.de>
147
148 * gdb.opt/inline-locals.c (init_array): New func.
149 (func1): Use init_array.
150 * gdb.opt/inline-locals.exp: Update pattern.
151
152 2020-07-21 Tom de Vries <tdevries@suse.de>
153
154 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
155 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
156
157 2020-07-20 Ludovic Courtès <ludo@gnu.org>
158
159 * gdb.guile/source2.scm: Add #f first argument to 'format'.
160 * gdb.guile/types-module.exp: Remove "ERROR:" from
161 regexps since Guile 3.0 no longer prints that.
162
163 2020-07-20 Ludovic Courtès <ludo@gnu.org>
164
165 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
166 error regexp to match on Guile 2.2.
167
168 2020-07-20 Gary Benson <gbenson@redhat.com>
169
170 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
171 with clang.
172
173 2020-07-20 Tom de Vries <tdevries@suse.de>
174
175 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
176 (omp_set_lock_in_order): New function.
177 (single_scope, multi_scope, nested_func, nested_parallel): Use
178 omp_set_lock_in_order and omp_unset_lock.
179 (main): Init and destroy lock and lock2.
180
181 2020-07-20 Tom de Vries <tdevries@suse.de>
182
183 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
184
185 2020-07-20 Tom de Vries <tdevries@suse.de>
186
187 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
188
189 2020-07-17 Tom de Vries <tdevries@suse.de>
190
191 * gdb.base/valgrind-infcall-2.c: New test.
192 * gdb.base/valgrind-infcall-2.exp: New file.
193 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
194
195 2020-07-17 Tom de Vries <tdevries@suse.de>
196
197 * gdb.dlang/circular.c (found): Use found_label as label name.
198 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
199 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
200 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
201 * gdb.dwarf2/ada-linkage-name.exp: Same.
202 * gdb.dwarf2/arr-subrange.exp: Same.
203 * gdb.dwarf2/atomic-type.exp: Same.
204 * gdb.dwarf2/comp-unit-lang.exp: Same.
205 * gdb.dwarf2/cpp-linkage-name.exp: Same.
206 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
207 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
208 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
209 * gdb.dwarf2/implptr-64bit.exp: Same.
210 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
211 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
212 * gdb.dwarf2/imported-unit.exp: Same.
213 * gdb.dwarf2/main-subprogram.exp: Same.
214 * gdb.dwarf2/missing-type-name.exp: Same.
215 * gdb.dwarf2/nonvar-access.exp: Same.
216 * gdb.dwarf2/struct-with-sig.exp: Same.
217 * gdb.dwarf2/typedef-void-finish.exp: Same.
218 * gdb.dwarf2/void-type.exp: Same.
219
220 2020-07-17 Tom de Vries <tdevries@suse.de>
221
222 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
223 src parameter.
224 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
225 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
226 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
227 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
228 * gdb.dwarf2/dwz.exp: Same.
229 * gdb.dwarf2/implptr-optimized-out.exp: Same.
230 * gdb.dwarf2/implref-array.exp: Same.
231 * gdb.dwarf2/implref-const.exp: Same.
232 * gdb.dwarf2/implref-global.exp: Same.
233 * gdb.dwarf2/implref-struct.exp: Same.
234 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
235 * gdb.dwarf2/opaque-type-lookup.exp: Same.
236 * gdb.dwarf2/var-access.exp: Same.
237 * gdb.dwarf2/varval.exp: Same.
238 * gdb.trace/entry-values.exp: Same.
239
240 2020-07-17 Tom de Vries <tdevries@suse.de>
241
242 * lib/dwarf.exp (Dwarf::extern): Remove.
243 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
244 * gdb.dlang/circular.exp: Same.
245 * gdb.dwarf2/comp-unit-lang.exp: Same.
246 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
247 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
248 * gdb.dwarf2/dwz.exp: Same.
249 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
250 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
251 * gdb.dwarf2/imported-unit.exp: Same.
252 * gdb.dwarf2/opaque-type-lookup.exp: Same.
253
254 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
255
256 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
257 Use double quotes instead of single quotes.
258
259 2020-07-16 Caroline Tice <cmtice@google.com>
260
261 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
262 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
263
264 2020-07-16 Tom de Vries <tdevries@suse.de>
265
266 * lib/dwarf.exp (program): Initialize _line.
267 (DW_LNE_end_sequence): Reinitialize _line.
268 (DW_LNS_advance_line): Update _line.
269 (line): New proc.
270 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
271 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
272 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
273 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
274 * gdb.dwarf2/dw2-is-stmt.exp: Same.
275 * gdb.dwarf2/dw2-ranges-func.exp: Same.
276
277 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
280 generic.
281
282 2020-07-15 Tom de Vries <tdevries@suse.de>
283
284 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
285 is_amd64_regs_target.
286
287 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * gdb.fortran/ptype-on-functions.exp: Add more tests.
290 * gdb.fortran/ptype-on-functions.f90: Likewise.
291
292 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
293
294 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
295 values in documentation for addr_size to 4 and 8.
296
297 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.arch/amd64-osabi.exp: Update.
300 * gdb.arch/arm-disassembler-options.exp: Update.
301 * gdb.arch/powerpc-disassembler-options.exp: Update.
302 * gdb.arch/ppc64-symtab-cordic.exp: Update.
303 * gdb.arch/s390-disassembler-options.exp: Update.
304 * gdb.base/all-architectures.exp.tcl: Update.
305 * gdb.base/attach-pie-noexec.exp: Update.
306 * gdb.base/catch-syscall.exp: Update.
307 * gdb.xml/tdesc-arch.exp: Update.
308
309 2020-07-14 Tom de Vries <tdevries@suse.de>
310
311 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
312 (local_gettid): ... this.
313 (fn): Update.
314
315 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
316
317 * gdb.base/info_sources.exp: Skip directory match tests on
318 remote hosts.
319
320 2020-07-13 Gary Benson <gbenson@redhat.com>
321
322 * gdb.base/savedregs.exp (caller): Use parentheses to
323 make expected expression evaluation ordering explicit.
324
325 2020-07-13 Gary Benson <gbenson@redhat.com>
326
327 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
328
329 2020-07-13 Gary Benson <gbenson@redhat.com>
330
331 * gdb.base/bigcore.c (main): Use a volatile pointer when
332 attempting to trigger a SIGSEGV.
333 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
334 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
335 * gdb.base/savedregs.c (thrower): Likewise.
336 * gdb.mi/mi-syn-frame.c (bar): Likewise.
337
338 2020-07-13 Gary Benson <gbenson@redhat.com>
339
340 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
341 defining and using VLA structure fields into...
342 * gdb.base/vla-struct-fields.c: New file.
343 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
344 tests into...
345 * gdb.base/vla-struct-fields.exp: New file.
346
347 2020-07-13 Tom de Vries <tdevries@suse.de>
348
349 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
350 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
351 * gdb.base/gold-gdb-index.exp: Same.
352 * gdb.base/morestack.exp: Same.
353
354 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
355
356 PR rust/26121
357 * gdb.rust/modules.rs: Prevent linker from discarding test
358 symbol.
359
360 2020-07-10 Pedro Alves <pedro@palves.net>
361
362 PR gdb/26199
363 * gdb.multi/multi-target.c (exit_thread): New.
364 (thread_start): Break loop if EXIT_THREAD.
365 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
366 (top level) Call test_no_resumed.
367
368 2020-07-08 Tom Tromey <tromey@adacore.com>
369
370 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
371 * gdb.ada/catch_ex.exp: Examine catchpoint text.
372
373 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 PR python/22748
376 * gdb.opt/inline-frame-tailcall.c: New file.
377 * gdb.opt/inline-frame-tailcall.exp: New file.
378 * gdb.python/py-unwind-inline.c: New file.
379 * gdb.python/py-unwind-inline.exp: New file.
380 * gdb.python/py-unwind-inline.py: New file.
381
382 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.python/py-arch-reg-groups.exp: New file.
385
386 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.python/py-arch-reg-names.exp: New file.
389
390 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
393 gdb.PendingFrame.architecture method.
394
395 2020-07-06 Tom de Vries <tdevries@suse.de>
396
397 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
398
399 2020-07-03 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/structs2.c (main): Adjust second parem_reg call to
402 explicitly write negative numbers.
403 * gdb.base/structs2.exp: Adjust expected output.
404
405 2020-07-03 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/charset.c (init_string): Change all char parameters to
408 unsigned char parameters.
409
410 2020-07-03 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/call-sc.exp (start_scalars_test): Use
413 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
414 * gdb.base/overlays.c: Remove references to PARAMS.
415 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
416 * gdb.base/reread.exp: Don't set 'prototypes' global.
417 * gdb.base/structs.exp (start_structs_test): Use
418 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
419 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
420 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
421 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
422 call.
423 * gdb.base/varargs.exp: Don't set 'prototypes' global.
424
425 2020-07-03 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/m32rovly.c: Delete.
428 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
429
430 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
431
432 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
433 of gdb_py_test_multiple.
434 * gdb.python/py-cmd.exp: Likewise.
435 * gdb.python/py-events.exp: Likewise.
436 * gdb.python/py-function.exp: Likewise.
437 * gdb.python/py-inferior.exp: Likewise.
438 * gdb.python/py-infthread.exp: Likewise.
439 * gdb.python/py-linetable.exp: Likewise.
440 * gdb.python/py-parameter.exp: Likewise.
441 * gdb.python/py-value.exp: Likewise.
442
443 2020-06-30 Tom de Vries <tdevries@suse.de>
444
445 PR testsuite/26175
446 * lib/future.exp (gdb_default_target_compile): Detect and handle
447 early_flags.
448
449 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
450
451 * boards/simavr.exp (gdb_load): Catch errors when closing
452 previous connection. Close connection, wait for process and
453 unset simavr_spawn_id on failure.
454
455 2020-06-29 Tom de Vries <tdevries@suse.de>
456
457 * lib/gdb.exp (unknown): Make test-case unresolved.
458
459 2020-06-29 Tom de Vries <tdevries@suse.de>
460
461 PR gdb/25475
462 * gdb.server/solib-list.exp: Verify that the symbol reload
463 confirmation question is asked.
464
465 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
466
467 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
468 have a input seq nr in each pass message.
469 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
470 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
471 * gdb.python/python.exp: Make test names unique,
472 use gdb_test_multiline instead of gdb_py_test_multiple,
473 use $gdb_test_name.
474 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
475
476 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
477
478 * configure.ac: Add --enable-libctf.
479 * aclocal.m4: sinclude ../config/enable.m4.
480 * Makefile.in (site.exp): Add enable_libctf to site.exp.
481 * lib/gdb.exp (skip_ctf_tests): Use it.
482 * gdb.base/ctf-constvars.exp: Error message tweak.
483 * gdb.base/ctf-ptype.exp: Likewise.
484 * configure: Regenerate.
485
486 2020-06-26 Gary Benson <gbenson@redhat.com>
487
488 * gdb.cp/try_catch.cc: Include string.h.
489 (main): Replace comparison against string literal with
490 strcmp, avoiding build failure with -Wstring-compare.
491 Add "marker test-complete".
492 * gdb.cp/try_catch.exp: Run the test to the above marker,
493 then verify that the value of "test" is still true.
494
495 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
498
499 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
500
501 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
502
503 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
506 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
507 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
508 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
509 * gdb.arch/riscv-tdesc-loading.exp: New file.
510
511 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
514
515 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
518 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
519 * gdb.arch/riscv-tdesc-regs.c: New file.
520 * gdb.arch/riscv-tdesc-regs.exp: New file.
521
522 2020-06-24 Pedro Alves <palves@redhat.com>
523
524 * gdb.arch/amd64-entry-value-paramref.exp: Use
525 prepare_for_testing_full and don't pass "c++" for the .S file
526 build spec.
527 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
528 $options, since it's an assembly file. Remove -Wno-deprecated.
529 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
530 compiling C++ programs.
531
532 2020-06-24 Pedro Alves <palves@redhat.com>
533
534 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
535 Clang, add "-Wno-unknown-warning-option" to the options.
536
537 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.xml/tdesc-reload.c: New file.
540 * gdb.xml/tdesc-reload.exp: New file.
541 * gdb.xml/maint-xml-dump-01.xml: New file.
542 * gdb.xml/maint-xml-dump-02.xml: New file.
543 * gdb.xml/maint-xml-dump.exp: New file.
544
545 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
546
547 * lib/completion-support.exp (test_gdb_completion_offers_commands):
548 Adjust for omitted commands when TUI is disabled.
549
550 2020-06-23 Gary Benson <gbenson@redhat.com>
551 Pedro Alves <palves@redhat.com>
552
553 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
554 * gdb.cp/nsimport.cc: Likewise.
555 * gdb.cp/nsnested.cc: Likewise.
556 * gdb.cp/nsnoimports.cc: Likewise.
557 * gdb.cp/nsusing.cc: Likewise.
558 * gdb.cp/smartp.cc: Likewise.
559 * gdb.python/py-pp-integral.c: Likewise.
560 * gdb.python/py-pp-re-notag.c: Likewise.
561
562 2020-06-23 Gary Benson <gbenson@redhat.com>
563
564 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
565 * gdb.cp/nsimport.cc: Likewise.
566 * gdb.cp/nsnested.cc: Likewise.
567 * gdb.cp/nsnoimports.cc: Likewise.
568 * gdb.cp/nsusing.cc: Likewise.
569 * gdb.cp/smartp.cc: Likewise.
570 * gdb.python/py-pp-integral.c: Likewise.
571 * gdb.python/py-pp-re-notag.c: Likewise.
572
573 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
574
575 * gdb.base/default-args.exp: New test.
576 * gdb.base/default-args.c: New file.
577 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
578 * gdb.base/default.exp: Update to new help text.
579 * gdb.base/help.exp: Likewise.
580 * gdb.base/page.exp: Likewise.
581 * gdb.base/style.exp: Likewise.
582 * gdb.guile/guile.exp: Likewise.
583 * gdb.python/python.exp: Likewise.
584
585 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
586
587 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
588 remote host. Fix search path syntax on Windows host.
589
590 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
591
592 * gdb.base/attach.exp: Test priority of 'exec-file' changed
593 over 'exec-file-mismatch'.
594 * gdb.base/attach.c: Mark should_exit volatile.
595 * gdb.base/attach2.c: Likewise. Add a comment explaining
596 why the sleep cannot be big.
597 * gdb.base/attach3.c: New file.
598
599 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
600
601 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
602 prefix optional.
603
604 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
605
606 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
607 for remote host.
608
609 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
610 Hafiz Abid Qadeer <abidh@codesourcery.com>
611
612 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
613 file sent to remote host.
614 (top level): Allow int32_t as type of 32-bit register.
615
616 2020-06-19 Tom de Vries <tdevries@suse.de>
617
618 * lib/gdb.exp (gdb_note): New proc.
619 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
620 (gdb_default_target_compile): ... here. Only call
621 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
622 (use_gdb_compile): Change to array.
623 (toplevel): Update sets of use_gdb_compile to specify language.
624 Warn about default_target_compile override. Store dejagnu's version
625 of default_target_compile in dejagnu_default_target_compile.
626
627 2020-06-18 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
630 (default_gdb_init): ... here.
631
632 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
633
634 Fix TUI support checks in gdb.tui tests.
635
636 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
637 just say UNSUPPORTED.
638 * gdb.tui/corefile-run.exp: Likewise.
639 * gdb.tui/empty.exp: Likewise.
640 * gdb.tui/list-before.exp: Likewise.
641 * gdb.tui/list.exp: Likewise.
642 * gdb.tui/main.exp: Likewise.
643 * gdb.tui/regs.exp: Likewise.
644 * gdb.tui/resize.exp: Likewise.
645 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
646 * gdb.tui/tui-layout-asm.exp: Likewise.
647 * gdb.tui/tui-missing-src.exp: Likewise.
648 * gdb.tui/winheight.exp: Likewise.
649 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
650
651 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
652
653 Fix TCL error in gdb.python/py-format-string.exp.
654
655 * gdb.python/py-format-string.exp: Move test for python support
656 earlier, out of function body.
657
658 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
659
660 * gdb.base/index-cache-load-twice.c: New.
661 * gdb.base/index-cache-load-twice.exp: New.
662
663 2020-06-17 Keith Seitz <keiths@redhat.com>
664
665 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
666 when executing "gdb --configuration".
667
668 2020-06-17 Tom de Vries <tdevries@suse.de>
669
670 * lib/gdb.exp (gdb_tcl_unknown): New proc.
671 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
672 conditional on presence of gdb_tcl_unknown.
673 (gdb_finish): Make override undo conditional on presence of
674 gdb_tcl_unknown.
675
676 2020-06-16 Tom Tromey <tom@tromey.com>
677
678 * gdb.python/tui-window.py (failwin): New function. Register it
679 as a TUI window type.
680 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
681
682 2020-06-16 Gary Benson <gbenson@redhat.com>
683
684 * gdb.python/py-nested-maps.c (create_map): Add missing return
685 value.
686 (create_map_map): Likewise.
687
688 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
689
690 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
691 variable.
692 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
693 and use the already-defined 'options' variable.
694
695 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
696 Tom de Vries <tdevries@suse.de>
697
698 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
699 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
700 (gdb_setup_known_globals): New proc.
701 (gdb_cleanup_globals): New proc.
702 * lib/gdb.exp (load_lib): New override proc.
703 (gdb_stdin_log_init): Set var in_file as persistent global.
704 * lib/pascal.exp (gdb_stdin_log_init): Set vars
705 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
706 fpc_compiler as persistent global.
707
708 2020-06-12 Tom de Vries <tdevries@suse.de>
709
710 * lib/tuiterm.exp (spawn): Rename to ...
711 (tui_spawn): ... this.
712 (toplevel): Move rename of spawn ...
713 (gdb_init_tuiterm): ... here. New proc.
714 (gdb_finish_tuiterm): New proc.
715 * lib/gdb.exp (gdb_finish_hooks): New global var.
716 (gdb_finish): Handle gdb_finish_hooks.
717 (tuiterm_env): New proc.
718 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
719 tuiterm_env.
720 * gdb.tui/basic.exp: Same.
721 * gdb.tui/corefile-run.exp: Same.
722 * gdb.tui/empty.exp: Same.
723 * gdb.tui/list-before.exp: Same.
724 * gdb.tui/list.exp: Same.
725 * gdb.tui/main.exp: Same.
726 * gdb.tui/new-layout.exp: Same.
727 * gdb.tui/regs.exp: Same.
728 * gdb.tui/resize.exp: Same.
729 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
730 * gdb.tui/tui-layout-asm.exp: Same.
731 * gdb.tui/tui-missing-src.exp: Same.
732 * gdb.tui/winheight.exp: Same.
733
734 2020-06-12 Tom de Vries <tdevries@suse.de>
735
736 PR testsuite/26110
737 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
738 (gdb_finish): Reinstall dejagnu's override of ::unknown.
739
740 2020-06-11 Tom Tromey <tom@tromey.com>
741
742 PR gdb/18318:
743 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
744 floating point tests.
745
746 2020-06-11 Keith Seitz <keiths@redhat.com>
747
748 PR gdb/21356
749 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
750 vla_struct.
751 Add new struct vla_typedef and union vla_typedef_union and
752 corresponding instantiation objects.
753 Initialize new objects.
754 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
755 and vla_typedef_union_object.
756 Fixup type for vla_struct_object.
757
758 2020-06-11 Tom de Vries <tdevries@suse.de>
759
760 * lib/gdb.exp (with_override): New proc, factored out of ...
761 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
762
763 2020-06-10 Tom de Vries <tdevries@suse.de>
764
765 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
766
767 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
768
769 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
770 parameter, update callers.
771
772 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
773
774 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
775 * gdb.dwarf2/share-psymtabs-bt.c: New file.
776 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
777
778 2020-06-04 Tom de Vries <tdevries@suse.de>
779
780 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
781
782 2020-06-04 Tom de Vries <tdevries@suse.de>
783
784 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
785 exp_continue.
786
787 2020-06-04 Tom de Vries <tdevries@suse.de>
788
789 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
790
791 2020-06-03 Tom de Vries <tdevries@suse.de>
792
793 PR symtab/26046
794 * gdb.cp/breakpoint-locs-2.cc: New test.
795 * gdb.cp/breakpoint-locs.cc: New test.
796 * gdb.cp/breakpoint-locs.exp: New file.
797 * gdb.cp/breakpoint-locs.h: New test.
798
799 2020-06-03 Tom de Vries <tdevries@suse.de>
800
801 PR testsuite/25609
802 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
803 value of global verbose.
804 * gdb.base/jit-elf.exp: Same.
805 * gdb.base/jit-reader.exp: Same.
806
807 2020-06-02 Tom de Vries <tdevries@suse.de>
808
809 * gdb.dwarf2/multidictionary.exp: Don't use
810 gdb_spawn_with_cmdline_opts.
811
812 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
815 use_header case.
816 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
817 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
818 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
819 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
820 * gdb.dwarf2/dw2-inline-header.c: New file.
821 * gdb.dwarf2/dw2-inline-header.h: New file.
822
823 2020-05-30 Pedro Alves <palves@redhat.com>
824
825 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
826 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
827
828 2020-05-29 Gary Benson <gbenson@redhat.com>
829
830 * gdb.compile/compile-cplus.exp (additional_flags): Also
831 set when building with clang.
832 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
833 when building with clang.
834
835 2020-05-29 Gary Benson <gbenson@redhat.com>
836
837 * gdb.arch/i386-avx.exp (additional_flags): Also set when
838 building with clang.
839 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
840
841 2020-05-29 Gary Benson <gbenson@redhat.com>
842
843 * gdb.cp/koenig.exp (prepare_for_testing): Add
844 additional_flags=-Wno-unused-comparison.
845 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
846
847 2020-05-28 Gary Benson <gbenson@redhat.com>
848
849 * gdb.base/sigaltstack.c (catcher): Add default case to switch
850 statement.
851
852 2020-05-28 Gary Benson <gbenson@redhat.com>
853
854 * gdb.cp/classes.exp (prepare_for_testing): Add
855 additional_flags=-Wno-deprecated-register.
856 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
857 * gdb.cp/misc.exp: Likewise.
858
859 2020-05-28 Gary Benson <gbenson@redhat.com>
860
861 * gdb.linespec/cpls-ops.cc (dummy): New static global.
862 (test_op_new::operator new): Add return statement.
863 (test_op_new_array::operator new[]): Likewise.
864
865 2020-05-27 Pedro Alves <palves@redhat.com>
866
867 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
868 check. Use test_gdb_complete_unique instead of
869 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
870 test_gdb_complete_multiple instead of
871 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
872
873 2020-05-27 Luis Machado <luis.machado@linaro.org>
874
875 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
876 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
877 * gdb.arch/arm-disassembler-options.exp: Likewise.
878 * gdb.arch/arm-disp-step.exp: Likewise.
879 * gdb.arch/thumb-prologue.exp: Likewise.
880 * gdb.base/async.exp: Likewise.
881 * gdb.base/auxv.exp: Likewise.
882 * gdb.base/complex-parts.exp: Likewise.
883 * gdb.base/ena-dis-br.exp: Likewise.
884 * gdb.base/foll-exec.exp: Likewise.
885 * gdb.base/permissions.exp: Likewise.
886 * gdb.base/relocate.exp: Likewise.
887 * gdb.base/return2.exp: Likewise.
888 * gdb.base/sigbpt.exp: Likewise.
889 * gdb.base/siginfo-obj.exp: Likewise.
890 * gdb.cp/converts.exp: Likewise.
891 * gdb.cp/exceptprint.exp: Likewise.
892 * gdb.cp/inherit.exp: Likewise.
893 * gdb.cp/nsnoimports.exp: Likewise.
894 * gdb.cp/virtbase2.exp: Likewise.
895 * gdb.mi/mi-var-cmd.exp: Likewise.
896 * gdb.mi/var-cmd.c: Likewise.
897
898 2020-05-26 Tom Tromey <tromey@adacore.com>
899
900 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
901
902 2020-05-26 Tom Tromey <tromey@adacore.com>
903
904 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
905 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
906 type.
907 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
908 variable.
909
910 2020-05-26 Christian Biesinger <cbiesinger@google.com>
911
912 * Makefile.in: Use = instead of == for the test command
913 for portability.
914
915 2020-05-26 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/gold-gdb-index-2.c: New test.
918 * gdb.base/gold-gdb-index.c: New test.
919 * gdb.base/gold-gdb-index.exp: New file.
920 * gdb.base/gold-gdb-index.h: New test.
921
922 2020-05-25 Tom de Vries <tdevries@suse.de>
923
924 * boards/gold-gdb-index.exp: New file.
925
926 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
927
928 * boards/simavr.exp: New file.
929
930 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
931
932 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
933 * gdb.base/inferior-args.exp: New file.
934 * gdb.base/inferior-args.c: New file.
935
936 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
937
938 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
939 inferior_args. Pass it to gdb_reload.
940 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
941 inferior_args.
942 (gdb_reload): Add inferior_args argument.
943 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
944 pass it to gdbserver_run.
945 * boards/native-gdbserver.exp: Do not set noargs.
946 * boards/native-extended-gdbserver.exp (gdb_reload): Add
947 inferior_args argument.
948 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
949 * gdb.base/a2-run.exp: Check for use_gdb_stub.
950 * gdb.base/args.exp: Likewise.
951
952 2020-05-25 Tom de Vries <tdevries@suse.de>
953
954 * lib/gdb.exp (exec_is_pie): Add comment.
955
956 2020-05-25 Tom de Vries <tdevries@suse.de>
957
958 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
959 instead of $binfile in the untested message.
960
961 2020-05-25 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/26031
964 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
965
966 2020-05-25 Tom de Vries <tdevries@suse.de>
967
968 * boards/gold.exp: New file.
969
970 2020-05-23 Tom Tromey <tom@tromey.com>
971
972 * gdb.base/style.exp: Remove completion styling test.
973 * lib/gdb-utils.exp (style): Remove completion styles.
974
975 2020-05-23 Tom Tromey <tom@tromey.com>
976
977 * gdb.base/style.exp: Add completion styling test.
978 * lib/gdb-utils.exp (style): Add completion styles.
979
980 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.base/annota1.exp: Update expected results.
983 * gdb.cp/annota2.exp: Update expected results, remove duplicate
984 test name.
985 * gdb.cp/annota3.exp: Update expected results.
986
987 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
988
989 PR gdb/26016
990 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
991 against MAP_FAILED.
992 * gdb.base/coremaker.c (mmapdata): Likewise.
993 * gdb.base/jit-reader-host.c (main): Likewise.
994 * gdb.base/sym-file-loader.c (load): Likewise.
995 (load_shlib): Likewise.
996
997 2020-05-20 Tom Tromey <tromey@adacore.com>
998
999 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1000
1001 2020-05-20 Tom de Vries <tdevries@suse.de>
1002
1003 PR symtab/25833
1004 * gdb.base/with-mf-inc.c: New test.
1005 * gdb.base/with-mf-main.c: New test.
1006 * gdb.base/with-mf.exp: New file.
1007
1008 2020-05-19 Tom Tromey <tromey@adacore.com>
1009
1010 * gdb.rust/simple.exp: Restore missing test result.
1011
1012 2020-05-19 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.base/gdb-caching-proc.exp: Fix typo.
1015
1016 2020-05-19 Tom Tromey <tromey@adacore.com>
1017
1018 * gdb.rust/simple.exp: Add some test descriptions.
1019 (test_one_slice): Use with_test_prefix.
1020
1021 2020-05-18 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1024
1025 2020-05-17 Pedro Alves <palves@redhat.com>
1026
1027 PR gdb/25741
1028 * gdb.base/hw-sw-break-same-address.exp: New file.
1029
1030 2020-05-16 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1033 LAST_LOADED_FILE accordingly.
1034
1035 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1038
1039 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1040
1041 * gdb.base/help.exp: Test apropos and help for commands
1042 having aliases. Fixed comments not starting with an
1043 upper-case letter or not finishing with a dot.
1044
1045 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1046
1047 * gdb.base/alias.exp: Update help output check.
1048
1049 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1050
1051 * gdb.base/default.exp: Update output following fixes.
1052
1053 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1054
1055 * gdb.base/alias.exp: Test aliases starting with a prefix of
1056 another alias.
1057
1058 2020-05-15 Gary Benson <gbenson@redhat.com>
1059
1060 * gdb.base/info-os.c (main): Add return statement.
1061 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1062 * gdb.base/large-frame-2.c (func): Likewise.
1063 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1064 * gdb.base/pr10179-b.c (foo2): Likewise.
1065 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1066 * gdb.base/watch-cond.c (func): Likewise.
1067 * gdb.multi/goodbye.c (verylongfun): Likewise.
1068 * gdb.multi/hello.c (commonfun): Likewise.
1069 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1070 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1071 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1072 Likewise.
1073 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1074 * gdb.threads/interrupt-while-step-over.c (child_function):
1075 Likewise.
1076 * gdb.trace/actions-changed.c (end): Likewise.
1077
1078 2020-05-15 Gary Benson <gbenson@redhat.com>
1079
1080 * gdb.opencl/callfuncs.exp: Report when test skipped.
1081 * gdb.opencl/convs_casts.exp: Likewise.
1082 * gdb.opencl/datatypes.exp: Likewise.
1083 * gdb.opencl/operators.exp: Likewise.
1084 * gdb.opencl/vec_comps.exp: Likewise.
1085
1086 2020-05-15 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.base/align.exp.in: Rename to ...
1089 * gdb.base/align.exp.tcl: ... this.
1090 * gdb.base/align-c++.exp: Update.
1091 * gdb.base/align-c.exp: Update.
1092 * gdb.base/all-architectures.exp.in: Rename to ...
1093 * gdb.base/all-architectures.exp: ... this.
1094 * gdb.base/all-architectures-0.exp: Update.
1095 * gdb.base/all-architectures-1.exp: Update.
1096 * gdb.base/all-architectures-2.exp: Update.
1097 * gdb.base/all-architectures-3.exp: Update.
1098 * gdb.base/all-architectures-4.exp: Update.
1099 * gdb.base/all-architectures-5.exp: Update.
1100 * gdb.base/all-architectures-6.exp: Update.
1101 * gdb.base/all-architectures-7.exp: Update.
1102 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1103 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1104 * gdb.base/infcall-nested-structs-c++.exp: Update.
1105 * gdb.base/infcall-nested-structs-c.exp: Update.
1106 * gdb.base/info-types.exp.in: Rename to ...
1107 * gdb.base/info-types.exp.tcl: ... this.
1108 * gdb.base/info-types-c++.exp: Update.
1109 * gdb.base/info-types-c.exp: Update.
1110 * gdb.base/max-depth.exp.in: Rename to ...
1111 * gdb.base/max-depth.exp.tcl: ... this.
1112 * gdb.base/max-depth-c++.exp: Update.
1113 * gdb.base/max-depth-c.exp: Update.
1114 * gdb.cp/cpexprs.exp.in: Rename to ...
1115 * gdb.cp/cpexprs.exp.tcl: ... this.
1116 * gdb.cp/cpexprs-debug-types.exp: Update.
1117 * gdb.cp/cpexprs.exp: Update.
1118 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1119 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1120 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1121 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1122 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1123 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1124 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1125 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1126 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1127 * gdb.dwarf2/clang-debug-names.exp: Update.
1128
1129 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * lib/check-test-names.exp: Remove code that prevents this file
1132 loading when tests are run in parallel.
1133
1134 2020-05-15 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.multi/multi-kill.exp (start_inferior): Remove
1137 'testpid' parameter. Refer to namespace variable directly.
1138 (testpid): Declare as namespace variable.
1139
1140 2020-05-15 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.multi/multi-kill.exp: Wrap in namespace.
1143 (start_inferior): Add TESTPID parameter. Use it instead of the
1144 testpid global.
1145 (top level): Define empty TESTPID array, and pass it down to
1146 start_inferior.
1147
1148 2020-05-14 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1151 output.
1152
1153 2020-05-14 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.base/align.exp: Split into ...
1156 * gdb.base/align.exp.in: ...
1157 * gdb.base/align-c++.exp: ...
1158 * gdb.base/align-c.exp: ... these.
1159 * gdb.base/infcall-nested-structs.exp: Split into ...
1160 * gdb.base/infcall-nested-structs.exp.in: ...
1161 * gdb.base/infcall-nested-structs-c++.exp: ...
1162 * gdb.base/infcall-nested-structs-c.exp: ... these.
1163 * gdb.base/info-types.exp: Split into ...
1164 * gdb.base/info-types.exp.in: ...
1165 * gdb.base/info-types-c++.exp: ...
1166 * gdb.base/info-types-c.exp: ... these.
1167 * gdb.base/max-depth.exp: Split into ...
1168 * gdb.base/max-depth.exp.in: ...
1169 * gdb.base/max-depth-c++.exp: ...
1170 * gdb.base/max-depth-c.exp: ... these.
1171 * gdb.cp/infcall-nodebug.exp: Split into ...
1172 * gdb.cp/infcall-nodebug.exp.in: ...
1173 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1174 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1175 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1176 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1177
1178 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1179 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.multi/multi-exit.c: New file.
1182 * gdb.multi/multi-exit.exp: New file.
1183 * gdb.multi/multi-kill.c: New file.
1184 * gdb.multi/multi-kill.exp: New file.
1185
1186 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1187
1188 * gdb.base/annota1.exp: Update the expected output.
1189 * gdb.cp/annota2.exp: Ditto.
1190
1191 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * lib/check-test-names.exp: Disable when testing is being run in
1194 parallel.
1195
1196 2020-05-12 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/jit-elf.exp: Fix string concat.
1199
1200 2020-05-12 Tom de Vries <tdevries@suse.de>
1201
1202 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1203 messages.
1204
1205 2020-05-12 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1208
1209 2020-05-12 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1212 * gdb.ada/mi_catch_ex.exp: Same.
1213 * gdb.ada/mi_catch_ex_hand.exp: Same.
1214
1215 2020-05-12 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.fortran/complex.exp: Use with_test_prefix.
1218
1219 2020-05-12 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.trace/passcount.exp: Fix test-names.
1222
1223 2020-05-12 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1226
1227 2020-05-12 Tom de Vries <tdevries@suse.de>
1228
1229 * gdb.gdb/complaints.exp: Use with_test_prefix.
1230 * gdb.xml/tdesc-regs.exp: Same.
1231 * gdb.opt/inline-locals.exp: Fix test name.
1232
1233 2020-05-12 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1236 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1237 * gdb.dwarf2/implref-struct.exp: Same.
1238 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1239 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1240
1241 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1242
1243 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1244
1245 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * lib/check-test-names.exp (all_test_names): New module variable.
1248 (counts): Add 'duplicates' field.
1249 (_check_duplicates): New procedure.
1250 (check): Also check for duplicates.
1251 (do_log_summary): Print duplicates count.
1252 (do_reset_vars): Reset counter for duplicate test names, and
1253 discard all know test names.
1254
1255 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * lib/gdb.exp: Include check-test-names.exp library.
1258 * lib/check-test-names.exp: New file.
1259
1260 2020-05-11 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1263
1264 2020-05-11 Keith Seitz <keiths@redhat.com>
1265
1266 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1267
1268 2020-05-11 Tom de Vries <tdevries@suse.de>
1269
1270 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1271 * gdb.cp/cpexprs.exp.in: .. here.
1272 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1273 cpexprs.exp.
1274
1275 2020-05-11 Keith Seitz <keiths@redhat.com>
1276
1277 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1278 test names.
1279 * gdb.ada/arrayptr.exp: Likewise.
1280 * gdb.ada/assign_arr.exp: Likewise.
1281 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1282 * gdb.ada/bp_on_var.exp: Likewise.
1283 * gdb.ada/call_pn.exp: Likewise.
1284 * gdb.ada/complete.exp: Likewise.
1285 * gdb.ada/fun_overload_menu.exp: Likewise.
1286 * gdb.ada/funcall_param.exp: Likewise.
1287 * gdb.ada/funcall_ref.exp: Likewise.
1288 * gdb.ada/packed_array_assign.exp: Likewise.
1289 * gdb.ada/same_component_name.exp: Likewise.
1290 * gdb.ada/type_coercion.exp: Likewise.
1291 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1292 * gdb.ada/variant_record_packed_array.exp: Likewise.
1293
1294 2020-05-11 Tom de Vries <tdevries@suse.de>
1295
1296 PR symtab/25941
1297 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1298 out of ...
1299 * gdb.dwarf2/clang-debug-names.exp: ... here.
1300 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1301 clang-debug-names.exp.in.
1302 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1303 * gdb.dwarf2/clang-debug-names-2.c: New test.
1304
1305 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1306
1307 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1308 (fortran_runto_main): New Proc, fortran version of runto_main.
1309 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1310 * gdb.fortran/array-bounds.exp: Likewise.
1311 * gdb.fortran/array-slices.exp: Likewise.
1312 * gdb.fortran/block-data.exp: Likewise.
1313 * gdb.fortran/charset.exp: Likewise.
1314 * gdb.fortran/common-block.exp: Likewise.
1315 * gdb.fortran/complex.exp: Likewise.
1316 * gdb.fortran/derived-type-function.exp: Likewise.
1317 * gdb.fortran/derived-type.exp: Likewise.
1318 * gdb.fortran/info-modules.exp: Likewise.
1319 * gdb.fortran/info-types.exp: Likewise.
1320 * gdb.fortran/intrinsics.exp: Likewise.
1321 * gdb.fortran/library-module.exp: Likewise.
1322 * gdb.fortran/logical.exp: Likewise.
1323 * gdb.fortran/max-depth.exp: Likewise.
1324 * gdb.fortran/module.exp: Likewise.
1325 * gdb.fortran/multi-dim.exp: Likewise.
1326 * gdb.fortran/nested-funcs.exp: Likewise.
1327 * gdb.fortran/print-formatted.exp: Likewise.
1328 * gdb.fortran/print_type.exp: Likewise.
1329 * gdb.fortran/printing-types.exp: Likewise.
1330 * gdb.fortran/ptr-indentation.exp: Likewise.
1331 * gdb.fortran/ptype-on-functions.exp: Likewise.
1332 * gdb.fortran/subarray.exp: Likewise.
1333 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1334 * gdb.fortran/vla-datatypes.exp: Likewise.
1335 * gdb.fortran/vla-history.exp: Likewise.
1336 * gdb.fortran/vla-ptr-info.exp: Likewise.
1337 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1338 * gdb.fortran/vla-ptype.exp: Likewise.
1339 * gdb.fortran/vla-sizeof.exp: Likewise.
1340 * gdb.fortran/vla-type.exp: Likewise.
1341 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1342 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1343 * gdb.fortran/vla-value-sub.exp: Likewise.
1344 * gdb.fortran/vla-value.exp: Likewise.
1345 * gdb.fortran/whatis_type.exp: Likewise.
1346 * gdb.mi/mi-var-child-f.exp: Likewise.
1347
1348 2020-05-09 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1351
1352 2020-05-08 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.dwarf2/clang-debug-names.c: New test.
1355 * gdb.dwarf2/clang-debug-names.exp: New file.
1356
1357 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1358
1359 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1360 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1361
1362 2020-05-06 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1365 breakpoint is at a "recommended breakpoint location".
1366 * gdb.reverse/consecutive-reverse.exp: Same.
1367
1368 2020-05-06 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1371 address.
1372
1373 2020-05-06 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1376
1377 2020-05-06 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1380 info for r.
1381
1382 2020-05-06 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1385 necessary.
1386
1387 2020-05-06 Tom de Vries <tdevries@suse.de>
1388
1389 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1390 void.
1391
1392 2020-05-06 Tom de Vries <tdevries@suse.de>
1393
1394 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1395 of ...
1396 * gdb.base/async.exp: ... here.
1397 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1398 "recommended breakpoint location".
1399
1400 2020-05-06 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1403
1404 2020-05-04 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.base/async.exp: Check whether instruction addresses are a
1407 "recommended breakpoint location".
1408
1409 2020-05-03 Tom Tromey <tom@tromey.com>
1410
1411 * gdb.base/sepdebug.exp: Remove "catch" test.
1412 * gdb.base/break.exp: Remove "catch" test.
1413 * gdb.base/default.exp: Update expected output.
1414
1415 2020-05-02 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1418 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1419 * gdb.arch/i386-mpx-map.exp: Same.
1420 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1421 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1422 * gdb.arch/i386-mpx.exp: Same.
1423
1424 2020-05-02 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1427
1428 2020-05-01 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.ada/operator_bp.exp: Allow more than required amount of
1431 breakpoint.
1432
1433 2020-05-01 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1436
1437 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1438
1439 PR gdb/18706
1440 * gdb.cp/stub-array-size.cc: New test.
1441 * gdb.cp/stub-array-size.exp: New file.
1442 * gdb.cp/stub-array-size.h: New test.
1443 * gdb.cp/stub-array-size2.cc: New test.
1444
1445 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1446
1447 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1448 output to the new format.
1449
1450 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1451
1452 * gdb.base/break.exp: Use with_test_prefix.
1453
1454 2020-04-29 Tom de Vries <tdevries@suse.de>
1455
1456 * lib/gdb.exp (debug_types): New proc.
1457 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1458 * gdb.python/py-symtab.exp: Same.
1459
1460 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1461
1462 PR gdb/17320
1463 * gdb.base/pretty-array.c: New test.
1464 * gdb.base/pretty-array.exp: New file.
1465
1466 2020-04-29 Tom de Vries <tdevries@suse.de>
1467
1468 PR symtab/25889
1469 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1470 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1471 and include cpexprs.exp.
1472
1473 2020-04-28 Mark Williams <mark@myosotissp.com>
1474
1475 PR gdb/24480
1476 * dw4-toplevel-types.exp: Test for top level types.
1477 * dw4-toplevel-types.cc: Test for top level types.
1478
1479 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1480
1481 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1482 (theads -> threads).
1483
1484 2020-04-28 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1487
1488 2020-04-28 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1491
1492 2020-04-28 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1495
1496 2020-04-28 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.dwarf2/main-foo.c: New test.
1499 * gdb.dwarf2/struct-with-sig.exp: New file.
1500
1501 2020-04-25 Tom de Vries <tdevries@suse.de>
1502
1503 * boards/debug-types.exp: New file.
1504
1505 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1508
1509 2020-04-24 Tom Tromey <tom@tromey.com>
1510
1511 PR symtab/12707:
1512 * gdb.python/py-symbol.exp: Update expected results for
1513 linkage_name test.
1514 * gdb.cp/print-demangle.exp: New file.
1515 * gdb.base/c-linkage-name.exp: Fix test.
1516 * gdb.guile/scm-symbol.exp: Update expected results for
1517 linkage_name test.
1518
1519 2020-04-24 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1522 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1523 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1524 assembler.
1525
1526 2020-04-24 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1529 C++.
1530
1531 2020-04-24 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1534 values.
1535 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1536 values. Update test for minimal encodings.
1537 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1538 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1539 values. Update test for minimal encodings.
1540
1541 2020-04-24 Tom Tromey <tromey@adacore.com>
1542
1543 PR python/23662:
1544 * gdb.ada/variant.exp: Add Python checks.
1545 * gdb.rust/simple.exp: Add dynamic type checks.
1546
1547 2020-04-24 Tom Tromey <tromey@adacore.com>
1548
1549 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1550 Make array type matching more lax.
1551 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1552 * gdb.ada/mi_variant.exp: New file.
1553 * gdb.ada/mi_variant/pck.ads: New file.
1554 * gdb.ada/mi_variant/pkg.adb: New file.
1555 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1556 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1557
1558 2020-04-24 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/variant.exp: Add dynamic field offset tests.
1561 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1562 * gdb.ada/variant/pkg.adb: Add new variables.
1563
1564 2020-04-24 Tom Tromey <tromey@adacore.com>
1565
1566 * gdb.ada/variant.exp: New file
1567 * gdb.ada/variant/pkg.adb: New file
1568 * gdb.ada/variant/pck.adb: New file
1569
1570 2020-04-24 Tom de Vries <tdevries@suse.de>
1571
1572 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1573
1574 2020-04-24 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1577 flags.
1578
1579 2020-04-24 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1582
1583 2020-04-24 Tom de Vries <tdevries@suse.de>
1584
1585 * lib/gdb.exp (default_gdb_start): Handle eof.
1586 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1587 failure.
1588 * gdb.base/readnever.exp: Handle clean_restart failure.
1589
1590 2020-04-23 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.base/decl-before-def.exp: Run to main and print a again.
1593
1594 2020-04-23 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.base/decl-before-def-decl.c: New test.
1597 * gdb.base/decl-before-def-def.c: New test.
1598 * gdb.base/decl-before-def.exp: New file.
1599
1600 2020-04-23 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1603
1604 2020-04-22 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1607 debug_info_offset.
1608 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1609 before $objsfile in the line line.
1610
1611 2020-04-22 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1614
1615 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1616
1617 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1618 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1619 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1620 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1621 * gdb.base/jit-protocol.h: Update definitions to match all usage
1622 contexts.
1623
1624 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1625
1626 * gdb.base: Rename all jit related test and source files.
1627
1628 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1629
1630 * gdb.base/jit-reader.exp: Relax register output check.
1631
1632 2020-04-22 Tom de Vries <tdevries@suse.de>
1633
1634 PR symtab/25764
1635 * gdb.base/psym-external-decl-2.c: New test.
1636 * gdb.base/psym-external-decl.c: New test.
1637 * gdb.base/psym-external-decl.exp: New file.
1638 * gdb.threads/tls.exp: Add PR25807 kfail.
1639
1640 2020-04-22 Tom de Vries <tdevries@suse.de>
1641
1642 PR symtab/25801
1643 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1644 in "info source" output.
1645
1646 2020-04-22 Tom de Vries <tdevries@suse.de>
1647
1648 PR symtab/25700
1649 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1650 symtab for imported_unit.c.
1651
1652 2020-04-21 Gary Benson <gbenson@redhat.com>
1653
1654 * gdb.base/advance.c (func): New argument, to match call site.
1655 (func2, func3): Add return statements.
1656
1657 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1658
1659 * gdb.multi/run-only-second-inf.c: New file.
1660 * gdb.multi/run-only-second-inf.exp: New file.
1661
1662 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1663
1664 * gdb.btrace/multi-inferior.c: New test.
1665 * gdb.btrace/multi-inferior.exp: New file.
1666
1667 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1668
1669 * gdb.btrace/enable-new-thread.c: New test.
1670 * gdb.btrace/enable-new-thread.exp: New file.
1671
1672 2020-04-21 Tom de Vries <tdevries@suse.de>
1673
1674 PR gdb/25471
1675 * gdb.threads/killed-outside.c: New test.
1676 * gdb.threads/killed-outside.exp: New file.
1677
1678 2020-04-20 Gary Benson <gbenson@redhat.com>
1679
1680 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1681 * gdb.base/nested-subp2.exp: Likewise.
1682 * gdb.base/nested-subp3.exp: Likewise.
1683
1684 2020-04-20 Gary Benson <gbenson@redhat.com>
1685
1686 * gdb.base/nested-subp1.exp: Disable test when using clang.
1687 * gdb.base/nested-subp2.exp: Likewise.
1688 * gdb.base/nested-subp3.exp: Likewise.
1689
1690 2020-04-20 Gary Benson <gbenson@redhat.com>
1691
1692 * gdb.cp/exception.cc: Fix compilation error with clang.
1693
1694 2020-04-20 Gary Benson <gbenson@redhat.com>
1695
1696 * gdb.trace/tspeed.c: Fix compilation error with clang.
1697
1698 2020-04-20 Gary Benson <gbenson@redhat.com>
1699
1700 * gdb.base/jit-main.c: Fix compilation error with clang.
1701
1702 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1703
1704 * gdb.base/attach-twice.c: Include "sys/types.h".
1705 (PTRACE_ATTACH): Add fallback definition.
1706 (main): Pass `0' to the 4th argument of `ptrace'.
1707
1708 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1709
1710 * gdb.base/fork-running-state.c: Include "signal.h".
1711
1712 2020-04-17 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1715 Update tests.
1716 * gdb.btrace/cpu.exp: Update tests.
1717 * gdb.base/maint.exp: Update tests.
1718 * gdb.base/default.exp: Update tests.
1719 * gdb.base/completion.exp: Update tests.
1720
1721 2020-04-16 Tom de Vries <tdevries@suse.de>
1722
1723 PR symtab/25791
1724 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1725 (ensure_gdb_index): and factor out and move ...
1726 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1727 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1728
1729 2020-04-16 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1732 loading exec.
1733
1734 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * gdb.base/many-completions.exp: New file.
1737
1738 2020-04-14 Tom de Vries <tdevries@suse.de>
1739
1740 PR symtab/25718
1741 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1742
1743 2020-04-14 Tom de Vries <tdevries@suse.de>
1744
1745 PR symtab/25720
1746 * gdb.base/maint-expand-symbols-header-file.c: New test.
1747 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1748 * gdb.base/maint-expand-symbols-header-file.h: New test.
1749
1750 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1753 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1754 get_func_info.
1755 (get_func_info): Delete.
1756 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1757 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1758 * lib/dwarf.exp (get_func_info): New function.
1759
1760 2020-04-13 Tom de Vries <tdevries@suse.de>
1761
1762 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1763 to what find_gnatmake does.
1764
1765 2020-04-10 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1768 -readnow.
1769
1770 2020-04-10 Tom de Vries <tdevries@suse.de>
1771
1772 PR cli/25808
1773 * gdb.base/style.c: Add leading newlines.
1774 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1775 Check listing of main's one-line body.
1776
1777 2020-04-08 Tom de Vries <tdevries@suse.de>
1778
1779 * lib/gdb.exp (psymtabs_p): New proc.
1780 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1781 importing unit" unsupported if there are no partial symbols.
1782
1783 2020-04-08 Tom de Vries <tdevries@suse.de>
1784
1785 PR testsuite/25760
1786 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1787
1788 2020-04-07 Tom de Vries <tdevries@suse.de>
1789
1790 PR symtab/25796
1791 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1792
1793 2020-04-07 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/check-psymtab.c: New test.
1796 * gdb.base/check-psymtab.exp: New file.
1797
1798 2020-04-06 Tom Tromey <tromey@adacore.com>
1799
1800 * gdb.ada/variant-record/proc.adb: New file.
1801 * gdb.ada/variant-record/value.adb: New file.
1802 * gdb.ada/variant-record/value.s: New file.
1803 * gdb.ada/variant-record.exp: New file.
1804
1805 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1806
1807 PR gdb/25325
1808 * gdb.cp/typed-enum.cc: New test.
1809 * gdb.cp/typed-enum.exp: New file.
1810
1811 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1814 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1815 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1816 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1817 * gdb.opt/inline-small-func.c: New file.
1818 * gdb.opt/inline-small-func.exp: New file.
1819 * gdb.opt/inline-small-func.h: New file.
1820
1821 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1824 function.
1825
1826 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * lib/dwarf.exp (function_range): Allow compiler options to be
1829 specified.
1830
1831 2020-04-02 Tom de Vries <tdevries@suse.de>
1832
1833 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1834 __attribute__((always_inline)).
1835 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1836
1837 2020-04-02 Tom de Vries <tdevries@suse.de>
1838
1839 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1840 (gdbserver_gdb_exit): ... here. Add timeout warning.
1841 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1842 (connect_target_extended_remote): Append new server_spawn_id to
1843 server_spawn_ids.
1844 (cleanup): New proc.
1845 (setup, <toplevel>): Call cleanup.
1846
1847 2020-04-02 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.base/main-psymtab.exp: New file.
1850
1851 2020-04-02 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1854
1855 2020-04-01 Tom Tromey <tom@tromey.com>
1856
1857 * gdb.base/complex-parts.exp: Add type tests.
1858
1859 2020-04-01 Tom Tromey <tom@tromey.com>
1860
1861 * gdb.base/complex-parts.exp: Add arithmetic tests.
1862
1863 2020-04-01 Tom Tromey <tom@tromey.com>
1864
1865 * gdb.compile/compile.exp: Update.
1866 * gdb.compile/compile-cplus.exp: Update.
1867 * gdb.base/varargs.exp: Update.
1868 * gdb.base/floatn.exp: Update.
1869 * gdb.base/endianity.exp: Update.
1870 * gdb.base/callfuncs.exp (do_function_calls): Update.
1871 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1872 (complex_float_integral_args): Update.
1873 * gdb.base/complex.exp: Update.
1874 * gdb.base/complex-parts.exp: Update.
1875
1876 2020-04-01 Tom Tromey <tromey@adacore.com>
1877
1878 * gdb.rust/union.rs: New file.
1879 * gdb.rust/union.exp: New file.
1880 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1881 (main): Update.
1882 * gdb.rust/simple.exp: Move union tests to union.exp.
1883
1884 2020-04-01 Tom Tromey <tromey@adacore.com>
1885
1886 * gdb.rust/simple.rs (main): Remove "y0".
1887
1888 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1889
1890 * gdb.multi/stop-all-on-exit.c: New test.
1891 * gdb.multi/stop-all-on-exit.exp: New file.
1892
1893 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1894
1895 PR gdb/24789
1896 * gdb.cp/misc.cc: Add integer reference variable.
1897 * gdb.cp/misc.exp: Add test.
1898
1899 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1900
1901 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1902 scenario to cover execution until the end and also the case
1903
1904 2020-03-31 Tom de Vries <tdevries@suse.de>
1905
1906 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1907 c. Use "maint info symtabs" to check symtab expansion.
1908
1909 2020-03-30 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1912 unsupported.
1913 (verify_psymtab_expanded): Move ...
1914 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1915 test.
1916 (readnow): New proc.
1917
1918 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1921 with $hex.
1922
1923 2020-03-20 Tom Tromey <tromey@adacore.com>
1924
1925 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1926
1927 2020-03-20 Tom Tromey <tromey@adacore.com>
1928
1929 * gdb.ada/sub_variant/subv.adb: New file.
1930 * gdb.ada/sub_variant.exp: New file.
1931
1932 2020-03-20 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1935 first break fails.
1936 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1937
1938 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.server/exit-multiple-threads.c: New file.
1941 * gdb.server/exit-multiple-threads.exp: New file.
1942
1943 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.fortran/mixed-lang-stack.c: New file.
1946 * gdb.fortran/mixed-lang-stack.cpp: New file.
1947 * gdb.fortran/mixed-lang-stack.exp: New file.
1948 * gdb.fortran/mixed-lang-stack.f90: New file.
1949
1950 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.linespec/cp-completion-aliases.cc: New file.
1953 * gdb.linespec/cp-completion-aliases.exp: New file.
1954
1955 2020-03-19 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1958 more precise.
1959
1960 2020-03-18 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1963 * gdb.dwarf2/break-inline-psymtab.c: New test.
1964 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1965
1966 2020-03-16 Tom de Vries <tdevries@suse.de>
1967
1968 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1969 cache_verify and cache_verify_proc.
1970
1971 2020-03-15 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.server/solib-list.exp: Handle
1974 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1975
1976 2020-03-15 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1979 objfiles".
1980
1981 2020-03-14 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1984
1985 2020-03-14 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1988
1989 2020-03-14 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1992 result in line-by-line fashion.
1993
1994 2020-03-14 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/gdb.exp (supports_statement_frontiers): New proc.
1997 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1998
1999 2020-03-14 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.base/printcmds.exp: Add missing quoting for "print
2002 teststring2".
2003
2004 2020-03-13 Tom Tromey <tom@tromey.com>
2005
2006 * gdb.base/printcmds.exp (test_print_strings): Add regression
2007 test.
2008 * gdb.base/printcmds.c (charptr): New typedef.
2009 (teststring2): New global.
2010
2011 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2014 full path in the test name.
2015 (test_ld): Add some with_test_prefix blocks to make test names
2016 unique.
2017
2018 2020-03-13 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2021
2022 2020-03-13 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2025
2026 2020-03-13 Tom de Vries <tdevries@suse.de>
2027
2028 PR symtab/25646
2029 * gdb.dwarf2/imported-unit.exp: Add test.
2030
2031 2020-03-13 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2034 (var1, var2): New variable.
2035 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2036 matching symbols.
2037
2038 2020-03-13 Tom de Vries <tdevries@suse.de>
2039
2040 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2041 (Term::command): Use prompt prefix.
2042 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2043 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2044 command_no_prompt_prefix instead of prefix.
2045 * gdb.tui/tui-layout-asm.exp: Same.
2046
2047 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2050
2051 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2052
2053 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2054 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2055 on" while stepping over the test instruction, match printed
2056 message.
2057
2058 2020-03-12 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.base/info-types.exp: Use exp_continue during matching of output
2061 of "info types".
2062
2063 2020-03-12 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2066
2067 2020-03-12 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.fortran/module.exp: Use exp_continue during matching of output
2070 of "info variable -n".
2071
2072 2020-03-12 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2075 gdb.dwarf2/dw2-ranges-base.c.
2076
2077 2020-03-12 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2080 in presence of GLIBC debuginfo.
2081
2082 2020-03-12 Tom de Vries <tdevries@suse.de>
2083
2084 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2085 $core.
2086
2087 2020-03-12 Tom de Vries <tdevries@suse.de>
2088
2089 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2090 more precise.
2091
2092 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2093
2094 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2095 from Unix to Windows path.
2096
2097 2020-03-11 Tom de Vries <tdevries@suse.de>
2098
2099 * gdb.ada/minsyms.exp: Set language to ada.
2100
2101 2020-03-11 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2104
2105 2020-03-11 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2108
2109 2020-03-11 Tom Tromey <tromey@adacore.com>
2110
2111 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2112
2113 2020-03-11 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2116
2117 2020-03-11 Tom de Vries <tdevries@suse.de>
2118
2119 * gdb.base/break-interp.exp: Limit verbose scope.
2120
2121 2020-03-11 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.fortran/logical.f90: Define variable with character type.
2124 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2125
2126 2020-03-11 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2129
2130 2020-03-11 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2133 symtabs.
2134
2135 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2136 Bernd Edlinger <bernd.edlinger@hotmail.de>
2137
2138 * gdb.cp/step-and-next-inline.cc: New file.
2139 * gdb.cp/step-and-next-inline.exp: New file.
2140 * gdb.cp/step-and-next-inline.h: New file.
2141 * gdb.dwarf2/dw2-is-stmt.c: New file.
2142 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2143 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2144 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2145 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2146
2147 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2150 is-stmt flag in the line table.
2151
2152 2020-03-09 Tom de Vries <tdevries@suse.de>
2153
2154 * lib/gdb.exp (cached_file): Create cache dir.
2155
2156 2020-03-07 Tom de Vries <tdevries@suse.de>
2157
2158 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2159 * gdb.cp/rvalue-ref-params.exp: Same.
2160
2161 2020-03-06 Tom de Vries <tdevries@suse.de>
2162
2163 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2164 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2165
2166 2020-03-06 Tom de Vries <tdevries@suse.de>
2167
2168 * README: Fix "the the".
2169 * gdb.base/dprintf.exp: Same.
2170
2171 2020-03-05 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.base/maint.exp: Update "main print statistics" expected output.
2174
2175 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2176
2177 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2178 (fortran_int8): Likewise.
2179 (fortran_real4): Likewise.
2180 (fortran_real8): Likewise.
2181 (fortran_complex4): Likewise.
2182 (fortran_logical4): Likewise.
2183 (fortran_character1): Likewise.
2184
2185 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2188 printed as true.
2189
2190 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2191
2192 * gdb.base/printcmds.exp: Add test to verify printf of a
2193 variable holding an address.
2194
2195 2020-03-03 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2198
2199 2020-03-03 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2202 gdb_test_multiple call.
2203
2204 2020-03-03 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2207 gdb_test_multiple calls.
2208
2209 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.base/default.exp: Remove test of 'set history filename'.
2212 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2213 filename to the empty string.
2214 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2215 and GDBHISTSIZE.
2216
2217 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2220 disabled.
2221
2222 2020-03-02 Pedro Alves <palves@redhat.com>
2223 Tom de Vries <tdevries@suse.de>
2224
2225 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2226 -prompt prefix, before user_code argument. Add -lbl option likewise.
2227 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2228 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2229 argument.
2230 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2231 have "\r\n" at start-of-line, instead of at end-of-line.
2232
2233 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2234
2235 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2236 libinproctrace.so.
2237
2238 2020-02-28 Luis Machado <luis.machado@linaro.org>
2239
2240 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2241 to "p/x".
2242
2243 2020-02-28 Luis Machado <luis.machado@linaro.org>
2244
2245 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2246 asm/ptrace.h and error.h.
2247
2248 2020-02-28 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2251 (struct wrapper, do_something, mundane/symada__cS): Move ...
2252 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2253 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2254 Update "print symada__cS before partial symtab expansion" regexp.
2255 Update breakpoint location. Flush symbol cache after expansion.
2256
2257 2020-02-28 Luis Machado <luis.machado@linaro.org>
2258
2259 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2260
2261 2020-02-27 Tom de Vries <tdevries@suse.de>
2262
2263 * config/sid.exp: Remove unused globals.
2264 * gdb.base/attach.exp: Same.
2265 * gdb.base/catch-load.exp: Same.
2266 * gdb.base/dbx.exp: Same.
2267 * lib/gdb.exp: Same.
2268 * lib/mi-support.exp: Same.
2269 * lib/prompt.exp: Same.
2270
2271 2020-02-27 Tom de Vries <tdevries@suse.de>
2272
2273 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2274 not set.
2275
2276 2020-02-26 Aaron Merey <amerey@redhat.com>
2277
2278 * gdb.debuginfod: New directory for debuginfod tests.
2279 * gdb.debuginfod/main.c: New test file.
2280 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2281
2282 2020-02-26 Tom de Vries <tdevries@suse.de>
2283
2284 PR gdb/25603
2285 * gdb.base/persistent-lang.cc: New test.
2286 * gdb.base/persistent-lang.exp: New file.
2287
2288 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.fortran/derived-type-striding.exp: Add a new test.
2291 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2292 new test.
2293
2294 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2297 names.
2298
2299 2020-02-25 Tom de Vries <tdevries@suse.de>
2300
2301 PR go/18926
2302 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2303
2304 2020-02-24 Tom de Vries <tdevries@suse.de>
2305
2306 PR gdb/25592
2307 * gdb.base/info-locals-unused-static-var.c: New test.
2308 * gdb.base/info-locals-unused-static-var.exp: New file.
2309
2310 2020-02-22 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.python/tui-window.exp: New file.
2313 * gdb.python/tui-window.py: New file.
2314
2315 2020-02-22 Tom Tromey <tom@tromey.com>
2316
2317 PR tui/17850:
2318 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2319 tests.
2320
2321 2020-02-22 Tom Tromey <tom@tromey.com>
2322
2323 * gdb.tui/new-layout.exp: Add sub-layout tests.
2324
2325 2020-02-22 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.tui/new-layout.exp: New file.
2328
2329 2020-02-22 Tom Tromey <tom@tromey.com>
2330
2331 * gdb.rust/rust-style.rs: New file.
2332 * gdb.rust/rust-style.exp: New file.
2333 * gdb.base/style.exp: Test structure printing.
2334 * gdb.base/style.c (struct some_struct): New type.
2335 (enum etype): New type.
2336 (struct_value): New global.
2337
2338 2020-02-21 Tom de Vries <tdevries@suse.de>
2339
2340 PR go/18926
2341 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2342 Remove blanket xfails. Use message argument for gdb_breakpoint.
2343 Make continuing to breakpoint test conditional on setting breakpoint.
2344 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2345 DW_AT_name attribute. Add xfail for GCC PR93866.
2346
2347 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.dwarf2/cpp-linkage-name.c: New file.
2350 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2351
2352 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2353
2354 * lib/gdb.exp (gdb_wrapper_init): Reset
2355 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2356 not exist.
2357
2358 2020-02-20 Tom de Vries <tdevries@suse.de>
2359
2360 PR go/17018
2361 * gdb.go/hello.exp: Copy ...
2362 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2363 print of st to print value of global definition. Add xfail for GCC
2364 PR93844.
2365 * gdb.go/hello.exp: Remove printing of st before definition.
2366 * gdb.go/hello.go: Copy ...
2367 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2368 to st.
2369 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2370
2371 2020-02-20 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2374 (gdb_simple_compile): Handle compile_flags go by using .go extension
2375 for source file.
2376 * gdb.go/chan.exp: Use support_go_compile.
2377 * gdb.go/handcall.exp: Same.
2378 * gdb.go/hello.exp: Same.
2379 * gdb.go/integers.exp: Same.
2380 * gdb.go/max-depth.exp: Same.
2381 * gdb.go/methods.exp: Same.
2382 * gdb.go/package.exp: Same.
2383 * gdb.go/strings.exp: Same.
2384 * gdb.go/types.exp: Same.
2385 * gdb.go/unsafe.exp: Same.
2386
2387 2020-02-19 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.python/lib-types.exp: Make xfail more strict.
2390
2391 2020-02-19 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2394
2395 2020-02-19 Doug Evans <dje@google.com>
2396
2397 PR rust/25535
2398 * gdb.rust/simple.exp: Add test.
2399 * gdb.rust/simple.rs: Add test.
2400
2401 2020-02-19 Tom de Vries <tdevries@suse.de>
2402
2403 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2404 output line-by-line.
2405
2406 2020-02-19 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2409
2410 2020-02-19 Tom de Vries <tdevries@suse.de>
2411
2412 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2413 prelink.
2414
2415 2020-02-19 Tom de Vries <tdevries@suse.de>
2416
2417 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2418 (gdb_do_cache): Use gdb_do_cache_wrap.
2419 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2420
2421 2020-02-19 Tom de Vries <tdevries@suse.de>
2422
2423 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2424 gdb_compile option.
2425
2426 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * gdb.base/printcmds.exp (test_print_enums): Update expected
2429 output.
2430
2431 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2434 for "unknown".
2435
2436 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2437
2438 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2439 enumerator.
2440
2441 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2442
2443 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2444 FE_, add FE_NONE.
2445 (three): Update.
2446 (enum flag_enum_without_zero): New enum.
2447 (flag_enum_without_zero): New variable.
2448 (enum not_flag_enum): New enum.
2449 (three_not_flag): New variable.
2450 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2451 (test_print_enums): Add more tests for printing flag enums.
2452
2453 2020-02-18 Tom de Vries <tdevries@suse.de>
2454
2455 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2456 (gdb_compile_ada): ... here.
2457 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2458 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2459
2460 2020-02-14 Tom Tromey <tom@tromey.com>
2461
2462 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2463 build directory.
2464 * boards/gdbserver-base.exp: Update path to gdbserver.
2465
2466 2020-02-13 Tom de Vries <tdevries@suse.de>
2467
2468 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2469
2470 2020-02-13 Tom de Vries <tdevries@suse.de>
2471
2472 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2473 are missing.
2474
2475 2020-02-13 Tom de Vries <tdevries@suse.de>
2476
2477 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2478 call.
2479
2480 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2481
2482 PR tui/25126
2483 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2484 * gdb.base/cached-source-file.c: New file.
2485 * gdb.base/cached-source-file.exp: New file.
2486
2487 2020-02-11 Tom de Vries <tdevries@suse.de>
2488
2489 PR testsuite/25488
2490 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2491
2492 2020-02-10 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2495
2496 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2497
2498 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2499 and $after_addr are both integers before making a comparison.
2500
2501 2020-02-09 Tom de Vries <tdevries@suse.de>
2502
2503 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2504 command output and paste it into gdb.log. If any, paste catch message
2505 to gdb.log.
2506
2507 2020-02-07 Tom Tromey <tromey@adacore.com>
2508
2509 PR breakpoints/24915:
2510 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2511
2512 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2513
2514 * gdb.tui/tui-missing-src.exp: Add the "missing source
2515 file" test for the TUI.
2516
2517 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2520 including a port number in the output.
2521
2522 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2523
2524 * lib/fortran.exp (fortran_int4): Handle clang.
2525 (fortran_int8): Likewise.
2526 (fortran_real4): Likewise.
2527 (fortran_real8): Likewise.
2528 (fortran_complex4): Likewise.
2529 (fortran_logical4): Likewise.
2530 (fortran_character1): Likewise.
2531
2532 2020-02-04 Tom de Vries <tdevries@suse.de>
2533
2534 * README (Race detection): Add note.
2535
2536 2020-02-04 Tom de Vries <tdevries@suse.de>
2537
2538 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2539
2540 2020-02-04 Tom de Vries <tdevries@suse.de>
2541
2542 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2543
2544 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2545
2546 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2547 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2548 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2549 blttar, bnetarl.
2550 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2551 binary for blttar, bnetarl.
2552 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2553 wait instruction. Delete ldmx test.
2554 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2555
2556 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2557
2558 * gdb.fortran/array-bounds-high.exp: New file.
2559 * gdb.fortran/array-bounds-high.f90: New file.
2560
2561 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2562
2563 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2564 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2565
2566 2020-02-01 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2569
2570 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 PR tui/9765
2573 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2574 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2575
2576 2020-01-29 Luis Machado <luis.machado@linaro.org>
2577
2578 * gdb.arch/aarch64-brk-patterns.c: New source file.
2579 * gdb.arch/aarch64-brk-patterns.exp: New test.
2580
2581 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2582
2583 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2584 GCC/Clang version.
2585 * gdb.cp/pass-by-ref.exp: Ditto.
2586
2587 2020-01-29 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2590 * gdb.threads/watchpoint-fork-mt.c: Same.
2591 * gdb.threads/watchpoint-fork-parent.c: Same.
2592 * gdb.threads/watchpoint-fork-st.c: Same.
2593 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2594
2595 2020-01-27 Luis Machado <luis.machado@linaro.org>
2596
2597 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2598 sitting at a syscall instruction when we hit the syscall function's
2599 breakpoint.
2600 Check PC against one obtained with the x command.
2601 Validate syscall number.
2602 (step_over_syscall): Don't continue to the syscall instruction if
2603 we're already there.
2604
2605 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2606
2607 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2608
2609 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2612 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2613
2614 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2617 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2618
2619 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * gdb.base/maint.exp: Update line table parsing test.
2622 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2623
2624 2020-01-24 Pedro Alves <palves@redhat.com>
2625
2626 PR gdb/25410
2627 * gdb.multi/multi-re-run-1.c: New.
2628 * gdb.multi/multi-re-run-2.c: New.
2629 * gdb.multi/multi-re-run.exp: New.
2630
2631 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 PR gdb/23718
2634 * gdb.server/server-kill-python.exp: New file.
2635
2636 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.server/multi-ui-errors.c: New file.
2639 * gdb.server/multi-ui-errors.exp: New file.
2640
2641 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 PR tui/9765
2644 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2645
2646 2020-01-19 Tom Tromey <tom@tromey.com>
2647
2648 * gdb.tui/main.exp: Add check for plain "file".
2649
2650 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2651
2652 * lib/gdb.exp: Fix spelling error (seperatelly).
2653
2654 2020-01-14 Tom Tromey <tom@tromey.com>
2655
2656 PR symtab/12535:
2657 * gdb.python/python.exp: Test decode_line with empty string
2658 argument.
2659
2660 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2661
2662 * gdb.base/skip-inline.exp: Extend test.
2663
2664 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2667 * gdb.dwarf2/dw2-bad-elf.c: New file.
2668 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2669
2670 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2673 _line_saw_file.
2674
2675 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2678 border.
2679
2680 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2681
2682 * gdb.multi/multi-target.exp (setup): Factor out "info
2683 connections" and "info inferiors" tests to ...
2684 (test_info_inferiors): ... this new procedure.
2685 (top level): Run new "info-inferiors" tests.
2686
2687 2020-01-10 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.server/bkpt-other-inferior.exp: New file.
2690
2691 2020-01-10 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2694 of "add-inferior".
2695 * gdb.base/quit-live.exp: Likewise.
2696 * gdb.base/remote-exec-file.exp: Likewise.
2697 * gdb.guile/scm-progspace.exp: Likewise.
2698 * gdb.linespec/linespec.exp: Likewise.
2699 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2700 * gdb.mi/user-selected-context-sync.exp: Likewise.
2701 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2702 "info inferiors" tests.
2703 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2704 "add-inferior".
2705 * gdb.multi/watchpoint-multi.exp: Likewise.
2706 * gdb.python/py-inferior.exp: Likewise.
2707 * gdb.server/extended-remote-restart.exp: Likewise.
2708 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2709 "info inferiors".
2710 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2711 * gdb.trace/report.exp: Likewise.
2712
2713 2020-01-10 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.multi/multi-target.c: New file.
2716 * gdb.multi/multi-target.exp: New file.
2717 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2718 mode requested, but remote does not support non-stop".
2719
2720 2020-01-10 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2723 disconnect before reconnecting.
2724
2725 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2726 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.server/connect-without-multi-process.exp: Also test
2729 continuing to end.
2730
2731 2020-01-10 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/remote-exec-file.exp: New file.
2734
2735 2020-01-10 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2738 output.
2739 * gdb.threads/async.c: New.
2740 * gdb.threads/async.exp: New.
2741 * gdb.multi/tids-gid-reset.c: New.
2742 * gdb.multi/tids-gid-reset.exp: New.
2743
2744 2020-01-10 George Barrett <bob@bob131.so>
2745
2746 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2747 to help in finding the image relocation offset.
2748 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2749 options in arguments.
2750 (stap_test_no_debuginfo): Likewise.
2751 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2752 test variants.
2753 (stap_test): Add null semaphore relocation test.
2754
2755 2020-01-10 George Barrett <bob@bob131.so>
2756
2757 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2758 * gdb.base/stap-probe.exp: Likewise.
2759 (stap_test): Pass argument as an additional flag.
2760 (stap_test_no_debuginfo): Likewise.
2761 (stap_test): Check `info probes stap' output for semaphore
2762 addresses if the test binary is supposed to have them.
2763
2764 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.tui/basic.exp: Add more scrolling tests.
2767
2768 2020-01-09 Tom Tromey <tom@tromey.com>
2769
2770 PR tui/18932:
2771 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2772 meangingful value.
2773 (Term::command, Term::resize): Update.
2774 * gdb.tui/basic.exp: Add scrolling test.
2775
2776 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 * gdb.tui/tui-layout-asm.exp: New file.
2779
2780 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2783
2784 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2787 (Term::enter_tui): Use Term::prepare_for_tui.
2788
2789 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2792 called.
2793
2794 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.base/skip.exp: Fix race condition in test.
2797
2798 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.base/backtrace.c: New file.
2801 * gdb.base/backtrace.exp: New file.
2802
2803 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2806
2807 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2808
2809 * gdb.base/style.exp: Test that warnings are styled.
2810
2811 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2812
2813 * gdb.base/line65535.exp: New file.
2814 * gdb.base/line65535.c: New file.
2815
2816 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2817
2818 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2819 * lib/gnat_debug_info_test.adb: New file.
2820 * gdb.ada/ptype_tagged_param.exp: Use
2821 gnat_runtime_has_debug_info, expect a different output if
2822 runtime does not have debug info.
2823
2824 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2825
2826 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2827 (another) quote in test name.
2828
2829 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2830
2831 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2832 Add quote in test name.
2833
2834 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2835
2836 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2837 directory instead.
2838 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2839 * gdb.cp/pass-by-ref-2.cc: New file.
2840 * gdb.cp/pass-by-ref-2.exp: New file.
2841
2842 2019-12-20 Tom Tromey <tom@tromey.com>
2843
2844 * gdb.tui/list-before.exp: New file.
2845
2846 2019-12-20 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.tui/list.exp: Check for source on initial listing.
2849
2850 2019-12-11 Tom Tromey <tromey@adacore.com>
2851
2852 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2853 Add crlf test.
2854
2855 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2856
2857 * gdb.base/default.exp: Update value of $_gdb_major.
2858
2859 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2860
2861 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2862
2863 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2864
2865 * gdb.base/skip.exp: Whitespace fix.
2866
2867 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2868
2869 * gdb.base/skip-inline.c: New file.
2870 * gdb.base/skip-inline.exp: New file.
2871
2872 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2873
2874 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2875 jit_function_00 to jit_function_stack_mangle.
2876 * gdb.base/jithost.c (jit_function_t): Rename to...
2877 (jit_function_stack_mangle_t): ... this.
2878 (jit_function_add_t): New typedef.
2879 (jit_function_00_code): Rename to...
2880 (jit_function_stack_mangle_code): ... this, make static.
2881 (jit_function_add_code): New.
2882 (main): Generate "add" function and call it. Adjust to changes
2883 in jithost_abi.
2884 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2885 (struct jithost_abi) <begin, end>: Remove fields.
2886 <object, function_stack_mangle, function_add>: New fields.
2887 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2888 code_end>: Remove fields.
2889 <func_stack_mangle>: New field.
2890 (read_debug_info): Adjust to renaming, create block for "add"
2891 function.
2892 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2893
2894 2019-12-11 Tom Tromey <tom@tromey.com>
2895
2896 * gdb.tui/resize.exp: Fix regexp.
2897 * gdb.tui/regs.exp: Fix regexps.
2898 * gdb.tui/main.exp: Fix regexp.
2899
2900 2019-12-11 Tom Tromey <tom@tromey.com>
2901
2902 * gdb.tui/resize.exp: Update.
2903 * gdb.tui/empty.exp (layouts): Update.
2904
2905 2019-12-11 Tom Tromey <tom@tromey.com>
2906
2907 * gdb.tui/regs.exp: Update.
2908 * gdb.tui/empty.exp (layouts): Update.
2909 * gdb.tui/basic.exp: Update.
2910 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2911
2912 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2913
2914 * gdb.base/options.exp: Add -raw-values in the print completion list.
2915 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2916
2917 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2918
2919 * gdb.threads/omp-par-scope.c: New file.
2920 * gdb/threads/omp-par-scope.exp: New file.
2921
2922 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2923
2924 * lib/gdb.exp (support_nested_function_tests): New proc.
2925
2926 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2927
2928 * lib/gdb.exp (gdb_compile_openmp): New proc.
2929 (build_executable_from_specs): Add an "openmp" option.
2930 (gdb_compile_pthreads): Add non-executable case.
2931
2932 2019-12-10 Tom Tromey <tromey@adacore.com>
2933
2934 * gdb.ada/unchecked_union.exp: New file.
2935 * gdb.ada/unchecked_union/pck.adb: New file.
2936 * gdb.ada/unchecked_union/pck.ads: New file.
2937 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2938 * gdb-utils.exp (string_to_regexp): Also quote "?".
2939
2940 2019-12-10 George Barrett <bob@bob131.so>
2941
2942 Test scripted probe breakpoints.
2943 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2944 * gdb.python/py-breakpoint.c (main): Likewise.
2945 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2946 specifier test.
2947 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2948
2949 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2950
2951 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2952 an rvalue parameter.
2953 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2954 parameter.
2955
2956 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2959 modules.
2960
2961 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2964 broken version of GCC.
2965
2966 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2969 sym-info-cmds library.
2970 * gdb.fortran/info-types.exp: Likewise.
2971 * lib/sym-info-cmds.exp: New file.
2972
2973 2019-12-08 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2976
2977 2019-12-07 Keith Seitz <keiths@redhat.com>
2978
2979 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2980 * gdb.base/corefile-buildid-shlib.c: New file.
2981 * gdb.base/corefile-buildid.c: New file.
2982 * gdb.base/corefile-buildid.exp: New file.
2983
2984 2019-12-06 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.dwarf2/varval.exp: Add decl before def test.
2987
2988 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2989
2990 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2991
2992 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2993
2994 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2995 CV and reference conversion for overload resolution.
2996 * gdb.cp/rvalue-ref-overload.exp: Test it.
2997
2998 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2999
3000 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3001 * gdb.base/frameapply.exp: Test faas without command.
3002
3003 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3006 Fortran tests.
3007 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3008 order.
3009
3010 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3013 casting to type with no kind specified.
3014 (test_basic_parsing_of_type_kinds): Additional tests for types
3015 with no kind specified, and add tests for single/double
3016 precision/complex types.
3017
3018 2019-12-04 Tom Tromey <tromey@adacore.com>
3019
3020 * gdb.base/endianity.c (struct other) <x>: New field.
3021 (main): Initialize it.
3022 * gdb.base/endianity.exp: Update.
3023
3024 2019-12-04 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.ada/scalar_storage/storage.adb: New file.
3027 * gdb.ada/scalar_storage/pck.adb: New file.
3028 * gdb.ada/scalar_storage/pck.ads: New file.
3029 * gdb.ada/scalar_storage.exp: New file.
3030
3031 2019-12-04 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3034 (main): Initialize it.
3035 * gdb.base/endianity.exp: Update.
3036
3037 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3040
3041 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3044 -symbol-info-module-functions and -symbol-info-module-variables.
3045
3046 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3049
3050 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3051 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.fortran/derived-type-striding.exp: New file.
3054 * gdb.fortran/derived-type-striding.f90: New file.
3055 * gdb.fortran/array-slices.exp: New file.
3056 * gdb.fortran/array-slices.f90: New file.
3057
3058 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3059
3060 * gdb.base/define.exp: Test . in command names.
3061 * gdb.base/setshow.exp: Update test, as . is now part of
3062 command name.
3063
3064 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3065
3066 * gdb.base/define-prefix.exp: New file.
3067
3068 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3071 compile.
3072 (skip_btrace_pt_tests): Likewise.
3073
3074 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/info-modules.exp: Compile source files in correct
3077 order.
3078
3079 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3080
3081 * gdb.dwarf2/imported-unit.exp: New file.
3082 * gdb.dwarf2/imported-unit.c: New file.
3083
3084 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.mi/mi-fortran-modules-2.f90: New file.
3087 * gdb.mi/mi-fortran-modules.exp: New file.
3088 * gdb.mi/mi-fortran-modules.f90: New file.
3089
3090 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.mi/mi-sym-info-1.c: New file.
3093 * gdb.mi/mi-sym-info-2.c: New file.
3094 * gdb.mi/mi-sym-info.exp: New file.
3095
3096 2019-11-22 Tom Tromey <tromey@adacore.com>
3097
3098 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3099 * gdb.ada/tasks/foo.adb: Add another stopping location.
3100
3101 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3102
3103 * gdb.base/endianity.c: New test.
3104 * gdb.base/endianity.exp: New file.
3105
3106 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3107
3108 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3109
3110 2019-11-21 Tom de Vries <tdevries@suse.de>
3111
3112 PR gdb/24956
3113 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3114
3115 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3116
3117 * gdb.python/py-progspace.exp: Add missing parentheses on some
3118 'print' commands.
3119
3120 2019-11-19 Tom Tromey <tom@tromey.com>
3121
3122 * gdb.tui/winheight.exp: New file.
3123
3124 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.base/ctf-whatis.c: Delete.
3127 * gdb.base/ctf-whatis.exp: Delete.
3128 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3129
3130 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.base/ctf-cvexpr.exp: Delete.
3133 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3134
3135 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3138 the compiler. Clean up header comment a little.
3139 * gdb.base/ctf-ptype.exp: Likewise.
3140 * gdb.base/ctf-whatis.exp: Likewise.
3141 * lib/gdb.exp (skip_ctf_tests): New proc.
3142
3143 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3144
3145 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3146 * gdb.tui/corefile-run.exp: New file.
3147
3148 2019-11-14 Tom Tromey <tromey@adacore.com>
3149
3150 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3151 regression tests.
3152
3153 2019-11-12 Tom Tromey <tom@tromey.com>
3154
3155 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3156 after any command. Expect prompt after WAIT_FOR is seen.
3157 (enter_tui): Enable resize messages.
3158 (command): Expect command in output.
3159 (get_line): Avoid error when cursor appears to be off-screen.
3160 (dump_screen): Include screen size in title.
3161 (_do_resize): New proc, from "resize".
3162 (resize): Rewrite. Do resize in two steps.
3163 * gdb.tui/empty.exp (layouts): Fix entries.
3164 (check_boxes): Remove xfail.
3165 (check_text): Dump screen on failure.
3166
3167 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.python/py-symbol.exp: Add test for
3170 gdb.lookup_static_symbols.
3171
3172 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.python/py-symbol.c: Declare and call function from new
3175 py-symbol-2.c file.
3176 * gdb.python/py-symbol.exp: Compile both source files, and add new
3177 tests for gdb.lookup_static_symbol.
3178 * gdb.python/py-symbol-2.c: New file.
3179
3180 2019-11-02 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3183 * gdb.base/anon.exp: Same.
3184 * gdb.base/auto-connect-native-target.exp: Same.
3185 * gdb.base/call-ar-st.exp: Same.
3186 * gdb.base/catch-syscall.exp: Same.
3187 * gdb.base/commands.exp: Same.
3188 * gdb.base/default.exp: Same.
3189 * gdb.base/display.exp: Same.
3190 * gdb.base/float.exp: Same.
3191 * gdb.base/foll-fork.exp: Same.
3192 * gdb.base/help.exp: Same.
3193 * gdb.base/info-macros.exp: Same.
3194 * gdb.base/info-proc.exp: Same.
3195 * gdb.base/info-target.exp: Same.
3196 * gdb.base/long_long.exp: Same.
3197 * gdb.base/macscp.exp: Same.
3198 * gdb.base/memattr.exp: Same.
3199 * gdb.base/nofield.exp: Same.
3200 * gdb.base/pointers.exp: Same.
3201 * gdb.base/printcmds.exp: Same.
3202 * gdb.base/ptype.exp: Same.
3203 * gdb.base/restore.exp: Same.
3204 * gdb.base/return.exp: Same.
3205 * gdb.base/scope.exp: Same.
3206 * gdb.base/set-noassign.exp: Same.
3207 * gdb.base/setshow.exp: Same.
3208 * gdb.base/shlib-call.exp: Same.
3209 * gdb.base/signals.exp: Same.
3210 * gdb.base/sigstep.exp: Same.
3211 * gdb.base/skip.exp: Same.
3212 * gdb.base/solib-symbol.exp: Same.
3213 * gdb.base/stap-probe.exp: Same.
3214 * gdb.base/step-line.exp: Same.
3215 * gdb.base/step-test.exp: Same.
3216 * gdb.base/style.exp: Same.
3217 * gdb.base/varargs.exp: Same.
3218 * gdb.base/vla-datatypes.exp: Same.
3219 * gdb.base/vla-ptr.exp: Same.
3220 * gdb.base/vla-sideeffect.exp: Same.
3221 * gdb.base/volatile.exp: Same.
3222 * gdb.base/watch-cond-infcall.exp: Same.
3223 * gdb.base/watchpoint.exp: Same.
3224
3225 2019-11-02 Tom de Vries <tdevries@suse.de>
3226
3227 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3228 * gdb.cp/cpexprs.exp: Same.
3229 * gdb.cp/except-multi-location.exp: Same.
3230 * gdb.cp/exceptprint.exp: Same.
3231 * gdb.cp/gdb2384.exp: Same.
3232 * gdb.cp/inherit.exp: Same.
3233 * gdb.cp/m-static.exp: Same.
3234 * gdb.cp/meth-typedefs.exp: Same.
3235 * gdb.cp/misc.exp: Same.
3236 * gdb.cp/namespace.exp: Same.
3237 * gdb.cp/non-trivial-retval.exp: Same.
3238 * gdb.cp/overload.exp: Same.
3239 * gdb.cp/pr17132.exp: Same.
3240 * gdb.cp/re-set-overloaded.exp: Same.
3241 * gdb.cp/rvalue-ref-types.exp: Same.
3242 * gdb.cp/templates.exp: Same.
3243
3244 2019-11-01 Luis Machado <luis.machado@linaro.org>
3245
3246 PR gdb/25124
3247
3248 * gdb.arch/pr25124.S: New file.
3249 * gdb.arch/pr25124.exp: New file.
3250
3251 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3252
3253 * gdb.fortran/info-modules.exp: Update expected results, and add
3254 additional tests for 'info module functinos', and 'info module
3255 variables'.
3256 * gdb.fortran/info-types.exp: Update expected results.
3257 * gdb.fortran/info-types.f90: Extend testcase with additional
3258 module variables and functions.
3259
3260 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.fortran/info-modules.exp: New file.
3263 * gdb.fortran/info-types.exp: Build with new file.
3264 * gdb.fortran/info-types.f90: Include and use new module.
3265 * gdb.fortran/info-types-2.f90: New file.
3266
3267 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3268
3269 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3270 * gdb.base/settings.exp: Test all settings types using
3271 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3272 that now verifies that the value of "maint show" is the same as
3273 returned by the settings functions. Test the type of the
3274 maintenance settings.
3275 * gdb.base/default.exp: Update show_conv_list.
3276
3277 2019-10-31 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3280 gdb_test.
3281 * gdb.arch/amd64-disp-step.exp: Same.
3282 * gdb.asm/asm-source.exp: Same.
3283 * gdb.btrace/buffer-size.exp: Same.
3284 * gdb.btrace/cpu.exp: Same.
3285 * gdb.btrace/enable.exp: Same.
3286 * gdb.dwarf2/count.exp: Same.
3287 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3288 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3289 * gdb.fortran/vla-datatypes.exp: Same.
3290 * gdb.fortran/vla-history.exp: Same.
3291 * gdb.fortran/vla-ptype.exp: Same.
3292 * gdb.fortran/vla-value.exp: Same.
3293 * gdb.fortran/whatis_type.exp: Same.
3294 * gdb.guile/guile.exp: Same.
3295 * gdb.multi/tids.exp: Same.
3296 * gdb.python/py-finish-breakpoint.exp: Same.
3297 * gdb.python/py-framefilter.exp: Same.
3298 * gdb.python/py-pp-registration.exp: Same.
3299 * gdb.python/py-xmethods.exp: Same.
3300 * gdb.python/python.exp: Same.
3301 * gdb.server/connect-with-no-symbol-file.exp: Same.
3302 * gdb.server/no-thread-db.exp: Same.
3303 * gdb.server/run-without-local-binary.exp: Same.
3304 * gdb.stabs/weird.exp: Same.
3305 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3306 * gdb.threads/thread-find.exp: Same.
3307 * gdb.threads/tls-shared.exp: Same.
3308 * gdb.threads/tls.exp: Same.
3309 * gdb.threads/wp-replication.exp: Same.
3310 * gdb.trace/ax.exp: Same.
3311 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3312
3313 2019-10-31 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3316 * gdb.ada/array_subscript_addr.exp: Same.
3317 * gdb.ada/arrayidx.exp: Same.
3318 * gdb.ada/arrayparam.exp: Same.
3319 * gdb.ada/arrayptr.exp: Same.
3320 * gdb.ada/boolean_expr.exp: Same.
3321 * gdb.ada/call_pn.exp: Same.
3322 * gdb.ada/complete.exp: Same.
3323 * gdb.ada/fixed_cmp.exp: Same.
3324 * gdb.ada/fun_addr.exp: Same.
3325 * gdb.ada/funcall_param.exp: Same.
3326 * gdb.ada/interface.exp: Same.
3327 * gdb.ada/mod_from_name.exp: Same.
3328 * gdb.ada/null_array.exp: Same.
3329 * gdb.ada/packed_array.exp: Same.
3330 * gdb.ada/packed_tagged.exp: Same.
3331 * gdb.ada/print_chars.exp: Same.
3332 * gdb.ada/print_pc.exp: Same.
3333 * gdb.ada/ptype_arith_binop.exp: Same.
3334 * gdb.ada/ptype_field.exp: Same.
3335 * gdb.ada/ptype_tagged_param.exp: Same.
3336 * gdb.ada/rec_return.exp: Same.
3337 * gdb.ada/ref_tick_size.exp: Same.
3338 * gdb.ada/str_ref_cmp.exp: Same.
3339 * gdb.ada/taft_type.exp: Same.
3340 * gdb.ada/tagged.exp: Same.
3341 * gdb.ada/type_coercion.exp: Same.
3342 * gdb.ada/uninitialized_vars.exp: Same.
3343
3344 2019-10-30 Tom de Vries <tdevries@suse.de>
3345
3346 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3347
3348 2019-10-26 Tom de Vries <tdevries@suse.de>
3349
3350 * gdb.base/bigcore.c: Fix typos in comments.
3351 * gdb.base/ctf-ptype.c: Same.
3352 * gdb.base/long_long.c: Same.
3353 * gdb.dwarf2/dw2-op-out-param.S: Same.
3354 * gdb.python/py-evthreads.c: Same.
3355 * gdb.reverse/i387-stack-reverse.c: Same.
3356 * gdb.trace/tfile.c: Same.
3357 * lib/compiler.c: Same.
3358 * lib/compiler.cc: Same.
3359
3360 2019-10-25 Tom de Vries <tdevries@suse.de>
3361
3362 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3363 gdb_test_multiple calls.
3364 * gdb.reverse/sigall-reverse.exp: Same.
3365 * gdb.reverse/solib-precsave.exp: Same.
3366 * gdb.reverse/solib-reverse.exp: Same.
3367 * gdb.reverse/until-precsave.exp: Same.
3368 * gdb.reverse/until-reverse.exp: Same.
3369
3370 2019-10-24 Tom de Vries <tdevries@suse.de>
3371
3372 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3373 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3374 kfail using -wrap pattern flag and convenience variable
3375 gdb_test_name.
3376
3377 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.python/py-progspace.exp: Add tests for the
3380 Progspace.block_for_pc method.
3381
3382 2019-10-23 Tom Tromey <tom@tromey.com>
3383
3384 * configure: Rebuild.
3385 * aclocal.m4: Use m4_include, not sinclude.
3386
3387 2019-10-21 Tom de Vries <tdevries@suse.de>
3388
3389 * gdb.base/infcall-nested-structs.c: Add
3390 __attribute__((noinline,noclone)) to all functions.
3391 (call_all): Add missing variable initialization. Simplify return value.
3392 (breakpt): Increment volatile variable, to prevent call from being
3393 optimized out.
3394 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3395
3396 2019-10-17 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.fortran/module.exp: Allow info variables to print info for files
3399 other than module.f90.
3400
3401 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.fortran/module.exp: Extend with 'info variables' test.
3404
3405 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3408 F77_FOR_TARGET.
3409
3410 2019-10-16 Tom de Vries <tdevries@suse.de>
3411
3412 PR tdep/25096
3413 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3414
3415 2019-10-16 Tom de Vries <tdevries@suse.de>
3416
3417 PR tdep/24104
3418 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3419 Add KFAIL for PR tdep/25096.
3420
3421 2019-10-16 Tom de Vries <tdevries@suse.de>
3422
3423 PR testsuite/25059
3424 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3425
3426 2019-10-16 Tom de Vries <tdevries@suse.de>
3427
3428 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3429 as signed.
3430
3431 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3432
3433 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3434 one instead of increasing timeout.
3435
3436 2019-10-13 Tom de Vries <tdevries@suse.de>
3437
3438 PR record/25038
3439 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3440 * gdb.reverse/sigall-reverse.exp: Same.
3441 * gdb.reverse/solib-precsave.exp: Same.
3442 * gdb.reverse/solib-reverse.exp: Same.
3443 * gdb.reverse/step-precsave.exp: Same.
3444 * gdb.reverse/until-precsave.exp: Same.
3445 * gdb.reverse/until-reverse.exp: Same.
3446 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3447
3448 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3449
3450 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3451 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3452 (cmp_struct_05_01, cmp_struct_static_02_01)
3453 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3454 comparisons.
3455
3456 2019-10-10 Tom de Vries <tdevries@suse.de>
3457
3458 PR testsuite/24888
3459 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3460 gnatlink.
3461
3462 2019-10-09 Tom de Vries <tdevries@suse.de>
3463
3464 PR testsuite/25048
3465 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3466
3467 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3470 exceptions due to missing debug information.
3471
3472 2019-10-07 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3475
3476 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3479 * gdb.base/annota1.exp: Update to use gdb_test_name.
3480
3481 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3482
3483 * gdb.base/ctf-whatis.exp: New file.
3484 * gdb.base/ctf-whatis.c: New file.
3485 * gdb.base/ctf-ptype.exp: New file.
3486 * gdb.base/ctf-ptype.c: New file.
3487 * gdb.base/ctf-constvars.exp: New file.
3488 * gdb.base/ctf-constvars.c: New file.
3489 * gdb.base/ctf-cvexpr.exp: New file.
3490
3491 2019-10-04 Tom de Vries <tdevries@suse.de>
3492
3493 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3494 for loop.
3495
3496 2019-10-03 Tom Tromey <tom@tromey.com>
3497
3498 PR rust/24976:
3499 * gdb.rust/simple.rs (Union2): New type.
3500 (main): Use Union2.
3501 * gdb.rust/simple.exp: Add test.
3502
3503 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3506 nested function prefix.
3507
3508 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3509 Richard Bunt <richard.bunt@arm.com>
3510 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3513 nested functions.
3514 * gdb.fortran/nested-funcs.f90: Update expected results.
3515 * gdb.fortran/nested-funcs-2.exp: New file.
3516 * gdb.fortran/nested-funcs-2.f90: New file.
3517
3518 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * gdb.python/py-parameter.exp: Make test names unique.
3521 * gdb.python/py-template.exp: Likewise.
3522 * gdb.python/py-value.exp: Likewise.
3523
3524 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.base/break-interp.exp: Reduce test name duplication.
3527 * gdb.base/call-sc.exp: Likewise.
3528 * gdb.base/callfuncs.exp: Likewise.
3529 * gdb.base/charset.exp: Likewise.
3530 * gdb.base/dump.exp: Likewise.
3531 * gdb.base/ena-dis-br.exp: Likewise.
3532 * gdb.base/relational.exp: Likewise.
3533 * gdb.base/step-over-syscall.exp: Likewise.
3534 * gdb.base/structs.exp: Likewise.
3535
3536 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.linespec/explicit.exp: Make test names unique.
3539 * gdb.linespec/ls-errs.exp: Likewise.
3540
3541 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.reverse/break-precsave.exp: Make test names unique.
3544 * gdb.reverse/break-reverse.exp: Likewise.
3545 * gdb.reverse/finish-precsave.exp: Likewise.
3546 * gdb.reverse/finish-reverse.exp: Likewise.
3547 * gdb.reverse/machinestate-precsave.exp: Likewise.
3548 * gdb.reverse/machinestate.exp: Likewise.
3549 * gdb.reverse/readv-reverse.exp: Likewise.
3550 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3551 * gdb.reverse/sigall-precsave.exp: Likewise.
3552 * gdb.reverse/sigall-reverse.exp: Likewise.
3553 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3554 * gdb.reverse/watch-precsave.exp: Likewise.
3555 * gdb.reverse/watch-reverse.exp: Likewise.
3556
3557 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.threads/stop-with-handle.c: New file.
3560 * gdb.threads/stop-with-handle.exp: New file.
3561
3562 2019-10-03 Tom de Vries <tdevries@suse.de>
3563
3564 PR testsuite/25059
3565 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3566 directory" line to be missing.
3567
3568 2019-10-03 Tom de Vries <tdevries@suse.de>
3569
3570 PR testsuite/25059
3571 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3572 type optional.
3573
3574 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3575
3576 * gdb.python/py-format-string.c (string.h): New include.
3577 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3578 the same value, for endianness-independence.
3579 * gdb.python/py-format-string.exp (default_regexp_dict)
3580 (test_pretty_structs, test_format): Adjust expected output to the
3581 changed initialization.
3582
3583 2019-10-02 Tom Tromey <tromey@adacore.com>
3584
3585 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3586
3587 2019-10-02 Pedro Alves <palves@redhat.com>
3588 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3591 "print-file-var.h".
3592 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3593 (get_version_1): Print this_version_id and its address.
3594 Add extern "C" wrappers around interface functions.
3595 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3596 "print-file-var.h".
3597 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3598 (get_version_2): Print this_version_id and its address.
3599 Add extern "C" wrappers around interface functions.
3600 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3601 <stddef.h> and "print-file-var.h".
3602 Add extern "C" wrappers around interface functions.
3603 [VERSION_ID_MAIN] (this_version_id): Define.
3604 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3605 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3606 up extern "C" blocks.
3607 * gdb.base/print-file-var.exp (test): New, factored out from top
3608 level.
3609 (top level): Test all combinations of attribute hidden or not,
3610 dlopen or not, and this_version_id symbol in main file or not.
3611 Compile tests as both C++ and C, make test names unique.
3612
3613 2019-10-01 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.base/style.exp: Test "show logging filename".
3616
3617 2019-10-01 Tom Tromey <tom@tromey.com>
3618
3619 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3620 * gdb.base/style.exp: Add metadata style test.
3621
3622 2019-10-01 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.base/style.exp: Test "pwd".
3625
3626 2019-10-01 Tom Tromey <tom@tromey.com>
3627
3628 * gdb.base/style.exp: Update tests.
3629
3630 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3631
3632 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3633 'six' to unsigned.
3634 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3635 'five'. Use an all-ones bit pattern for each.
3636 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3637 to its changed values.
3638
3639 2019-09-30 Tom Tromey <tromey@adacore.com>
3640
3641 * gdb.rust/traits.rs: Disable all warnings.
3642
3643 2019-09-29 Tom de Vries <tdevries@suse.de>
3644
3645 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3646
3647 2019-09-29 Tom de Vries <tdevries@suse.de>
3648
3649 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3650
3651 2019-09-27 Tom de Vries <tdevries@suse.de>
3652
3653 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3654
3655 2019-09-27 Tom de Vries <tdevries@suse.de>
3656
3657 PR record/23188
3658 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3659
3660 2019-09-26 Tom Tromey <tromey@adacore.com>
3661
3662 * gdb.ada/py_taft.exp: New file.
3663 * gdb.ada/py_taft/main.adb: New file.
3664 * gdb.ada/py_taft/pkg.adb: New file.
3665 * gdb.ada/py_taft/pkg.ads: New file.
3666
3667 2019-09-24 Tom de Vries <tdevries@suse.de>
3668
3669 PR gdb/24598
3670 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3671
3672 2019-09-22 Tom de Vries <tdevries@suse.de>
3673
3674 * gdb.base/restore.exp: Allow register variables to be optimized out at
3675 -O0.
3676
3677 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3678
3679 * gdb.arch/spu-info.exp: Remove file.
3680 * gdb.arch/spu-info.c: Remove file.
3681 * gdb.arch/spu-ls.exp: Remove file.
3682 * gdb.arch/spu-ls.c: Remove file.
3683
3684 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3685 * gdb.asm/spu.inc: Remove file.
3686
3687 * gdb.base/dump.exp: Remove support for spu*-*-*.
3688 * gdb.base/stack-checking.exp: Likewise.
3689 * gdb.base/overlays.exp: Likewise.
3690 * gdb.base/ovlymgr.c: Likewise.
3691 * gdb.base/spu.ld: Remove file.
3692
3693 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3694 * gdb.cp/cpexprs.exp: Likewise.
3695 * gdb.cp/exception.exp: Likewise.
3696 * gdb.cp/gdb2495.exp: Likewise.
3697 * gdb.cp/mb-templates.exp: Likewise.
3698 * gdb.cp/pr9167.exp: Likewise.
3699 * gdb.cp/userdef.exp: Likewise.
3700
3701 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3702
3703 * gdb.cell: Remove directory.
3704 * lib/cell.exp: Remove file.
3705
3706 2019-09-19 Tom de Vries <tdevries@suse.de>
3707
3708 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3709
3710 2019-09-19 Tom de Vries <tdevries@suse.de>
3711
3712 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3713
3714 2019-09-19 Tom de Vries <tdevries@suse.de>
3715
3716 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3717 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3718 (gdb_target_cmd): ... here.
3719 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3720 value 2.
3721
3722 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.base/source-dir.exp: Avoid having directory names in test
3725 names.
3726
3727 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3730 directory.
3731
3732 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3733
3734 * gdb.base/list-missing-source.exp: New file.
3735
3736 2019-09-14 Tom de Vries <tdevries@suse.de>
3737
3738 PR teststuite/24599
3739 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3740 * lib/ada.exp (gnatmake_version_at_least): New proc.
3741
3742 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.base/maint.exp: Use exec_has_index_section.
3745
3746 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb.base/maint.exp: Add test for 'maint info sections'.
3749
3750 2019-09-12 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/store.exp: Allow register variables to be optimized out at
3753 -O0.
3754
3755 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3756
3757 * gdb.ada/rdv_wait.exp: Update to new task names.
3758 * gdb.base/task_switch_in_core.exp: Likewise.
3759 * gdb.base/info_sources_base.c: Likewise.
3760
3761 2019-09-10 Tom Tromey <tromey@adacore.com>
3762
3763 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3764
3765 2019-09-10 Tom Tromey <tromey@adacore.com>
3766
3767 * gdb.ada/dgopt.exp: New file.
3768 * gdb.ada/dgopt/x.adb: New file.
3769
3770 2019-09-08 Tom Tromey <tom@tromey.com>
3771
3772 * gdb.tui/resize.exp: Remove setup_xfail.
3773 * gdb.tui/regs.exp: Remove setup_xfail.
3774 * gdb.tui/basic.exp: Remove setup_xfail.
3775
3776 2019-09-06 David Blaikie <dblaikie@gmail.com>
3777
3778 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3779 * gdb.cp/cplabel.exp: Ditto.
3780 * gdb.linespec/ls-errs.exp: Ditto.
3781
3782 2019-09-05 Tom de Vries <tdevries@suse.de>
3783
3784 * lib/gdb.exp (cmp_file_string): New proc.
3785 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3786 runto_main. Verify save breakpoints output.
3787
3788 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3789
3790 * gdb.base/info-var.exp: Test info variables without running
3791 to main, to avoid expect's buffer overflow.
3792
3793 2019-09-03 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/bias.exp: New file.
3796 * gdb.ada/bias/bias.adb: New file.
3797 * gdb.ada/print_chars.exp: Add regression test.
3798 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3799 (MC): New variable.
3800
3801 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.base/argv0-symlink.exp: Run only on native target
3804 and local host.
3805
3806 2019-08-29 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3809 diverse debug info.
3810 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3811
3812 2019-08-28 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.base/info-var.exp: Allow info variables to print info for files
3815 other than info-var-f1.c and info-var-f2.c.
3816
3817 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.fortran/info-types.exp: Add module.
3820 * gdb.fortran/info-types.f90: Update expected results.
3821
3822 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.fortran/info-types.exp: New file.
3825 * gdb.fortran/info-types.f90: New file.
3826 * lib/fortran.exp (fortran_character1): New proc.
3827
3828 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3831 functions'. Reindent as needed.
3832 * gdb.base/info-var-f1.c: New file.
3833 * gdb.base/info-var-f2.c: New file.
3834 * gdb.base/info-var.exp: New file.
3835 * gdb.base/info-var.h: New file.
3836
3837 2019-08-26 Tom de Vries <tdevries@suse.de>
3838
3839 PR c++/24852
3840 * gdb.cp/no-libstdcxx-probe.exp: New test.
3841
3842 2019-08-26 Tom de Vries <tdevries@suse.de>
3843
3844 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3845 * tests need to be skipped.
3846 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3847 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3848 mi_skip_libstdcxx_probe_tests.
3849
3850 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3851
3852 * gdb.python/py-xmethods.exp: Use raw strings when passing
3853 arguments to SimpleXMethodMatcher.
3854
3855 2019-08-22 Tom de Vries <tdevries@suse.de>
3856
3857 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3858 more informative.
3859
3860 2019-08-21 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/with.exp: Test "with" with no arguments.
3863
3864 2019-08-21 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.base/gdb-caching-proc.exp: Sort files.
3867
3868 2019-08-20 Tom de Vries <tdevries@suse.de>
3869
3870 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3871 compilation.
3872
3873 2019-08-16 Tom de Vries <tdevries@suse.de>
3874
3875 * gdb.base/compare-sections.exp ("after run to main"): Allow
3876 mismatched read-only sections for PIE executables.
3877
3878 2019-08-16 Tom Tromey <tom@tromey.com>
3879
3880 * lib/tuiterm.exp (_csi_Z): New proc.
3881 * gdb.tui/basic.exp: Update window positions.
3882 * gdb.tui/empty.exp: Update window positions.
3883
3884 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3885
3886 * gdb.base/examine-backward.exp: Correct regexp for
3887 "examine 3 bytes backward from ${address_zero}".
3888
3889 2019-08-15 Tom Tromey <tom@tromey.com>
3890
3891 * gdb.tui/empty.exp: Enable resizing tests.
3892
3893 2019-08-15 Tom Tromey <tromey@adacore.com>
3894
3895 * gdb.ada/char_enum.exp: Add regression tests.
3896 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3897 and '0'.
3898 (Char, Gchar): Update.
3899 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3900
3901 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3902
3903 * gdb.python/python.exp: Expect a leading underscore on
3904 GdbOutput{,Error}File.
3905
3906 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3907
3908 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3909 Windows host.
3910
3911 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3912
3913 * gdb.base/batch-preserve-term-settings.exp
3914 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3915
3916 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3917
3918 * lib/gdb.exp: When running on a mingw target, replace
3919 /x/ with x:/.
3920
3921 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3922
3923 * gdb.arch/aarch64-prologue.c: New test.
3924 * gdb.arch/aarch64-prologue.exp: New file.
3925
3926 2019-08-13 Tom de Vries <tdevries@suse.de>
3927
3928 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3929 Thread.
3930
3931 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3932
3933 * gdb.python/py-completion.exp: Download the .py file to the host
3934 and use its host pathname. Conditionalize tests that use
3935 tab completion and manipulate files on the build machine.
3936 * gdb.python/py-events.exp: Download the .py file to the host
3937 and use its host pathname.
3938 * gdb.python/py-evsignal.exp: Likewise.
3939 * gdb.python/py-evthreads.exp: Likewise.
3940 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3941 pathname syntax.
3942 * gdb.python/py-framefilter.exp: Download the .py file to the right
3943 place on the host. Match Windows pathname syntax.
3944 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3945 .py file to the host and use its host pathname.
3946 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3947 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3948 build pathname. Skip symlink test on Windows host. Add missing
3949 newline at end of file.
3950 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3951 and use its host pathname.
3952 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3953 * gdb.python/py-section-script.exp: Use host location of binfile
3954 on safe-path. Use correct path separator on Windows host.
3955 Reorder alternatives in gdb_test_multiple to prevent matching
3956 the wrong alternative on success.
3957 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3958
3959 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3960
3961 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3962 expect the GDB inferior to no longer immediately stop after
3963 being resumed with "signal SIGINT".
3964
3965 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3966
3967 * gdb.linespec/break-ask.exp: Generalize regexps to match
3968 Windows pathnames too.
3969
3970 2019-08-08 Tom de Vries <tdevries@suse.de>
3971
3972 PR testsuite/24862
3973 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3974
3975 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3976
3977 * gdb.base/style.exp: Update tests for help doc new invariants.
3978 * gdb.base/help.exp: Likewise.
3979
3980 2019-08-06 Tom Tromey <tom@tromey.com>
3981
3982 * gdb.base/style.exp: Add disassemble test.
3983 * gdb.base/style.c (some_called_function): New function.
3984 (main): Use it.
3985
3986 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3987
3988 * gdb.python/py-block.exp: Test dictionary access on blocks.
3989
3990 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3991
3992 PR gdb/24863
3993 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3994 -list-thread-groups --available test when running under
3995 check-read1.
3996
3997 2019-08-05 Tom de Vries <tdevries@suse.de>
3998
3999 PR testsuite/24863
4000 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4001 * gdb.base/help.exp: Use with_read1_timeout_factor.
4002 * gdb.base/info-macros.exp: Same.
4003 * gdb.cp/nested-types.exp: Same.
4004
4005 2019-08-05 Tom de Vries <tdevries@suse.de>
4006
4007 * lib/gdb.exp (version_at_least): Factor out of ...
4008 (tcl_version_at_least): ... here.
4009 (gdb_compile): Fail if pie results in non-PIE executable.
4010 (readelf_version, readelf_prints_pie): New proc.
4011 (exec_is_pie): Return -1 if unknown.
4012
4013 2019-08-05 Tom de Vries <tdevries@suse.de>
4014
4015 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4016
4017 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4018
4019 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4020
4021 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4022
4023 * lib/completion-support.exp (test_gdb_complete_none): Skip
4024 tab completion tests if no readline support.
4025 (test_gdb_complete_unique_re): Likewise.
4026 (test_gdb_complete_multiple): Likewise.
4027
4028 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4029
4030 * gdb.base/info_sources.exp: New file.
4031 * gdb.base/info_sources.c: New file.
4032 * gdb.base/info_sources_base.c: New file.
4033
4034 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4035
4036 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4037 prefix argument.
4038 (test_exit_status): Add prefix argument.
4039
4040 2019-08-01 Tom de Vries <tdevries@suse.de>
4041
4042 PR testsuite/24863
4043 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4044 calling exp_continue for new thread and thread exited messages.
4045
4046 2019-08-01 Tom de Vries <tdevries@suse.de>
4047
4048 PR testsuite/24863
4049 * gdb.base/structs.exp: Fix check-read1 timeout using
4050 gdb_test_sequence.
4051 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4052
4053 2019-08-01 Tom de Vries <tdevries@suse.de>
4054
4055 PR testsuite/24863
4056 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4057 line.
4058
4059 2019-08-01 Tom de Vries <tdevries@suse.de>
4060
4061 PR testsuite/24863
4062 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4063
4064 2019-07-30 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.ada/display_nested.exp: New file.
4067 * gdb.ada/display_nested/foo.adb: New file.
4068 * gdb.ada/display_nested/pack.adb: New file.
4069 * gdb.ada/display_nested/pack.ads: New file.
4070
4071 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4072
4073 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4074 namespace.
4075 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4076
4077 2019-07-30 Tom de Vries <tdevries@suse.de>
4078
4079 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4080 instead.
4081
4082 2019-07-30 Tom de Vries <tdevries@suse.de>
4083
4084 PR testsuite/24834
4085 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4086 (exec_is_pie): New proc.
4087
4088 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4089
4090 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4091
4092 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4093
4094 * gdb.python/py-objfile.c: Add global and static vars.
4095 * gdb.python/py-objfile.exp: Test new functions Objfile.
4096 lookup_global_symbol and lookup_static_symbol.
4097
4098 2019-07-29 Tom Tromey <tom@tromey.com>
4099
4100 * lib/tuiterm.exp (Term::_csi_@): New proc.
4101 (Term::_csi_X): Don't move cursor.
4102
4103 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.base/options.exp: Update backtrace - completion to
4106 new option -frame-info.
4107 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4108 Test new 'set print frame-info'. Test backtrace -frame-info
4109 overriding 'set print frame-info'.
4110 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4111 Test new 'set print frame-info'.
4112 Verify consistency of backtrace with and without filters, with and
4113 without -no-filters.
4114 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4115 default.
4116
4117 2019-07-29 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4120 no arguments".
4121
4122 2019-07-29 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4125 is a substring of the first for "complete non-unique file name".
4126
4127 2019-07-29 Tom de Vries <tdevries@suse.de>
4128
4129 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4130 with ".*".
4131
4132 2019-07-29 Tom de Vries <tdevries@suse.de>
4133
4134 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4135 Pass prompt_regexp parameter to gdb_test_multiple calls.
4136
4137 2019-07-29 Tom de Vries <tdevries@suse.de>
4138
4139 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4140 print registers" regexps.
4141
4142 2019-07-29 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4145
4146 2019-07-29 Tom de Vries <tdevries@suse.de>
4147
4148 PR gdb/24855
4149 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4150 (skip_python_tests_prompt): Add prompt_regexp argument to
4151 gdb_test_multiple calls.
4152
4153 2019-07-27 Tom Tromey <tom@tromey.com>
4154
4155 * gdb.tui/main.exp: New file.
4156
4157 2019-07-27 Tom Tromey <tom@tromey.com>
4158
4159 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4160 optional.
4161 * gdb.tui/empty.exp: New file.
4162
4163 2019-07-27 Tom Tromey <tom@tromey.com>
4164
4165 * lib/tuiterm.exp (spawn): New proc.
4166 (Term::resize): New proc.
4167 * gdb.tui/resize.exp: New file.
4168
4169 2019-07-27 Tom Tromey <tom@tromey.com>
4170
4171 * gdb.tui/list.exp: New file.
4172
4173 2019-07-27 Tom Tromey <tom@tromey.com>
4174
4175 * gdb.tui/regs.exp: New file.
4176
4177 2019-07-27 Tom Tromey <tom@tromey.com>
4178
4179 * gdb.tui/basic.exp: Add "layout split" test.
4180
4181 2019-07-27 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.tui/basic.exp: Add "layout asm" test.
4184
4185 2019-07-27 Tom Tromey <tom@tromey.com>
4186
4187 * lib/tuiterm.exp: New file.
4188 * gdb.tui/basic.exp: New file.
4189
4190 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4191
4192 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4193 Enable tests associated with this flag. Adjust regex
4194 referencing "foo_low" to now refer to "foo_cold" instead.
4195
4196 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4197
4198 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4199 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4200 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4201 foo_cold. Revise comments to match.
4202 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4203 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4204 were wrapped into this proc; Call do_test in loop from outermost
4205 level.
4206 (foo_low): Rename all occurrences to "foo_cold".
4207 (backtrace from baz): New test.
4208 (x2/i foo_cold): New test.
4209 (info line *foo_cold): New test.
4210
4211 2019-07-26 Tom de Vries <tdevries@suse.de>
4212
4213 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4214
4215 2019-07-25 Tom de Vries <tdevries@suse.de>
4216
4217 PR testsuite/24830
4218 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4219 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4220 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4221 (skip_libstdcxx_probe_tests): ... here.
4222 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4223
4224 2019-07-24 Tom de Vries <tdevries@suse.de>
4225
4226 PR testsuite/24807
4227 * gdb.objc/basicclass.m: Include stdio.h.
4228 * gdb.objc/nondebug.m: Same.
4229 * gdb.objc/objcdecode.m: Same.
4230
4231 2019-07-24 Tom de Vries <tdevries@suse.de>
4232
4233 PR testsuite/24612
4234 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4235 additional_flags.
4236
4237 2019-07-24 Tom de Vries <tdevries@suse.de>
4238
4239 PR testsuite/24831
4240 * gdb.multi/tids.exp: Update error messages for info threads.
4241
4242 2019-07-24 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.base/info-types.exp: Allow info types to print info for more than
4245 one file.
4246
4247 2019-07-23 Tom de Vries <tdevries@suse.de>
4248
4249 PR testsuite/24842
4250 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4251 gdb_spawn_with_cmdline_opts.
4252
4253 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4254
4255 * gdb.arch/arm-cmse-sgstubs.c: New test.
4256 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4257
4258 2019-07-23 Tom de Vries <tdevries@suse.de>
4259
4260 PR testsuite/24711
4261 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4262 issuing next command.
4263
4264 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.ada/info_auto_lang.exp: Update expected results.
4267 * gdb.base/info-types.c: Add additional types to check.
4268 * gdb.base/info-types.exp: Update expected results.
4269
4270 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4271
4272 * gdb.base/info-types.c: New file.
4273 * gdb.base/info-types.exp: New file.
4274
4275 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.arch/riscv-bp-infcall.c: New file.
4278 * gdb.arch/riscv-bp-infcall.exp: New file.
4279
4280 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 PR breakpoints/24541
4283 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4284
4285 2019-07-14 Tom de Vries <tdevries@suse.de>
4286
4287 PR testsuite/24760
4288 * gdb.objc/basicclass.exp: Fix unterminated string.
4289
4290 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4291 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4294 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4295 negative bounds.
4296 * gdb.fortran/vla-value.exp: Print elements of an array with
4297 negative bounds.
4298 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4299 testing.
4300
4301 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/options.exp (expect_string): Dequote strings in
4304 results.
4305 (test-string): Test strings with different quoting and reindent.
4306
4307 2019-07-10 Tom Tromey <tromey@adacore.com>
4308
4309 * gdb.ada/mi_ex_cond.exp: Update expected results.
4310 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4311 * gdb.ada/mi_catch_ex.exp: Update expected results.
4312 * gdb.ada/mi_catch_assert.exp: Update expected results.
4313 * gdb.ada/catch_ex.exp (catch_exception_info)
4314 (catch_exception_entry, catch_assert_entry)
4315 (catch_unhandled_entry): Update.
4316 * gdb.ada/catch_assert_if.exp: Update expected results.
4317
4318 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4319 Stephen Roberts <stephen.roberts@arm.com>
4320
4321 * gdb.base/define.exp: Restore original prompt.
4322
4323 2019-07-09 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4326 breakpoints" output.
4327 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4328 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4329 throw" creates breakpoint.
4330 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4331 'type="catchpoint"'.
4332
4333 2019-07-09 Pedro Alves <palves@redhat.com>
4334
4335 PR c++/15468
4336 * gdb.cp/except-multi-location-lib.cc: New.
4337 * gdb.cp/except-multi-location-main.cc: New.
4338 * gdb.cp/except-multi-location.exp: New.
4339
4340 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4341
4342 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4343 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4344 argument and update callers.
4345
4346 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 * gdb.arch/amd64-break-on-asm-line.S: New file.
4349 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4350
4351 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4352
4353 * gdb.base/printcmds.exp: Test printing C string and
4354 C wide string convenience vars without transiting via the inferior.
4355 Also make test names unique.
4356
4357 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4358
4359 PR breakpoints/25011
4360 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4361
4362 2019-07-04 Pedro Alves <palves@redhat.com>
4363
4364 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4365 body returned ok(0), break(3) or continue(4).
4366 * gdb.testsuite/foreach_with_prefix.exp: New file.
4367
4368 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4369
4370 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4371
4372 2019-07-03 Pedro Alves <palves@redhat.com>
4373
4374 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4375 "return -code".
4376
4377 2019-07-03 Pedro Alves <palves@redhat.com>
4378
4379 PR cli/24732
4380 * gdb.base/shell.exp: Load completion-support.exp.
4381 Adjust expected error output. Add completion tests.
4382
4383 2019-07-03 Pedro Alves <palves@redhat.com>
4384
4385 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4386 string_to_regexp.
4387
4388 2019-07-03 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4391 (expect_integer): Adjust to expect "-string".
4392 (expect_string): New.
4393 (all_options): Expect "-string".
4394 (test-flag, test-boolean): Adjust to expect "-string".
4395 (test-string): New proc.
4396 (top level): Call it.
4397
4398 2019-07-03 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4401 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4402 the expected output in the success.
4403
4404 2019-07-03 Pedro Alves <palves@redhat.com>
4405
4406 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4407 Split one gdb_test_multiple call in two to avoid a race.
4408
4409 2019-07-03 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/with.c: New file.
4412 * gdb.base/with.exp: New file.
4413
4414 2019-07-03 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.base/settings.exp: Replace all references to "maint
4417 test-settings set" with references to "maint set test-settings",
4418 and all references to "maint test-settings show" with references
4419 to "maint show test-settings".
4420
4421 2019-07-03 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/settings.exp (test-string): Adjust expected out when
4424 testing "maint test-settings show filename"
4425
4426 2019-07-02 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/options.exp (test-info-threads): New procedure.
4429 (top level): Call it.
4430
4431 2019-06-28 Tom Tromey <tromey@adacore.com>
4432
4433 * gdb.dwarf2/ada-linkage-name.c: New file.
4434 * gdb.dwarf2/ada-linkage-name.exp: New file.
4435
4436 2019-06-27 Tom Tromey <tromey@adacore.com>
4437
4438 PR c++/20020:
4439 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4440
4441 2019-06-26 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4444
4445 2019-06-26 Tom de Vries <tdevries@suse.de>
4446
4447 * gdb.base/index-cache.exp: Add back missing debug option.
4448
4449 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4450
4451 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4452
4453 2019-06-25 Tom de Vries <tdevries@suse.de>
4454
4455 PR testsuite/24727
4456 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4457
4458 2019-06-24 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4461
4462 2019-06-24 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4465 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4466 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4467
4468 2019-06-24 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4471
4472 2019-06-21 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4475
4476 2019-06-21 Tom de Vries <tdevries@suse.de>
4477
4478 PR testsuite/24518
4479 PR ada/24713
4480 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4481 index.
4482
4483 2019-06-19 Tom Tromey <tromey@adacore.com>
4484
4485 * gdb.ada/length_cond.exp: Add intro comment.
4486
4487 2019-06-19 Tom Tromey <tromey@adacore.com>
4488
4489 * gdb.ada/length_cond.exp: New file.
4490 * gdb.ada/length_cond/length_cond.adb: New file.
4491 * gdb.ada/length_cond/pck.adb: New file.
4492 * gdb.ada/length_cond/pck.ads: New file.
4493
4494 2019-06-18 Tom de Vries <tdevries@suse.de>
4495
4496 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4497
4498 2019-06-18 Tom Tromey <tromey@adacore.com>
4499
4500 * gdb.base/list0.h: Add comment explaining control character.
4501
4502 2019-06-18 Tom de Vries <tdevries@suse.de>
4503
4504 * boards/fission.exp: Break up long debug_flags line.
4505
4506 2019-06-16 Tom de Vries <tdevries@suse.de>
4507
4508 PR gdb/24445
4509 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4510 generated index.
4511
4512 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 PR gdb/24686
4515 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4516 improve detection of bug gdb/24541.
4517
4518 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4519
4520 PR gdb/24669
4521 * gdb.base/index-cache.exp (uses_readnow,
4522 expecting_index_cache_use): Define global variable.
4523 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4524 expecting_index_cache_use.
4525
4526 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4527 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.fortran/pointers.f90: New file.
4530 * gdb.fortran/print_type.exp: New file.
4531 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4532 * gdb.fortran/vla-type.exp: Likewise.
4533 * gdb.fortran/vla-value.exp: Likewise.
4534 * gdb.mi/mi-vla-fortran.exp: Likewise.
4535
4536 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4539 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4540 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4541 as a stop reason.
4542
4543 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * gdb.base/annota1.exp: Update expected results.
4546 * gdb.cp/annota2.exp: Likewise.
4547 * gdb.cp/annota3.exp: Likewise.
4548
4549 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.base/style-logging.exp: Remove path from test name.
4552
4553 2019-06-14 Tom Tromey <tromey@adacore.com>
4554
4555 PR gdb/24502:
4556 * gdb.base/style-logging.exp: New file.
4557
4558 2019-06-14 Tom Tromey <tromey@adacore.com>
4559
4560 * gdb.base/symfile-warn.exp: New file.
4561 * gdb.base/symfile-warn.c: New file.
4562
4563 2019-06-14 Tom Tromey <tromey@adacore.com>
4564
4565 * gdb.base/annotate-symlink.exp: New file.
4566
4567 2019-06-14 Tom Tromey <tromey@adacore.com>
4568
4569 * gdb.ada/set_wstr.exp: Add reassignment test.
4570
4571 2019-06-14 Tom Tromey <tromey@adacore.com>
4572
4573 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4574 'unchecked_access and 'unrestricted_access as well.
4575
4576 2019-06-14 Tom Tromey <tromey@adacore.com>
4577
4578 PR ada/24539:
4579 * gdb.ada/vla.exp: Update tests.
4580 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4581 pragma.
4582
4583 2019-06-13 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/settings.exp (test-integer): Test junk after
4586 "unlimited".
4587
4588 2019-06-13 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/options.exp (test-thread-apply): New.
4591 (top level): Call it.
4592
4593 2019-06-13 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/options.exp (test-frame-apply): New.
4596 (top level): Test print commands with different "frame apply"
4597 prefixes.
4598
4599 2019-06-13 Pedro Alves <palves@redhat.com>
4600
4601 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4602 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4603 'max_completions' parameter and handle it.
4604 (test_gdb_completion_offers_commands): New.
4605
4606 2019-06-13 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4609
4610 2019-06-13 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/options.exp (test-backtrace): New.
4613 (top level): Call it.
4614
4615 2019-06-13 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.guile/scm-frame-args.exp: Use "set print
4618 raw-frame-arguments" instead of "set print raw frame-arguments".
4619 * gdb.python/py-frame-args.exp: Likewise.
4620
4621 2019-06-13 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.compile/compile.exp: Adjust expected output to option
4624 processing changes.
4625
4626 2019-06-13 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/options.exp: Build executable.
4629 (test-print): New procedure.
4630 (top level): Call it, once for "print" and another for "compile
4631 print".
4632
4633 2019-06-13 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/options.c: New file.
4636 * gdb.base/options.exp: New file.
4637
4638 2019-06-13 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4641 that "o" is ambiguous.
4642
4643 2019-06-13 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/settings.c: New file.
4646 * gdb.base/settings.exp: New file.
4647
4648 2019-06-13 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/completion.exp: Fix comment typo.
4651
4652 2019-06-13 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4655 foo --1" test.
4656
4657 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4658
4659 * gdb.fortran/block-data.f: New.
4660 * gdb.fortran/block-data.exp: New.
4661
4662 2019-06-11 Tom de Vries <tdevries@suse.de>
4663
4664 PR testsuite/24521
4665 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4666 message.
4667
4668 2019-06-11 Tom de Vries <tdevries@suse.de>
4669
4670 PR testsuite/24521
4671 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4672
4673 2019-06-11 Tom de Vries <tdevries@suse.de>
4674
4675 * boards/readnow.exp: New file.
4676
4677 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * gdb.fortran/vla-sizeof.exp: Update expected results.
4680
4681 2019-06-06 Amos Bird <amosbird@gmail.com>
4682
4683 * gdb.base/annota1.exp (thread_switch): Add test for
4684 thread-exited annotation.
4685
4686 2019-06-06 Tom Tromey <tromey@adacore.com>
4687
4688 * gdb.base/maint.exp: Expect command started/finished output.
4689
4690 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4693 comment.
4694 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4695
4696 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4699 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4700 * gdb.arch/riscv-unwind-long-insn.c: New file.
4701 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4702
4703 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4704
4705 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4706
4707 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4708
4709 * lib/gdb.exp (help_list_trailer): New regexp variable
4710 factorizing the help trailer message.
4711 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4712 arg to allow to better factorize various tests.
4713 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4714 (test_prefix_command_help): Use help_list_trailer.
4715 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4716 * gdb.guile/scm-cmd.exp: Likewise.
4717 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4718 * gdb.base/help.exp: Use test_user_defined_class_help.
4719 * gdb.base/style.exp: Add tests for styling of help and apropos.
4720 * lib/gdb-utils.exp (style): Add title and highlight styles.
4721
4722 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4723
4724 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4725 $_shell_exitsignal.
4726 * gdb.base/default.exp: Update for new convenience variables.
4727
4728 2019-05-29 Tom Tromey <tromey@adacore.com>
4729
4730 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4731 to "break complete ada" test case's regexp.
4732
4733 2019-05-29 Tom Tromey <tromey@adacore.com>
4734
4735 PR c++/20020:
4736 * gdb.cp/constexpr-field.exp: New file.
4737 * gdb.cp/constexpr-field.cc: New file.
4738
4739 2019-05-29 Tom Tromey <tromey@adacore.com>
4740
4741 * gdb.base/finish.exp (finish_no_print): New proc.
4742 (finish_tests): Call it.
4743
4744 2019-05-24 Tom de Vries <tdevries@suse.de>
4745
4746 * gdb.dwarf2/gdb-add-index.exp: New file.
4747
4748 2019-05-22 Tom Tromey <tromey@adacore.com>
4749
4750 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4751 * gdb.base/style.exp: Use "style".
4752 * lib/gdb-utils.exp (style): New proc.
4753
4754 2019-05-22 Tom de Vries <tdevries@suse.de>
4755
4756 * gdb.base/align.exp: Require c++11.
4757
4758 2019-05-22 Tom de Vries <tdevries@suse.de>
4759
4760 PR testsuite/24586
4761 * gdb.python/py-mi-var-info-path-expression.exp: Call
4762 mi_skip_python_tests to check if python is supported.
4763
4764 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4765
4766 * gdb.arch/aarch64-pauth.c: New test.
4767 * gdb.arch/aarch64-pauth.exp: New file.
4768
4769 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4770
4771 * README (Re-running Tests Outside The Testsuite): New section.
4772
4773 2019-05-21 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.arch/amd64-eval.exp: Require c++11.
4776 * gdb.base/max-depth.exp: Same.
4777 * gdb.compile/compile-cplus-array-decay.exp: Same.
4778 * gdb.cp/meth-typedefs.exp: Same.
4779 * gdb.cp/subtypes.exp: Same.
4780 * gdb.cp/temargs.exp: Same.
4781
4782 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4783
4784 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4785
4786 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 PR gdb/18644
4789 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4790 * gdb.fortran/printing-types.exp: Add new test.
4791 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4792 testing.
4793 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4794 setup_kfail call.
4795
4796 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4797
4798 * README (Running the Testsuite): Change example.
4799 (Testsuite Parameters): Remove TRANSCRIPT.
4800 * lib/gdb.exp: Remove TRANSCRIPT check.
4801
4802 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4803
4804 * README (Testsuite Parameters): Add replay logging to
4805 GDBSERVER_DEBUG.
4806 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4807 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4808 as a comma separated list.
4809 (gdb_debug_init): Override procedure.
4810
4811 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4812
4813 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4814 (gdb_write_cmd_file): New procedure.
4815 * lib/gdbserver-support.exp (gdbserver_start): Call
4816 gdbserver_write_cmd_file.
4817 (gdbserver_write_cmd_file): New procedure.
4818
4819 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4820
4821 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4822 (delete_breakpoints): Likewise.
4823 (gdb_run_cmd): Likewise.
4824 (gdb_start_cmd): Likewise.
4825 (gdb_starti_cmd): Likewise.
4826 (gdb_internal_error_resync): Likewise.
4827 (gdb_test_multiple): Likewise.
4828 (gdb_reinitialize_dir): Likewise.
4829 (default_gdb_exit): Likewise.
4830 (gdb_file_cmd): Mark kill as optional.
4831 (default_gdb_start): Call gdb_stdin_log_init.
4832 (send_gdb): Call gdb_stdin_log_write.
4833 (rerun_to_main): Mark Y as an answer.
4834 (gdb_stdin_log_init): New function.
4835 (gdb_stdin_log_write): Likewise.
4836
4837 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4838
4839 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4840 * gdb.base/debug-expr.exp: Likewise.
4841 * gdb.base/foll-fork.exp: Likewise.
4842 * gdb.base/foll-vfork.exp: Likewise.
4843 * gdb.base/fork-print-inferior-events.exp: Likewise.
4844 * gdb.base/gdb-sigterm.exp: Likewise.
4845 * gdb.base/gdbinit-history.exp: Likewise.
4846 * gdb.base/osabi.exp: Likewise.
4847 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4848 * gdb.base/ui-redirect.exp: Likewise.
4849 * gdb.gdb/unittest.exp: Likewise.
4850 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4851 * gdb.mi/mi-watch.exp: Likewise.
4852 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4853 * gdb.mi/user-selected-context-sync.exp: Likewise.
4854 * gdb.python/python.exp: Disable debug test when debugging.
4855 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4856 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4857 Likewise.
4858 * gdb.threads/stepi-random-signal.exp: Likewise.
4859
4860 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4861
4862 * Makefile.in: Pass through GDB_DEBUG.
4863 * README (Testsuite Parameters): Add GDB_DEBUG.
4864 (gdb,debug): Add board setting.
4865 * lib/gdb.exp (default_gdb_start): Start debugging.
4866 (gdb_debug_enabled): New procedure.
4867 (gdb_debug_init): Likewise.
4868
4869 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4870
4871 * Makefile.in: Pass through GDB_DEBUG.
4872 * README (Testsuite Parameters): Add GDB_DEBUG.
4873 (gdb,debug): Add board setting.
4874 * lib/gdb.exp (default_gdb_start): Start debugging.
4875 (gdb_debug_enabled): New procedure.
4876 (gdb_debug_init): Likewise.
4877
4878 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4879
4880 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4881
4882 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4883
4884 * gdb.base/ui-redirect.exp: Test redirection.
4885
4886 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4887
4888 * gdb.mi/mi-complete.exp: New file.
4889 * gdb.mi/mi-complete.cc: Likewise.
4890
4891 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4892
4893 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4894 indexed and sliced arrays, and pointers to arrays.
4895
4896 2019-05-14 Tom Tromey <tromey@adacore.com>
4897
4898 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4899 styling test.
4900
4901 2019-05-14 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4904 selection entry encoding.
4905
4906 2019-05-10 Tom Tromey <tromey@adacore.com>
4907
4908 * gdb.ada/info_exc.exp: Add "complete" test.
4909
4910 2019-05-09 Tom de Vries <tdevries@suse.de>
4911
4912 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4913 CU-relative.
4914
4915 2019-05-09 Tom de Vries <tdevries@suse.de>
4916
4917 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4918 CU-relative.
4919
4920 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/frame_arg_lang.exp: New testcase.
4923 * gdb.ada/frame_arg_lang/bla.adb: New file.
4924 * gdb.ada/frame_arg_lang/pck.ads: New file.
4925 * gdb.ada/frame_arg_lang/pck.adb: New file.
4926 * gdb.ada/frame_arg_lang/foo.c: New file.
4927
4928 2019-05-08 Tom Tromey <tromey@adacore.com>
4929
4930 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4931
4932 2019-05-08 Tom Tromey <tromey@adacore.com>
4933
4934 * gdb.base/ptype-offsets.exp: Update tests.
4935
4936 2019-05-08 Tom Tromey <tromey@adacore.com>
4937
4938 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4939 cases.
4940 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4941 "short".
4942
4943 2019-05-08 Tom Tromey <tromey@adacore.com>
4944
4945 * gdb.ada/vla.exp: New file.
4946 * gdb.ada/vla/vla.adb: New file.
4947
4948 2019-05-07 Tom de Vries <tdevries@suse.de>
4949
4950 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4951
4952 2019-05-07 Tom de Vries <tdevries@suse.de>
4953
4954 PR testsuite/24522
4955 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4956 section.
4957
4958 2019-05-07 Tom de Vries <tdevries@suse.de>
4959
4960 PR testsuite/24522
4961 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4962 .debug_aranges section.
4963
4964 2019-05-07 Tom de Vries <tdevries@suse.de>
4965
4966 PR testsuite/24159
4967 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4968
4969 2019-05-06 Tom de Vries <tdevries@suse.de>
4970
4971 * lib/gdb.exp (exec_has_index_section): New proc.
4972 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4973 section.
4974
4975 2019-05-04 Tom de Vries <tdevries@suse.de>
4976
4977 * boards/cc-with-debug-names.exp: New file.
4978
4979 2019-05-03 Tom Tromey <tromey@adacore.com>
4980
4981 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4982 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4983 * gdb.ada/char_enum.exp: Add test.
4984
4985 2019-05-03 Tom de Vries <tdevries@suse.de>
4986
4987 * boards/cc-with-gdb-index.exp: New file.
4988
4989 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.rust/simple.exp: Add new test case.
4992 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4993 (main): Initialise an instance of the new struct.
4994
4995 2019-05-01 Tom Tromey <tromey@adacore.com>
4996
4997 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4998 record.
4999 (NPR): New variable.
5000 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5001 test.
5002
5003 2019-05-01 Tom Tromey <tromey@adacore.com>
5004
5005 * gdb.ada/packed_array_assign.exp: Add packed assignment
5006 regression test.
5007
5008 2019-05-01 Tom de Vries <tdevries@suse.de>
5009
5010 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5011
5012 2019-05-01 Tom de Vries <tdevries@suse.de>
5013
5014 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5015
5016 2019-04-30 Ali Tamur <tamur@google.com>
5017
5018 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5019
5020 2019-04-30 Tom Tromey <tromey@adacore.com>
5021
5022 * lib/ada.exp (find_ada_tool): New proc.
5023 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5024 * gdb.ada/catch_ex_std.exp: New file.
5025 * gdb.ada/catch_ex_std/foo.adb: New file.
5026 * gdb.ada/catch_ex_std/some_package.adb: New file.
5027 * gdb.ada/catch_ex_std/some_package.ads: New file.
5028
5029 2019-04-30 Tom Tromey <tromey@adacore.com>
5030
5031 PR c++/24470:
5032 * gdb.cp/temargs.cc: Add test code from PR.
5033
5034 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.fortran/vla-datatypes.exp: Update expected results.
5037 * gdb.fortran/vla-ptype.exp: Likewise.
5038 * gdb.fortran/vla-type.exp: Likewise.
5039 * gdb.fortran/vla-value.exp: Likewise.
5040
5041 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5042
5043 * gdb.fortran/ptr-indentation.exp: Update expected results.
5044 * gdb.fortran/ptype-on-functions.exp: Likewise.
5045 * gdb.fortran/vla-ptr-info.exp: Likewise.
5046 * gdb.fortran/vla-value.exp: Likewise.
5047
5048 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5049
5050 * gdb.fortran/ptype-on-functions.exp: New file.
5051 * gdb.fortran/ptype-on-functions.f90: New file.
5052
5053 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5056 case void string.
5057
5058 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5059
5060 * gdb.fortran/complex.exp: Expand.
5061 * gdb.fortran/complex.f: Renamed to...
5062 * gdb.fortran/complex.f90: ...this, and extended to add more
5063 complex values.
5064
5065 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5068 MODULO, CMPLX.
5069
5070 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5071 Richard Bunt <richard.bunt@arm.com>
5072
5073 * gdb.base/max-depth.c: New file.
5074 * gdb.base/max-depth.exp: New file.
5075 * gdb.python/py-nested-maps.c: New file.
5076 * gdb.python/py-nested-maps.exp: New file.
5077 * gdb.python/py-nested-maps.py: New file.
5078 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5079 (test_all_common): Call test_max_depth.
5080 * gdb.fortran/max-depth.exp: New file.
5081 * gdb.fortran/max-depth.f90: New file.
5082 * gdb.go/max-depth.exp: New file.
5083 * gdb.go/max-depth.go: New file.
5084 * gdb.modula2/max-depth.exp: New file.
5085 * gdb.modula2/max-depth.c: New file.
5086 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5087
5088 2019-04-29 Tom de Vries <tdevries@suse.de>
5089
5090 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5091
5092 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5093
5094 * gdb.base/callexit.exp: Test may-call-functions off.
5095
5096 2019-04-25 Keith Seitz <keiths@redhat.com>
5097
5098 PR c++/24367
5099 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5100 (another_incomplete_struct, test_incomplete): New definitions.
5101 (main): Use new definitions.
5102 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5103 functions.
5104
5105 2019-04-25 Ali Tamur <tamur@google.com>
5106
5107 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5108
5109 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5110
5111 PR corefiles/11608
5112 PR corefiles/18187
5113 * gdb.base/coredump-filter-build-id.exp: New file.
5114
5115 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5116
5117 * Makefile.in: Pass through GDBSERVER_DEBUG.
5118 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5119 (gdbserver,debug): Add board setting.
5120 * gdb.trace/tspeed.exp: Skip when debugging.
5121 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5122 * lib/gdbserver-support.exp: Likewise
5123
5124 2019-04-24 Tom Tromey <tromey@adacore.com>
5125
5126 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5127 Rust.
5128
5129 2019-04-24 Tom Tromey <tromey@adacore.com>
5130
5131 * gdb.arch/amd64-eval.exp: Test bitfield return.
5132 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5133 (class Foo) <return_bitfields>: New method.
5134 (main): Call it.
5135
5136 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5137
5138 * gdb.cp/many-args.cc: New file.
5139 * gdb.cp/many-args.exp: New file.
5140
5141 2019-04-23 Tom de Vries <tdevries@suse.de>
5142
5143 PR gdb/24433
5144 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5145
5146 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5147
5148 * gdb.trace/backtrace.exp: Use nopie flag.
5149 * gdb.trace/circ.exp: Likewise.
5150 * gdb.trace/collection.exp: Likewise.
5151 * gdb.trace/ftrace.exp: Likewise.
5152 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5153 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5154 * gdb.trace/qtro.exp: Likewise.
5155 * gdb.trace/read-memory.exp: Likewise.
5156 * gdb.trace/report.exp: Likewise.
5157 * gdb.trace/tfile.exp: Likewise.
5158 * gdb.trace/tfind.exp: Likewise.
5159 * gdb.trace/unavailable.exp: Likewise.
5160
5161 2019-04-22 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/solib-probes-nosharedlibrary.c,
5164 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5165
5166 2019-04-19 Tom Tromey <tromey@adacore.com>
5167
5168 * gdb.ada/ptype_union.c: New file.
5169 * gdb.ada/ptype_union.exp: New file.
5170
5171 2019-04-19 Tom Tromey <tromey@adacore.com>
5172
5173 PR symtab/24423:
5174 * gdb.base/list0.h (foo): Add a control-l character.
5175
5176 2019-04-18 Tom de Vries <tdevries@suse.de>
5177
5178 PR gdb/24433
5179 * boards/local-board.exp: Set sysroot to "".
5180
5181 2019-04-18 Tom de Vries <tdevries@suse.de>
5182 Pedro Alves <palves@redhat.com>
5183
5184 PR gdb/24454
5185 * gdb.threads/vfork-follow-child-exec.c: New file.
5186 * gdb.threads/vfork-follow-child-exec.exp: New file.
5187 * gdb.threads/vfork-follow-child-exit.c: New file.
5188 * gdb.threads/vfork-follow-child-exit.exp: New file.
5189
5190 2019-04-15 Leszek Swirski <leszeks@google.com>
5191
5192 * gdb.arch/amd64-eval.cc: New file.
5193 * gdb.arch/amd64-eval.exp: New file.
5194
5195 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5196
5197 * gdb.server/sysroot.c: New test.
5198 * gdb.server/sysroot.exp: New file.
5199 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5200 matching param.
5201
5202 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.base/align.exp: Extend test to cover structures containing
5205 only static fields.
5206
5207 2019-04-11 Tom de Vries <tdevries@suse.de>
5208
5209 * boards/cc-with-dwz-m.exp: New file.
5210 * boards/cc-with-dwz.exp: New file.
5211 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5212
5213 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5214
5215 * gdb.base/start-cpp.exp: New file.
5216 * gdb.base/start-cpp.cc: New file.
5217
5218 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5219
5220 * gdb.python/py-thrhandle.exp: Adjust tests to call
5221 thread_from_handle instead of thread_from_thread_handle.
5222
5223 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5224
5225 * gdb.python/py-thrhandle.exp: Add tests for
5226 gdb.InferiorThread.handle.
5227
5228 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.python/py-function.exp: Check calling helper function from
5231 all languages.
5232 * lib/gdb.exp (gdb_supported_languages): New proc.
5233
5234 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.base/complex-parts.c: New file.
5237 * gdb.base/complex-parts.exp: New file.
5238
5239 2019-04-01 Tom Tromey <tromey@adacore.com>
5240
5241 PR symtab/23331:
5242 * gdb.dwarf2/dw2-ranges-main.c: New file.
5243 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5244 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5245
5246 2019-03-30 Simon Marchi <simark@simark.ca>
5247
5248 * gdb.base/default.exp: Add values for $_gdb_major and
5249 $_gdb_minor.
5250
5251 2019-03-29 Tom Tromey <tromey@adacore.com>
5252
5253 * gdb.base/help.exp: Tighten apropos regexp.
5254
5255 2019-03-29 Keith Seitz <keiths@redhat.com>
5256
5257 * gdb.fortran/array-bounds.exp: New file.
5258 * gdb.fortran/array-bounds.f90: New file.
5259
5260 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5261
5262 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5263
5264 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5265
5266 * gdb.multi/hello.c (main): Increase alarm timer.
5267
5268 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5269
5270 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5271 factor when no hardware watchpoint support.
5272
5273 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5274 Pedro Alves <palves@redhat.com>
5275
5276 * boards/local-board.exp: set sysroot to /.
5277
5278 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5279
5280 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5281 in child.
5282
5283 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5284
5285 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5286 field.
5287 (make_container): Initialise new field.
5288 * gdb.python/py-prettyprint.exp: Add new tests.
5289 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5290 <display_hint>: New method.
5291
5292 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5295 gdb_continue_to_breakpoint more throughout this test.
5296 (run_lang_tests) Supply unique test names, and use
5297 gdb_test_no_output.
5298
5299 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.base/finish-pretty.exp: Update expected results.
5302 * gdb.base/pretty-print.c: New file.
5303 * gdb.base/pretty-print.exp: New file.
5304
5305 2019-03-25 Pedro Alves <palves@redhat.com>
5306
5307 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5308 move comments outside list. Append '-i "" eof' section.
5309
5310 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5311
5312 PR testsuite/25016
5313 * README: Add pie options.
5314 * gdb.base/break-interp.exp: Ensure pie is disabled.
5315 * gdb.base/dump.exp: Likewise.
5316 * lib/gdb.exp (gdb_compile): Add pie option.
5317
5318 2019-03-19 Tom Tromey <tromey@adacore.com>
5319
5320 * gdb.mi/mi2-cli-display.c: New file.
5321 * gdb.mi/mi2-cli-display.exp: New file.
5322
5323 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5324 Tom Tromey <tromey@adacore.com>
5325
5326 * gdb.ada/ptype_array/pck.adb: New file.
5327 * gdb.ada/ptype_array/pck.ads: New file.
5328 * gdb.ada/ptype_array/foo.adb: New file.
5329 * gdb.ada/ptype_array.exp: New file.
5330
5331 2019-03-14 Tom Tromey <tromey@adacore.com>
5332
5333 * gdb.base/style.exp: Add "set style sources" test.
5334
5335 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5338 * mi-breakpoint-multiple-locations.exp: ... this.
5339 (make_breakpoints_pattern): New proc.
5340 (do_test): Add mi_version parameter, test -break-insert,
5341 -break-info and =breakpoint-created.
5342
5343 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * config/default.exp: Remove 'load_lib gdb.exp'.
5346 * config/monitor.exp: Likewise.
5347 * config/sid.exp: Likewise.
5348 * config/sim.exp: Likewise.
5349 * config/slite.exp: Likewise.
5350 * config/unix.exp: Likewise.
5351 * gdb.base/default.exp: Remove unhelpful comment.
5352
5353 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5356
5357 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5360
5361 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.fortran/type-kinds.exp: Update expected results.
5364
5365 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5366
5367 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5368
5369 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5372 function.
5373 (test_basic_parsing_of_type_kinds): Expand types tested.
5374 (test_parsing_invalid_type_kinds): New function.
5375
5376 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.fortran/intrinsics.exp: New file.
5379 * gdb.fortran/intrinsics.f90: New file.
5380 * gdb.fortran/type-kinds.exp: New file.
5381
5382 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.fortran/dot-ops.exp: New file.
5385
5386 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5389 Check upper and lower case logical literals.
5390
5391 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5394 Remove duplicate tests.
5395
5396 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5397
5398 * lib/gdb.exp (builtin_cd): rename of cd.
5399 (cd): Override builtin.
5400
5401 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5402
5403 * gdb.fortran/function-calls.exp: New file.
5404 * gdb.fortran/function-calls.f90: New test.
5405
5406 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5407
5408 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5409 on user program standard output.
5410 * gdb.fortran/short-circuit-argument-list.f90: Record function
5411 calls.
5412
5413 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5414
5415 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5416 failure.
5417
5418 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5419
5420 PR gdb/8527
5421 * gdb.base/interrupt-daemon-attach.c,
5422 gdb.base/interrupt-daemon-attach.exp: New test.
5423
5424 2019-02-27 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/page.exp: Add tests for "set width/height -1".
5427
5428 2019-02-27 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/page.exp: Add tests for "set/show width/height" with
5431 "infinite" values.
5432
5433 2019-02-27 Tom Tromey <tromey@adacore.com>
5434
5435 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5436 2.4.
5437 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5438 workaround.
5439
5440 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5441
5442 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5443 tests for structs with static members.
5444
5445 2019-02-26 Tom Tromey <tromey@adacore.com>
5446
5447 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5448 ValueError, not TypeError.
5449
5450 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5451
5452 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5453 call from main program.
5454
5455 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5456
5457 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5458 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5459 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5460 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5461 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5462
5463 2019-02-22 Keith Seitz <keiths@redhat.com>
5464
5465 PR symtab/23853
5466 * gdb.base/symlink-sourcefile.c: New file.
5467 * gdb.base/symlink-sourcefile.exp: New file.
5468
5469 2019-02-20 Tom Tromey <tom@tromey.com>
5470
5471 * gdb.base/info_qt.exp: Update.
5472
5473 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5474
5475 * gdb.base/source.exp: Move "error in sourced script" code to
5476 the end.
5477 * gdb.base/source-error.gdb: Move contents to
5478 source-error-1.gdb. Add new code to source source-error-1.gdb.
5479 * gdb.base/source-error-1.gdb: New file, from previous
5480 source-error.gdb.
5481
5482 2019-02-17 Tom Tromey <tom@tromey.com>
5483
5484 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5485 for macro styling.
5486 * gdb.base/style.c (SOME_MACRO): New macro.
5487
5488 2019-02-17 Tom Tromey <tom@tromey.com>
5489
5490 * gdb.base/style.exp: Add line-wrapping tests.
5491 * gdb.base/page.exp: Add test for quitting during pagination.
5492
5493 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5494
5495 * gdb.ada/big_packed_array: New testcase.
5496 * gdb.ada/homonym.exp: Fix incorrect expected output for
5497 "break <homonym__get_value>" test.
5498
5499 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5500
5501 PR breakpoints/21870
5502 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5503 and prepare_for_testing. Add comment.
5504 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5505 redundant cleanup call. Clean up comment.
5506
5507 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5508
5509 PR breakpoints/21870
5510 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5511 * gdb.arch/aarch64-dbreg-contents.c: New file.
5512
5513 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.ada/mi_ref_changeable: New testcase.
5516
5517 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5518
5519 * gdb.base/attach.exp: Add double attach test.
5520
5521 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5522
5523 * lib/gdb.exp (default_gdb_start): Don't match pagination
5524 prompt.
5525 (gdb_init): Set stty_init.
5526
5527 2019-01-27 Tom Tromey <tom@tromey.com>
5528
5529 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5530 skip_python_tests.
5531
5532 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5533
5534 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5535 New structure.
5536 (struct struct_static_02_02): Likewise.
5537 (struct struct_static_02_03): Likewise.
5538 (struct struct_static_02_04): Likewise.
5539 (struct struct_static_04_01): Likewise.
5540 (struct struct_static_04_02): Likewise.
5541 (struct struct_static_04_03): Likewise.
5542 (struct struct_static_04_04): Likewise.
5543 (struct struct_static_06_01): Likewise.
5544 (struct struct_static_06_02): Likewise.
5545 (struct struct_static_06_03): Likewise.
5546 (struct struct_static_06_04): Likewise.
5547 (cmp_struct_static_02_01): Likewise.
5548 (cmp_struct_static_02_02): Likewise.
5549 (cmp_struct_static_02_03): Likewise.
5550 (cmp_struct_static_02_04): Likewise.
5551 (cmp_struct_static_04_01): Likewise.
5552 (cmp_struct_static_04_02): Likewise.
5553 (cmp_struct_static_04_03): Likewise.
5554 (cmp_struct_static_04_04): Likewise.
5555 (cmp_struct_static_06_01): Likewise.
5556 (cmp_struct_static_06_02): Likewise.
5557 (cmp_struct_static_06_03): Likewise.
5558 (cmp_struct_static_06_04): Likewise.
5559 (call_all): Test new structs.
5560 * gdb.base/infcall-nested-structs.exp: Likewise.
5561
5562 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5563 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5564
5565 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5566 * gdb.base/stack-protector.c: New test.
5567 * gdb.base/stack-protector.exp: New file.
5568 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5569 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5570 option.
5571 (gdb_compile): Remove stack protector for GCC and prevent
5572 recursion.
5573
5574 2019-01-16 Keith Seitz <keiths@redhat.com>
5575
5576 PR gdb/23773
5577 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5578
5579 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5580
5581 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5582 aliases.
5583 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5584 tests.
5585 * gdb.arch/powerpc-vector-regs.c: New file.
5586 * gdb.arch/powerpc-vector-regs.exp: New file.
5587
5588 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5589
5590 * gdb.arch/altivec-regs.exp: Fix the list passed to
5591 gdb_expect_list when testing "info vector".
5592
5593 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5594
5595 * gdb.base/style.exp: Don't include path in testname.
5596
5597 2019-01-10 Keith Seitz <keiths@redhat.com>
5598
5599 PR gdb/23712
5600 PR symtab/23010
5601 * gdb.dwarf2/multidictionary.exp: New file.
5602
5603 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5604
5605 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5606 (test_gnuv3_style_demangling): ... this.
5607 (test_lucid_style_demangling): Remove.
5608 (test_arm_style_demangling): Remove.
5609 (test_hp_style_demangling): Remove.
5610 (do_tests): Remove calls to the above.
5611
5612 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5615 case.
5616
5617 2019-01-06 Tom Tromey <tom@tromey.com>
5618
5619 PR gdb/28155:
5620 * gdb.dwarf2/typedef-void-finish.exp: New file.
5621
5622 2018-12-28 Tom Tromey <tom@tromey.com>
5623 Simon Marchi <simark@simark.ca>
5624
5625 * gdb.base/jit-exec.exp: New file.
5626 * gdb.base/jit-exec.c: New file.
5627 * gdb.base/jit-execd.c: New file.
5628
5629 2018-12-28 Tom Tromey <tom@tromey.com>
5630
5631 * gdb.base/style.exp: Update test to check for address styling.
5632
5633 2018-12-28 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5636 message.
5637
5638 2018-12-28 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.base/style.exp: Add test for version number styling.
5641
5642 2018-12-28 Tom Tromey <tom@tromey.com>
5643
5644 * gdb.base/style.exp: Add test for print_address_symbolic.
5645
5646 2018-12-28 Tom Tromey <tom@tromey.com>
5647
5648 * gdb.base/style.exp: Add test for breakpoint setting.
5649
5650 2018-12-28 Tom Tromey <tom@tromey.com>
5651
5652 * gdb.base/style.exp: Add test for variable names.
5653
5654 2018-12-28 Tom Tromey <tom@tromey.com>
5655
5656 * gdb.base/style.exp: New file.
5657 * gdb.base/style.c: New file.
5658
5659 2018-12-28 Tom Tromey <tom@tromey.com>
5660
5661 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5662 "dumb".
5663 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5664 the TERM environment variable.
5665
5666 2018-12-27 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5669 pagination test.
5670
5671 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5674 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5675
5676 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5677
5678 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5679 Filename a.adb changed to bp_fun_addr.adb.
5680 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5681
5682 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5683
5684 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5685 non-PIE executables.
5686 * README: Mention the gdb,nopie_flag board setting.
5687 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5688 non-PIE executable.
5689 * gdb.arch/amd64-entry-value.exp: Likewise.
5690 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5691 * gdb.arch/i386-float.exp: Likewise.
5692 * gdb.arch/i386-signal.exp: Likewise.
5693 * gdb.mi/mi-reg-undefined.exp: Likewise.
5694
5695 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5696
5697 PR gdb/23974
5698 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5699
5700 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5701
5702 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5703 Update order of results accordingly.
5704
5705 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * gdb.base/annota1.exp: Update a test regexp.
5708
5709 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5712
5713 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5714
5715 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5716 (reuse_time): Initialize to REUSE_TIME_CAP.
5717 (check_rc): New function.
5718 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5719 Check pthread_create rc.
5720 (spawner_thread_func): Check pthread_create and pthread_join rc.
5721
5722 2018-12-08 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/list.exp (test_forward_search): Rename to ...
5725 (test_forward_reverse_search): ... this. Also test reverse-search
5726 and the forward-search alias.
5727
5728 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5731 local timeout variable before return, and remove all local timeout
5732 variable entirely.
5733 (gdb_load): Likewise.
5734
5735 2018-12-01 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.base/gdb-caching-proc.exp: New file.
5738
5739 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5740
5741 * Makefile.in (TIMESTAMP): New variable.
5742 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5743 command.
5744 (check-single-racy): Likewise.
5745 (check/%.exp): Likewise.
5746 (check-racy/%.exp): Likewise.
5747 (workers/%.worker): Likewise.
5748 (build-perf): Likewise.
5749 (check-perf): Likewise.
5750 * README: Describe new "TS" and "TS_FORMAT" variables.
5751 * print-ts.py: New file.
5752
5753 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5754
5755 PR python/23714
5756 * gdb.python/python.exp: Test command repetition after
5757 gdb.execute.
5758
5759 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5760
5761 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5762 is correctly aligned.
5763
5764 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5765
5766 * gdb.ada/info_auto_lang.exp: New testcase.
5767 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5768 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5769 * gdb.ada/info_auto_lang/some_c.c: New file.
5770
5771 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5772
5773 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5774 FUNC_lang language syntax.
5775
5776 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5777
5778 * gdb.base/info_minsym.c: New file.
5779 * gdb.base/info_minsym.exp: New file.
5780
5781 2018-11-19 Tom Tromey <tom@tromey.com>
5782
5783 PR rust/23625:
5784 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5785 * gdb.rust/expr.exp: Update expected output. Change one test.
5786
5787 2018-11-19 Tom Tromey <tom@tromey.com>
5788
5789 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5790
5791 2018-11-19 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5794 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5795 see the expected warning.
5796
5797 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5798
5799 PR gdb/22736:
5800 * gdb.cp/infcall-nodebug-lib.c: New test.
5801 * gdb.cp/infcall-nodebug-main.c: New test.
5802 * gdb.cp/infcall-nodebug.exp: New file.
5803
5804 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5805
5806 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5807 completer tests.
5808
5809 2018-11-09 Tom de Vries <tdevries@suse.de>
5810
5811 * gdb.base/msym-lang.c: New test.
5812 * gdb.base/msym-lang.exp: New file.
5813 * gdb.base/msym-lang-main.c: New test.
5814
5815 2018-11-08 Tom Tromey <tom@tromey.com>
5816
5817 PR gdb/23555:
5818 PR gdb/23838:
5819 * gdb.base/warning.exp: New file.
5820
5821 2018-11-08 Jan Beulich <jbeulich@suse.com>
5822
5823 * testsuite/gdb.arch/i386-avx512.c,
5824 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5825
5826 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5827
5828 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5829 point hardware.
5830
5831 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5834 * gdb.dwarf2/missing-type-name.exp: New file.
5835
5836 2018-11-06 Tom de Vries <tdevries@suse.de>
5837
5838 * gdb.base/many-headers.c: New test.
5839 * gdb.base/many-headers.exp: New file.
5840
5841 2018-11-06 Jim Wilson <jimw@sifive.com>
5842
5843 * gdb.base/code_elim.exp: For riscv, set additional_flags
5844 to include -msmall-data-limit=0.
5845
5846 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.ada/watch_minus_l: New testcase.
5849
5850 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5851
5852 * gdb.arch/aix-sighandle.c: New file.
5853 * gdb.arch/aix-sighandle.exp: New file.
5854
5855 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5856
5857 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5858 registers being unions.
5859
5860 2018-10-31 Tom de Vries <tdevries@suse.de>
5861
5862 * lib/valgrind.exp: New file.
5863 (vgdb_start, vgdb_stop): New procs, factored out of ...
5864 * gdb.base/valgrind-bt.exp: ... here, ...
5865 * gdb.base/valgrind-disp-step.exp: ... here and ...
5866 * gdb.base/valgrind-infcall.exp: ... here.
5867
5868 2018-10-31 Tom de Vries <tdevries@suse.de>
5869
5870 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5871
5872 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5873
5874 * gdb.dwarf2/void-type.c: New file.
5875 * gdb.dwarf2/void-type.exp: New file.
5876
5877 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5878
5879 * gdb.base/info_qt.c: New file.
5880 * gdb.base/info_qt.exp: New file.
5881
5882 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5883
5884 * gdb.arch/powerpc-htm-regs.c: New file.
5885 * gdb.arch/powerpc-htm-regs.exp: New file.
5886
5887 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5888
5889 * gdb.arch/powerpc-tar.c: New file.
5890 * gdb.arch/powerpc-tar.exp: New file.
5891
5892 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5893
5894 * gdb.arch/powerpc-ppr-dscr.c: New file.
5895 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5896
5897 2018-10-25 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5900
5901 2018-10-24 Tom de Vries <tdevries@suse.de>
5902
5903 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5904 longer exists error.
5905
5906 2018-10-24 Tom de Vries <tdevries@suse.de>
5907
5908 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5909
5910 2018-10-24 Tom de Vries <tdevries@suse.de>
5911
5912 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5913 --db-attach in valgrind.
5914
5915 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.arch/riscv-reg-aliases.c: New file.
5918 * gdb.arch/riscv-reg-aliases.exp: New file.
5919
5920 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5921
5922 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5923
5924 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5925
5926 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5927
5928 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5929
5930 * gdb.cp/ovldbreak.exp: Fix regexps.
5931
5932 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5933
5934 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5935
5936 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5937
5938 PR cli/23785
5939 * gdb.base/restore.exp: New test to check if "restore" with an
5940 invalid file doesn't segfault.
5941
5942 2018-10-18 Tom de Vries <tdevries@suse.de>
5943
5944 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5945 * gdb.ada/excep_handle.exp: Same.
5946 * gdb.ada/mi_string_access.exp: Same.
5947 * gdb.ada/mi_var_union.exp: Same.
5948 * gdb.arch/arc-analyze-prologue.exp: Same.
5949 * gdb.arch/arc-decode-insn.exp: Same.
5950 * gdb.base/readnever.exp: Same.
5951 * gdb.fortran/printing-types.exp: Same.
5952 * gdb.guile/scm-lazy-string.exp: Same.
5953
5954 2018-10-16 Tom de Vries <tdevries@suse.de>
5955
5956 PR gdb/23730
5957 * gdb.base/catch-follow-exec.c: Add copyright notice.
5958 * gdb.base/catch-follow-exec.exp: Rewrite to use
5959 gdb_spawn_with_cmdline_opts. Require gdb-native.
5960
5961 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5962
5963 * gdb.trace/actions-changed.exp: Check for arch support.
5964 * gdb.trace/actions.exp: Likewise.
5965 * gdb.trace/ax.exp: Likewise.
5966 * gdb.trace/backtrace.exp: Likewise.
5967 * gdb.trace/change-loc.exp: Likewise.
5968 * gdb.trace/deltrace.exp: Likewise.
5969 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5970 * gdb.trace/ftrace.exp: Likewise.
5971 * gdb.trace/infotrace.exp: Check for arch support.
5972 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5973 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5974 * gdb.trace/mi-tsv-changed.exp: Likewise.
5975 * gdb.trace/packetlen.exp: Likewise.
5976 * gdb.trace/passc-dyn.exp: Likewise.
5977 * gdb.trace/passcount.exp: Likewise.
5978 * gdb.trace/pending.exp: Likewise.
5979 * gdb.trace/range-stepping.exp: Check for shlib support.
5980 * gdb.trace/report.exp: Check for arch support.
5981 * gdb.trace/save-trace.exp: Likewise.
5982 * gdb.trace/signal.exp: Check for signal support.
5983 * gdb.trace/tfind.exp: Check for arch support.
5984 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5985 * gdb.trace/trace-common.h: Add comment.
5986 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5987 * gdb.trace/trace-enable-disable.exp: Likewise.
5988 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5989 * gdb.trace/tracecmd.exp: Check for arch support.
5990 * gdb.trace/tspeed.exp: Check for shlib and target support.
5991 * gdb.trace/tstatus.exp: Check for arch support.
5992 * gdb.trace/tsv.exp: Likewise.
5993 * gdb.trace/while-dyn.exp: Likewise.
5994 * gdb.trace/while-stepping.exp: Likewise.
5995 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5996
5997 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5998
5999 * gdb.trace/tspeed.exp: Remove nowarnings.
6000 (prepare_for_trace_test): Declare "global ipalib".
6001 * gdb.trace/tspeed.c: Include unistd.h.
6002 (main): Remove superfluous printf argument.
6003
6004 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6005
6006 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6007 directory prefix on the filename.
6008
6009 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6010
6011 * gdb.gdb/unittest.exp: Update expected message informing that
6012 selftests have been disabled.
6013 * gdb.server/unittest.exp: Likewise.
6014
6015 2018-10-09 Tom de Vries <tdevries@suse.de>
6016
6017 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6018 with runto_main.
6019
6020 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
6021
6022 PR c++/16841
6023 * gdb.cp/virtbase2.cc: New file.
6024 * gdb.cp/virtbase2.exp: New file.
6025
6026 2018-10-06 Tom Tromey <tom@tromey.com>
6027
6028 PR python/19399:
6029 * gdb.python/py-inferior.exp: Add architecture test.
6030
6031 2018-10-06 Tom Tromey <tom@tromey.com>
6032
6033 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6034 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6035
6036 2018-10-06 Tom Tromey <tom@tromey.com>
6037
6038 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6039 of a "throw" catchpoint.
6040
6041 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6042
6043 * gdb.base/info-proc.exp: Update string expected from "help info
6044 proc".
6045
6046 2018-10-04 Tom Tromey <tom@tromey.com>
6047
6048 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6049 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6050 (test_initial_complaints, test_empty_complaints): Update.
6051 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6052
6053 2018-10-04 Tom Tromey <tom@tromey.com>
6054
6055 PR cli/19551:
6056 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6057 * lib/gdb.exp (gdb_file_cmd): Update.
6058 * gdb.stabs/weird.exp (print_weird_var): Update.
6059 * gdb.server/solib-list.exp: Update.
6060 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6061 * gdb.mi/mi-cli.exp: Update.
6062 * gdb.linespec/linespec.exp: Update.
6063 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6064 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6065 * gdb.cp/cp-relocate.exp: Update.
6066 * gdb.base/sym-file.exp: Update.
6067 * gdb.base/relocate.exp: Update.
6068 * gdb.base/readnever.exp: Update.
6069 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6070 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6071 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6072 * gdb.base/code_elim.exp: Update.
6073 * gdb.base/break-unload-file.exp (test_break): Update.
6074 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6075 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6076 Update.
6077 * gdb.base/attach.exp (do_attach_tests): Update.
6078 * gdb.base/sepdebug.exp: Update.
6079 * gdb.python/py-section-script.exp: Update.
6080
6081 2018-10-04 Tom Tromey <tom@tromey.com>
6082
6083 PR cli/22234:
6084 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6085 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6086 output.
6087
6088 2018-10-04 Tom Tromey <tom@tromey.com>
6089
6090 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6091 set width and height to 0.
6092 (test_command_line_attach_run): Use -quiet.
6093
6094 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6095
6096 * lib/gdb.exp (skip_ifunc_tests): New.
6097 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6098 other compile failures.
6099 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6100
6101 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6104 is_amd64_regs_target.
6105
6106 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6107
6108 * gdb.arch/aarch64-sighandler-regs.c: New test.
6109 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6110 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6111
6112 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6113
6114 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6115 assembly.
6116
6117 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6118
6119 * gdb.base/frame-selection.exp: New file.
6120 * gdb.base/frame-selection.c: New file.
6121
6122 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6123
6124 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6125 pthread barrier.
6126 (main): Likewise.
6127
6128 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.base/large-frame-1.c: New file.
6131 * gdb.base/large-frame-2.c: New file.
6132 * gdb.base/large-frame.exp: New file.
6133 * gdb.base/large-frame.h: New file.
6134
6135 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6136
6137 PR gdb/20948
6138 * gdb.base/write_mem.exp: New test.
6139 * gdb.base/write_mem.c: Likewise.
6140
6141 2018-09-23 Tom Tromey <tom@tromey.com>
6142
6143 PR python/18852:
6144 * gdb.python/py-parameter.exp: Add test for parameter that throws
6145 on "set".
6146
6147 2018-09-23 Tom Tromey <tom@tromey.com>
6148
6149 PR python/17284:
6150 * gdb.python/py-template.exp (test_template_arg): Add test for
6151 negative template argument number.
6152
6153 2018-09-23 Tom Tromey <tom@tromey.com>
6154
6155 PR python/14062:
6156 * gdb.python/python.exp: Add test for post_event error.
6157
6158 2018-09-23 Tom Tromey <tom@tromey.com>
6159
6160 PR python/18170:
6161 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6162 convert pointers to int and long.
6163
6164 2018-09-23 Tom Tromey <tom@tromey.com>
6165
6166 PR python/20126:
6167 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6168 signed-ness conversion tests.
6169
6170 2018-09-23 Tom Tromey <tom@tromey.com>
6171
6172 PR python/18352;
6173 * gdb.python/py-value.exp (test_float_conversion): New proc.
6174 Use it.
6175
6176 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6177
6178 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6179
6180 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6181
6182 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6183 no readline.
6184 * gdb.base/utf8-identifiers.exp: Likewise.
6185 * gdb.cp/cpcompletion.exp: Likewise.
6186 * gdb.linespec/cpcompletion.exp: Likewise.
6187 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6188 * gdb.linespec/cpls-ops.exp: Likewise.
6189
6190 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6191 Chris January <chris.january@arm.com>
6192
6193 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6194 * gdb.fortran/short-circuit-argument-list.exp: New file.
6195 * gdb.fortran/short-circuit-argument-list.f90: New test.
6196
6197 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6200 "arch=" keyword when executing "-stack-list-frames".
6201
6202 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6205 "arch=" keyword when executing "-stack-list-frames".
6206
6207 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6210 break ada".
6211
6212 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6213
6214 PR python/23669
6215 * gdb.python/python.exp: Test gdb.execute("show commands").
6216
6217 2018-09-16 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.base/new-ui.exp (do_execution_tests): Update.
6220 * gdb.base/dbx.exp (test_breakpoints): Update.
6221
6222 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6223
6224 * lib/gdb.exp (gdb_simple_compile): Add proc.
6225 (is_elf_target): Use gdb_simple_compile.
6226 (skip_altivec_tests): Likewise.
6227 (skip_vsx_tests): Likewise.
6228 (skip_tsx_tests): Likewise.
6229 (skip_btrace_tests): Likewise.
6230 (skip_btrace_pt_tests): Likewise.
6231 (gdb_can_simple_compile): Likewise.
6232 (gdb_has_argv0): Likewise.
6233 (gdb_target_symbol_prefix): Likewise.
6234 (target_supports_scheduler_locking): Likewise.
6235
6236 2018-09-13 Tom Tromey <tom@tromey.com>
6237
6238 * Makefile.in (TAGS): Recognize proc_with_prefix and
6239 gdb_caching_proc.
6240
6241 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6244 method.
6245
6246 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6249 and a few other Inferior properties when the Inferior is no
6250 longer valid.
6251
6252 2018-09-13 Tom Tromey <tom@tromey.com>
6253
6254 PR rust/23650:
6255 * gdb.rust/simple.exp: Add test for enum field access error.
6256
6257 2018-09-13 Tom Tromey <tom@tromey.com>
6258
6259 PR rust/23626:
6260 * gdb.rust/simple.rs (EmptyEnum): New type.
6261 (main): Use it.
6262 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6263
6264 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6265
6266 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6267 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6268 * gdb.python/py-symtab.exp: Update test printing an objfile.
6269
6270 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6273 object.
6274
6275 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6276
6277 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6278 (support_complex_tests): Use gdb_can_simple_compile.
6279 (is_ilp32_target): Likewise.
6280 (is_lp64_target): Likewise.
6281 (is_64_target): Likewise.
6282 (is_amd64_regs_target): Likewise.
6283 (is_aarch32_target): Likewise.
6284 (gdb_int128_helper): Likewise.
6285
6286 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6289
6290 2018-09-10 Jerome Guitton <guitton@adacore.com>
6291
6292 * gdb.ada/same_component_name: Add test for case of tagged record
6293 with variable-length fields.
6294
6295 2018-09-10 Xavier Roirand <roirand@adacore.com>
6296
6297 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6298 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6299 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6300 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6301
6302 2018-09-10 Xavier Roirand <roirand@adacore.com>
6303
6304 * gdb.ada/mi_string_access.exp: New testcase.
6305 * gdb.ada/mi_string_access/bar.adb: New file.
6306 * gdb.ada/mi_string_access/pck.adb: New file.
6307 * gdb.ada/mi_string_access/pck.asd: New file.
6308
6309 2018-09-10 Xavier Roirand <roirand@adacore.com>
6310
6311 * gdb.ada/mi_var_union.exp: New testcase.
6312 * gdb.ada/mi_var_union/bar.adb: New file.
6313 * gdb.ada/mi_var_union/pck.adb: New file.
6314 * gdb.ada/mi_var_union/pck.asd: New file.
6315
6316 2018-09-08 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6319
6320 2018-09-08 Tom Tromey <tom@tromey.com>
6321
6322 PR python/16047:
6323 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6324 (register_pretty_printers): Register new printer.
6325 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6326 test.
6327 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6328 (an_int_type3): New global.
6329
6330 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6331
6332 * gdb.ada/expr_with_funcall: New testcase.
6333
6334 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6335
6336 * gdb.ada/packed_array_assign: New testcase.
6337
6338 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6341 names, and add test prefixes to make test names unique.
6342
6343 2018-09-05 Tom de Vries <tdevries@suse.de>
6344
6345 * gdb.dwarf2/varval.exp: Add test.
6346
6347 2018-09-04 Gary Benson <gbenson@redhat.com>
6348
6349 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6350 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6351
6352 2018-08-31 Tom Tromey <tom@tromey.com>
6353
6354 * gdb.rust/simple.rs: Rename second variable "v".
6355
6356 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6357
6358 * gdb.base/funcargs.c (use_a): New function.
6359 (recurse): Call use_a.
6360
6361 2018-08-29 Keith Seitz <keiths@redhat.com>
6362
6363 * gdb.compile/compile-cplus-anonymous.cc: New file.
6364 * gdb.compile/compile-cplus-anonymous.exp: New file.
6365 * gdb.compile/compile-cplus-array-decay.cc: New file.
6366 * gdb.compile/compile-cplus-array-decay.exp: New file.
6367 * gdb.compile/compile-cplus-inherit.cc: New file.
6368 * gdb.compile/compile-cplus-inherit.exp: New file.
6369 * gdb.compile/compile-cplus-member.cc: New file.
6370 * gdb.compile/compile-cplus-member.exp: New file.
6371 * gdb.compile/compile-cplus-method.cc: New file.
6372 * gdb.compile/compile-cplus-method.exp: New file.
6373 * gdb.compile/compile-cplus-mod.c: "New" file.
6374 * gdb.compile/compile-cplus-namespace.cc: New file.
6375 * gdb.compile/compile-cplus-namespace.exp: New file.
6376 * gdb.compile/compile-cplus-nested.cc: New file.
6377 * gdb.compile/compile-cplus-nested.exp: New file.
6378 * gdb.compile/compile-cplus-print.c: "New" file.
6379 * gdb.compile/compile-cplus-print.exp: "New" file.
6380 * gdb.compile/compile-cplus-virtual.cc: New file.
6381 * gdb.compile/compile-cplus-virtual.exp: New file.
6382 * gdb.compile/compile-cplus.c: "New" file.
6383 * gdb.compile/compile-cplus.exp: "New" file.
6384 * lib/compile-support.exp: New file.
6385
6386 2018-08-16 Gary Benson <gbenson@redhat.com>
6387
6388 PR gdb/13000:
6389 * gdb.base/batch-exit-status.exp: New file.
6390 * gdb.base/batch-exit-status.good-commands: Likewise.
6391 * gdb.base/batch-exit-status.bad-commands: Likewise.
6392
6393 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6394
6395 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6396 (struct struct02): Likewise.
6397 (struct struct03): Likewise.
6398 (struct struct04): Likewise.
6399 (struct struct_01_01): New struct.
6400 (struct struct_01_02): Likewise.
6401 (struct struct_01_03): Likewise.
6402 (struct struct_01_04): Likewise.
6403 (struct struct_02_01): Likewise.
6404 (struct struct_02_02): Likewise.
6405 (struct struct_02_03): Likewise.
6406 (struct struct_02_04): Likewise.
6407 (struct struct_04_01): Likewise.
6408 (struct struct_04_02): Likewise.
6409 (struct struct_04_03): Likewise.
6410 (struct struct_04_04): Likewise.
6411 (struct struct_05_01): Likewise.
6412 (struct struct_05_02): Likewise.
6413 (struct struct_05_03): Likewise.
6414 (struct struct_05_04): Likewise.
6415 (cmp_struct01): Remove function.
6416 (cmp_struct02): Likewise.
6417 (cmp_struct03): Likewise.
6418 (cmp_struct04): Likewise.
6419 (cmp_struct_01_01): Add Function.
6420 (cmp_struct_01_02): Likewise.
6421 (cmp_struct_01_03): Likewise.
6422 (cmp_struct_01_04): Likewise.
6423 (cmp_struct_02_01): Likewise.
6424 (cmp_struct_02_02): Likewise.
6425 (cmp_struct_02_03): Likewise.
6426 (cmp_struct_02_04): Likewise.
6427 (cmp_struct_04_01): Likewise.
6428 (cmp_struct_04_02): Likewise.
6429 (cmp_struct_04_03): Likewise.
6430 (cmp_struct_04_04): Likewise.
6431 (cmp_struct_05_01): Likewise.
6432 (cmp_struct_05_02): Likewise.
6433 (cmp_struct_05_03): Likewise.
6434 (cmp_struct_05_04): Likewise.
6435 (call_all): Add new structs.
6436 * gdb.base/infcall-nested-structs.exp: Likewise.
6437
6438 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6439
6440 * gdb.python/py-framefilter-mi.exp: Update regexp to
6441 check for "arch" field in frame output.
6442
6443 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6444
6445 * gdb.dwarf2/dw2-ranges-func.c: New file.
6446 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6447
6448 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6449
6450 * gdb.base/term.exp: Compare terminal settings with values from
6451 the inferior.
6452 * gdb.base/term.c: Get and set terminal settings.
6453
6454 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6455
6456 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6457 accommodate new "arch" field in frame output.
6458 * gdb.mi/mi-return.exp: Likewise.
6459 * gdb.mi/mi-stack.exp: Likewise.
6460 * gdb.mi/mi-syn-frame.exp: Likewise.
6461 * gdb.mi/user-selected-context-sync.exp: Likewise.
6462
6463 2018-08-19 Michael Spang <spang@google.com>
6464
6465 PR gdb/11786
6466 * gdb.base/gcore-tls-pie.c: New file.
6467 * gdb.base/gcore-tls-pie.exp: New file.
6468
6469 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6470
6471 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6472 * gdb.dwarf2/varval.c: New file.
6473 * gdb.dwarf2/varval.exp: New file.
6474
6475 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6476
6477 PR gdb/18931
6478 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6479
6480 2018-08-16 Keith Seitz <keiths@redhat.com>
6481
6482 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6483 tests expected to pass.
6484
6485 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6486
6487 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6488 -data-disassemble -a.
6489 (test_disassembly_bogus_args): Likewise.
6490
6491 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6492
6493 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6494
6495 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.base/vla-optimized-out.exp: Add new test.
6498
6499 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6500
6501 * gdb.base/vla-optimized-out-o3.exp: Delete.
6502 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6503 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6504 deleted tests.
6505
6506 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 PR gdb/18050:
6509 * gdb.server/extended-remote-restart.c: New file.
6510 * gdb.server/extended-remote-restart.exp: New file.
6511
6512 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6513
6514 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6515 "set variable index = 42".
6516
6517 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * boards/index-cache-gdb.exp: New file.
6520 * gdb.dwarf2/index-cache.exp: New file.
6521 * gdb.dwarf2/index-cache.c: New file.
6522 * gdb.base/maint.exp: Check if we are using the index cache.
6523
6524 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6525
6526 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6527 MAKEFLAGS.
6528
6529 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6530
6531 * dg-extract-results.sh: Move to toplevel contrib.
6532 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6533 * Makefile.in (check-parallel-racy): Likewise.
6534
6535 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6538 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6539 tests if the target supports scheduler locking.
6540
6541 2018-08-04 Tom de Vries <tdevries@suse.de>
6542
6543 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6544
6545 2018-08-02 Tom Tromey <tom@tromey.com>
6546
6547 PR symtab/16842.
6548 * gdb.cp/temargs.exp: Test "info address" of a template
6549 parameter.
6550
6551 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6552
6553 * gdb.python/py-mi-var-info-path-expression.c: New file.
6554 * gdb.python/py-mi-var-info-path-expression.py: New file.
6555 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6556
6557 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6558
6559 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6560 error after "cannot resolve name" string.
6561
6562 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6565 started.
6566 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6567
6568 2018-07-28 Tom de Vries <tdevries@suse.de>
6569
6570 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6571
6572 2018-07-26 Tom de Vries <tdevries@suse.de>
6573
6574 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6575
6576 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6579 is visible.
6580
6581 2018-07-26 Tom de Vries <tdevries@suse.de>
6582
6583 PR breakpoints/23366
6584 * gdb.base/catch-follow-exec.c: New test.
6585 * gdb.base/catch-follow-exec.exp: New file.
6586
6587 2018-07-25 Tom de Vries <tdevries@suse.de>
6588
6589 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6590 vla-optimized-out.c.
6591
6592 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6593
6594 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6595 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6596
6597 2018-07-20 Tom de Vries <tdevries@suse.de>
6598
6599 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6600 NOCLONE macro.
6601 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6602
6603 2018-07-19 Tom de Vries <tdevries@suse.de>
6604
6605 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6606 regular expression.
6607
6608 2018-07-18 Tom de Vries <tdevries@suse.de>
6609
6610 * gdb.base/vla-optimized-out.c: New test.
6611 * gdb.base/vla-optimized-out.exp: New file.
6612
6613 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6614
6615 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6616 message "No address associated with hostname" when gdbserver
6617 cannot resolve the hostname.
6618
6619 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6620
6621 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6622 Add some test prefixes to make tests unique.
6623
6624 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6625
6626 * gdb.base/frameapply.c: New file.
6627 * gdb.base/frameapply.exp: New file.
6628
6629 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6630
6631 * gdb.base/skip.exp: Update expected error message.
6632
6633 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6634 Jan Kratochvil <jan.kratochvil@redhat.com>
6635 Paul Fertser <fercerpav@gmail.com>
6636 Tsutomu Seki <sekiriki@gmail.com>
6637
6638 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6639 parameter.
6640 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6641 by default.
6642 * boards/native-gdbserver.exp: Likewise.
6643 * gdb.server/run-without-local-binary.exp: Improve regexp used
6644 for detecting when a remote debugging connection succeeds.
6645 * gdb.server/server-connect.exp: New file.
6646 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6647 Do not prefix the port number with ":".
6648 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6649 support for detecting and using it. Add '$debughost_gdbserver'
6650 to the list of arguments used to start gdbserver. Handle case
6651 when gdbserver cannot resolve a network name.
6652
6653 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6654
6655 PR c++/23373
6656 * gdb.base/ptype-offsets.cc (struct static_member): New
6657 struct.
6658 (main) <stmember>: New variable.
6659 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6660 with a static member in it.
6661
6662 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6663
6664 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6665 watchpoints enabled and disabled.
6666
6667 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6668
6669 * gdb.base/examine-backward.exp: Still run tests around address
6670 0x0, even if address 0x0 is not readable. Update the pattern for
6671 matching address 0x0 in expected output.
6672
6673 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6674
6675 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6676 malloc/free.
6677
6678 2018-07-04 Tom de Vries <tdevries@suse.de>
6679
6680 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6681
6682 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6683
6684 PR tdep/8282
6685 * gdb.arch/mips-disassembler-options.exp: New test.
6686 * gdb.arch/mips-disassembler-options.s: New test source.
6687
6688 2018-06-29 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.threads/names.exp: Adjust expected "info threads" output.
6691
6692 2018-06-29 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.opt/inline-break.exp (line number, address): Add "info
6695 break" tests.
6696
6697 2018-06-29 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6700 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6701 number and address and running to them.
6702
6703 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6704
6705 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6706
6707 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * lib/compiler.c: Remove executable permission flag.
6710
6711 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6712
6713 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6714 code.
6715 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6716
6717 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6718
6719 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6720
6721 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6722
6723 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6724 address argument is omitted.
6725
6726 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6727
6728 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6729
6730 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6731
6732 PR gdb/21695
6733 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6734 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6735
6736 2018-06-26 Tom Tromey <tom@tromey.com>
6737
6738 PR rust/22574:
6739 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6740 * gdb.rust/simple.rs (struct SimpleLayout): New.
6741
6742 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6745 "info registers" output.
6746
6747 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6748
6749 * gdb.base/watchpoint-hw-attach.c: New test.
6750 * gdb.base/watchpoint-hw-attach.exp: New file.
6751
6752 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6755 through /bin/sh.
6756 * boards/dwarf4-gdb-index.exp: Likewise.
6757 * boards/fission-dwp.exp: Likewise.
6758
6759 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6760
6761 * gdb.base/float128.exp: Add comment and improved fail message
6762 to the failure case of "print large128" test.
6763
6764 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6765
6766 * configure.ac: Remove AC_PREREQ.
6767 * configure: Re-generate.
6768
6769 2018-06-19 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6772 (func_extern_caller): New.
6773 (main): Call func_extern_caller.
6774 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6775 logic change.
6776
6777 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6778
6779 PR gdb/16841
6780 * gdb.cp/typedef-base.cc: New file.
6781 * gdb.cp/typedef-base.exp: New file.
6782
6783 2018-06-18 Tom de Vries <tdevries@suse.de>
6784
6785 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6786
6787 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6788 Richard Bunt <Richard.Bunt@arm.com>
6789
6790 * gdb.threads/attach-slow-waitpid.c: New file.
6791 * gdb.threads/attach-slow-waitpid.exp: New file.
6792 * gdb.threads/slow-waitpid.c: New file.
6793
6794 2018-06-14 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/fork-running-state.c: Include <errno.h>.
6797 (exit_if_relative_exits): New.
6798 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6799 exits.
6800 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6801 child exits.
6802
6803 2018-06-14 Tom de Vries <tdevries@suse.de>
6804
6805 PR cli/22573
6806 * gdb.base/finish-pretty.c: New test.
6807 * gdb.base/finish-pretty.exp: New file.
6808
6809 2018-06-14 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6812 gdb's expected startup output.
6813
6814 2018-06-14 Pedro Alves <palves@redhat.com>
6815
6816 * lib/selftest-support.exp (selftest_setup): Remove inlined
6817 function handling.
6818
6819 2018-06-14 Tom de Vries <tdevries@suse.de>
6820
6821 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6822 matching of breakpoint printing.
6823
6824 2018-06-13 Tom de Vries <tdevries@suse.de>
6825
6826 PR testsuite/23269
6827 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6828 (fork_child): ... here, and ...
6829 (fork_parent): ... here.
6830
6831 2018-06-12 Tom de Vries <tdevries@suse.de>
6832
6833 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6834
6835 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6836 Stephen Roberts <stephen.roberts@arm.com>
6837
6838 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6839 rewrite test to describe action performed, rather than possible
6840 failure.
6841
6842 2018-06-08 Gary Benson <gbenson@redhat.com>
6843
6844 * gdb.threads/check-libthread-db.exp: New file.
6845 * gdb.threads/check-libthread-db.c: Likewise.
6846
6847 2018-06-05 Tom Tromey <tom@tromey.com>
6848
6849 * gdb.base/default.exp: Update expected "show version" output.
6850
6851 2018-06-05 Tom Tromey <tom@tromey.com>
6852
6853 PR cli/12326:
6854 * gdb.cp/static-print-quit.exp: Update.
6855 * lib/gdb.exp (pagination_prompt): Update.
6856 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6857 * gdb.python/python.exp: Update.
6858
6859 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6862
6863 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6864
6865 * gdb.ada/bp_fun_addr: New testcase.
6866
6867 2018-06-01 Tom Tromey <tom@tromey.com>
6868
6869 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6870 results.
6871 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6872 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6873 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6874 * gdb.base/maint.exp (maint_pass_if): Update.
6875
6876 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6877
6878 * gdb.base/endian.exp: New test.
6879 * gdb.base/endian.c: New test source.
6880
6881 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 PR gdb/23203
6884 * gdb.base/bt-selected-frame.c: New file.
6885 * gdb.base/bt-selected-frame.exp: New file.
6886 * lib/gdb.exp (get_current_frame_number): New function.
6887
6888 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6889 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.threads/tls-core.c: Include <stdlib.h>
6892 (thread_proc): Call `abort'.
6893 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6894 (tls_core_test): New procedure, bits factored out from ...
6895 (top level): ... here. Test both native cores and gcore cores.
6896
6897 2018-05-23 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6900
6901 2018-05-23 Tom Tromey <tom@tromey.com>
6902
6903 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6904 symfile_complaints.
6905 (test_short_complaints): Likewise.
6906 (test_empty_complaints): Likewise.
6907 (test_initial_complaints): Update.
6908
6909 2018-05-23 Tom Tromey <tom@tromey.com>
6910
6911 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6912
6913 2018-05-23 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6916 (test_short_complaints): Update.
6917
6918 2018-05-22 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/remote.exp: Only gdb_start after compiling the
6921 testcase. Issue "disconnect" before testing "set remote" command
6922 defaults. Issue clean_restart before running to main.
6923
6924 2018-05-22 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/remote.exp: Adjust expected output of "show remote
6927 memory-write-packet-size". Add tests for "set remote
6928 memory-write-packet-size 0" and "set remote
6929 memory-write-packet-size fixed/limit".
6930
6931 2018-05-22 Pedro Alves <palves@redhat.com>
6932
6933 PR gdb/22973
6934 * gdb.base/utf8-identifiers.c: New file.
6935 * gdb.base/utf8-identifiers.exp: New file.
6936
6937 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6938
6939 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6940
6941 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6942
6943 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6944
6945 2018-05-18 Tom Tromey <tom@tromey.com>
6946
6947 * gdb.base/ptype-offsets.exp: Update.
6948
6949 2018-05-17 Keith Seitz <keiths@redhat.com>
6950
6951 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6952 in expected breakpoint stop locations.
6953 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6954 move to proper scope to test variable values.
6955 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6956 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6957 New functions.
6958 (main): Call not_inline_func3.
6959 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6960 inline_func1, inline_func2, and inline_func3. Test that when each
6961 breakpoint is hit, GDB properly reports both the stop location
6962 and the backtrace. Repeat tests for temporary breakpoints.
6963
6964 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6965
6966 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6967 rather then trying to access it in determining whether the PID
6968 of `gdbserver' could have been retrieved.
6969
6970 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.arch/amd64-init-x87-values.S: New file.
6973 * gdb.arch/amd64-init-x87-values.exp: New file.
6974
6975 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6976
6977 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6978
6979 2018-05-04 Tom Tromey <tom@tromey.com>
6980
6981 PR python/22730:
6982 * gdb.python/python.exp: Test multi-line execute.
6983
6984 2018-05-04 Tom Tromey <tom@tromey.com>
6985
6986 PR python/22731:
6987 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6988
6989 2018-05-04 Tom Tromey <tom@tromey.com>
6990
6991 PR gdb/11750:
6992 * gdb.base/define.exp: Test defining a user command inside a user
6993 command.
6994 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6995
6996 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6997 Pedro Alves <palves@redhat.com>
6998
6999 PR breakpoints/19806 and support for PR external/20207.
7000 * gdb.base/watchpoint-unaligned.c: New file.
7001 * gdb.base/watchpoint-unaligned.exp: New file.
7002
7003 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.base/maint.exp: Make test names unique, use
7006 test_prefix_command_help to test 'help maint info', and remove
7007 repeated test of 'help maint'.
7008
7009 2018-05-04 Tom Tromey <tom@tromey.com>
7010
7011 PR gdb/22619:
7012 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7013 behavior.
7014
7015 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7016
7017 * gdb.base/maint.exp: Process output from 'maint print registers'
7018 line at a time.
7019
7020 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7023 timeout.
7024
7025 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7026
7027 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7028 filter pattern.
7029
7030 2018-05-02 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7033 to_log_command renames.
7034 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7035
7036 2018-05-02 Tom Tromey <tom@tromey.com>
7037
7038 * gdb.python/py-parameter.exp: Set test message.
7039
7040 2018-05-02 Tom Tromey <tom@tromey.com>
7041
7042 PR python/20084:
7043 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7044 PARAM_ZUINTEGER_UNLIMITED tests.
7045
7046 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7047
7048 PR rust/23124
7049 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7050 when casting.
7051
7052 2018-04-30 Tom Tromey <tom@tromey.com>
7053
7054 * gdb.python/py-type.exp: Check align attribute.
7055 * gdb.python/py-type.c: New "aligncheck" global.
7056
7057 2018-04-30 Tom Tromey <tom@tromey.com>
7058
7059 PR exp/17095:
7060 * gdb.dwarf2/dw2-align.exp: New file.
7061 * gdb.cp/align.exp: New file.
7062 * gdb.base/align.exp: New file.
7063 * lib/gdb.exp (gdb_int128_helper): New proc.
7064 (has_int128_c, has_int128_cxx): New caching procs.
7065
7066 2018-04-27 Tom Tromey <tom@tromey.com>
7067
7068 PR rust/22545:
7069 * gdb.rust/simple.exp: Add inclusive range tests.
7070
7071 2018-04-26 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7074 ifunc breakpoint locations correctly of ifunc breakpoints set
7075 while the program resolves the ifunc.
7076
7077 2018-04-26 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.base/gnu-ifunc-final.c: New file.
7080 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7081 * gdb.base/gnu-ifunc.exp (executable): Delete.
7082 (staticexecutable): Adjust.
7083 (lib_opts, exec_opts): Delete.
7084 (make_binsuffix, build, set-break): New procedures.
7085 (misc_tests): New, with tests factored out from the top level.
7086 (top level): Test different combinations of ifunc resolver name,
7087 resolver with and with debug info, and ifunc target with and
7088 without debug info. Wrap static tests with with_target_prefix.
7089
7090 2018-04-26 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7093 return type" warnings.
7094
7095 2018-04-25 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7098 killed".
7099 * gdb.base/kill-after-signal.exp: Likewise.
7100 * gdb.threads/kill.exp: Likewise.
7101
7102 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7103 Sergio Durigan Junior <sergiodj@redhat.com>
7104 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7107 regexps to expect for '[Inferior ... detached]' as well.
7108 * gdb.base/attach.exp: Likewise.
7109 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7110 "gdb_continue_to_end".
7111 (test_catch_syscall_with_wrong_args): Likewise.
7112 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7113 ']'. Don't set 'verbose' on.
7114 * gdb.base/foll-vfork.exp: Likewise.
7115 * gdb.base/fork-print-inferior-events.c: New file.
7116 * gdb.base/fork-print-inferior-events.exp: New file.
7117 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7118 '[Inferior ... has been killed]' message.
7119 * gdb.base/kill-after-signal.exp: Likewise.
7120 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7121 detach message.
7122 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7123 message.
7124 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7125 regexps to expect for '[Inferior ... detached]' as well.
7126 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7127
7128 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7129
7130 PR gdb/23104
7131 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7132
7133 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7134
7135 PR gdb/23095
7136 * gdb.base/break-probes.exp: Pass shlib_load to
7137 prepare_for_testing. Set normal_bp to r_debug_state if target is
7138 bsd.
7139
7140 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7141
7142 * gdb.threads/multiple-successive-infcall.c: New test.
7143 * gdb.threads/multiple-successive-infcall.exp: New file.
7144
7145 2018-04-17 Tom Tromey <tom@tromey.com>
7146
7147 * gdb.rust/simple.rs (Union): New type.
7148 (main): New local "u".
7149 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7150
7151 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7152
7153 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7154 number information in output of "whereis" command.
7155 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7156
7157 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.ada/info_types.exp: Adjust expected output to the line
7160 numbers now printed by "info var/func/type".
7161 * gdb.base/completion.exp: Likewise.
7162 * gdb.base/included.exp: Likewise.
7163 * gdb.cp/cp-relocate.exp: Likewise.
7164 * gdb.cp/cplusfuncs.exp: Likewise.
7165 * gdb.cp/namespace.exp: Likewise.
7166 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7167
7168 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7169
7170 * gdb.btrace/cpu.exp: New.
7171
7172 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7173
7174 * gdb.base/step-indirect-call-thunk.exp: New.
7175 * gdb.base/step-indirect-call-thunk.c: New.
7176 * gdb.reverse/step-indirect-call-thunk.exp: New.
7177 * gdb.reverse/step-indirect-call-thunk.c: New.
7178
7179 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.base/pie-fork.c: New file.
7182 * gdb.base/pie-fork.exp: New file.
7183
7184 2018-04-11 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7187
7188 2018-04-10 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7191 exits. Instead loop running forever.
7192 (fork_parent): Run forever too.
7193
7194 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7195
7196 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7197 mi_continue_to_line.
7198 * gdb.mi/mi-stack.c (callee4): Add comment.
7199
7200 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7201
7202 * gdb.mi/mi-stack.exp: Fix indentation.
7203
7204 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7205
7206 PR gdb/22979
7207 * gdb.arch/amd64-osabi.exp: New file.
7208
7209 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 PR gdb/22980
7212 * gdb.base/osabi.exp: New file.
7213
7214 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7215
7216 * gdb.cp/static-typedef-print.exp: New file.
7217 * gdb.cp/static-typedef-print.cc: New file.
7218
7219 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7220
7221 * gdb.ada/varsize_limit: New testcase.
7222
7223 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7224
7225 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7226
7227 * gdb.ada/notcplusplus: New testcase.
7228
7229 * gdb.base/c-linkage-name.c: New file.
7230 * gdb.base/c-linkage-name.exp: New testcase.
7231
7232 2018-03-26 Tom Tromey <tom@tromey.com>
7233
7234 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7235 * gdb.python/py-framefilter.py (name_error): New global.
7236 (ErrorInName.function): Use name_error.
7237
7238 2018-03-26 Tom Tromey <tom@tromey.com>
7239
7240 PR backtrace/15582:
7241 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7242
7243 2018-03-23 Keith Seitz <keiths@redhat.com>
7244
7245 PR c++/22968
7246 * gdb.cp/subtypes.exp: New file.
7247 * gdb.cp/subtypes.h: New file.
7248 * gdb.cp/subtypes.cc: New file.
7249 * gdb.cp/subtypes-2.cc: New file.
7250
7251 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7252
7253 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7254 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7255 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7256 -nostartfiles when compiling the test. Confirm that all registers
7257 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7258
7259 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7260
7261 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7262 option, syntax was wrong anyway.
7263 * gdb.arch/arm-disp-step.exp: Likewise.
7264 * gdb.arch/sparc64-regs.exp: Likewise.
7265 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7266 option, syntax was wrong anyway, switch to use
7267 prepare_for_testing.
7268 * gdb.arch/i386-disp-step.exp: Likewise.
7269
7270 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7271
7272 * gdb.ada/exec_changed.exp: Replace "target_info exists
7273 use_gdb_stub" by "use_gdb_stub".
7274 * gdb.ada/start.exp: Likewise.
7275 * gdb.base/async-shell.exp: Likewise.
7276 * gdb.base/attach-pie-misread.exp: Likewise.
7277 * gdb.base/attach-wait-input.exp: Likewise.
7278 * gdb.base/break-entry.exp: Likewise.
7279 * gdb.base/break-interp.exp: Likewise.
7280 * gdb.base/dprintf-detach.exp: Likewise.
7281 * gdb.base/nostdlib.exp: Likewise.
7282 * gdb.base/solib-nodir.exp: Likewise.
7283 * gdb.base/statistics.exp: Likewise.
7284 * gdb.base/testenv.exp: Likewise.
7285 * gdb.mi/mi-exec-run.exp: Likewise.
7286 * gdb.mi/mi-start.exp: Likewise.
7287 * gdb.multi/dummy-frame-restore.exp: Likewise.
7288 * gdb.multi/multi-arch-exec.exp: Likewise.
7289 * gdb.multi/multi-arch.exp: Likewise.
7290 * gdb.multi/tids.exp: Likewise.
7291 * gdb.multi/watchpoint-multi.exp: Likewise.
7292 * gdb.python/py-events.exp: Likewise.
7293 * gdb.threads/attach-into-signal.exp: Likewise.
7294 * gdb.threads/attach-stopped.exp: Likewise.
7295 * gdb.threads/threadapply.exp: Likewise.
7296 * lib/selftest-support.exp: Likewise.
7297
7298 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7299
7300 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7301
7302 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7303
7304 * gdb.perf/template-breakpoints.cc: New file.
7305 * gdb.perf/template-breakpoints.exp: New file.
7306 * gdb.perf/template-breakpoints.py: New file.
7307
7308 2018-03-19 Tom Tromey <tom@tromey.com>
7309
7310 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7311 y0.
7312 * gdb.rust/simple.exp: Test bare identifier form of struct
7313 initializer.
7314
7315 2018-03-19 Tom Tromey <tom@tromey.com>
7316
7317 * gdb.gdb/observer.exp: Remove.
7318
7319 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7320
7321 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7322 "qualified" option when setting breakpoints.
7323 * gdb.trace/backtrace.exp: Likewise.
7324 * gdb.trace/circ.exp: Likewise.
7325 * gdb.trace/collection.exp: Likewise.
7326 * gdb.trace/disconnected-tracing.exp: Likewise.
7327 * gdb.trace/ftrace-lock.exp: Likewise.
7328 * gdb.trace/ftrace.exp: Likewise.
7329 * gdb.trace/infotrace.exp: Likewise.
7330 * gdb.trace/packetlen.exp: Likewise.
7331 * gdb.trace/passc-dyn.exp: Likewise.
7332 * gdb.trace/qtro.exp: Likewise.
7333 * gdb.trace/read-memory.exp: Likewise.
7334 * gdb.trace/report.exp: Likewise.
7335 * gdb.trace/signal.exp: Likewise.
7336 * gdb.trace/status-stop.exp: Likewise.
7337 * gdb.trace/strace.exp: Likewise.
7338 * gdb.trace/tfind.exp: Likewise.
7339 * gdb.trace/trace-break.exp: Likewise.
7340 * gdb.trace/trace-condition.exp: Likewise.
7341 * gdb.trace/trace-mt.exp: Likewise.
7342 * gdb.trace/tstatus.exp: Likewise.
7343 * gdb.trace/tsv.exp: Likewise.
7344 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7345 * gdb.trace/unavailable.exp: Likewise.
7346 * gdb.trace/while-dyn.exp: Likewise.
7347
7348 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7349
7350 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7351 that libinproctrace is copied to the target.
7352
7353 2018-03-14 Tom Tromey <tom@tromey.com>
7354
7355 PR cli/14977:
7356 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7357 a null pointer.
7358 * gdb.base/wchar.exp: Likewise.
7359
7360 2018-03-14 Tom Tromey <tom@tromey.com>
7361
7362 PR cli/19918:
7363 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7364 flag.
7365
7366 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7367
7368 PR gdb/22841
7369 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7370 "target" to remote_exec.
7371
7372 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7373
7374 PR gdb/22841
7375 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7376 ${board}_upload): Remove.
7377
7378 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7379
7380 * gdb.cp/watch-cp.cc: New test.
7381 * gdb.cp/watch-cp.exp: New file.
7382
7383 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7384
7385 * gdb.base/infcall-nested-structs.exp: New file.
7386 * gdb.base/infcall-nested-structs.c: New file.
7387 * gdb.base/float.exp: Add riscv support.
7388
7389 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7390
7391 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7392 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7393
7394 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7395
7396 * gdb.server/abspath.exp: New file.
7397 * lib/gdb.exp (with_cwd): New procedure.
7398
7399 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7400
7401 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7402 use it.
7403 (gdb_is_target_remote_prompt): New proc.
7404 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7405 (gdb_is_target_native): Pass prompt parameter to
7406 gdb_is_target_1.
7407
7408 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7409
7410 * gdb.base/load-command.c: New file.
7411 * gdb.base/load-command.exp: New file.
7412 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7413 (gdb_is_target_1): ...this, and generalize for other targets
7414 than just remote.
7415 (gdb_is_target_remote): Use gdb_is_target_1.
7416 (gdb_is_target_native): use gdb_is_target_1.
7417
7418 2018-02-26 Tom Tromey <tom@tromey.com>
7419
7420 PR python/16497:
7421 * gdb.python/py-framefilter.exp: Update test.
7422
7423 2018-02-26 Tom Tromey <tom@tromey.com>
7424
7425 * gdb.dwarf2/variant.c: New file.
7426 * gdb.dwarf2/variant.exp: New file.
7427
7428 2018-02-26 Tom Tromey <tom@tromey.com>
7429
7430 * gdb.rust/simple.exp: Accept more possible results in enum test.
7431
7432 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7433
7434 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7435 parentheses.
7436
7437 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7438
7439 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7440 name of a variable: $actual_linejj -> $actual_line.
7441
7442 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7443
7444 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7445
7446 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7447
7448 * gdb.btrace/buffer-size.exp: Do not force BTS.
7449
7450 2018-02-14 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7453 getting a "Quit".
7454
7455 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7456
7457 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7458 Fix test name.
7459
7460 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7461
7462 * gdb.cp/m-static.exp: Check type of optimized out static
7463 member.
7464
7465 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7468 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7469
7470 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7471 Leszek Swirski <leszeks@google.com>
7472
7473 * gdb.python/py-prettyprint.c
7474 (struct to_string_returns_value_inner,
7475 struct to_string_returns_value_wrapper): New.
7476 (main): Add tsrvw variable.
7477 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7478 ToStringReturnsValueWrapper): New classes.
7479 (register_pretty_printers): Register new pretty-printers.
7480 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7481 recursive pretty printer.
7482 * gdb.python/py-mi.exp: Likewise.
7483
7484 2018-02-01 Leszek Swirski <leszeks@google.com>
7485
7486 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7487 functions with the same name as an include file are parsed
7488 correctly.
7489
7490 2018-02-01 Yao Qi <yao.qi@linaro.org>
7491
7492 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7493 "\[^\r\n\]*".
7494
7495 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7496
7497 * gdb.arch/powerpc-prologue-frame.s: New file.
7498 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7499 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7500
7501 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7502
7503 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7504
7505 2018-01-30 Pedro Alves <palves@redhat.com>
7506
7507 PR gdb/13211
7508 * gdb.base/interrupt-daemon.c: New.
7509 * gdb.base/interrupt-daemon.exp: New.
7510 * gdb.multi/multi-term-settings.c: New.
7511 * gdb.multi/multi-term-settings.exp: New.
7512
7513 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7514
7515 * gdb.base/break.exp: Save the location where the breakpoint
7516 on break.c:47 was actually inserted when debugging the version
7517 compiled at -O2 and use it in the expected output of the "info
7518 break" test performed soon after.
7519
7520 2018-01-22 Pedro Alves <palves@redhat.com>
7521 Sergio Durigan Junior <sergiodj@redhat.com>
7522
7523 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7524 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7525
7526 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7527
7528 * gdb.base/break-include.c, gdb.base/break-include.inc,
7529 gdb.base/break-include.exp: New files.
7530 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7531 line number now being the actual line number where the breakpoint
7532 was inserted.
7533 * gdb.mi/mi-break.exp: Likewise.
7534 * gdb.mi/mi-reverse.exp: Likewise.
7535 * gdb.mi/mi-simplerun.exp: Ditto.
7536
7537 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7538
7539 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7540 varobj.
7541 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7542
7543 2018-01-21 Don Breazeal <donb@codesourcery.com>
7544 Andrew Burgess <andrew.burgess@embecosm.com>
7545
7546 * gdb.mi/basics.c: Add new global.
7547 * gdb.mi/mi-frame-regs.exp: New file.
7548 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7549 case.
7550
7551 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7552
7553 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7554 non-parameter, and on an unknown symbol.
7555
7556 2018-01-19 Tom Tromey <tom@tromey.com>
7557
7558 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7559 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7560
7561 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7562
7563 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7564 setrlimit and chdir to int.
7565
7566 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7567
7568 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7569 function.
7570 (my_tend): Likewise.
7571 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7572 rationale of avoiding FP- and vector instructions.
7573
7574 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7575
7576 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7577 "info reg" with "\[ \t\]*".
7578 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7579 "\[ \t\]+".
7580 * gdb.arch/s390-multiarch.exp: Ditto.
7581 * gdb.base/pc-fp.exp: Ditto.
7582 * gdb.reverse/i386-precsave.exp: Ditto.
7583 * gdb.reverse/i386-reverse.exp: Ditto.
7584 * gdb.reverse/i387-env-reverse.exp: Ditto.
7585 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7586
7587 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7588
7589 * lib/gdb.exp (gdb_compile): Re-enable use of
7590 universal_compile_options for languages other than Rust.
7591
7592 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7593
7594 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7595
7596 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7597
7598 PR gdb/16577
7599 * gdb.base/solib-vanish.exp: New.
7600 * gdb.base/solib-vanish-main.c: New.
7601 * gdb.base/solib-vanish-lib1.c: New.
7602 * gdb.base/solib-vanish-lib2.c: New.
7603
7604 2018-01-17 Yao Qi <yao.qi@linaro.org>
7605
7606 * gdb.compile/compile.exp: Match the address printed for
7607 frame in the output of command "bt".
7608
7609 2018-01-15 Tom Tromey <tom@tromey.com>
7610
7611 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7612 compute sp_reg.
7613
7614 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7615
7616 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7617 to prepare.
7618 (prepare): Return 0 on error, 1 on success.
7619
7620 2018-01-12 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/continue-after-aborted-step-over.c: New.
7623 * gdb.base/continue-after-aborted-step-over.exp: New.
7624
7625 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7626
7627 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7628 options when not creating an executable.
7629
7630 2018-01-11 Pedro Alves <palves@redhat.com>
7631
7632 PR remote/22597
7633 * gdb.server/stop-reply-no-thread.c: New file.
7634 * gdb.server/stop-reply-no-thread.exp: New file.
7635
7636 2018-01-10 Pedro Alves <palves@redhat.com>
7637
7638 PR gdb/22670
7639 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7640 functions too. Test setting breakpoints and printing C functions
7641 with no debug info too.
7642 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7643
7644 2018-01-10 Pedro Alves <palves@redhat.com>
7645
7646 PR gdb/22670
7647 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7648 a fail.
7649
7650 2018-01-10 Pedro Alves <palves@redhat.com>
7651
7652 PR gdb/22670
7653 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7654
7655 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * gdb.server/unittest.exp: Match the output in non-development
7658 mode.
7659
7660 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7661
7662 * gdb.gdb/unittest.exp: Match output in non-development mode.
7663
7664 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdb.ada/access_tagged_param.exp: Relax expected output
7667 for value of "ObjL" in "continue" to pck.inspect breakpoint
7668 test.
7669
7670 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7671
7672 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7673 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7674
7675 2018-01-05 Pedro Alves <palves@redhat.com>
7676
7677 PR gdb/18653
7678 * gdb.base/libsegfault.exp: New.
7679
7680 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7681
7682 PR gdb/22670
7683 * gdb.ada/access_tagged_param.exp: New file.
7684 * gdb.ada/access_tagged_param/foo.adb: New file.
7685
7686 2018-01-05 Pedro Alves <palves@redhat.com>
7687
7688 PR gdb/22670
7689 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7690 exercise lower case too, and to exercise both full matching and
7691 wild matching.
7692
7693 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.ada/rename_subscript_param: New testcase.
7696
7697 2018-01-05 Jerome Guitton <guitton@adacore.com>
7698
7699 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7700
7701 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.ada/convvar_comp: New testcase.
7704
7705 2018-01-05 Xavier Roirand <roirand@adacore.com>
7706
7707 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7708 (My_Table): New global variable.
7709 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7710
7711 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7712
7713 PR gdb/22670
7714 * gdb.ada/maint_with_ada: New testcase.
7715
7716 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7717
7718 PR gdb/22670
7719 * gdb.ada/bp_c_mixed_case: New testcase.
7720
7721 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7722
7723 PR gdb/22670
7724 * gdb.ada/complete.exp: Add "complete break ada" test.
7725
7726 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7727
7728 PR gdb/22670
7729 * gdb.ada/info_addr_mixed_case: New testcase.
7730
7731 2018-01-03 Xavier Roirand <roirand@adacore.com>
7732
7733 * gdb.ada/excep_handle.exp: New testcase.
7734 * gdb.ada/excep_handle/foo.adb: New file.
7735 * gdb.ada/excep_handle/pck.ads: New file.
7736
7737 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7738
7739 * gdb.base/step-line.c: Add extra empty line in copyright header.
7740 * gdb.base/step-line.inp: Likewise.
7741
7742 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7743
7744 * gdb.ada/dyn_stride.exp: Add slice test.
7745
7746 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7747
7748 * gdb.ada/dyn_stride: New testcase.
7749
7750 2017-12-27 Stafford Horne <shorne@gmail.com>
7751
7752 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7753 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7754
7755 2017-12-27 Stafford Horne <shorne@gmail.com>
7756
7757 * gdb.base/reggroups.c: New file.
7758 * gdb.base/reggroups.exp: New file.
7759
7760 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.dwarf2/ada-valprint-error.c: New file.
7763 * gdb.dwarf2/ada-valprint-error.exp: New file.
7764
7765 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.ada/assign_arr: New testcase.
7768
7769 2017-12-18 Xavier Roirand <roirand@adacore.com>
7770
7771 * gdb.ada/funcall_ptr: New testcase.
7772
7773 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7774
7775 PR cli/16224
7776 * gdb.base/ptype-offsets.cc: New file.
7777 * gdb.base/ptype-offsets.exp: New file.
7778
7779 2017-12-15 Yao Qi <yao.qi@linaro.org>
7780
7781 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7782 if XML is disabled.
7783
7784 2017-12-15 Xavier Roirand <roirand@adacore.com>
7785
7786 * gdb.ada/same_component_name: New testcase.
7787
7788 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7789
7790 * gdb.ada/str_binop_equal: New testcase.
7791
7792 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/task_switch_in_core: New testcase.
7795
7796 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7797
7798 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7799 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7800 call test_bkpt_qualified.
7801 (test_bkpt_qualified): New proc.
7802
7803 2017-12-13 Pedro Alves <palves@redhat.com>
7804
7805 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7806 Tighten regexp by matching with an anchor.
7807
7808 2017-12-13 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7811 ("expression with namespace"): New set of tests.
7812 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7813 (Nested::Test_NS::qux): New.
7814 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7815 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7816
7817 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7818
7819 * gdb.base/server-del-break.c: New file.
7820 * gdb.base/server-del-break.exp: New file.
7821
7822 2017-12-12 Stafford Horne <shorne@gmail.com>
7823
7824 * gdb.xml/tdesc-regs.exp: Add or1k support.
7825
7826 2017-12-12 Stafford Horne <shorne@gmail.com>
7827
7828 * gdb.base/bp-permanent.c: Define nop of or1k.
7829
7830 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7831
7832 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7833 output with components being reordered.
7834
7835 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7836
7837 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7838 output with components being reordered.
7839
7840 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7841 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/maint.exp (check for .gdb_index): Check also for
7844 .debug_names.
7845 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7846 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7847 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7848 (.gdb_index used after symbol reloading): Support also .debug_names.
7849 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7850
7851 2017-12-08 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7854 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7855
7856 2017-12-08 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7859 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7860
7861 2017-12-08 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.arch/aarch64-tagged-pointer.c: New file.
7864 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7865
7866 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7867
7868 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7869 "int".
7870
7871 2017-12-07 Keith Seitz <keiths@redhat.com>
7872
7873 PR breakpoints/22569
7874 * gdb.linespec/ls-errs.exp: Change expected result of "break
7875 -source this file has spaces.c -line 3".
7876 Check that an explicit source file followed by whitespace is
7877 identified as an invalid explicit location.
7878
7879 2017-12-07 Keith Seitz <keiths@redhat.com>
7880
7881 * gdb.cp/nested-types.cc: New file.
7882 * gdb.cp/nested-types.exp: New file.
7883 * lib/cp-support.exp: Load data-structures.exp library.
7884 (debug_cp_test_ptype_class): New global.
7885 (cp_ptype_class_verbose, next_line): New procedures.
7886 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7887 Add and document new return value.
7888 Switch the list of lines to a queue.
7889 Add support for new `type' key for nested type definitions.
7890 Add debugging/troubleshooting messages.
7891 * lib/data-structures.exp: New file.
7892
7893 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7896 with proc_with_prefix, don't use with_test_prefix.
7897
7898 2017-12-07 Tom Tromey <tom@tromey.com>
7899
7900 * gdb.base/break.exp: Add test for empty "commands".
7901
7902 2017-12-07 Yao Qi <yao.qi@linaro.org>
7903
7904 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7905 malloc and catch syscall.
7906
7907 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7908
7909 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7910 tests for explicit locations.
7911
7912 2017-12-06 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7915 force-disabling XML descriptions.
7916
7917 2017-12-04 Pedro Alves <palves@redhat.com>
7918
7919 PR gdb/22499
7920 * gdb.arch/amd64-disp-step-avx.S: New file.
7921 * gdb.arch/amd64-disp-step-avx.exp: New file.
7922
7923 2017-12-03 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7926 and <string.h>.
7927 (parent_function): Print distinct messages when waitpid fails, or
7928 the child exits with a signal, or the child exits for an unhandled
7929 reason.
7930 * gdb.threads/process-dies-while-detaching.exp
7931 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7932 it. Wait for both inferior output and GDB's prompt. Use an
7933 indirect spawn id list.
7934 (do_detach): New parameter 'child_exit'. Use it to compute
7935 expected inferior output.
7936 (test_detach, test_detach_watch, test_detach_killed_outside):
7937 Adjust to pass down the expected child exit kind.
7938
7939 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7940 Sergio Durigan Junior <sergiodj@redhat.com>
7941 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7944
7945 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7946
7947 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7948 to 'symbol-file' and 'add-symbol-file' can be
7949 position-independent.
7950
7951 2017-12-01 Yao Qi <yao.qi@linaro.org>
7952
7953 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7954 the URL in copyright header.
7955 * gdb.arch/aarch64-fp.exp: Likewise.
7956 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7957 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7958 * gdb.base/expand-psymtabs.exp: Likewise.
7959 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7960 * gdb.fortran/common-block.exp: Likewise.
7961 * gdb.fortran/common-block.f90: Likewise.
7962 * gdb.fortran/logical.exp: Likewise.
7963 * gdb.fortran/vla-datatypes.f90: Likewise.
7964 * gdb.fortran/vla-sub.f90: Likewise.
7965
7966 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/repeat_dyn: New testcase.
7969
7970 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7971
7972 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7973 Update for changed thread numbering.
7974 * gdb.cell/bt.exp: Update for changed GDB output.
7975
7976 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7979 setting isremote by hand.
7980 * boards/dwarf4-gdb-index.exp: Likewise.
7981 * boards/fission.exp: Likewise.
7982 * boards/stabs.exp: Likewise.
7983
7984 2017-11-30 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.linespec/cpls-ops.exp
7987 (check_explicit_skips_function_argument): Extract the underlying
7988 type of size_t instead of hardcoding it.
7989
7990 2017-11-29 Pedro Alves <palves@redhat.com>
7991
7992 PR c++/19436
7993 * gdb.linespec/cpls-abi-tag.cc: New file.
7994 * gdb.linespec/cpls-abi-tag.exp: New file.
7995
7996 2017-11-29 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.base/langs.exp: Use -qualified.
7999 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8000 it.
8001 * gdb.cp/namespace.exp: Use -qualified.
8002 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8003 (overload-3, template-overload, template-ret-type, const-overload)
8004 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8005 procedures.
8006 (test_driver): Call them.
8007 * gdb.cp/save-bp-qualified.cc: New.
8008 * gdb.cp/save-bp-qualified.exp: New.
8009 * gdb.linespec/explicit.exp: Test -qualified.
8010 * lib/completion-support.exp (completion::explicit_opts_list): Add
8011 "-qualified".
8012 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8013
8014 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8015
8016 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8017
8018 2017-11-29 Tom Tromey <tom@tromey.com>
8019
8020 * gdb.base/relocate.exp: Update invalid argument test.
8021 Add new tests for invalid arguments.
8022
8023 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8024
8025 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8026 Return 0 as a long.
8027 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8028
8029 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8030
8031 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8032 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8033 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8034 func ().
8035 * gdb.cp/shadow.cc (B.func): Return 0.
8036
8037 2017-11-27 Joel Brobecker <brobecker@adacore.com>
8038
8039 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8040 expected output in gdb_expect call to allow the exception
8041 message to be present as well. Fix syntax confusion to avoid
8042 TCL thinking that exception_name is an array.
8043
8044 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdb.arch/spu-info.c: Include <unistd.h>.
8047 (do_signal_test): Fix broken calls to write.
8048 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8049 Fix checks for empty mailboxes. Update signal tests for corrected
8050 do_signal_test routine. Allow nonzero event status.
8051 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8052 * gdb.cell/arch.exp: Use standard_output_file.
8053 * gdb.cell/break.exp: Likewise.
8054 * gdb.cell/bt.exp: Likewise.
8055 * gdb.cell/core.exp: Likewise.
8056 * gdb.cell/dwarfaddr.exp: Likewise.
8057 * gdb.cell/ea-cache.exp: Likewise.
8058 * gdb.cell/ea-standalone.exp: Likewise.
8059 * gdb.cell/f-regs.exp: Likewise.
8060 * gdb.cell/fork.exp: Likewise.
8061 * gdb.cell/gcore.exp: Likewise.
8062 * gdb.cell/mem-access.exp: Likewise.
8063 * gdb.cell/ptype.exp: Likewise.
8064 * gdb.cell/registers.exp: Likewise.
8065 * gdb.cell/sizeof.exp: Likewise.
8066 * gdb.cell/solib-symbol.exp: Likewise.
8067 * gdb.cell/solib.exp: Likewise.
8068
8069 2017-11-25 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/complete-empty.exp: New file.
8072 * gdb.base/completion.exp: Adjust.
8073
8074 2017-11-25 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.linespec/cpls-ops.cc: New file.
8077 * gdb.linespec/cpls-ops.exp: New file.
8078 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8079 factored out from ...
8080 (test_complete_prefix_range): ... this.
8081
8082 2017-11-24 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.linespec/cpcompletion.exp: New file.
8085 * gdb.linespec/cpls-hyphen.cc: New file.
8086 * gdb.linespec/cpls.cc: New file.
8087 * gdb.linespec/cpls2.cc: New file.
8088 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8089 test to use test_gdb_complete_unique. Add label completion,
8090 keyword completion and explicit location completion tests.
8091 * lib/completion-support.exp: New file.
8092
8093 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8094
8095 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8096 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8097 when hitting an exception catchpoint.
8098
8099 2017-11-22 Yao Qi <yao.qi@linaro.org>
8100
8101 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8102
8103 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8106 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8107 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8108
8109 2017-11-22 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.base/info-os.exp: Pass pthreads.
8112 * gdb.multi/multi-attach.exp: Likewise.
8113
8114 2017-11-22 Yao Qi <yao.qi@linaro.org>
8115
8116 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8117 compiler.
8118
8119 2017-11-22 Yao Qi <yao.qi@linaro.org>
8120
8121 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8122 * gdb.base/break-interp.exp: Likewise.
8123 * gdb.base/jit-attach-pie.exp: Likewise.
8124
8125 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8126
8127 * gdb.base/float128.c (large128): New variable.
8128 * gdb.base/float128.exp: Add test to print largest __float128 value.
8129
8130 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8131
8132 * gdb.arch/vsx-regs.exp: Update register content checks.
8133
8134 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8135
8136 * gdb.arch/ppc-longdouble.exp: New file.
8137 * gdb.arch/ppc-longdouble.c: Likewise.
8138
8139 2017-11-21 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8142
8143 2017-11-20 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8146 (long_double_typedef): New typedefs.
8147 Use DEF on double and long double.
8148 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8149 cases.
8150 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8151 and 'long_double_ptr_same_size' locals. Use them to decide
8152 whether cast from array/function to float is valid/invalid.
8153
8154 2017-11-17 Tom Tromey <tom@tromey.com>
8155
8156 * gdb.rust/traits.rs: New file.
8157 * gdb.rust/traits.exp: New file.
8158
8159 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8160
8161 * gdb.ada/minsyms: New testcase.
8162
8163 2017-11-16 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8166 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8167
8168 2017-11-16 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8171 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8172
8173 2017-11-16 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.server/reconnect-ctrl-c.c: New file.
8176 * gdb.server/reconnect-ctrl-c.exp: New file.
8177
8178 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8179
8180 * gdb.python/py-rbreak.exp: New file.
8181 * gdb.python/py-rbreak.c: New file.
8182 * gdb.python/py-rbreak-func2.c: New file.
8183
8184 2017-11-16 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8187 pattern.
8188 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8189 GDB.
8190
8191 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8194 regex.
8195
8196 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8197
8198 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8199 test names.
8200
8201 2017-11-09 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8204 factored out from ...
8205 (top level): ... here, and adjusted to avoid expecting beyond the
8206 prompt in a single gdb_test_multiple.
8207
8208 2017-11-09 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8211 output.
8212 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8213 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8214 * gdb.server/ext-run.exp ("kill" test): Likewise.
8215 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8216
8217 2017-11-09 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8220 match till end of line.
8221
8222 2017-11-09 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8225
8226 2017-11-09 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8229 New procedures, factored out from ...
8230 (top level): ... here, and adjusted to avoid expecting beyond the
8231 prompt in one go.
8232
8233 2017-11-09 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8236 output. Fix '?' match.
8237
8238 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/scoped_watch: New testcase.
8241 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8242 which is actually correct.
8243 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8244 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8245
8246 2017-11-08 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.gdb/complaints.exp (test_initial_complaints)
8249 (test_serial_complaints, test_short_complaints): Call
8250 complaint_internal instead of complaint.
8251
8252 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8253
8254 * gdb.threads/tls-core.c: New file.
8255 * gdb.threads/tls-core.exp: Likewise.
8256
8257 2017-11-08 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8260 (p Exported_Capitalized): New test.
8261 (p exported_capitalized): New test.
8262
8263 2017-11-07 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8266
8267 2017-11-07 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8270 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8271 (disable_invalid, disable_inverted, disable_negative): New
8272 procedures.
8273 ("bad numbers"): New set of tests.
8274
8275 2017-11-07 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.cp/ena-dis-br-range.exp: Add tests.
8278
8279 2017-11-07 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8282
8283 2017-11-07 Xavier Roirand <roirand@adacore.com>
8284 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/ena-dis-br.exp: Add reference to
8287 gdb.cp/ena-dis-br-range.exp.
8288 * gdb.cp/ena-dis-br-range.exp: New file.
8289 * gdb.cp/ena-dis-br-range.cc: New file.
8290
8291 2017-11-06 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/attach-non-pgrp-leader.c: New.
8294 * gdb.base/attach-non-pgrp-leader.exp: New.
8295
8296 2017-11-06 Pedro Alves <palves@redhat.com>
8297
8298 * configure.ac: No longer check for termio.h and sgtty.h.
8299 * configure: Regenerate.
8300 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8301 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8302 Remove termio and sgtty code.
8303
8304 2017-11-03 Yao Qi <yao.qi@linaro.org>
8305
8306 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8307 in GDB is disabled.
8308
8309 2017-11-03 Yao Qi <yao.qi@linaro.org>
8310
8311 * gdb.python/py-thrhandle.exp: Skip it if python is not
8312 enabled.
8313
8314 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8317 as a breakpoint command.
8318
8319 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8320
8321 PR python/21213
8322 * gdb.python/py-infthread.exp: Test calling
8323 InferiorThread.inferior () multiple times in a row.
8324
8325 2017-10-27 Keith Seitz <keiths@redhat.com>
8326
8327 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8328 Test "info break" for every inlined function breakpoint.
8329
8330 2017-10-27 Yao Qi <yao.qi@linaro.org>
8331
8332 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8333
8334 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8335
8336 * gdb.cp/classes.exp (test_static_members): Test printing
8337 Outer::instance.
8338 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8339 (Inner::instance, Outer::instance): New.
8340
8341 2017-10-24 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8344 extra console" test in two stages.
8345
8346 2017-10-24 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8349
8350 2017-10-24 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8353 loop.
8354
8355 2017-10-24 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8358 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8359
8360 2017-10-24 Pedro Alves <palves@redhat.com>
8361
8362 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8363 parameter and handle it. Don't output read value in test name.
8364
8365 2017-10-24 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8368 custom test name.
8369
8370 2017-10-24 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8373 include the unstable output directory name in the test's name.
8374 (initial_setup_simple) <'set args'>: Use custom test name.
8375
8376 2017-10-24 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8379 with explicit test name.
8380
8381 2017-10-20 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8384 'wait -i'. Use gdb_assert and remote_close.
8385
8386 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8387
8388 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8389 number from variable rather than hard-coded.
8390
8391 2017-10-19 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.base/long-inferior-output.c: New file.
8394 * gdb.base/long-inferior-output.exp: New file.
8395
8396 2017-11-18 Keith Seitz <keiths@redhat.com>
8397
8398 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8399 method.
8400 (main): Call it.
8401 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8402 Add additional user-defined conversion operator tests.
8403
8404 2017-10-17 Pedro Alves <palves@redhat.com>
8405
8406 * boards/native-stdio-gdbserver.exp: Load "local-board".
8407
8408 2017-10-17 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/quit-live.c: New file.
8411 * gdb.base/quit-live.exp: New file.
8412
8413 2017-10-16 Keith Seitz <keiths@redhat.com>
8414
8415 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8416 (class_with_protected_typedef, class_with_private_typedef)
8417 (struct_with_public_typedef, struct_with_protected_typedef)
8418 (struct_with_private_typedef): New classes/structs.
8419 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8420 typedefs and access specifiers.
8421
8422 2017-10-16 Pedro Alves <palves@redhat.com>
8423 Simon Marchi <simon.marchi@polymtl.ca>
8424
8425 * README (Local vs Remote vs Native): New section.
8426 * boards/local-board.exp: New file, with bits factored out from
8427 ...
8428 * boards/native-extended-gdbserver.exp: ... here. Load
8429 "local-board".
8430 * boards/native-gdbserver.exp: Load "local-board".
8431 (${board}_spawn, ${board}_exec): Delete.
8432 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8433 ...
8434 * boards/stdio-gdbserver-base.exp: ... this new file.
8435 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8436 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8437 procedure.
8438 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8439 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8440 stdio_gdbserver_command.
8441 (${board}_get_remote_address, ${board}_get_comm_port)
8442 (${board}_download, ${board}_upload): Delete.
8443 (get_target_remote_pipe_cmd): New.
8444
8445 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8448 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8449 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8450 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8451 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8452 remove with_test_prefix.
8453
8454 2017-10-13 Pedro Alves <palves@redhat.com>
8455
8456 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8457 * gdb.base/annota1.exp: Use it instead of is_remote.
8458 * gdb.base/annota3.exp: Use it instead of is_remote.
8459 * gdb.cp/annota2.exp: Use it instead of is_remote.
8460 * gdb.cp/annota3.exp: Use it instead of is_remote.
8461 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8462
8463 2017-10-13 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8466 (test_num_test_vars, run_and_count_vars, find_env)
8467 (test_set_unset_env, test_inherit_env_var): New procedures.
8468 (top level): Use them.
8469
8470 2017-10-13 Pedro Alves <palves@redhat.com>
8471
8472 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8473 also skip on stub-like targets.
8474
8475 2017-10-13 Pedro Alves <palves@redhat.com>
8476
8477 PR gdb/22293
8478 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8479 (top level): Move some tests to ...
8480 (test_not_found): ... this new procedure.
8481 (top level): Call it.
8482
8483 2017-10-13 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8486 expect different "info terminal" output if testing with a
8487 non-native target.
8488
8489 2017-10-13 Pedro Alves <palves@redhat.com>
8490 Simon Marchi <simon.marchi@polymtl.ca>
8491
8492 PR python/12966
8493 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8494
8495 2017-10-13 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8498 already.
8499
8500 2017-10-13 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8503 is_remote.
8504
8505 2017-10-13 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8508 is_remote.
8509
8510 2017-10-13 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8513 is set.
8514 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8515 instead of is_remote.
8516
8517 2017-10-13 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8520 (top level): Add comment.
8521
8522 2017-10-13 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.base/remote.exp (top level): Fix comment typo and add
8525 missing return.
8526
8527 2017-10-13 Pedro Alves <palves@redhat.com>
8528 Simon Marchi <simon.marchi@polymtl.ca>
8529
8530 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8531 calls and add comments. Skip test if use_gdb_stub is set.
8532 (top level): Use "set cwd" command instead of "cd" command.
8533
8534 2017-10-13 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8537 is_remote target check.
8538
8539 2017-10-13 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/scope.exp: Use build_executable + clean_restart +
8542 gdb_file_cmd instead of prepare_for_testing and no longer skip
8543 "before run" tests on is_remote target boards. Update comments.
8544 * boards/native-extended-gdbserver.exp
8545 (extended_gdbserver_load_last_file): New, factored out from ...
8546 (gdb_load): ... this. Move further below and add comment.
8547 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8548
8549 2017-10-12 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/attach.exp: Remove references to gdb64.
8552 * gdb.base/dbx.exp: Remove references to gdb64.
8553
8554 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8555 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.base/label.exp: Remove is_remote target check.
8558
8559 2017-10-12 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.base/auvx.exp (coredir): Update comment.
8562 (top level) <core_works>: Use "set cwd" command instead of "cd"
8563 command.
8564
8565 2017-10-12 Pedro Alves <palves@redhat.com>
8566 Simon Marchi <simon.marchi@polymtl.ca>
8567
8568 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8569 target boards.
8570
8571 2017-10-12 Pedro Alves <palves@redhat.com>
8572 Simon Marchi <simon.marchi@polymtl.ca>
8573
8574 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8575 Instead skip if there's any gdb_protocol set.
8576
8577 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8578 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8581
8582 2017-10-12 Pedro Alves <palves@redhat.com>
8583 Simon Marchi <simon.marchi@polymtl.ca>
8584
8585 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8586 instead of on dejagnu remote boards.
8587
8588 2017-10-12 Pedro Alves <palves@redhat.com>
8589 Simon Marchi <simon.marchi@polymtl.ca>
8590
8591 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8592 checks. Use build_executable + clean_restart instead of
8593 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8594 of enabling non-stop after starting gdb.
8595
8596 2017-10-12 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8599 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8600 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8601 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8602
8603 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8604
8605 * gdb.arch/arc-tdesc-cpu.exp: New file.
8606 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8607
8608 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8609
8610 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8611
8612 2017-10-10 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8615 expect CLI output.
8616
8617 2017-10-10 Pedro Alves <palves@redhat.com>
8618
8619 * lib/selftest-support.exp (selftest_setup): Update for
8620 captured_command_loop's prototype change.
8621
8622 2017-10-09 Pedro Alves <palves@redhat.com>
8623
8624 Test both arch1=>arch2 and arch2=>arch1.
8625
8626 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8627 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8628 factored out to...
8629 (append_arch1_options, append_arch2_options, append_arch_options)
8630 (build_executables): New procedures.
8631 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8632 local.
8633 (top level): Add new 'first_arch' testing axis.
8634
8635 2017-10-09 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8638 (barrier): New.
8639 (thread_start, all_started): New functions.
8640 (main): Spawn new thread and wait until it is scheduled.
8641 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8642 option.
8643 (do_test): Add 'selected_thread' parameter. Run to all_started
8644 instead of main. Explicitly set the breakpoint at main. Switch
8645 to the SELECTED_THREAD thread.
8646 (top level): Test handling the exec event with either the main
8647 thread or the second thread selected.
8648
8649 2017-10-09 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8652 logic. Move STOP marker after the value checks.
8653 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8654 regexp.
8655
8656 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8657
8658 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8659
8660 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8661
8662 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8663 integer-to-dfp conversion.
8664 * gdb.base/dfp-test.exp: Likewise.
8665
8666 2017-10-04 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.multi/hangout.c: Include <unistd.h>.
8669 (hangout_loop): New function.
8670 (main): Call alarm. Call hangout_loop in a loop.
8671 * gdb.multi/hello.c: Include <unistd.h>.
8672 (hello_loop): New function.
8673 (main): Call alarm. Call hangout_loop in a loop.
8674 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8675 inferior with the other selected.
8676
8677 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 * gdb.mi/list-thread-groups-available.exp: New file.
8680 * gdb.mi/list-thread-groups-available.c: New file.
8681
8682 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 * gdb.base/set-cwd.exp: Make it available on
8685 native-extended-gdbserver.
8686
8687 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 * gdb.base/set-cwd.c: New file.
8690 * gdb.base/set-cwd.exp: Likewise.
8691
8692 2017-10-02 Tom Tromey <tom@tromey.com>
8693
8694 PR rust/22236:
8695 * gdb.rust/simple.rs (main): New variable "fslice".
8696 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8697
8698 2017-10-02 Tom Tromey <tom@tromey.com>
8699
8700 * gdb.rust/simple.exp: Test ptype of a slice.
8701
8702 2017-10-02 Tom Tromey <tom@tromey.com>
8703
8704 * gdb.rust/simple.exp: Test index of slice.
8705
8706 2017-09-27 Tom Tromey <tom@tromey.com>
8707
8708 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8709
8710 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8711 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.base/compare-sections.exp (get value of read-only section): Read
8714 as unsigned value.
8715 (corrupt read-only section): Likewise and don't set written if patching
8716 failed.
8717
8718 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8719
8720 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8721 files.
8722
8723 2017-09-20 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8726 symbol names in gdb's output.
8727 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8728
8729 2017-09-20 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8732 Rename to ...
8733 (test_list_ambiguous_symbol): ... this and add a symbol name
8734 parameter. Adjust.
8735 (test_list_ambiguous_function): Reimplement on top of
8736 test_list_ambiguous_symbol and also test listing ambiguous
8737 variables.
8738 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8739 (ambiguous_fun): ... this.
8740 (ambiguous_var): New.
8741 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8742 (ambiguous_fun): ... this.
8743 (ambiguous_var): New.
8744
8745 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8746
8747 * gdb.base/starti.c: New file.
8748 * gdb.base/starti.exp: New file.
8749 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8750
8751 2017-09-14 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8754 (top level): Use it instead of runto.
8755
8756 2017-09-11 Tom Tromey <tom@tromey.com>
8757
8758 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8759
8760 2017-09-11 Tom Tromey <tom@tromey.com>
8761
8762 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8763 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8764
8765 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8766
8767 * gdb.fortran/printing-types.exp: New file.
8768 * gdb.fortran/printing-types.exp: New file.
8769
8770 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8771
8772 * gdb.fortran/vla-ptype.exp: Fix typos.
8773 * gdb.fortran/vla-value.exp: Same.
8774
8775 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8776
8777 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8778 * gdb.mi/mi-var-child-f.exp: Likewise.
8779 * gdb.mi/mi-vla-fortran.exp: Likewise.
8780
8781 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8782 Christoph Weinmann <christoph.t.weinmann@intel.com>
8783 Bernhard Heckel <bernhard.heckel@intel.com>
8784
8785 * gdb.fortran/ptr-indentation.f90: New file.
8786 * gdb.fortran/ptr-indentation.exp: New file.
8787
8788 2017-09-05 Tom Tromey <tom@tromey.com>
8789
8790 PR gdb/22010:
8791 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8792
8793 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8794
8795 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8796
8797 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8798
8799 * gdb.threads/tls-nodebug-pie.c: New file.
8800 * gdb.threads/tls-nodebug-pie.exp: New file.
8801
8802 2017-09-05 Tom Tromey <tom@tromey.com>
8803
8804 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8805 for rust.
8806
8807 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * gdb.multi/multi-arch-exec.exp: Test with different
8810 "follow-exec-mode" settings.
8811 (do_test): New procedure.
8812
8813 2017-09-04 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/func-static.c (S::method const, S::method volatile)
8816 (S::method volatile const): New methods.
8817 (c_s, v_s, cv_s): New instances.
8818 (main): Call method() on them.
8819 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8820 (cannot_resolve): New procedure.
8821 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8822 print-quote-unquoted columns.
8823 (do_test): Test printing each scope too.
8824
8825 2017-09-04 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/local-static.exp: Also test with
8828 class::method::variable wholly quoted.
8829 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8830
8831 2017-09-04 Pedro Alves <palves@redhat.com>
8832
8833 * gdb.base/local-static.c: New.
8834 * gdb.base/local-static.cc: New.
8835 * gdb.base/local-static.exp: New.
8836
8837 2017-09-04 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.asm/asm-source.exp: Add casts to int.
8840 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8841 (dataglobal64_1, dataglobal64_2): New globals.
8842 * gdb.base/nodebug.exp: Test different expressions involving the
8843 new globals, with print, whatis and ptype. Add casts to int.
8844 * gdb.base/solib-display.exp: Add casts to int.
8845 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8846 * gdb.cp/m-static.exp: Add cast to int.
8847 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8848 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8849 tls variable with no debug info without a cast. Test with a cast
8850 to int too.
8851 * gdb.trace/entry-values.exp: Add casts.
8852
8853 2017-09-04 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/nodebug.exp: Test that ptype's error about functions
8856 with unknown return type includes the function name too.
8857
8858 2017-09-04 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8861 return type of munmap in infcall.
8862 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8863 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8864 type of ftell in infcall.
8865 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8866 type of getpid in infcall.
8867 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8868 infcall.
8869 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8870 Bail on failure to extract the pid.
8871 * gdb.base/nodebug.c: #include <stdint.h>.
8872 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8873 New functions.
8874 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8875 Change expected output of print/whatis/ptype with functions with
8876 no debug info. Test all supported languages. Call
8877 test_call_promotion.
8878 * gdb.compile/compile.exp: Adjust expected output to expect
8879 warning.
8880 * gdb.threads/siginfo-threads.exp: Likewise.
8881
8882 2017-09-04 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8885 "prototypes". Test calling float functions via prototyped and
8886 unprototyped function pointers.
8887 (perform_all_tests): New parameter "prototypes". Pass it down.
8888 (top level): Pass down "prototypes" parameter to
8889 perform_all_tests.
8890
8891 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8894 Test with nested loops.
8895
8896 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.base/commands.exp: Call the new procedures.
8899 (loop_break_test, loop_continue_test): New procedures.
8900
8901 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8902
8903 * gdb.base/commands.exp: Call new procedure.
8904 (define_if_without_arg_test): New procedure.
8905
8906 2017-09-04 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.base/list-ambiguous.exp: New file.
8909 * gdb.base/list-ambiguous0.c: New file.
8910 * gdb.base/list-ambiguous1.c: New file.
8911 * gdb.base/list.exp (test_list_range): Adjust expected output.
8912
8913 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8914
8915 * gdb.base/share-env-with-gdbserver.c: New file.
8916 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8917
8918 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8919
8920 * gdb.base/commands.exp (gdbvar_simple_if_test,
8921 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8922 progvar_simple_if_test, progvar_simple_while_test,
8923 progvar_complex_if_while_test, user_defined_command_test,
8924 user_defined_command_args_eval,
8925 user_defined_command_args_stack_test,
8926 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8927 temporary_breakpoint_commands,
8928 gdb_test_no_prompt, redefine_hook_test,
8929 redefine_backtrace_test): Remove "global gdb_prompt".
8930
8931 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8932
8933 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8934 New proc, call it from toplevel.
8935
8936 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8937
8938 PR remote/21852
8939 * gdb.server/normal.c: New file, copied from gdb.base.
8940 * gdb.server/run-without-local-binary.exp: New file.
8941
8942 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8943
8944 * gdb.arch/sparc64-adi.exp: New file.
8945 * gdb.arch/sparc64-adi.c: New file.
8946
8947 2017-08-22 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8950 (top level): Add "list all overloads" tests.
8951
8952 2017-08-22 Tom Tromey <tom@tromey.com>
8953
8954 * gdb.gdb/xfullpath.exp: Remove.
8955
8956 2017-08-21 Pedro Alves <palves@redhat.com>
8957
8958 PR gdb/19487
8959 * gdb.base/symbol-alias.c: New.
8960 * gdb.base/symbol-alias2.c: New.
8961 * gdb.base/symbol-alias.exp: New.
8962
8963 2017-08-21 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.base/dfp-test.c
8966 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8967 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8968 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8969 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8970 * gdb.base/whatis-ptype-typedefs.c: New.
8971 * gdb.base/whatis-ptype-typedefs.exp: New.
8972 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8973 (an_int, an_int_type, an_int_type2): New globals.
8974 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8975 involving typedefs and cast expressions.
8976 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8977 (lookup_typedefs_function): New.
8978 (typedefs_pretty_printers_dict): New.
8979 (top level): Register lookup_typedefs_function in
8980 gdb.pretty_printers.
8981
8982 2017-08-18 Yao Qi <yao.qi@linaro.org>
8983
8984 * gdb.server/unittest.exp: New.
8985
8986 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8987
8988 PR gdb/21954
8989 * gdb.base/environ.exp: Add test to check if 'unset environment'
8990 works.
8991
8992 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8993
8994 * lib/gdb.exp (universal_compile_options): New caching proc.
8995 (gdb_compile): Suppress GCC's coloring of messages.
8996
8997 2017-08-14 Tom Tromey <tom@tromey.com>
8998
8999 PR gdb/21675:
9000 * gdb.base/printcmds.exp (test_radices): New function.
9001 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9002 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9003 * lib/gdb.exp (get_integer_valueof): Use p/d.
9004
9005 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9006
9007 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9008 characters.
9009
9010 2017-08-05 Tom Tromey <tom@tromey.com>
9011
9012 * gdb.rust/simple.exp: Allow String to appear in a different
9013 namespace.
9014
9015 2017-07-26 Yao Qi <yao.qi@linaro.org>
9016
9017 * gdb.gdb/unittest.exp: Invoke command
9018 "maintenance check xml-descriptions".
9019
9020 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9023 calling context.
9024 (hex128): Drop erroneous calculation of parameters.
9025
9026 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9027
9028 * gdb.python/py-unwind.exp: Disable stack protection when
9029 building test file.
9030
9031 2017-07-20 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/default.exp (set language): Adjust expected output.
9034
9035 2017-07-20 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9038 (test_minsym): ... this, and make static.
9039 (get_pck__foo__bar__minsym): Rename to ...
9040 (get_test_minsym): ... this.
9041 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9042 symbol names and comments.
9043 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9044 (get_test_minsym): ... this.
9045 (pck__foo__bar__minsym__2): Rename to ...
9046 (test_minsym): ... this.
9047 (main): Adjust.
9048
9049 2017-07-17 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/completion.exp: Adjust expected output.
9052 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9053 the completer works.
9054
9055 2017-07-17 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9058
9059 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9060
9061 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9062
9063 2017-07-14 Tom Tromey <tom@tromey.com>
9064
9065 PR rust/21764:
9066 * gdb.rust/simple.exp: Add tests.
9067
9068 2017-07-14 Tom Tromey <tom@tromey.com>
9069
9070 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9071
9072 2017-07-14 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.linespec/base/one/thefile.cc (z1): New function.
9075 * gdb.linespec/base/two/thefile.cc (z2): New function.
9076 * gdb.linespec/linespec.exp: Add tests.
9077
9078 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9081 to mi_create_breakpoint.
9082
9083 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9086 mi_create_breakpoint.
9087
9088 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9089
9090 * gdb.dlang/demangle.exp: Update for demangling changes.
9091
9092 2017-07-09 Tom Tromey <tom@tromey.com>
9093
9094 * gdb.dwarf2/shortpiece.exp: New file.
9095
9096 2017-07-06 David Blaikie <dblaikie@gmail.com>
9097
9098 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9099 built from fissiont-multi-cu{1,2}.c.
9100 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9101 except putting 'main' and 'func' in separate CUs in the same DWO file.
9102 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9103 test.
9104 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9105 test.
9106
9107 2017-07-06 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.python/py-unwind.exp: Test flushregs.
9110
9111 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9112
9113 PR cli/21688
9114 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9115 tests for alias commands and trailing whitespace.
9116
9117 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9118
9119 PR cli/21688
9120 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9121 procedure. Call it.
9122
9123 2017-06-29 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/printcmds.exp: Add tests.
9126
9127 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9128
9129 PR gdb/21337
9130 * gdb.base/reread-readsym.exp: New file.
9131 * gdb.base/reread-readsym.c: New file.
9132
9133 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9134
9135 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9136 subpattern.
9137
9138 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9139
9140 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9141 extended mnemonic.
9142 * gdb.arch/powerpc-power9.s: Likewise.
9143
9144 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9145
9146 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9147 on 32-bit x86 targets. Exploit is_*_target macros where
9148 appropriate.
9149
9150 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9151
9152 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9153 register pieces.
9154
9155 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9158 located in one or more DWARF pieces.
9159
9160 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * lib/gdb.exp (get_endianness): New proc.
9163 * gdb.arch/aarch64-fp.exp: Use it.
9164 * gdb.arch/altivec-regs.exp: Likewise.
9165 * gdb.arch/e500-regs.exp: Likewise.
9166 * gdb.arch/vsx-regs.exp: Likewise.
9167 * gdb.base/dump.exp: Likewise.
9168 * gdb.base/funcargs.exp: Likewise.
9169 * gdb.base/gnu_vector.exp: Likewise.
9170 * gdb.dwarf2/formdata16.exp: Likewise.
9171 * gdb.dwarf2/implptrpiece.exp: Likewise.
9172 * gdb.dwarf2/nonvar-access.exp: Likewise.
9173 * gdb.python/py-inferior.exp: Likewise.
9174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9175
9176 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9177
9178 PR gdb/21226
9179 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9180 stack value pieces are taken from the LSB end.
9181
9182 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9183
9184 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9185 variable at nonzero offset.
9186
9187 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9188
9189 * gdb.dwarf2/var-access.c: New file.
9190 * gdb.dwarf2/var-access.exp: New test.
9191 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9192
9193 2017-06-12 Tom Tromey <tom@tromey.com>
9194
9195 * gdb.dwarf2/formdata16.exp: Add tests.
9196
9197 2017-06-12 Tom Tromey <tom@tromey.com>
9198
9199 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9200
9201 2017-06-12 Tom Tromey <tom@tromey.com>
9202
9203 PR exp/16225:
9204 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9205 * gdb.arch/vsx-regs.exp: Update tests.
9206 * gdb.arch/s390-vregs.exp (hex128): New proc.
9207 Update test.
9208 * gdb.arch/altivec-regs.exp: Update tests.
9209
9210 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9211
9212 * gdb.base/startup-with-shell.c: New file.
9213 * gdb.base/startup-with-shell.exp: Likewise.
9214
9215 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9216
9217 * gdb.server/non-existing-program.exp: Update regex in order to
9218 reflect the fact that gdbserver is now using fork_inferior (with a
9219 shell) to startup the inferior.
9220
9221 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9222
9223 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9224 support function calls from GDB.
9225
9226 2017-05-21 Tom Tromey <tom@tromey.com>
9227
9228 PR rust/21466:
9229 * gdb.rust/unsized.exp: New file.
9230 * gdb.rust/unsized.rs: New file.
9231
9232 2017-05-19 Tom Tromey <tom@tromey.com>
9233
9234 PR rust/21484:
9235 * gdb.rust/watch.exp: New file.
9236 * gdb.rust/watch.rs: New file.
9237
9238 2017-05-18 Tom Tromey <tom@tromey.com>
9239
9240 * gdb.rust/simple.exp: Allow Box to be qualified.
9241
9242 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9243
9244 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9245
9246 2017-05-18 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.base/fileio.c (test_write, test_read, test_close)
9249 (test_fstat): Don't print 'ret' in the fail path.
9250
9251 2017-05-18 Pedro Alves <palves@redhat.com>
9252
9253 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9254 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9255 (test_system, test_rename, test_unlink, test_time): Change
9256 prototypes.
9257 * gdb.base/fileio.exp (stop_msg): Adjust.
9258
9259 2017-05-18 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/fileio.c (null_str): New global.
9262 (test_stat): Use it.
9263 * gdb.base/fileio.exp: Remove nowarnings.
9264
9265 2017-05-17 Yao Qi <yao.qi@linaro.org>
9266
9267 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9268
9269 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9272 argument command.
9273 (top-level): Invoke test_set_inferior_tty.
9274
9275 2017-05-04 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9278 Add parens to print call for Python 3.
9279
9280 2017-05-03 Keith Seitz <keiths@redhat.com>
9281
9282 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9283 (main): Call it.
9284
9285 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9286
9287 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9288 to prev and next.
9289
9290 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9291
9292 * gdb.python/py-record-btrace.exp: Remove test for
9293 gdb.BtraceInstruction.error.
9294
9295 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9296
9297 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9298
9299 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9300
9301 * gdb.python/py-record-btrace-threads.c: New file.
9302 * gdb.python/py-record-btrace-threads.exp: New file.
9303
9304 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9305
9306 PR testsuite/8595
9307 * gdb.base/environ.exp: Make test available in all architectures.
9308 Move bits related to "info program" testing to
9309 gdb.base/info-program.exp. Rewrite tests to use the two new
9310 procedures mentione below.
9311 (test_set_show_env_var) New procedure.
9312 (test_set_show_env_var_equal): Likewise.
9313 * gdb.base/info-program.exp: New file.
9314
9315 2017-04-27 Keith Seitz <keiths@redhat.com>
9316
9317 * gdb.cp/oranking.cc (test15): New function.
9318 (main): Call test15 and declare additional variables for testing.
9319 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9320 "p foo101('abc')" tests.
9321 Add tests for cv qualifier overloads.
9322 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9323 "lvalue reference overload" test.
9324 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9325 "print value of f1 on Child&& in f2" test.
9326
9327 2017-04-19 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9330 procedure.
9331 (top level): Call it.
9332 * lib/gdb.exp (gdb_define_cmd): New procedure.
9333
9334 2017-04-12 Pedro Alves <palves@redhat.com>
9335
9336 PR gdb/21323
9337 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9338 (wchar): New global.
9339 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9340 (do_test_wide_char, wide_char_types_no_program, top level): Add
9341 wchar_t testing.
9342
9343 2017-04-12 Pedro Alves <palves@redhat.com>
9344
9345 PR c++/21323
9346 * gdb.cp/wide_char_types.c: New file.
9347 * gdb.cp/wide_char_types.exp: New file.
9348
9349 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9350
9351 PR gdb/21352
9352 * gdb.trace/tsv.exp: Add test for "tsave -r".
9353
9354 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9355
9356 * gdb.dlang/watch-loc.c: New file.
9357 * gdb.dlang/watch-loc.exp: New file.
9358
9359 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9362
9363 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9364
9365 * gdb.arch/arc-analyze-prologue.S: New file.
9366 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9367
9368 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9369
9370 * gdb.arch/arc-decode-insn.S: New file.
9371 * gdb.arch/arc-decode-insn.exp: Likewise.
9372
9373 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9374
9375 PR tdep/20928
9376 * gdb.arch/sparc64-regs.exp: New file.
9377 * gdb.arch/sparc64-regs.S: Likewise.
9378
9379 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9380
9381 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9382 and memory view on Python 3.
9383
9384 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9385 Keith Seitz <keiths@redhat.com>
9386
9387 PR gdb/14441
9388 * gdb.cp/demangle.exp: Add rvalue reference tests.
9389 * gdb.cp/rvalue-ref-casts.cc: New file.
9390 * gdb.cp/rvalue-ref-casts.exp: New file.
9391 * gdb.cp/rvalue-ref-overload.cc: New file.
9392 * gdb.cp/rvalue-ref-overload.exp: New file.
9393 * gdb.cp/rvalue-ref-params.cc: New file.
9394 * gdb.cp/rvalue-ref-params.exp: New file.
9395 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9396 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9397 * gdb.cp/rvalue-ref-types.cc: New file.
9398 * gdb.cp/rvalue-ref-types.exp: New file.
9399 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9400 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9401
9402 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9403
9404 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9405 New procedure.
9406
9407 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9408
9409 * lib/mi-support.exp (mi_gdb_test): Add additional message
9410 for unexpected output.
9411
9412 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9413
9414 * gdb.base/examine-backward.c (Barrier): New character array
9415 constant, to ensure that TestStrings is preceded by a string
9416 terminator.
9417
9418 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9419
9420 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9421 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9422 and implicit pointer into such a location.
9423
9424 2017-03-16 Doug Evans <dje@google.com>
9425
9426 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9427
9428 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9429
9430 * gdb.cp/m-static.exp: Fix expectation for prototype of
9431 test5.single_constructor and single_constructor::single_constructor.
9432
9433 2017-03-16 Doug Evans <dje@google.com>
9434
9435 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9436 * gdb.guile/scm-lazy-string.c: New file.
9437 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9438 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9439 for pointer, array, typedef lazy strings.
9440
9441 2017-03-16 Doug Evans <dje@google.com>
9442
9443 PR python/17728, python/18439, python/18779
9444 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9445 * gdb.python/py-lazy-string.c (pointer): New typedef.
9446 (main): New locals ptr, array, typedef_ptr.
9447 * gdb.python/py-value.exp: Move lazy string tests to ...
9448 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9449 array, typedef lazy strings.
9450
9451 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9452
9453 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9454 Add optional 'test' parameter.
9455
9456 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9457
9458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9459 Skip for versions of DejaGnu < 1.5.
9460
9461 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9462
9463 * lib/gdb.exp (dejagnu_version): New proc.
9464 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9465 Use dejagnu_version.
9466
9467 2017-03-10 Keith Seitz <keiths@redhat.com>
9468
9469 PR c++/8128
9470 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9471 type from destructor regexps.
9472 Add a branch which actually passes the test.
9473 Adjust "ptype t5i" test names.
9474
9475 2017-03-08 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/step-over-exit.exp: Add explicit test message.
9478
9479 2017-03-08 Pedro Alves <palves@redhat.com>
9480
9481 PR gdb/18360
9482 * gdb.threads/interrupt-while-step-over.c: New file.
9483 * gdb.threads/interrupt-while-step-over.exp: New file.
9484
9485 2017-03-08 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9488 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9489
9490 2017-03-08 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9493 PKRU as not supported as a PASS.
9494
9495 2017-03-08 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9498 prefix instead of $binfile1/$binfile2.
9499 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9500 in test message.
9501 * gdb.python/py-completion.exp: Use "load python file" as test
9502 messages instead of unstable path names.
9503
9504 2017-03-08 Pedro Alves <palves@redhat.com>
9505 Jan Kratochvil <jan.kratochvil@redhat.com>
9506
9507 PR cli/21218
9508 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9509 New proc.
9510 (top level): Call it.
9511
9512 2017-03-08 Pedro Alves <palves@redhat.com>
9513
9514 PR tui/21216
9515 * gdb.tui/tui-nl-filtered-output.exp: New file.
9516
9517 2017-03-08 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.base/completion.exp: Move TUI completion tests to ...
9520 * gdb.tui/completion.exp: ... this new file.
9521
9522 2017-03-08 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.base/tui-disasm-long-lines.c,
9525 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9526 gdb.base/tui-layout.exp: Move to ...
9527 * gdb.tui/: ... this new directory.
9528
9529 2017-03-07 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/tui-layout.c: New file.
9532 * gdb.base/tui-layout.exp: New file.
9533
9534 2017-03-07 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/tui-layout.c: Rename to ...
9537 * gdb.base/tui-disasm-long-lines.c: ... this.
9538 * gdb.base/tui-layout.exp: Rename to ...
9539 * gdb.base/tui-disasm-long-lines.exp: ... this.
9540
9541 2017-03-07 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9544
9545 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9546
9547 * i386-mpx-call.c: New file.
9548 * i386-mpx-call.exp: New file.
9549
9550 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9551
9552 * gdb.arch/powerpc-power.exp: Delete test.
9553 * gdb.arch/powerpc-power.s: Likewise.
9554 * gdb.disasm/disassembler-options.exp: New test.
9555 * gdb.arch/powerpc-altivec.exp: Likewise.
9556 * gdb.arch/powerpc-altivec.s: Likewise.
9557 * gdb.arch/powerpc-altivec2.exp: Likewise.
9558 * gdb.arch/powerpc-altivec2.s: Likewise.
9559 * gdb.arch/powerpc-altivec3.exp: Likewise.
9560 * gdb.arch/powerpc-altivec3.s: Likewise.
9561 * gdb.arch/powerpc-power7.exp: Likewise.
9562 * gdb.arch/powerpc-power7.s: Likewise.
9563 * gdb.arch/powerpc-power8.exp: Likewise.
9564 * gdb.arch/powerpc-power8.s: Likewise.
9565 * gdb.arch/powerpc-power9.exp: Likewise.
9566 * gdb.arch/powerpc-power9.s: Likewise.
9567 * gdb.arch/powerpc-vsx.exp: Likewise.
9568 * gdb.arch/powerpc-vsx.s: Likewise.
9569 * gdb.arch/powerpc-vsx2.exp: Likewise.
9570 * gdb.arch/powerpc-vsx2.s: Likewise.
9571 * gdb.arch/powerpc-vsx3.exp: Likewise.
9572 * gdb.arch/powerpc-vsx3.s: Likewise.
9573 * gdb.arch/arm-disassembler-options.exp: Likewise.
9574 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9575 * gdb.arch/s390-disassembler-options.exp: Likewise.
9576
9577 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9578
9579 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9580 (check_supported_features): ... this. Changed return type to void.
9581 (supports_rdseed): New static global.
9582 (rdseed): Check supports_rdseed.
9583 (initialize): Call check_supported_features.
9584
9585 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9586
9587 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9588 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9589 and lqarx/stqcx.
9590 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9591 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9592
9593 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9594
9595 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9596 uppercase.
9597
9598 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.dwarf2/formdata16.c: New file.
9601 * gdb.dwarf2/formdata16.exp: New file.
9602 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9603
9604 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9607 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9608 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9609 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9610 DW_AT_GNU_*.
9611
9612 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9615
9616 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9617
9618 PR gdb/21164
9619 * gdb.base/maint.exp: Add testcases for when the commands do
9620 not have arguments.
9621
9622 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9623
9624 * gdb.cp/chained-calls.exp: Use p instead of P.
9625
9626 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9627
9628 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9629 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9630
9631 2017-02-14 Tom Tromey <tom@tromey.com>
9632
9633 PR python/13598:
9634 * gdb.python/py-events.exp: Add before_prompt event tests.
9635
9636 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9637
9638 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9639
9640 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9641
9642 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9643 (main): Call my_unique_function_name.
9644 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9645 completion of patterns with a single match.
9646 Add missing -re switches to gdb_test_multiple calls.
9647
9648 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9649
9650 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9651 return if core file is not recognized.
9652
9653 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9654
9655 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9656 and extra UIs.
9657
9658 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9659
9660 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9661 proc_with_prefix.
9662
9663 2017-02-10 Tom Tromey <tom@tromey.com>
9664
9665 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9666
9667 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9668
9669 PR gdb/21122
9670 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9671
9672 2017-02-08 Jerome Guitton <guitton@adacore.com>
9673
9674 * gdb.base/define.exp: Add test for command abbreviations
9675 in define.
9676
9677 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9678
9679 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9680 * gdb.reverse/insn-reverse-x86.c: New file.
9681
9682 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9683
9684 PR tdep/20936
9685 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9686
9687 2017-02-03 Tom Tromey <tom@tromey.com>
9688
9689 PR rust/21097:
9690 * gdb.rust/simple.exp: Add new tests.
9691
9692 2017-02-02 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9695 tests.
9696
9697 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9698
9699 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9700 taking a 2-byte value out of a 4-byte DWARF implicit value on
9701 big-endian targets.
9702 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9703 logic. Add test cases for DW_OP_implicit.
9704
9705 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9706
9707 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9708
9709 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9710
9711 * gdb.btrace/enable.exp: Call gdb_exit before
9712 skip_gdbserver_tests.
9713
9714 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9715
9716 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9717 GDBFLAGS.
9718
9719 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9720
9721 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9722 the test is skipped.
9723 * gdb.btrace/data.exp: Likewise.
9724 * gdb.btrace/delta.exp: Likewise.
9725 * gdb.btrace/dlopen.exp: Likewise.
9726 * gdb.btrace/enable-running.exp: Likewise.
9727 * gdb.btrace/enable.exp: Likewise.
9728 * gdb.btrace/exception.exp: Likewise.
9729 * gdb.btrace/function_call_history.exp: Likewise.
9730 * gdb.btrace/gcore.exp: Likewise.
9731 * gdb.btrace/instruction_history.exp: Likewise.
9732 * gdb.btrace/multi-thread-step.exp: Likewise.
9733 * gdb.btrace/nohist.exp: Likewise.
9734 * gdb.btrace/non-stop.exp: Likewise.
9735 * gdb.btrace/reconnect.exp: Likewise.
9736 * gdb.btrace/record_goto-step.exp: Likewise.
9737 * gdb.btrace/record_goto.exp: Likewise.
9738 * gdb.btrace/rn-dl-bind.exp: Likewise.
9739 * gdb.btrace/segv.exp: Likewise.
9740 * gdb.btrace/step.exp: Likewise.
9741 * gdb.btrace/stepi.exp: Likewise.
9742 * gdb.btrace/tailcall-only.exp: Likewise.
9743 * gdb.btrace/tailcall.exp: Likewise.
9744 * gdb.btrace/tsx.exp: Likewise.
9745 * gdb.btrace/unknown_functions.exp: Likewise.
9746 * gdb.btrace/vdso.exp: Likewise.
9747
9748 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9749
9750 * gdb.btrace/enable-running.c: New.
9751 * gdb.btrace/enable-running.exp: New.
9752
9753 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9754
9755 * gdb.arch/amd64-gs_base.c: New file.
9756 * gdb.arch/amd64-gs_base.exp: New file.
9757
9758 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9759
9760 * lib/memory.exp: Remove spurious empty newlines.
9761
9762 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9763
9764 * gdb.python/py-bad-printers.exp: Load python file using "source".
9765 * gdb.python/py-events.exp: Likewise.
9766 * gdb.python/py-evsignal.exp: Likewise.
9767 * gdb.python/py-evthreads.exp: Likewise.
9768 * gdb.python/py-frame-args.exp: Likewise.
9769 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9770 * gdb.python/py-framefilter-mi.exp: Likewise.
9771 * gdb.python/py-framefilter.exp: Likewise.
9772 * gdb.python/py-mi.exp: Likewise.
9773 * gdb.python/py-pp-maint.exp: Likewise.
9774 * gdb.python/py-pp-registration.exp: Likewise.
9775 * gdb.python/py-prettyprint.exp: Likewise.
9776 (run_lang_tests): Likewise.
9777 * gdb.python/py-typeprint.exp: Likewise.
9778
9779 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9780
9781 * lib/memory.exp: New file.
9782 * lib/gdb.exp: Load memory.exp.
9783 * gdb.base/memattr.exp (delete_memory): Move proc to
9784 lib/memory.exp and rename to delete_memory_regions.
9785 Replace delete_memory with delete_memory_regions.
9786 Cleanup memory regions before tests.
9787 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9788 before tests.
9789
9790 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9791
9792 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9793 files.
9794 (initialize): New function conditionally defined.
9795 (testcases): Move within conditional block.
9796 (main): Call initialize.
9797 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9798 of gdb.reverse/insn-reverse.c.
9799 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9800 gdb.reverse/insn-reverse.c.
9801
9802 2017-01-26 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9805 disassemble on address 0.
9806
9807 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9808 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9811 * gdb.dwarf2/implptr-64bit.S: Remove.
9812 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9813 variables in caller's context. Add DW_OP_implicit_value.
9814
9815 2017-01-25 Yao Qi <yao.qi@linaro.org>
9816
9817 * lib/dwarf.exp (Dwarf::_location): Handle
9818 DW_OP_GNU_implicit_pointer with proper size.
9819
9820 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9821
9822 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9823 and add untested calls.
9824
9825 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9826
9827 * gdb.python/python.exp: Check line number against what GDB thinks
9828 the line number is for func1.
9829
9830 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9831
9832 * gdb.dlang/debug-expr.exp: New file.
9833
9834 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9835
9836 Fix test names for the following files:
9837
9838 * gdb.ada/exec_changed.exp
9839 * gdb.ada/info_types.exp
9840 * gdb.arch/aarch64-atomic-inst.exp
9841 * gdb.arch/aarch64-fp.exp
9842 * gdb.arch/altivec-abi.exp
9843 * gdb.arch/altivec-regs.exp
9844 * gdb.arch/amd64-byte.exp
9845 * gdb.arch/amd64-disp-step.exp
9846 * gdb.arch/amd64-dword.exp
9847 * gdb.arch/amd64-entry-value-inline.exp
9848 * gdb.arch/amd64-entry-value-param.exp
9849 * gdb.arch/amd64-entry-value-paramref.exp
9850 * gdb.arch/amd64-entry-value.exp
9851 * gdb.arch/amd64-i386-address.exp
9852 * gdb.arch/amd64-invalid-stack-middle.exp
9853 * gdb.arch/amd64-invalid-stack-top.exp
9854 * gdb.arch/amd64-optimout-repeat.exp
9855 * gdb.arch/amd64-prologue-skip.exp
9856 * gdb.arch/amd64-prologue-xmm.exp
9857 * gdb.arch/amd64-stap-special-operands.exp
9858 * gdb.arch/amd64-stap-wrong-subexp.exp
9859 * gdb.arch/amd64-tailcall-cxx.exp
9860 * gdb.arch/amd64-tailcall-noret.exp
9861 * gdb.arch/amd64-tailcall-ret.exp
9862 * gdb.arch/amd64-tailcall-self.exp
9863 * gdb.arch/amd64-word.exp
9864 * gdb.arch/arm-bl-branch-dest.exp
9865 * gdb.arch/arm-disp-step.exp
9866 * gdb.arch/arm-neon.exp
9867 * gdb.arch/arm-single-step-kernel-helper.exp
9868 * gdb.arch/avr-flash-qualifier.exp
9869 * gdb.arch/disp-step-insn-reloc.exp
9870 * gdb.arch/e500-abi.exp
9871 * gdb.arch/e500-regs.exp
9872 * gdb.arch/ftrace-insn-reloc.exp
9873 * gdb.arch/i386-avx512.exp
9874 * gdb.arch/i386-bp_permanent.exp
9875 * gdb.arch/i386-byte.exp
9876 * gdb.arch/i386-cfi-notcurrent.exp
9877 * gdb.arch/i386-disp-step.exp
9878 * gdb.arch/i386-dr3-watch.exp
9879 * gdb.arch/i386-float.exp
9880 * gdb.arch/i386-gnu-cfi.exp
9881 * gdb.arch/i386-mpx-map.exp
9882 * gdb.arch/i386-mpx-sigsegv.exp
9883 * gdb.arch/i386-mpx-simple_segv.exp
9884 * gdb.arch/i386-mpx.exp
9885 * gdb.arch/i386-permbkpt.exp
9886 * gdb.arch/i386-prologue.exp
9887 * gdb.arch/i386-signal.exp
9888 * gdb.arch/i386-size-overlap.exp
9889 * gdb.arch/i386-unwind.exp
9890 * gdb.arch/i386-word.exp
9891 * gdb.arch/mips-fcr.exp
9892 * gdb.arch/powerpc-d128-regs.exp
9893 * gdb.arch/powerpc-stackless.exp
9894 * gdb.arch/ppc64-atomic-inst.exp
9895 * gdb.arch/s390-stackless.exp
9896 * gdb.arch/s390-tdbregs.exp
9897 * gdb.arch/s390-vregs.exp
9898 * gdb.arch/sparc-sysstep.exp
9899 * gdb.arch/thumb-bx-pc.exp
9900 * gdb.arch/thumb-singlestep.exp
9901 * gdb.arch/thumb2-it.exp
9902 * gdb.arch/vsx-regs.exp
9903 * gdb.asm/asm-source.exp
9904 * gdb.base/a2-run.exp
9905 * gdb.base/advance.exp
9906 * gdb.base/all-bin.exp
9907 * gdb.base/anon.exp
9908 * gdb.base/args.exp
9909 * gdb.base/arithmet.exp
9910 * gdb.base/async-shell.exp
9911 * gdb.base/async.exp
9912 * gdb.base/attach-pie-noexec.exp
9913 * gdb.base/attach-twice.exp
9914 * gdb.base/auto-load.exp
9915 * gdb.base/bang.exp
9916 * gdb.base/bitfields.exp
9917 * gdb.base/break-always.exp
9918 * gdb.base/break-caller-line.exp
9919 * gdb.base/break-entry.exp
9920 * gdb.base/break-inline.exp
9921 * gdb.base/break-on-linker-gcd-function.exp
9922 * gdb.base/break-probes.exp
9923 * gdb.base/break.exp
9924 * gdb.base/breakpoint-shadow.exp
9925 * gdb.base/call-ar-st.exp
9926 * gdb.base/call-sc.exp
9927 * gdb.base/call-signal-resume.exp
9928 * gdb.base/call-strs.exp
9929 * gdb.base/callfuncs.exp
9930 * gdb.base/catch-fork-static.exp
9931 * gdb.base/catch-gdb-caused-signals.exp
9932 * gdb.base/catch-load.exp
9933 * gdb.base/catch-signal-fork.exp
9934 * gdb.base/catch-signal.exp
9935 * gdb.base/catch-syscall.exp
9936 * gdb.base/charset.exp
9937 * gdb.base/checkpoint.exp
9938 * gdb.base/chng-syms.exp
9939 * gdb.base/code-expr.exp
9940 * gdb.base/code_elim.exp
9941 * gdb.base/commands.exp
9942 * gdb.base/completion.exp
9943 * gdb.base/complex.exp
9944 * gdb.base/cond-expr.exp
9945 * gdb.base/condbreak.exp
9946 * gdb.base/consecutive.exp
9947 * gdb.base/continue-all-already-running.exp
9948 * gdb.base/coredump-filter.exp
9949 * gdb.base/corefile.exp
9950 * gdb.base/dbx.exp
9951 * gdb.base/debug-expr.exp
9952 * gdb.base/define.exp
9953 * gdb.base/del.exp
9954 * gdb.base/disabled-location.exp
9955 * gdb.base/disasm-end-cu.exp
9956 * gdb.base/disasm-optim.exp
9957 * gdb.base/display.exp
9958 * gdb.base/duplicate-bp.exp
9959 * gdb.base/ena-dis-br.exp
9960 * gdb.base/ending-run.exp
9961 * gdb.base/enumval.exp
9962 * gdb.base/environ.exp
9963 * gdb.base/eu-strip-infcall.exp
9964 * gdb.base/eval-avoid-side-effects.exp
9965 * gdb.base/eval-skip.exp
9966 * gdb.base/exitsignal.exp
9967 * gdb.base/expand-psymtabs.exp
9968 * gdb.base/filesym.exp
9969 * gdb.base/find-unmapped.exp
9970 * gdb.base/finish.exp
9971 * gdb.base/float.exp
9972 * gdb.base/foll-exec-mode.exp
9973 * gdb.base/foll-exec.exp
9974 * gdb.base/foll-fork.exp
9975 * gdb.base/fortran-sym-case.exp
9976 * gdb.base/freebpcmd.exp
9977 * gdb.base/func-ptr.exp
9978 * gdb.base/func-ptrs.exp
9979 * gdb.base/funcargs.exp
9980 * gdb.base/gcore-buffer-overflow.exp
9981 * gdb.base/gcore-relro-pie.exp
9982 * gdb.base/gcore-relro.exp
9983 * gdb.base/gcore.exp
9984 * gdb.base/gdb1090.exp
9985 * gdb.base/gdb11530.exp
9986 * gdb.base/gdb11531.exp
9987 * gdb.base/gdb1821.exp
9988 * gdb.base/gdbindex-stabs.exp
9989 * gdb.base/gdbvars.exp
9990 * gdb.base/hbreak.exp
9991 * gdb.base/hbreak2.exp
9992 * gdb.base/included.exp
9993 * gdb.base/infcall-input.exp
9994 * gdb.base/inferior-died.exp
9995 * gdb.base/infnan.exp
9996 * gdb.base/info-macros.exp
9997 * gdb.base/info-os.exp
9998 * gdb.base/info-proc.exp
9999 * gdb.base/info-shared.exp
10000 * gdb.base/info-target.exp
10001 * gdb.base/infoline.exp
10002 * gdb.base/interp.exp
10003 * gdb.base/interrupt.exp
10004 * gdb.base/jit-reader.exp
10005 * gdb.base/jit-simple.exp
10006 * gdb.base/kill-after-signal.exp
10007 * gdb.base/kill-detach-inferiors-cmd.exp
10008 * gdb.base/label.exp
10009 * gdb.base/langs.exp
10010 * gdb.base/ldbl_e308.exp
10011 * gdb.base/line-symtabs.exp
10012 * gdb.base/linespecs.exp
10013 * gdb.base/list.exp
10014 * gdb.base/long_long.exp
10015 * gdb.base/longest-types.exp
10016 * gdb.base/maint.exp
10017 * gdb.base/max-value-size.exp
10018 * gdb.base/memattr.exp
10019 * gdb.base/mips_pro.exp
10020 * gdb.base/morestack.exp
10021 * gdb.base/moribund-step.exp
10022 * gdb.base/multi-forks.exp
10023 * gdb.base/nested-addr.exp
10024 * gdb.base/nextoverexit.exp
10025 * gdb.base/noreturn-finish.exp
10026 * gdb.base/noreturn-return.exp
10027 * gdb.base/nostdlib.exp
10028 * gdb.base/offsets.exp
10029 * gdb.base/opaque.exp
10030 * gdb.base/pc-fp.exp
10031 * gdb.base/permissions.exp
10032 * gdb.base/print-symbol-loading.exp
10033 * gdb.base/prologue-include.exp
10034 * gdb.base/psymtab.exp
10035 * gdb.base/ptype.exp
10036 * gdb.base/random-signal.exp
10037 * gdb.base/randomize.exp
10038 * gdb.base/range-stepping.exp
10039 * gdb.base/readline-ask.exp
10040 * gdb.base/recpar.exp
10041 * gdb.base/recurse.exp
10042 * gdb.base/relational.exp
10043 * gdb.base/restore.exp
10044 * gdb.base/return-nodebug.exp
10045 * gdb.base/return.exp
10046 * gdb.base/run-after-attach.exp
10047 * gdb.base/save-bp.exp
10048 * gdb.base/scope.exp
10049 * gdb.base/sect-cmd.exp
10050 * gdb.base/set-lang-auto.exp
10051 * gdb.base/set-noassign.exp
10052 * gdb.base/setvar.exp
10053 * gdb.base/sigall.exp
10054 * gdb.base/sigbpt.exp
10055 * gdb.base/siginfo-addr.exp
10056 * gdb.base/siginfo-infcall.exp
10057 * gdb.base/siginfo-obj.exp
10058 * gdb.base/siginfo.exp
10059 * gdb.base/signals-state-child.exp
10060 * gdb.base/signest.exp
10061 * gdb.base/sigstep.exp
10062 * gdb.base/sizeof.exp
10063 * gdb.base/skip.exp
10064 * gdb.base/solib-corrupted.exp
10065 * gdb.base/solib-nodir.exp
10066 * gdb.base/solib-search.exp
10067 * gdb.base/stack-checking.exp
10068 * gdb.base/stale-infcall.exp
10069 * gdb.base/stap-probe.exp
10070 * gdb.base/start.exp
10071 * gdb.base/step-break.exp
10072 * gdb.base/step-bt.exp
10073 * gdb.base/step-line.exp
10074 * gdb.base/step-over-exit.exp
10075 * gdb.base/step-over-syscall.exp
10076 * gdb.base/step-resume-infcall.exp
10077 * gdb.base/step-test.exp
10078 * gdb.base/store.exp
10079 * gdb.base/structs3.exp
10080 * gdb.base/sym-file.exp
10081 * gdb.base/symbol-without-target_section.exp
10082 * gdb.base/term.exp
10083 * gdb.base/testenv.exp
10084 * gdb.base/ui-redirect.exp
10085 * gdb.base/until.exp
10086 * gdb.base/unwindonsignal.exp
10087 * gdb.base/value-double-free.exp
10088 * gdb.base/vla-datatypes.exp
10089 * gdb.base/vla-ptr.exp
10090 * gdb.base/vla-sideeffect.exp
10091 * gdb.base/volatile.exp
10092 * gdb.base/watch-cond-infcall.exp
10093 * gdb.base/watch-cond.exp
10094 * gdb.base/watch-non-mem.exp
10095 * gdb.base/watch-read.exp
10096 * gdb.base/watch-vfork.exp
10097 * gdb.base/watchpoint-cond-gone.exp
10098 * gdb.base/watchpoint-delete.exp
10099 * gdb.base/watchpoint-hw-hit-once.exp
10100 * gdb.base/watchpoint-hw.exp
10101 * gdb.base/watchpoint-stops-at-right-insn.exp
10102 * gdb.base/watchpoints.exp
10103 * gdb.base/wchar.exp
10104 * gdb.base/whatis-exp.exp
10105 * gdb.btrace/buffer-size.exp
10106 * gdb.btrace/data.exp
10107 * gdb.btrace/delta.exp
10108 * gdb.btrace/dlopen.exp
10109 * gdb.btrace/enable.exp
10110 * gdb.btrace/exception.exp
10111 * gdb.btrace/function_call_history.exp
10112 * gdb.btrace/gcore.exp
10113 * gdb.btrace/instruction_history.exp
10114 * gdb.btrace/nohist.exp
10115 * gdb.btrace/reconnect.exp
10116 * gdb.btrace/record_goto-step.exp
10117 * gdb.btrace/record_goto.exp
10118 * gdb.btrace/rn-dl-bind.exp
10119 * gdb.btrace/segv.exp
10120 * gdb.btrace/step.exp
10121 * gdb.btrace/stepi.exp
10122 * gdb.btrace/tailcall-only.exp
10123 * gdb.btrace/tailcall.exp
10124 * gdb.btrace/tsx.exp
10125 * gdb.btrace/unknown_functions.exp
10126 * gdb.btrace/vdso.exp
10127 * gdb.compile/compile-ifunc.exp
10128 * gdb.compile/compile-ops.exp
10129 * gdb.compile/compile-print.exp
10130 * gdb.compile/compile-setjmp.exp
10131 * gdb.cp/abstract-origin.exp
10132 * gdb.cp/ambiguous.exp
10133 * gdb.cp/annota2.exp
10134 * gdb.cp/annota3.exp
10135 * gdb.cp/anon-ns.exp
10136 * gdb.cp/anon-struct.exp
10137 * gdb.cp/anon-union.exp
10138 * gdb.cp/arg-reference.exp
10139 * gdb.cp/baseenum.exp
10140 * gdb.cp/bool.exp
10141 * gdb.cp/breakpoint.exp
10142 * gdb.cp/bs15503.exp
10143 * gdb.cp/call-c.exp
10144 * gdb.cp/casts.exp
10145 * gdb.cp/chained-calls.exp
10146 * gdb.cp/class2.exp
10147 * gdb.cp/classes.exp
10148 * gdb.cp/cmpd-minsyms.exp
10149 * gdb.cp/converts.exp
10150 * gdb.cp/cp-relocate.exp
10151 * gdb.cp/cpcompletion.exp
10152 * gdb.cp/cpexprs.exp
10153 * gdb.cp/cplabel.exp
10154 * gdb.cp/cplusfuncs.exp
10155 * gdb.cp/cpsizeof.exp
10156 * gdb.cp/ctti.exp
10157 * gdb.cp/derivation.exp
10158 * gdb.cp/destrprint.exp
10159 * gdb.cp/dispcxx.exp
10160 * gdb.cp/enum-class.exp
10161 * gdb.cp/exception.exp
10162 * gdb.cp/exceptprint.exp
10163 * gdb.cp/expand-psymtabs-cxx.exp
10164 * gdb.cp/expand-sals.exp
10165 * gdb.cp/extern-c.exp
10166 * gdb.cp/filename.exp
10167 * gdb.cp/formatted-ref.exp
10168 * gdb.cp/fpointer.exp
10169 * gdb.cp/gdb1355.exp
10170 * gdb.cp/gdb2495.exp
10171 * gdb.cp/hang.exp
10172 * gdb.cp/impl-this.exp
10173 * gdb.cp/infcall-dlopen.exp
10174 * gdb.cp/inherit.exp
10175 * gdb.cp/iostream.exp
10176 * gdb.cp/koenig.exp
10177 * gdb.cp/local.exp
10178 * gdb.cp/m-data.exp
10179 * gdb.cp/m-static.exp
10180 * gdb.cp/mb-ctor.exp
10181 * gdb.cp/mb-inline.exp
10182 * gdb.cp/mb-templates.exp
10183 * gdb.cp/member-name.exp
10184 * gdb.cp/member-ptr.exp
10185 * gdb.cp/meth-typedefs.exp
10186 * gdb.cp/method.exp
10187 * gdb.cp/method2.exp
10188 * gdb.cp/minsym-fallback.exp
10189 * gdb.cp/misc.exp
10190 * gdb.cp/namelessclass.exp
10191 * gdb.cp/namespace-enum.exp
10192 * gdb.cp/namespace-nested-import.exp
10193 * gdb.cp/namespace.exp
10194 * gdb.cp/nextoverthrow.exp
10195 * gdb.cp/no-dmgl-verbose.exp
10196 * gdb.cp/non-trivial-retval.exp
10197 * gdb.cp/noparam.exp
10198 * gdb.cp/nsdecl.exp
10199 * gdb.cp/nsimport.exp
10200 * gdb.cp/nsnested.exp
10201 * gdb.cp/nsnoimports.exp
10202 * gdb.cp/nsrecurs.exp
10203 * gdb.cp/nsstress.exp
10204 * gdb.cp/nsusing.exp
10205 * gdb.cp/operator.exp
10206 * gdb.cp/oranking.exp
10207 * gdb.cp/overload-const.exp
10208 * gdb.cp/overload.exp
10209 * gdb.cp/ovldbreak.exp
10210 * gdb.cp/ovsrch.exp
10211 * gdb.cp/paren-type.exp
10212 * gdb.cp/parse-lang.exp
10213 * gdb.cp/pass-by-ref.exp
10214 * gdb.cp/pr-1023.exp
10215 * gdb.cp/pr-1210.exp
10216 * gdb.cp/pr-574.exp
10217 * gdb.cp/pr10687.exp
10218 * gdb.cp/pr12028.exp
10219 * gdb.cp/pr17132.exp
10220 * gdb.cp/pr17494.exp
10221 * gdb.cp/pr9067.exp
10222 * gdb.cp/pr9167.exp
10223 * gdb.cp/pr9631.exp
10224 * gdb.cp/printmethod.exp
10225 * gdb.cp/psmang.exp
10226 * gdb.cp/psymtab-parameter.exp
10227 * gdb.cp/ptype-cv-cp.exp
10228 * gdb.cp/ptype-flags.exp
10229 * gdb.cp/re-set-overloaded.exp
10230 * gdb.cp/ref-types.exp
10231 * gdb.cp/rtti.exp
10232 * gdb.cp/scope-err.exp
10233 * gdb.cp/shadow.exp
10234 * gdb.cp/smartp.exp
10235 * gdb.cp/static-method.exp
10236 * gdb.cp/static-print-quit.exp
10237 * gdb.cp/temargs.exp
10238 * gdb.cp/templates.exp
10239 * gdb.cp/try_catch.exp
10240 * gdb.cp/typedef-operator.exp
10241 * gdb.cp/typeid.exp
10242 * gdb.cp/userdef.exp
10243 * gdb.cp/using-crash.exp
10244 * gdb.cp/var-tag.exp
10245 * gdb.cp/virtbase.exp
10246 * gdb.cp/virtfunc.exp
10247 * gdb.cp/virtfunc2.exp
10248 * gdb.cp/vla-cxx.exp
10249 * gdb.disasm/t01_mov.exp
10250 * gdb.disasm/t02_mova.exp
10251 * gdb.disasm/t03_add.exp
10252 * gdb.disasm/t04_sub.exp
10253 * gdb.disasm/t05_cmp.exp
10254 * gdb.disasm/t06_ari2.exp
10255 * gdb.disasm/t07_ari3.exp
10256 * gdb.disasm/t08_or.exp
10257 * gdb.disasm/t09_xor.exp
10258 * gdb.disasm/t10_and.exp
10259 * gdb.disasm/t11_logs.exp
10260 * gdb.disasm/t12_bit.exp
10261 * gdb.disasm/t13_otr.exp
10262 * gdb.dlang/circular.exp
10263 * gdb.dwarf2/arr-stride.exp
10264 * gdb.dwarf2/arr-subrange.exp
10265 * gdb.dwarf2/atomic-type.exp
10266 * gdb.dwarf2/bad-regnum.exp
10267 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10268 * gdb.dwarf2/callframecfa.exp
10269 * gdb.dwarf2/clztest.exp
10270 * gdb.dwarf2/corrupt.exp
10271 * gdb.dwarf2/data-loc.exp
10272 * gdb.dwarf2/dup-psym.exp
10273 * gdb.dwarf2/dw2-anon-mptr.exp
10274 * gdb.dwarf2/dw2-anonymous-func.exp
10275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10276 * gdb.dwarf2/dw2-bad-unresolved.exp
10277 * gdb.dwarf2/dw2-basic.exp
10278 * gdb.dwarf2/dw2-canonicalize-type.exp
10279 * gdb.dwarf2/dw2-case-insensitive.exp
10280 * gdb.dwarf2/dw2-common-block.exp
10281 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10282 * gdb.dwarf2/dw2-compressed.exp
10283 * gdb.dwarf2/dw2-const.exp
10284 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10285 * gdb.dwarf2/dw2-cu-size.exp
10286 * gdb.dwarf2/dw2-dup-frame.exp
10287 * gdb.dwarf2/dw2-entry-value.exp
10288 * gdb.dwarf2/dw2-icycle.exp
10289 * gdb.dwarf2/dw2-ifort-parameter.exp
10290 * gdb.dwarf2/dw2-inline-break.exp
10291 * gdb.dwarf2/dw2-inline-param.exp
10292 * gdb.dwarf2/dw2-intercu.exp
10293 * gdb.dwarf2/dw2-intermix.exp
10294 * gdb.dwarf2/dw2-lexical-block-bare.exp
10295 * gdb.dwarf2/dw2-linkage-name-trust.exp
10296 * gdb.dwarf2/dw2-minsym-in-cu.exp
10297 * gdb.dwarf2/dw2-noloc.exp
10298 * gdb.dwarf2/dw2-op-call.exp
10299 * gdb.dwarf2/dw2-op-out-param.exp
10300 * gdb.dwarf2/dw2-opt-structptr.exp
10301 * gdb.dwarf2/dw2-param-error.exp
10302 * gdb.dwarf2/dw2-producer.exp
10303 * gdb.dwarf2/dw2-ranges-base.exp
10304 * gdb.dwarf2/dw2-ref-missing-frame.exp
10305 * gdb.dwarf2/dw2-reg-undefined.exp
10306 * gdb.dwarf2/dw2-regno-invalid.exp
10307 * gdb.dwarf2/dw2-restore.exp
10308 * gdb.dwarf2/dw2-restrict.exp
10309 * gdb.dwarf2/dw2-single-line-discriminators.exp
10310 * gdb.dwarf2/dw2-strp.exp
10311 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10312 * gdb.dwarf2/dw2-unresolved.exp
10313 * gdb.dwarf2/dw2-var-zero-addr.exp
10314 * gdb.dwarf2/dw4-sig-types.exp
10315 * gdb.dwarf2/dwz.exp
10316 * gdb.dwarf2/dynarr-ptr.exp
10317 * gdb.dwarf2/enum-type.exp
10318 * gdb.dwarf2/gdb-index.exp
10319 * gdb.dwarf2/implptr-64bit.exp
10320 * gdb.dwarf2/implptr-optimized-out.exp
10321 * gdb.dwarf2/implptr.exp
10322 * gdb.dwarf2/implref-array.exp
10323 * gdb.dwarf2/implref-const.exp
10324 * gdb.dwarf2/implref-global.exp
10325 * gdb.dwarf2/implref-struct.exp
10326 * gdb.dwarf2/mac-fileno.exp
10327 * gdb.dwarf2/main-subprogram.exp
10328 * gdb.dwarf2/member-ptr-forwardref.exp
10329 * gdb.dwarf2/method-ptr.exp
10330 * gdb.dwarf2/missing-sig-type.exp
10331 * gdb.dwarf2/nonvar-access.exp
10332 * gdb.dwarf2/opaque-type-lookup.exp
10333 * gdb.dwarf2/pieces-optimized-out.exp
10334 * gdb.dwarf2/pieces.exp
10335 * gdb.dwarf2/pr10770.exp
10336 * gdb.dwarf2/pr13961.exp
10337 * gdb.dwarf2/staticvirtual.exp
10338 * gdb.dwarf2/subrange.exp
10339 * gdb.dwarf2/symtab-producer.exp
10340 * gdb.dwarf2/trace-crash.exp
10341 * gdb.dwarf2/typeddwarf.exp
10342 * gdb.dwarf2/valop.exp
10343 * gdb.dwarf2/watch-notconst.exp
10344 * gdb.fortran/array-element.exp
10345 * gdb.fortran/charset.exp
10346 * gdb.fortran/common-block.exp
10347 * gdb.fortran/complex.exp
10348 * gdb.fortran/derived-type-function.exp
10349 * gdb.fortran/derived-type.exp
10350 * gdb.fortran/logical.exp
10351 * gdb.fortran/module.exp
10352 * gdb.fortran/multi-dim.exp
10353 * gdb.fortran/nested-funcs.exp
10354 * gdb.fortran/print-formatted.exp
10355 * gdb.fortran/subarray.exp
10356 * gdb.fortran/vla-alloc-assoc.exp
10357 * gdb.fortran/vla-datatypes.exp
10358 * gdb.fortran/vla-history.exp
10359 * gdb.fortran/vla-ptr-info.exp
10360 * gdb.fortran/vla-ptype-sub.exp
10361 * gdb.fortran/vla-ptype.exp
10362 * gdb.fortran/vla-sizeof.exp
10363 * gdb.fortran/vla-type.exp
10364 * gdb.fortran/vla-value-sub-arbitrary.exp
10365 * gdb.fortran/vla-value-sub-finish.exp
10366 * gdb.fortran/vla-value-sub.exp
10367 * gdb.fortran/vla-value.exp
10368 * gdb.fortran/whatis_type.exp
10369 * gdb.go/chan.exp
10370 * gdb.go/handcall.exp
10371 * gdb.go/hello.exp
10372 * gdb.go/integers.exp
10373 * gdb.go/methods.exp
10374 * gdb.go/package.exp
10375 * gdb.go/strings.exp
10376 * gdb.go/types.exp
10377 * gdb.go/unsafe.exp
10378 * gdb.guile/scm-arch.exp
10379 * gdb.guile/scm-block.exp
10380 * gdb.guile/scm-breakpoint.exp
10381 * gdb.guile/scm-cmd.exp
10382 * gdb.guile/scm-disasm.exp
10383 * gdb.guile/scm-equal.exp
10384 * gdb.guile/scm-frame-args.exp
10385 * gdb.guile/scm-frame-inline.exp
10386 * gdb.guile/scm-frame.exp
10387 * gdb.guile/scm-iterator.exp
10388 * gdb.guile/scm-math.exp
10389 * gdb.guile/scm-objfile.exp
10390 * gdb.guile/scm-ports.exp
10391 * gdb.guile/scm-symbol.exp
10392 * gdb.guile/scm-symtab.exp
10393 * gdb.guile/scm-value-cc.exp
10394 * gdb.guile/types-module.exp
10395 * gdb.linespec/break-ask.exp
10396 * gdb.linespec/cpexplicit.exp
10397 * gdb.linespec/explicit.exp
10398 * gdb.linespec/keywords.exp
10399 * gdb.linespec/linespec.exp
10400 * gdb.linespec/ls-dollar.exp
10401 * gdb.linespec/ls-errs.exp
10402 * gdb.linespec/skip-two.exp
10403 * gdb.linespec/thread.exp
10404 * gdb.mi/mi-async.exp
10405 * gdb.mi/mi-basics.exp
10406 * gdb.mi/mi-break.exp
10407 * gdb.mi/mi-catch-load.exp
10408 * gdb.mi/mi-cli.exp
10409 * gdb.mi/mi-cmd-param-changed.exp
10410 * gdb.mi/mi-console.exp
10411 * gdb.mi/mi-detach.exp
10412 * gdb.mi/mi-disassemble.exp
10413 * gdb.mi/mi-eval.exp
10414 * gdb.mi/mi-file-transfer.exp
10415 * gdb.mi/mi-file.exp
10416 * gdb.mi/mi-fill-memory.exp
10417 * gdb.mi/mi-inheritance-syntax-error.exp
10418 * gdb.mi/mi-linespec-err-cp.exp
10419 * gdb.mi/mi-logging.exp
10420 * gdb.mi/mi-memory-changed.exp
10421 * gdb.mi/mi-read-memory.exp
10422 * gdb.mi/mi-record-changed.exp
10423 * gdb.mi/mi-reg-undefined.exp
10424 * gdb.mi/mi-regs.exp
10425 * gdb.mi/mi-return.exp
10426 * gdb.mi/mi-reverse.exp
10427 * gdb.mi/mi-simplerun.exp
10428 * gdb.mi/mi-solib.exp
10429 * gdb.mi/mi-stack.exp
10430 * gdb.mi/mi-stepi.exp
10431 * gdb.mi/mi-syn-frame.exp
10432 * gdb.mi/mi-until.exp
10433 * gdb.mi/mi-var-block.exp
10434 * gdb.mi/mi-var-child.exp
10435 * gdb.mi/mi-var-cmd.exp
10436 * gdb.mi/mi-var-cp.exp
10437 * gdb.mi/mi-var-display.exp
10438 * gdb.mi/mi-var-invalidate.exp
10439 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10440 * gdb.mi/mi-vla-fortran.exp
10441 * gdb.mi/mi-watch.exp
10442 * gdb.mi/mi2-var-child.exp
10443 * gdb.mi/user-selected-context-sync.exp
10444 * gdb.modula2/unbounded-array.exp
10445 * gdb.multi/dummy-frame-restore.exp
10446 * gdb.multi/multi-arch-exec.exp
10447 * gdb.multi/multi-arch.exp
10448 * gdb.multi/tids.exp
10449 * gdb.multi/watchpoint-multi.exp
10450 * gdb.opencl/callfuncs.exp
10451 * gdb.opencl/convs_casts.exp
10452 * gdb.opencl/datatypes.exp
10453 * gdb.opencl/operators.exp
10454 * gdb.opencl/vec_comps.exp
10455 * gdb.opt/clobbered-registers-O2.exp
10456 * gdb.opt/inline-break.exp
10457 * gdb.opt/inline-bt.exp
10458 * gdb.opt/inline-cmds.exp
10459 * gdb.opt/inline-locals.exp
10460 * gdb.pascal/case-insensitive-symbols.exp
10461 * gdb.pascal/floats.exp
10462 * gdb.pascal/gdb11492.exp
10463 * gdb.python/lib-types.exp
10464 * gdb.python/py-arch.exp
10465 * gdb.python/py-as-string.exp
10466 * gdb.python/py-bad-printers.exp
10467 * gdb.python/py-block.exp
10468 * gdb.python/py-breakpoint-create-fail.exp
10469 * gdb.python/py-breakpoint.exp
10470 * gdb.python/py-caller-is.exp
10471 * gdb.python/py-cmd.exp
10472 * gdb.python/py-explore-cc.exp
10473 * gdb.python/py-explore.exp
10474 * gdb.python/py-finish-breakpoint.exp
10475 * gdb.python/py-finish-breakpoint2.exp
10476 * gdb.python/py-frame-args.exp
10477 * gdb.python/py-frame-inline.exp
10478 * gdb.python/py-frame.exp
10479 * gdb.python/py-framefilter-mi.exp
10480 * gdb.python/py-infthread.exp
10481 * gdb.python/py-lazy-string.exp
10482 * gdb.python/py-linetable.exp
10483 * gdb.python/py-mi-events.exp
10484 * gdb.python/py-mi-objfile.exp
10485 * gdb.python/py-mi.exp
10486 * gdb.python/py-objfile.exp
10487 * gdb.python/py-pp-integral.exp
10488 * gdb.python/py-pp-maint.exp
10489 * gdb.python/py-pp-re-notag.exp
10490 * gdb.python/py-pp-registration.exp
10491 * gdb.python/py-recurse-unwind.exp
10492 * gdb.python/py-strfns.exp
10493 * gdb.python/py-symbol.exp
10494 * gdb.python/py-symtab.exp
10495 * gdb.python/py-sync-interp.exp
10496 * gdb.python/py-typeprint.exp
10497 * gdb.python/py-unwind-maint.exp
10498 * gdb.python/py-unwind.exp
10499 * gdb.python/py-value-cc.exp
10500 * gdb.python/py-xmethods.exp
10501 * gdb.reverse/amd64-tailcall-reverse.exp
10502 * gdb.reverse/break-precsave.exp
10503 * gdb.reverse/break-reverse.exp
10504 * gdb.reverse/consecutive-precsave.exp
10505 * gdb.reverse/consecutive-reverse.exp
10506 * gdb.reverse/finish-precsave.exp
10507 * gdb.reverse/finish-reverse-bkpt.exp
10508 * gdb.reverse/finish-reverse.exp
10509 * gdb.reverse/fstatat-reverse.exp
10510 * gdb.reverse/getresuid-reverse.exp
10511 * gdb.reverse/i386-precsave.exp
10512 * gdb.reverse/i386-reverse.exp
10513 * gdb.reverse/i386-sse-reverse.exp
10514 * gdb.reverse/i387-env-reverse.exp
10515 * gdb.reverse/i387-stack-reverse.exp
10516 * gdb.reverse/insn-reverse.exp
10517 * gdb.reverse/machinestate-precsave.exp
10518 * gdb.reverse/machinestate.exp
10519 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10520 * gdb.reverse/pipe-reverse.exp
10521 * gdb.reverse/readv-reverse.exp
10522 * gdb.reverse/recvmsg-reverse.exp
10523 * gdb.reverse/rerun-prec.exp
10524 * gdb.reverse/s390-mvcle.exp
10525 * gdb.reverse/step-precsave.exp
10526 * gdb.reverse/step-reverse.exp
10527 * gdb.reverse/time-reverse.exp
10528 * gdb.reverse/until-precsave.exp
10529 * gdb.reverse/until-reverse.exp
10530 * gdb.reverse/waitpid-reverse.exp
10531 * gdb.reverse/watch-precsave.exp
10532 * gdb.reverse/watch-reverse.exp
10533 * gdb.rust/generics.exp
10534 * gdb.rust/methods.exp
10535 * gdb.rust/modules.exp
10536 * gdb.rust/simple.exp
10537 * gdb.server/connect-with-no-symbol-file.exp
10538 * gdb.server/ext-attach.exp
10539 * gdb.server/ext-restart.exp
10540 * gdb.server/ext-wrapper.exp
10541 * gdb.server/file-transfer.exp
10542 * gdb.server/server-exec-info.exp
10543 * gdb.server/server-kill.exp
10544 * gdb.server/server-mon.exp
10545 * gdb.server/wrapper.exp
10546 * gdb.stabs/exclfwd.exp
10547 * gdb.stabs/gdb11479.exp
10548 * gdb.threads/clone-new-thread-event.exp
10549 * gdb.threads/corethreads.exp
10550 * gdb.threads/current-lwp-dead.exp
10551 * gdb.threads/dlopen-libpthread.exp
10552 * gdb.threads/gcore-thread.exp
10553 * gdb.threads/sigstep-threads.exp
10554 * gdb.threads/watchpoint-fork.exp
10555 * gdb.trace/actions-changed.exp
10556 * gdb.trace/backtrace.exp
10557 * gdb.trace/change-loc.exp
10558 * gdb.trace/circ.exp
10559 * gdb.trace/collection.exp
10560 * gdb.trace/disconnected-tracing.exp
10561 * gdb.trace/ftrace.exp
10562 * gdb.trace/mi-trace-frame-collected.exp
10563 * gdb.trace/mi-trace-unavailable.exp
10564 * gdb.trace/mi-traceframe-changed.exp
10565 * gdb.trace/mi-tsv-changed.exp
10566 * gdb.trace/no-attach-trace.exp
10567 * gdb.trace/passc-dyn.exp
10568 * gdb.trace/qtro.exp
10569 * gdb.trace/range-stepping.exp
10570 * gdb.trace/read-memory.exp
10571 * gdb.trace/save-trace.exp
10572 * gdb.trace/signal.exp
10573 * gdb.trace/status-stop.exp
10574 * gdb.trace/tfile.exp
10575 * gdb.trace/trace-break.exp
10576 * gdb.trace/trace-buffer-size.exp
10577 * gdb.trace/trace-condition.exp
10578 * gdb.trace/tracefile-pseudo-reg.exp
10579 * gdb.trace/tstatus.exp
10580 * gdb.trace/unavailable.exp
10581 * gdb.trace/while-dyn.exp
10582 * gdb.trace/while-stepping.exp
10583
10584 2016-12-22 Doug Evans <xdje42@gmail.com>
10585
10586 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10587 and msymbols.
10588
10589 2016-12-19 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10592 (test_with_self): Don't call do_steps_and_nexts, and remove
10593 code about stepping into xmalloc.
10594
10595 2016-12-09 Yao Qi <yao.qi@linaro.org>
10596
10597 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10598
10599 2016-12-09 Yao Qi <yao.qi@linaro.org>
10600
10601 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10602
10603 2016-12-09 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.base/all-architectures-0.exp: New file.
10606 * gdb.base/all-architectures-1.exp: New file.
10607 * gdb.base/all-architectures-2.exp: New file.
10608 * gdb.base/all-architectures-3.exp: New file.
10609 * gdb.base/all-architectures-4.exp: New file.
10610 * gdb.base/all-architectures-5.exp: New file.
10611 * gdb.base/all-architectures-6.exp: New file.
10612 * gdb.base/all-architectures-7.exp: New file.
10613 * gdb.base/all-architectures.exp.in: New file.
10614
10615 2016-12-09 Yao Qi <yao.qi@linaro.org>
10616
10617 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10618
10619 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10620
10621 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10622 possible.
10623 Remove useless pattern-matching code.
10624
10625 2016-12-02 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10628 procedure.
10629 (top level): Call it.
10630
10631 2016-12-02 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10634 New procedure.
10635 (top level): Call it.
10636
10637 2016-12-02 Pedro Alves <palves@redhat.com>
10638
10639 PR cli/20559
10640 * gdb.base/commands.exp (user_defined_command_args_eval): New
10641 procedure.
10642 (top level): Call it.
10643
10644 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10645
10646 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10647 timeout handling.
10648
10649 2016-12-02 Tom Tromey <tom@tromey.com>
10650
10651 * gdb.dwarf2/main-subprogram.c: New file.
10652 * gdb.dwarf2/main-subprogram.exp: New file.
10653
10654 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10655
10656 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10657 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10658 gdb_test_no_output for a couple of cases.
10659 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10660
10661 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10662
10663 Fix test names and standardize compilation error messages throughout
10664 the following files:
10665
10666 * gdb.ada/start.exp
10667 * gdb.arch/alpha-step.exp
10668 * gdb.arch/e500-prologue.exp
10669 * gdb.arch/ftrace-insn-reloc.exp
10670 * gdb.arch/gdb1291.exp
10671 * gdb.arch/gdb1431.exp
10672 * gdb.arch/gdb1558.exp
10673 * gdb.arch/i386-dr3-watch.exp
10674 * gdb.arch/i386-sse-stack-align.exp
10675 * gdb.arch/ia64-breakpoint-shadow.exp
10676 * gdb.arch/pa-nullify.exp
10677 * gdb.arch/powerpc-aix-prologue.exp
10678 * gdb.arch/thumb-bx-pc.exp
10679 * gdb.base/annota1.exp
10680 * gdb.base/annota3.exp
10681 * gdb.base/arrayidx.exp
10682 * gdb.base/assign.exp
10683 * gdb.base/attach.exp
10684 * gdb.base/auxv.exp
10685 * gdb.base/bang.exp
10686 * gdb.base/bfp-test.exp
10687 * gdb.base/bigcore.exp
10688 * gdb.base/bitfields2.exp
10689 * gdb.base/break-fun-addr.exp
10690 * gdb.base/break-probes.exp
10691 * gdb.base/call-rt-st.exp
10692 * gdb.base/callexit.exp
10693 * gdb.base/catch-fork-kill.exp
10694 * gdb.base/charset.exp
10695 * gdb.base/checkpoint.exp
10696 * gdb.base/comprdebug.exp
10697 * gdb.base/constvars.exp
10698 * gdb.base/coredump-filter.exp
10699 * gdb.base/cursal.exp
10700 * gdb.base/cvexpr.exp
10701 * gdb.base/detach.exp
10702 * gdb.base/display.exp
10703 * gdb.base/dmsym.exp
10704 * gdb.base/dprintf-pending.exp
10705 * gdb.base/dso2dso.exp
10706 * gdb.base/dtrace-probe.exp
10707 * gdb.base/dump.exp
10708 * gdb.base/enum_cond.exp
10709 * gdb.base/exe-lock.exp
10710 * gdb.base/exec-invalid-sysroot.exp
10711 * gdb.base/execl-update-breakpoints.exp
10712 * gdb.base/exprs.exp
10713 * gdb.base/fileio.exp
10714 * gdb.base/find.exp
10715 * gdb.base/finish.exp
10716 * gdb.base/fixsection.exp
10717 * gdb.base/foll-vfork.exp
10718 * gdb.base/frame-args.exp
10719 * gdb.base/gcore.exp
10720 * gdb.base/gdb1250.exp
10721 * gdb.base/global-var-nested-by-dso.exp
10722 * gdb.base/gnu-ifunc.exp
10723 * gdb.base/hashline1.exp
10724 * gdb.base/hashline2.exp
10725 * gdb.base/hashline3.exp
10726 * gdb.base/hbreak-in-shr-unsupported.exp
10727 * gdb.base/huge.exp
10728 * gdb.base/infcall-input.exp
10729 * gdb.base/info-fun.exp
10730 * gdb.base/info-shared.exp
10731 * gdb.base/jit-simple.exp
10732 * gdb.base/jit-so.exp
10733 * gdb.base/jit.exp
10734 * gdb.base/jump.exp
10735 * gdb.base/label.exp
10736 * gdb.base/lineinc.exp
10737 * gdb.base/logical.exp
10738 * gdb.base/longjmp.exp
10739 * gdb.base/macscp.exp
10740 * gdb.base/miscexprs.exp
10741 * gdb.base/new-ui-echo.exp
10742 * gdb.base/new-ui-pending-input.exp
10743 * gdb.base/new-ui.exp
10744 * gdb.base/nodebug.exp
10745 * gdb.base/nofield.exp
10746 * gdb.base/offsets.exp
10747 * gdb.base/overlays.exp
10748 * gdb.base/pending.exp
10749 * gdb.base/pointers.exp
10750 * gdb.base/pr11022.exp
10751 * gdb.base/printcmds.exp
10752 * gdb.base/prologue.exp
10753 * gdb.base/ptr-typedef.exp
10754 * gdb.base/realname-expand.exp
10755 * gdb.base/relativedebug.exp
10756 * gdb.base/relocate.exp
10757 * gdb.base/remote.exp
10758 * gdb.base/reread.exp
10759 * gdb.base/return2.exp
10760 * gdb.base/savedregs.exp
10761 * gdb.base/sep.exp
10762 * gdb.base/sepdebug.exp
10763 * gdb.base/sepsymtab.exp
10764 * gdb.base/set-inferior-tty.exp
10765 * gdb.base/setshow.exp
10766 * gdb.base/shlib-call.exp
10767 * gdb.base/sigaltstack.exp
10768 * gdb.base/siginfo-addr.exp
10769 * gdb.base/signals.exp
10770 * gdb.base/signull.exp
10771 * gdb.base/sigrepeat.exp
10772 * gdb.base/so-impl-ld.exp
10773 * gdb.base/solib-display.exp
10774 * gdb.base/solib-overlap.exp
10775 * gdb.base/solib-search.exp
10776 * gdb.base/solib-symbol.exp
10777 * gdb.base/structs.exp
10778 * gdb.base/structs2.exp
10779 * gdb.base/symtab-search-order.exp
10780 * gdb.base/twice.exp
10781 * gdb.base/unload.exp
10782 * gdb.base/varargs.exp
10783 * gdb.base/watchpoint-solib.exp
10784 * gdb.base/watchpoint.exp
10785 * gdb.base/whatis.exp
10786 * gdb.base/wrong_frame_bt_full.exp
10787 * gdb.btrace/dlopen.exp
10788 * gdb.cell/ea-standalone.exp
10789 * gdb.cell/ea-test.exp
10790 * gdb.cp/dispcxx.exp
10791 * gdb.cp/gdb2384.exp
10792 * gdb.cp/method2.exp
10793 * gdb.cp/nextoverthrow.exp
10794 * gdb.cp/pr10728.exp
10795 * gdb.disasm/am33.exp
10796 * gdb.disasm/h8300s.exp
10797 * gdb.disasm/mn10300.exp
10798 * gdb.disasm/sh3.exp
10799 * gdb.dwarf2/dw2-dir-file-name.exp
10800 * gdb.fortran/complex.exp
10801 * gdb.fortran/library-module.exp
10802 * gdb.guile/scm-pretty-print.exp
10803 * gdb.guile/scm-symbol.exp
10804 * gdb.guile/scm-type.exp
10805 * gdb.guile/scm-value.exp
10806 * gdb.linespec/linespec.exp
10807 * gdb.mi/gdb701.exp
10808 * gdb.mi/gdb792.exp
10809 * gdb.mi/mi-breakpoint-changed.exp
10810 * gdb.mi/mi-dprintf-pending.exp
10811 * gdb.mi/mi-dprintf.exp
10812 * gdb.mi/mi-exit-code.exp
10813 * gdb.mi/mi-pending.exp
10814 * gdb.mi/mi-solib.exp
10815 * gdb.mi/new-ui-mi-sync.exp
10816 * gdb.mi/pr11022.exp
10817 * gdb.mi/user-selected-context-sync.exp
10818 * gdb.opt/solib-intra-step.exp
10819 * gdb.python/py-events.exp
10820 * gdb.python/py-finish-breakpoint.exp
10821 * gdb.python/py-mi.exp
10822 * gdb.python/py-prettyprint.exp
10823 * gdb.python/py-shared.exp
10824 * gdb.python/py-symbol.exp
10825 * gdb.python/py-template.exp
10826 * gdb.python/py-type.exp
10827 * gdb.python/py-value.exp
10828 * gdb.reverse/solib-precsave.exp
10829 * gdb.reverse/solib-reverse.exp
10830 * gdb.server/solib-list.exp
10831 * gdb.stabs/weird.exp
10832 * gdb.threads/reconnect-signal.exp
10833 * gdb.threads/stepi-random-signal.exp
10834 * gdb.trace/actions.exp
10835 * gdb.trace/ax.exp
10836 * gdb.trace/backtrace.exp
10837 * gdb.trace/change-loc.exp
10838 * gdb.trace/deltrace.exp
10839 * gdb.trace/ftrace-lock.exp
10840 * gdb.trace/ftrace.exp
10841 * gdb.trace/infotrace.exp
10842 * gdb.trace/mi-tracepoint-changed.exp
10843 * gdb.trace/packetlen.exp
10844 * gdb.trace/passcount.exp
10845 * gdb.trace/pending.exp
10846 * gdb.trace/range-stepping.exp
10847 * gdb.trace/report.exp
10848 * gdb.trace/stap-trace.exp
10849 * gdb.trace/tfind.exp
10850 * gdb.trace/trace-break.exp
10851 * gdb.trace/trace-condition.exp
10852 * gdb.trace/trace-enable-disable.exp
10853 * gdb.trace/trace-mt.exp
10854 * gdb.trace/tracecmd.exp
10855 * gdb.trace/tspeed.exp
10856 * gdb.trace/tsv.exp
10857 * lib/perftest.exp
10858
10859 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10860
10861 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10862 with gdb_test_no_output.
10863 Use command as test name.
10864
10865 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10866
10867 Fix test names starting with uppercase throughout the files.
10868
10869 * gdb.ada/assign_1.exp
10870 * gdb.ada/boolean_expr.exp
10871 * gdb.base/arrayidx.exp
10872 * gdb.base/del.exp
10873 * gdb.base/gcore-buffer-overflow.exp
10874 * gdb.base/testenv.exp
10875 * gdb.compile/compile.exp
10876 * gdb.python/py-framefilter-invalidarg.exp
10877 * gdb.python/py-framefilter.exp
10878
10879 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10880
10881 Fix test names starting with uppercase throughout the files.
10882
10883 * gdb.ada/array_return.exp
10884 * gdb.ada/expr_delims.exp
10885 * gdb.ada/mi_dyn_arr.exp
10886 * gdb.ada/mi_interface.exp
10887 * gdb.ada/mi_var_array.exp
10888 * gdb.ada/watch_arg.exp
10889 * gdb.arch/alpha-step.exp
10890 * gdb.arch/altivec-regs.exp
10891 * gdb.arch/e500-regs.exp
10892 * gdb.arch/powerpc-d128-regs.exp
10893 * gdb.base/arrayidx.exp
10894 * gdb.base/break.exp
10895 * gdb.base/checkpoint.exp
10896 * gdb.base/debug-expr.exp
10897 * gdb.base/dmsym.exp
10898 * gdb.base/radix.exp
10899 * gdb.base/sepdebug.exp
10900 * gdb.base/testenv.exp
10901 * gdb.base/watch_thread_num.exp
10902 * gdb.base/watchpoint-cond-gone.exp
10903 * gdb.cell/break.exp
10904 * gdb.cell/ea-cache.exp
10905 * gdb.compile/compile.exp
10906 * gdb.cp/gdb2495.exp
10907 * gdb.gdb/selftest.exp
10908 * gdb.gdb/xfullpath.exp
10909 * gdb.go/hello.exp
10910 * gdb.go/integers.exp
10911 * gdb.objc/basicclass.exp
10912 * gdb.pascal/hello.exp
10913 * gdb.pascal/integers.exp
10914 * gdb.python/py-breakpoint.exp
10915 * gdb.python/py-cmd.exp
10916 * gdb.python/py-linetable.exp
10917 * gdb.python/py-xmethods.exp
10918 * gdb.python/python.exp
10919 * gdb.reverse/consecutive-precsave.exp
10920 * gdb.reverse/finish-precsave.exp
10921 * gdb.reverse/i386-precsave.exp
10922 * gdb.reverse/machinestate-precsave.exp
10923 * gdb.reverse/sigall-precsave.exp
10924 * gdb.reverse/solib-precsave.exp
10925 * gdb.reverse/step-precsave.exp
10926 * gdb.reverse/until-precsave.exp
10927 * gdb.reverse/watch-precsave.exp
10928 * gdb.threads/leader-exit.exp
10929 * gdb.threads/pthreads.exp
10930 * gdb.threads/wp-replication.exp
10931 * gdb.trace/actions.exp
10932 * gdb.trace/mi-tsv-changed.exp
10933 * gdb.trace/tsv.exp
10934
10935 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10936
10937 Fix test names starting with uppercase throughout the files.
10938
10939 * gdb.arch/i386-bp_permanent.exp
10940 * gdb.arch/i386-gnu-cfi.exp
10941 * gdb.base/disasm-end-cu.exp
10942 * gdb.base/macscp.exp
10943 * gdb.base/pending.exp
10944 * gdb.base/watch_thread_num.exp
10945 * gdb.cp/exception.exp
10946 * gdb.cp/gdb2495.exp
10947 * gdb.cp/local.exp
10948 * gdb.python/py-evsignal.exp
10949 * gdb.python/python.exp
10950 * gdb.trace/tracecmd.exp
10951
10952 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10953
10954 Fix test names starting with uppercase throughout the files.
10955
10956 * gdb.base/charset.exp
10957 * gdb.base/eval.exp
10958 * gdb.base/multi-forks.exp
10959 * gdb.guile/scm-progspace.exp
10960 * gdb.opencl/datatypes.exp
10961 * gdb.python/py-block.exp
10962 * gdb.python/py-function.exp
10963 * gdb.python/py-symbol.exp
10964 * gdb.python/py-symtab.exp
10965 * gdb.python/py-xmethods.exp
10966 * gdb.reverse/break-precsave.exp
10967 * gdb.reverse/break-reverse.exp
10968 * gdb.reverse/consecutive-precsave.exp
10969 * gdb.reverse/consecutive-reverse.exp
10970 * gdb.reverse/finish-precsave.exp
10971 * gdb.reverse/finish-reverse-bkpt.exp
10972 * gdb.reverse/finish-reverse.exp
10973 * gdb.reverse/fstatat-reverse.exp
10974 * gdb.reverse/getresuid-reverse.exp
10975 * gdb.reverse/i386-precsave.exp
10976 * gdb.reverse/i386-reverse.exp
10977 * gdb.reverse/i386-sse-reverse.exp
10978 * gdb.reverse/i387-stack-reverse.exp
10979 * gdb.reverse/insn-reverse.exp
10980 * gdb.reverse/machinestate-precsave.exp
10981 * gdb.reverse/machinestate.exp
10982 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10983 * gdb.reverse/pipe-reverse.exp
10984 * gdb.reverse/readv-reverse.exp
10985 * gdb.reverse/recvmsg-reverse.exp
10986 * gdb.reverse/rerun-prec.exp
10987 * gdb.reverse/s390-mvcle.exp
10988 * gdb.reverse/sigall-precsave.exp
10989 * gdb.reverse/sigall-reverse.exp
10990 * gdb.reverse/solib-precsave.exp
10991 * gdb.reverse/solib-reverse.exp
10992 * gdb.reverse/step-precsave.exp
10993 * gdb.reverse/step-reverse.exp
10994 * gdb.reverse/time-reverse.exp
10995 * gdb.reverse/until-precsave.exp
10996 * gdb.reverse/until-reverse.exp
10997 * gdb.reverse/waitpid-reverse.exp
10998 * gdb.reverse/watch-precsave.exp
10999 * gdb.reverse/watch-reverse.exp
11000
11001 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11002
11003 Fix test names starting with uppercase throughout the files.
11004
11005 * gdb.arch/i386-mpx-simple_segv.exp
11006 * gdb.arch/i386-mpx.exp
11007 * gdb.arch/i386-permbkpt.exp
11008 * gdb.arch/pa-nullify.exp
11009 * gdb.arch/powerpc-d128-regs.exp
11010 * gdb.arch/vsx-regs.exp
11011 * gdb.base/bfp-test.exp
11012 * gdb.base/break.exp
11013 * gdb.base/breakpoint-shadow.exp
11014 * gdb.base/callfuncs.exp
11015 * gdb.base/charset.exp
11016 * gdb.base/commands.exp
11017 * gdb.base/completion.exp
11018 * gdb.base/dfp-test.exp
11019 * gdb.base/echo.exp
11020 * gdb.base/ending-run.exp
11021 * gdb.base/eval.exp
11022 * gdb.base/expand-psymtabs.exp
11023 * gdb.base/float128.exp
11024 * gdb.base/floatn.exp
11025 * gdb.base/foll-exec-mode.exp
11026 * gdb.base/gdb1056.exp
11027 * gdb.base/gdb11531.exp
11028 * gdb.base/kill-after-signal.exp
11029 * gdb.base/multi-forks.exp
11030 * gdb.base/overlays.exp
11031 * gdb.base/pending.exp
11032 * gdb.base/sepdebug.exp
11033 * gdb.base/testenv.exp
11034 * gdb.base/valgrind-db-attach.exp
11035 * gdb.base/watch_thread_num.exp
11036 * gdb.base/watchpoint-cond-gone.exp
11037 * gdb.base/watchpoint.exp
11038 * gdb.base/watchpoints.exp
11039 * gdb.cp/arg-reference.exp
11040 * gdb.cp/baseenum.exp
11041 * gdb.cp/operator.exp
11042 * gdb.cp/shadow.exp
11043 * gdb.dwarf2/dw2-op-out-param.exp
11044 * gdb.dwarf2/dw2-reg-undefined.exp
11045 * gdb.go/chan.exp
11046 * gdb.go/hello.exp
11047 * gdb.go/integers.exp
11048 * gdb.go/methods.exp
11049 * gdb.go/package.exp
11050 * gdb.guile/scm-parameter.exp
11051 * gdb.guile/scm-progspace.exp
11052 * gdb.guile/scm-value.exp
11053 * gdb.mi/mi-pending.exp
11054 * gdb.mi/user-selected-context-sync.exp
11055 * gdb.multi/multi-attach.exp
11056 * gdb.multi/tids.exp
11057 * gdb.opt/clobbered-registers-O2.exp
11058 * gdb.pascal/floats.exp
11059 * gdb.pascal/integers.exp
11060 * gdb.python/py-block.exp
11061 * gdb.python/py-events.exp
11062 * gdb.python/py-parameter.exp
11063 * gdb.python/py-symbol.exp
11064 * gdb.python/py-symtab.exp
11065 * gdb.python/py-type.exp
11066 * gdb.python/py-value.exp
11067 * gdb.python/py-xmethods.exp
11068 * gdb.python/python.exp
11069 * gdb.reverse/break-precsave.exp
11070 * gdb.reverse/consecutive-precsave.exp
11071 * gdb.reverse/finish-precsave.exp
11072 * gdb.reverse/i386-precsave.exp
11073 * gdb.reverse/machinestate-precsave.exp
11074 * gdb.reverse/sigall-precsave.exp
11075 * gdb.reverse/solib-precsave.exp
11076 * gdb.reverse/step-precsave.exp
11077 * gdb.reverse/until-precsave.exp
11078 * gdb.reverse/watch-precsave.exp
11079 * gdb.server/ext-attach.exp
11080 * gdb.server/ext-restart.exp
11081 * gdb.server/ext-run.exp
11082 * gdb.server/ext-wrapper.exp
11083 * gdb.stabs/gdb11479.exp
11084 * gdb.stabs/weird.exp
11085 * gdb.threads/attach-many-short-lived-threads.exp
11086 * gdb.threads/kill.exp
11087 * gdb.threads/watchpoint-fork.exp
11088
11089 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11090
11091 Fix test names starting with uppercase throughout all the files below.
11092
11093 * gdb.ada/array_return.exp
11094 * gdb.ada/catch_ex.exp
11095 * gdb.ada/info_exc.exp
11096 * gdb.ada/mi_catch_ex.exp
11097 * gdb.ada/mi_dyn_arr.exp
11098 * gdb.ada/mi_ex_cond.exp
11099 * gdb.ada/mi_exc_info.exp
11100 * gdb.ada/mi_interface.exp
11101 * gdb.ada/mi_task_arg.exp
11102 * gdb.ada/mi_task_info.exp
11103 * gdb.ada/mi_var_array.exp
11104 * gdb.arch/alpha-step.exp
11105 * gdb.arch/amd64-disp-step.exp
11106 * gdb.arch/arm-disp-step.exp
11107 * gdb.arch/disp-step-insn-reloc.exp
11108 * gdb.arch/e500-prologue.exp
11109 * gdb.arch/ftrace-insn-reloc.exp
11110 * gdb.arch/gdb1558.exp
11111 * gdb.arch/i386-bp_permanent.exp
11112 * gdb.arch/i386-disp-step.exp
11113 * gdb.arch/i386-float.exp
11114 * gdb.arch/i386-gnu-cfi.exp
11115 * gdb.arch/ia64-breakpoint-shadow.exp
11116 * gdb.arch/mips16-thunks.exp
11117 * gdb.arch/pa-nullify.exp
11118 * gdb.arch/powerpc-aix-prologue.exp
11119 * gdb.arch/powerpc-power.exp
11120 * gdb.arch/ppc-dfp.exp
11121 * gdb.arch/s390-tdbregs.exp
11122 * gdb.arch/spu-info.exp
11123 * gdb.arch/spu-ls.exp
11124 * gdb.arch/thumb-bx-pc.exp
11125 * gdb.base/advance.exp
11126 * gdb.base/annota-input-while-running.exp
11127 * gdb.base/arrayidx.exp
11128 * gdb.base/asmlabel.exp
11129 * gdb.base/async.exp
11130 * gdb.base/attach-wait-input.exp
11131 * gdb.base/auto-connect-native-target.exp
11132 * gdb.base/batch-preserve-term-settings.exp
11133 * gdb.base/bfp-test.exp
11134 * gdb.base/bigcore.exp
11135 * gdb.base/bp-permanent.exp
11136 * gdb.base/break-always.exp
11137 * gdb.base/break-fun-addr.exp
11138 * gdb.base/break-idempotent.exp
11139 * gdb.base/break-main-file-remove-fail.exp
11140 * gdb.base/break-probes.exp
11141 * gdb.base/break-unload-file.exp
11142 * gdb.base/break.exp
11143 * gdb.base/call-ar-st.exp
11144 * gdb.base/call-rt-st.exp
11145 * gdb.base/call-sc.exp
11146 * gdb.base/call-signal-resume.exp
11147 * gdb.base/call-strs.exp
11148 * gdb.base/callexit.exp
11149 * gdb.base/callfuncs.exp
11150 * gdb.base/catch-gdb-caused-signals.exp
11151 * gdb.base/catch-signal-siginfo-cond.exp
11152 * gdb.base/catch-syscall.exp
11153 * gdb.base/compare-sections.exp
11154 * gdb.base/cond-eval-mode.exp
11155 * gdb.base/condbreak-call-false.exp
11156 * gdb.base/consecutive-step-over.exp
11157 * gdb.base/cursal.exp
11158 * gdb.base/disabled-location.exp
11159 * gdb.base/disasm-end-cu.exp
11160 * gdb.base/display.exp
11161 * gdb.base/double-prompt-target-event-error.exp
11162 * gdb.base/dprintf-bp-same-addr.exp
11163 * gdb.base/dprintf-detach.exp
11164 * gdb.base/dprintf-next.exp
11165 * gdb.base/dprintf-non-stop.exp
11166 * gdb.base/dprintf-pending.exp
11167 * gdb.base/dso2dso.exp
11168 * gdb.base/ending-run.exp
11169 * gdb.base/enum_cond.exp
11170 * gdb.base/examine-backward.exp
11171 * gdb.base/exe-lock.exp
11172 * gdb.base/exec-invalid-sysroot.exp
11173 * gdb.base/execl-update-breakpoints.exp
11174 * gdb.base/execution-termios.exp
11175 * gdb.base/fileio.exp
11176 * gdb.base/fixsection.exp
11177 * gdb.base/foll-exec-mode.exp
11178 * gdb.base/foll-exec.exp
11179 * gdb.base/fork-running-state.exp
11180 * gdb.base/frame-args.exp
11181 * gdb.base/fullpath-expand.exp
11182 * gdb.base/func-ptr.exp
11183 * gdb.base/gcore-relro-pie.exp
11184 * gdb.base/gdb1090.exp
11185 * gdb.base/gdb1555.exp
11186 * gdb.base/global-var-nested-by-dso.exp
11187 * gdb.base/gnu-ifunc.exp
11188 * gdb.base/hbreak-in-shr-unsupported.exp
11189 * gdb.base/hbreak-unmapped.exp
11190 * gdb.base/hook-stop.exp
11191 * gdb.base/infcall-input.exp
11192 * gdb.base/info-fun.exp
11193 * gdb.base/info-shared.exp
11194 * gdb.base/interrupt-noterm.exp
11195 * gdb.base/jit-so.exp
11196 * gdb.base/jit.exp
11197 * gdb.base/line-symtabs.exp
11198 * gdb.base/list.exp
11199 * gdb.base/longjmp.exp
11200 * gdb.base/macscp.exp
11201 * gdb.base/max-value-size.exp
11202 * gdb.base/nodebug.exp
11203 * gdb.base/nofield.exp
11204 * gdb.base/overlays.exp
11205 * gdb.base/paginate-after-ctrl-c-running.exp
11206 * gdb.base/paginate-bg-execution.exp
11207 * gdb.base/paginate-inferior-exit.exp
11208 * gdb.base/pending.exp
11209 * gdb.base/pr11022.exp
11210 * gdb.base/printcmds.exp
11211 * gdb.base/ptr-typedef.exp
11212 * gdb.base/ptype.exp
11213 * gdb.base/randomize.exp
11214 * gdb.base/range-stepping.exp
11215 * gdb.base/realname-expand.exp
11216 * gdb.base/relativedebug.exp
11217 * gdb.base/remote.exp
11218 * gdb.base/savedregs.exp
11219 * gdb.base/sepdebug.exp
11220 * gdb.base/set-noassign.exp
11221 * gdb.base/shlib-call.exp
11222 * gdb.base/shreloc.exp
11223 * gdb.base/sigaltstack.exp
11224 * gdb.base/sigbpt.exp
11225 * gdb.base/siginfo-addr.exp
11226 * gdb.base/siginfo-obj.exp
11227 * gdb.base/siginfo-thread.exp
11228 * gdb.base/signest.exp
11229 * gdb.base/signull.exp
11230 * gdb.base/sigrepeat.exp
11231 * gdb.base/skip.exp
11232 * gdb.base/so-impl-ld.exp
11233 * gdb.base/solib-corrupted.exp
11234 * gdb.base/solib-disc.exp
11235 * gdb.base/solib-display.exp
11236 * gdb.base/solib-overlap.exp
11237 * gdb.base/solib-search.exp
11238 * gdb.base/solib-symbol.exp
11239 * gdb.base/source-execution.exp
11240 * gdb.base/sss-bp-on-user-bp-2.exp
11241 * gdb.base/sss-bp-on-user-bp.exp
11242 * gdb.base/stack-checking.exp
11243 * gdb.base/stale-infcall.exp
11244 * gdb.base/step-break.exp
11245 * gdb.base/step-line.exp
11246 * gdb.base/step-over-exit.exp
11247 * gdb.base/step-test.exp
11248 * gdb.base/structs.exp
11249 * gdb.base/sym-file.exp
11250 * gdb.base/symtab-search-order.exp
11251 * gdb.base/term.exp
11252 * gdb.base/type-opaque.exp
11253 * gdb.base/unload.exp
11254 * gdb.base/until-nodebug.exp
11255 * gdb.base/until.exp
11256 * gdb.base/unwindonsignal.exp
11257 * gdb.base/watch-cond.exp
11258 * gdb.base/watch-non-mem.exp
11259 * gdb.base/watch_thread_num.exp
11260 * gdb.base/watchpoint-reuse-slot.exp
11261 * gdb.base/watchpoint-solib.exp
11262 * gdb.base/watchpoint.exp
11263 * gdb.btrace/dlopen.exp
11264 * gdb.cell/arch.exp
11265 * gdb.cell/break.exp
11266 * gdb.cell/bt.exp
11267 * gdb.cell/core.exp
11268 * gdb.cell/data.exp
11269 * gdb.cell/dwarfaddr.exp
11270 * gdb.cell/ea-cache.exp
11271 * gdb.cell/ea-standalone.exp
11272 * gdb.cell/ea-test.exp
11273 * gdb.cell/f-regs.exp
11274 * gdb.cell/fork.exp
11275 * gdb.cell/gcore.exp
11276 * gdb.cell/mem-access.exp
11277 * gdb.cell/ptype.exp
11278 * gdb.cell/registers.exp
11279 * gdb.cell/sizeof.exp
11280 * gdb.cell/solib-symbol.exp
11281 * gdb.cell/solib.exp
11282 * gdb.compile/compile-tls.exp
11283 * gdb.cp/exception.exp
11284 * gdb.cp/gdb2495.exp
11285 * gdb.cp/local.exp
11286 * gdb.cp/mb-inline.exp
11287 * gdb.cp/mb-templates.exp
11288 * gdb.cp/pr10687.exp
11289 * gdb.cp/pr9167.exp
11290 * gdb.cp/scope-err.exp
11291 * gdb.cp/templates.exp
11292 * gdb.cp/virtfunc.exp
11293 * gdb.dwarf2/dw2-dir-file-name.exp
11294 * gdb.dwarf2/dw2-single-line-discriminators.exp
11295 * gdb.fortran/complex.exp
11296 * gdb.fortran/library-module.exp
11297 * gdb.guile/guile.exp
11298 * gdb.guile/scm-cmd.exp
11299 * gdb.guile/scm-frame-inline.exp
11300 * gdb.guile/scm-objfile.exp
11301 * gdb.guile/scm-pretty-print.exp
11302 * gdb.guile/scm-symbol.exp
11303 * gdb.guile/scm-type.exp
11304 * gdb.guile/scm-value.exp
11305 * gdb.linespec/keywords.exp
11306 * gdb.linespec/ls-errs.exp
11307 * gdb.linespec/macro-relative.exp
11308 * gdb.linespec/thread.exp
11309 * gdb.mi/mi-breakpoint-changed.exp
11310 * gdb.mi/mi-dprintf-pending.exp
11311 * gdb.mi/mi-fullname-deleted.exp
11312 * gdb.mi/mi-logging.exp
11313 * gdb.mi/mi-pending.exp
11314 * gdb.mi/mi-solib.exp
11315 * gdb.mi/new-ui-mi-sync.exp
11316 * gdb.mi/user-selected-context-sync.exp
11317 * gdb.multi/dummy-frame-restore.exp
11318 * gdb.multi/multi-arch-exec.exp
11319 * gdb.multi/remove-inferiors.exp
11320 * gdb.multi/watchpoint-multi-exit.exp
11321 * gdb.opt/solib-intra-step.exp
11322 * gdb.perf/backtrace.exp
11323 * gdb.perf/single-step.exp
11324 * gdb.perf/skip-command.exp
11325 * gdb.perf/skip-prologue.exp
11326 * gdb.perf/solib.exp
11327 * gdb.python/lib-types.exp
11328 * gdb.python/py-as-string.exp
11329 * gdb.python/py-bad-printers.exp
11330 * gdb.python/py-block.exp
11331 * gdb.python/py-breakpoint.exp
11332 * gdb.python/py-cmd.exp
11333 * gdb.python/py-events.exp
11334 * gdb.python/py-evthreads.exp
11335 * gdb.python/py-finish-breakpoint.exp
11336 * gdb.python/py-finish-breakpoint2.exp
11337 * gdb.python/py-frame-inline.exp
11338 * gdb.python/py-frame.exp
11339 * gdb.python/py-inferior.exp
11340 * gdb.python/py-infthread.exp
11341 * gdb.python/py-mi.exp
11342 * gdb.python/py-objfile.exp
11343 * gdb.python/py-pp-maint.exp
11344 * gdb.python/py-pp-registration.exp
11345 * gdb.python/py-prettyprint.exp
11346 * gdb.python/py-recurse-unwind.exp
11347 * gdb.python/py-shared.exp
11348 * gdb.python/py-symbol.exp
11349 * gdb.python/py-symtab.exp
11350 * gdb.python/py-template.exp
11351 * gdb.python/py-type.exp
11352 * gdb.python/py-unwind-maint.exp
11353 * gdb.python/py-unwind.exp
11354 * gdb.python/py-value.exp
11355 * gdb.python/python.exp
11356 * gdb.reverse/finish-reverse-bkpt.exp
11357 * gdb.reverse/insn-reverse.exp
11358 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11359 * gdb.reverse/solib-precsave.exp
11360 * gdb.reverse/solib-reverse.exp
11361 * gdb.stabs/gdb11479.exp
11362 * gdb.stabs/weird.exp
11363 * gdb.threads/fork-child-threads.exp
11364 * gdb.threads/fork-plus-threads.exp
11365 * gdb.threads/fork-thread-pending.exp
11366 * gdb.threads/forking-threads-plus-breakpoint.exp
11367 * gdb.threads/hand-call-in-threads.exp
11368 * gdb.threads/interrupted-hand-call.exp
11369 * gdb.threads/linux-dp.exp
11370 * gdb.threads/local-watch-wrong-thread.exp
11371 * gdb.threads/next-while-other-thread-longjmps.exp
11372 * gdb.threads/non-ldr-exit.exp
11373 * gdb.threads/pending-step.exp
11374 * gdb.threads/print-threads.exp
11375 * gdb.threads/process-dies-while-detaching.exp
11376 * gdb.threads/process-dies-while-handling-bp.exp
11377 * gdb.threads/pthreads.exp
11378 * gdb.threads/queue-signal.exp
11379 * gdb.threads/reconnect-signal.exp
11380 * gdb.threads/signal-command-handle-nopass.exp
11381 * gdb.threads/signal-command-multiple-signals-pending.exp
11382 * gdb.threads/signal-delivered-right-thread.exp
11383 * gdb.threads/signal-sigtrap.exp
11384 * gdb.threads/sigthread.exp
11385 * gdb.threads/staticthreads.exp
11386 * gdb.threads/stepi-random-signal.exp
11387 * gdb.threads/thread-unwindonsignal.exp
11388 * gdb.threads/thread_check.exp
11389 * gdb.threads/thread_events.exp
11390 * gdb.threads/tid-reuse.exp
11391 * gdb.threads/tls-nodebug.exp
11392 * gdb.threads/tls-shared.exp
11393 * gdb.threads/tls-so_extern.exp
11394 * gdb.threads/tls.exp
11395 * gdb.threads/wp-replication.exp
11396 * gdb.trace/actions-changed.exp
11397 * gdb.trace/actions.exp
11398 * gdb.trace/backtrace.exp
11399 * gdb.trace/change-loc.exp
11400 * gdb.trace/collection.exp
11401 * gdb.trace/deltrace.exp
11402 * gdb.trace/disconnected-tracing.exp
11403 * gdb.trace/entry-values.exp
11404 * gdb.trace/ftrace-lock.exp
11405 * gdb.trace/ftrace.exp
11406 * gdb.trace/infotrace.exp
11407 * gdb.trace/mi-trace-frame-collected.exp
11408 * gdb.trace/mi-trace-unavailable.exp
11409 * gdb.trace/mi-traceframe-changed.exp
11410 * gdb.trace/mi-tracepoint-changed.exp
11411 * gdb.trace/mi-tsv-changed.exp
11412 * gdb.trace/no-attach-trace.exp
11413 * gdb.trace/packetlen.exp
11414 * gdb.trace/passc-dyn.exp
11415 * gdb.trace/passcount.exp
11416 * gdb.trace/pending.exp
11417 * gdb.trace/pr16508.exp
11418 * gdb.trace/qtro.exp
11419 * gdb.trace/range-stepping.exp
11420 * gdb.trace/read-memory.exp
11421 * gdb.trace/report.exp
11422 * gdb.trace/save-trace.exp
11423 * gdb.trace/signal.exp
11424 * gdb.trace/stap-trace.exp
11425 * gdb.trace/status-stop.exp
11426 * gdb.trace/strace.exp
11427 * gdb.trace/tfile.exp
11428 * gdb.trace/tfind.exp
11429 * gdb.trace/trace-break.exp
11430 * gdb.trace/trace-condition.exp
11431 * gdb.trace/trace-enable-disable.exp
11432 * gdb.trace/trace-mt.exp
11433 * gdb.trace/tracecmd.exp
11434 * gdb.trace/tracefile-pseudo-reg.exp
11435 * gdb.trace/tspeed.exp
11436 * gdb.trace/tstatus.exp
11437 * gdb.trace/tsv.exp
11438 * gdb.trace/unavailable.exp
11439 * gdb.trace/while-dyn.exp
11440 * gdb.trace/while-stepping.exp
11441 * lib/gdb-guile.exp
11442 * lib/gdb.exp
11443 * lib/mi-support.exp
11444 * lib/pascal.exp
11445 * lib/perftest.exp
11446 * lib/prelink-support.exp
11447 * lib/selftest-support.exp
11448
11449 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11450
11451 * Makefile.in: Include disable-implicit-rules.mk.
11452
11453 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11456 non-byte-aligned bit fields.
11457
11458 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 PR gdb/12616
11461 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11462 respects the DW_AT_data_bit_offset attribute.
11463
11464 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11465
11466 * gdb.base/default.exp: Fix output of "set language".
11467
11468 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11469
11470 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11471 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11472 make.
11473 * configure.ac: Remove checks for the make program.
11474 * configure: Re-generate.
11475
11476 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11477
11478 * gdb.python/py-recurse-unwind.c (main): Add loop.
11479 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11480 to read_register() and gdb.parse_and_eval(). Make each code
11481 call a separate case that can be individually tested.
11482 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11483 proc. Call cont_and_backtrace for each of the code paths that
11484 we want to test in the unwinder.
11485
11486 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11489 the definition of struct S.
11490
11491 2016-11-11 Catherine Moore <clm@codesourcery.com>
11492
11493 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11494
11495 2016-11-09 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/commands.exp (runto_or_return): New procedure.
11498 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11499 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11500 (progvar_simple_while_test, progvar_complex_if_while_test)
11501 (if_while_breakpoint_command_test)
11502 (infrun_breakpoint_command_test, breakpoint_command_test)
11503 (user_defined_command_test, watchpoint_command_test)
11504 (test_command_prompt_position, redefine_hook_test)
11505 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11506 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11507 multi_line_input and multi_line. Remove gdb_expect and
11508 gdb_stop_suppressing_tests uses.
11509 * lib/gdb.exp (valnum_re): New global.
11510 (multi_line_input): New procedure.
11511
11512 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11513
11514 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11515 Remove.
11516 (test_setup): Define with proc_with_prefix.
11517 (test_cli_inferior): Likewise.
11518 (test_cli_thread): Likewise.
11519 (test_cli_frame): Likewise.
11520 (test_cli_select_frame): Likewise.
11521 (test_cli_up_down): Likewise.
11522 (test_mi_thread_select): Likewise.
11523 (test_mi_stack_select_frame): Likewise.
11524 (test_cli_in_mi_inferior): Likewise.
11525 (test_cli_in_mi_thread): Likewise.
11526 (test_cli_in_mi_frame): Likewise.
11527 (top level): Do not use with_test_prefix_procname.
11528
11529 2016-11-09 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/commands.exp (gdbvar_simple_if_test)
11532 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11533 (progvar_simple_if_test, progvar_simple_while_test)
11534 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11535 (infrun_breakpoint_command_test, breakpoint_command_test)
11536 (user_defined_command_test, watchpoint_command_test)
11537 (test_command_prompt_position, deprecated_command_test)
11538 (bp_deleted_in_command, temporary_breakpoint_commands)
11539 (stray_arg0_test, source_file_with_indented_comment)
11540 (recursive_source_test, if_commands_test)
11541 (error_clears_commands_left, redefine_hook_test)
11542 (redefine_backtrace_test): Use proc_with_prefix.
11543 * lib/gdb.exp (proc_with_prefix): New proc.
11544
11545 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11546
11547 * gdb.base/tui-layout.c: New file.
11548 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11549 disassembly window contains very long lines.
11550
11551 2016-11-08 Tom Tromey <tom@tromey.com>
11552
11553 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11554 depend on Python 2.
11555
11556 2016-11-08 Tom Tromey <tom@tromey.com>
11557
11558 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11559 New method.
11560
11561 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11562
11563 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11564
11565 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11566
11567 * gdb.rust/simple.rs: Add test for univariant enums without
11568 discriminants and for encoded struct-like enums.
11569
11570 2016-10-28 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11573 gdb_test_multiple, tighten regexps and match symtabs and line
11574 tables incrementally.
11575
11576 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11577
11578 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11579 general.
11580
11581 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11582
11583 * gdb.base/exec-invalid-sysroot.exp: New file.
11584
11585 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11588
11589 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11592
11593 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11594
11595 * gdb.base/killed-outside.exp: Remove $options from a call to
11596 `prepare_for_testing'.
11597
11598 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11601 Change test message.
11602
11603 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11606 Update comment.
11607
11608 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11609
11610 * gdb.trace/mi-trace-save.exp: New file.
11611
11612 2016-10-13 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.base/code_elim.exp (get_var_address): Remove.
11615 * gdb.base/relocate.exp: Likewise.
11616 * gdb.base/shreloc.exp: Likewise.
11617 * lib/gdb.exp (get_var_address): New.
11618
11619 2016-10-13 Yao Qi <yao.qi@linaro.org>
11620
11621 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11622 floating point tests if $skip_float_test is false.
11623
11624 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11625
11626 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11627 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11628 argc values.
11629 Add 1 to argc so we guarantee distinct initial/modified argc values.
11630
11631 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11632
11633 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11634
11635 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11638 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11639 * gdb.arch/vsx-regs.exp: Likewise.
11640
11641 2016-10-07 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11644
11645 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11646
11647 * gdb.python/python.exp: Test decode_line("*0").
11648
11649 2016-10-06 Doug Evans <dje@google.com>
11650
11651 * gdb.python/py-value.exp (test_value_creation): Add test for large
11652 unsigned 64-bit value.
11653
11654 2016-10-06 Tom Tromey <tom@tromey.com>
11655
11656 * gdb.compile/compile.exp: Change java tests to rust.
11657 * gdb.base/setshow.exp: Change java tests to rust.
11658 * gdb.base/default.exp: Remove java from language list.
11659 * README (Examples): Update language example.
11660 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11661 test.
11662 * lib/gdb.exp (skip_java_tests): Remove.
11663 * lib/java.exp: Remove.
11664 * gdb.java: Remove.
11665
11666 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11667
11668 * gdb.arch/mips-fcr.exp: New test.
11669 * gdb.arch/mips-fcr.c: Source for the new test.
11670
11671 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11672
11673 * gdb.base/solib-disc.exp: Use `standard_output_file'
11674 throughout.
11675
11676 2016-10-06 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.base/jit-simple-dl.c: New file.
11679 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11680 * gdb.base/jit-simple.c: ... this.
11681 * gdb.base/jit-simple.exp (jit_run): Delete.
11682 (build_jit): New proc.
11683 (jit_test_reread): Recompile either the main program or the shared
11684 library, depending on what is being tested. Skip changing address
11685 if caller wants to. Compare before/after addresses. If testing
11686 standalone, explicitly load the binary. Test "maint info
11687 breakpoints".
11688 (top level): Add "standalone vs shared lib" and "change address"
11689 vs "same address" axes.
11690
11691 2016-10-06 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11694 call.
11695 (jit_run): Delete.
11696 (jit_test_reread): Use with_test_prefix. Reload the main binary
11697 explicitly. Compare the before/after addresses of the JIT
11698 descriptor.
11699
11700 2016-08-15 Doug Evans <dje@google.com>
11701
11702 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11703 for single bitfields is bool.
11704 * gdb.xml/tdesc-regs.exp: Ditto.
11705
11706 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11709
11710 2016-10-05 Yao Qi <yao.qi@linaro.org>
11711
11712 * lib/gdb.exp (support_complex_tests): Return zero if
11713 gdb_skip_float_test return true.
11714
11715 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11716 Simon Marchi <simon.marchi@ericsson.com>
11717
11718 PR gdb/20487
11719 * gdb.mi/user-selected-context-sync.exp: New file.
11720 * gdb.mi/user-selected-context-sync.c: New file.
11721
11722 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11723 Simon Marchi <simon.marchi@ericsson.com>
11724
11725 PR gdb/20487
11726 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11727 =thread-select-event check.
11728
11729 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11730
11731 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11732 the compulsory L operand changes.
11733 * gdb.arch/powerpc-power.s: Likewise.
11734
11735 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11738 * gdb.base/jit-attach-pie.c: New file.
11739 * gdb.base/jit-attach-pie.exp: New file.
11740
11741 2016-09-28 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.base/infcall-input.c: New file.
11744 * gdb.base/infcall-input.exp: New file.
11745
11746 2016-09-22 Yao Qi <yao.qi@linaro.org>
11747
11748 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11749 (gdb_exit): Rename it to ...
11750 (gdbserver_gdb_exit): ... Close GDBserver.
11751 (gdb_exit): New proc, call gdbserver_gdb_exit.
11752 (mi_gdb_exit): Likewise.
11753
11754 2016-09-22 Yao Qi <yao.qi@linaro.org>
11755
11756 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11757 path.
11758 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11759 Remove duplication.
11760
11761 2016-09-22 Yao Qi <yao.qi@linaro.org>
11762
11763 * lib/gdbserver-support.exp: Check the existence of
11764 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11765
11766 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11767
11768 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11769
11770 2016-09-21 Tom Tromey <tom@tromey.com>
11771
11772 PR gdb/20604:
11773 * gdb.base/quit.exp: New file.
11774
11775 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * .gitignore: New file.
11778
11779 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11780
11781 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11782 throughout.
11783
11784 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11785
11786 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11787
11788 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11789
11790 * gdb.cp/casts.cc (decltype): Move it ...
11791 (main): ... with its call to ...
11792 * gdb.cp/casts03.cc: ... a new file.
11793 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11794
11795 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11798
11799 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11800
11801 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11802 and sync up the test with tests in gas/testsuite/gas/ppc.
11803 * gdb.arch/powerpc-power.exp: Likewise.
11804
11805 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11808
11809 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11810 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11813 make m1's definition to be different from m2's. Use 'dummy' as an
11814 argument for probe 'two'.
11815
11816 2016-09-10 Jon Beniston <jon@beniston.com>
11817
11818 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11819 for sim target.
11820
11821 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11822
11823 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11824 variable declaration.
11825 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11826 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11827 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11828 received HWCAP as its argument.
11829
11830 2016-09-06 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.base/new-ui-pending-input.c: New file.
11833 * gdb.base/new-ui-pending-input.exp: New file.
11834 * gdb.exp (clear_gdb_spawn_id): New procedure.
11835 (with_spawn_id): Check whether gdb_spawn_id exists before
11836 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11837 on exit.
11838
11839 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11840
11841 * gdb.base/float128.c: New file.
11842 * gdb.base/float128.exp: Likewise.
11843 * gdb.base/floatn.c: Likewise.
11844 * gdb.base/floatn.exp: Likewise.
11845
11846 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11847
11848 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11849
11850 2016-09-05 Pedro Alves <palves@redhat.com>
11851
11852 PR backtrace/19927
11853 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11854 unwinders are immediately called as side effect of "source" or
11855 "disable unwinder" commands.
11856 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11857
11858 2016-09-02 Yao Qi <yao.qi@linaro.org>
11859
11860 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11861 is true and $type is "float" or "double".
11862
11863 2016-09-02 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11866 true.
11867 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11868 * gdb.base/call-rt-st.exp: Likewise.
11869 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11870 return value instead of gdb,skip_float_test.
11871 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11872 (do_function_calls): Use its return value instead of
11873 gdb,skip_float_test.
11874 * gdb.base/finish.exp: Likewise.
11875 * gdb.base/funcargs.exp: Likewise.
11876 * gdb.base/return.exp: Likewise.
11877 * gdb.base/return2.exp: Likewise.
11878 * gdb.base/varargs.exp: Likewise.
11879 * lib/gdb.exp (gdb_skip_float_test): Change it to
11880 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11881
11882 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.multi/tids.exp: Test "thread apply all".
11885
11886 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 * gdb.base/default.exp (tty): Remove.
11889
11890 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11891
11892 * gdb.python/py-recurse-unwind.c: New file.
11893 * gdb.python/py-recurse-unwind.py: New file.
11894 * gdb.python/py-recurse-unwind.exp: New file.
11895
11896 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11897
11898 * gdb.base/set-inferior-tty.exp: New file.
11899 * gdb.base/set-inferior-tty.c: New file.
11900
11901 2016-08-23 Pedro Alves <palves@redhat.com>
11902
11903 PR gdb/20494
11904 * gdb.base/new-ui-echo.c: New file.
11905 * gdb.base/new-ui-echo.exp: New file.
11906
11907 2016-08-23 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11910 gdbserver_spawn.
11911 * gdb.server/connect-without-multi-process.exp (do_test):
11912 Likewise.
11913
11914 2016-08-23 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11917 standalone_txt. Delete gdb_txt and standalone_txt on host
11918 and target. Spawn the binary on target. Copy files from
11919 target to host.
11920
11921 2016-08-22 Pedro Alves <palves@redhat.com>
11922
11923 PR gdb/20505
11924 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11925 with_test_prefix. Factor out bits to ...
11926 (test_no_vdso): ... this new procedure.
11927
11928 2016-08-19 Carl Love <cel@us.ibm.com>
11929
11930 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11931 maintaining separate logic for constructing the output path.
11932 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11933 * gdb.arch/ppc-dfp.exp: Likewise.
11934 * gdb.arch/ppc-fp.exp: Likewise.
11935 * gdb.arch/vsx-regs.exp: Likewise.
11936 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11937 binprefix for generating the additional binary files.
11938
11939 2016-08-19 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.trace/mi-trace-frame-collected.exp
11942 (test_trace_frame_collected): On x32, expect two registers.
11943
11944 2016-08-18 Carl Love <cel@us.ibm.com>
11945
11946 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11947 and sync up the test with tests in gas/testsuite/gas/ppc.
11948 * gdb.arch/powerpc-power.exp: Likewise.
11949
11950 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11951
11952 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11953 expected error message.
11954
11955 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11956
11957 * gdb.multi/remove-inferiors.exp: New file.
11958 * gdb.multi/remove-inferiors.c: New file.
11959
11960 2016-08-12 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11963 argument list.
11964
11965 2016-08-10 Pedro Alves <palves@redhat.com>
11966
11967 PR gdb/19187
11968 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11969 setup_kfails.
11970
11971 2016-08-09 Pedro Alves <palves@redhat.com>
11972 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 PR gdb/20418
11975 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11976 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11977
11978 2016-08-09 Pedro Alves <palves@redhat.com>
11979
11980 PR mi/20431
11981 * gdb.mi/mi-cmd-error.exp: New file.
11982
11983 2016-08-09 Pedro Alves <palves@redhat.com>
11984
11985 PR gdb/18653
11986 * gdb.base/signals-state-child.c: New file.
11987 * gdb.base/signals-state-child.exp: New file.
11988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11989
11990 2016-08-09 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11993
11994 2016-08-03 Tom Tromey <tom@tromey.com>
11995
11996 PR python/18565:
11997 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11998
11999 2016-08-01 Yao Qi <yao.qi@linaro.org>
12000
12001 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12002 variable mode to "multi-process" if $multi_process is 1, otherwise
12003 set it to "single-process".
12004
12005 2016-08-01 Yao Qi <yao.qi@linaro.org>
12006
12007 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12008 * gdb.cp/cpexprs.exp: Likewise.
12009 * gdb.cp/m-static.exp: Likewise.
12010
12011 2016-07-26 Tom Tromey <tom@tromey.com>
12012
12013 PR python/20190:
12014 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12015 test.
12016
12017 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12018
12019 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12020 selecting assembly source files.
12021 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12022 assembly source files.
12023 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12024 assembly source files.
12025 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12026 selecting assembly source files.
12027
12028 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12029
12030 * gdb.base/new-ui.exp (do_test_invalid_args): New
12031 procedure.
12032
12033 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12034
12035 * gdb.btrace/reconnect.c: New file.
12036 * gdb.btrace/reconnect.exp: New file.
12037
12038 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12039
12040 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12041 to test_catch_syscall_group.
12042 (test_catch_syscall_group): New.
12043
12044 2016-07-21 Tom Tromey <tom@tromey.com>
12045
12046 * gdb.rust/simple.rs (main): Use empty struct expression.
12047 * gdb.rust/simple.exp: Add tests for empty struct expression.
12048
12049 2016-07-21 Yao Qi <yao.qi@linaro.org>
12050
12051 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12052 if gdb_skip_xml_test is true on some targets.
12053
12054 2016-07-21 Yao Qi <yao.qi@linaro.org>
12055
12056 * gdb.server/solib-list.exp: Unset last_loaded_file.
12057
12058 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12061 "step into captured_main (args)".
12062
12063 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12066
12067 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12068
12069 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12070
12071 2016-07-19 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12074 * gdb.opt/inline-bt.exp: Likewise.
12075 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12076 additional_flags=-Winline.
12077 * gdb.opt/inline-locals.exp: Likewise.
12078 * gdb.opt/inline-markers.c (ATTR): Define.
12079 (inlined_fn): Use it.
12080
12081 2016-07-19 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12084 (test_with_self): Remove some code. Remove argument executable.
12085 (top-level): Use do_self_tests.
12086
12087 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12088 Don Breazeal <donb@codesourcery.com>
12089
12090 * gdb.base/maint.exp: Escape paths used in regular expressions.
12091 * gdb.stabs/weird.exp: Likewise.
12092
12093 2016-07-13 Tom Tromey <tom@tromey.com>
12094
12095 PR python/15620, PR python/18620:
12096 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12097 (test_bkpt_events): New procs.
12098
12099 2016-07-13 Tom Tromey <tom@tromey.com>
12100
12101 PR python/17698:
12102 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12103 test.
12104 (test_watchpoints): Likewise.
12105 (test_bkpt_pending): New proc.
12106
12107 2016-07-13 Tom Tromey <tom@tromey.com>
12108
12109 PR cli/18053:
12110 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12111 completion test.
12112
12113 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12116 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12117 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12118 f_label.
12119 (g): Rename g_end_lbl to g_label.
12120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12121 low_pc and high_pc.
12122 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12123
12124 2016-07-12 Tom Tromey <tom@tromey.com>
12125
12126 PR python/19293:
12127 * gdb.python/py-unwind-maint.exp: Update tests.
12128
12129 2016-07-12 Yao Qi <yao.qi@linaro.org>
12130
12131 * lib/selftest-support.exp (selftest_setup): Match the output
12132 when captured_main is inlined.
12133
12134 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12135
12136 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12137 New variables.
12138 (print this%a, print this%b, print this): New tests.
12139 * gdb.fortran/derived-types.f90 (this): New object and
12140 initialization.
12141
12142 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 * gdb.ada/arraydim.exp: Remove extra directory level in build
12145 directory.
12146
12147 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * lib/ada.exp: Remove extra directory level in build directory.
12150 * gdb.ada/cond_lang.exp: Likewise.
12151 * gdb.ada/exec_changed.exp: Likewise.
12152 * gdb.ada/lang_switch.exp: Likewise.
12153
12154 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12155
12156 * simple.rs: Add test for raw pointer subscripting.
12157 * simple.exp: Add test expectations.
12158
12159 2016-07-05 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.mi/mi-reverse.exp: Match =record-started output.
12162
12163 2016-07-01 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12166 procedure.
12167 (jit_reader_test): Test the jit reader's unwinder.
12168 * gdb.base/jithost.c (jit_function_00_code): New global.
12169 (main): Use memcpy to fill in the mmapped code, instead of poking
12170 bytes manually here.
12171 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12172 value.
12173 (read_debug_info): Save the function's range.
12174 (read_sp): New function.
12175 (unwind_frame): Use it. Also unwind RBP.
12176 (get_frame_id): Use read_sp.
12177 (gdb_init_reader): Use calloc instead of malloc.
12178 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12179 parameter. Use gdb_test_multiple.
12180
12181 2016-07-01 Pedro Alves <palves@redhat.com>
12182 Antoine Tremblay <antoine.tremblay@ericsson.com>
12183
12184 * gdb.threads/process-dies-while-detaching.c: New file.
12185 * gdb.threads/process-dies-while-detaching.exp: New file.
12186
12187 2016-07-01 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.multi/watchpoint-multi-exit.c: New file.
12190 * gdb.multi/watchpoint-multi-exit.exp: New file.
12191
12192 2016-06-30 Pedro Alves <palves@redhat.com>
12193
12194 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12195 unset inferior_spawn_id.
12196
12197 2016-06-30 Pedro Alves <palves@redhat.com>
12198
12199 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12200 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12201
12202 2016-06-29 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.base/return.c: Add copyright header.
12205
12206 2016-06-29 Tom Tromey <tom@tromey.com>
12207
12208 PR python/20129:
12209 * gdb.python/py-framefilter.exp: Add tests for setting priority
12210 and disabling of non-existent frame filter.
12211
12212 2016-06-29 Yao Qi <yao.qi@linaro.org>
12213
12214 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12215 0x0f07ff.
12216
12217 2016-06-28 Yao Qi <yao.qi@linaro.org>
12218
12219 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12220 triplets. Start gdb, execute catch syscall, and continue. Check
12221 gdb's output to determine catch syscall is supported.
12222
12223 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12224
12225 * gdb.rust/simple.rs: Add test for returning unit in a function.
12226 * gdb.rust/simple.exp: Add expectation for functions returning
12227 unit.
12228
12229 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12230
12231 * gdb.python/py-breakpoint-create-fail.c,
12232 gdb.python/py-breakpoint-create-fail.exp,
12233 gdb.python/py-breakpoint-create-fail.py: New testcase.
12234
12235 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12236
12237 PR gdb/20239
12238 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12239 * gdb.rust/simple.exp: Add test expectations for new NonZero
12240 tests.
12241
12242 2016-06-24 David Taylor <dtaylor@emc.com>
12243
12244 * gdb.base/offsets.exp: New file.
12245 * gdb.base/offsets.c: New file.
12246
12247 2016-06-23 Tom Tromey <tom@tromey.com>
12248
12249 PR gdb/16483:
12250 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12251 before any filters are loaded.
12252
12253 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12254
12255 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12256 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12257 structs.
12258 * gdb.fortran/derived-type-function.exp: New file.
12259 * gdb.fortran/derived-type-function.f90: New file.
12260
12261
12262 2016-06-21 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/new-ui.exp: New file.
12265 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12266 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12267 (with_spawn_id): New procedure.
12268
12269 2016-06-21 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.mi/mi-exec-run.exp: New file.
12272
12273 2016-06-21 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12276 breakpoint command's output on the main UI.
12277 (test_break): New procedure, factored out from calls in the top
12278 level.
12279 (top level): Use foreach_with_prefix to test MI as main UI and as
12280 separate UI.
12281
12282 2016-06-21 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12285 (test_awatch_creation_and_listing)
12286 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12287 Remove 'type' parameter.
12288 (test_watchpoint_all): New parameter mi_mode. Remove
12289 with_test_prefix.
12290 (top level): Use foreach_with_prefix, and add main/separate UI MI
12291 testing axis.
12292
12293 2016-06-21 Pedro Alves <palves@redhat.com>
12294
12295 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12296 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12297 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12298 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12299 (gdb_main_spawn_id, mi_spawn_id): Declare and
12300 comment.
12301 (mi_create_inferior_pty): New procedure,
12302 factored out from default_mi_gdb_start.
12303 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12304 procedures.
12305 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12306 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12307 Use mi_create_inferior_pty.
12308 (mi_gdb_start): Use eval to pass down args list.
12309
12310 2016-06-21 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12313 * gdb.opt/inline-cmds.exp: Add MI tests.
12314
12315 2016-06-21 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12318
12319 2016-06-21 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12322 (top level): Use it instead of mi_execute_to.
12323
12324 2016-06-21 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12327 (cont_handler_str): New.
12328 (signal_stop_handler): Set stop_handler_str instead of printing to
12329 stdout.
12330 (continue_handler): Set cont_handler_str instead of printing to
12331 stdout.
12332 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12333 mi_send_resuming_command. Print stop_handler_str and
12334 cont_handler_str instead of expecting the python events print
12335 directly.
12336
12337 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12338
12339 * gdb.base/jit-reader.exp: New file.
12340 * gdb.base/jithost.c: New file.
12341 * gdb.base/jithost.h: New file.
12342 * gdb.base/jitreader.c : New file.
12343 * gdb.base/jit-protocol.h: New file.
12344
12345 2016-06-17 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12348 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12349 and detach-on-fork. Adjust tests.
12350 (top level): Invoke break_cond_on_syscall with combinations of
12351 syscall, follow-fork-mode and detach-on-fork.
12352
12353 2016-06-17 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/step-over-exit.c: New.
12356 * gdb.base/step-over-exit.exp: New.
12357
12358 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12359
12360 * gdb.base/float.exp: Add target check for nds32*-*-*.
12361 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12362
12363 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12364
12365 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12366 for unsupported target features.
12367 * gdb.base/call-rt-st.exp: Likewise.
12368 * gdb.base/call-sc.exp: Likewise.
12369 * gdb.base/call-signal-resume.exp: Likewise.
12370 * gdb.base/call-strs.exp: Likewise.
12371 * gdb.base/callexit.exp: Likewise.
12372 * gdb.base/callfuncs.exp: Likewise.
12373 * gdb.base/nodebug.exp: Likewise.
12374 * gdb.base/printcmds.exp: Likewise.
12375 * gdb.base/ptype.exp: Likewise.
12376 * gdb.base/structs.exp: Likewise.
12377 * gdb.base/unwindonsignal.exp: Likewise.
12378 * gdb.cp/gdb2495.exp: Likewise.
12379 * gdb.cp/templates.exp: Likewise.
12380 * gdb.cp/virtfunc.exp: Likewise.
12381 * gdb.threads/hand-call-in-threads.exp: Likewise.
12382 * gdb.threads/interrupted-hand-call.exp: Likewise.
12383 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12384
12385 2016-06-10 Tom Tromey <tom@tromey.com>
12386
12387 PR rust/20110:
12388 * gdb.rust/expr.exp: Add test for integer constant larger than
12389 i32.
12390
12391 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12392
12393 * gdb.fortran/nested-funcs.exp: New.
12394 * gdb.fortran/nested-funcs.f90: New.
12395
12396 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12397
12398 * gdb.base/examine-backward.c: New file.
12399 * gdb.base/examine-backward.exp: New file.
12400
12401 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12402
12403 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12404 matching.
12405
12406 2016-06-02 Tom Tromey <tom@tromey.com>
12407
12408 PR python/18984:
12409 * gdb.python/py-shared.exp: Add solib_name test.
12410
12411 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12412
12413 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12414
12415 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12416
12417 PR c++/19893
12418 * gdb.dwarf2/implref.exp: Rename to...
12419 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12420 * gdb.dwarf2/implref-array.c: New file.
12421 * gdb.dwarf2/implref-array.exp: Likewise.
12422 * gdb.dwarf2/implref-global.c: Likewise.
12423 * gdb.dwarf2/implref-global.exp: Likewise.
12424 * gdb.dwarf2/implref-struct.c: Likewise.
12425 * gdb.dwarf2/implref-struct.exp: Likewise.
12426
12427 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12428
12429 * gdb.trace/trace-condition.exp: Add 64bit tests.
12430
12431 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12432
12433 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12434 bits types.
12435 (main): Adapt to 8 to 64 bits types.
12436 * gdb.trace/trace-condition.exp: Add new tests.
12437
12438 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12439
12440 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12441
12442 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12443
12444 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12445 Move condition tests...
12446 * gdb.trace/trace-condition.exp: Here.
12447
12448 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12449
12450 * gdb.trace/trace-condition.exp: Add counter-case tests.
12451
12452 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 PR c++/15231
12455 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12456 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12457
12458 2016-05-27 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12461 New procedure.
12462 (top level): Call it, and bail out of DejaGnu is known to be bad.
12463
12464 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12465
12466 * gdb.base/whatis.c: Extend the test case.
12467 * gdb.base/whatis.exp: Add additional tests.
12468
12469 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12470
12471 * gdb.fortran/type.f90: Add pointer variable.
12472 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12473
12474 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12475
12476 * gdb.fortran/vla-type.exp: Fix testcase name.
12477
12478 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12479
12480 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12481
12482 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12483
12484 * gdb.fortran/type.f90: Add nested structures.
12485 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12486 * gdb.fortran/derived-type.exp: Adapt expected output.
12487 * gdb.fortran/vla-type.exp: Adapt expected output.
12488
12489 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12490
12491 * gdb.fortran/whatis_type.exp: Adapt expected output.
12492
12493 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12494
12495 * gdb.fortran/print_type.exp: Fix expected output.
12496 * gdb.fortran/whatis_type.exp: Fix expected output.
12497
12498 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12499
12500 * gdb.fortran/whatis_type.exp: Use multi_line.
12501
12502 2016-05-24 Tom Tromey <tom@tromey.com>
12503
12504 PR python/17386:
12505 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12506 use value as an index.
12507
12508 2016-05-23 Tom Tromey <tom@tromey.com>
12509
12510 PR python/17981:
12511 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12512 no-breakpoint case.
12513
12514 2016-05-24 Pedro Alves <palves@redhat.com>
12515
12516 PR gdb/19828
12517 * gdb.threads/clone-attach-detach.c: New file.
12518 * gdb.threads/clone-attach-detach.exp: New file.
12519
12520 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12521
12522 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12523
12524 2016-05-23 Tom Tromey <tom@tromey.com>
12525
12526 PR python/19438, PR python/18393:
12527 * gdb.python/py-progspace.exp: Add "dir" test.
12528 * gdb.python/py-objfile.exp: Add "dir" test.
12529
12530 2016-05-23 Yao Qi <yao.qi@linaro.org>
12531
12532 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12533 * gdb.arch/thumb2-it.exp: Likewise.
12534
12535 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12536
12537 * gdb.mi/mi-threads-interrupt.c: New file.
12538 * gdb.mi/mi-threads-interrupt.exp: New file.
12539
12540 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 PR gdb/18077
12543 * gdb.mi/mi-async-run.exp: New file.
12544 * gdb.mi/mi-async-run.c: New file.
12545
12546 2016-05-17 Tom Tromey <tom@tromey.com>
12547 Manish Goregaokar <manishsmail@gmail.com>
12548
12549 * lib/rust-support.exp: New file.
12550 * lib/gdb.exp (skip_rust_tests): New proc.
12551 (build_executable_from_specs): Handle rust.
12552 * lib/future.exp (gdb_find_rustc): New proc.
12553 (gdb_default_target_compile): Handle rust.
12554 * gdb.rust/expr.exp: New file.
12555 * gdb.rust/generics.exp: New file.
12556 * gdb.rust/generics.rs: New file.
12557 * gdb.rust/methods.exp: New file.
12558 * gdb.rust/methods.rs: New file.
12559 * gdb.rust/modules.exp: New file.
12560 * gdb.rust/modules.rs: New file.
12561 * gdb.rust/simple.exp: New file.
12562 * gdb.rust/simple.rs: New file.
12563
12564 2016-05-17 Tom Tromey <tom@tromey.com>
12565
12566 * gdb.base/default.exp (set language): Add rust.
12567
12568 2016-05-17 Tom Tromey <tom@tromey.com>
12569
12570 * gdb.gdb/unittest.exp: New file.
12571
12572 2016-05-16 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12575 shell_prompt. Update shell_prompt_re.
12576
12577 2016-05-12 Doug Evans <dje@google.com>
12578
12579 PR symtab/19999
12580 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12581 $options when building executable.
12582 * gdb.dwarf2/fission-loclists-pie.S: New file.
12583 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12584
12585 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12588 of [is_remote target],
12589
12590 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12591
12592 * lib/gdb.exp (use_gdb_stub): New procedure.
12593
12594 2016-05-03 Yunlian Jiang <yunlian@google.com>
12595 Doug Evans <dje@google.com>
12596
12597 PR symtab/19914
12598 * gdb.dwarf2/dwp-sepdebug.c: New file.
12599 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12600
12601 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12602
12603 * gdb.base/detach.exp: Remove is_remote check.
12604
12605 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.base/annota-input-while-running.exp: Don't check for
12608 [is_remote target]. Enable annotations after running to main.
12609 Remove unused "set test..." line.
12610
12611 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * gdb.trace/trace-enable-disable.exp: New file.
12614 * gdb.trace/trace-enable-disable.c: New file.
12615
12616 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12617
12618 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12619 use it in info sharedlibrary test.
12620 * gdb.trace/ftrace-lock.exp: Likewise.
12621 * gdb.trace/ftrace.exp: Likewise.
12622 * gdb.trace/range-stepping.exp: Likewise.
12623 * gdb.trace/trace-break.exp: Likewise.
12624 * gdb.trace/trace-condition.exp: Likewise.
12625 * gdb.trace/trace-mt.exp: Likewise.
12626
12627 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12628
12629 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12630 (gdb_load_shlib): ... this.
12631 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12632 gdb_load_shlib.
12633 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12634 * gdb.base/ctxobj.exp: Likewise.
12635 * gdb.base/dprintf-pending.exp: Likewise.
12636 * gdb.base/dso2dso.exp: Likewise.
12637 * gdb.base/fixsection.exp: Likewise.
12638 * gdb.base/gcore-relro.exp: Likewise.
12639 * gdb.base/gdb1555.exp: Likewise.
12640 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12641 * gdb.base/gnu-ifunc.exp: Likewise.
12642 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12643 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12644 * gdb.base/pending.exp: Likewise.
12645 * gdb.base/print-file-var.exp: Likewise.
12646 * gdb.base/print-symbol-loading.exp: Likewise.
12647 * gdb.base/shlib-call.exp: Likewise.
12648 * gdb.base/shreloc.exp: Likewise.
12649 * gdb.base/so-impl-ld.exp: Likewise.
12650 * gdb.base/solib-disc.exp: Likewise.
12651 * gdb.base/solib-nodir.exp: Likewise.
12652 * gdb.base/solib-overlap.exp: Likewise.
12653 * gdb.base/solib-symbol.exp: Likewise.
12654 * gdb.base/solib-weak.exp (do_test): Likewise.
12655 * gdb.base/sym-file.exp: Likewise.
12656 * gdb.base/symtab-search-order.exp: Likewise.
12657 * gdb.base/type-opaque.exp: Likewise.
12658 * gdb.base/unload.exp: Likewise.
12659 * gdb.base/watchpoint-solib.exp: Likewise.
12660 * gdb.compile/compile.exp: Likewise.
12661 * gdb.cp/gdb2384.exp: Likewise.
12662 * gdb.cp/infcall-dlopen.exp: Likewise.
12663 * gdb.cp/re-set-overloaded.exp: Likewise.
12664 * gdb.fortran/library-module.exp: Likewise.
12665 * gdb.opt/solib-intra-step.exp: Likewise.
12666 * gdb.python/py-finish-breakpoint.exp: Likewise.
12667 * gdb.python/py-shared.exp: Likewise.
12668 * gdb.reverse/solib-precsave.exp: Likewise.
12669 * gdb.reverse/solib-reverse.exp: Likewise.
12670 * gdb.server/solib-list.exp: Likewise.
12671 * gdb.threads/dlopen-libpthread.exp: Likewise.
12672 * gdb.threads/tls-shared.exp: Likewise.
12673 * gdb.threads/tls-so_extern.exp: Likewise.
12674 * gdb.trace/change-loc.exp: Likewise.
12675 * gdb.trace/ftrace-lock.exp: Likewise.
12676 * gdb.trace/ftrace.exp: Likewise.
12677 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12678 * gdb.trace/pending.exp: Likewise.
12679 * gdb.trace/range-stepping.exp: Likewise.
12680 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12681 (strace_info_marker): Likewise.
12682 (strace_probe_marker): Likewise.
12683 (strace_trace_on_same_addr): Likewise.
12684 (strace_trace_on_diff_addr): Likewise.
12685 * gdb.trace/trace-break.exp: Likewise.
12686 * gdb.trace/trace-condition.exp: Likewise.
12687 * gdb.trace/trace-mt.exp: Likewise.
12688
12689 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12690
12691 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12692 result of gdb_remote_download.
12693 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12694 * gdb.base/dso2dso.exp: Likewise.
12695 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12696 * gdb.base/print-file-var.exp: Likewise.
12697 * gdb.base/shlib-call.exp: Likewise.
12698 * gdb.base/shreloc.exp: Likewise.
12699 * gdb.base/solib-overlap.exp: Likewise.
12700 * gdb.base/solib-weak.exp (do_test): Likewise.
12701 * gdb.base/unload.exp: Likewise.
12702
12703 2016-04-27 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12706 exists.
12707
12708 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12709
12710 * vla-type.exp: Print structure from toplevel.
12711
12712 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12713
12714 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12715 of dynamic types.
12716 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12717 of dynamic types.
12718
12719 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12720
12721 * gdb.fortran/vla-type.f90: New file.
12722 * gdb.fortran/vla-type.exp: New file.
12723
12724 2016-04-25 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.base/branch-to-self.c: New file.
12727 * gdb.base/branch-to-self.exp: New file.
12728
12729 2016-04-22 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12732 more after $hex.
12733
12734 2016-04-22 Yao Qi <yao.qi@linaro.org>
12735
12736 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12737 * gdb.base/annota3.exp: Likewise.
12738
12739 2016-04-22 Yao Qi <yao.qi@linaro.org>
12740
12741 * gdb.reverse/step-precsave.exp: Do one step and test program
12742 stops in "callee" and do multiple steps until program goes out
12743 of "callee".
12744 * gdb.reverse/step-reverse.exp: Likewise.
12745
12746 2016-04-22 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.trace/signal.exp: Also pass if
12749 $tracepoint_hits($i) > $iterations.
12750
12751 2016-04-22 Yao Qi <yao.qi@linaro.org>
12752
12753 * gdb.trace/signal.c: New file.
12754 * gdb.trace/signal.exp: New file.
12755
12756 2016-04-19 Doug Evans <xdje42@gmail.com>
12757
12758 * gdb.base/bad-file.exp: New file.
12759
12760 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12761
12762 * gdb.dwarf2/implref.exp: New file.
12763
12764 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12765
12766 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12767 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12768 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12769 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12770 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12771 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12772 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12773 * lib/fortran.exp (fortran_int4): New procedure.
12774 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12775 (fortran_logical4): Likewise.
12776
12777 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12778
12779 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12780
12781 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12782
12783 * lib/compiler.c: Add Intel specific preprocessor macros.
12784 * lib/compiler.cc: Likewise.
12785
12786 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12787
12788 * gdb.server/connect-with-no-symbol-file.c: New file.
12789 * gdb.server/connect-with-no-symbol-file.exp: New file.
12790
12791 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12792
12793 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12794
12795 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12796
12797 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12798 standard output directory.
12799
12800 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12801
12802 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12803
12804 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12805
12806 * gdb.btrace/instruction_history.c (loop): Add declaration.
12807
12808 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12809
12810 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12811
12812 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12813
12814 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12815 parentheses to print.
12816 (continue_handler): Likewise.
12817
12818 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12819
12820 * gdb.server/solib-list.exp: Remove is_remote check.
12821 Pass shlib= to gdb_compile. Don't link shared library with
12822 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12823 Run binary filename through "readlink -f" on the target.
12824
12825 2016-04-08 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12828 interpreter filename as argument to gdbserver_spawn.
12829 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12830 Return empty if $last_loaded_file does not exist.
12831
12832 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12833
12834 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12835 * gdb.base/jit-main.c: Use exit after usage.
12836
12837 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12840 GDBHISTSIZE prior to the tests.
12841 * gdb.base/gdbinit-history.exp: Likewise.
12842
12843 2016-04-07 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12846 instead of build_executable. Use gdb_load_shlibs.
12847
12848 2016-04-07 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12851 Execute "si" command.
12852
12853 2016-04-07 Yao Qi <yao.qi@linaro.org>
12854
12855 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12856 number instead of the comments on some line.
12857
12858 2016-04-06 Don Breazeal <donb@codesourcery.com>
12859
12860 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12861 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12862
12863 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12864
12865 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12866 standard_output_file. Remove unused binfile variable.
12867
12868 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12869
12870 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12871 * gdb.python/py-mi-objfile.exp: Match "list main" output
12872 in console format.
12873
12874 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12875
12876 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12877 absolute.
12878
12879 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12880
12881 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12882 absolute.
12883 * gdb.trace/ftrace.exp: Likewise.
12884 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12885 targets as well.
12886 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12887 (gdb_load_shlibs): Copy libraries to test directory when testing
12888 natively. Only set solib-search-path if testing remotely.
12889 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12890
12891 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12892
12893 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12894 gdb_download. Use it even if the target is not remote.
12895 * gdb.base/jit.exp (compile_jit_test): Likewise.
12896 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12897 output directory if the destination board is local, otherwise use
12898 the standard remote_download from DejaGnu.
12899 (gdb_download): Remove.
12900 (gdb_load_shlibs): Use gdb_remote_download instead of
12901 gdb_download.
12902 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12903 Use gdb_remote_download instead of gdb_download. Use it even if
12904 the target is not remote.
12905 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12906 instead of gdb_download.
12907
12908 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12909
12910 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12911 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12912 run.
12913
12914 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12915
12916 PR gdb/19820
12917 * gdb.base/printcmds.exp: Add artificial arrays tests.
12918
12919 2016-03-31 Pedro Alves <palves@redhat.com>
12920
12921 PR gdb/19858
12922 * gdb.base/jit-main.c: Include unistd.h.
12923 (ATTACH): Define to 0 if not already defined.
12924 (wait_for_gdb, mypid): New globals.
12925 (WAIT_FOR_GDB): New macro.
12926 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12927 some breakpoint locations.
12928 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12929 New procedures.
12930 (one_jit_test): Add REATTACH parameter, and handle it. Use
12931 continue_to_test_location.
12932 (top level): Test attach, and adjusts calls to one_jit_test.
12933
12934 2016-03-31 Pedro Alves <palves@redhat.com>
12935
12936 PR gdb/19858
12937 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12938 BINSUFFIX parameter, and handle it.
12939 (top level): Adjust calls compile_jit_test.
12940
12941 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12942
12943 PR python/19743
12944 * gdb.python/py-mi-events-gdb.py: New file.
12945 * gdb.python/py-mi-events.c: New file.
12946 * gdb.python/py-mi-events.exp: New file.
12947
12948 2016-03-30 Yao Qi <yao.qi@linaro.org>
12949
12950 * gdb.reverse/until-precsave.exp: Match function name only.
12951 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12952 Move malloc to a condition block.
12953 * gdb.reverse/until-reverse.exp: Match function name only.
12954
12955 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12956
12957 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12958 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12959 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12960 variable for GPR 0 instead of assuming it is register 0.
12961 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12962 * lib/trace-support.exp: Add s390 registers.
12963
12964 2016-03-29 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12967
12968 2016-03-24 Yao Qi <yao.qi@linaro.org>
12969
12970 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12971 test message.
12972
12973 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12974
12975 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12976 maintaining separate logic for constructing the output path.
12977
12978 2016-03-16 Don Breazeal <donb@codesourcery.com>
12979
12980 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12981 Retry fork and waitpid on interrupted system call errors.
12982 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12983 Use with_timeout_factor to increase timeout by factor of 10.
12984
12985 2016-03-15 Don Breazeal <donb@codesourcery.com>
12986
12987 * gdb.cp/scope-err.cc: New test program.
12988 * gdb.cp/scope-err.exp: New test script.
12989 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12990 lines and "set breakpoint here" comment.
12991 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12992 Fixed some whitespace and format issues.
12993 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12994 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12995
12996 2016-03-15 Doug Evans <dje@google.com>
12997
12998 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12999 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13000 All callers updated. Add tests for enums, mixed flags register.
13001
13002 2016-03-15 Doug Evans <dje@google.com>
13003
13004 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13005 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13006
13007 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13008
13009 * gdb.base/default.exp: Add $_as_string to the list of expected
13010 convenience functions.
13011
13012 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13013
13014 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13015
13016 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13017
13018 * gdb.python/py-as-string.exp: New file.
13019 * gdb.python/py-as-string.c: New file.
13020
13021 2016-03-09 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13024 signal" -> "Thread NN received signal" output change.
13025 * gdb.threads/ia64-sigill.exp: Likewise.
13026 * gdb.threads/linux-dp.exp: Likewise.
13027 * gdb.threads/manythreads.exp: Likewise.
13028 * gdb.threads/pending-step.exp: Likewise.
13029 * gdb.threads/print-threads.exp: Likewise.
13030 * gdb.threads/sigstep-threads.exp: Likewise.
13031 * gdb.threads/staticthreads.exp: Likewise.
13032 * gdb.threads/tls.exp: Likewise.
13033
13034 2016-03-09 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/command-line-input.exp: New file.
13037
13038 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13039
13040 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13041 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13042 * gdb.trace/pending.exp: Accept leading dot before function name.
13043 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13044 * lib/trace-support.exp: Set registers for ppc.
13045
13046 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13047
13048 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13049 use it for disassembly; accept .main in addition to main in backtrace.
13050
13051 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13052 Marcin Kościelnicki <koriakin@0x04.net>
13053
13054 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13055 (gdb_recursion_test_ptr): New global variable.
13056 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13057 gdb_recursion_test.
13058 (gdb_c_test): Ditto.
13059
13060 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13061
13062 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13063 ordering.
13064
13065 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13066
13067 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13068 (bar): Add bar_start_lbl label.
13069 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13070 of foo/bar for emitting DWARF and tracing.
13071
13072 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13073
13074 * analyze-racy-logs.py: Set executable bit.
13075
13076 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13077
13078 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13079 (CHECK_TARGET_TMP): Likewise.
13080 (check-single-racy): New rule.
13081 (check-parallel-racy): Likewise.
13082 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13083 (do-check-parallel-racy): New rule.
13084 (check-racy/%.exp): Likewise.
13085 * README (Racy testcases): New section.
13086 * analyze-racy-logs.py: New file.
13087
13088 2016-03-03 Doug Evans <dje@google.com>
13089
13090 * gdb.base/skip.exp: Use with_test_prefix.
13091
13092 2016-03-03 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13095 Invoke step_over_syscall "clone" and break_cond_on_syscall
13096 "clone".
13097 * gdb.base/step-over-clone.c: New file.
13098
13099 2016-03-03 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13102 code format.
13103
13104 2016-03-03 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/disp-step-fork.c: Rename to ...
13107 * gdb.base/step-over-fork.c: ... it. New file.
13108 * gdb.base/disp-step-vfork.c: Rename to ...
13109 * gdb.base/step-over-vfork.c: ... it. New file.
13110 * gdb.base/disp-step-syscall.exp: Rename to ...
13111 * gdb.base/step-over-syscall.exp: ... it. New file.
13112 (disp_step_cross_syscall): Rename to ...
13113 (step_over_syscall): ... it.
13114
13115 2016-03-03 Yao Qi <yao.qi@linaro.org>
13116
13117 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13118 If target supports condition evaluation on target, invoke
13119 break_cond_on_syscall for fork and vfork.
13120
13121 2016-03-03 Yao Qi <yao.qi@linaro.org>
13122
13123 * gdb.base/disp-step-syscall.exp: Don't invoke
13124 support_displaced_stepping.
13125 (disp_step_cross_syscall): Test with displaced stepping off and
13126 on if supported.
13127
13128 2016-03-03 Yao Qi <yao.qi@linaro.org>
13129
13130 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13131 proc.
13132 (setup): New proc.
13133 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13134 and setup.
13135
13136 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13137
13138 * gdb.fortran/vla-history.exp: Remove breakpoint.
13139
13140 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13141
13142 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13143 exceeds timeout.
13144
13145 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13146
13147 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13148 breakpoint.
13149
13150 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13151
13152 * gdb.mi/vla.f90: Nullify pointer after declaration.
13153
13154 2016-03-01 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13157
13158 2016-03-01 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13161 before anything else.
13162 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13163 _GNU_SOURCE here.
13164 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13165 before anything else.
13166 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13167
13168 2016-03-01 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13171
13172 2016-03-01 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13175 prepare_for_testing.
13176
13177 2016-03-01 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13180
13181 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13182
13183 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13184 manually constructing the output path.
13185
13186 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13187
13188 * gdb.arch/s390-stackless.S: New.
13189 * gdb.arch/s390-stackless.exp: New.
13190
13191 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13192
13193 * gdb.dlang/circular.c: New file.
13194 * gdb.dlang/circular.exp: New file.
13195
13196 2016-02-26 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13199 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13200 (testcases): Update.
13201
13202 2016-02-26 Yao Qi <yao.qi@linaro.org>
13203
13204 * gdb.reverse/aarch64.c: Rename to ...
13205 * gdb.reverse/insn-reverse.c: ... it.
13206 * gdb.reverse/aarch64.exp: Rename to ...
13207 * gdb.reverse/insn-reverse.exp: ... it.
13208
13209 2016-02-26 Yao Qi <yao.qi@linaro.org>
13210
13211 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13212 (testcase_ftype): New.
13213 (testcases): New array.
13214 (n_testcases): New.
13215 (main): Call each element in testcases.
13216 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13217 (read_testcase): New.
13218 Do the tests in a loop.
13219
13220 2016-02-25 Yao Qi <yao.qi@linaro.org>
13221
13222 * gdb.base/branches.c: Remove.
13223
13224 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13225
13226 PR gdb/13808
13227 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13228
13229 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13230
13231 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13232
13233 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13234
13235 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13236 change x86_64 call_insn to 'callq'.
13237
13238 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13239
13240 * gdb.trace/tfile-avx.c: Move to...
13241 * gdb.trace/tracefile-pseudo-reg.c: Here.
13242 * gdb.trace/tfile-avx.exp: Move to...
13243 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13244
13245 2016-02-24 Gary Benson <gbenson@redhat.com>
13246
13247 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13248 message on attach.
13249
13250 2016-02-23 Doug Evans <dje@google.com>
13251
13252 * gdb.base/skip.c (test_skip): New function.
13253 (end_test_skip_file_and_function): New function.
13254 (test_skip_file_and_function): New function.
13255 * gdb.base/skip1.c (test_skip): New function.
13256 (skip1_test_skip_file_and_function): New function.
13257 * gdb.base/skip.exp: Add tests for new skip options.
13258 * gdb.base/skip-solib.exp: Update expected output.
13259 * gdb.perf/skip-command.cc: New file.
13260 * gdb.perf/skip-command.exp: New file.
13261 * gdb.perf/skip-command.py: New file.
13262
13263 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13264
13265 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13266 info registers pattern.
13267
13268 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13269
13270 * lib/future.exp: Add D support.
13271 (gdb_find_gdc): New proc.
13272 (gdb_default_target_compile): Add D support.
13273
13274 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13275
13276 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13277 user+system time.
13278 (trace_speed_test): Determine the iteration count for a time
13279 between 15..30 seconds.
13280
13281 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13282
13283 * gdb.arch/i386-mpx-sigsegv.c: New file.
13284 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13285 * gdb.arch/i386-mpx-simple_segv.c: New file.
13286 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13287
13288 2016-02-18 Yao Qi <yao.qi@linaro.org>
13289
13290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13291 Don't call setup_kfail.
13292
13293 2016-02-18 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13296 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13297
13298 2016-02-16 Doug Evans <dje@google.com>
13299
13300 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13301 * gdb.base/skip1.c: Ditto.
13302 * gdb.base/skip.exp: Whitespace cleanup.
13303
13304 2016-02-16 Don Breazeal <donb@codesourcery.com>
13305
13306 PR remote/19496
13307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13308 Remove kfail for PR remote/19496.
13309
13310 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * lib/gdb.exp (standard_temp_file): Return a path specific to
13313 the runtest invocation.
13314
13315 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.trace/save-trace.exp: Change relative path to be in the
13318 standard output directory.
13319
13320 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.arch/i386-prologue.c: Add missing prototypes.
13323
13324 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13325
13326 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13327 * gdb.arch/i386-prologue.exp: Likewise.
13328 * gdb.arch/i386-size.exp: Likewise.
13329
13330 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13331
13332 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13333 define object file path.
13334 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13335 file path.
13336 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13337 standard_output_file to define binfile.
13338
13339 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13340
13341 Fix compatibility with recent gfortran-5.3.1.
13342 * gdb.fortran/vla-history.exp (print vla1 allocated)
13343 (print vla2 allocated, print $2, print $3): Remove
13344 (print $4): Rename to ...
13345 (print $2): ... here.
13346 (print $9): Rename to ...
13347 (print $5): ... here.
13348 (print $10): Rename to ...
13349 (print $6): ... here.
13350 * gdb.fortran/vla.f90: Add pvla initialization.
13351
13352 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13353
13354 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13355 New test.
13356 * gdb.fortran/vla-value-sub.exp: Likewise.
13357
13358 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13359
13360 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13361
13362 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13363
13364 * i386-biarch-core.exp: Define corefile using
13365 standard_output_file.
13366
13367 2016-02-12 Yao Qi <yao.qi@linaro.org>
13368
13369 * gdb.arch/arm-single-step-kernel-helper.c: New.
13370 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13371
13372 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13373
13374 * gdb.btrace/tailcall-only.exp: New.
13375 * gdb.btrace/tailcall-only.c: New.
13376 * gdb.btrace/x86_64-tailcall-only.S: New.
13377 * gdb.btrace/i686-tailcall-only.S: New.
13378
13379 2016-02-11 Pedro Alves <palves@redhat.com>
13380
13381 * README (Parallel testing): Add missing double quotes.
13382
13383 2016-02-11 Pedro Alves <palves@redhat.com>
13384
13385 * README (Parallel testing): New section.
13386 (GDB_PARALLEL): Rewrite.
13387 (FORCE_PARALLEL): Document.
13388
13389 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13390
13391 * gdb.trace/tfile-avx.c: New test.
13392 * gdb.trace/tfile-avx.exp: New test.
13393
13394 2016-02-09 Keith Seitz <keiths@redhat.com>
13395
13396 PR breakpoints/19546
13397 * gdb.base/infcall-exec.c: New file.
13398 * gdb.base/infcall-exec2.c: New file.
13399 * gdb.base/infcall-exec.exp: New file.
13400
13401 2016-02-09 Keith Seitz <keiths@redhat.com>
13402
13403 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13404 (toplevel): Call test_bkpt_address.
13405
13406 2016-02-09 Keith Seitz <keiths@redhat.com>
13407
13408 PR python/19506
13409 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13410 (toplevel): Call test_bkpt_address.
13411
13412 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13413
13414 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13415 to AC_OUTPUT.
13416 * configure: Regenerate.
13417
13418 2016-02-09 Pedro Alves <palves@redhat.com>
13419
13420 PR breakpoints/19548
13421 * gdb.base/execl-update-breakpoints.c (some_function): New
13422 function.
13423 (main): Call it.
13424 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13425 Tighten expected GDB output.
13426
13427 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13428
13429 * Makefile.in (ALL_SUBDIRS): Remove.
13430 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13431 (distclean maintainer-clean realclean): Likewise.
13432 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13433 * configure: Regenerate.
13434 * gdb.ada/Makefile.in: Delete.
13435 * gdb.arch/Makefile.in: Likewise.
13436 * gdb.asm/Makefile.in: Likewise.
13437 * gdb.base/Makefile.in: Likewise.
13438 * gdb.btrace/Makefile.in: Likewise.
13439 * gdb.cell/Makefile.in: Likewise.
13440 * gdb.compile/Makefile.in: Likewise.
13441 * gdb.cp/Makefile.in: Likewise.
13442 * gdb.disasm/Makefile.in: Likewise.
13443 * gdb.dlang/Makefile.in: Likewise.
13444 * gdb.dwarf2/Makefile.in: Likewise.
13445 * gdb.fortran/Makefile.in: Likewise.
13446 * gdb.gdb/Makefile.in: Likewise.
13447 * gdb.go/Makefile.in: Likewise.
13448 * gdb.guile/Makefile.in: Likewise.
13449 * gdb.java/Makefile.in: Likewise.
13450 * gdb.linespec/Makefile.in: Likewise.
13451 * gdb.mi/Makefile.in: Likewise.
13452 * gdb.modula2/Makefile.in: Likewise.
13453 * gdb.multi/Makefile.in: Likewise.
13454 * gdb.objc/Makefile.in: Likewise.
13455 * gdb.opencl/Makefile.in: Likewise.
13456 * gdb.opt/Makefile.in: Likewise.
13457 * gdb.pascal/Makefile.in: Likewise.
13458 * gdb.perf/Makefile.in: Likewise.
13459 * gdb.python/Makefile.in: Likewise.
13460 * gdb.reverse/Makefile.in: Likewise.
13461 * gdb.server/Makefile.in: Likewise.
13462 * gdb.stabs/Makefile.in: Likewise.
13463 * gdb.threads/Makefile.in: Likewise.
13464 * gdb.trace/Makefile.in: Likewise.
13465 * gdb.xml/Makefile.in: Likewise.
13466 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13467 GDB_PARALLEL.
13468 (standard_output_file): Remove check for GDB_PARALLEL, always
13469 return path in outputs/$subdir/$testname.
13470
13471 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13472
13473 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13474 (site.exp): Assign abs_srcdir to tcl's srcdir.
13475
13476 2016-02-04 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/foll-exec-mode.c: Include limits.h.
13479 (main): Add parameters argc and argv. Get directory from
13480 argv[0].
13481 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13482 compilation.
13483 * gdb.base/foll-exec.c: Include limits.h.
13484 (main): Add parameters argc and argv.
13485 Get directory from argv[0].
13486 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13487 Adjust tests on the number of lines as source code changed.
13488 * gdb.base/foll-vfork-exit.c: Include limits.h.
13489 (main): Add one line of statement before vfork.
13490 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13491 (main): Add parameters argc and argv. Get directory from
13492 argv[0].
13493 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13494 (setup_gdb): Set tbreak to skip some source lines.
13495 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13496 (main): Add parameters argc and argv. Get directory from
13497 argv[0].
13498 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13499 compilation.
13500 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13501 (main): Add parameters argc and argv. Get directory from
13502 argv[0].
13503 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13504 compilation.
13505
13506 2016-02-01 Doug Evans <dje@google.com>
13507
13508 * gdb.base/skip.exp: Clean up multiple references to same test name.
13509
13510 2016-02-01 Pedro Alves <palves@redhat.com>
13511
13512 PR remote/19496
13513 * gdb.threads/forking-threads-plus-breakpoint.exp
13514 (displaced_stepping_supported): New global.
13515 (probe_displaced_stepping_support): New procedure.
13516 (do_test): Add 'displaced' parameter, and use it.
13517 (top level): Check for displaced stepping support. Add displaced
13518 stepping on/off testing axis.
13519
13520 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13521
13522 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13523 pointer. Don't perform further tests on the unassociated pointer
13524 if the first test fails.
13525
13526 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13527
13528 * gdb.base/max-value-size.c: New file.
13529 * gdb.base/max-value-size.exp: New file.
13530 * gdb.base/huge.exp: Disable max-value-size for this test.
13531
13532 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13533
13534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13535
13536 2016-01-28 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13539
13540 2016-01-25 Pedro Alves <palves@redhat.com>
13541
13542 PR threads/19461
13543 * gdb.base/fork-running-state.c: New file.
13544 * gdb.base/fork-running-state.exp: New file.
13545
13546 2016-01-25 Pedro Alves <palves@redhat.com>
13547
13548 PR gdb/19494
13549 * gdb.base/catch-fork-kill.c: New file.
13550 * gdb.base/catch-fork-kill.exp: New file.
13551
13552 2016-01-25 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13555 Delete, moved to lib/gdb.exp.
13556 * gdb.threads/forking-threads-plus-breakpoint.exp
13557 (foreach_with_prefix): Likewise.
13558 * gdb.threads/process-dies-while-handling-bp.exp
13559 (foreach_with_prefix): Likewise.
13560 * lib/gdb.exp (foreach_with_prefix): New procedure.
13561
13562 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13563
13564 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13565 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13566
13567 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13568
13569 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13570 endian targets.
13571
13572 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13573 Pedro Alves <palves@redhat.com>
13574
13575 Fix testsuite compatibility with Guile.
13576 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13577 number.
13578
13579 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 Fix testsuite compatibility with Guile.
13582 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13583 (thread 1): New test for backtrace through signal handler.
13584
13585 2016-01-22 Yao Qi <yao.qi@linaro.org>
13586
13587 PR testsuite/19491
13588 * gdb.base/multi-forks.c: Include
13589 ../lib/unbuffer_output.c
13590 (main): Call gdb_unbuffer_output.
13591
13592 2016-01-21 Doug Evans <dje@google.com>
13593
13594 * lib/ada.exp (gdb_compile_ada): Fix typo.
13595
13596 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.base/break-fun-addr.exp: New file.
13599 * gdb.base/break-fun-addr1.c: New file.
13600 * gdb.base/break-fun-addr2.c: New file.
13601
13602 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13603
13604 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13605 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13606 enum flag values.
13607
13608 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13609
13610 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13611 when GDB can not set the vector return value. Add more comments
13612 for clarification.
13613
13614 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13615
13616 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13617 command.
13618
13619 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13622
13623 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13624
13625 * Makefile.in (check-single): Pass --status to runtest.
13626 (check/%.exp): Likewise.
13627
13628 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * Makefile.in (check-parallel): Propagate return code from make
13631 do-check-parallel.
13632
13633 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13634
13635 * gdb.trace/ftrace.exp: Fix expected message on continue.
13636 * gdb.trace/pending.exp: Fix expected message on continue.
13637 * gdb.trace/trace-break.exp: Fix expected message on continue.
13638
13639 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13640
13641 * lib/gdb.exp (gdb_test): Remove unused global references.
13642
13643 2016-01-18 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.base/async-shell.exp: Adjust expected output.
13646 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13647 * gdb.base/siginfo-thread.exp: Adjust expected output.
13648 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13649 * gdb.java/jnpe.exp: Adjust expected output.
13650 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13651 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13652 * gdb.threads/leader-exit.exp: Adjust expected output.
13653 * gdb.threads/manythreads.exp: Adjust expected output.
13654 * gdb.threads/pthreads.exp: Adjust expected output.
13655 * gdb.threads/schedlock.exp: Adjust expected output.
13656 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13657 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13658 expected output.
13659 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13660 output.
13661 * gdb.threads/sigthread.exp: Adjust expected output.
13662 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13663
13664 2016-01-18 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.guile/scm-section-script.c: Replace @progbits with
13667 %progbits.
13668 * gdb.python/py-section-script.c: Likewise.
13669
13670 2016-01-15 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.multi/tids.exp: Test star wildcard ranges.
13673
13674 2016-01-15 Pedro Alves <palves@redhat.com>
13675
13676 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13677 command from "thread apply" invocation.
13678 (thr_apply_info_thr_invalid): Default the expected output to the
13679 input tid list.
13680 (top level): Add tests that use convenience variables. Add tests
13681 for "thread apply" with a valid TID list, but missing the command.
13682
13683 2016-01-13 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/default.exp: Expect $_gthread as well.
13686 * gdb.multi/tids.exp: Test $_gthread.
13687 * gdb.threads/thread-specific.exp: Test $_gthread.
13688
13689 2016-01-13 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.multi/tids.exp: Test "info threads -gid".
13692
13693 2016-01-13 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13696 Breakpoint.thread.
13697 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13698
13699 2016-01-07 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/break.exp: Adjust to output changes.
13702 * gdb.base/hbreak2.exp: Likewise.
13703 * gdb.base/sepdebug.exp: Likewise.
13704 * gdb.base/watch_thread_num.exp: Likewise.
13705 * gdb.linespec/keywords.exp: Likewise.
13706 * gdb.multi/info-threads.exp: Likewise.
13707 * gdb.threads/thread-find.exp: Likewise.
13708 * gdb.multi/tids.c: New file.
13709 * gdb.multi/tids.exp: New file.
13710
13711 2016-01-13 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13714
13715 2016-01-13 Pedro Alves <palves@redhat.com>
13716
13717 * gdb.base/default.exp: Expect $_inferior as well.
13718 * gdb.multi/base.exp: Test $_inferior.
13719
13720 2016-01-13 Pedro Alves <palves@redhat.com>
13721
13722 PR breakpoints/19388
13723 * gdb.base/catch-signal-siginfo-cond.c: New file.
13724 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13725
13726 2016-01-12 Josh Stone <jistone@redhat.com>
13727 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13728
13729 * gdb.base/catch-syscall.c (do_execve): New variable.
13730 (main): Conditionally trigger an execve.
13731 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13732 (test_catch_syscall_execve): New, check entry/return across execve.
13733 (do_syscall_tests): Call test_catch_syscall_execve.
13734
13735 2016-01-12 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.base/random-signal.exp (do_test): New procedure, with body
13738 of testcase moved in.
13739
13740 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13741 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.base/funcargs.exp (finish from indirectly called function):
13744 Reintroduce the case for 'First'.
13745
13746 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13747 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13750 (tcatch_vfork_then_child_follow_exec)
13751 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13752 identification.
13753
13754 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13755
13756 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13757 and repeats to unlimited.
13758 * gdb.python/py-value.exp: Likewise.
13759 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13760 and repeats to unlimited.
13761
13762 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13763
13764 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13765 and reordering the functions.
13766 * gdb.multi/hangout.c: Likewise.
13767 * gdb.multi/hello.c: Likewise.
13768
13769 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13770
13771 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13772 absolute.
13773 (SingleStatisticTestResult.report): Use dict.keys instead of
13774 dict.iterkeys.
13775
13776 2016-01-06 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13779
13780 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13781
13782 * gdb.btrace/dlopen.exp: New.
13783 * gdb.btrace/dlopen.c: New.
13784 * gdb.btrace/dlopen-dso.c: New.
13785
13786 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13787
13788 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13789 PATTERN argument is optional.
13790
13791 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13792
13793 * lib/ada.exp (target_compile_ada_from_dir): New function.
13794 (gdb_compile_ada): Reimplement avoiding the use of project files.
13795 * gdb.ada/gnat_ada.gpr: Delete.
13796 * gdb.ada/cond_lang.exp: Adjust test to make path before
13797 filename optional.
13798 * gdb.ada/small_reg_param.exp: Likewise.
13799
13800 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13801
13802 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13803
13804 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13805
13806 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13807 case.
13808
13809 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13810
13811 * gdb.base/break.exp: Remove dead code.
13812 * gdb.base/sepdebug.exp: Likewise.
13813
13814 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13815
13816 * gdb.asm/asm-source.exp: Remove HP-UX references.
13817 * gdb.base/annota1.exp: Likewise.
13818 * gdb.base/annota3.exp: Likewise.
13819 * gdb.base/attach.exp: Likewise.
13820 * gdb.base/bigcore.exp: Likewise.
13821 * gdb.base/break.exp: Likewise.
13822 * gdb.base/call-ar-st.exp: Likewise.
13823 * gdb.base/callfuncs.exp: Likewise.
13824 * gdb.base/catch-fork-static.exp: Likewise.
13825 * gdb.base/display.exp: Likewise.
13826 * gdb.base/foll-exec-mode.exp: Likewise.
13827 * gdb.base/foll-exec.exp: Likewise.
13828 * gdb.base/foll-fork.exp: Likewise.
13829 * gdb.base/foll-vfork.exp: Likewise.
13830 * gdb.base/funcargs.exp: Likewise.
13831 * gdb.base/hbreak2.exp: Likewise.
13832 * gdb.base/inferior-died.exp: Likewise.
13833 * gdb.base/interrupt.exp: Likewise.
13834 * gdb.base/multi-forks.exp: Likewise.
13835 * gdb.base/nodebug.exp: Likewise.
13836 * gdb.base/sepdebug.exp: Likewise.
13837 * gdb.base/solib1.c: Likewise.
13838 * gdb.base/step-test.exp: Likewise.
13839 * gdb.mi/non-stop.c: Likewise.
13840 * gdb.mi/pthreads.c: Likewise.
13841 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13842 * gdb.threads/pthreads.c: Likewise.
13843 * gdb.threads/staticthreads.exp: Likewise.
13844 * lib/future.exp: Likewise.
13845 * lib/gdb.exp: Likewise.
13846 * gdb.base/so-indr-cl.c: Remove.
13847 * gdb.base/so-indr-cl.exp: Likewise.
13848 * gdb.base/solib.c: Likewise.
13849 * gdb.base/solib.exp: Likewise.
13850 * gdb.base/solib2.c: Likewise.
13851
13852 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13853
13854 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13855 * gdb.base/call-ar-st.exp: Likewise.
13856 * gdb.base/callfuncs.exp: Likewise.
13857 * gdb.base/condbreak.exp: Likewise.
13858 * gdb.base/constvars.exp: Likewise.
13859 * gdb.base/hbreak2.exp: Likewise.
13860 * gdb.base/langs.exp: Likewise.
13861 * gdb.base/list.exp: Likewise.
13862 * gdb.base/long_long.exp: Likewise.
13863 * gdb.base/ptype.exp: Likewise.
13864 * gdb.base/scope.exp: Likewise.
13865 * gdb.base/signals.exp: Likewise.
13866 * gdb.base/so-impl-ld.exp: Likewise.
13867 * gdb.base/varargs.exp: Likewise.
13868 * gdb.base/volatile.exp: Likewise.
13869 * gdb.base/whatis.exp: Likewise.
13870 * gdb.cp/cplusfuncs.exp: Likewise.
13871 * gdb.cp/inherit.exp: Likewise.
13872 * gdb.cp/local.exp: Likewise.
13873 * gdb.cp/member-ptr.exp: Likewise.
13874 * gdb.cp/method.exp: Likewise.
13875 * gdb.cp/overload.exp: Likewise.
13876 * gdb.cp/templates.exp: Likewise.
13877 * gdb.stabs/weird.exp: Likewise.
13878 * lib/compiler.c: Likewise.
13879 * lib/compiler.cc: Likewise.
13880 * lib/cp-support.exp: Likewise.
13881 * lib/gdb.exp: Likewise.
13882
13883 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13884
13885 * configure.ac: Remove HP-UX case.
13886 * configure: Regenerate.
13887
13888 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * lib/gdb.exp (gdb_compile): Add function doc.
13891
13892 2015-12-17 Pedro Alves <palves@redhat.com>
13893
13894 PR threads/19354
13895 * gdb.multi/info-threads.exp: New file.
13896
13897 2015-12-15 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13900 is aarch64*-*-*.
13901
13902 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13903
13904 * gdb.base/history-duplicates.exp: Skip if no readline support.
13905
13906 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13907
13908 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13909
13910 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13911
13912 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13913
13914 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13915
13916 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13917 ctrl-C if nointerrupts target property is set.
13918 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13919 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13920 * gdb.base/paginate-bg-execution.exp: Likewise.
13921 * gdb.base/paginate-execution-startup.exp: Likewise.
13922 * gdb.base/random-signal.exp: Likewise.
13923 * gdb.base/range-stepping.exp: Likewise.
13924 * gdb.cp/annota2.exp: Likewise.
13925 * gdb.cp/annota3.exp: Likewise.
13926 * gdb.gdb/selftest.exp: Likewise.
13927 * gdb.threads/continue-pending-status.exp: Likewise.
13928 * gdb.threads/leader-exit.exp: Likewise.
13929 * gdb.threads/manythreads.exp: Likewise.
13930 * gdb.threads/pthreads.exp: Likewise.
13931 * gdb.threads/schedlock.exp: Likewise.
13932 * gdb.threads/sigthread.exp: Likewise.
13933
13934 2015-12-11 Don Breazeal <donb@codesourcery.com>
13935
13936 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13937 remote.
13938 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13939 * gdb.base/foll-exec.exp (main): Enable for target remote.
13940 * gdb.base/foll-fork.exp (main): Likewise.
13941 * gdb.base/foll-vfork.exp (main): Likewise.
13942 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13943 (proc continue_to_exit_bp_loc): Use clean_restart.
13944 * gdb.base/pie-execl.exp (main): Disable for target remote.
13945 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13946 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13947 * gdb.threads/execl.exp (main): Likewise.
13948 * gdb.threads/fork-child-threads.exp (main): Likewise.
13949 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13950 remote.
13951 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13952 remote.
13953 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13954 pid.tid style ptids, instead of just tid.
13955 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13956 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13957 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13958 ptids, instead of just tid.
13959
13960 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13961
13962 * gdb.base/list.exp (test_list_forward): Add end of file error
13963 test.
13964 (test_repeat_list_command): Add end of file error test.
13965 (test_list_backwards): Add beginning of file error test.
13966
13967 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13968
13969 * gdb.base/list.exp (test_list_invalid_args): New function,
13970 defined, and called.
13971
13972 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13973
13974 * gdb.base/list.exp (test_list): Make test names unique.
13975
13976 2015-12-11 Yao Qi <yao.qi@linaro.org>
13977
13978 * gdb.base/coremaker2.c: Remove.
13979
13980 2015-12-10 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.multi/base.exp: Remove stale "spaces" references.
13983
13984 2015-12-10 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.multi/base.exp: Don't use nowarnings.
13987 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13988 * gdb.multi/hangout.c: Include stdio.h.
13989 * gdb.multi/hello.c: Include stdlib.h.
13990 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13991 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13992 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13993
13994 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13995
13996 * gdb.dwarf2/dw2-ranges-base.c: New file.
13997 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13998 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13999 support additional line table, and debug ranges generation.
14000 (Dwarf::ranges): New function, generate .debug_ranges.
14001 (Dwarf::lines): Support generating simple line table programs.
14002 (Dwarf::assemble): Initialise new namespace variables.
14003
14004 2015-12-09 Kevin Buettner <kevinb@redhat.com>
14005
14006 * gdb.base/async.exp (proc test_background): Add case for
14007 asynchronous execution not supported.
14008
14009 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
14010
14011 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14012 format and change test names to make them unique.
14013
14014 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14015 Pedro Alves <pedro@redhat.com>
14016
14017 PR gdb/18702
14018 Add checking of floatformats setup on x86_64 hosts.
14019 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14020 (smallval, bigval): New labels/constants.
14021 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14022 float" after loading bigval and smallval.
14023
14024 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14025
14026 * gdb.ada/fun_overload_menu.exp: New testcase.
14027 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14028
14029 2015-12-04 Josh Stone <jistone@redhat.com>
14030
14031 * gdb.base/catch-fork-static.exp: New.
14032
14033 2015-12-03 Yao Qi <yao.qi@linaro.org>
14034
14035 * gdb.base/sizeof.c: Don't include stdio.h and
14036 ../lib/unbuffer_output.c.
14037 (main): New variable 'size' and 'value'. Remove printf and
14038 gdb_unbuffer_output. Assign return value to size and value.
14039 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14040 at the beginning.
14041 (check_sizeof): Check the result by printing variable 'size'.
14042 (check_valueof): Check the result by printing variable 'value'.
14043
14044 2015-12-01 Yao Qi <yao.qi@linaro.org>
14045
14046 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14047 for aarch64*-*-linux* target.
14048
14049 2015-11-30 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14052
14053 2015-11-30 Pedro Alves <palves@redhat.com>
14054
14055 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14056 Handle non-stop mode vCont replies.
14057
14058 2015-11-30 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14061 prepare_for_testing. Start gdb with "set non-stop on" appended to
14062 GDBFLAGS. Lax expected stop output.
14063
14064 2015-11-27 Yao Qi <yao.qi@linaro.org>
14065
14066 * gdb.arch/arm-neon.exp: New.
14067 * gdb.arch/arm-neon.c: New.
14068
14069 2015-11-27 Yao Qi <yao.qi@linaro.org>
14070
14071 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14072
14073 2015-11-27 Yao Qi <yao.qi@linaro.org>
14074
14075 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14076 frames-invalid annotation.
14077
14078 2015-11-27 Yao Qi <yao.qi@linaro.org>
14079
14080 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14081
14082 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14083
14084 * gdb.threads/names.exp: New file.
14085 * gdb.threads/names.c: New file.
14086 * README: Mention gdb,no_thread_names.
14087
14088 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14089
14090 PR 19297
14091 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14092 support" error.
14093
14094 2015-11-24 Pedro Alves <palves@redhat.com>
14095
14096 PR 17539
14097 * gdb.base/display.exp: Expect displays to be sorted in ascending
14098 order. Use multi_line.
14099 * gdb.base/solib-display.exp: Likewise.
14100
14101 2015-11-24 Pedro Alves <palves@redhat.com>
14102
14103 PR 17539
14104 * gdb.base/display.exp: Expect displays to be sorted in ascending
14105 order. Use multi_line.
14106 * gdb.base/solib-display.exp: Likewise.
14107
14108 2015-11-24 Pedro Alves <palves@redhat.com>
14109
14110 PR 17539
14111 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14112 threads in ascending order.
14113 * gdb.base/foll-fork.exp: Likewise.
14114 * gdb.base/foll-vfork.exp: Likewise.
14115 * gdb.base/multi-forks.exp: Likewise.
14116 * gdb.mi/mi-nonstop.exp: Likewise.
14117 * gdb.mi/mi-nsintrall.exp: Likewise.
14118 * gdb.multi/base.exp: Likewise.
14119 * gdb.multi/multi-arch.exp: Likewise.
14120 * gdb.python/py-inferior.exp: Likewise.
14121 * gdb.threads/break-while-running.exp: Likewise.
14122 * gdb.threads/execl.exp: Likewise.
14123 * gdb.threads/gcore-thread.exp: Likewise.
14124 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14125 * gdb.threads/kill.exp: Likewise.
14126 * gdb.threads/linux-dp.exp: Likewise.
14127 * gdb.threads/multiple-step-overs.exp: Likewise.
14128 * gdb.threads/next-bp-other-thread.exp: Likewise.
14129 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14130 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14131 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14132 * gdb.threads/thread-find.exp: Likewise.
14133 * gdb.threads/tls.exp: Likewise.
14134 * lib/mi-support.exp (mi_reverse_list): Delete.
14135 (mi_check_thread_states): No longer reverse list.
14136
14137 2015-11-24 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14140 use lowercase.
14141
14142 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14143
14144 * gdb.trace/actions.c: Include trace-common.h.
14145 (main): Add a location for a fast tracepoint.
14146 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14147 the normal tracepoints.
14148 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14149
14150 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14151
14152 * save-trace.exp: Factor out code to these...
14153 (gdb_save_tracepoints): New.
14154 (gdb_load_tracepoints): New.
14155 (do_save_load_test): New.
14156
14157 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14158
14159 * gdb.base/asmlabel.exp: New test.
14160 * gdb.base/asmlabel.c: New test case.
14161
14162 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14163
14164 * gdb.base/wrong_frame_bt_full-main.c: New file.
14165 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14166 * gdb.base/wrong_frame_bt_full.exp: New file.
14167
14168 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14169
14170 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14171
14172 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14173
14174 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14175 pstate register when comparing registers values in
14176 sparc64-*-linux-gnu targets to avoid spurious differences.
14177
14178 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14179
14180 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14181
14182 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14183
14184 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14185 as type argument to gdb_compile.
14186 * gdb.base/nested-subp2.exp: Likewise.
14187 * gdb.base/nested-subp3.exp: Likewise.
14188
14189 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14190
14191 * lib/dwarf.exp (_note): Fix left shift of negative value.
14192 * gdb.trace/trace-condition.exp: Likewise.
14193
14194 2015-11-13 Yao Qi <yao.qi@linaro.org>
14195
14196 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14197 comments about d10v.
14198 (test_scalar_returns): Likewise.
14199 * gdb.base/d10v.ld: Remove.
14200 * gdb.base/overlays.exp: Remove the target triplet checking for
14201 d10v-*-*.
14202 * gdb.base/structs.exp (test_struct_returns): Remove the
14203 comments about d10v.
14204 (test_struct_calls): Likewise.
14205
14206 2015-11-13 Yao Qi <yao.qi@linaro.org>
14207
14208 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14209 * gdb.base/gnu_vector.c: Don't include stdio.h.
14210 (main): Don't print res and call add_some_intvecs.
14211
14212 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14213
14214 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14215 macro.
14216 (func5): Removed.
14217 (func4): Use FAST_TRACEPOINT_LABEL.
14218 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14219 macro.
14220 (func): Removed.
14221 (thread_function): Use FAST_TRACEPOINT_LABEL.
14222 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14223 (func): Remove.
14224 (marker): Use FAST_TRACEPOINT_LABEL.
14225 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14226 (pendfunc1): Remove.
14227 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14228 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14229 (foo): Remove.
14230 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14231 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14232 macro.
14233 (func): Remove.
14234 (marker): Use FAST_TRACEPOINT_LABEL.
14235 * gdb.trace/trace-common.h: New header.
14236 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14237 macro.
14238 (func): Remove.
14239 (marker): Use FAST_TRACEPOINT_LABEL.
14240 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14241 (func): Remove.
14242 (thread_function): Use FAST_TRACEPOINT_LABEL.
14243
14244 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14245
14246 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14247 in front.
14248 * gdb.trace/change-loc.exp: Use global pcreg definition.
14249 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14250 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14251 in front.
14252 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14253 * gdb.trace/pending.exp: Likewise.
14254 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14255 * gdb.trace/trace-break.exp: Likewise.
14256 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14257 in front.
14258 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14259 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14260 in front.
14261 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14262
14263 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14264
14265 * gdb.ada/fin_fun_out: New testcase.
14266
14267 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14268
14269 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14270 value associated with DW_AT_byte_size.
14271 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14272 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14273 DW_AT_upper_bound.
14274
14275 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14276
14277 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14278 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14279 version.
14280 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14281 gdb.dwarf2/dw2-canonicalize-type.exp,
14282 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14283 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14284 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14285 provided by gdb_target_symbol_prefix_flags_asm.
14286 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14287 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14288 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14289 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14290 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14291 macros where needed). Use this macro for symbols which require
14292 the prefix provided by SYMBOL_PREFIX.
14293
14294 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14295
14296 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14297 New procs.
14298 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14299 representing expressions, of more than one list element.
14300 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14301 to prepend linker symbol prefix to f.
14302 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14303 table_1 and table_2.
14304 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14305 Likewise, for f and g.
14306 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14307 for ptr.
14308 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14309 for main.
14310 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14311 table_1_ptr and table_2_ptr.
14312
14313 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14314 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14317
14318 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14319
14320 * gdb.reverse/s390-mvcle.c: New test.
14321 * gdb.reverse/s390-mvcle.exp: New file.
14322 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14323
14324 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14325
14326 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14327
14328 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14329
14330 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14331 reaching marker2.
14332 * gdb.reverse/getresuid-reverse.exp: Likewise.
14333 * gdb.reverse/pipe-reverse.exp: Likewise.
14334 * gdb.reverse/readv-reverse.exp: Likewise.
14335 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14336 * gdb.reverse/time-reverse.exp: Likewise.
14337 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14338
14339 2015-10-30 Yao Qi <yao.qi@linaro.org>
14340
14341 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14342 (empty_cycle): Remove.
14343 (main): Don't call empty_cycle. Don't use watch_count_done.
14344 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14345 empty_cycle. Rewrite the code counting HW watchpoints.
14346
14347 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14348
14349 * gdb.reverse/fstatat-reverse.c: New test.
14350 * gdb.reverse/fstatat-reverse.exp: New file.
14351 * gdb.reverse/getresuid-reverse.c: New test.
14352 * gdb.reverse/getresuid-reverse.exp: New file.
14353 * gdb.reverse/pipe-reverse.c: New test.
14354 * gdb.reverse/pipe-reverse.exp: New file.
14355 * gdb.reverse/readv-reverse.c: New test.
14356 * gdb.reverse/readv-reverse.exp: New file.
14357 * gdb.reverse/recvmsg-reverse.c: New test.
14358 * gdb.reverse/recvmsg-reverse.exp: New file.
14359 * gdb.reverse/time-reverse.c: New test.
14360 * gdb.reverse/time-reverse.exp: New file.
14361 * gdb.reverse/waitpid-reverse.c: New test.
14362 * gdb.reverse/waitpid-reverse.exp: New file.
14363
14364 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14365
14366 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14367
14368 2015-10-26 Doug Evans <dje@google.com>
14369
14370 PR symtab/17391
14371 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14372 * gdb.dwarf2/bad-regnum.c: New file.
14373 * gdb.dwarf2/bad-regnum.exp: New file.
14374
14375 2015-10-26 Doug Evans <dje@google.com>
14376
14377 PR python/18938
14378 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14379 file.
14380
14381 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14382
14383 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14384 for a change by "Mention language in compile error message".
14385
14386 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14387
14388 PR python/18073
14389 * gdb.python/py-type.c (C::a_method): New.
14390 (C::a_const_method): New.
14391 (C::a_static_method): New.
14392 (a_function): New.
14393 * gdb.python/py-type.exp (test_fields): Test getting fields
14394 from function and method.
14395
14396 2015-10-21 Keven Boell <keven.boell@intel.com>
14397
14398 * gdb.fortran/vla-alloc-assoc.exp: New file.
14399 * gdb.fortran/vla-datatypes.exp: New file.
14400 * gdb.fortran/vla-datatypes.f90: New file.
14401 * gdb.fortran/vla-history.exp: New file.
14402 * gdb.fortran/vla-ptype-sub.exp: New file.
14403 * gdb.fortran/vla-ptype.exp: New file.
14404 * gdb.fortran/vla-sizeof.exp: New file.
14405 * gdb.fortran/vla-sub.f90: New file.
14406 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14407 * gdb.fortran/vla-value-sub-finish.exp: New file.
14408 * gdb.fortran/vla-value-sub.exp: New file.
14409 * gdb.fortran/vla-value.exp: New file.
14410 * gdb.fortran/vla-ptr-info.exp: New file.
14411 * gdb.mi/mi-vla-fortran.exp: New file.
14412 * gdb.mi/vla.f90: New file.
14413
14414 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14415
14416 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14417 of hardwired timeout value.
14418
14419 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14420 Pedro Alves <palves@redhat.com>
14421
14422 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14423 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14424
14425 2015-10-19 Josh Stone <jistone@redhat.com>
14426
14427 * gdb.base/catch-syscall.c: Include <sched.h>.
14428 (unknown_syscall): New variable.
14429 (main): Trigger a vfork and an unknown syscall.
14430 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14431 (unknown_syscall_number): Likewise.
14432 (check_call_to_syscall): Accept an optional syscall pattern.
14433 (check_return_from_syscall): Likewise.
14434 (check_continue): Likewise.
14435 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14436 (test_catch_syscall_skipping_return): New test toggling off 'catch
14437 syscall' to step over the syscall return, then toggling back on.
14438 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14439 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14440 (do_syscall_tests): Call test_catch_syscall_without_args and
14441 test_catch_syscall_mid_vfork.
14442 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14443 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14444
14445 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14446
14447 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14448 print g_vE): Add new pass patterns.
14449 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14450 print various symbol names for vptr fields.
14451
14452 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14453
14454 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14455 results.
14456
14457 2015-10-12 Yao Qi <yao.qi@linaro.org>
14458
14459 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14460
14461 2015-10-12 Yao Qi <yao.qi@linaro.org>
14462
14463 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14464 is aarch64*-*-linux*.
14465
14466 2015-10-12 Yao Qi <yao.qi@linaro.org>
14467
14468 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14469 (can_relocate_bcond_true): ... it.
14470 (can_relocate_bcond_false): New function.
14471 (foo): Likewise.
14472 (can_relocate_bl): Likewise.
14473 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14474 can_relocate_bl.
14475
14476 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14477
14478 * gdb.base/nested-addr.c: New file.
14479 * gdb.base/nested-addr.exp: New testcase.
14480
14481 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14482
14483 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14484 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14485 its output. Ignore the output of "record goto begin" and instead
14486 check that GDB is replaying.
14487
14488 2015-10-09 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14491 (top level): Use it in the run with no args test.
14492
14493 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14494
14495 * gdb.dlang/properties.exp: New file.
14496
14497 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14498
14499 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14500 whether or not address 0x1000 is mapped on the target.
14501
14502 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14503
14504 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14505 build.
14506
14507 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14508
14509 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14510 instruction-history test.
14511
14512 2015-09-28 Doug Evans <dje@google.com>
14513
14514 * gdb.base/gcore.c (array_func): Add reference to static_array.
14515
14516 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14517
14518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14519 source line.
14520
14521 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14522
14523 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14524 short or char as base type.
14525
14526 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14527
14528 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14529 to allow any size enum.
14530
14531 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14532
14533 * gdb.ada/array_ptr_renaming.exp: New testcase.
14534 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14535 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14536
14537 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14538
14539 * gdb.trace/ftrace-lock.c: New file.
14540 * gdb.trace/ftrace-lock.exp: New file.
14541
14542 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14543
14544 * gdb.arch/insn-reloc.c: New file.
14545 * gdb.arch/ftrace-insn-reloc.exp: New file.
14546
14547 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14548
14549 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14550 instruction.
14551 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14552 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14553 * gdb.trace/range-stepping.c: Likewise.
14554 * gdb.trace/trace-break.c: Likewise.
14555 * gdb.trace/trace-mt.c (thread_function): Likewise.
14556 * gdb.trace/ftrace.c (marker): Likewise.
14557 * gdb.trace/trace-condition.c (marker): Likewise.
14558 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14559 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14560 is_aarch64_target.
14561
14562 2015-09-18 Doug Evans <xdje42@gmail.com>
14563
14564 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14565 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14566
14567 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14568
14569 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14570 the breakpoint.
14571
14572 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14573
14574 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14575 the pending breakpoint. Remove timeout override for "Run till
14576 MI pending breakpoint on pendfunc3 on thread 2" test.
14577
14578 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14579
14580 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14581 filename pattern.
14582
14583 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14584
14585 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14586 in breakpoint filename pattern.
14587
14588 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14589
14590 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14591
14592 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14593
14594 * gdb.linespec/explicit.exp: Check for readline support for
14595 tab-completion tests. Fix obvious typo.
14596
14597 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14598
14599 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14600 and replay.
14601
14602 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14603
14604 * gdb.btrace/non-stop.c: New.
14605 * gdb.btrace/non-stop.exp: New.
14606
14607 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14608 Yao Qi <yao.qi@linaro.org>
14609
14610 * gdb.trace/trace-condition.c: New file.
14611 * gdb.trace/trace-condition.exp: New file.
14612
14613 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14614
14615 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14616 for testing bytecode compilation.
14617
14618 2015-09-16 Pedro Alves <palves@redhat.com>
14619 Sandra Loosemore <sandra@codesourcery.com>
14620
14621 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14622 (SECONDS): Redefine.
14623 (main): Call pthread_kill and alarm early.
14624 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14625 support.
14626 (test): If the target can't hardware step and doesn't support
14627 displaced stepping, increase the timeout.
14628
14629 2015-09-16 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14632 (enable_debug): New procedures.
14633 (test): Use them. Bail out if waiting for threads fails.
14634 (top level): Bail out if a test fails.
14635
14636 2015-09-16 Yao Qi <yao.qi@linaro.org>
14637
14638 * gdb.asm/asm-source.exp: Set asm-arch for
14639 aarch64*-*-* target.
14640 * gdb.asm/aarch64.inc: New file.
14641
14642 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14643
14644 * gdb.ada/array_of_variable_length.exp: New testcase.
14645 * gdb.ada/array_of_variable_length/foo.adb: New file.
14646 * gdb.ada/array_of_variable_length/pck.adb: New file.
14647 * gdb.ada/array_of_variable_length/pck.ads: New file.
14648
14649 2015-09-15 Doug Evans <dje@google.com>
14650
14651 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14652 of function static local variable.
14653
14654 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14655
14656 * gdb.threads/tls-so_extern.exp: New test file.
14657 * gdb.threads/tls-so_extern.c: New test file.
14658 * gdb.threads/tls-so_extern_main.c: New test file.
14659
14660 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14661
14662 * gdb.opt/solib-intra-step-lib.c: New file.
14663 * gdb.opt/solib-intra-step-main.c: New file.
14664 * gdb.opt/solib-intra-step.exp: New file.
14665
14666 2015-09-15 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14669 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14670
14671 2015-09-14 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.base/hook-stop-continue.c: Delete.
14674 * gdb.base/hook-stop-continue.exp: Delete.
14675 * gdb.base/hook-stop-frame.c: Delete.
14676 * gdb.base/hook-stop-frame.exp: Delete.
14677 * gdb.base/hook-stop.c: New file.
14678 * gdb.base/hook-stop.exp: New file.
14679
14680 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14681
14682 * gdb.ada/access_to_packed_array.exp: New testcase.
14683 * gdb.ada/access_to_packed_array/foo.adb: New file.
14684 * gdb.ada/access_to_packed_array/pack.adb: New file.
14685 * gdb.ada/access_to_packed_array/pack.ads: New file.
14686
14687 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14688
14689 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14690 buffer size test.
14691
14692 2015-09-11 Don Breazeal <donb@codesourcery.com>
14693
14694 * gdb.base/foll-exec.c: Add copyright header. Fix
14695 formatting issues.
14696 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14697 (do_exec_tests): Use clean_restart in place of zap_session,
14698 and for test initialization. Fix formatting issues. Use
14699 fail in place of perror.
14700 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14701 an expect statement to match an expression with output from
14702 the program under debug.
14703 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14704 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14705 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14706 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14707 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14708
14709 2015-09-09 Doug Evans <dje@google.com>
14710
14711 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14712
14713 2015-09-09 Doug Evans <dje@google.com>
14714
14715 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14716
14717 2015-09-09 Doug Evans <dje@google.com>
14718
14719 * gdb.base/savedregs.exp: Fix typo.
14720
14721 2015-09-09 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14724
14725 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14726
14727 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14728 command actually switches threads. Give up on remaining
14729 tests if target fails to stop at breakpoint.
14730
14731 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14732
14733 * gdb.ada/funcall_char.exp: New testcase.
14734 * gdb.ada/funcall_char/foo.adb: New file.
14735
14736 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14737
14738 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14739 expected outputs. Add two testcases for completing ambiguous
14740 functions.
14741 * gdb.ada/complete/aux_pck.adb: New file.
14742 * gdb.ada/complete/aux_pck.ads: New file.
14743 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14744 Ambiguous_Func functions.
14745 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14746 * gdb.ada/complete/pck.adb: Likewise.
14747
14748 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14749
14750 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14751 failures to run the test program under GDB.
14752
14753 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14754
14755 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14756 to C.
14757
14758 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14759
14760 * gdb.base/run-after-attach.exp: New test file.
14761 * gdb.base/run-after-attach.c: New test file.
14762
14763 2015-08-26 Don Breazeal <donb@codesourcery.com>
14764
14765 * gdb.base/foll-exec-2.c: New test program.
14766 * gdb.base/foll-exec-2.exp: New test.
14767
14768 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14769
14770 * gdb.base/nested-subp1.exp: New file.
14771 * gdb.base/nested-subp1.c: New file.
14772 * gdb.base/nested-subp2.exp: New file.
14773 * gdb.base/nested-subp2.c: New file.
14774 * gdb.base/nested-subp3.exp: New file.
14775 * gdb.base/nested-subp3.c: New file.
14776
14777 2015-08-24 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.server/connect-without-multi-process.c: New file.
14780 * gdb.server/connect-without-multi-process.exp: New file.
14781
14782 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14783
14784 * gdb.opt/inline-markers.c: Make z int.
14785
14786 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14787
14788 * gdb.opt/inline-markers.c: Make z volatile.
14789
14790 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14791
14792 * gdb.opt/inline-bt.c: New volatile global z.
14793 * gdb.opt/inline-cmds.c: Likewise.
14794 * gdb.opt/inline-locals.c: Likewise.
14795 * gdb.opt/inline-markers.c: New extern global z.
14796 (marker): Use z.
14797 (inline_fn): Likewise.
14798
14799 2015-08-24 Pedro Alves <palves@redhat.com>
14800
14801 * config/m32r-stub.exp: Remove file.
14802 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14803 * gdb.base/call-rt-st.exp: Likewise.
14804 * gdb.base/call-strs.exp: Likewise.
14805 * gdb.base/default.exp: Remove references to h8300-*-hms and
14806 *-*-udi*.
14807 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14808
14809 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14810
14811 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14812 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14813 and "return" use KFAIL when GDB can not read/write the vector
14814 return value.
14815
14816 2015-08-21 Gary Benson <gbenson@redhat.com>
14817
14818 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14819
14820 2015-08-20 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.server/solib-list.exp: No longer expect an interior stop in
14823 non-stop mode.
14824
14825 2015-08-20 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.server/connect-stopped-target.c: New file.
14828 * gdb.server/connect-stopped-target.exp: New file.
14829
14830 2015-08-20 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.dwarf2/comp-unit-lang.exp: New file.
14833 * gdb.dwarf2/comp-unit-lang.c: New file.
14834
14835 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14836
14837 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14838 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14839
14840 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14841
14842 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14844
14845 2015-08-18 Doug Evans <dje@google.com>
14846 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14847
14848 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14849 skip_python_tests. New arg prompt_regexp.
14850 (skip_python_tests): New function.
14851 * lib/mi-support.exp (mi_skip_python_tests): New function.
14852 * gdb.python/py-mi-objfile-gdb.py: New file.
14853 * gdb.python/py-mi-objfile.c: New file.
14854 * gdb.python/py-mi-objfile.exp: New file.
14855
14856 2015-08-17 Keith Seitz <keiths@redhat.com>
14857
14858 * gdb.linespec/explicit.exp: Move strace test from here ...
14859 * gdb.trace/strace.exp: ... to here.
14860
14861 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14862
14863 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14864 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14865
14866 2015-08-14 Doug Evans <xdje42@gmail.com>
14867
14868 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14869 inferior before selecting a new file.
14870
14871 2015-08-14 Doug Evans <xdje42@gmail.com>
14872
14873 * gdb.mi/mi-disassemble.exp: Update.
14874 * gdb.base/disasm-optim.S: New file.
14875 * gdb.base/disasm-optim.c: New file.
14876 * gdb.base/disasm-optim.h: New file.
14877 * gdb.base/disasm-optim.exp: New file.
14878
14879 2015-08-14 Keith Seitz <keiths@redhat.com>
14880
14881 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14882 "evaluated-by".
14883
14884 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14885
14886 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14887
14888 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14889
14890 * gdb.ada/fun_renaming.exp: New testcase.
14891 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14892 * gdb.ada/fun_renaming/pack.adb: New file.
14893 * gdb.ada/fun_renaming/pack.ads: New file.
14894
14895 2015-08-12 Keith Seitz <keiths@redhat.com>
14896
14897 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14898 gdb_get_line_number.
14899
14900 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14901
14902 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14903 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14904 gdb.base/dso2dso.exp: New files.
14905
14906 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14907 Pedro Alves <palves@redhat.com>
14908 Keith Seitz <keiths@redhat.com>
14909
14910 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14911 GDBFLAGS.
14912
14913 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14914
14915 * gdb.base/gdbhistsize-history.exp
14916 (test_histsize_history_setting): Use save_vars.
14917 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14918 Use save_vars.
14919 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14920 * gdb.base/readline.exp: Use save_vars.
14921
14922 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14923
14924 * lib/gdb.exp (save_vars): New proc.
14925
14926 2015-08-11 Keith Seitz <keiths@redhat.com>
14927
14928 * gdb.base/help.exp: Update help_breakpoint_text.
14929
14930 2015-08-11 Keith Seitz <keiths@redhat.com>
14931
14932 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14933 (at toplevel): Call test_explicit_breakpoints.
14934 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14935 breakpoints.
14936 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14937 breakpoint conditions, "-cond".
14938
14939 2015-08-11 Keith Seitz <keiths@redhat.com>
14940
14941 * gdb.linespec/3explicit.c: New file.
14942 * gdb.linespec/cpexplicit.cc: New file.
14943 * gdb.linespec/cpexplicit.exp: New file.
14944 * gdb.linespec/explicit.c: New file.
14945 * gdb.linespec/explicit.exp: New file.
14946 * gdb.linespec/explicit2.c: New file.
14947 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14948 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14949 before using in the matching pattern.
14950 Clarify that `prefix' is a regular expression.
14951
14952 2015-08-11 Keith Seitz <keiths@redhat.com>
14953
14954 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14955 test.
14956 Add tests for missing ",FMT" and ",".
14957
14958 2015-08-10 Doug Evans <dje@google.com>
14959 Keith Seitz <keiths@redhat.com>
14960
14961 PR gdb/17960
14962 * gdb.base/completion.exp: Add location completer tests.
14963
14964 2015-08-07 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14967 tests here.
14968 (top level): Run do_test with and without displaced stepping.
14969
14970 2015-08-07 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/valgrind-disp-step.c: New file.
14973 * gdb.base/valgrind-disp-step.exp: New file.
14974
14975 2015-08-07 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14978 Delete function.
14979 (main): Add alarm. Run an infinite loop instead of calling
14980 wait_threads.
14981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14982 comment.
14983 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14984 Delete function.
14985 (main): Add alarm. Run an infinite loop instead of calling
14986 wait_threads.
14987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14988 comment.
14989
14990 2015-08-07 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.base/checkpoint-ns.exp: New file.
14993 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14994 standard_testfile.
14995
14996 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14997
14998 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14999 * gdb.btrace/instruction_history.exp: Update.
15000 * gdb.btrace/tsx.exp: New.
15001 * gdb.btrace/tsx.c: New.
15002
15003 2015-08-06 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15006 increase timeout.
15007 * gdb.reverse/until-precsave.exp: Bump timeouts.
15008
15009 2015-08-06 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15012
15013 2015-08-06 Pedro Alves <palves@redhat.com>
15014
15015 PR gdb/18749
15016 * gdb.threads/process-dies-while-handling-bp.c: New file.
15017 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15018
15019 2015-08-06 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15022 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15023
15024 2015-08-05 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15027 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15028
15029 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15030
15031 * gdb.base/bp-permanent.exp: Report test as unsupported if
15032 the target cannot stop at the permanent breakpoint.
15033
15034 2015-08-03 Doug Evans <dje@google.com>
15035
15036 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15037 10000.
15038
15039 2015-08-03 Doug Evans <dje@google.com>
15040
15041 * Makefile.in (workers/%.worker, build-perf): New rule.
15042 (GDB_PERFTEST_MODE): New variable.
15043 (check-perf): Use it.
15044 (clean): Clean up gdb.perf parallel build subdirs.
15045 * lib/build-piece.exp: New file.
15046 * lib/gdb.exp (make_gdb_parallel_path): New function
15047 (standard_output_file, standard_temp_file): Call it.
15048 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15049 of $GDB_PARALLEL.
15050 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15051
15052 2015-08-03 Doug Evans <dje@google.com>
15053
15054 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15055 (LOG_FILE_NAME): New global.
15056 (TextReporter.__init__): Initialize self.txt_sum.
15057 (TextReporter.report): Add support for multiple data-points.
15058 Move report to perftest.sum, put raw data in perftest.log.
15059 (TextReporter.start): Open sum and log files.
15060 (TextReporter.end): Close sum and log files.
15061 * gdb.perf/lib/perftest/testresult.py
15062 (SingleStatisticTestResult.record): Handle multiple data-points.
15063
15064 2015-07-31 Pedro Alves <palves@redhat.com>
15065
15066 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15067 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15068 kill_wait_spawned_process instead of explicit "kill -9".
15069 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15070 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15071 kill_wait_spawned_process.
15072 * gdb.base/attach-twice.exp: Likewise.
15073 * gdb.base/attach.exp: Likewise.
15074 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15075 gdb_test_multiple.
15076 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15078 kill_wait_spawned_process.
15079 * gdb.base/valgrind-infcall.exp: Likewise.
15080 * gdb.multi/multi-attach.exp: Likewise.
15081 * gdb.python/py-prompt.exp: Likewise.
15082 * gdb.python/py-sync-interp.exp: Likewise.
15083 * gdb.server/ext-attach.exp: Likewise.
15084 * gdb.threads/attach-into-signal.exp (corefunc): Use
15085 spawn_wait_for_attach, spawn_id_get_pid and
15086 kill_wait_spawned_process.
15087 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15088 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15089 spawn_id_get_pid and kill_wait_spawned_process.
15090 * gdb.threads/attach-stopped.exp (corefunc): Use
15091 spawn_wait_for_attach, spawn_id_get_pid and
15092 kill_wait_spawned_process.
15093 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15094 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15095 kill_wait_spawned_process instead of explicit "kill -9".
15096 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15097 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15098 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15099 processes. Don't map cygwin/windows pids here. Now returns a
15100 spawn id list.
15101
15102 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15103
15104 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15105 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15106 correct patch.
15107
15108 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15109
15110 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15111
15112 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15113
15114 Reapply:
15115 2014-05-21 Mark Wielaard <mjw@redhat.com>
15116
15117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15118
15119 2015-07-30 Pedro Alves <palves@redhat.com>
15120
15121 * linux-low.c (handle_extended_wait): Set the child's last
15122 reported status to TARGET_WAITKIND_STOPPED.
15123
15124 2015-07-30 Pedro Alves <palves@redhat.com>
15125
15126 PR threads/18600
15127 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15128 only shows inferior 1.
15129
15130 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15131 Pedro Alves <palves@redhat.com>
15132
15133 PR threads/18600
15134 * gdb.threads/fork-plus-threads.c: New file.
15135 * gdb.threads/fork-plus-threads.exp: New file.
15136
15137 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15138
15139 * gdb.base/batch-preserve-term-settings.exp
15140 (test_terminal_settings_preserved_after_cli_exit): Use
15141 send_quit_command.
15142
15143 2015-07-29 Pedro Alves <palves@redhat.com>
15144 Don Breazeal <donb@codesourcery.com>
15145
15146 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15147 output from both inferior_spawn_id and gdb_spawn_id.
15148
15149 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15150
15151 * gdb.threads/attach-into-signal.exp (corefunc): Use
15152 with_test_prefix on nested loops, uniquefying the test messages.
15153
15154 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15155
15156 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15157 commit.
15158
15159 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15160
15161 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15162 New proc.
15163 (test_terminal_settings_preserved_after_sigterm): New test.
15164
15165 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15166
15167 * gdb.base/batch-preserve-term-settings.exp
15168 (test_terminal_settings_preserved_after_cli_exit): New test.
15169
15170 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15171
15172 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15173 manipulation of saved_gdbflags.
15174 (test_terminal_settings_preserved): Remove global declaration of
15175 the unused variable pagination_prompt. Remove manipulation of
15176 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15177 GDBFLAGS.
15178
15179 2015-07-29 Pedro Alves <palves@redhat.com>
15180
15181 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15182
15183 2015-07-29 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15186 at the top.
15187
15188 2015-07-29 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15191 (main): Call gdb_unbuffer_output.
15192 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15193 (main): Call gdb_unbuffer_output.
15194 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15195 (main): Call gdb_unbuffer_output.
15196 * gdb.base/call-strs.exp: Adjust to step over the
15197 gdb_unbuffer_output call.
15198 * gdb.base/catch-gdb-caused-signals.c: Include
15199 "../lib/unbuffer_output.c".
15200 (main): Call gdb_unbuffer_output.
15201 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15202 (main): Call gdb_unbuffer_output.
15203 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15204 (main): Call gdb_unbuffer_output.
15205 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15206 (main): Call gdb_unbuffer_output.
15207 * gdb.base/shlib-call.exp: Adjust to step over the
15208 gdb_unbuffer_output call.
15209 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15210 (main): Call gdb_unbuffer_output.
15211 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15212 (main): Call gdb_unbuffer_output.
15213 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15214 (main): Rename to ...
15215 (test): ... this.
15216 (main): Reimplement.
15217 * gdb.base/varargs.exp: Run to test instead of to main.
15218 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15219 (main): Call gdb_unbuffer_output.
15220
15221 2015-07-29 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15224 factore out from mi_continue_dprintf. For call-style dprintfs,
15225 expect dprintf output out of $inferior_spawn_id.
15226 (mi_continue_dprintf): Use mi_expect_dprintf.
15227 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15228 (main): Call gdb_unbuffer_output.
15229
15230 2015-07-29 Pedro Alves <palves@redhat.com>
15231
15232 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15233 (default_mi_gdb_start): Set inferior_spawn_id instead of
15234 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15235 gdb_spawn_id.
15236 (mi_gdb_test): Always expect inferior output from both
15237 $inferior_spawn_id and $gdb_spawn_id.
15238
15239 2015-07-29 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15242 send_inferior and $inferior_spawn_id.
15243
15244 2015-07-29 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.gdb/complaints.exp (test_initial_complaints)
15247 (test_serial_complaints, test_short_complaints): Use
15248 gdb_test_stdio.
15249 (test_empty_complaint): Handle $inferior_spawn_id !=
15250 $gdb_spawn_id.
15251
15252 2015-07-29 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.base/varargs.exp: Use gdb_test_stdio.
15255
15256 2015-07-29 Pedro Alves <palves@redhat.com>
15257
15258 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15259
15260 2015-07-29 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15263
15264 2015-07-29 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15267 parameter into two new parameters, "inf_result" and "gdb_result".
15268 Expect inferior output and gdb output from $inferior_spawn_id and
15269 $gdb_spawn_id, respectively. Adjust all callers.
15270
15271 2015-07-29 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15274 of gdb_test_sequence.
15275
15276 2015-07-29 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15279 (saw_spurious_output): Expect inferior output from
15280 $inferior_spawn_id. Use gdb_test_stdio.
15281
15282 2015-07-29 Pedro Alves <palves@redhat.com>
15283
15284 * gdb.base/dprintf.exp: Use standard_testfile. Change
15285 prepare_for_testing call.
15286 (srcfile): Don't set.
15287 (restart): New procedure.
15288 (test_dprintf): New procecure, use to continue over dprintfs.
15289 (test_call, test_agent): New procedures, tests moved here.
15290 Restart gdb and recreate dprintfs. Adjust expected output.
15291
15292 2015-07-29 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15295
15296 2015-07-29 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15299
15300 2015-07-29 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15303 gdb_test_stdio.
15304
15305 2015-07-29 Pedro Alves <palves@redhat.com>
15306
15307 * lib/gdb.exp (gdb_test_stdio): New procedure.
15308
15309 2015-07-29 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15312
15313 2015-07-29 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/call-signal-resume.exp: Remove check for
15316 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15317 * gdb.base/unwindonsignal.exp: Likewise.
15318 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15319 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15320
15321 2015-07-29 Pedro Alves <palves@redhat.com>
15322
15323 * gdb.base/siginfo-addr.c (pass): New function.
15324 (handler): Call it iff si_addr is correct.
15325 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15326 Set a breakpoint at "pass" and continue to it.
15327
15328 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15329
15330 * gdb.python/py-objfile.exp: Make some tests have unique names.
15331 * gdb.python/py-pp-registration.exp: Likewise.
15332
15333 2015-07-28 Pedro Alves <palves@redhat.com>
15334
15335 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15336
15337 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15338
15339 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15340
15341 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15342
15343 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15344
15345 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15346
15347 * gdb.base/gdb-sigterm-2.exp: New test.
15348
15349 2015-07-25 Doug Evans <xdje42@gmail.com>
15350
15351 Revert:
15352 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15353 (workers/%.worker, build-perf): New rule.
15354 (GDB_PERFTEST_MODE): New variable.
15355 (check-perf): Use it.
15356 (clean): Clean up gdb.perf parallel build subdirs.
15357 * lib/build-piece.exp: New file.
15358 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15359 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15360 name.
15361 (standard_temp_file): Ditto.
15362 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15363 of $GDB_PARALLEL.
15364
15365 2015-07-24 Doug Evans <dje@google.com>
15366
15367 * gdb.perf/lib/perftest/utils.py: New file.
15368 * gdb.perf/gm-hello.cc: New file.
15369 * gdb.perf/gm-pervasive-typedef.cc: New file.
15370 * gdb.perf/gm-pervasive-typedef.h: New file.
15371 * gdb.perf/gm-std.cc: New file.
15372 * gdb.perf/gm-std.h: New file.
15373 * gdb.perf/gm-use-cerr.cc: New file.
15374 * gdb.perf/gm-utils.h: New file.
15375 * gdb.perf/gmonster-null-lookup.py: New file.
15376 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15377 * gdb.perf/gmonster-print-cerr.py: New file.
15378 * gdb.perf/gmonster-ptype-string.py: New file.
15379 * gdb.perf/gmonster-runto-main.py: New file.
15380 * gdb.perf/gmonster-select-file.py: New file.
15381 * gdb.perf/gmonster1-null-lookup.exp: New file.
15382 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15383 * gdb.perf/gmonster1-print-cerr.exp: New file.
15384 * gdb.perf/gmonster1-ptype-string.exp: New file.
15385 * gdb.perf/gmonster1-runto-main.exp: New file.
15386 * gdb.perf/gmonster1-select-file.exp: New file.
15387 * gdb.perf/gmonster1.cc: New file.
15388 * gdb.perf/gmonster1.exp: New file.
15389 * gdb.perf/gmonster2-null-lookup.exp: New file.
15390 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15391 * gdb.perf/gmonster2-print-cerr.exp: New file.
15392 * gdb.perf/gmonster2-ptype-string.exp: New file.
15393 * gdb.perf/gmonster2-runto-main.exp: New file.
15394 * gdb.perf/gmonster2-select-file.exp: New file.
15395 * gdb.perf/gmonster2.cc: New file.
15396 * gdb.perf/gmonster2.exp: New file.
15397
15398 2015-07-24 Doug Evans <dje@google.com>
15399
15400 * gdb.perf/README: New file.
15401 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15402 * lib/gen-perf-test.exp: New file.
15403
15404 2015-07-24 Doug Evans <dje@google.com>
15405
15406 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15407 (PerfTest::startup): New function.
15408 (PerfTest::run): Return result of calling body.
15409 (PerfTest::assemble): Rewrite.
15410 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15411 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15412 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15413 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15414 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15415
15416 2015-07-24 Doug Evans <dje@google.com>
15417
15418 * lib/gdb.exp (clean_restart): Make executable optional.
15419
15420 2015-07-24 Doug Evans <dje@google.com>
15421
15422 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15423 compiler_info references.
15424 * gdb.cp/temargs.exp: Ditto.
15425 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15426 (get_compiler_info): Early exit if already computed. Set compiler_info
15427 to "unknown" if there was a problem.
15428 (test_compiler_info): Add function comment. Call get_compiler_info.
15429
15430 2015-07-24 Doug Evans <dje@google.com>
15431
15432 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15433 (workers/%.worker, build-perf): New rule.
15434 (GDB_PERFTEST_MODE): New variable.
15435 (check-perf): Use it.
15436 (clean): Clean up gdb.perf parallel build subdirs.
15437 * lib/build-piece.exp: New file.
15438 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15439 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15440 name.
15441 (standard_temp_file): Ditto.
15442 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15443 of $GDB_PARALLEL.
15444
15445 2015-07-24 Doug Evans <dje@google.com>
15446
15447 * lib/future.exp (gdb_default_target_compile): New option
15448 "early_flags".
15449 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15450 --as-needed.
15451
15452 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15453
15454 * gdb.base/catch-syscall.exp: Call gdb_exit before
15455 gdb_skip_xml_test.
15456
15457 2015-07-24 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.python/py-events.exp: Accept output between the stop event
15460 and the prompt.
15461 * gdb.python/py-evsignal.exp: Likewise.
15462 * gdb.python/py-evthreads.exp: Likewise.
15463
15464 2015-07-24 Pedro Alves <palves@redhat.com>
15465
15466 PR gdb/18717
15467 * gdb.threads/non-ldr-exit.c: New file.
15468 * gdb.threads/non-ldr-exit.exp: New file.
15469
15470 2015-07-24 Yao Qi <yao.qi@linaro.org>
15471
15472 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15473 restarting process.
15474
15475 2015-07-24 Yao Qi <yao.qi@linaro.org>
15476
15477 * gdb.server/ext-restart.exp: New file.
15478
15479 2015-07-24 Yao Qi <yao.qi@linaro.org>
15480
15481 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15482 argument options.
15483 * gdb.server/ext-wrapper.exp: New file.
15484
15485 2015-07-23 Doug Evans <dje@google.com>
15486
15487 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15488 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15489
15490 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15491
15492 * gdb.ada/var_arr_typedef.exp: New testcase.
15493 * gdb.ada/var_arr_typedef/pack.adb: New file.
15494 * gdb.ada/var_arr_typedef/pack.ads: New file.
15495 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15496
15497 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15498
15499 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15500
15501 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 * gdb.arch/i386-biarch-core.exp: Replace istarget
15504 by "complete set gnutarget". Remove expectation for the "core-file"
15505 command.
15506
15507 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15508
15509 Revert the previous commit:
15510 Tests for validate symbol file using build-id.
15511
15512 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15513
15514 Tests for validate symbol file using build-id.
15515 * gdb.base/solib-mismatch-lib.c: New file.
15516 * gdb.base/solib-mismatch-libmod.c: New file.
15517 * gdb.base/solib-mismatch.c: New file.
15518 * gdb.base/solib-mismatch.exp: New file.
15519
15520 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15521
15522 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15523 nios2-*-linux*.
15524 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15525 * gdb.base/siginfo.exp: Likewise.
15526 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15527
15528 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15529
15530 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15531 Move it to ...
15532 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15533 ... here.
15534 * gdb.trace/range-stepping.exp: Check that the target supports
15535 range stepping.
15536
15537 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15538
15539 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15540
15541 2015-07-14 Pedro Alves <palves@redhat.com>
15542
15543 * gdb.base/killed-outside.exp: New file.
15544 * gdb.base/killed-outside.c: New file.
15545
15546 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15547
15548 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15549 (n at main): New.
15550 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15551
15552 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15553
15554 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15555 infcall tests instead of setting up for KFAIL.
15556
15557 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15558
15559 * gdb.btrace/record_goto-step.exp: New.
15560
15561 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15562
15563 PR compile/18484
15564 * gdb.compile/compile.c (struct struct_type): Add volatile to
15565 selffield's type.
15566 * gdb.compile/compile.exp
15567 (compile code struct_object.selffield = &struct_object): Skip further
15568 struct_object tests if this one xfails.
15569
15570 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15571
15572 PR exp/18617
15573 * gdb.trace/ax.exp: Add test.
15574
15575 2015-07-07 Yao Qi <yao.qi@linaro.org>
15576
15577 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15578 instead of istarget "aarch64*-*-*".
15579 * gdb.arch/aarch64-fp.exp: Likewise.
15580 * gdb.base/float.exp: Likewise.
15581 * gdb.reverse/aarch64.exp: Likewise.
15582 * lib/gdb.exp (is_aarch64_target): New proc.
15583
15584 2015-07-07 Yao Qi <yao.qi@linaro.org>
15585
15586 * lib/gdb.exp (is_aarch32_target): New proc.
15587 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15588 instead of "istarget "arm*-*-*"".
15589 * gdb.arch/arm-disp-step.exp: Likewise.
15590 * gdb.arch/thumb-bx-pc.exp: Likewise.
15591 * gdb.arch/thumb-prologue.exp: Likewise.
15592 * gdb.arch/thumb-singlestep.exp: Likewise.
15593 * gdb.base/disp-step-syscall.exp: Likewise.
15594 * gdb.base/float.exp: Likewise.
15595
15596 2015-07-07 Yao Qi <yao.qi@linaro.org>
15597
15598 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15599 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15600
15601 2015-07-07 Yao Qi <yao.qi@linaro.org>
15602
15603 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15604 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15605 if it exists.
15606 * gdb.multi/multi-arch.exp: Likewise.
15607
15608 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15609
15610 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15611 print.
15612
15613 2015-07-07 Yao Qi <yao.qi@linaro.org>
15614
15615 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15616
15617 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15618
15619 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15620 '[' and ']' characters.
15621
15622 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15623
15624 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15625
15626 2015-06-29 Pedro Alves <palves@redhat.com>
15627
15628 PR threads/18127
15629 * gdb.threads/hand-call-new-thread.c: New file.
15630 * gdb.threads/hand-call-new-thread.c: New file.
15631
15632 2015-06-26 Keith Seitz <keiths@redhat.com>
15633 Doug Evans <dje@google.com>
15634
15635 PR 16253
15636 * gdb.cp/var-tag-2.cc: New file.
15637 * gdb.cp/var-tag-3.cc: New file.
15638 * gdb.cp/var-tag-4.cc: New file.
15639 * gdb.cp/var-tag.cc: New file.
15640 * gdb.cp/var-tag.exp: New file.
15641
15642 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15643
15644 * gdb.base/history-duplicates.exp: New test.
15645
15646 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15647
15648 * gdb.base/completion.exp: Test the completion of the "focus"
15649 command.
15650
15651 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 * gdb.arch/amd64-prologue-skip.S: New file.
15654 * gdb.arch/amd64-prologue-skip.exp: New file.
15655
15656 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15657
15658 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15659 is_address_zero_readable check.
15660
15661 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15662
15663 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15664 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15665
15666 2015-06-24 Yao Qi <yao.qi@linaro.org>
15667
15668 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15669 linux targets.
15670
15671 2015-06-24 Yao Qi <yao.qi@linaro.org>
15672
15673 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15674 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15675 * gdb.base/siginfo-thread.exp: Likewise.
15676
15677 2015-06-22 Yao Qi <yao.qi@linaro.org>
15678
15679 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15680
15681 2015-06-22 Yao Qi <yao.qi@linaro.org>
15682
15683 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15684 aarch64*-*-*.
15685 (skip_hw_watchpoint_tests): Likewise.
15686
15687 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15688
15689 * gdb.base/gdbinit-history.exp: Test the interaction between
15690 setting GDBHISTSIZE and setting the history size via .gdbinit.
15691
15692 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15693
15694 PR gdb/16999
15695 * gdb.base/gdbhistsize-history.exp: New test.
15696
15697 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15698
15699 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15700 with GDBHISTSIZE.
15701 * gdb.base/readline.exp: Likewise.
15702
15703 2015-06-17 Yao Qi <yao.qi@linaro.org>
15704
15705 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15706 line.
15707
15708 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15709
15710 * gdb.base/gdbinit-history.exp: Add test case to check that
15711 an unlimited history file does not get truncated on exit.
15712
15713 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15714
15715 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15716 (VECTOR): New macro. Use it...
15717 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15718 ...for these typedefs.
15719 (int8, char1, int1, double1): New typedefs.
15720 (struct just_int2, struct two_int2): New structures.
15721 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15722 (add_structvecs, add_singlevecs): New functions.
15723 (main): Call add_some_intvecs twice.
15724 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15725 the compile and exit upon failure. Try compiling for the "native"
15726 architecture. Test inferior function calls with vector arguments
15727 and vector return value handling with "finish" and "return".
15728
15729 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15730
15731 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15732 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15733 PE file.
15734 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15735
15736 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15737
15738 PR breakpoints/16465
15739 * gdb.mi/mi-dprintf-pending.c: New file.
15740 * gdb.mi/mi-dprintf-pending.exp: New test.
15741 * gdb.mi/mi-dprintf-pendshr.c: New file.
15742
15743 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15744 Mircea Gherzan <mircea.gherzan@intel.com>
15745
15746 * gdb.arch/i386-mpx-map.c: New file.
15747 * gdb.arch/i386-mpx-map.exp: New File.
15748
15749 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15750
15751 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15752 * gdb.arch/i386-mpx.exp: Indentation fixed.
15753
15754 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15755
15756 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15757 function and improved indentation.
15758 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15759 gdb_test_multiple. Added additional tests to skip the test.
15760
15761 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15762
15763 * gdb.arch/i386-avx512.c: Change path in include file.
15764 * gdb.arch/i386-avx512.exp: Change include dir path
15765 compilation flag.
15766 * gdb.arch/i386-mpx.c: Change path in include file.
15767 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15768 flag.
15769
15770 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * gdb.compile/compile-print.exp (compile print *vararray@3)
15773 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15774
15775 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15776
15777 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15778 (do not keep jit in memory): ... this.
15779 (expect 5): Change it to ...
15780 (expect no 5): ... this.
15781
15782 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15783
15784 PR gdb/15564
15785 * gdb.mi/mi-detach.exp: New file.
15786
15787 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15788
15789 PR symtab/18392
15790 * gdb.arch/amd64-tailcall-self.S: New file.
15791 * gdb.arch/amd64-tailcall-self.c: New file.
15792 * gdb.arch/amd64-tailcall-self.exp: New file.
15793
15794 2015-05-28 Don Breazeal <donb@codesourcery.com>
15795
15796 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15797 tests for remote targets by checking is_target_gdbserver.
15798
15799 2015-05-27 Doug Evans <dje@google.com>
15800
15801 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15802 * gdb.dwarf2/opaque-type-lookup.c: New file.
15803 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15804
15805 2015-05-26 Doug Evans <dje@google.com>
15806
15807 * gdb.cp/iostream.cc: New file.
15808 * gdb.cp/iostream.exp: New file.
15809
15810 2015-05-26 Doug Evans <dje@google.com>
15811
15812 * gdb.dwarf2/dw2-op-call.exp: Update.
15813 * gdb.dwarf2/dw4-sig-types.exp: Update.
15814 * gdb.dwarf2/implptr.exp: Update.
15815 * gdb.mi/mi-cmd-param-changed.exp: Update.
15816
15817 2015-05-26 Doug Evans <dje@google.com>
15818
15819 * gdb.python/py-lazy-string.c: New file.
15820 * gdb.python/py-lazy-string.exp: New file.
15821 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15822 (main): Update. Add estring3.
15823 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15824 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15825
15826 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15827 Yao Qi <yao.qi@linaro.org>
15828
15829 * gdb.reverse/aarch64.c: New.
15830 * gdb.reverse/aarch64.exp: New.
15831
15832 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15833
15834 * lib/gdb.exp (supports_process_record): Return true for
15835 aarch64*-linux*.
15836 (supports_reverse): Likewise.
15837
15838 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15839
15840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15841 Use with_test_prefix.
15842
15843 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15844
15845 * gdb.base/completion.exp: Add test for completion of layout
15846 names.
15847
15848 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15849
15850 * lib/gdb.exp (skip_tui_tests): New proc.
15851 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15852
15853 2015-05-19 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15856 Save the whole env array instead of just HOME. Unset HISTSIZE in
15857 the environment while testing. Restore whole environment
15858 afterwards.
15859
15860 2015-05-16 Doug Evans <xdje42@gmail.com>
15861
15862 * gdb.guile/scm-ports.c: New file.
15863 * gdb.guile/scm-ports.exp: Add memory port tests.
15864
15865 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.compile/compile-print.c: New file.
15868 * gdb.compile/compile-print.exp: New file.
15869
15870 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15871
15872 * gdb.compile/compile-ops.exp: Cast param to void.
15873 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15874 (compile code struct_object.selffield = &struct_object): Add xfail.
15875
15876 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15877
15878 * gdb.ada/arr_enum_with_gap: New testcase.
15879
15880 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15881
15882 * gdb.ada/byte_packed_arr: New testcase.
15883
15884 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15885
15886 * gdb.ada/pckd_neg: New testcase.
15887
15888 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15889
15890 PR gdb/17820
15891 * gdb.base/gdbinit-history.exp: New test.
15892 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15893 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15894
15895 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15896
15897 * gdb.python/py-xmethods.cc: Enhance test case.
15898 * gdb.python/py-xmethods.exp: New tests.
15899 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15900 function.
15901 (B_indexoper): Likewise.
15902 (global_dm_list) : Add new xmethod worker functions.
15903
15904 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15905
15906 * gdb.base/coredump-filter.exp: Correctly unset
15907 "coredump_var_addr" array.
15908
15909 2015-05-08 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.server/non-existing-program.exp: Unset spawn_id.
15912
15913 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15914
15915 PR python/18291
15916 * gdb.python/py-xmethods.exp: Add tests.
15917
15918 2015-05-08 Yao Qi <yao.qi@linaro.org>
15919
15920 PR gdb/18208
15921 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15922 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15923 function set_coredump_filter, and remove remote_exec call.
15924 Remove argument ipid. Callers update.
15925 (top level): Don't get inferior's PID.
15926
15927 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15928
15929 * gdb.base/watch_thread_num.exp: Skip test on targets without
15930 access watchpoints.
15931
15932 2015-05-06 Pedro Alves <palves@redhat.com>
15933
15934 PR server/18081
15935 * gdb.server/non-existing-program.exp: New file.
15936
15937 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15938
15939 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15940
15941 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15942
15943 * gdb.ada/out_of_line_in_inlined: New testcase.
15944
15945 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.ada/var_rec_arr: New testcase.
15948
15949 2015-04-30 Yao Qi <yao.qi@linaro.org>
15950
15951 * gdb.base/break-idempotent.exp: If
15952 skip_hw_watchpoint_multi_tests returns true, skip the tests
15953 on "rwatch" and "awatch".
15954
15955 2015-04-30 Yao Qi <yao.qi@linaro.org>
15956
15957 * gdb.base/relativedebug.exp: Invoke gdb command
15958 "info sharedlibrary", and if libc.so doesn't have debug info,
15959 skip the test.
15960
15961 2015-04-29 Doug Evans <dje@google.com>
15962
15963 * gdb.python/py-xmethods.exp: Add ptype tests.
15964 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15965 get_result_type method.
15966
15967 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15968
15969 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15970 the target does not support hardware watchpoints.
15971
15972 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15973
15974 * gdb.base/break-always.exp: Abort testing if writing to memory
15975 causes an error.
15976
15977 2015-04-28 Doug Evans <dje@google.com>
15978
15979 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15980 * gdb.python/py-pp-registration.exp: ... here. New file.
15981 * gdb.python/py-pp-registration.c: New file.
15982 * gdb.python/py-pp-registration.py: New file.
15983
15984 2015-04-28 Doug Evans <dje@google.com>
15985
15986 * gdb.python/py-bad-printers.c: New file.
15987 * gdb.python/py-bad-printers.py: New file.
15988 * gdb.python/py-bad-printers.exp: New file.
15989
15990 2015-04-28 Sasha Smundak <asmundak@google.com>
15991
15992 * gdb.python/py-type.exp: New test.
15993
15994 2015-04-28 Andy Wingo <wingo@igalia.com>
15995
15996 * gdb.python/py-parameter.exp:
15997 * gdb.guile/scm-parameter.exp: Escape the path that we are
15998 matching against, as it might contain characters that are special
15999 to regular expressions.
16000
16001 2015-04-27 Joel Brobecker <brobecker@adacore.com>
16002
16003 * gdb.ada/rec_comp: New testcase.
16004
16005 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16006
16007 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16008 before using it.
16009
16010 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16011
16012 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16013 new tests for verilog output.
16014
16015 2015-04-24 Yao Qi <yao.qi@linaro.org>
16016
16017 * boards/remote-gdbserver-on-localhost.exp: New file.
16018
16019 2015-04-23 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16022 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16023 "end of file", remove $inferior_spawn_id from the indirect list.
16024
16025 2015-04-23 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16028
16029 2015-04-23 Pedro Alves <palves@redhat.com>
16030
16031 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16032 on $any_spawn_id instead of only on $gdb_spawn_id.
16033
16034 2015-04-21 Pierre Muller <muller@sourceware.org>
16035
16036 PR pascal/17815
16037 * lib/pascal.exp (gpc_compile): Add new option "class".
16038 (fpc_compile): Likewise.
16039 * gdb.pascal/case-insensitive-symbols.pas: New file.
16040 * gdb.pascal/case-insensitive-symbols.exp: New file.
16041
16042 2015-04-20 Gary Benson <gbenson@redhat.com>
16043
16044 * gdb.base/attach.exp: Fix three extended remote failures.
16045
16046 2015-04-17 Gary Benson <gbenson@redhat.com>
16047
16048 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16049 the main executable over the remote protocol.
16050
16051 2015-04-16 Pedro Alves <palves@redhat.com>
16052
16053 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16054 a new gdbserver if gdbserver_reconnect_p is set.
16055
16056 2015-04-16 Pedro Alves <palves@redhat.com>
16057
16058 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16059 is set, don't exit gdbserver.
16060
16061 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16062
16063 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16064 appropriate .insn, such that an older assembler can be used.
16065 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16066 the z/Architecture instruction set on 31-bit targets as well.
16067
16068 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16069
16070 * gdb.go/handcall.exp: Remove all logic related to the first
16071 breakpoint and rely on go_runto_main instead.
16072 * gdb.go/strings.exp: Likewise.
16073 * gdb.go/unsafe.exp: Likewise.
16074 * gdb.go/hello.exp: Likewise. Also rename the remaining
16075 breakpoint marker to "breakpoint 1".
16076 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16077 * gdb.go/strings.go: Likewise.
16078 * gdb.go/unsafe.go: Likewise.
16079 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16080 "set breakpoint 2 here" and rename the remaining breakpoint marker
16081 to "breakpoint 1".
16082
16083 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16084
16085 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16086 if itertools.imap is not present.
16087 * gdb.python/py-objfile.exp: Add parentheses.
16088 * gdb.python/py-type.exp: Same.
16089 * gdb.python/py-unwind-maint.py: Same.
16090
16091 2015-04-15 Yao Qi <yao.qi@linaro.org>
16092
16093 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16094 of ":$ptr_size" and set its form explicitly.
16095
16096 2015-04-15 Pedro Alves <palves@redhat.com>
16097 Yao Qi <yao.qi@linaro.org>
16098
16099 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16100 timeout by factor of 4.
16101 (test_regular_watch): Likewise.
16102 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16103 * gdb.reverse/sigall-reverse.exp: Likewise.
16104 * gdb.reverse/until-precsave.exp: Likewise.
16105 * lib/gdb.exp (with_timeout_factor): New proc.
16106 (gdb_expect): Move some code to ...
16107 (get_largest_timeout): ... here. New procedure.
16108
16109 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16110
16111 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16112
16113 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16114
16115 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16116 to write to the .text section.
16117
16118 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16119
16120 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16121 Handle the case of targets that do not provide PID information.
16122
16123 2015-04-13 Yao Qi <yao.qi@linaro.org>
16124
16125 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16126 and use expect instead of gdb_expect.
16127
16128 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16129
16130 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16131 "coredump_var_addr" to avoid naming conflict with other testcases.
16132
16133 2015-04-10 Pedro Alves <palves@redhat.com>
16134
16135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16136 gdb_test_sequence and gdb_assert.
16137
16138 2015-04-10 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16141 test messages that don't include the breakpoint address.
16142
16143 2015-04-10 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16146 false for some offset and width combinations which aren't
16147 supported by linux kernel.
16148
16149 2015-04-10 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16152 procedure, factored out from ...
16153 (top level): ... here. Add "set displaced-stepping" testing axis.
16154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16155 parameter "displaced". Use it.
16156 (top level): Use foreach and add "set displaced-stepping" testing
16157 axis.
16158
16159 2015-04-10 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16162 Remove comment.
16163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16164 both the address of the instruction that triggers the watchpoint
16165 and the address of the instruction immediately after, and use
16166 those addresses for the test. Fix comment.
16167
16168 2015-04-10 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.base/sigstep.exp (breakpoint_to_handler)
16171 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16172 Test "backtrace" in handler.
16173 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16174 (top level): Add new "displaced" test axis to
16175 breakpoint_to_handler, breakpoint_to_handler_entry and
16176 breakpoint_over_handler.
16177
16178 2015-04-10 Pedro Alves <palves@redhat.com>
16179
16180 PR gdb/18216
16181 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16182
16183 2015-04-10 Yao Qi <yao.qi@linaro.org>
16184
16185 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16186 (test_add_rn_pc): New function.
16187 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16188 (top level): Invoke test_add_rn_pc.
16189
16190 2015-04-10 Pedro Alves <palves@redhat.com>
16191
16192 PR gdb/13858
16193 * gdb.base/step-over-no-symbols.exp: New file.
16194
16195 2015-04-09 Andy Wingo <wingo@igalia.com>
16196
16197 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16198 after the Python tests.
16199
16200 2015-04-08 Keith Seitz <keiths@redhat.com>
16201
16202 PR python/16699
16203 * gdb.python/py-completion.exp: New tests for completion.
16204 * gdb.python/py-completion.py (CompleteLimit1): New class.
16205 (CompleteLimit2): Likewise.
16206 (CompleteLimit3): Likewise.
16207 (CompleteLimit4): Likewise.
16208 (CompleteLimit5): Likewise.
16209 (CompleteLimit6): Likewise.
16210 (CompleteLimit7): Likewise.
16211
16212 2015-04-08 Pedro Alves <palves@redhat.com>
16213
16214 PR gdb/18214
16215 PR gdb/18216
16216 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16217 function.
16218 (main): Install it as SIGUSR1 handler.
16219 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16220 parameter. Always use "setup" as prefix. Toggle "set
16221 displaced-stepping" off/on depending on global. Don't switch to
16222 thread 1 here.
16223 (top level): Add displaced stepping "off/on" test axis. Update
16224 "setup" calls. Wrap each subtest with with_test_prefix. Test
16225 continuing with a queued signal in each thread.
16226
16227 2015-04-08 Pedro Alves <palves@redhat.com>
16228
16229 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16230 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16231 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16232 Return early if running to main fails.
16233 * gdb.trace/while-stepping.exp: Likewise.
16234
16235 2015-04-07 Pedro Alves <palves@redhat.com>
16236
16237 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16238 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16239 interact with inferior program.
16240
16241 2015-04-07 Pedro Alves <palves@redhat.com>
16242
16243 * lib/gdb.exp (inferior_spawn_id): New global.
16244 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16245 spawn id after processing the user code.
16246 (default_gdb_start): Set inferior_spawn_id.
16247 (send_inferior): New procedure.
16248 * lib/gdbserver-support.exp (gdbserver_start): Set
16249 inferior_spawn_id.
16250 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16251
16252 2015-04-07 Pedro Alves <palves@redhat.com>
16253
16254 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16255 * lib/gdbserver-support.exp (gdbserver_start): Make
16256 $server_spawn_id global.
16257 (gdbserver_start): Don't wait for gdbserver's spawn id with
16258 expect_background.
16259 (close_gdbserver): New procedure.
16260 (gdb_exit): Rename the default version and reimplement.
16261
16262 2015-04-07 Pedro Alves <palves@redhat.com>
16263
16264 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16265 append the substituted item, not the original item.
16266
16267 2015-04-07 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16270 gdb_expect.
16271
16272 2015-04-07 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16275 output appearing once only.
16276
16277 2015-04-07 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16280 that doesn't expect anything. Return early if running to main
16281 fails.
16282
16283 2015-04-07 Yao Qi <yao.qi@linaro.org>
16284
16285 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16286 (child_function): Call alarm.
16287 (main): Move call to alarm into the loop.
16288 * gdb.threads/non-stop-fair-events.exp: Build program with
16289 -DTIMEOUT=$timeout.
16290
16291 2015-04-06 Doug Evans <xdje42@gmail.com>
16292
16293 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16294 Fix dest parameter to board_info.
16295 (fpc_compile): Ditto.
16296 (gdb_compile_pascal): Rename dest arg to destfile.
16297
16298 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16299
16300 * gdb.ada/funcall_ref.exp: New file.
16301 * gdb.ada/funcall_ref/foo.adb: New file.
16302
16303 2015-04-02 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16306 is remote.
16307
16308 2015-04-02 Gary Benson <gbenson@redhat.com>
16309
16310 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16311
16312 2015-04-01 Sasha Smundak <asmundak@google.com>
16313
16314 * gdb.python/py-unwind-maint.c: New file.
16315 * gdb.python/py-unwind-maint.exp: New test.
16316 * gdb.python/py-unwind-maint.py: New file.
16317 * gdb.python/py-unwind.c: New file.
16318 * gdb.python/py-unwind.exp: New test.
16319 * gdb.python/py-unwind.py: New test.
16320
16321 2015-04-01 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16324 to fail instead of non-existent $test.
16325
16326 2015-04-01 Pedro Alves <palves@redhat.com>
16327
16328 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16329 GDBFLAGS if not empty.
16330
16331 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16332
16333 * gdb.ada/complete.exp: Remove "multi_line".
16334 * gdb.ada/info_exc.exp: Remove "multi_line".
16335 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16336 * gdb.ada/ptype_field.exp: Remove "multi_line".
16337 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16338 * gdb.ada/tagged.exp: Remove "multi_line".
16339 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16340 [multi_line ...]
16341 * gdb.btrace/delta.exp: Likewise.
16342 * gdb.btrace/exception.exp: Likewise.
16343 * gdb.btrace/function_call_history.exp: Likewise.
16344 * gdb.btrace/instruction_history.exp: Likewise.
16345 * gdb.btrace/nohist.exp: Likewise.
16346 * gdb.btrace/record_goto.exp: Likewise.
16347 * gdb.btrace/segv.exp: Likewise.
16348 * gdb.btrace/stepi.exp: Likewise.
16349 * gdb.btrace/tailcall.exp: Likewise.
16350 * gdb.btrace/unknown_functions.exp: Likewise.
16351 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16352 * lib/gdb.exp: Add the "multi_line" helper.
16353
16354 2015-04-01 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.threads/tid-reuse.c: New file.
16357 * gdb.threads/tid-reuse.exp: New file.
16358
16359 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16360
16361 PR corefiles/16092
16362 * gdb.base/coredump-filter.c: New file.
16363 * gdb.base/coredump-filter.exp: Likewise.
16364
16365 2015-03-27 Petr Machata <pmachata@redhat.com>
16366
16367 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16368 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16369 (Dwarf::assemble): Initialize them.
16370 (Dwarf::lines): New function.
16371
16372 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16373
16374 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16375 SYMBOL_PREFIX for x86_64-*-cygwin.
16376
16377 2015-03-26 Andy Wingo <wingo@igalia.com>
16378
16379 PR symtab/18148
16380 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16381 const_value but not a location.
16382 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16383 location defined in non-main CUs are visible.
16384
16385 2015-03-26 Yao Qi <yao.qi@linaro.org>
16386
16387 PR testsuite/18139
16388 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16389 Add a line number entry for the same line.
16390 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16391 Add a line number entry for the same line.
16392
16393 2015-03-26 Yao Qi <yao.qi@linaro.org>
16394
16395 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16396 .int 0.
16397 (func): Likewise. Add .Lfunc_1 label.
16398 Use .Lfunc_1 label.
16399 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16400 .int 0.
16401 (func): Likewise.
16402 Use .Lfunc_1 label.
16403
16404 2015-03-26 Yao Qi <yao.qi@linaro.org>
16405
16406 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16407 Call gdb_compile instead to compile each .s files without debug
16408 information.
16409
16410 2015-03-26 Yao Qi <yao.qi@linaro.org>
16411
16412 * gdb.base/savedregs.exp (process_saved_regs): Make
16413 "Saved registers:" optional in the pattern.
16414
16415 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16416
16417 * gdb.btrace/next.exp: Merged into step.exp.
16418 * gdb.btrace/finish.exp: Merged into step.exp.
16419 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16420 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16421 "record goto" and checking the exact replay position.
16422 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16423 check for "Recording format" in "info record" output.
16424 * gdb.btrace/record_goto.exp: Choose test file based on target.
16425 * gdb.btrace/x86-record_goto.S: Renamed into ...
16426 * gdb.btrace/x86_64-record_goto.S: ... this.
16427 * gdb.btrace/i686-record_goto.S: New.
16428 * gdb.btrace/x86-tailcall.S: Renamed into ...
16429 * gdb.btrace/x86_64-tailcall.S: ... this.
16430 * gdb.btrace/i686-tailcall.S: New.
16431 * gdb.btrace/x86-tailcall.c: Renamed into ...
16432 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16433 separate statements. Update test.
16434 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16435 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16436 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16437 * gdb.btrace/tailcall.exp: Choose test file based on target.
16438 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16439
16440 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16441
16442 * gdb.btrace/exception.exp: Increase BTS buffer size.
16443
16444 2015-03-24 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16447
16448 2015-03-24 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.threads/schedlock.exp (test_step): No longer expect that
16451 "set scheduler-locking step" with "next" over a function call runs
16452 threads unlocked.
16453
16454 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16455
16456 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16457
16458 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16459
16460 PR breakpoints/16466
16461 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16462 * gdb.mi/mi-pending.c (thread_func): New function.
16463 (int main): Add threading support required.
16464 * gdb.mi/mi-pending.exp: Add tests for this issue.
16465 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16466 (pendfunc2): Remove stdio dependency.
16467 * gdb.mi/mi-pendshr2.c: New file.
16468
16469 2015-03-23 Keith Seitz <keiths@redhat.com>
16470
16471 * gdb.linespec/keywords.c: New file.
16472 * gdb.linespec/keywords.exp: New file.
16473
16474 2015-03-23 Keith Seitz <keiths@redhat.com>
16475
16476 PR gdb/18021
16477 * gdb.dwarf2/staticvirtual.exp: New test.
16478
16479 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16480
16481 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16482 * README: Remove HP-UX and gdb.hp.
16483 (configuration):
16484 * configure: Regenerate.
16485 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16486 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16487 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16488 gdb.hp/gdb.defects/Makefile.
16489 * gdb.hp/Makefile.in: File deleted.
16490 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16491 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16492 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16493 * gdb.hp/gdb.aCC/run.c: File deleted.
16494 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16495 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16496 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16497 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16498 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16499 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16500 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16501 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16502 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16503 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16504 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16505 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16506 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16507 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16508 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16509 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16510 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16511 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16512 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16513 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16514 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16515 * gdb.hp/gdb.compat/average.c: File deleted.
16516 * gdb.hp/gdb.compat/sum.c: File deleted.
16517 * gdb.hp/gdb.compat/xdb.c: File deleted.
16518 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16519 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16520 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16521 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16522 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16523 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16524 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16525 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16526 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16527 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16528 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16529 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16530 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16531 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16532 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16533 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16534 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16535 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16536 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16537 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16538 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16539 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16540 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16541 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16542 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16543 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16544 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16545 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16546 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16547 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16548 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16549 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16550 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16551 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16552 * gdb.hp/tools/odump: File deleted.
16553
16554 2015-03-19 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16557 (saw_thread_3): New globals.
16558 (top level): Increment them when an event for the corresponding
16559 thread is seen.
16560 (no thread starvation): New test.
16561
16562 2015-03-19 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.threads/continue-pending-status.c: New file.
16565 * gdb.threads/continue-pending-status.exp: New file.
16566
16567 2015-03-18 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16570 Use gdb_is_target_remote instead of is_remote. Use
16571 gdb_test_multiple instead of gdb_expect. Exit early if
16572 gdb_test_multiple hits its internal matches. Tighten stepi tests
16573 expected output. Fail on exit with any signal, instead of just
16574 SIGILL.
16575
16576 2015-03-18 Yao Qi <yao.qi@linaro.org>
16577
16578 PR tdep/18107
16579 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16580 variable.
16581 * gdb.base/catch-syscall.exp: Don't skip it on
16582 aarch64*-*-linux* target. Remove elements in all_syscalls.
16583 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16584 target.
16585 (setup_all_syscalls): New proc.
16586
16587 2015-03-16 Yao Qi <yao.qi@linaro.org>
16588
16589 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16590 (top level): Skip tests if valid_addr_p returns false for
16591 $cmd1 or $cmd2.
16592
16593 2015-03-11 Andy Wingo <wingo@igalia.com>
16594
16595 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16596
16597 2015-03-11 Yao Qi <yao.qi@linaro.org>
16598
16599 * gdb.base/catch-syscall.exp: Fix typo in comments.
16600
16601 2015-03-11 Yao Qi <yao.qi@linaro.org>
16602
16603 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16604
16605 2015-03-09 Pedro Alves <palves@redhat.com>
16606
16607 * dg-extract-results.py: Delete.
16608
16609 2015-03-09 Pedro Alves <palves@redhat.com>
16610
16611 Merge dg-extract-results.sh from GCC upstream (r218843).
16612
16613 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16614 * dg-extract-results.sh: Use --text with grep to avoid issues with
16615 binary files. Fall back to cat -v, if that doesn't work.
16616
16617 2015-03-05 Pedro Alves <palves@redhat.com>
16618
16619 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16620
16621 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16622
16623 * lib/mi-support.exp (mi_expect_interrupt): Accept
16624 alternative event for when in all-stop mode.
16625
16626 2015-03-04 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16629
16630 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16631
16632 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16633
16634 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16635
16636 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16637 regexps for GDB's current line display, accept a hex address
16638 preceding the line number.
16639
16640 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16641
16642 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16643 the 'arch1' variable for "s390*-linux*" targets.
16644
16645 2015-03-04 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16648 (main): Pass missing retval argument to pthread_join call.
16649
16650 2015-03-02 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16653 (top level): Call do_test with non-stop as well.
16654
16655 2015-03-02 Pedro Alves <palves@redhat.com>
16656
16657 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16658 -1.
16659
16660 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16661
16662 * gdb.arch/s390-vregs.exp: New test.
16663 * gdb.arch/s390-vregs.S: New file.
16664
16665 2015-02-27 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16668 call to catch_command_errors.
16669 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16670 catch_command_errors.
16671
16672 2015-02-27 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16675 "true" for boolean result.
16676 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16677 prototype of main.
16678
16679 2015-02-27 Pedro Alves <palves@redhat.com>
16680
16681 * lib/unbuffer_output.c: New file.
16682 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16683 (main): Call gdb_unbuffer_output.
16684
16685 2015-02-27 Yao Qi <yao.qi@linaro.org>
16686
16687 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16688 target.
16689
16690 2015-02-26 Doug Evans <dje@google.com>
16691
16692 * gdb.cp/class2.cc (Dbase, D): New classes.
16693 (main): New local delta.
16694 * gdb.cp/class2.exp: Test printing delta.
16695 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16696 (dynbar): New global.
16697 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16698
16699 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16700
16701 * gdb.compile/compile-ifunc.c: New file.
16702 * gdb.compile/compile-ifunc.exp: New file.
16703
16704 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16705
16706 * gdb.base/structs.exp: Check for correct struct on finish.
16707
16708 2015-02-26 Yao Qi <yao.qi@linaro.org>
16709
16710 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16711 is zero.
16712
16713 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16714
16715 * gdb.arch/cordic.ko.bz2: New file.
16716 * gdb.arch/cordic.ko.debug.bz2: New file.
16717 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16718
16719 2015-02-25 Yao Qi <yao.qi@linaro.org>
16720
16721 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16722 aarch64*-*-* target.
16723
16724 2015-02-23 Pedro Alves <palves@redhat.com>
16725
16726 * lib/gdb.exp (delete_breakpoints): Rewrite using
16727 gdb_test_multiple.
16728
16729 2015-02-23 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.base/info-os.c: Include stdlib.h.
16732
16733 2015-02-22 Doug Evans <xdje42@gmail.com>
16734
16735 PR symtab/17855
16736 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16737 is read after symbols have been re-read.
16738 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16739 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16740
16741 2015-02-21 Doug Evans <dje@google.com>
16742
16743 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16744
16745 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16746
16747 PR corefiles/17808
16748 * gdb.arch/i386-biarch-core.core.bz2: New file.
16749 * gdb.arch/i386-biarch-core.exp: New file.
16750
16751 2015-02-21 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16754 runto_main fails.
16755
16756 2015-02-20 Pedro Alves <palves@redhat.com>
16757
16758 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16759 info probes.
16760
16761 2015-02-20 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16764
16765 2015-02-20 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16768 clean_restart before gdb_target_supports_trace.
16769
16770 2015-02-20 Pedro Alves <palves@redhat.com>
16771
16772 PR threads/18006
16773 * gdb.threads/clone-thread_db.c: New file.
16774 * gdb.threads/clone-thread_db.exp: New file.
16775
16776 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16777
16778 PR breakpoints/16812
16779 * gdb.base/catch-gdb-caused-signals.c: New file.
16780 * gdb.base/catch-gdb-caused-signals.exp: New file.
16781
16782 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16783
16784 * configure: Regenerated.
16785 * configure.ac: Use GDB_AC_TRANSFORM.
16786 * aclocal.m4: sinclude ../transform.m4.
16787
16788 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16789
16790 * lib/dtrace.exp: New file.
16791 * gdb.base/dtrace-probe.exp: Likewise.
16792 * gdb.base/dtrace-probe.d: Likewise.
16793 * gdb.base/dtrace-probe.c: Likewise.
16794 * lib/pdtrace.in: Likewise.
16795 * configure.ac: Output variables with the transformed names of
16796 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16797 * configure: Regenerated.
16798
16799 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16800
16801 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16802 expected message when trying to access $_probe_* convenience
16803 variables while not on a probe.
16804
16805 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16806
16807 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16808
16809 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16810
16811 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16812 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16813
16814 2015-02-10 Doug Evans <xdje42@gmail.com>
16815
16816 * lib/gdb.exp (gdb_load): Always return a result.
16817
16818 2015-02-10 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.threads/signal-sigtrap.c: New file.
16821 * gdb.threads/signal-sigtrap.exp: New file.
16822
16823 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16824
16825 * gdb.trace/no-attach-trace.c: New file.
16826 * gdb.trace/no-attach-trace.exp: New file.
16827
16828 2015-02-09 Mark Wielaard <mjw@redhat.com>
16829
16830 * gdb.dwarf2/atomic.c: New file.
16831 * gdb.dwarf2/atomic-type.exp: Likewise.
16832
16833 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16834
16835 * gdb.btrace/buffer-size.exp: Update "info record" output.
16836 * gdb.btrace/delta.exp: Update "info record" output.
16837 * gdb.btrace/enable.exp: Update "info record" output.
16838 * gdb.btrace/finish.exp: Update "info record" output.
16839 * gdb.btrace/instruction_history.exp: Update "info record" output.
16840 * gdb.btrace/next.exp: Update "info record" output.
16841 * gdb.btrace/nexti.exp: Update "info record" output.
16842 * gdb.btrace/step.exp: Update "info record" output.
16843 * gdb.btrace/stepi.exp: Update "info record" output.
16844 * gdb.btrace/nohist.exp: Update "info record" output.
16845
16846 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16847
16848 * gdb.btrace/buffer-size: New.
16849
16850 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16851
16852 * gdb.btrace/delta.exp: Update "info record" output.
16853 * gdb.btrace/enable.exp: Update "info record" output.
16854 * gdb.btrace/finish.exp: Update "info record" output.
16855 * gdb.btrace/instruction_history.exp: Update "info record" output.
16856 * gdb.btrace/next.exp: Update "info record" output.
16857 * gdb.btrace/nexti.exp: Update "info record" output.
16858 * gdb.btrace/step.exp: Update "info record" output.
16859 * gdb.btrace/stepi.exp: Update "info record" output.
16860 * gdb.btrace/nohist.exp: Update "info record" output.
16861
16862 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16863
16864 PR gdb/15678
16865 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16866
16867 2015-02-06 Pedro Alves <palves@redhat.com>
16868
16869 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16870 macro.
16871 (seconds_left, again): New globals.
16872 (main): Wait seconds_left in a 1-second sleep loop instead of
16873 sleeping 180 seconds. If 'again' is set, reset the seconds
16874 counter.
16875 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16876 'again' in the inferior before detaching. Print the seconds left.
16877 (options): New global.
16878 (top level): Build program with -DTIMEOUT=$timeout.
16879
16880 2015-02-06 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16883 determine how many seconds to pass to 'alarm'.
16884 * gdb.base/gdb-sigterm.exp (top level): Build program with
16885 -DTIMEOUT=$timeout.
16886 (do_test): Return success/failure indication. Add more verbose
16887 logging. Don't fail if 200 single steps are seen. Instead, fail
16888 when the test times out.
16889 (passes): New global.
16890 (top level): Break the testing loop if testing fails on any
16891 iteration. Use gdb_assert.
16892
16893 2015-02-04 Don Breazeal <donb@codesourcery.com>
16894
16895 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16896 and initialize them.
16897 (ipc_cleanup): New function.
16898 (main): Don't declare shmid, semid, and msqid. Add a call to
16899 atexit so that we call ipc_cleanup on exit.
16900
16901 2015-02-04 Pedro Alves <palves@redhat.com>
16902
16903 * boards/native-extended-gdbserver.exp: Remove any target variant
16904 specifications from the board name before clearing the isremote
16905 flag from board_info.
16906
16907 2015-01-31 Doug Evans <xdje42@gmail.com>
16908
16909 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16910
16911 2015-01-31 Gary Benson <gbenson@redhat.com>
16912
16913 * gdb.base/completion.exp: Disable completion limiting for
16914 existing tests. Add new tests to check completion limiting.
16915 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16916
16917 2015-01-31 Doug Evans <xdje42@gmail.com>
16918
16919 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16920
16921 2015-01-31 Doug Evans <xdje42@gmail.com>
16922
16923 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16924 entries. Duplicate file section script entries.
16925 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16926 inlined entries. Add test for safe-path rejection.
16927 * gdb.python/py-section-script.c: Add duplicate inlined section script
16928 entries. Duplicate file section script entries.
16929 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16930 inlined entries. Add test for safe-path rejection.
16931
16932 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16933
16934 * gdb.ada/disc_arr_bound: New testcase.
16935
16936 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16937
16938 * gdb.ada/mi_var_array: New testcase.
16939
16940 2015-01-27 Doug Evans <dje@google.com>
16941
16942 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16943 Add test for objfile.filename, objfile.username after objfile
16944 has been unloaded.
16945
16946 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16947
16948 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16949 the second test to print the name attribute of value
16950 returned by the call to gdb.lookup_type, and adjust
16951 the expected output accordingly.
16952
16953 2015-01-25 Mark Wielaard <mjw@redhat.com>
16954
16955 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16956 * gdb.base/disp-step-fork.c: Include unistd.h.
16957 * gdb.base/siginfo-obj.c: Include stdio.h.
16958 * gdb.base/siginfo-thread.c: Likewise.
16959 * gdb.mi/non-stop.c: Include unistd.h.
16960 * gdb.mi/nsthrexec.c: Include stdio.h.
16961 * gdb.mi/pthreads.c: Include unistd.h.
16962 * gdb.modula2/unbounded1.c (main): Declare returns int.
16963 * gdb.reverse/consecutive-reverse.c: Likewise.
16964 * gdb.threads/create-fail.c: Include unistd.h.
16965 * gdb.threads/killed.c: Likewise.
16966 * gdb.threads/linux-dp.c: Likewise.
16967 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16968 * gdb.threads/non-ldr-exc-2.c: Likewise.
16969 * gdb.threads/non-ldr-exc-3.c: Likewise.
16970 * gdb.threads/non-ldr-exc-4.c: Likewise.
16971 * gdb.threads/pthreads.c: Include unistd.h.
16972 (main): Declare returns int.
16973 * gdb.threads/tls-main.c (foo): New declaration.
16974 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16975
16976 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16977
16978 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16980
16981 2015-01-15 Mark Wielaard <mjw@redhat.com>
16982
16983 * gdb.base/noreturn-return.c: New file.
16984 * gdb.base/noreturn-return.exp: New file.
16985 * gdb.base/noreturn-finish.c: New file.
16986 * gdb.base/noreturn-finish.exp: New file.
16987
16988 2015-01-23 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.threads/continue-pending-after-query.c: New file.
16991 * gdb.threads/continue-pending-after-query.exp: New file.
16992
16993 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16994 Simon Marchi <simon.marchi@ericsson.com>
16995
16996 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16997 * gdb.base/valgrind-db-attach.exp: Same.
16998 * gdb.base/valgrind-infcall.exp: Same.
16999 * lib/mi-support.exp (default_mi_gdb_start): Same.
17000 * lib/prompt.exp (default_prompt_gdb_start): Same.
17001 * lib/gdb.exp (default_gdb_spawn): Same.
17002 (gdb_interact): New.
17003
17004
17005 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17006
17007 * gdb.compile/compile.exp (pointer to jit function): New test.
17008
17009 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
17010
17011 * lib/gdb.exp (supports_process_record): Return true for
17012 powerpc*-*-linux*.
17013 (supports_reverse): Likewise.
17014
17015 2015-01-15 Don Breazeal <donb@codesourcery.com>
17016
17017 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17018 instead of checking whether the target board is remote and
17019 use spawn_wait_for_attach instead of exec/sleep.
17020 * gdb.base/attach-twice.exp: Likewise.
17021
17022 2015-01-15 Joel Brobecker <brobecker@adacore.com>
17023
17024 * gdb.ada/var_arr_attrs: New testcase.
17025
17026 2015-01-14 Pedro Alves <palves@redhat.com>
17027 Joel Brobecker <brobecker@adacore.com>
17028
17029 PR gdb/17525
17030 * gdb.base/bp-cmds-execution-x-script.c: New file.
17031 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17032 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17033
17034 2015-01-14 Pedro Alves <palves@redhat.com>
17035
17036 PR cli/17828
17037 * gdb.base/batch-preserve-term-settings.c: New file.
17038 * gdb.base/batch-preserve-term-settings.exp: New file.
17039
17040 2015-01-13 Doug Evans <dje@google.com>
17041
17042 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17043 binary.
17044
17045 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17046
17047 * Makefile.in (clean mostlyclean): Do not delete *.py.
17048
17049 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17050
17051 * gdb.python/py-lookup-type.exp: New file.
17052
17053 2015-01-12 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17056 restore GDBFLAGS before returning.
17057
17058 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17059
17060 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17061 is_amd64_regs_target and is_x86_like_target.
17062
17063 2015-01-11 Doug Evans <xdje42@gmail.com>
17064
17065 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17066 is given without an explicit form.
17067 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17068 attributes.
17069 * gdb.dwarf/corrupt.exp: Ditto.
17070 * gdb.dwarf2/enum-type.exp: Ditto.
17071 * gdb.trace/entry-values.exp: Ditto.
17072 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17073
17074 2015-01-11 Doug Evans <xdje42@gmail.com>
17075
17076 PR gdb/15830
17077 * gdb.base/maint.exp: Remove references to "maint demangle".
17078 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17079 Add tests for explicitly specifying language to demangle.
17080 * gdb.dlang/demangle.exp: Ditto.
17081
17082 2015-01-09 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.threads/non-stop-fair-events.c: New file.
17085 * gdb.threads/non-stop-fair-events.exp: New file.
17086
17087 2015-01-09 Pedro Alves <palves@redhat.com>
17088
17089 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17090 the global scope. Set a breakpoint after all threads are started
17091 rather than stepping over two source lines. Expect the prompt.
17092 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17093 global.
17094 (NUM): Now 15.
17095 (main): Use threads_started_barrier to wait for all threads to
17096 start. Main thread no longer calls thread_function. Exit after
17097 180 seconds.
17098 (loop): New function.
17099 (thread_function): Wait on threads_started_barrier barrier. Call
17100 'loop' at each iteration.
17101 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17102 threads have started, instead of hardcoding number of "next"
17103 steps. Use an access watchpoint instead of a write watchpoint.
17104
17105 2015-01-09 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17108 (thread_func): Wait on barrier.
17109 (main): Wait for all threads to start before stopping GDB.
17110 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17111 global.
17112 (thread1_func, thread2_func): Wait on barrier.
17113 (main): Wait for all threads to start before stopping GDB.
17114 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17115 New global.
17116 (thread1_func, thread2_func): Wait on barrier.
17117 (main): Wait for all threads to start before stopping GDB.
17118
17119 2015-01-09 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.threads/attach-many-short-lived-threads.c: New file.
17122 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17123
17124 2014-01-09 Pedro Alves <palves@redhat.com>
17125
17126 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17127 instead of to thread 2.
17128 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17129 Add barrier around each pthread_create call instead of around all
17130 calls.
17131 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17132 Set a break on thread_function and have the child threads hit it
17133 one at at a time.
17134
17135 2015-01-09 Pedro Alves <palves@redhat.com>
17136
17137 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17138 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17139 false.
17140 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17141 checking whether the target board is remote.
17142 * gdb.multi/multi-attach.exp: Likewise.
17143 * gdb.python/py-sync-interp.exp: Likewise.
17144 * gdb.server/ext-attach.exp: Likewise.
17145 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17146 tests that need to attach, instead of checking whether the target
17147 board is remote at the top of the file.
17148
17149 2015-01-08 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17152
17153 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17154
17155 Fix testcase compilation.
17156 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17157
17158 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17159
17160 * gdb.python/py-type.exp: Add a couple test about empty
17161 array creation, and negative-length array creation.
17162
17163 2015-01-02 Doug Evans <xdje42@gmail.com>
17164
17165 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17166
17167 2015-01-02 Doug Evans <dje@google.com>
17168
17169 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17170
17171 2014-12-29 Yao Qi <yao@codesourcery.com>
17172
17173 * gdb.trace/entry-values.exp: Update comments. Rename variable
17174 bar_call_foo to returned_from_foo.
17175
17176 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17177
17178 PR gdb/17394
17179 * gdb.linespec/break-asm-file.c: New file.
17180 * gdb.linespec/break-asm-file.exp: New file.
17181 * gdb.linespec/break-asm-file0.s: New file.
17182 * gdb.linespec/break-asm-file1.s: New file.
17183
17184 2014-12-18 Nigel Stephens <nigel@mips.com>
17185 Maciej W. Rozycki <macro@codesourcery.com>
17186
17187 * gdb.base/float.exp: Handle the new output from "info float" on
17188 MIPS targets.
17189
17190 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17191
17192 Fix MinGW compilation.
17193 * gdb.compile/compile-ops.exp: Update untested message if
17194 !skip_compile_feature_tests.
17195 * gdb.compile/compile-setjmp.exp: Likewise.
17196 * gdb.compile/compile-tls.exp: Likewise.
17197 * gdb.compile/compile.exp: Likewise.
17198 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17199 supported on this host".
17200
17201 2014-12-16 Doug Evans <xdje42@gmail.com>
17202
17203 * boards/stabs.exp: New file.
17204
17205 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17206
17207 * gdb.base/completion.exp: Adjust to format changes of "maint
17208 print user-registers".
17209
17210 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17211
17212 PR server/17457
17213 * gdb.arch/aarch64-fp.c: New file.
17214 * gdb.arch/aarch64-fp.exp: New file.
17215
17216 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17217
17218 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17219 r210637, r210913, r211666, r215400, r215817).
17220
17221 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17222 * dg-extract-results.py: New file.
17223 * dg-extract-results.sh: Use it if the environment seems
17224 suitable.
17225
17226 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17227
17228 * dg-extract-results.py (parse_run): Handle warnings that
17229 are printed before a test harness is run.
17230
17231 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17232
17233 * dg-extract-results.py (Named): Remove __cmp__ method.
17234 (output_variation): Use a key to sort variation.harnesses.
17235
17236 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17237
17238 * dg-extract-results.py: For Python 3, force sys.stdout to
17239 handle surrogate escape sequences.
17240 (safe_open): New function.
17241 (output_segment, main): Use it.
17242
17243 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17244
17245 * dg-extract-results.py (Prog.result_re): Include options
17246 in test name.
17247
17248 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17249
17250 * dg-extract-results.py (output_variation): Always sort if
17251 do_sum.
17252
17253 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17254
17255 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17256 as long as we get pagination notifications.
17257
17258 2014-12-15 Jason Merrill <jason@redhat.com>
17259
17260 * Makefile.in (check-gdb.%): Restore.
17261 * README: Mention it.
17262
17263 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17264
17265 * gdb.ada/str_uninit: New testcase.
17266
17267 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 PR symtab/17642
17270 * gdb.base/vla-stub-define.c: New file.
17271 * gdb.base/vla-stub.c: New file.
17272 * gdb.base/vla-stub.exp: New file.
17273
17274 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17275 Jan Kratochvil <jan.kratochvil@redhat.com>
17276 Tom Tromey <tromey@redhat.com>
17277
17278 * configure.ac: Add gdb.compile/.
17279 * configure: Regenerate.
17280 * gdb.compile/Makefile.in: New file.
17281 * gdb.compile/compile-ops.exp: New file.
17282 * gdb.compile/compile-ops.c: New file.
17283 * gdb.compile/compile-tls.c: New file.
17284 * gdb.compile/compile-tls.exp: New file.
17285 * gdb.compile/compile-constvar.S: New file.
17286 * gdb.compile/compile-constvar.c: New file.
17287 * gdb.compile/compile-mod.c: New file.
17288 * gdb.compile/compile-nodebug.c: New file.
17289 * gdb.compile/compile-setjmp-mod.c: New file.
17290 * gdb.compile/compile-setjmp.c: New file.
17291 * gdb.compile/compile-setjmp.exp: New file.
17292 * gdb.compile/compile-shlib.c: New file.
17293 * gdb.compile/compile.c: New file.
17294 * gdb.compile/compile.exp: New file.
17295 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17296
17297 2014-12-12 Tom Tromey <tromey@redhat.com>
17298
17299 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17300 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17301
17302 2014-12-12 Doug Evans <dje@google.com>
17303
17304 * lib/gdb-python.exp (get_python_valueof): New function.
17305 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17306
17307 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17308
17309 * gdb.base/completion.exp: Add test for completion of "info
17310 registers ".
17311
17312 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17313
17314 * gdb.base/func-ptrs.c: New file.
17315 * gdb.base/func-ptrs.exp: New file.
17316
17317 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17318
17319 PR breakpoints/17012
17320 * gdb.base/dprintf-detach.c: New file.
17321 * gdb.base/dprintf-detach.exp: New file.
17322
17323 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17324
17325 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17326 * lib/gdb.exp (target_is_gdbserver): New procedure.
17327
17328 2014-12-08 Doug Evans <dje@google.com>
17329
17330 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17331
17332 2014-12-05 Yao Qi <yao@codesourcery.com>
17333
17334 * gdb.guile/scm-error.exp: Remove the third argument to
17335 gdb_remote_download.
17336 * gdb.guile/scm-frame-args.exp: Likewise.
17337 * gdb.guile/scm-section-script.exp: Likewise.
17338
17339 2014-12-05 Yao Qi <yao@codesourcery.com>
17340
17341 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17342
17343 2014-12-04 Doug Evans <dje@google.com>
17344
17345 * gdb.python/py-objfile.exp: Add tests for
17346 objfile.add_separate_debug_file.
17347
17348 2014-12-04 Doug Evans <dje@google.com>
17349
17350 * lib/gdb.exp (get_build_id): New function.
17351 (build_id_debug_filename_get): Rewrite to use it.
17352 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17353
17354 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17355
17356 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17357 `method(long)', not just 0x0.
17358 * gdb.cp/nsalias.exp: Align code labels to 4.
17359 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17360 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17361 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17362 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17363 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17364 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17365
17366 2014-12-02 Doug Evans <dje@google.com>
17367
17368 PR symtab/17602
17369 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17370 * gdb.cp/anon-ns2.cc: ... here. New file.
17371 * gdb.cp/anon-ns.exp: Update.
17372
17373 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17374
17375 * gdb.python/py-events.py (inferior_call_handler): New.
17376 (register_changed_handler, memory_changed_handler): New.
17377 (test_events.invoke): Register new handlers.
17378 * gdb.python/py-events.exp: Add tests for inferior call,
17379 memory_changed and register_changed events.
17380
17381 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17382
17383 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17384 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17385 if the linker doesn't understand this.
17386
17387 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17388
17389 * gdb.python/python.exp: Change expected reply to help().
17390
17391 2014-12-01 Yao Qi <yao@codesourcery.com>
17392
17393 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17394 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17395 * configure: Re-generated.
17396
17397 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17398
17399 * gdb.cp/chained-calls.cc: New file.
17400 * gdb.cp/chained-calls.exp: New file.
17401 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17402
17403 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17404
17405 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17406 * gdb.dwarf2/symtab-producer.exp: Same.
17407 * gdb.gdb/python-interrupts.exp: Same.
17408 * gdb.gdb/python-selftest.exp: Same.
17409 * gdb.python/py-linetable.exp: Same.
17410 * gdb.python/py-type.exp: Same.
17411 * gdb.python/py-value-cc.exp: Same.
17412 * gdb.python/py-value.exp: Same.
17413
17414 2014-11-28 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.base/break-probes.exp: Match library name prefixed with
17417 sysroot.
17418
17419 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17420
17421 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17422 test expected output. Add parentheses for the call to print.
17423 Remove L suffix from integers.
17424
17425 2014-11-26 Doug Evans <dje@google.com>
17426
17427 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17428
17429 2014-11-22 Yao Qi <yao@codesourcery.com>
17430
17431 * gdb.trace/entry-values.c: Remove asms.
17432 (foo): Add foo_label.
17433 (bar): Add bar_label.
17434 * gdb.trace/entry-values.exp: Remove code computing foo's
17435 length and bar's length.
17436 (Dwarf::assemble): Invoke function_range for bar and use
17437 MACRO_AT_func for foo.
17438
17439 2014-11-22 Yao Qi <yao@codesourcery.com>
17440
17441 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17442 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17443 Use .Lgcc43_procstart instead of gcc43.
17444
17445 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17446
17447 * gdb.ada/n_arr_bound: New testcase.
17448
17449 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17450
17451 PR breakpoints/10737
17452 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17453 test_catch_syscall_multi_arch.
17454 (test_catch_syscall_multi_arch): New function.
17455
17456 2014-11-20 Doug Evans <xdje42@gmail.com>
17457
17458 * gdb.base/maint.exp: Update expected output.
17459
17460 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17461
17462 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17463 4-byte instruction on S390.
17464
17465 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.ada/arr_arr: New testcase.
17468
17469 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17470
17471 * gdb.ada/pkd_arr_elem: New Testcase.
17472
17473 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17474
17475 * gdb.reverse/break-precsave: Expect completion message for
17476 core file reads.
17477 * gdb.reverse/consecutive-precsave.exp: Likewise.
17478 * gdb.reverse/finish-precsave.exp: Likewise.
17479 * gdb.reverse/i386-precsave.exp: Likewise.
17480 * gdb.reverse/machinestate-precsave.exp: Likewise.
17481 * gdb.reverse/sigall-precsave.exp: Likewise.
17482 * gdb.reverse/solib-precsave.exp: Likewise.
17483 * gdb.reverse/step-precsave.exp: Likewise.
17484 * gdb.reverse/until-precsave.exp: Likewise.
17485 * gdb.reverse/watch-precsave.exp: Likewise.
17486
17487 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17488
17489 * gdb.base/bp-permanent.c: Include unistd.h.
17490 * gdb.python/py-framefilter-mi.c (main): Add return type.
17491 * gdb.python/py-framefilter.c (main): Likewise.
17492 * gdb.trace/actions-changed.c (main): Likewise.
17493
17494 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17495
17496 * gdb.mi/until.c: Add eye-catchers.
17497 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17498 line numbers.
17499
17500 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17501
17502 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17503 function header variants in break1.c.
17504 * gdb.base/ena-dis-br.exp: Likewise.
17505 * gdb.base/hbreak2.exp: Likewise.
17506 * gdb.reverse/until-precsave.exp: Drop references to removed
17507 non-prototype function header variants in ur1.c.
17508 * gdb.reverse/until-reverse.exp: Likewise.
17509
17510 2014-11-17 Petr Machata <pmachata@redhat.com>
17511
17512 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17513 ${_cu_offset_size} bytes abbrev offset.
17514
17515 2014-11-15 Doug Evans <xdje42@gmail.com>
17516
17517 PR symtab/17559
17518 * gdb.base/line-symtabs.exp: New file.
17519 * gdb.base/line-symtabs.c: New file.
17520 * gdb.base/line-symtabs.h: New file.
17521
17522 2014-11-14 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17525 (func): Add label func_label.
17526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17527 Replace low_pc and high_pc with MACRO_AT_range.
17528 Replace name, low_pc and high_pc with MACRO_AT_func.
17529
17530 2014-11-14 Yao Qi <yao@codesourcery.com>
17531
17532 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17533 Replace name, low_pc and high_pc with MACRO_AT_func.
17534
17535 2014-11-14 Yao Qi <yao@codesourcery.com>
17536
17537 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17538 produce debug information.
17539 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17540
17541 2014-11-14 Yao Qi <yao@codesourcery.com>
17542
17543 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17544 object and get function length.
17545 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17546 with MACRO_AT_func.
17547 (top-level): Replace gdb_compile and clean_restart with
17548 prepare_for_testing.
17549 * gdb.dwarf2/main.c (main): Add label main_label.
17550
17551 2014-11-14 Yao Qi <yao@codesourcery.com>
17552
17553 * lib/dwarf.exp (function_range): New procedure.
17554 (Dwarf::_handle_macro_at_func): New procedure.
17555 (Dwarf::_handle_macro_at_range): New procedure.
17556 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17557
17558 2014-11-14 Yao Qi <yao@codesourcery.com>
17559
17560 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17561 (_handle_attribute): New procedure.
17562
17563 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17564
17565 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17566 * gdb.base/call-sc.c (zed): Likewise.
17567 * gdb.base/checkpoint.c (main): Likewise.
17568 * gdb.base/dump.c (main): Likewise.
17569 * gdb.base/gcore.c (main): Likewise.
17570 * gdb.base/huge.c (main): Likewise.
17571 * gdb.base/multi-forks.c (main): Likewise.
17572 * gdb.base/pr10179-a.c (main): Likewise.
17573 * gdb.base/savedregs.c (main): Likewise.
17574 * gdb.base/sigaltstack.c (main): Likewise.
17575 * gdb.base/siginfo.c (main): Likewise.
17576 * gdb.base/structs.c (zed): Likewise.
17577 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17578 * gdb.mi/mi-syn-frame.c (main): Likewise.
17579 * gdb.mi/until.c (foo, main): Likewise.
17580 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17581 * gdb.base/solib-weak.c (foo): Declare.
17582 * gdb.base/attach-twice.c: Include stdio.h.
17583 * gdb.base/weaklib1.c: Likewise.
17584 * gdb.base/weaklib2.c: Likewise.
17585 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17586 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17587 unistd.h.
17588 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17589 * gdb.mi/mi-exit-code.c: Likewise.
17590 * gdb.base/break-interp-lib.c: Include string.h.
17591 * gdb.base/coremaker.c: Likewise.
17592 * gdb.base/testenv.c: Likewise.
17593 * gdb.python/py-finish-breakpoint.c: Likewise.
17594 * gdb.base/inferior-died.c: Include sys/wait.h.
17595 * gdb.base/fileio.c: Include time.h.
17596 * gdb.base/async-shell.c: Include unistd.h.
17597 * gdb.base/dprintf-non-stop.c: Likewise.
17598 * gdb.base/info-os.c: Likewise.
17599 * gdb.mi/mi-console.c: Likewise.
17600 * gdb.mi/watch-nonstop.c: Likewise.
17601 * gdb.python/py-events.c: Likewise.
17602 * gdb.base/async.c (baz): Move up before its invocation.
17603 * gdb.base/code_elim2.c (my_global_func): Likewise.
17604 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17605 * gdb.base/advance.c (func2): Likewise.
17606
17607 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17608
17609 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17610 variant.
17611 * gdb.base/annota3.c: Likewise.
17612 * gdb.base/async.c: Likewise.
17613 * gdb.base/average.c: Likewise.
17614 * gdb.base/call-ar-st.c: Likewise.
17615 * gdb.base/call-rt-st.c: Likewise.
17616 * gdb.base/call-sc.c: Likewise.
17617 * gdb.base/call-strs.c: Likewise.
17618 * gdb.base/ending-run.c: Likewise.
17619 * gdb.base/execd-prog.c: Likewise.
17620 * gdb.base/exprs.c: Likewise.
17621 * gdb.base/foll-exec.c: Likewise.
17622 * gdb.base/foll-fork.c: Likewise.
17623 * gdb.base/foll-vfork.c: Likewise.
17624 * gdb.base/funcargs.c: Likewise.
17625 * gdb.base/gcore.c: Likewise.
17626 * gdb.base/jump.c: Likewise.
17627 * gdb.base/langs0.c: Likewise.
17628 * gdb.base/langs1.c: Likewise.
17629 * gdb.base/langs2.c: Likewise.
17630 * gdb.base/mips_pro.c: Likewise.
17631 * gdb.base/nodebug.c: Likewise.
17632 * gdb.base/opaque0.c: Likewise.
17633 * gdb.base/opaque1.c: Likewise.
17634 * gdb.base/recurse.c: Likewise.
17635 * gdb.base/run.c: Likewise.
17636 * gdb.base/scope0.c: Likewise.
17637 * gdb.base/scope1.c: Likewise.
17638 * gdb.base/setshow.c: Likewise.
17639 * gdb.base/setvar.c: Likewise.
17640 * gdb.base/shmain.c: Likewise.
17641 * gdb.base/shr1.c: Likewise.
17642 * gdb.base/shr2.c: Likewise.
17643 * gdb.base/sigall.c: Likewise.
17644 * gdb.base/signals.c: Likewise.
17645 * gdb.base/so-indr-cl.c: Likewise.
17646 * gdb.base/solib2.c: Likewise.
17647 * gdb.base/structs.c: Likewise.
17648 * gdb.base/sum.c: Likewise.
17649 * gdb.base/vforked-prog.c: Likewise.
17650 * gdb.base/watchpoint.c: Likewise.
17651 * gdb.reverse/shr2.c: Likewise.
17652 * gdb.reverse/until-reverse.c: Likewise.
17653 * gdb.reverse/ur1.c: Likewise.
17654 * gdb.reverse/watch-reverse.c: Likewise.
17655
17656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17657
17658 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17659 variant.
17660 * gdb.base/sepdebug.exp: Drop references to removed code.
17661
17662 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17663
17664 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17665 variant. Preserve original line numbering.
17666 * gdb.base/list1.c: Likewise.
17667
17668 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17669
17670 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17671 variant.
17672 * gdb.base/break1.c: Likewise.
17673 * gdb.base/break.exp: Drop references to removed code.
17674
17675 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17676
17677 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17678 variant.
17679
17680 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17681
17682 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17683
17684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17687 logic into perform_all_tests() and invoke it with and without
17688 function header prototypes.
17689 (do_function_calls): Remove conditional XFAIL for PR 5318.
17690 (rerun_and_prepare): Remove duplicate code.
17691 (perform_all_tests): New. Main logic moved here.
17692
17693 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17694
17695 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17696 code guarded by #ifdef NO_PROTOTYPES.
17697 (t_double_many_args): Likewise.
17698 (DEF_FUNC_MANY_ARGS_1): Likewise.
17699 (DEF_FUNC_VALUES_1): Likewise.
17700 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17701 guarded by #ifdef PROTOTYPES.
17702
17703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17704
17705 * gdb.mi/mi-console.c: Add eye-catcher.
17706 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17707 instead of literal line number.
17708
17709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17710
17711 * gdb.base/shr2.c: Add eye-catcher.
17712 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17713 line number.
17714
17715 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17716
17717 * gdb.base/jump.c: Add eye-catchers.
17718 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17719 numbers.
17720
17721 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17722
17723 * gdb.base/execd-prog.c: Add eye-catchers.
17724 * gdb.base/foll-exec.c: Likewise.
17725 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17726 line numbers.
17727
17728 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17729
17730 * gdb.base/ending-run.c: Add eye-catchers.
17731 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17732 literal line numbers.
17733
17734 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17735
17736 * gdb.base/call-rt-st.c: Add eye-catchers.
17737 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17738 literal line numbers.
17739
17740 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17741
17742 * gdb.base/call-ar-st.c: Add eye-catchers.
17743 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17744 literal line numbers.
17745
17746 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17747
17748 * gdb.base/average.c: Add eye-catchers.
17749 * gdb.base/sum.c: Likewise.
17750 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17751 regexps dynamically.
17752
17753 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17754
17755 * gdb.base/solib1.c: Add eye-catchers.
17756 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17757 literal line numbers.
17758
17759 2014-11-12 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17762 leader has exited.
17763
17764 2014-11-12 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.arch/i386-bp_permanent.c: New file.
17767 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17768 (srcfile): Set to i386-bp_permanent.c.
17769 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17770 that stepi does not execute the 'leave' instruction, instead of
17771 testing it does execute.
17772 * gdb.base/bp-permanent.c: New file.
17773 * gdb.base/bp-permanent.exp: New file.
17774
17775 2014-11-10 Doug Evans <xdje42@gmail.com>
17776
17777 PR symtab/17564
17778 * gdb.base/symtab-search-order.exp: New file.
17779 * gdb.base/symtab-search-order.c: New file.
17780 * gdb.base/symtab-search-order-1.c: New file.
17781 * gdb.base/symtab-search-order-shlib-1.c: New file.
17782
17783 2014-11-07 Pedro Alves <palves@redhat.com>
17784
17785 PR gdb/17511
17786 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17787 i?86-*-linux*.
17788
17789 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17790
17791 PR c++/17494
17792 * gdb.cp/pr17494.cc: New file.
17793 * gdb.cp/pr17494.exp: New file.
17794
17795 2014-11-02 Yao Qi <yao@codesourcery.com>
17796
17797 * gdb.python/python.exp: Get working directory and match the
17798 output of "set extended-prompt \\w " with it.
17799
17800 2014-10-30 Doug Evans <dje@google.com>
17801
17802 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17803 in objfiles.
17804 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17805 in progspaces.
17806
17807 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17808
17809 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17810 * gdb.base/realname-expand.exp: Likewise.
17811 * gdb.linespec/macro-relative.exp: Likewise.
17812
17813 2014-10-29 Pedro Alves <palves@redhat.com>
17814
17815 PR gdb/17408
17816 * gdb.threads/schedlock.c (some_function): New function.
17817 (call_function): New global.
17818 (MAYBE_CALL_SOME_FUNCTION): New macro.
17819 (thread_function): Call it.
17820 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17821 and use it instead of a global counter. Adjust all callers.
17822 (get_current_thread): Use "find current thread" for test message
17823 here rather than having all callers pass down the same string.
17824 (goto_loop): New procedure, factored out from ...
17825 (my_continue): ... this.
17826 (step_ten_loops): Change parameter from test message to command to
17827 use. Adjust.
17828 (list_count): Delete global.
17829 (check_result): New procedure, factored out from duplicate top
17830 level code.
17831 (continue tests): Wrap in with_test_prefix.
17832 (test_step): New procedure, factored out from duplicate top level
17833 code.
17834 (top level): Test "step" in combination with all scheduler-locking
17835 modes. Test "next" in combination with all scheduler-locking
17836 modes, and in combination with stepping over a function call or
17837 not.
17838 * gdb.threads/next-bp-other-thread.c: New file.
17839 * gdb.threads/next-bp-other-thread.exp: New file.
17840
17841 2014-10-29 Pedro Alves <palves@redhat.com>
17842
17843 PR python/17372
17844 * gdb.python/python.exp: Test a multi-line command that spawns
17845 interactive Python.
17846 * gdb.base/multi-line-starts-subshell.exp: New file.
17847
17848 2014-10-29 Yao Qi <yao@codesourcery.com>
17849
17850 * gdb.base/fileio.exp: Make directories on host.
17851
17852 2014-10-29 Yao Qi <yao@codesourcery.com>
17853
17854 * gdb.base/fileio.c (test_write): Close the file.
17855
17856 2014-10-28 Pedro Alves <palves@redhat.com>
17857
17858 PR gdb/12623
17859 * gdb.base/sigstep.c (no_handler): New global.
17860 (main): If 'no_handler is true, set the signal handlers to
17861 SIG_IGN.
17862 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17863 with_sw_watch and no_handler parameters. Handle them.
17864 (top level) <stepping over handler when stopped at a breakpoint
17865 test>: Add a test axis for testing with a software watchpoint, and
17866 another for testing with the signal handler set to SIG_IGN.
17867 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17868 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17869
17870 2014-10-28 Pedro Alves <palves@redhat.com>
17871
17872 PR gdb/17511
17873 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17874 * gdb.base/sigstep.exp (other_handler_location): New global.
17875 (advance): Support stepping into the signal handler, and running
17876 commands while in the handler.
17877 (in_handler_map): New global.
17878 (top level): In the advance test, add combinations for getting
17879 into the handler with stepping commands, and for running commands
17880 in the handler. Add comment descripting the advancei tests.
17881
17882 2014-10-28 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/sigstep.exp: Use build_executable instead of
17885 prepare_for_testing.
17886 (top level): Move code that starts GDB, runs to main and creates a
17887 display to ...
17888 (restart): ... this new procedure.
17889 (top level): Move backtrace from signal handler test to ...
17890 (validate_backtrace): ... this new procedure.
17891 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17892 with_test_prefix. Always restart GDB.
17893 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17894 with_test_prefix. Always restart GDB. No need to delete
17895 breakpoints after the test.
17896 (test_skip_handler): Remove prefix parameter.
17897 (skip_over_handler, breakpoint_to_handler)
17898 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17899 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17900 restart GDB. No need to delete breakpoints after the test.
17901 (top level): Use foreach to call the test procedures with
17902 different commands.
17903
17904 2014-10-28 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17907 instead of GNATS numbers.
17908 * gdb.base/sigbpt.exp: Likewise.
17909 * gdb.base/siginfo.exp: Likewise.
17910 * gdb.base/sigstep.exp: Likewise.
17911
17912 2014-10-27 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/sigstep.c (dummy): New global.
17915 (main): Issue a couple writes to the new global.
17916 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17917 procedures.
17918 (skip_over_handler): Use test_skip_handler.
17919 (top level): Call skip_over_handler for stepi and nexti too.
17920 (breakpoint_over_handler): Use test_skip_handler.
17921 (top level): Call breakpoint_over_handler for stepi and nexti too.
17922
17923 2014-10-27 Yao Qi <yao@codesourcery.com>
17924
17925 * gdb.trace/tfile.c (adjust_function_address)
17926 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17927 function descriptor.
17928
17929 2014-10-24 Don Breazeal <donb@codesourcery.com>
17930
17931 * gdb.base/foll-fork.exp (test_follow_fork,
17932 catch_fork_child_follow): Check for updated fork messages emitted
17933 from infrun.c.
17934 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17935 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17936 vfork_and_exec_child_follow_through_step): Check for updated vfork
17937 messages emitted from infrun.c.
17938
17939 2014-10-24 Pedro Alves <palves@redhat.com>
17940
17941 * gdb.base/corefile.exp: Remove references to ultrix.
17942 * gdb.base/interrupt.exp: Likewise.
17943 * gdb.base/whatis.exp: Likewise.
17944 * gdb.gdb/selftest.exp: Likewise.
17945 * gdb.threads/manythreads.exp: Likewise.
17946 * gdb.threads/print-threads.exp: Likewise.
17947 * gdb.threads/pthreads.exp:: Likewise.
17948 * gdb.threads/schedlock.exp: Likewise.
17949
17950 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17951
17952 * gdb.cp/non-trivial-retval.cc: Add a test case.
17953 * gdb.cp/non-trivial-retval.exp: Add a test.
17954
17955 2014-10-20 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17958 * gdb.python/py-objfile-script-gdb.py: New file.
17959 * gdb.python/py-objfile-script.exp: Update reference to
17960 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17961 of remote_download. Remove the dest file.
17962
17963 2014-10-20 Yao Qi <yao@codesourcery.com>
17964
17965 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17966 * gdb.base/step-line.exp: Likewise.
17967 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17968 * gdb.dwarf2/dw2-basic.exp: Likewise.
17969 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17970 * gdb.dwarf2/dw2-filename.exp: Likewise.
17971 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17972 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17973 * gdb.dwarf2/dw2-producer.exp: Likewise.
17974 * gdb.dwarf2/mac-fileno.exp: Likewise.
17975 * gdb.python/py-frame-args.exp: Likewise.
17976 * gdb.python/py-framefilter.exp: Likewise.
17977 * gdb.python/py-mi.exp: Likewise.
17978 * gdb.python/py-objfile-script.exp: Likewise
17979 * gdb.python/py-pp-integral.exp: Likewise.
17980 * gdb.python/py-pp-re-notag.exp: Likewise.
17981 * gdb.python/py-prettyprint.exp: Likewise.
17982 * gdb.python/py-section-script.exp: Likewise.
17983 * gdb.python/py-typeprint.exp: Likewise.
17984 * gdb.python/py-xmethods.exp: Likewise.
17985 * gdb.stabs/weird.exp: Likewise.
17986 * gdb.xml/tdesc-regs.exp: Likewise.
17987
17988 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17989
17990 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17991 (out_cu): Use addr_len for the size of addresses.
17992 (out_line): Likewise. Size DW_LNE_set_address instruction
17993 according to addr_len.
17994 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17995 (FUNC): Add START_INSNS to definition.
17996
17997 2014-10-18 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18000 gdb_has_argv0 return true.
18001 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18002 check [target_info exists noargs], check [gdb_has_argv0]
18003 instead.
18004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18005 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18006 procedures.
18007
18008 2014-10-17 Doug Evans <dje@google.com>
18009
18010 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18011 event.
18012 * gdb.python/py-events.py: Add clear_objfiles event.
18013
18014 2014-10-17 Doug Evans <dje@google.com>
18015
18016 * gdb.python/py-objfile.exp: Test progspace attribute.
18017
18018 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
18019
18020 * gdb.guile/scm-breakpoint.exp: Do not assume any
18021 directory separators when matching source file paths.
18022 * gdb.python/py-breakpoint.exp: Likewise.
18023 * gdb.reverse/break-precsave.exp: Likewise.
18024 * gdb.reverse/break-reverse.exp: Likewise.
18025 * gdb.reverse/consecutive-precsave.exp: Likewise.
18026 * gdb.reverse/finish-precsave.exp: Likewise.
18027 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18028 * gdb.reverse/finish-reverse.exp: Likewise.
18029 * gdb.reverse/i386-precsave.exp: Likewise.
18030 * gdb.reverse/i387-env-reverse.exp: Likewise.
18031 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18032 * gdb.reverse/machinestate-precsave.exp: Likewise.
18033 * gdb.reverse/machinestate.exp: Likewise.
18034 * gdb.reverse/sigall-precsave.exp: Likewise.
18035 * gdb.reverse/solib-precsave.exp: Likewise.
18036 * gdb.reverse/step-precsave.exp: Likewise.
18037 * gdb.reverse/until-precsave.exp: Likewise.
18038 * gdb.reverse/watch-precsave.exp: Likewise.
18039 * gdb.reverse/watch-reverse.exp: Likewise.
18040
18041 2014-10-17 Yao Qi <yao@codesourcery.com>
18042
18043 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18044 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18045
18046 2014-10-17 Pedro Alves <palves@redhat.com>
18047
18048 PR gdb/17471
18049 * gdb.base/bg-execution-repeat.c: New file.
18050 * gdb.base/bg-execution-repeat.exp: New file.
18051
18052 2014-10-17 Pedro Alves <palves@redhat.com>
18053
18054 PR gdb/17300
18055 * gdb.base/continue-all-already-running.c: New file.
18056 * gdb.base/continue-all-already-running.exp: New file.
18057
18058 2014-10-17 Pedro Alves <palves@redhat.com>
18059
18060 PR gdb/17472
18061 * gdb.base/annota-input-while-running.c: New file.
18062 * gdb.base/annota-input-while-running.exp: New file.
18063
18064 2014-10-17 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/callfuncs.exp: emove references to osf.
18067 * gdb.base/sigall.exp: Likewise.
18068 * gdb.gdb/selftest.exp: Likewise.
18069 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18070 * gdb.mi/non-stop.c: Likewise.
18071 * gdb.mi/pthreads.c: Likewise.
18072 * gdb.reverse/sigall-precsave.exp: Likewise.
18073 * gdb.reverse/sigall-reverse.exp: Likewise.
18074 * gdb.threads/pthreads.c: Likewise.
18075 * gdb.threads/pthreads.exp: Likewise.
18076
18077 2014-10-17 Yao Qi <yao@codesourcery.com>
18078
18079 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18080 check 'target_info exists noargs'.
18081 (test_command_prompt_position): Likewise.
18082 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18083 Remove "set args".
18084 (progvar_simple_while_test): Likewise.
18085 (progvar_complex_if_while_test): Likewise.
18086 (if_while_breakpoint_command_test): Likewise.
18087 (infrun_breakpoint_command_test): Likewise.
18088 (breakpoint_command_test): Likewise.
18089 (watchpoint_command_test): Likewise.
18090 (bp_deleted_in_command_test): Likewise.
18091 (temporary_breakpoint_commands): Likewise.
18092
18093 2014-10-16 Yao Qi <yao@codesourcery.com>
18094
18095 * gdb.base/remotetimeout.exp: Remove noargs checking.
18096
18097 2014-10-15 Pedro Alves <palves@redhat.com>
18098
18099 PR breakpoints/9649
18100 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18101 * gdb.base/breakpoint-in-ro-region.exp
18102 (probe_target_hardware_step): New procedure.
18103 (top level): Probe hardware stepping and hardware breakpoint
18104 support. Test stepping through a read-only region, with both
18105 "breakpoint auto-hw" on and off and both "always-inserted" on and
18106 off.
18107
18108 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18109
18110 * gdb.dlang/demangle.exp: Update for demangling changes.
18111
18112 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18113
18114 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18115 * gdb.cp/non-trivial-retval.exp: Add new tests.
18116
18117 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18118
18119 PR c++/13403
18120 PR c++/15154
18121 * gdb.cp/non-trivial-retval.cc: New file.
18122 * gdb.cp/non-trivial-retval.exp: New file.
18123
18124 2014-10-15 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18127 remote host.
18128
18129 2014-10-15 Yao Qi <yao@codesourcery.com>
18130
18131 * gdb.python/py-symbol.exp: Match file base name if host is
18132 remote, otherwise match file name with dir name.
18133 * gdb.python/py-symtab.exp: Likewise.
18134 * gdb.python/python.exp: Likewise.
18135
18136 2014-10-15 Yao Qi <yao@codesourcery.com>
18137
18138 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18139 pattern.
18140 * gdb.python/py-symtab.exp: Likewise.
18141 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18142 locationn.
18143
18144 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18145
18146 * gdb.ada/addr_arith: New testcase.
18147
18148 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18149
18150 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18151 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18152 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18153 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18154
18155 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18156
18157 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18158 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18159 * gdb.arch/stap-eval-lang-ada.exp: New file.
18160
18161 2014-10-14 Yao Qi <yao@codesourcery.com>
18162
18163 * gdb.mi/mi-var-child.c (nothing1): New function.
18164 (nothing2): New function.
18165 (do_children_tests): Set function pointers by nothing1 and
18166 nothing2.
18167 * gdb.mi/mi-var-child.exp: Step over new added statements.
18168 Update test to match the new output.
18169 * gdb.mi/var-cmd.c (nothing1): New function.
18170 (nothing2): New function.
18171 (do_children_tests): Set function pointers by nothing1 and
18172 nothing2.
18173 * gdb.mi/mi-var-display.exp: Update test to match output.
18174 Step to the line specified by $line_dct_nothing.
18175 Increase the number of lines to step.
18176
18177 2014-10-14 Yao Qi <yao@codesourcery.com>
18178
18179 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18180 tests.
18181 * gdb.mi/mi2-var-child.exp: Likewise.
18182
18183 2014-10-13 Doug Evans <dje@google.com>
18184
18185 * gdb.python/py-objfile.exp: Change name of file name test.
18186
18187 2014-10-13 Doug Evans <dje@google.com>
18188
18189 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18190 from the start of the CU.
18191
18192 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18193 Yao Qi <yao@codesourcery.com>
18194
18195 Fix "save breakpoints" for "catch" command.
18196 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18197 Remove -nonewline. Match also the added "main" line.
18198
18199 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18200
18201 Fix "save breakpoints" for "disable $bpnum" command.
18202 * gdb.base/save-bp.c (main): Add label.
18203 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18204
18205 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18206
18207 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18208
18209 2014-10-11 Yao Qi <yao@codesourcery.com>
18210
18211 * gdb.server/server-kill.exp: Execute command
18212 "set remote trace-status-packet on" before "tstatus".
18213
18214 2014-10-11 Yao Qi <yao@codesourcery.com>
18215
18216 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18217 (main): Call getppid.
18218 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18219 and continue to it. Read variable "server_pid".
18220
18221 2014-10-11 Yao Qi <yao@codesourcery.com>
18222
18223 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18224
18225 2014-10-11 Yao Qi <yao@codesourcery.com>
18226
18227 * gdb.threads/thread-find.exp: Don't execute command
18228 "info threads".
18229 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18230 * gdb.threads/linux-dp.exp: Don't check the condition
18231 $threads_created equals to zero.
18232
18233 2014-10-10 Pedro Alves <palves@redhat.com>
18234
18235 * gdb.base/bigcore.exp: Remove references to IRIX.
18236 * gdb.base/funcargs.exp: Likewise.
18237 * gdb.base/interrupt.exp: Likewise.
18238 * gdb.base/mips_pro.exp: Likewise.
18239 * gdb.base/nodebug.exp: Likewise.
18240 * gdb.base/setvar.exp: Likewise.
18241 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18242
18243 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18244 Pedro Alves <palves@redhat.com>
18245
18246 PR symtab/14466
18247 * gdb.base/vdso-warning.c: New file.
18248 * gdb.base/vdso-warning.exp: New file.
18249
18250 2014-10-02 Doug Evans <dje@google.com>
18251
18252 * gdb.base/structs.c (main): Don't run forever.
18253
18254 2014-10-02 Pedro Alves <palves@redhat.com>
18255
18256 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18257 (top level) <stop threads 1, stop threads 2>: Use it.
18258
18259 2014-10-02 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.threads/break-while-running.exp (test): Add new
18262 'update_thread_list' argument. Skip "info threads" if false.
18263 (top level): Add new 'update_thread_list' axis.
18264
18265 2014-10-02 Pedro Alves <palves@redhat.com>
18266
18267 PR breakpoints/17431
18268 * gdb.base/execl-update-breakpoints.c: New file.
18269 * gdb.base/execl-update-breakpoints.exp: New file.
18270
18271 2014-10-01 Pedro Alves <palves@redhat.com>
18272
18273 * gdb.base/breakpoint-in-ro-region.c: New file.
18274 * gdb.base/breakpoint-in-ro-region.exp: New file.
18275
18276 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18277
18278 * gdb.mi/mi-exit-code.exp: New file.
18279 * gdb.mi/mi-exit-code.c: New file.
18280
18281 2014-09-30 Yao Qi <yao@codesourcery.com>
18282
18283 * lib/prelink-support.exp (build_executable_own_libs): Error if
18284 the target isn't native.
18285
18286 2014-09-30 Yao Qi <yao@codesourcery.com>
18287
18288 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18289 false.
18290
18291 2014-09-22 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.threads/break-while-running.exp: New file.
18294 * gdb.threads/break-while-running.c: New file.
18295
18296 2014-09-19 Yao Qi <yao@codesourcery.com>
18297
18298 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18299 Invoke test. Restart GDB with --readnow and invoke test again.
18300
18301 2014-09-19 Yao Qi <yao@codesourcery.com>
18302
18303 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18304 proc set_breakpoint_on_gcd_function. Invoke
18305 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18306 invoke set_breakpoint_on_gcd_function again.
18307
18308 2014-09-18 Doug Evans <dje@google.com>
18309
18310 * gdb.dwarf2/symtab-producer.exp: New file.
18311
18312 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18313
18314 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18315 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18316 * gdb.base/global-var-nested-by-dso.c: Likewise.
18317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18318
18319 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18320 Pedro Alves <palves@redhat.com>
18321
18322 * gdb.base/watch-bitfields.exp: Pass string other than test file
18323 name to prepare_for_testing.
18324 (watch): New procedure.
18325 (expect_watchpoint): Use with_test_prefix.
18326 (top level): Factor out tests to ...
18327 (test_watch_location, test_regular_watch): ... these new
18328 procedures, and use with_test_prefix and gdb_continue_to_end.
18329
18330 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18331
18332 PR breakpoints/12526
18333 * gdb.base/watch-bitfields.exp: New file.
18334 * gdb.base/watch-bitfields.c: New file.
18335
18336 2014-09-16 Pedro Alves <palves@redhat.com>
18337
18338 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18339 software and hardware addresses, not software address against
18340 itself.
18341
18342 2014-09-16 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18345 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18346
18347 2014-09-16 Pedro Alves <palves@redhat.com>
18348
18349 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18350 files.
18351 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18352 "*-*-vxworks*" throughout.
18353 * gdb.base/break.exp: Likewise.
18354 * gdb.base/default.exp: Likewise.
18355 * gdb.base/scope.exp: Likewise.
18356 * gdb.base/sepdebug.exp: Likewise.
18357 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18358 throughout.
18359 * gdb.base/run.c: Likewise.
18360 * gdb.base/sepdebug.c: Likewise.
18361 * gdb.hp/gdb.aCC/run.c: Likewise.
18362 * gdb.reverse/until-reverse.c: Likewise.
18363 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18364
18365 2014-09-16 Yao Qi <yao@codesourcery.com>
18366
18367 * boards/local-remote-host-native.exp: New file.
18368
18369 2014-09-14 Doug Evans <xdje42@gmail.com>
18370
18371 * gdb.threads/queue-signal.c (thread_count): New variable.
18372 (thread_count_mutex, thread_count_condvar): New variables.
18373 (incr_thread_count, wait_all_threads_running): New functions.
18374 (main): Wait for all threads to be in their thread functions.
18375
18376 2014-09-13 Doug Evans <xdje42@gmail.com>
18377
18378 * gdb.threads/queue-signal.c: New file.
18379 * gdb.threads/queue-signal.exp: New file.
18380
18381 2014-09-13 Doug Evans <xdje42@gmail.com>
18382
18383 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18384 be consistent with what default_gdb_init uses.
18385 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18386 the plain text of the prompt. Add some logging printfs.
18387 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18388
18389 2014-09-12 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18392 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18393 * gdb.arch/i386-size-overlap.exp: Likewise.
18394 * gdb.arch/i386-size.exp: Likewise.
18395 * gdb.arch/i386-unwind.exp: Likewise.
18396 * gdb.base/a2-run.exp: Likewise.
18397 * gdb.base/break.exp: Likewise.
18398 * gdb.base/charset.exp: Likewise.
18399 * gdb.base/chng-syms.exp: Likewise.
18400 * gdb.base/commands.exp: Likewise.
18401 * gdb.base/dbx.exp: Likewise.
18402 * gdb.base/find.exp: Likewise.
18403 * gdb.base/funcargs.exp: Likewise.
18404 * gdb.base/jit-simple.exp: Likewise.
18405 * gdb.base/reread.exp: Likewise.
18406 * gdb.base/sepdebug.exp: Likewise.
18407 * gdb.base/step-bt.exp: Likewise.
18408 * gdb.cp/mb-inline.exp: Likewise.
18409 * gdb.cp/mb-templates.exp: Likewise.
18410 * gdb.objc/basicclass.exp: Likewise.
18411 * gdb.threads/killed.exp: Likewise.
18412
18413 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18414
18415 PR tdep/17379
18416 * gdb.arch/powerpc-stackless.S: New file.
18417 * gdb.arch/powerpc-stackless.exp: New file.
18418
18419 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18420
18421 * gdb.base/attach.c: Include unistd.h.
18422 (main): Call alarm. Add label postloop.
18423 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18424 gdb_breakpoint, gdb_continue_to_breakpoint.
18425 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18426
18427 2014-09-11 Pedro Alves <palves@redhat.com>
18428
18429 PR gdb/17347
18430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18431 * gdb.base/attach.exp (test_command_line_attach_run): New
18432 procedure.
18433 (top level): Call it.
18434
18435 2014-09-11 Pedro Alves <palves@redhat.com>
18436
18437 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18438 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18439 (do_command_attach_tests): Use spawn_wait_for_attach.
18440 * gdb.base/solib-overlap.exp: Likewise.
18441 * gdb.multi/multi-attach.exp: Likewise.
18442 * gdb.python/py-prompt.exp: Likewise.
18443 * gdb.python/py-sync-interp.exp: Likewise.
18444 * gdb.server/ext-attach.exp: Likewise.
18445
18446 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18447
18448 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18449 command in testcase. Simplify testcase.
18450
18451 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18452
18453 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18454
18455 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18458
18459 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18460
18461 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18462
18463 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18464
18465 * gdb.dwarf2/dynarr-ptr.c: New file.
18466 * gdb.dwarf2/dynarr-ptr.exp: New file.
18467
18468 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18469
18470 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18471 of 30 rather than hardcoding 120 for a slow test case. Take the
18472 `gdb,timeout' target setting into account for this calculation.
18473 Don't extend the timeout for the test cases that don't need it.
18474
18475 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18476
18477 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18478 a factor of 2 for a slow test case. Take the `gdb,timeout'
18479 target setting into account for this calculation.
18480 * gdb.reverse/until-precsave.exp: Increase the timeout by
18481 a factor of 15 and 3 respectively rather than adding 120
18482 for a pair of slow test cases. Take the `gdb,timeout'
18483 target setting into account for this calculation.
18484
18485 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18486
18487 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18488 timeout, don't pass one down to gdb_expect.
18489 (gdb_expect): Rework timeout selection.
18490
18491 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18492
18493 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18494 exception on timeout.
18495 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18496 (gdbserver_start_extended): Catch any `gdbserver_start' error
18497 exceptions.
18498 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18499 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18500 `gdbserver_gdb_load' error exceptions.
18501
18502 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18503
18504 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18505 120 on waiting for the TCP socket to open.
18506
18507 2014-09-09 Doug Evans <xdje42@gmail.com>
18508
18509 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18510 _caller_matches, _any_caller_is, _any_caller_matches.
18511
18512 2014-09-09 Doug Evans <xdje42@gmail.com>
18513
18514 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18515
18516 2014-09-09 Yao Qi <yao@codesourcery.com>
18517
18518 * gdb.mi/mi-var-display.exp: Set print symbol off.
18519
18520 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18521
18522 PR gdb/17035
18523 * gdb.base/commands.exp: Add tests to verify user-defined
18524 commands with empty bodies.
18525 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18526 python commands in `show user command`.
18527 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18528 scheme commands in `show user command`.
18529
18530 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18531
18532 PR python/17355
18533 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18534 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18535 * gdb.python/py-framefilter-invalidarg.exp: New file.
18536 * gdb.python/py-framefilter-invalidarg.py: New file.
18537
18538 2014-09-06 Doug Evans <xdje42@gmail.com>
18539
18540 PR 15276
18541 * gdb.python/py-caller-is.c: New file.
18542 * gdb.python/py-caller-is.exp: New file.
18543
18544 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18545
18546 PR gdb/17235
18547 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18548 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18549
18550 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18551
18552 PR fortran/17237
18553 * gdb.fortran/print-formatted.exp: New file.
18554 * gdb.fortran/print-formatted.f90: Likewise.
18555
18556 2014-09-03 Sasha Smundak <asmundak@google.com>
18557
18558 * gdb.python/py-frame.exp: Test Frame.read_register.
18559
18560 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18561
18562 PR python/16699
18563 * gdb.python/py-completion.exp: New file.
18564 * gdb.python/py-completion.py: Likewise.
18565
18566 2014-08-28 Doug Evans <dje@google.com>
18567
18568 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18569 eax,etc. are live with values set by gdb and thus the compiler can't
18570 use them.
18571 * gdb.arch/i386-pseudo.c (main): Ditto.
18572
18573 2014-08-27 Doug Evans <dje@google.com>
18574
18575 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18576
18577 2014-08-25 Doug Evans <dje@google.com>
18578
18579 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18580 (main): Ditto.
18581
18582 2014-08-25 Doug Evans <dje@google.com>
18583
18584 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18585
18586 2014-08-24 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18589 symbol off.
18590 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18591
18592 2014-08-22 Doug Evans <dje@google.com>
18593
18594 PR 17276
18595 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18596 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18597 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18598
18599 2014-08-22 Yao Qi <yao@codesourcery.com>
18600
18601 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18602 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18603 * gdb.python/python.exp: Likewise. Use .py file on the host
18604 instead of the build.
18605
18606 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18607
18608 * gdb.threads/gcore-stale-thread.c: New file.
18609 * gdb.threads/gcore-stale-thread.exp: New file.
18610
18611 2014-08-21 Pedro Alves <palves@redhat.com>
18612
18613 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18614 * gdb.base/gcore-relro-pie.exp: Likewise.
18615 * gdb.base/gcore-relro.exp: Likewise.
18616 * gdb.base/gcore.exp: Likewise.
18617 * gdb.base/print-symbol-loading.exp: Likewise.
18618 * gdb.threads/gcore-thread.exp: Likewise.
18619 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18620
18621 2014-08-20 Pedro Alves <palves@redhat.com>
18622 Jan Kratochvil <jan.kratochvil@redhat.com>
18623
18624 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18625 configure.
18626 (EXPECT): Handle READ1 being set.
18627 (all): Depend on EXTRA_RULES.
18628 (check-read1, expect-read1, read1.so, read1): New rules.
18629 * README (Testsuite Parameters): Document the READ1 make variable.
18630 (Race detection): New section.
18631 * configure: Regenerate.
18632 * configure.ac: If build==host==target, and running under a
18633 GNU/glibc system, add read1 to the extra Makefile rules.
18634 (EXTRA_RULES): AC_SUBST it.
18635 * lib/read1.c: New file.
18636
18637 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18638
18639 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18640 the handling of variables declared as a typedef to an array
18641 which a DW_AT_data_location attribute.
18642
18643 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18644 Pedro Alves <palves@redhat.com>
18645
18646 PR symtab/14604
18647 PR symtab/14605
18648 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18649 gdb_test.
18650
18651 2014-08-19 Pedro Alves <palves@redhat.com>
18652
18653 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18654
18655 2014-08-19 Yao Qi <yao@codesourcery.com>
18656
18657 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18658 right line.
18659
18660 2014-08-18 David Blaikie <dblaikie@gmail.com>
18661
18662 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18663
18664 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18665
18666 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18667 attribute in array range.
18668
18669 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18670
18671 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18672
18673 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18674
18675 PR c++/17132
18676 * gdb.cp/pr17132.cc: New file.
18677 * gdb.cp/pr17132.exp: New file.
18678
18679 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18680
18681 * gdb.python/py-xmethods.py (A_getarrayind)
18682 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18683 Use 'print' with function call syntax.
18684 (E_method_matcher.match): Fix tab vs space indentation mixup.
18685
18686 2014-08-15 Yao Qi <yao@codesourcery.com>
18687
18688 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18689 false.
18690
18691 2014-08-15 Yao Qi <yao@codesourcery.com>
18692
18693 * gdb.cp/casts.exp: Set print symbol off.
18694 * gdb.cp/class2.exp: Likewise.
18695 * gdb.cp/overload.exp: Likewise.
18696 * gdb.cp/templates.exp: Likewise.
18697
18698 2014-08-11 Doug Evans <dje@google.com>
18699
18700 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18701 (test_load_shlib): Update.
18702
18703 2014-08-09 Yao Qi <yao@codesourcery.com>
18704
18705 * gdb.base/display.exp: Invoke is_address_zero_readable.
18706 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18707 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18708 * gdb.base/hbreak-unmapped.exp: Return if
18709 is_address_zero_readable returns true.
18710 * gdb.base/signest.exp: Likewise.
18711 * gdb.base/signull.exp: Likewise.
18712 * gdb.base/sigbpt.exp: Likewise.
18713 * gdb.guile/scm-disasm.exp: Do the test if
18714 is_address_zero_readable returns false.
18715 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18716 * gdb.python/py-arch.exp: Likewise.
18717 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18718 * lib/gdb.exp (is_address_zero_readable): New proc.
18719
18720 2014-08-09 Yao Qi <yao@codesourcery.com>
18721
18722 PR testsuite/13443
18723 * gdb.mi/mi-var-display.exp: Make test messages unique.
18724
18725 2014-08-04 Tom Tromey <tromey@redhat.com>
18726
18727 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18728 target 0".
18729
18730 2014-08-04 Tom Tromey <tromey@redhat.com>
18731
18732 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18733 "target_resume".
18734
18735 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18736
18737 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18738 inner_vla_struct_object_size.
18739 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18740 as xfail.
18741
18742 2014-07-30 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18745 comment.
18746
18747 2014-07-29 Yao Qi <yao@codesourcery.com>
18748
18749 PR gdb/17206
18750 * gdb.base/until-nodebug.exp: New.
18751
18752 2014-07-28 Doug Evans <xdje42@gmail.com>
18753
18754 PR guile/17203
18755 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18756 previously existing parameter, and previously ambiguously spelled
18757 parameter.
18758
18759 2014-07-28 Will Newton <will.newton@linaro.org>
18760
18761 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18762
18763 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18764 Doug Evans <xdje42@gmail.com>
18765
18766 PR guile/17146
18767 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18768
18769 2014-07-25 Pedro Alves <palves@redhat.com>
18770
18771 * gdb.threads/signal-command-handle-nopass.c: New file.
18772 * gdb.threads/signal-command-handle-nopass.exp: New file.
18773 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18774 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18775 * gdb.threads/signal-delivered-right-thread.c: New file.
18776 * gdb.threads/signal-delivered-right-thread.exp: New file.
18777
18778 2014-07-25 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/double-prompt-target-event-error.exp
18781 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18782 match.
18783 (cancel_pagination_in_target_event): Rework double prompt
18784 detection.
18785 * gdb.base/paginate-after-ctrl-c-running.exp
18786 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18787 <return>' match.
18788 * gdb.base/paginate-bg-execution.exp
18789 (test_bg_execution_pagination_return)
18790 (test_bg_execution_pagination_cancel): Remove '-notransfer
18791 <return>' matches.
18792 * gdb.base/paginate-execution-startup.exp
18793 (test_fg_execution_pagination_return)
18794 (test_fg_execution_pagination_cancel): Remove '-notransfer
18795 <return>' matches.
18796 * gdb.base/paginate-inferior-exit.exp
18797 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18798 match.
18799 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18800 * lib/gdb.exp (pagination_prompt): Run text through
18801 string_to_regexp.
18802 (gdb_test_multiple): Match $pagination_prompt instead of
18803 "<return>".
18804 (string_to_regexp): Move to lib/gdb-utils.exp.
18805
18806 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18807
18808 * gdb.arch/amd64-entry-value-paramref.S: New file.
18809 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18810 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18811 * gdb.arch/amd64-optimout-repeat.S: New file.
18812 * gdb.arch/amd64-optimout-repeat.c: New file.
18813 * gdb.arch/amd64-optimout-repeat.exp: New file.
18814
18815 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18816
18817 PR gdb/17170
18818 * gdb.base/statistics.exp: New file.
18819
18820 2014-07-17 Doug Evans <dje@google.com>
18821
18822 PR gdb/17170
18823 * gdb.base/maint.exp: Update testing of per-command stats.
18824
18825 2014-07-16 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18828 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18829 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18830 (tfile_write_buf): New functions.
18831 (add_memory_block): Rewrite using the above.
18832 (adjust_function_address): New function.
18833 (FUNCTION_ADDRESS): New macro.
18834 (write_basic_trace_file): Remove short_x local, and use
18835 tfile_write_16. Change type of func_addr local to unsigned long
18836 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18837 here. Cast argument of add_memory_block to char pointer.
18838 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18839 (main): Remove parameters.
18840 * gdb.trace/tfile.exp: Remove nowarnings.
18841
18842 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18843
18844 * gdb.base/debug-expr.exp: Test string evaluation with
18845 "debug expression" on.
18846
18847 2014-07-15 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.base/reread.exp: Use clean_restart.
18850
18851 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18852
18853 * gdb.arch/avr-flash-qualifer.c: New.
18854 * gdb.arch/avr-flash-qualifer.exp: New.
18855
18856 2014-07-14 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18859 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18860
18861 2014-07-14 Pedro Alves <palves@redhat.com>
18862
18863 * gdb.base/double-prompt-target-event-error.c: New file.
18864 * gdb.base/double-prompt-target-event-error.exp: New file.
18865
18866 2014-07-14 Pedro Alves <palves@redhat.com>
18867
18868 PR gdb/17072
18869 * gdb.base/paginate-inferior-exit.c: New file.
18870 * gdb.base/paginate-inferior-exit.exp: New file.
18871
18872 2014-07-14 Pedro Alves <palves@redhat.com>
18873
18874 PR gdb/17072
18875 * gdb.base/paginate-bg-execution.c: New file.
18876 * gdb.base/paginate-bg-execution.exp: New file.
18877
18878 2014-07-14 Pedro Alves <palves@redhat.com>
18879
18880 PR gdb/17072
18881 * gdb.base/paginate-execution-startup.c: New file.
18882 * gdb.base/paginate-execution-startup.exp: New file.
18883 * lib/gdb.exp (pagination_prompt): New global.
18884 (default_gdb_spawn): New procedure, factored out from
18885 default_gdb_spawn.
18886 (default_gdb_start): Adjust to call default_gdb_spawn.
18887 (gdb_spawn): New procedure.
18888
18889 2014-07-14 Pedro Alves <palves@redhat.com>
18890
18891 * lib/gdb.exp (gdb_assert): New procedure.
18892 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18893
18894 2014-07-14 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/execution-termios.c: New file.
18897 * gdb.base/execution-termios.exp: New file.
18898
18899 2014-07-14 Tom Tromey <tromey@redhat.com>
18900
18901 * gdb.cp/vla-cxx.cc: New file.
18902 * gdb.cp/vla-cxx.exp: New file.
18903
18904 2014-07-14 Tom Tromey <tromey@redhat.com>
18905
18906 * gdb.reverse/rerun-prec.c: New file.
18907 * gdb.reverse/rerun-prec.exp: New file.
18908
18909 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18910 Maciej W. Rozycki <macro@codesourcery.com>
18911
18912 * lib/gdb-utils.exp: New file.
18913 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18914 inline `gdb_init_command' processing.
18915 (gdb_start_cmd): Likewise.
18916 * lib/mi-support.exp (mi_run_cmd): Likewise.
18917 * README: Document `gdb_init_command' and `gdb_init_commands'.
18918
18919 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18920
18921 Fix false FAIL running under a very long directory name.
18922 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18923 and "set print elements 10000". Twice.
18924
18925 2014-07-11 Yao Qi <yao@codesourcery.com>
18926
18927 * gdb.base/exprs.exp: "set print symbol off".
18928
18929 2014-07-11 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.threads/kill.c: New file.
18932 * gdb.threads/kill.exp: New file.
18933
18934 2014-07-10 Yao Qi <yao@codesourcery.com>
18935
18936 * gdb.trace/tfile.c (write_basic_trace_file)
18937 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18938 address written to trace file.
18939
18940 2014-07-09 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/attach-wait-input.exp: New file.
18943 * gdb.base/attach-wait-input.c: New file.
18944
18945 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18946
18947 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18948 setting up test structures.
18949 (main): Call new test function.
18950 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18951 test function, continue into test function and walk test
18952 structures.
18953
18954 2014-07-02 Yao Qi <yao@codesourcery.com>
18955
18956 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18957 'bar_start' at the beginning of functions 'foo' and 'bar'
18958 respectively.
18959 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18960 instead of 'foo' and 'bar'.
18961
18962 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18963
18964 * gdb.btrace/segv.exp: New.
18965 * gdb.btrace/segv.c: New.
18966
18967 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18968
18969 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18970 instruction.
18971
18972 2014-06-30 Mark Wielaard <mjw@redhat.com>
18973
18974 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18975 vulture, vilify, villar): New volatile array constants.
18976 (vindictive, vegetation): New const volatile array constants.
18977 * gdb.base/volatile.exp: Test volatile and const volatile array
18978 types.
18979
18980 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18981
18982 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18983 target lacks support for awatch, rwatch, or hbreak.
18984
18985 2014-06-27 Yao Qi <yao@codesourcery.com>
18986
18987 * gdb.multi/dummy-frame-restore.exp: New.
18988 * gdb.multi/dummy-frame-restore.c: New.
18989
18990 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18991
18992 * gdb.btrace/gcore.exp: New.
18993
18994 2014-06-23 Pedro Alves <palves@redhat.com>
18995
18996 * gdb.base/watchpoint-reuse-slot.c: New file.
18997 * gdb.base/watchpoint-reuse-slot.exp: New file.
18998
18999 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19000
19001 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19002 progspace's filename in 'info', 'enable' and 'disable' command
19003 tests.
19004
19005 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19006
19007 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19008 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19009 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19010
19011 2014-06-20 Gary Benson <gbenson@redhat.com>
19012
19013 * gdb.arch/i386-avx.exp: Fix include file location.
19014 * gdb.arch/i386-sse.exp: Likewise.
19015
19016 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19017
19018 * gdb.dlang/expression.exp: New file.
19019
19020 2014-06-19 Pedro Alves <palves@redhat.com>
19021
19022 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19023 out from ...
19024 (top level): ... here. Iterate running tests under different
19025 scheduler-locking settings.
19026
19027 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
19028
19029 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19030 to DW_FORM_addr and use non-zero addresses.
19031
19032 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19033
19034 PR gdb/17017
19035 * gdb.python/py-xmethods.cc: Add global function call counters and
19036 increment them in their respective functions. Remove "cout"
19037 statements.
19038 * gdb.python/py-xmethods.exp: Make tests check the global function
19039 call counters instead of depending on inferior IO.
19040
19041 2014-06-18 Don Breazeal <donb@codesourcery.com>
19042
19043 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19044 Deleted procedure.
19045 (explicit_fork_parent_follow): Deleted procedure.
19046 (explicit_fork_child_follow): Deleted procedure.
19047 (test_follow_fork): New procedure.
19048 (do_fork_tests): Replace calls to deleted procedures with
19049 calls to test_follow_fork and reset GDB for subsequent
19050 procedure calls.
19051
19052 2014-06-17 Yao Qi <yao@codesourcery.com>
19053
19054 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19055 CP1252.
19056
19057 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19058
19059 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19060 Initialize ptr and S explicitly.
19061 (skip_type_update_when_not_use_rtti_test): Likewise.
19062
19063 2014-06-16 Keith Seitz <keiths@redhat.com>
19064
19065 PR mi/15863
19066 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19067 the inferior is started.
19068
19069 2014-06-16 Pedro Alves <palves@redhat.com>
19070
19071 * gdb.base/break-main-file-remove-fail.c: New file.
19072 * gdb.base/break-main-file-remove-fail.exp: New file.
19073 * gdb.base/break-unload-file.exp: Use build_executable instead of
19074 prepare_for_testing.
19075 (test_break): New parameter "initial_load". Handle it.
19076 (top level): Add initial_load cmdline/file axis.
19077
19078 2014-06-12 Tom Tromey <tromey@redhat.com>
19079
19080 * gdb.base/completion.exp: Don't use directory name in test.
19081
19082 2014-06-09 Gary Benson <gbenson@redhat.com>
19083
19084 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19085 separate the always-available ANSI-standard signals from the
19086 signals that require checking.
19087 (main): Likewise.
19088 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19089 Likewise.
19090 (main): Likewise.
19091
19092 2014-06-07 Keith Seitz <keiths@redhat.com>
19093
19094 Revert:
19095 PR c++/16253
19096 * gdb.cp/var-tag.cc: New file.
19097 * gdb.cp/var-tag.exp: New file.
19098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19099 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19100 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19102
19103 2014-06-06 Doug Evans <xdje42@gmail.com>
19104
19105 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19106
19107 2014-06-06 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19110 in target debug output instead of looking at RSP packets,
19111 disabling the test on any target that uses hardware stepping.
19112 Update comments.
19113
19114 2014-06-06 Pedro Alves <palves@redhat.com>
19115
19116 * gdb.base/break-unload-file.exp: Fix typo.
19117
19118 2014-06-06 Yao Qi <yao@codesourcery.com>
19119
19120 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19121 from "jit_function" to "^jit_function".
19122
19123 2014-06-06 Yao Qi <yao@codesourcery.com>
19124
19125 * gdb.base/async.c (foo): Add one statement.
19126 * gdb.base/async.exp: Get the next instruction address and
19127 match the output of "nexti" by instruction address. Match
19128 the hex address in the output of "finish".
19129
19130 2014-06-06 Gary Benson <gbenson@redhat.com>
19131
19132 * gdb.base/call-signals.c: Remove preprocessor conditionals
19133 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19134 SIGSEGV and SIGTERM.
19135 * gdb.base/sigall.c: Likewise.
19136 * gdb.base/unwindonsignal.c: Likewise.
19137 * gdb.reverse/sigall-reverse.c: Likewise.
19138
19139 2014-06-06 Yao Qi <yao@codesourcery.com>
19140
19141 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19142 readable, skip the test.
19143
19144 2014-06-06 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.threads/staticthreads.c (thread_function): Move the line
19147 setting breakpoint on forward.
19148 * gdb.threads/staticthreads.exp: Update comments.
19149
19150 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19151
19152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19153 "history-append! type error".
19154
19155 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19156
19157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19158 erroneous dprintf expected input.
19159
19160 2014-06-04 Doug Evans <xdje42@gmail.com>
19161
19162 * gdb.guile/scm-generics.exp: Delete.
19163
19164 2014-06-04 Doug Evans <xdje42@gmail.com>
19165
19166 * gdb.guile/scm-breakpoint.exp: Update.
19167 Add tests for breakpoint registration.
19168
19169 2014-06-04 Tom Tromey <tromey@redhat.com>
19170
19171 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19172 VLA-in-union.
19173 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19174 inner_vla_struct, vla_union types. Initialize objects of those
19175 types and compute their sizes.
19176
19177 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19178 Hui Zhu <hui@codesourcery.com>
19179
19180 * gdb.base/fileio.exp: Add test for shell not available as well as
19181 available.
19182 * gdb.base/fileio.c (test_system): Check for shell twice.
19183
19184 2014-06-04 Yao Qi <yao@codesourcery.com>
19185
19186 * gdb.base/auto-connect-native-target.exp: Remove redundant
19187 space from the regexp pattern.
19188
19189 2014-06-04 Yao Qi <yao@codesourcery.com>
19190
19191 * gdb.base/default.exp: Replace "child" with "native" in
19192 regexp pattern.
19193
19194 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19195
19196 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19197 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19198 * gdb.python/py-xmethods.py: Python script supporting the
19199 new testcase and tests.
19200
19201 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19202 Pedro Alves <palves@redhat.com>
19203
19204 PR breakpoints/17000
19205 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19206 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19207
19208 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19209
19210 * gdb.base/subst.exp: Add tests to verify partial path matching
19211 output.
19212
19213 2014-06-03 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19216 target that doesn't use software single-stepping.
19217
19218 2014-06-03 Pedro Alves <palves@redhat.com>
19219
19220 PR breakpoints/17000
19221 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19222 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19223
19224 2014-06-02 Doug Evans <xdje42@gmail.com>
19225
19226 * gdb.guile/scm-parameter.exp: New file.
19227
19228 2014-06-02 Doug Evans <xdje42@gmail.com>
19229
19230 * gdb.guile/scm-cmd.c: New file.
19231 * gdb.guile/scm-cmd.exp: New file.
19232
19233 2014-06-02 Doug Evans <xdje42@gmail.com>
19234
19235 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19236 pretty-printer lookup.
19237 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19238 (make-pp_s-printer): Call it.
19239 (make-pretty-printer-from-dict): New function.
19240 (lookup-pretty-printer-maker-from-dict): New function.
19241 (*pretty-printer*): Simplify.
19242 (make-objfile-pp_s-printer): New function.
19243 (install-objfile-pretty-printers!): New function.
19244 (make-progspace-pp_s-printer): New function.
19245 (install-progspace-pretty-printers!): New function.
19246 * gdb.guile/scm-progspace.c: New file.
19247 * gdb.guile/scm-progspace.exp: New file.
19248
19249 2014-06-02 Pedro Alves <palves@redhat.com>
19250
19251 * gdb.base/dprintf-bp-same-addr.c: New file.
19252 * gdb.base/dprintf-bp-same-addr.exp: New file.
19253
19254 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19255
19256 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19257 * gdb.arch/powerpc-power.s: Likewise.
19258
19259 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19260
19261 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19262
19263 2014-06-01 Yao Qi <yao@codesourcery.com>
19264
19265 * gdb.base/watchpoint.exp (test_watch_location): Check null
19266 pointer can be dereferenced. If not, do the test, otherwise
19267 skip it.
19268
19269 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19270
19271 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19272 results.
19273 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19274
19275 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19276
19277 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19278 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19279 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19280 * gdb.arch/amd64-invalid-stack-top.c: New file.
19281 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19282
19283 2014-05-30 Pedro Alves <palves@redhat.com>
19284
19285 PR breakpoints/17000
19286 * gdb.base/sss-bp-on-user-bp.c: New file.
19287 * gdb.base/sss-bp-on-user-bp.exp: New file.
19288
19289 2014-05-30 David Blaikie <dblaikie@gmail.com>
19290
19291 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19292 gnu_inline semantics via attribute.
19293 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19294 source explicitly specifies the required semantics.
19295
19296 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19297
19298 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19299
19300 2014-05-29 Pedro Alves <palves@redhat.com>
19301 Tom Tromey <tromey@redhat.com>
19302
19303 * gdb.base/async-shell.exp: Don't enable target-async.
19304 * gdb.base/async.exp
19305 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19306 parameter. Adjust.
19307 (top level): Don't test with "target-async".
19308 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19309 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19310 * gdb.base/inferior-died.exp: Don't enable target-async.
19311 * gdb.base/interrupt-noterm.exp: Likewise.
19312 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19313 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19314 * gdb.mi/mi-nonstop.exp: Likewise.
19315 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19316 * gdb.mi/mi-nsintrall.exp: Likewise.
19317 * gdb.mi/mi-nsmoribund.exp: Likewise.
19318 * gdb.mi/mi-nsthrexec.exp: Likewise.
19319 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19320 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19321 * gdb.python/py-evsignal.exp: Don't enable target-async.
19322 * gdb.python/py-evthreads.exp: Likewise.
19323 * gdb.python/py-prompt.exp: Likewise.
19324 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19325 * gdb.server/solib-list.exp: Don't enable target-async.
19326 * gdb.threads/thread-specific-bp.exp: Likewise.
19327 * lib/mi-support.exp: Adjust to use mi-async.
19328
19329 2014-05-29 Pedro Alves <palves@redhat.com>
19330
19331 PR gdb/13860
19332 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19333 reason, even in sync mode.
19334
19335 2014-05-29 Pedro Alves <palves@redhat.com>
19336 Hui Zhu <hui@codesourcery.com>
19337
19338 PR PR15693
19339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19340 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19341 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19342 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19343
19344 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19345
19346 * config/monitor.exp (gdb_target_monitor): Replace use of
19347 "set remotebaud" by "set serial baud".
19348
19349 2014-05-26 Andy Wingo <wingo@igalia.com>
19350
19351 * gdb.guile/scm-breakpoint.exp:
19352 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19353 properties instead of gdb-object-properties.
19354
19355 2014-05-26 Yao Qi <yao@codesourcery.com>
19356
19357 * gdb.server/no-thread-db.exp: Specify source file name
19358 explicitly when setting a breakpoint.
19359
19360 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19361
19362 * gdb.btrace/vdso.c: New.
19363 * gdb.btrace/vdso.exp: New.
19364
19365 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19366
19367 * gdb.base/gcore.exp (capture_command_output): Move ...
19368 * lib/gdb.exp (capture_command_output): ... here.
19369
19370 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19371
19372 * gdb.btrace/data.exp: Test memory access during btrace replay.
19373
19374 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19375
19376 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19377
19378 2014-05-21 Pedro Alves <palves@redhat.com>
19379
19380 PR gdb/13860
19381 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19382 (top level): Test that output related to execution commands is
19383 sent to the console with CLI commands, but not with MI commands.
19384 Test that breakpoint events are always mirrored to the console.
19385 Also expect the new source line to be output after a "next" in
19386 async mode too. Make it a pass/fail test.
19387 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19388 output.
19389 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19390
19391 2014-05-21 Pedro Alves <palves@redhat.com>
19392
19393 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19394 Use them to test variations of "list" after reaching a breakpoint.
19395 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19396 Test "list" with listsize 10 after reaching a breakpoint.
19397 * gdb.python/python.exp (decode_line current location line
19398 number): Adjust expected line number.
19399
19400 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19401
19402 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19403 behavior for $args, pass it directly to "run".
19404
19405 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19406
19407 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19408 30000 to 65536.
19409
19410 2014-05-21 Pedro Alves <palves@redhat.com>
19411
19412 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19413 auto-connect-native-target off".
19414 * gdb.base/auto-connect-native-target.c: New file.
19415 * gdb.base/auto-connect-native-target.exp: New file.
19416
19417 2014-05-21 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.base/default.exp: Test "target native" instead of "target
19420 child".
19421
19422 2014-05-21 Mark Wielaard <mjw@redhat.com>
19423
19424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19425
19426 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19427
19428 Fix TLS access for -static -pthread.
19429 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19430 <HAVE_TLS> (thread_function, main): Initialize it.
19431 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19432 Add clean_restart.
19433 <$have_tls != "">: Check TLSVAR.
19434
19435 2014-05-21 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/dcache-line-read-error.c: New.
19438 * gdb.base/dcache-line-read-error.exp: New.
19439
19440 2014-05-20 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/compare-sections.c: New file.
19443 * gdb.base/compare-sections.exp: New file.
19444
19445 2014-05-20 Pedro Alves <palves@redhat.com>
19446
19447 * gdb.base/break-idempotent.c: New file.
19448 * gdb.base/break-idempotent.exp: New file.
19449
19450 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19451
19452 * gdb.btrace/nohist.exp: New.
19453
19454 2014-05-20 Yao Qi <yao@codesourcery.com>
19455
19456 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19457 gdb.reverse directory and gdb_reverse_timeout exists in board
19458 setting.
19459 * README: Document gdb_reverse_timeout.
19460
19461 2014-05-20 Yao Qi <yao@codesourcery.com>
19462
19463 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19464 'test_file_name'. Treat args as a string instead of a list.
19465 (gdb_init): Rename argument 'args' by 'test_file_name'.
19466
19467 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19468
19469 * gdb.arch/powerpc-power.exp: New file.
19470 * gdb.arch/powerpc-power.s: New file.
19471
19472 2014-05-16 Doug Evans <dje@google.com>
19473
19474 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19475 * gdb.base/completion.exp: Check that all expected files exist
19476 before doing file completion.
19477
19478 2014-05-16 Doug Evans <dje@google.com>
19479
19480 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19481 Update.
19482 (do_syscall_tests_without_xml): Update.
19483
19484 2014-05-16 Pedro Alves <palves@redhat.com>
19485
19486 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19487 instead of "unknown output after running".
19488
19489 2014-05-16 Yao Qi <yao@codesourcery.com>
19490
19491 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19492 file1.txt from host at the end.
19493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19494
19495 2014-05-15 Doug Evans <dje@google.com>
19496
19497 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19498 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19499 loading file. Add test for TU lookup.
19500
19501 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19502
19503 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19504 calling "-exec-arguments" or "set args" before running the
19505 inferior.
19506
19507 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19508
19509 * lib/mi-support.exp (mi_expect_stop): Expect message for
19510 inferiors that exit with non-zero exit code.
19511
19512 2014-05-14 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19515 match absolute path on remote host.
19516 (test_file_list_exec_source_files): Remove "/" from the
19517 pattern.
19518
19519 2014-05-14 Yao Qi <yao@codesourcery.com>
19520
19521 * boards/local-remote-host-notty.exp (${board}_file): New
19522 proc.
19523
19524 2014-05-07 Kyle McMartin <kyle@redhat.com>
19525
19526 Pushed by Joel Brobecker <brobecker@adacore.com>.
19527 * gdb.arch/aarch64-atomic-inst.c: New file.
19528 * gdb.arch/aarch64-atomic-inst.exp: New file.
19529
19530 2014-05-07 Yao Qi <yao@codesourcery.com>
19531
19532 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19533 in current context" too.
19534
19535 2014-05-05 Keith Seitz <keiths@redhat.com>
19536
19537 * gdb.linespec/ls-dollar.exp: Add test for linespec
19538 file:convenience_variable.
19539
19540 2014-05-05 Yao Qi <yao@codesourcery.com>
19541
19542 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19543 traceframes into tfile and ctf trace files. Read data from
19544 trace file and test collected data.
19545 (gdb_collect_locals_test): Likewise.
19546 (gdb_unavailable_registers_test): Likewise.
19547 (gdb_unavailable_floats): Likewise.
19548 (gdb_collect_globals_test): Likewise.
19549 (top-level): Append "ctf" to trace_file_targets if GDB
19550 supports.
19551
19552 2014-05-05 Yao Qi <yao@codesourcery.com>
19553
19554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19555 code to ...
19556 (gdb_collect_args_test_1): ... it. New proc.
19557 (gdb_collect_locals_test): Move some code to ...
19558 (gdb_collect_locals_test_1): ... it. New proc.
19559 (gdb_unavailable_registers_test): Move some code to ...
19560 (gdb_unavailable_registers_test_1): ... it. New proc.
19561 (gdb_unavailable_floats): Move some code to ...
19562 (gdb_unavailable_floats_1): ... it. New proc.
19563
19564 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19565
19566 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19567 probes to test for bitness recognition.
19568 * gdb.arch/amd64-stap-optional-prefix.exp
19569 (test_probe_value_without_reg): New procedure.
19570 Add code to test for different kinds of bitness.
19571
19572 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19573
19574 PR breakpoints/16889
19575 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19576 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19577
19578 2014-05-01 Pedro Alves <palves@redhat.com>
19579
19580 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19581 gdb_file_cmd if no file is specified.
19582 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19583 last_loaded_file to set the remote exec-file.
19584
19585 2014-05-01 Pedro Alves <palves@redhat.com>
19586
19587 * boards/local-remote-host.exp: New file.
19588
19589 2014-05-01 Pedro Alves <palves@redhat.com>
19590
19591 * boards/local-remote-host.exp: Rename to ...
19592 * boards/local-remote-host-notty.exp: ... this.
19593
19594 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/dyn_arrayidx: New testcase.
19597
19598 2014-04-26 Yao Qi <yao@codesourcery.com>
19599
19600 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19601 and compute the length of function main. Save it in
19602 $main_length.
19603 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19604 (top-level): Use gdb_compile to compile objects into
19605 executable and restart GDB. Remove invocation to
19606 prepare_for_testing.
19607
19608 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19609 Pedro Alves <palves@redhat.com>
19610
19611 PR server/16255
19612 * gdb.multi/multi-attach.c: New file.
19613 * gdb.multi/multi-attach.exp: New file.
19614
19615 2014-04-25 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19618 user.
19619 (top level): Test that "set remote conditional-breakpoints-packet
19620 off" works as intended.
19621 * gdb.base/dprintf.exp: Test that "set remote
19622 breakpoint-commands-packet off" works as intended.
19623 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19624 New function.
19625 (top level): Call it.
19626 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19627 remote fast-tracepoints-packet off" works as intended.
19628 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19629 * lib/gdb.exp (gdb_is_target_remote): ... here.
19630
19631 2014-04-24 David Blaikie <dblaikie@gmail.com>
19632
19633 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19634 ensure clang would not discard them.
19635 * gdb.base/gdbvars.c: Ditto.
19636 * gdb.base/memattr.c: Ditto.
19637 * gdb.base/whatis.c: Ditto.
19638 * gdb.python/py-prettyprint.c: Ditto.
19639 * gdb.trace/actions.c: Ditto.
19640 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19641 ensure clang would not discard it.
19642
19643 2014-04-24 David Blaikie <dblaikie@gmail.com>
19644
19645 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19646 clang to emit the full definition of type required by the test
19647 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19648
19649 2014-04-24 David Blaikie <dblaikie@gmail.com>
19650
19651 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19652 coax Clang into emitting the definition of the type.
19653 * gdb.cp/pr10728-x.h (y): Ditto.
19654 * gdb.cp/pr10728-y.cc (y): Ditto.
19655
19656 2014-04-24 David Blaikie <dblaikie@gmail.com>
19657
19658 * gdb.base/label.exp: XFAIL label related tests under Clang.
19659 * gdb.cp/cplabel.exp: Ditto.
19660 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19661 under Clang those using labels.
19662
19663 2014-04-25 Yao Qi <yao@codesourcery.com>
19664
19665 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19666 double_label.
19667 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19668 partial_label and double_label.
19669
19670 2014-04-24 David Blaikie <dblaikie@gmail.com>
19671
19672 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19673
19674 2014-04-24 David Blaikie <dblaikie@gmail.com>
19675
19676 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19677 of the function to work across GCC and Clang.
19678 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19679 pointer types (const void ** const V void **).
19680
19681 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19682 Walfred Tedeschi <walfred.tedeschi@intel.com>
19683
19684 * Makefile.in (EXECUTABLES): Added i386-avx512.
19685 * gdb.arch/i386-avx512.c: New file.
19686 * gdb.arch/i386-avx512.exp: Likewise.
19687
19688 2014-04-23 Keith Seitz <keiths@redhat.com>
19689
19690 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19691 (mi_make_breakpoint_table): New procedure.
19692 (mi_create_breakpoint): Use mi_make_breakpoint
19693 and return the result.
19694 (mi_make_breakpoint): New procedure.
19695 (mi_build_kv_pairs): New procedure.
19696
19697 * gdb.mi/mi-break.exp: Remove unused globals,
19698 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19699 All callers updated.
19700 * gdb.mi/mi-dprintf.exp: Use variable to track command
19701 number.
19702 Update all callers of mi_create_breakpoint and use
19703 mi_make_breakpoint_table.
19704 Remove any unused global variables.
19705 * gdb.mi/mi-nonstop.exp: Likewise.
19706 * gdb.mi/mi-nsintrall.exp: Likewise.
19707 * gdb.mi/mi-nsmoribund.exp: Likewise.
19708 * gdb.mi/mi-nsthrexec.exp: Likewise.
19709 * gdb.mi/mi-reverse.exp: Likewise.
19710 * gdb.mi/mi-simplerun.exp: Likewise.
19711 * gdb.mi/mi-stepn.exp: Likewise.
19712 * gdb.mi/mi-syn-frame.exp: Likewise.
19713 * gdb.mi/mi-until.exp: Likewise.
19714 * gdb.mi/mi-var-cp.exp: Likewise.
19715 * gdb.mi/mi-var-display.exp: Likewise.
19716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19717 * gdb.mi/mi2-var-child.exp: Likewise.
19718 * gdb.mi/mi-vla-c99.exp: Likewise.
19719 * lib/mi-support.exp: Likewise.
19720
19721 From Ian Lance Taylor <iant@cygnus.com>:
19722 * lib/gdb.exp (parse_args): New procedure.
19723
19724 2014-04-23 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.base/break-unload-file.c: New file.
19727 * gdb.base/break-unload-file.exp: New file.
19728 * gdb.base/sym-file-lib.c (baz): New function.
19729 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19730 field.
19731 (load): Store the segment's mapped size.
19732 (unload): New function.
19733 (unload_shlib): New function.
19734 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19735 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19736 set a breakpoint at baz, and call it.
19737 * gdb.base/sym-file.exp: New tests for stale breakpoint
19738 instructions.
19739
19740 2014-04-23 Pedro Alves <palves@redhat.com>
19741
19742 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19743 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19744 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19745 * gdb.base/hbreak-unmapped.c: New file.
19746 * gdb.base/hbreak-unmapped.exp: New file.
19747 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19748 * lib/gdb.exp (gdb_is_target_remote): ... here.
19749
19750 2014-04-22 Pedro Alves <palves@redhat.com>
19751
19752 * gdb.base/consecutive-step-over.c: New file.
19753 * gdb.base/consecutive-step-over.exp: New file.
19754
19755 2014-04-22 Pedro Alves <palves@redhat.com>
19756
19757 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19758 instead of send_gdb/gdb_expect.
19759
19760 2014-04-22 Yao Qi <yao@codesourcery.com>
19761
19762 * lib/trace-support.exp (generate_tracefile): New procedure.
19763 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19764 return 0.
19765 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19766 if generate_tracefile returns 1.
19767
19768 2014-04-18 Tom Tromey <palves@redhat.com>
19769 Pedro alves <tromey@redhat.com>
19770
19771 PR backtrace/15558
19772 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19773 with a backtrace limit.
19774 * gdb.python/py-frame-inline.exp: Test running to an inline
19775 function with a backtrace limit, and printing the newest frame.
19776 * gdb.python/py-frame-inline.c (main): Call f.
19777
19778 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19779
19780 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19781
19782 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19783
19784 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19785 Drop prefix from unsupported source file path.
19786
19787 2014-04-17 Yao Qi <yao@codesourcery.com>
19788
19789 * lib/gdb.exp (with_target_charset): New proc.
19790 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19791 with_target_charset.
19792 (test_print_strings): Likewise.
19793 (test_repeat_bytes): Likewise.
19794 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19795 for some tests.
19796
19797 2014-04-16 Keith Seitz <keiths@redhat.com>
19798
19799 PR gdb/15827
19800 * gdb.dwarf2/corrupt.c: New file.
19801 * gdb.dwarf2/corrupt.exp: New file.
19802
19803 2014-04-16 Keith Seitz <keiths@redhat.com>
19804
19805 PR c++/16597
19806 * gdb.cp/namelessclass.cc: New file.
19807 * gdb.cp/namelessclass.exp: New file.
19808 * gdb.cp/namelessclass.S: New file.
19809
19810 2014-04-16 Doug Evans <dje@google.com>
19811
19812 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19813 Add comment.
19814 (gdbserver_default_get_comm_port): New function.
19815 (gdbserver_start): Check if board file provided
19816 "gdbserver,get_comm_port" and use it if so.
19817 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19818 (gdb,socketport): Set to "stdio".
19819 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19820 (stdio_gdbserver_template): Delete.
19821 (${board}_get_remote_address): Update.
19822 (${board}_build_remote_cmd): Delete.
19823 (${board}_get_comm_port): New function.
19824 (${board}_spawn): Update.
19825 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19826 Delete.
19827 (${board}_get_remote_address): Update.
19828 (${board}_get_comm_port): New function.
19829
19830 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19831
19832 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19833 appearing in any order.
19834
19835 2014-04-15 Doug Evans <dje@google.com>
19836
19837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19838 uninitialized value of "description".
19839
19840 2014-04-15 Keith Seitz <keiths@redhat.com>
19841
19842 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19843 Remove unused globals.
19844 (test_running_the_program): Likewise.
19845 (test_controlled_execution): Likewise.
19846 (test_controlling_breakpoints): Likewise.
19847 (test_program_termination): Likewise.
19848
19849 2014-04-15 Keith Seitz <keiths@redhat.com>
19850
19851 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19852 unused globals.
19853 (test_rbreak_creation_and_listing): Likewise.
19854 (test_ignore_count): Likewise.
19855 (test_error): Likewise.
19856
19857 2014-04-15 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19860 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19861 sym-file-loader.c.
19862 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19863 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19864 to sym-file-loader.c.
19865 (struct library): Forward declare.
19866 (load_shlib, lookup_function): Change prototypes.
19867 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19868 (translate_offset): Remove declarations.
19869 (get_text_addr): New declaration.
19870 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19871 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19872 sym-file-loader.h.
19873 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19874 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19875 here from sym-file-loader.h.
19876 (struct library): New structure.
19877 (load_shlib, lookup_function): Change prototypes and adjust to
19878 work with a struct library.
19879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19880 (translate_offset): Make static.
19881 (get_text_addr): New function.
19882 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19883
19884 2014-04-15 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19887
19888 2014-04-15 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/sym-file-loader.c: Include <limits.h>.
19891 (SELF_LINK): New define.
19892 (get_origin): New function.
19893 (load_shlib): Use it.
19894 * gdb.base/sym-file.exp: Don't early return if the target is
19895 remote. Use runto_main, and issue fail is that fails. Use
19896 gdb_load_shlibs.
19897 (shlib_name): Delete.
19898 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19899
19900 2014-04-15 Pedro Alves <palves@redhat.com>
19901
19902 * gdb.base/sym-file.exp: Remove regex characters from test
19903 message. Don't refer to breakpoint numbers in test messages.
19904
19905 2014-04-14 Keith Seitz <keiths@redhat.com>
19906
19907 PR c++/16253
19908 * gdb.cp/var-tag.cc: New file.
19909 * gdb.cp/var-tag.exp: New file.
19910 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19911 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19912 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19913 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19914
19915 2014-04-14 Tom Tromey <tromey@redhat.com>
19916
19917 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19918 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19919 type.
19920 * gdb.cp/enum-class.exp: New file.
19921 * gdb.cp/enum-class.cc: New file.
19922
19923 2014-04-14 Tom Tromey <tromey@redhat.com>
19924
19925 * gdb.dwarf2/enum-type.exp: New file.
19926
19927 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19928
19929 * gdb.mi/mi-vla-c99.exp: New file.
19930 * gdb.mi/vla.c: New file.
19931
19932 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19933
19934 * gdb.base/vla-datatypes.c: New file.
19935 * gdb.base/vla-datatypes.exp: New file.
19936
19937 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19938
19939 * gdb.base/vla-ptr.c: New file.
19940 * gdb.base/vla-ptr.exp: New file.
19941
19942 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19943
19944 * gdb.dwarf2/count.exp: New file.
19945
19946 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19947
19948 * gdb.base/vla-sideeffect.c: New file.
19949 * gdb.base/vla-sideeffect.exp: New file.
19950
19951 2014-04-14 David Blaikie <dblaikie@gmail.com>
19952
19953 * gdb.mi/non-stop.c: Add return value for non-void function return
19954 statement.
19955 * gdb.threads/staticthreads.c: Ditto.
19956
19957 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19958 Doug Evans <xdje42@gmail.com>
19959
19960 * gdb.guile/scm-value.c: Improve test case.
19961 * gdb.guile/scm-value.exp: Add new test.
19962
19963 2014-04-11 David Blaikie <dblaikie@gmail.com>
19964
19965 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19966 override Clang's default.
19967
19968 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19969
19970 Revert the following changes (regressions):
19971
19972 * gdb.base/vla-sideeffect.c: New file.
19973 * gdb.base/vla-sideeffect.exp: New file.
19974
19975 * gdb.dwarf2/count.exp: New file.
19976
19977 * gdb.base/vla-multi.c: New file.
19978 * gdb.base/vla-multi.exp: New file.
19979
19980 * gdb.base/vla-ptr.c: New file.
19981 * gdb.base/vla-ptr.exp: New file.
19982
19983 * gdb.base/vla-datatypes.c: New file.
19984 * gdb.base/vla-datatypes.exp: New file.
19985
19986 * gdb.mi/mi-vla-c99.exp: New file.
19987 * gdb.mi/vla.c: New file.
19988
19989 2014-04-11 Keith Seitz <keiths@redhat.com>
19990
19991 PR c++/16675
19992 * gdb.cp/cpsizeof.exp: New file.
19993 * gdb.cp/cpsizeof.cc: New file.
19994
19995 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19996
19997 * gdb.mi/mi-vla-c99.exp: New file.
19998 * gdb.mi/vla.c: New file.
19999
20000 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20001
20002 * gdb.base/vla-datatypes.c: New file.
20003 * gdb.base/vla-datatypes.exp: New file.
20004
20005 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20006
20007 * gdb.base/vla-ptr.c: New file.
20008 * gdb.base/vla-ptr.exp: New file.
20009
20010 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20011
20012 * gdb.base/vla-multi.c: New file.
20013 * gdb.base/vla-multi.exp: New file.
20014
20015 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20016
20017 * gdb.dwarf2/count.exp: New file.
20018
20019 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20020
20021 * gdb.base/vla-sideeffect.c: New file.
20022 * gdb.base/vla-sideeffect.exp: New file.
20023
20024 2014-04-11 Yao Qi <yao@codesourcery.com>
20025
20026 * gdb.base/completion.exp: Check file exists before running tests
20027 on file completion.
20028
20029 2014-04-10 Pedro Alves <palves@redhat.com>
20030
20031 * gdb.base/cond-eval-mode.c: New file.
20032 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20033 prepare_for_testing to build the new file. Check result of
20034 runto_main.
20035 (test_break, test_watch): New procedures.
20036 (top level): Use them.
20037
20038 2014-04-08 Pierre Muller <muller@sourceware.org>
20039
20040 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20041 Ctrl-V use for mingw hosts.
20042
20043 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20044
20045 * gdb.python/py-value.c: Improve test case.
20046 * gdb.python/py-value.exp: Add new test.
20047
20048 2014-04-07 David Blaikie <dblaikie@gmail.com>
20049
20050 * lib/compiler.c: Identify the clang compiler.
20051 * lib/compiler.cc: Ditto.
20052
20053 2014-04-03 Yao Qi <yao@codesourcery.com>
20054
20055 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20056
20057 2014-04-01 Anton Blanchard <anton@samba.org>
20058
20059 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20060 messages unique.
20061
20062 2014-04-01 Anton Blanchard <anton@samba.org>
20063
20064 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20065 prepare_for_testing.
20066
20067 2014-04-01 Anton Blanchard <anton@samba.org>
20068
20069 * gdb.arch/ppc64-atomic-inst.c: Remove.
20070 * gdb.arch/ppc64-atomic-inst.S: New file.
20071 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20072
20073 2014-03-31 Doug Evans <dje@google.com>
20074
20075 * gdb.base/print-symbol-loading-lib.c: New file.
20076 * gdb.base/print-symbol-loading-main.c: New file.
20077 * gdb.base/print-symbol-loading.exp: New file.
20078
20079 2014-03-31 Yao Qi <yao@codesourcery.com>
20080
20081 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20082
20083 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20084
20085 * gdb.ada/mi_dyn_arr: New testcase.
20086
20087 2014-03-27 Doug Evans <dje@google.com>
20088
20089 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20090
20091 2014-03-27 Yao Qi <yao@codesourcery.com>
20092
20093 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20094 if target is nios2-*-*.
20095
20096 2014-03-26 Yao Qi <yao@codesourcery.com>
20097
20098 * lib/gdb.exp (readline_is_used): New proc.
20099 * gdb.base/completion.exp: Move tests on command complete up.
20100 Skip the rest of tests if readline is not used.
20101 * gdb.ada/complete.exp: Skp the test if readline is not
20102 used.
20103 * gdb.base/filesym.exp: Likewise.
20104 * gdb.base/macscp.exp: Likewise.
20105 * gdb.base/readline-ask.exp: Likewise.
20106 * gdb.base/readline.exp: Likewise.
20107 * gdb.python/py-cmd.exp: Likewise.
20108 * gdb.trace/tfile.exp: Likewise.
20109
20110 2014-03-26 Yao Qi <yao@codesourcery.com>
20111
20112 * gdb.base/macscp.exp: Fix code format issues.
20113
20114 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20115
20116 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20117 * gdb.asm/powerpc64le.inc: New file.
20118
20119 2014-03-25 Pedro Alves <palves@redhat.com>
20120 Doug Evans <dje@google.com>
20121
20122 * gdb.base/source-execution.c: New file.
20123 * gdb.base/source-execution.exp: New file.
20124 * gdb.base/source-execution.gdb: New file.
20125
20126 2014-03-24 Doug Evans <dje@google.com>
20127
20128 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20129 using fission.
20130
20131 2014-03-24 Hui Zhu <hui@codesourcery.com>
20132 Pedro Alves <palves@redhat.com>
20133
20134 PR breakpoints/16101
20135 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20136 test pass/fail messages. Detect missing support for dprintf when
20137 breakpoints are actually inserted.
20138 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20139 breakpoints are actually inserted.
20140 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20141 fails.
20142
20143 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20144
20145 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20146
20147 2014-03-22 Doug Evans <xdje42@gmail.com>
20148
20149 * gdb.python/python.exp (python not supported): Verify multi-line
20150 python command issues an error.
20151 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20152 guile command issues an error.
20153
20154 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20155
20156 * gdb.threads/thread-specific.exp: Handle the lack of usable
20157 $this_breakpoint and $this_thread.
20158
20159 2014-03-21 Hui Zhu <hui@codesourcery.com>
20160
20161 * gdb.base/attach.exp (do_command_attach_tests): New.
20162
20163 2014-03-20 Tom Tromey <tromey@redhat.com>
20164 Pedro Alves <palves@redhat.com>
20165
20166 PR cli/15718
20167 * gdb.base/condbreak-call-false.c: New file.
20168 * gdb.base/condbreak-call-false.exp: New file.
20169
20170 2014-03-20 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20173 Delete.
20174 (block_signals, unblock_signals): Delete.
20175 (child_function_2, main): Remove references to deleted variable
20176 and functions.
20177
20178 2014-03-20 Pedro Alves <palves@redhat.com>
20179
20180 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20181 Use pthread_kill to signal thread 2.
20182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20183 Adjust to make the test send itself a signal rather than using the
20184 host's "kill" command.
20185
20186 2014-03-20 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.threads/multiple-step-overs.c: New file.
20189 * gdb.threads/multiple-step-overs.exp: New file.
20190 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20191 Adjust expected infrun debug output.
20192
20193 2014-03-20 Pedro Alves <palves@redhat.com>
20194
20195 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20196 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20197
20198 2014-03-20 Pedro Alves <palves@redhat.com>
20199
20200 PR breakpoints/7143
20201 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20202 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20203 of gdb_test_multiple.
20204 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20205 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20206
20207 2014-03-20 Pedro Alves <palves@redhat.com>
20208
20209 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20210 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20211
20212 2014-03-19 Pedro Alves <palves@redhat.com>
20213
20214 * gdb.base/async.exp: Remove early return.
20215
20216 2014-03-19 Pedro Alves <palves@redhat.com>
20217
20218 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20219
20220 2014-03-19 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.base/async.exp (test_background): Expect \r\n after
20223 "completed." in the fail pattern.
20224
20225 2014-03-19 Pedro Alves <palves@redhat.com>
20226
20227 * gdb.base/async.exp (test_background): New procedure.
20228 Use it for all background execution command tests.
20229
20230 2014-03-19 Pedro Alves <palves@redhat.com>
20231
20232 * gdb.base/async.exp: Use prepare_for_testing.
20233
20234 2014-03-19 Pedro Alves <palves@redhat.com>
20235
20236 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20237 the same line.
20238
20239 2014-03-19 Pedro Alves <palves@redhat.com>
20240
20241 * gdb.base/async.c (main): Add "jump here" and "until here" line
20242 marker comments.
20243 * gdb.base/async.exp (jump_here): New global.
20244 (jump& test): Use it.
20245 (until_here): New global.
20246 (until& test): Use it.
20247
20248 2014-03-19 Pedro Alves <palves@redhat.com>
20249
20250 * gdb.base/async.exp: Don't frob gdb_protocol.
20251
20252 2014-03-18 Doug Evans <xdje42@gmail.com>
20253
20254 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20255 Fix spelling of exec-done-display.
20256
20257 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20258
20259 PR gdb/15358
20260 * gdb.base/gdb-sigterm.c: New file.
20261 * gdb.base/gdb-sigterm.exp: New file.
20262
20263 2014-03-18 Pedro Alves <palves@redhat.com>
20264
20265 PR gdb/13860
20266 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20267 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20268 solib-event.
20269
20270 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20271
20272 * gdb.ada/pckd_arr_ren: New testcase.
20273
20274 2014-03-13 Doug Evans <xdje42@gmail.com>
20275
20276 PR guile/16612
20277 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20278 collect after discarding symbols.
20279
20280 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20281 Doug Evans <xdje42@gmail.com>
20282
20283 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20284 to history survives a gc.
20285
20286 2014-03-13 Pedro Alves <palves@redhat.com>
20287
20288 * gdb.base/default.exp: Don't test "target procfs".
20289
20290 2014-03-13 Pedro Alves <palves@redhat.com>
20291
20292 * gdb.base/default.exp: Update "target child" and "target procfs"
20293 tests to not expect "Unix".
20294
20295 2014-03-12 Tom Tromey <tromey@redhat.com>
20296
20297 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20298 New procs. Add target-async tests.
20299 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20300 Add target-async tests.
20301
20302 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20303
20304 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20305 'func_start' and 'func_end' for the beginning and end of the
20306 function code, respectively.
20307 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20308 'func_end' instead of 'func' and 'main'.
20309
20310 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20311
20312 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20313 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20314 generate the debug info assembler source.
20315
20316 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20317
20318 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20319 * gdb.dwarf2/arr-subrange.exp: Likewise.
20320 * gdb.dwarf2/dwz.exp: Likewise.
20321 * gdb.dwarf2/method-ptr.exp: Likewise.
20322 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20323 * gdb.dwarf2/subrange.exp: Likewise.
20324 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20325 * gdb.dwarf2/implptrpiece.exp: Likewise.
20326 * gdb.dwarf2/nostaticblock.exp: Likewise.
20327
20328 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20329
20330 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20331 directory to absolute path name arguments.
20332
20333 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20334
20335 * gdb.ada/tagged_access: New testcase.
20336
20337 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20338
20339 * gdb.btrace/data.exp: Update expected output.
20340
20341 2014-03-06 Yao Qi <yao@codesourcery.com>
20342
20343 * gdb.trace/pr16508.exp: New file.
20344
20345 2014-03-05 Pedro Alves <palves@redhat.com>
20346
20347 PR gdb/16575
20348 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20349 procedure.
20350 (top level): Adjust to use it. Add tests that exercise breakpoint
20351 interaction with the code-cache.
20352
20353 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20354
20355 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20356 test for 'history-append!'.
20357
20358 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20359
20360 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20361 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20362 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20363 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20364 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20365 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20366
20367 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20368
20369 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20370 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20371 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20372
20373 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20374
20375 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20376
20377 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20378
20379 * gdb.dwarf2/arr-stride.c: New file.
20380 * gdb.dwarf2/arr-stride.exp: New file.
20381
20382 2014-02-26 Pedro Alves <palves@redhat.com>
20383
20384 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20385 that won't ever trigger. Make sure that GDB reports the correct
20386 breakpoint that caused the stop.
20387
20388 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20389
20390 PR gdb/16626
20391 * gdb.base/auto-load-script: New file.
20392 * gdb.base/auto-load.c: New file.
20393 * gdb.base/auto-load.exp: New file.
20394
20395 PR gdb/16626
20396 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20397
20398 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20399
20400 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20401 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20402
20403 2014-02-24 Doug Evans <dje@google.com>
20404
20405 * lib/gdb.exp (run_on_host): Log error output if program fails.
20406
20407 2014-02-21 Pedro Alves <palves@redhat.com>
20408
20409 * gdb.threads/step-after-sr-lock.c: Rename to ...
20410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20411 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20413 ... this.
20414
20415 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20416
20417 PR tdep/16397
20418 * gdb.arch/amd64-stap-special-operands.exp: New file.
20419 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20420 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20421 * gdb.arch/amd64-stap-triplet.S: Likewise.
20422 * gdb.arch/amd64-stap-triplet.c: Likewise.
20423
20424 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20425
20426 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20427 in .section pseudo-op.
20428
20429 2014-02-20 lin zuojian <manjian2006@gmail.com>
20430 Joel Brobecker <brobecker@adacore.com>
20431 Doug Evans <xdje42@gmail.com>
20432
20433 PR symtab/16581
20434 * gdb.dwarf2/dw2-icycle.S: New file.
20435 * gdb.dwarf2/dw2-icycle.c: New file.
20436 * gdb.dwarf2/dw2-icycle.exp: New file.
20437
20438 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20439
20440 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20441 operations on gdb.Value objects.
20442 * gdb.python/py-value-cc.exp: Add new test to test operations on
20443 gdb.Value objects.
20444
20445 2014-02-18 Doug Evans <dje@google.com>
20446
20447 * Makefile.in (TESTS): New variable.
20448 (expanded_tests, expanded_tests_or_none): New variables
20449 (check-single): Pass $(expanded_tests_or_none) to runtest.
20450 (check-parallel): Only run tests in $(TESTS) if non-empty.
20451 (check/no-matching-tests-found): New rule.
20452 * README: Document TESTS makefile variable.
20453
20454 2014-02-18 Doug Evans <dje@google.com>
20455
20456 * Makefile.in (check-parallel): rm -rf outputs temp.
20457
20458 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20459
20460 Fix "ERROR: no fileid for" in the testsuite.
20461 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20462
20463 2014-02-12 Doug Evans <dje@google.com>
20464
20465 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20466 (MISCELLANEOUS): New variable.
20467 (clean): rm -rf $(MISCELLANEOUS).
20468 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20469 dwp live in the same directory as symlinks, with each symlink pointed
20470 to a differently named file in a different directory.
20471
20472 2014-02-11 Doug Evans <dje@google.com>
20473
20474 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20475 of Tcl file commands.
20476
20477 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20478
20479 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20480 "kill -SIGUSR1 -1".
20481
20482 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20483
20484 * gdb.ada/tick_length_array_enum_idx: New testcase.
20485
20486 2014-02-10 Doug Evans <xdje42@gmail.com>
20487
20488 * configure.ac (AC_OUTPUT): Add gdb.guile.
20489 * configure: Regenerate.
20490 * lib/gdb-guile.exp: New file.
20491 * lib/gdb.exp (get_target_charset): New function.
20492 * gdb.base/help.exp: Update expected output from "apropos apropos".
20493 * gdb.guile/Makefile.in: New file.
20494 * gdb.guile/guile.exp: New file.
20495 * gdb.guile/scm-arch.c: New file.
20496 * gdb.guile/scm-arch.exp: New file.
20497 * gdb.guile/scm-block.c: New file.
20498 * gdb.guile/scm-block.exp: New file.
20499 * gdb.guile/scm-breakpoint.c: New file.
20500 * gdb.guile/scm-breakpoint.exp: New file.
20501 * gdb.guile/scm-disasm.c: New file.
20502 * gdb.guile/scm-disasm.exp: New file.
20503 * gdb.guile/scm-equal.c: New file.
20504 * gdb.guile/scm-equal.exp: New file.
20505 * gdb.guile/scm-error.exp: New file.
20506 * gdb.guile/scm-error.scm: New file.
20507 * gdb.guile/scm-frame-args.c: New file.
20508 * gdb.guile/scm-frame-args.exp: New file.
20509 * gdb.guile/scm-frame-args.scm: New file.
20510 * gdb.guile/scm-frame-inline.c: New file.
20511 * gdb.guile/scm-frame-inline.exp: New file.
20512 * gdb.guile/scm-frame.c: New file.
20513 * gdb.guile/scm-frame.exp: New file.
20514 * gdb.guile/scm-generics.exp: New file.
20515 * gdb.guile/scm-gsmob.exp: New file.
20516 * gdb.guile/scm-iterator.c: New file.
20517 * gdb.guile/scm-iterator.exp: New file.
20518 * gdb.guile/scm-math.c: New file.
20519 * gdb.guile/scm-math.exp: New file.
20520 * gdb.guile/scm-objfile-script-gdb.in: New file.
20521 * gdb.guile/scm-objfile-script.c: New file.
20522 * gdb.guile/scm-objfile-script.exp: New file.
20523 * gdb.guile/scm-objfile.c: New file.
20524 * gdb.guile/scm-objfile.exp: New file.
20525 * gdb.guile/scm-ports.exp: New file.
20526 * gdb.guile/scm-pretty-print.c: New file.
20527 * gdb.guile/scm-pretty-print.exp: New file.
20528 * gdb.guile/scm-pretty-print.scm: New file.
20529 * gdb.guile/scm-section-script.c: New file.
20530 * gdb.guile/scm-section-script.exp: New file.
20531 * gdb.guile/scm-section-script.scm: New file.
20532 * gdb.guile/scm-symbol.c: New file.
20533 * gdb.guile/scm-symbol.exp: New file.
20534 * gdb.guile/scm-symtab-2.c: New file.
20535 * gdb.guile/scm-symtab.c: New file.
20536 * gdb.guile/scm-symtab.exp: New file.
20537 * gdb.guile/scm-type.c: New file.
20538 * gdb.guile/scm-type.exp: New file.
20539 * gdb.guile/scm-value-cc.cc: New file.
20540 * gdb.guile/scm-value-cc.exp: New file.
20541 * gdb.guile/scm-value.c: New file.
20542 * gdb.guile/scm-value.exp: New file.
20543 * gdb.guile/source2.scm: New file.
20544 * gdb.guile/types-module.cc: New file.
20545 * gdb.guile/types-module.exp: New file.
20546
20547 2014-02-10 Yao Qi <yao@codesourcery.com>
20548
20549 PR testsuite/16543
20550 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20551 * configure: Regenerated.
20552 * Makefile.in: New file.
20553
20554 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20555
20556 * gdb.python/py-framefilter.exp: Fix typo.
20557
20558 2014-02-08 Yao Qi <yao@codesourcery.com>
20559
20560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20561 that no =breakpoint-modified is emitted when breakpoints are
20562 modified through MI commands.
20563
20564 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20565 Pedro Alves <palves@redhat.com>
20566
20567 * gdb.threads/step-after-sr-lock.c: New file.
20568 * gdb.threads/step-after-sr-lock.exp: New file.
20569
20570 2014-02-07 Pedro Alves <palves@redhat.com>
20571
20572 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20573
20574 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20575
20576 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20577 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20578
20579 2014-02-06 Doug Evans <xdje42@gmail.com>
20580
20581 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20582 output.
20583
20584 * gdb.gdb/python-interrupts.exp: New file.
20585
20586 2014-02-05 Yao Qi <yao@codesourcery.com>
20587
20588 * gdb.trace/report.exp (use_collected_data): Test the output
20589 of "info threads" and "info inferiors".
20590
20591 2014-02-05 Yao Qi <yao@codesourcery.com>
20592
20593 Revert this patch:
20594
20595 2013-05-24 Yao Qi <yao@codesourcery.com>
20596
20597 * gdb.trace/tfile.exp: Test inferior and thread.
20598
20599 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20600
20601 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20602 on a function.
20603 * gdb.base/step-bt.c: Call hello via function pointer to make
20604 sure its first instruction is executed on powerpc64le-linux.
20605
20606 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20607
20608 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20609
20610 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20611
20612 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20613 of the test patterns for use on little-endian systems.
20614
20615 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20616
20617 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20618 (decimal_vector): Fix for little-endian.
20619
20620 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20621
20622 * gdb.arch/sparc-sysstep.exp: New file.
20623 * gdb.arch/sparc-sysstep.c: Likewise.
20624
20625 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20626
20627 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20628
20629 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20630
20631 2014-01-23 Tom Tromey <tromey@redhat.com>
20632
20633 * gdb.ada/array_char_idx: New testcase.
20634
20635 2014-01-23 Tom Tromey <tromey@redhat.com>
20636
20637 PR python/16487:
20638 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20639 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20640 classes.
20641
20642 2014-01-23 Tom Tromey <tromey@redhat.com>
20643
20644 PR python/16491:
20645 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20646 string from an inferior frame.
20647 * gdb.python/py-framefilter-mi.exp: Update.
20648
20649 2014-01-22 Doug Evans <dje@google.com>
20650
20651 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20652
20653 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20654
20655 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20656
20657 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20658
20659 * gdb.trace/entry-values.exp: Remove excess space character from
20660 regex patterns. Handle s390 call instruction.
20661
20662 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20663
20664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20665 define "*_start" label. Make "name" static.
20666 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20667 ${name} by references to ${name}_start.
20668
20669 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20670
20671 * gdb.base/info-macros.exp: Remove "debug" from the compile
20672 options.
20673
20674 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20675
20676 * gdb.dlang/demangle.exp: New file.
20677
20678 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20679
20680 * gdb.dlang/primitive-types.exp: New file.
20681
20682 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20683
20684 * configure.ac: Create gdb.dlang/Makefile.
20685 * configure: Regenerate.
20686 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20687 * gdb.dlang/Makefile.in: New file.
20688 * lib/d-support.exp: New file.
20689 * lib/gdb.exp (skip_d_tests): New proc.
20690
20691 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20692
20693 * gdb.btrace/delta.exp: Check reverse stepi.
20694 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20695 * gdb.btrace/finish.exp: New.
20696 * gdb.btrace/next.exp: New.
20697 * gdb.btrace/nexti.exp: New.
20698 * gdb.btrace/record_goto.c: Add comments.
20699 * gdb.btrace/step.exp: New.
20700 * gdb.btrace/stepi.exp: New.
20701 * gdb.btrace/multi-thread-step.c: New.
20702 * gdb.btrace/multi-thread-step.exp: New.
20703 * gdb.btrace/rn-dl-bind.c: New.
20704 * gdb.btrace/rn-dl-bind.exp: New.
20705 * gdb.btrace/data.c: New.
20706 * gdb.btrace/data.exp: New.
20707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20708
20709 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20710
20711 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20712 * gdb.btrace/exception.exp: Update.
20713 * gdb.btrace/instruction_history.exp: Update.
20714 * gdb.btrace/record_goto.exp: Update.
20715 * gdb.btrace/tailcall.exp: Update.
20716 * gdb.btrace/unknown_functions.exp: Update.
20717 * gdb.btrace/delta.exp: New.
20718
20719 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20720
20721 * gdb.btrace/record_goto.exp: Add backtrace test.
20722 * gdb.btrace/tailcall.exp: Add backtrace test.
20723
20724 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20725
20726 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20727 * gdb.btrace/record_goto.c: New.
20728 * gdb.btrace/record_goto.exp: New.
20729 * gdb.btrace/x86-record_goto.S: New.
20730
20731 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20732
20733 * gdb.btrace/function_call_history.exp: Update tests.
20734 * gdb.btrace/instruction_history.exp: Update tests.
20735
20736 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20737
20738 * gdb.btrace/function_call_history.exp: Fix expected field
20739 order for "record function-call-history".
20740 Add new tests for "record function-call-history /c".
20741 * gdb.btrace/exception.cc: New.
20742 * gdb.btrace/exception.exp: New.
20743 * gdb.btrace/tailcall.exp: New.
20744 * gdb.btrace/x86-tailcall.S: New.
20745 * gdb.btrace/x86-tailcall.c: New.
20746 * gdb.btrace/unknown_functions.c: New.
20747 * gdb.btrace/unknown_functions.exp: New.
20748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20749
20750 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20751
20752 * gdb.btrace/instruction_history.exp: Update.
20753 * gdb.btrace/function_call_history.exp: Update.
20754
20755 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20756
20757 * gdb.btrace/function_call_history.exp: Fix expected function
20758 trace.
20759 * gdb.btrace/instruction_history.exp: Initialize traced.
20760 Remove traced_functions.
20761
20762 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20763
20764 * gdb.btrace/function_call_history.exp: Update
20765 * gdb.btrace/instruction_history.exp: Update.
20766
20767 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20768
20769 * gdb.btrace/enable.exp: Update expected text.
20770
20771 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20772
20773 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20774 bytes.
20775
20776 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20777
20778 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20779
20780 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20781
20782 * lib/gdb.exp (supports_process_record): Return true for
20783 arm*-linux*. (supports_reverse): Likewise.
20784
20785 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20786
20787 PR python/15464
20788 PR python/16113
20789 * gdb.python/py-type.c: Enhance test case.
20790 * gdb.python/py-value-cc.cc: Likewise
20791 * gdb.python/py-type.exp: Add new tests.
20792 * gdb.python/py-value-cc.exp: Likewise
20793
20794 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20795 Pedro Alves <palves@redhat.com>
20796
20797 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20798 Make "name" extern.
20799 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20800 references to ${name}_start by references to ${name}.
20801
20802 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20803
20804 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20805
20806 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20807
20808 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20809
20810 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20811 Pedro Alves <palves@redhat.com>
20812
20813 * gdb.mi/mi-info-os.exp: Connect to the target with
20814 mi_gdb_target_load.
20815
20816 2014-01-08 Pedro Alves <palves@redhat.com>
20817
20818 * gdb.threads/reconnect-signal.c: New file.
20819 * gdb.threads/reconnect-signal.exp: New file.
20820
20821 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20822
20823 * gdb.base/source-dir.exp: New file.
20824
20825 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20826
20827 * gdb.ada/mi_interface: New testcase.
20828
20829 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20830
20831 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20832 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20833 gdb.ada/pp-rec-component/pck.ads: New files.
20834
20835 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20836
20837 * gdb.python/py-pp-integral.c: New file.
20838 * gdb.python/py-pp-integral.py: New file.
20839 * gdb.python/py-pp-integral.exp: New file.
20840
20841 For older changes see ChangeLog-1993-2013.
20842 \f
20843 ;; Local Variables:
20844 ;; mode: change-log
20845 ;; left-margin: 8
20846 ;; fill-column: 74
20847 ;; version-control: never
20848 ;; End:
20849
20850 Copyright 2014-2020 Free Software Foundation, Inc.
20851 Copying and distribution of this file, with or without modification,
20852 are permitted provided the copyright notice and this notice are preserved.