5ed9969d187347fe7bce270b02ed10bc668abf62
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
4 data in core file".
5 * gdb.base/coremaker.c (buf2ro): New global.
6 (mmapdata): Add a read-only mmap mapping.
7
8 2020-07-22 Kevin Buettner <kevinb@redhat.com>
9
10 PR corefiles/25631
11 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
12 New test.
13 * gdb.base/coremaker.c (buf3): New global.
14 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
15 flags.
16
17 2020-07-22 Kevin Buettner <kevinb@redhat.com>
18
19 * gdb.base/coremaker.c (filler_ro): New global constant.
20
21 2020-07-22 Tom Tromey <tromey@adacore.com>
22
23 * gdb.ada/mi_prot.exp: New file.
24 * gdb.ada/mi_prot/pkg.adb: New file.
25 * gdb.ada/mi_prot/pkg.ads: New file.
26 * gdb.ada/mi_prot/prot.adb: New file.
27
28 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
29
30 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
31 loads two JITers.
32
33 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * gdb.python/py-arch-reg-groups.exp: Additional tests.
36
37 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
38
39 * gdb.python/py-arch-reg-names.exp: Additional tests.
40
41 2020-07-21 Tom de Vries <tdevries@suse.de>
42
43 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
44 breakpoint locations".
45 * gdb.reverse/solib-reverse.exp: Same.
46
47 2020-07-21 Tom de Vries <tdevries@suse.de>
48
49 * gdb.reverse/step-reverse.c (callee): Merge statements.
50
51 2020-07-21 Tom de Vries <tdevries@suse.de>
52
53 * gdb.fortran/info-modules.exp (info module variables): Allow missing
54 line numbers for some variables.
55
56 2020-07-21 Tom de Vries <tdevries@suse.de>
57
58 * gdb.opt/inline-locals.c (init_array): New func.
59 (func1): Use init_array.
60 * gdb.opt/inline-locals.exp: Update pattern.
61
62 2020-07-21 Tom de Vries <tdevries@suse.de>
63
64 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
65 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
66
67 2020-07-20 Ludovic Courtès <ludo@gnu.org>
68
69 * gdb.guile/source2.scm: Add #f first argument to 'format'.
70 * gdb.guile/types-module.exp: Remove "ERROR:" from
71 regexps since Guile 3.0 no longer prints that.
72
73 2020-07-20 Ludovic Courtès <ludo@gnu.org>
74
75 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
76 error regexp to match on Guile 2.2.
77
78 2020-07-20 Gary Benson <gbenson@redhat.com>
79
80 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
81 with clang.
82
83 2020-07-20 Tom de Vries <tdevries@suse.de>
84
85 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
86 (omp_set_lock_in_order): New function.
87 (single_scope, multi_scope, nested_func, nested_parallel): Use
88 omp_set_lock_in_order and omp_unset_lock.
89 (main): Init and destroy lock and lock2.
90
91 2020-07-20 Tom de Vries <tdevries@suse.de>
92
93 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
94
95 2020-07-20 Tom de Vries <tdevries@suse.de>
96
97 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
98
99 2020-07-17 Tom de Vries <tdevries@suse.de>
100
101 * gdb.base/valgrind-infcall-2.c: New test.
102 * gdb.base/valgrind-infcall-2.exp: New file.
103 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
104
105 2020-07-17 Tom de Vries <tdevries@suse.de>
106
107 * gdb.dlang/circular.c (found): Use found_label as label name.
108 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
109 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
110 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
111 * gdb.dwarf2/ada-linkage-name.exp: Same.
112 * gdb.dwarf2/arr-subrange.exp: Same.
113 * gdb.dwarf2/atomic-type.exp: Same.
114 * gdb.dwarf2/comp-unit-lang.exp: Same.
115 * gdb.dwarf2/cpp-linkage-name.exp: Same.
116 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
117 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
118 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
119 * gdb.dwarf2/implptr-64bit.exp: Same.
120 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
121 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
122 * gdb.dwarf2/imported-unit.exp: Same.
123 * gdb.dwarf2/main-subprogram.exp: Same.
124 * gdb.dwarf2/missing-type-name.exp: Same.
125 * gdb.dwarf2/nonvar-access.exp: Same.
126 * gdb.dwarf2/struct-with-sig.exp: Same.
127 * gdb.dwarf2/typedef-void-finish.exp: Same.
128 * gdb.dwarf2/void-type.exp: Same.
129
130 2020-07-17 Tom de Vries <tdevries@suse.de>
131
132 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
133 src parameter.
134 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
135 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
136 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
137 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
138 * gdb.dwarf2/dwz.exp: Same.
139 * gdb.dwarf2/implptr-optimized-out.exp: Same.
140 * gdb.dwarf2/implref-array.exp: Same.
141 * gdb.dwarf2/implref-const.exp: Same.
142 * gdb.dwarf2/implref-global.exp: Same.
143 * gdb.dwarf2/implref-struct.exp: Same.
144 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
145 * gdb.dwarf2/opaque-type-lookup.exp: Same.
146 * gdb.dwarf2/var-access.exp: Same.
147 * gdb.dwarf2/varval.exp: Same.
148 * gdb.trace/entry-values.exp: Same.
149
150 2020-07-17 Tom de Vries <tdevries@suse.de>
151
152 * lib/dwarf.exp (Dwarf::extern): Remove.
153 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
154 * gdb.dlang/circular.exp: Same.
155 * gdb.dwarf2/comp-unit-lang.exp: Same.
156 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
157 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
158 * gdb.dwarf2/dwz.exp: Same.
159 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
160 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
161 * gdb.dwarf2/imported-unit.exp: Same.
162 * gdb.dwarf2/opaque-type-lookup.exp: Same.
163
164 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
165
166 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
167 Use double quotes instead of single quotes.
168
169 2020-07-16 Caroline Tice <cmtice@google.com>
170
171 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
172 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
173
174 2020-07-16 Tom de Vries <tdevries@suse.de>
175
176 * lib/dwarf.exp (program): Initialize _line.
177 (DW_LNE_end_sequence): Reinitialize _line.
178 (DW_LNS_advance_line): Update _line.
179 (line): New proc.
180 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
181 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
182 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
183 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
184 * gdb.dwarf2/dw2-is-stmt.exp: Same.
185 * gdb.dwarf2/dw2-ranges-func.exp: Same.
186
187 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
188
189 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
190 generic.
191
192 2020-07-15 Tom de Vries <tdevries@suse.de>
193
194 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
195 is_amd64_regs_target.
196
197 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.fortran/ptype-on-functions.exp: Add more tests.
200 * gdb.fortran/ptype-on-functions.f90: Likewise.
201
202 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
203
204 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
205 values in documentation for addr_size to 4 and 8.
206
207 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * gdb.arch/amd64-osabi.exp: Update.
210 * gdb.arch/arm-disassembler-options.exp: Update.
211 * gdb.arch/powerpc-disassembler-options.exp: Update.
212 * gdb.arch/ppc64-symtab-cordic.exp: Update.
213 * gdb.arch/s390-disassembler-options.exp: Update.
214 * gdb.base/all-architectures.exp.tcl: Update.
215 * gdb.base/attach-pie-noexec.exp: Update.
216 * gdb.base/catch-syscall.exp: Update.
217 * gdb.xml/tdesc-arch.exp: Update.
218
219 2020-07-14 Tom de Vries <tdevries@suse.de>
220
221 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
222 (local_gettid): ... this.
223 (fn): Update.
224
225 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
226
227 * gdb.base/info_sources.exp: Skip directory match tests on
228 remote hosts.
229
230 2020-07-13 Gary Benson <gbenson@redhat.com>
231
232 * gdb.base/savedregs.exp (caller): Use parentheses to
233 make expected expression evaluation ordering explicit.
234
235 2020-07-13 Gary Benson <gbenson@redhat.com>
236
237 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
238
239 2020-07-13 Gary Benson <gbenson@redhat.com>
240
241 * gdb.base/bigcore.c (main): Use a volatile pointer when
242 attempting to trigger a SIGSEGV.
243 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
244 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
245 * gdb.base/savedregs.c (thrower): Likewise.
246 * gdb.mi/mi-syn-frame.c (bar): Likewise.
247
248 2020-07-13 Gary Benson <gbenson@redhat.com>
249
250 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
251 defining and using VLA structure fields into...
252 * gdb.base/vla-struct-fields.c: New file.
253 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
254 tests into...
255 * gdb.base/vla-struct-fields.exp: New file.
256
257 2020-07-13 Tom de Vries <tdevries@suse.de>
258
259 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
260 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
261 * gdb.base/gold-gdb-index.exp: Same.
262 * gdb.base/morestack.exp: Same.
263
264 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
265
266 PR rust/26121
267 * gdb.rust/modules.rs: Prevent linker from discarding test
268 symbol.
269
270 2020-07-10 Pedro Alves <pedro@palves.net>
271
272 PR gdb/26199
273 * gdb.multi/multi-target.c (exit_thread): New.
274 (thread_start): Break loop if EXIT_THREAD.
275 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
276 (top level) Call test_no_resumed.
277
278 2020-07-08 Tom Tromey <tromey@adacore.com>
279
280 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
281 * gdb.ada/catch_ex.exp: Examine catchpoint text.
282
283 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
284
285 PR python/22748
286 * gdb.opt/inline-frame-tailcall.c: New file.
287 * gdb.opt/inline-frame-tailcall.exp: New file.
288 * gdb.python/py-unwind-inline.c: New file.
289 * gdb.python/py-unwind-inline.exp: New file.
290 * gdb.python/py-unwind-inline.py: New file.
291
292 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
293
294 * gdb.python/py-arch-reg-groups.exp: New file.
295
296 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
297
298 * gdb.python/py-arch-reg-names.exp: New file.
299
300 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
301
302 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
303 gdb.PendingFrame.architecture method.
304
305 2020-07-06 Tom de Vries <tdevries@suse.de>
306
307 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
308
309 2020-07-03 Pedro Alves <palves@redhat.com>
310
311 * gdb.base/structs2.c (main): Adjust second parem_reg call to
312 explicitly write negative numbers.
313 * gdb.base/structs2.exp: Adjust expected output.
314
315 2020-07-03 Pedro Alves <palves@redhat.com>
316
317 * gdb.base/charset.c (init_string): Change all char parameters to
318 unsigned char parameters.
319
320 2020-07-03 Pedro Alves <palves@redhat.com>
321
322 * gdb.base/call-sc.exp (start_scalars_test): Use
323 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
324 * gdb.base/overlays.c: Remove references to PARAMS.
325 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
326 * gdb.base/reread.exp: Don't set 'prototypes' global.
327 * gdb.base/structs.exp (start_structs_test): Use
328 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
329 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
330 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
331 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
332 call.
333 * gdb.base/varargs.exp: Don't set 'prototypes' global.
334
335 2020-07-03 Pedro Alves <palves@redhat.com>
336
337 * gdb.base/m32rovly.c: Delete.
338 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
339
340 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
341
342 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
343 of gdb_py_test_multiple.
344 * gdb.python/py-cmd.exp: Likewise.
345 * gdb.python/py-events.exp: Likewise.
346 * gdb.python/py-function.exp: Likewise.
347 * gdb.python/py-inferior.exp: Likewise.
348 * gdb.python/py-infthread.exp: Likewise.
349 * gdb.python/py-linetable.exp: Likewise.
350 * gdb.python/py-parameter.exp: Likewise.
351 * gdb.python/py-value.exp: Likewise.
352
353 2020-06-30 Tom de Vries <tdevries@suse.de>
354
355 PR testsuite/26175
356 * lib/future.exp (gdb_default_target_compile): Detect and handle
357 early_flags.
358
359 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
360
361 * boards/simavr.exp (gdb_load): Catch errors when closing
362 previous connection. Close connection, wait for process and
363 unset simavr_spawn_id on failure.
364
365 2020-06-29 Tom de Vries <tdevries@suse.de>
366
367 * lib/gdb.exp (unknown): Make test-case unresolved.
368
369 2020-06-29 Tom de Vries <tdevries@suse.de>
370
371 PR gdb/25475
372 * gdb.server/solib-list.exp: Verify that the symbol reload
373 confirmation question is asked.
374
375 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
376
377 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
378 have a input seq nr in each pass message.
379 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
380 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
381 * gdb.python/python.exp: Make test names unique,
382 use gdb_test_multiline instead of gdb_py_test_multiple,
383 use $gdb_test_name.
384 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
385
386 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
387
388 * configure.ac: Add --enable-libctf.
389 * aclocal.m4: sinclude ../config/enable.m4.
390 * Makefile.in (site.exp): Add enable_libctf to site.exp.
391 * lib/gdb.exp (skip_ctf_tests): Use it.
392 * gdb.base/ctf-constvars.exp: Error message tweak.
393 * gdb.base/ctf-ptype.exp: Likewise.
394 * configure: Regenerate.
395
396 2020-06-26 Gary Benson <gbenson@redhat.com>
397
398 * gdb.cp/try_catch.cc: Include string.h.
399 (main): Replace comparison against string literal with
400 strcmp, avoiding build failure with -Wstring-compare.
401 Add "marker test-complete".
402 * gdb.cp/try_catch.exp: Run the test to the above marker,
403 then verify that the value of "test" is still true.
404
405 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
406
407 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
408
409 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
412
413 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
416 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
417 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
418 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
419 * gdb.arch/riscv-tdesc-loading.exp: New file.
420
421 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
422
423 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
424
425 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
426
427 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
428 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
429 * gdb.arch/riscv-tdesc-regs.c: New file.
430 * gdb.arch/riscv-tdesc-regs.exp: New file.
431
432 2020-06-24 Pedro Alves <palves@redhat.com>
433
434 * gdb.arch/amd64-entry-value-paramref.exp: Use
435 prepare_for_testing_full and don't pass "c++" for the .S file
436 build spec.
437 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
438 $options, since it's an assembly file. Remove -Wno-deprecated.
439 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
440 compiling C++ programs.
441
442 2020-06-24 Pedro Alves <palves@redhat.com>
443
444 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
445 Clang, add "-Wno-unknown-warning-option" to the options.
446
447 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.xml/tdesc-reload.c: New file.
450 * gdb.xml/tdesc-reload.exp: New file.
451 * gdb.xml/maint-xml-dump-01.xml: New file.
452 * gdb.xml/maint-xml-dump-02.xml: New file.
453 * gdb.xml/maint-xml-dump.exp: New file.
454
455 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
456
457 * lib/completion-support.exp (test_gdb_completion_offers_commands):
458 Adjust for omitted commands when TUI is disabled.
459
460 2020-06-23 Gary Benson <gbenson@redhat.com>
461 Pedro Alves <palves@redhat.com>
462
463 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
464 * gdb.cp/nsimport.cc: Likewise.
465 * gdb.cp/nsnested.cc: Likewise.
466 * gdb.cp/nsnoimports.cc: Likewise.
467 * gdb.cp/nsusing.cc: Likewise.
468 * gdb.cp/smartp.cc: Likewise.
469 * gdb.python/py-pp-integral.c: Likewise.
470 * gdb.python/py-pp-re-notag.c: Likewise.
471
472 2020-06-23 Gary Benson <gbenson@redhat.com>
473
474 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
475 * gdb.cp/nsimport.cc: Likewise.
476 * gdb.cp/nsnested.cc: Likewise.
477 * gdb.cp/nsnoimports.cc: Likewise.
478 * gdb.cp/nsusing.cc: Likewise.
479 * gdb.cp/smartp.cc: Likewise.
480 * gdb.python/py-pp-integral.c: Likewise.
481 * gdb.python/py-pp-re-notag.c: Likewise.
482
483 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
484
485 * gdb.base/default-args.exp: New test.
486 * gdb.base/default-args.c: New file.
487 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
488 * gdb.base/default.exp: Update to new help text.
489 * gdb.base/help.exp: Likewise.
490 * gdb.base/page.exp: Likewise.
491 * gdb.base/style.exp: Likewise.
492 * gdb.guile/guile.exp: Likewise.
493 * gdb.python/python.exp: Likewise.
494
495 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
496
497 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
498 remote host. Fix search path syntax on Windows host.
499
500 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
501
502 * gdb.base/attach.exp: Test priority of 'exec-file' changed
503 over 'exec-file-mismatch'.
504 * gdb.base/attach.c: Mark should_exit volatile.
505 * gdb.base/attach2.c: Likewise. Add a comment explaining
506 why the sleep cannot be big.
507 * gdb.base/attach3.c: New file.
508
509 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
510
511 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
512 prefix optional.
513
514 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
515
516 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
517 for remote host.
518
519 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
520 Hafiz Abid Qadeer <abidh@codesourcery.com>
521
522 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
523 file sent to remote host.
524 (top level): Allow int32_t as type of 32-bit register.
525
526 2020-06-19 Tom de Vries <tdevries@suse.de>
527
528 * lib/gdb.exp (gdb_note): New proc.
529 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
530 (gdb_default_target_compile): ... here. Only call
531 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
532 (use_gdb_compile): Change to array.
533 (toplevel): Update sets of use_gdb_compile to specify language.
534 Warn about default_target_compile override. Store dejagnu's version
535 of default_target_compile in dejagnu_default_target_compile.
536
537 2020-06-18 Tom de Vries <tdevries@suse.de>
538
539 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
540 (default_gdb_init): ... here.
541
542 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
543
544 Fix TUI support checks in gdb.tui tests.
545
546 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
547 just say UNSUPPORTED.
548 * gdb.tui/corefile-run.exp: Likewise.
549 * gdb.tui/empty.exp: Likewise.
550 * gdb.tui/list-before.exp: Likewise.
551 * gdb.tui/list.exp: Likewise.
552 * gdb.tui/main.exp: Likewise.
553 * gdb.tui/regs.exp: Likewise.
554 * gdb.tui/resize.exp: Likewise.
555 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
556 * gdb.tui/tui-layout-asm.exp: Likewise.
557 * gdb.tui/tui-missing-src.exp: Likewise.
558 * gdb.tui/winheight.exp: Likewise.
559 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
560
561 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
562
563 Fix TCL error in gdb.python/py-format-string.exp.
564
565 * gdb.python/py-format-string.exp: Move test for python support
566 earlier, out of function body.
567
568 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
569
570 * gdb.base/index-cache-load-twice.c: New.
571 * gdb.base/index-cache-load-twice.exp: New.
572
573 2020-06-17 Keith Seitz <keiths@redhat.com>
574
575 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
576 when executing "gdb --configuration".
577
578 2020-06-17 Tom de Vries <tdevries@suse.de>
579
580 * lib/gdb.exp (gdb_tcl_unknown): New proc.
581 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
582 conditional on presence of gdb_tcl_unknown.
583 (gdb_finish): Make override undo conditional on presence of
584 gdb_tcl_unknown.
585
586 2020-06-16 Tom Tromey <tom@tromey.com>
587
588 * gdb.python/tui-window.py (failwin): New function. Register it
589 as a TUI window type.
590 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
591
592 2020-06-16 Gary Benson <gbenson@redhat.com>
593
594 * gdb.python/py-nested-maps.c (create_map): Add missing return
595 value.
596 (create_map_map): Likewise.
597
598 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
599
600 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
601 variable.
602 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
603 and use the already-defined 'options' variable.
604
605 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
606 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
609 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
610 (gdb_setup_known_globals): New proc.
611 (gdb_cleanup_globals): New proc.
612 * lib/gdb.exp (load_lib): New override proc.
613 (gdb_stdin_log_init): Set var in_file as persistent global.
614 * lib/pascal.exp (gdb_stdin_log_init): Set vars
615 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
616 fpc_compiler as persistent global.
617
618 2020-06-12 Tom de Vries <tdevries@suse.de>
619
620 * lib/tuiterm.exp (spawn): Rename to ...
621 (tui_spawn): ... this.
622 (toplevel): Move rename of spawn ...
623 (gdb_init_tuiterm): ... here. New proc.
624 (gdb_finish_tuiterm): New proc.
625 * lib/gdb.exp (gdb_finish_hooks): New global var.
626 (gdb_finish): Handle gdb_finish_hooks.
627 (tuiterm_env): New proc.
628 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
629 tuiterm_env.
630 * gdb.tui/basic.exp: Same.
631 * gdb.tui/corefile-run.exp: Same.
632 * gdb.tui/empty.exp: Same.
633 * gdb.tui/list-before.exp: Same.
634 * gdb.tui/list.exp: Same.
635 * gdb.tui/main.exp: Same.
636 * gdb.tui/new-layout.exp: Same.
637 * gdb.tui/regs.exp: Same.
638 * gdb.tui/resize.exp: Same.
639 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
640 * gdb.tui/tui-layout-asm.exp: Same.
641 * gdb.tui/tui-missing-src.exp: Same.
642 * gdb.tui/winheight.exp: Same.
643
644 2020-06-12 Tom de Vries <tdevries@suse.de>
645
646 PR testsuite/26110
647 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
648 (gdb_finish): Reinstall dejagnu's override of ::unknown.
649
650 2020-06-11 Tom Tromey <tom@tromey.com>
651
652 PR gdb/18318:
653 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
654 floating point tests.
655
656 2020-06-11 Keith Seitz <keiths@redhat.com>
657
658 PR gdb/21356
659 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
660 vla_struct.
661 Add new struct vla_typedef and union vla_typedef_union and
662 corresponding instantiation objects.
663 Initialize new objects.
664 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
665 and vla_typedef_union_object.
666 Fixup type for vla_struct_object.
667
668 2020-06-11 Tom de Vries <tdevries@suse.de>
669
670 * lib/gdb.exp (with_override): New proc, factored out of ...
671 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
672
673 2020-06-10 Tom de Vries <tdevries@suse.de>
674
675 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
676
677 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
678
679 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
680 parameter, update callers.
681
682 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
683
684 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
685 * gdb.dwarf2/share-psymtabs-bt.c: New file.
686 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
687
688 2020-06-04 Tom de Vries <tdevries@suse.de>
689
690 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
691
692 2020-06-04 Tom de Vries <tdevries@suse.de>
693
694 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
695 exp_continue.
696
697 2020-06-04 Tom de Vries <tdevries@suse.de>
698
699 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
700
701 2020-06-03 Tom de Vries <tdevries@suse.de>
702
703 PR symtab/26046
704 * gdb.cp/breakpoint-locs-2.cc: New test.
705 * gdb.cp/breakpoint-locs.cc: New test.
706 * gdb.cp/breakpoint-locs.exp: New file.
707 * gdb.cp/breakpoint-locs.h: New test.
708
709 2020-06-03 Tom de Vries <tdevries@suse.de>
710
711 PR testsuite/25609
712 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
713 value of global verbose.
714 * gdb.base/jit-elf.exp: Same.
715 * gdb.base/jit-reader.exp: Same.
716
717 2020-06-02 Tom de Vries <tdevries@suse.de>
718
719 * gdb.dwarf2/multidictionary.exp: Don't use
720 gdb_spawn_with_cmdline_opts.
721
722 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
723
724 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
725 use_header case.
726 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
727 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
728 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
729 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
730 * gdb.dwarf2/dw2-inline-header.c: New file.
731 * gdb.dwarf2/dw2-inline-header.h: New file.
732
733 2020-05-30 Pedro Alves <palves@redhat.com>
734
735 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
736 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
737
738 2020-05-29 Gary Benson <gbenson@redhat.com>
739
740 * gdb.compile/compile-cplus.exp (additional_flags): Also
741 set when building with clang.
742 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
743 when building with clang.
744
745 2020-05-29 Gary Benson <gbenson@redhat.com>
746
747 * gdb.arch/i386-avx.exp (additional_flags): Also set when
748 building with clang.
749 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
750
751 2020-05-29 Gary Benson <gbenson@redhat.com>
752
753 * gdb.cp/koenig.exp (prepare_for_testing): Add
754 additional_flags=-Wno-unused-comparison.
755 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
756
757 2020-05-28 Gary Benson <gbenson@redhat.com>
758
759 * gdb.base/sigaltstack.c (catcher): Add default case to switch
760 statement.
761
762 2020-05-28 Gary Benson <gbenson@redhat.com>
763
764 * gdb.cp/classes.exp (prepare_for_testing): Add
765 additional_flags=-Wno-deprecated-register.
766 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
767 * gdb.cp/misc.exp: Likewise.
768
769 2020-05-28 Gary Benson <gbenson@redhat.com>
770
771 * gdb.linespec/cpls-ops.cc (dummy): New static global.
772 (test_op_new::operator new): Add return statement.
773 (test_op_new_array::operator new[]): Likewise.
774
775 2020-05-27 Pedro Alves <palves@redhat.com>
776
777 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
778 check. Use test_gdb_complete_unique instead of
779 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
780 test_gdb_complete_multiple instead of
781 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
782
783 2020-05-27 Luis Machado <luis.machado@linaro.org>
784
785 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
786 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
787 * gdb.arch/arm-disassembler-options.exp: Likewise.
788 * gdb.arch/arm-disp-step.exp: Likewise.
789 * gdb.arch/thumb-prologue.exp: Likewise.
790 * gdb.base/async.exp: Likewise.
791 * gdb.base/auxv.exp: Likewise.
792 * gdb.base/complex-parts.exp: Likewise.
793 * gdb.base/ena-dis-br.exp: Likewise.
794 * gdb.base/foll-exec.exp: Likewise.
795 * gdb.base/permissions.exp: Likewise.
796 * gdb.base/relocate.exp: Likewise.
797 * gdb.base/return2.exp: Likewise.
798 * gdb.base/sigbpt.exp: Likewise.
799 * gdb.base/siginfo-obj.exp: Likewise.
800 * gdb.cp/converts.exp: Likewise.
801 * gdb.cp/exceptprint.exp: Likewise.
802 * gdb.cp/inherit.exp: Likewise.
803 * gdb.cp/nsnoimports.exp: Likewise.
804 * gdb.cp/virtbase2.exp: Likewise.
805 * gdb.mi/mi-var-cmd.exp: Likewise.
806 * gdb.mi/var-cmd.c: Likewise.
807
808 2020-05-26 Tom Tromey <tromey@adacore.com>
809
810 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
811
812 2020-05-26 Tom Tromey <tromey@adacore.com>
813
814 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
815 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
816 type.
817 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
818 variable.
819
820 2020-05-26 Christian Biesinger <cbiesinger@google.com>
821
822 * Makefile.in: Use = instead of == for the test command
823 for portability.
824
825 2020-05-26 Tom de Vries <tdevries@suse.de>
826
827 * gdb.base/gold-gdb-index-2.c: New test.
828 * gdb.base/gold-gdb-index.c: New test.
829 * gdb.base/gold-gdb-index.exp: New file.
830 * gdb.base/gold-gdb-index.h: New test.
831
832 2020-05-25 Tom de Vries <tdevries@suse.de>
833
834 * boards/gold-gdb-index.exp: New file.
835
836 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
837
838 * boards/simavr.exp: New file.
839
840 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
841
842 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
843 * gdb.base/inferior-args.exp: New file.
844 * gdb.base/inferior-args.c: New file.
845
846 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
847
848 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
849 inferior_args. Pass it to gdb_reload.
850 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
851 inferior_args.
852 (gdb_reload): Add inferior_args argument.
853 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
854 pass it to gdbserver_run.
855 * boards/native-gdbserver.exp: Do not set noargs.
856 * boards/native-extended-gdbserver.exp (gdb_reload): Add
857 inferior_args argument.
858 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
859 * gdb.base/a2-run.exp: Check for use_gdb_stub.
860 * gdb.base/args.exp: Likewise.
861
862 2020-05-25 Tom de Vries <tdevries@suse.de>
863
864 * lib/gdb.exp (exec_is_pie): Add comment.
865
866 2020-05-25 Tom de Vries <tdevries@suse.de>
867
868 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
869 instead of $binfile in the untested message.
870
871 2020-05-25 Tom de Vries <tdevries@suse.de>
872
873 PR testsuite/26031
874 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
875
876 2020-05-25 Tom de Vries <tdevries@suse.de>
877
878 * boards/gold.exp: New file.
879
880 2020-05-23 Tom Tromey <tom@tromey.com>
881
882 * gdb.base/style.exp: Remove completion styling test.
883 * lib/gdb-utils.exp (style): Remove completion styles.
884
885 2020-05-23 Tom Tromey <tom@tromey.com>
886
887 * gdb.base/style.exp: Add completion styling test.
888 * lib/gdb-utils.exp (style): Add completion styles.
889
890 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
891
892 * gdb.base/annota1.exp: Update expected results.
893 * gdb.cp/annota2.exp: Update expected results, remove duplicate
894 test name.
895 * gdb.cp/annota3.exp: Update expected results.
896
897 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
898
899 PR gdb/26016
900 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
901 against MAP_FAILED.
902 * gdb.base/coremaker.c (mmapdata): Likewise.
903 * gdb.base/jit-reader-host.c (main): Likewise.
904 * gdb.base/sym-file-loader.c (load): Likewise.
905 (load_shlib): Likewise.
906
907 2020-05-20 Tom Tromey <tromey@adacore.com>
908
909 * gdb.ada/array_char_idx.exp: Recognize initialized array.
910
911 2020-05-20 Tom de Vries <tdevries@suse.de>
912
913 PR symtab/25833
914 * gdb.base/with-mf-inc.c: New test.
915 * gdb.base/with-mf-main.c: New test.
916 * gdb.base/with-mf.exp: New file.
917
918 2020-05-19 Tom Tromey <tromey@adacore.com>
919
920 * gdb.rust/simple.exp: Restore missing test result.
921
922 2020-05-19 Tom de Vries <tdevries@suse.de>
923
924 * gdb.base/gdb-caching-proc.exp: Fix typo.
925
926 2020-05-19 Tom Tromey <tromey@adacore.com>
927
928 * gdb.rust/simple.exp: Add some test descriptions.
929 (test_one_slice): Use with_test_prefix.
930
931 2020-05-18 Tom de Vries <tdevries@suse.de>
932
933 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
934
935 2020-05-17 Pedro Alves <palves@redhat.com>
936
937 PR gdb/25741
938 * gdb.base/hw-sw-break-same-address.exp: New file.
939
940 2020-05-16 Pedro Alves <palves@redhat.com>
941
942 * gdb.multi/multi-re-run.exp (test_re_run): Switch
943 LAST_LOADED_FILE accordingly.
944
945 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
946
947 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
948
949 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
950
951 * gdb.base/help.exp: Test apropos and help for commands
952 having aliases. Fixed comments not starting with an
953 upper-case letter or not finishing with a dot.
954
955 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
956
957 * gdb.base/alias.exp: Update help output check.
958
959 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
960
961 * gdb.base/default.exp: Update output following fixes.
962
963 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
964
965 * gdb.base/alias.exp: Test aliases starting with a prefix of
966 another alias.
967
968 2020-05-15 Gary Benson <gbenson@redhat.com>
969
970 * gdb.base/info-os.c (main): Add return statement.
971 * gdb.base/info_minsym.c (minsym_fun): Likewise.
972 * gdb.base/large-frame-2.c (func): Likewise.
973 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
974 * gdb.base/pr10179-b.c (foo2): Likewise.
975 * gdb.base/valgrind-disp-step.c (foo): Likewise.
976 * gdb.base/watch-cond.c (func): Likewise.
977 * gdb.multi/goodbye.c (verylongfun): Likewise.
978 * gdb.multi/hello.c (commonfun): Likewise.
979 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
980 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
981 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
982 Likewise.
983 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
984 * gdb.threads/interrupt-while-step-over.c (child_function):
985 Likewise.
986 * gdb.trace/actions-changed.c (end): Likewise.
987
988 2020-05-15 Gary Benson <gbenson@redhat.com>
989
990 * gdb.opencl/callfuncs.exp: Report when test skipped.
991 * gdb.opencl/convs_casts.exp: Likewise.
992 * gdb.opencl/datatypes.exp: Likewise.
993 * gdb.opencl/operators.exp: Likewise.
994 * gdb.opencl/vec_comps.exp: Likewise.
995
996 2020-05-15 Tom de Vries <tdevries@suse.de>
997
998 * gdb.base/align.exp.in: Rename to ...
999 * gdb.base/align.exp.tcl: ... this.
1000 * gdb.base/align-c++.exp: Update.
1001 * gdb.base/align-c.exp: Update.
1002 * gdb.base/all-architectures.exp.in: Rename to ...
1003 * gdb.base/all-architectures.exp: ... this.
1004 * gdb.base/all-architectures-0.exp: Update.
1005 * gdb.base/all-architectures-1.exp: Update.
1006 * gdb.base/all-architectures-2.exp: Update.
1007 * gdb.base/all-architectures-3.exp: Update.
1008 * gdb.base/all-architectures-4.exp: Update.
1009 * gdb.base/all-architectures-5.exp: Update.
1010 * gdb.base/all-architectures-6.exp: Update.
1011 * gdb.base/all-architectures-7.exp: Update.
1012 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1013 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1014 * gdb.base/infcall-nested-structs-c++.exp: Update.
1015 * gdb.base/infcall-nested-structs-c.exp: Update.
1016 * gdb.base/info-types.exp.in: Rename to ...
1017 * gdb.base/info-types.exp.tcl: ... this.
1018 * gdb.base/info-types-c++.exp: Update.
1019 * gdb.base/info-types-c.exp: Update.
1020 * gdb.base/max-depth.exp.in: Rename to ...
1021 * gdb.base/max-depth.exp.tcl: ... this.
1022 * gdb.base/max-depth-c++.exp: Update.
1023 * gdb.base/max-depth-c.exp: Update.
1024 * gdb.cp/cpexprs.exp.in: Rename to ...
1025 * gdb.cp/cpexprs.exp.tcl: ... this.
1026 * gdb.cp/cpexprs-debug-types.exp: Update.
1027 * gdb.cp/cpexprs.exp: Update.
1028 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1029 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1030 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1031 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1032 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1033 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1034 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1035 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1036 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1037 * gdb.dwarf2/clang-debug-names.exp: Update.
1038
1039 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1040
1041 * lib/check-test-names.exp: Remove code that prevents this file
1042 loading when tests are run in parallel.
1043
1044 2020-05-15 Pedro Alves <palves@redhat.com>
1045
1046 * gdb.multi/multi-kill.exp (start_inferior): Remove
1047 'testpid' parameter. Refer to namespace variable directly.
1048 (testpid): Declare as namespace variable.
1049
1050 2020-05-15 Pedro Alves <palves@redhat.com>
1051
1052 * gdb.multi/multi-kill.exp: Wrap in namespace.
1053 (start_inferior): Add TESTPID parameter. Use it instead of the
1054 testpid global.
1055 (top level): Define empty TESTPID array, and pass it down to
1056 start_inferior.
1057
1058 2020-05-14 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1061 output.
1062
1063 2020-05-14 Tom de Vries <tdevries@suse.de>
1064
1065 * gdb.base/align.exp: Split into ...
1066 * gdb.base/align.exp.in: ...
1067 * gdb.base/align-c++.exp: ...
1068 * gdb.base/align-c.exp: ... these.
1069 * gdb.base/infcall-nested-structs.exp: Split into ...
1070 * gdb.base/infcall-nested-structs.exp.in: ...
1071 * gdb.base/infcall-nested-structs-c++.exp: ...
1072 * gdb.base/infcall-nested-structs-c.exp: ... these.
1073 * gdb.base/info-types.exp: Split into ...
1074 * gdb.base/info-types.exp.in: ...
1075 * gdb.base/info-types-c++.exp: ...
1076 * gdb.base/info-types-c.exp: ... these.
1077 * gdb.base/max-depth.exp: Split into ...
1078 * gdb.base/max-depth.exp.in: ...
1079 * gdb.base/max-depth-c++.exp: ...
1080 * gdb.base/max-depth-c.exp: ... these.
1081 * gdb.cp/infcall-nodebug.exp: Split into ...
1082 * gdb.cp/infcall-nodebug.exp.in: ...
1083 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1084 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1085 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1086 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1087
1088 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1089 Pedro Alves <palves@redhat.com>
1090
1091 * gdb.multi/multi-exit.c: New file.
1092 * gdb.multi/multi-exit.exp: New file.
1093 * gdb.multi/multi-kill.c: New file.
1094 * gdb.multi/multi-kill.exp: New file.
1095
1096 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1097
1098 * gdb.base/annota1.exp: Update the expected output.
1099 * gdb.cp/annota2.exp: Ditto.
1100
1101 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1102
1103 * lib/check-test-names.exp: Disable when testing is being run in
1104 parallel.
1105
1106 2020-05-12 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/jit-elf.exp: Fix string concat.
1109
1110 2020-05-12 Tom de Vries <tdevries@suse.de>
1111
1112 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1113 messages.
1114
1115 2020-05-12 Tom de Vries <tdevries@suse.de>
1116
1117 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1118
1119 2020-05-12 Tom de Vries <tdevries@suse.de>
1120
1121 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1122 * gdb.ada/mi_catch_ex.exp: Same.
1123 * gdb.ada/mi_catch_ex_hand.exp: Same.
1124
1125 2020-05-12 Tom de Vries <tdevries@suse.de>
1126
1127 * gdb.fortran/complex.exp: Use with_test_prefix.
1128
1129 2020-05-12 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.trace/passcount.exp: Fix test-names.
1132
1133 2020-05-12 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1136
1137 2020-05-12 Tom de Vries <tdevries@suse.de>
1138
1139 * gdb.gdb/complaints.exp: Use with_test_prefix.
1140 * gdb.xml/tdesc-regs.exp: Same.
1141 * gdb.opt/inline-locals.exp: Fix test name.
1142
1143 2020-05-12 Tom de Vries <tdevries@suse.de>
1144
1145 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1146 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1147 * gdb.dwarf2/implref-struct.exp: Same.
1148 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1149 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1150
1151 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1152
1153 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1154
1155 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1156
1157 * lib/check-test-names.exp (all_test_names): New module variable.
1158 (counts): Add 'duplicates' field.
1159 (_check_duplicates): New procedure.
1160 (check): Also check for duplicates.
1161 (do_log_summary): Print duplicates count.
1162 (do_reset_vars): Reset counter for duplicate test names, and
1163 discard all know test names.
1164
1165 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1166
1167 * lib/gdb.exp: Include check-test-names.exp library.
1168 * lib/check-test-names.exp: New file.
1169
1170 2020-05-11 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1173
1174 2020-05-11 Keith Seitz <keiths@redhat.com>
1175
1176 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1177
1178 2020-05-11 Tom de Vries <tdevries@suse.de>
1179
1180 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1181 * gdb.cp/cpexprs.exp.in: .. here.
1182 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1183 cpexprs.exp.
1184
1185 2020-05-11 Keith Seitz <keiths@redhat.com>
1186
1187 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1188 test names.
1189 * gdb.ada/arrayptr.exp: Likewise.
1190 * gdb.ada/assign_arr.exp: Likewise.
1191 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1192 * gdb.ada/bp_on_var.exp: Likewise.
1193 * gdb.ada/call_pn.exp: Likewise.
1194 * gdb.ada/complete.exp: Likewise.
1195 * gdb.ada/fun_overload_menu.exp: Likewise.
1196 * gdb.ada/funcall_param.exp: Likewise.
1197 * gdb.ada/funcall_ref.exp: Likewise.
1198 * gdb.ada/packed_array_assign.exp: Likewise.
1199 * gdb.ada/same_component_name.exp: Likewise.
1200 * gdb.ada/type_coercion.exp: Likewise.
1201 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1202 * gdb.ada/variant_record_packed_array.exp: Likewise.
1203
1204 2020-05-11 Tom de Vries <tdevries@suse.de>
1205
1206 PR symtab/25941
1207 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1208 out of ...
1209 * gdb.dwarf2/clang-debug-names.exp: ... here.
1210 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1211 clang-debug-names.exp.in.
1212 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1213 * gdb.dwarf2/clang-debug-names-2.c: New test.
1214
1215 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1216
1217 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1218 (fortran_runto_main): New Proc, fortran version of runto_main.
1219 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1220 * gdb.fortran/array-bounds.exp: Likewise.
1221 * gdb.fortran/array-slices.exp: Likewise.
1222 * gdb.fortran/block-data.exp: Likewise.
1223 * gdb.fortran/charset.exp: Likewise.
1224 * gdb.fortran/common-block.exp: Likewise.
1225 * gdb.fortran/complex.exp: Likewise.
1226 * gdb.fortran/derived-type-function.exp: Likewise.
1227 * gdb.fortran/derived-type.exp: Likewise.
1228 * gdb.fortran/info-modules.exp: Likewise.
1229 * gdb.fortran/info-types.exp: Likewise.
1230 * gdb.fortran/intrinsics.exp: Likewise.
1231 * gdb.fortran/library-module.exp: Likewise.
1232 * gdb.fortran/logical.exp: Likewise.
1233 * gdb.fortran/max-depth.exp: Likewise.
1234 * gdb.fortran/module.exp: Likewise.
1235 * gdb.fortran/multi-dim.exp: Likewise.
1236 * gdb.fortran/nested-funcs.exp: Likewise.
1237 * gdb.fortran/print-formatted.exp: Likewise.
1238 * gdb.fortran/print_type.exp: Likewise.
1239 * gdb.fortran/printing-types.exp: Likewise.
1240 * gdb.fortran/ptr-indentation.exp: Likewise.
1241 * gdb.fortran/ptype-on-functions.exp: Likewise.
1242 * gdb.fortran/subarray.exp: Likewise.
1243 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1244 * gdb.fortran/vla-datatypes.exp: Likewise.
1245 * gdb.fortran/vla-history.exp: Likewise.
1246 * gdb.fortran/vla-ptr-info.exp: Likewise.
1247 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1248 * gdb.fortran/vla-ptype.exp: Likewise.
1249 * gdb.fortran/vla-sizeof.exp: Likewise.
1250 * gdb.fortran/vla-type.exp: Likewise.
1251 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1252 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1253 * gdb.fortran/vla-value-sub.exp: Likewise.
1254 * gdb.fortran/vla-value.exp: Likewise.
1255 * gdb.fortran/whatis_type.exp: Likewise.
1256 * gdb.mi/mi-var-child-f.exp: Likewise.
1257
1258 2020-05-09 Tom de Vries <tdevries@suse.de>
1259
1260 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1261
1262 2020-05-08 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.dwarf2/clang-debug-names.c: New test.
1265 * gdb.dwarf2/clang-debug-names.exp: New file.
1266
1267 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1268
1269 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1270 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1271
1272 2020-05-06 Tom de Vries <tdevries@suse.de>
1273
1274 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1275 breakpoint is at a "recommended breakpoint location".
1276 * gdb.reverse/consecutive-reverse.exp: Same.
1277
1278 2020-05-06 Tom de Vries <tdevries@suse.de>
1279
1280 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1281 address.
1282
1283 2020-05-06 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1286
1287 2020-05-06 Tom de Vries <tdevries@suse.de>
1288
1289 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1290 info for r.
1291
1292 2020-05-06 Tom de Vries <tdevries@suse.de>
1293
1294 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1295 necessary.
1296
1297 2020-05-06 Tom de Vries <tdevries@suse.de>
1298
1299 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1300 void.
1301
1302 2020-05-06 Tom de Vries <tdevries@suse.de>
1303
1304 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1305 of ...
1306 * gdb.base/async.exp: ... here.
1307 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1308 "recommended breakpoint location".
1309
1310 2020-05-06 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1313
1314 2020-05-04 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.base/async.exp: Check whether instruction addresses are a
1317 "recommended breakpoint location".
1318
1319 2020-05-03 Tom Tromey <tom@tromey.com>
1320
1321 * gdb.base/sepdebug.exp: Remove "catch" test.
1322 * gdb.base/break.exp: Remove "catch" test.
1323 * gdb.base/default.exp: Update expected output.
1324
1325 2020-05-02 Tom de Vries <tdevries@suse.de>
1326
1327 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1328 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1329 * gdb.arch/i386-mpx-map.exp: Same.
1330 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1331 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1332 * gdb.arch/i386-mpx.exp: Same.
1333
1334 2020-05-02 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1337
1338 2020-05-01 Tom de Vries <tdevries@suse.de>
1339
1340 * gdb.ada/operator_bp.exp: Allow more than required amount of
1341 breakpoint.
1342
1343 2020-05-01 Tom de Vries <tdevries@suse.de>
1344
1345 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1346
1347 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1348
1349 PR gdb/18706
1350 * gdb.cp/stub-array-size.cc: New test.
1351 * gdb.cp/stub-array-size.exp: New file.
1352 * gdb.cp/stub-array-size.h: New test.
1353 * gdb.cp/stub-array-size2.cc: New test.
1354
1355 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1356
1357 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1358 output to the new format.
1359
1360 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1361
1362 * gdb.base/break.exp: Use with_test_prefix.
1363
1364 2020-04-29 Tom de Vries <tdevries@suse.de>
1365
1366 * lib/gdb.exp (debug_types): New proc.
1367 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1368 * gdb.python/py-symtab.exp: Same.
1369
1370 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1371
1372 PR gdb/17320
1373 * gdb.base/pretty-array.c: New test.
1374 * gdb.base/pretty-array.exp: New file.
1375
1376 2020-04-29 Tom de Vries <tdevries@suse.de>
1377
1378 PR symtab/25889
1379 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1380 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1381 and include cpexprs.exp.
1382
1383 2020-04-28 Mark Williams <mark@myosotissp.com>
1384
1385 PR gdb/24480
1386 * dw4-toplevel-types.exp: Test for top level types.
1387 * dw4-toplevel-types.cc: Test for top level types.
1388
1389 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1390
1391 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1392 (theads -> threads).
1393
1394 2020-04-28 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1397
1398 2020-04-28 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1401
1402 2020-04-28 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1405
1406 2020-04-28 Tom de Vries <tdevries@suse.de>
1407
1408 * gdb.dwarf2/main-foo.c: New test.
1409 * gdb.dwarf2/struct-with-sig.exp: New file.
1410
1411 2020-04-25 Tom de Vries <tdevries@suse.de>
1412
1413 * boards/debug-types.exp: New file.
1414
1415 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1416
1417 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1418
1419 2020-04-24 Tom Tromey <tom@tromey.com>
1420
1421 PR symtab/12707:
1422 * gdb.python/py-symbol.exp: Update expected results for
1423 linkage_name test.
1424 * gdb.cp/print-demangle.exp: New file.
1425 * gdb.base/c-linkage-name.exp: Fix test.
1426 * gdb.guile/scm-symbol.exp: Update expected results for
1427 linkage_name test.
1428
1429 2020-04-24 Tom Tromey <tom@tromey.com>
1430
1431 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1432 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1433 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1434 assembler.
1435
1436 2020-04-24 Tom de Vries <tdevries@suse.de>
1437
1438 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1439 C++.
1440
1441 2020-04-24 Tom Tromey <tromey@adacore.com>
1442
1443 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1444 values.
1445 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1446 values. Update test for minimal encodings.
1447 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1448 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1449 values. Update test for minimal encodings.
1450
1451 2020-04-24 Tom Tromey <tromey@adacore.com>
1452
1453 PR python/23662:
1454 * gdb.ada/variant.exp: Add Python checks.
1455 * gdb.rust/simple.exp: Add dynamic type checks.
1456
1457 2020-04-24 Tom Tromey <tromey@adacore.com>
1458
1459 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1460 Make array type matching more lax.
1461 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1462 * gdb.ada/mi_variant.exp: New file.
1463 * gdb.ada/mi_variant/pck.ads: New file.
1464 * gdb.ada/mi_variant/pkg.adb: New file.
1465 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1466 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1467
1468 2020-04-24 Tom Tromey <tromey@adacore.com>
1469
1470 * gdb.ada/variant.exp: Add dynamic field offset tests.
1471 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1472 * gdb.ada/variant/pkg.adb: Add new variables.
1473
1474 2020-04-24 Tom Tromey <tromey@adacore.com>
1475
1476 * gdb.ada/variant.exp: New file
1477 * gdb.ada/variant/pkg.adb: New file
1478 * gdb.ada/variant/pck.adb: New file
1479
1480 2020-04-24 Tom de Vries <tdevries@suse.de>
1481
1482 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1483
1484 2020-04-24 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1487 flags.
1488
1489 2020-04-24 Tom de Vries <tdevries@suse.de>
1490
1491 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1492
1493 2020-04-24 Tom de Vries <tdevries@suse.de>
1494
1495 * lib/gdb.exp (default_gdb_start): Handle eof.
1496 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1497 failure.
1498 * gdb.base/readnever.exp: Handle clean_restart failure.
1499
1500 2020-04-23 Tom de Vries <tdevries@suse.de>
1501
1502 * gdb.base/decl-before-def.exp: Run to main and print a again.
1503
1504 2020-04-23 Tom de Vries <tdevries@suse.de>
1505
1506 * gdb.base/decl-before-def-decl.c: New test.
1507 * gdb.base/decl-before-def-def.c: New test.
1508 * gdb.base/decl-before-def.exp: New file.
1509
1510 2020-04-23 Tom de Vries <tdevries@suse.de>
1511
1512 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1513
1514 2020-04-22 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1517 debug_info_offset.
1518 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1519 before $objsfile in the line line.
1520
1521 2020-04-22 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1524
1525 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1526
1527 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1528 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1529 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1530 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1531 * gdb.base/jit-protocol.h: Update definitions to match all usage
1532 contexts.
1533
1534 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1535
1536 * gdb.base: Rename all jit related test and source files.
1537
1538 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1539
1540 * gdb.base/jit-reader.exp: Relax register output check.
1541
1542 2020-04-22 Tom de Vries <tdevries@suse.de>
1543
1544 PR symtab/25764
1545 * gdb.base/psym-external-decl-2.c: New test.
1546 * gdb.base/psym-external-decl.c: New test.
1547 * gdb.base/psym-external-decl.exp: New file.
1548 * gdb.threads/tls.exp: Add PR25807 kfail.
1549
1550 2020-04-22 Tom de Vries <tdevries@suse.de>
1551
1552 PR symtab/25801
1553 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1554 in "info source" output.
1555
1556 2020-04-22 Tom de Vries <tdevries@suse.de>
1557
1558 PR symtab/25700
1559 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1560 symtab for imported_unit.c.
1561
1562 2020-04-21 Gary Benson <gbenson@redhat.com>
1563
1564 * gdb.base/advance.c (func): New argument, to match call site.
1565 (func2, func3): Add return statements.
1566
1567 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1568
1569 * gdb.multi/run-only-second-inf.c: New file.
1570 * gdb.multi/run-only-second-inf.exp: New file.
1571
1572 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1573
1574 * gdb.btrace/multi-inferior.c: New test.
1575 * gdb.btrace/multi-inferior.exp: New file.
1576
1577 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1578
1579 * gdb.btrace/enable-new-thread.c: New test.
1580 * gdb.btrace/enable-new-thread.exp: New file.
1581
1582 2020-04-21 Tom de Vries <tdevries@suse.de>
1583
1584 PR gdb/25471
1585 * gdb.threads/killed-outside.c: New test.
1586 * gdb.threads/killed-outside.exp: New file.
1587
1588 2020-04-20 Gary Benson <gbenson@redhat.com>
1589
1590 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1591 * gdb.base/nested-subp2.exp: Likewise.
1592 * gdb.base/nested-subp3.exp: Likewise.
1593
1594 2020-04-20 Gary Benson <gbenson@redhat.com>
1595
1596 * gdb.base/nested-subp1.exp: Disable test when using clang.
1597 * gdb.base/nested-subp2.exp: Likewise.
1598 * gdb.base/nested-subp3.exp: Likewise.
1599
1600 2020-04-20 Gary Benson <gbenson@redhat.com>
1601
1602 * gdb.cp/exception.cc: Fix compilation error with clang.
1603
1604 2020-04-20 Gary Benson <gbenson@redhat.com>
1605
1606 * gdb.trace/tspeed.c: Fix compilation error with clang.
1607
1608 2020-04-20 Gary Benson <gbenson@redhat.com>
1609
1610 * gdb.base/jit-main.c: Fix compilation error with clang.
1611
1612 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1613
1614 * gdb.base/attach-twice.c: Include "sys/types.h".
1615 (PTRACE_ATTACH): Add fallback definition.
1616 (main): Pass `0' to the 4th argument of `ptrace'.
1617
1618 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1619
1620 * gdb.base/fork-running-state.c: Include "signal.h".
1621
1622 2020-04-17 Tom Tromey <tromey@adacore.com>
1623
1624 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1625 Update tests.
1626 * gdb.btrace/cpu.exp: Update tests.
1627 * gdb.base/maint.exp: Update tests.
1628 * gdb.base/default.exp: Update tests.
1629 * gdb.base/completion.exp: Update tests.
1630
1631 2020-04-16 Tom de Vries <tdevries@suse.de>
1632
1633 PR symtab/25791
1634 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1635 (ensure_gdb_index): and factor out and move ...
1636 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1637 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1638
1639 2020-04-16 Tom de Vries <tdevries@suse.de>
1640
1641 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1642 loading exec.
1643
1644 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * gdb.base/many-completions.exp: New file.
1647
1648 2020-04-14 Tom de Vries <tdevries@suse.de>
1649
1650 PR symtab/25718
1651 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1652
1653 2020-04-14 Tom de Vries <tdevries@suse.de>
1654
1655 PR symtab/25720
1656 * gdb.base/maint-expand-symbols-header-file.c: New test.
1657 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1658 * gdb.base/maint-expand-symbols-header-file.h: New test.
1659
1660 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1663 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1664 get_func_info.
1665 (get_func_info): Delete.
1666 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1667 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1668 * lib/dwarf.exp (get_func_info): New function.
1669
1670 2020-04-13 Tom de Vries <tdevries@suse.de>
1671
1672 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1673 to what find_gnatmake does.
1674
1675 2020-04-10 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1678 -readnow.
1679
1680 2020-04-10 Tom de Vries <tdevries@suse.de>
1681
1682 PR cli/25808
1683 * gdb.base/style.c: Add leading newlines.
1684 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1685 Check listing of main's one-line body.
1686
1687 2020-04-08 Tom de Vries <tdevries@suse.de>
1688
1689 * lib/gdb.exp (psymtabs_p): New proc.
1690 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1691 importing unit" unsupported if there are no partial symbols.
1692
1693 2020-04-08 Tom de Vries <tdevries@suse.de>
1694
1695 PR testsuite/25760
1696 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1697
1698 2020-04-07 Tom de Vries <tdevries@suse.de>
1699
1700 PR symtab/25796
1701 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1702
1703 2020-04-07 Tom de Vries <tdevries@suse.de>
1704
1705 * gdb.base/check-psymtab.c: New test.
1706 * gdb.base/check-psymtab.exp: New file.
1707
1708 2020-04-06 Tom Tromey <tromey@adacore.com>
1709
1710 * gdb.ada/variant-record/proc.adb: New file.
1711 * gdb.ada/variant-record/value.adb: New file.
1712 * gdb.ada/variant-record/value.s: New file.
1713 * gdb.ada/variant-record.exp: New file.
1714
1715 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1716
1717 PR gdb/25325
1718 * gdb.cp/typed-enum.cc: New test.
1719 * gdb.cp/typed-enum.exp: New file.
1720
1721 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1722
1723 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1724 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1725 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1726 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1727 * gdb.opt/inline-small-func.c: New file.
1728 * gdb.opt/inline-small-func.exp: New file.
1729 * gdb.opt/inline-small-func.h: New file.
1730
1731 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1734 function.
1735
1736 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1737
1738 * lib/dwarf.exp (function_range): Allow compiler options to be
1739 specified.
1740
1741 2020-04-02 Tom de Vries <tdevries@suse.de>
1742
1743 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1744 __attribute__((always_inline)).
1745 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1746
1747 2020-04-02 Tom de Vries <tdevries@suse.de>
1748
1749 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1750 (gdbserver_gdb_exit): ... here. Add timeout warning.
1751 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1752 (connect_target_extended_remote): Append new server_spawn_id to
1753 server_spawn_ids.
1754 (cleanup): New proc.
1755 (setup, <toplevel>): Call cleanup.
1756
1757 2020-04-02 Tom de Vries <tdevries@suse.de>
1758
1759 * gdb.base/main-psymtab.exp: New file.
1760
1761 2020-04-02 Tom de Vries <tdevries@suse.de>
1762
1763 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1764
1765 2020-04-01 Tom Tromey <tom@tromey.com>
1766
1767 * gdb.base/complex-parts.exp: Add type tests.
1768
1769 2020-04-01 Tom Tromey <tom@tromey.com>
1770
1771 * gdb.base/complex-parts.exp: Add arithmetic tests.
1772
1773 2020-04-01 Tom Tromey <tom@tromey.com>
1774
1775 * gdb.compile/compile.exp: Update.
1776 * gdb.compile/compile-cplus.exp: Update.
1777 * gdb.base/varargs.exp: Update.
1778 * gdb.base/floatn.exp: Update.
1779 * gdb.base/endianity.exp: Update.
1780 * gdb.base/callfuncs.exp (do_function_calls): Update.
1781 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1782 (complex_float_integral_args): Update.
1783 * gdb.base/complex.exp: Update.
1784 * gdb.base/complex-parts.exp: Update.
1785
1786 2020-04-01 Tom Tromey <tromey@adacore.com>
1787
1788 * gdb.rust/union.rs: New file.
1789 * gdb.rust/union.exp: New file.
1790 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1791 (main): Update.
1792 * gdb.rust/simple.exp: Move union tests to union.exp.
1793
1794 2020-04-01 Tom Tromey <tromey@adacore.com>
1795
1796 * gdb.rust/simple.rs (main): Remove "y0".
1797
1798 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1799
1800 * gdb.multi/stop-all-on-exit.c: New test.
1801 * gdb.multi/stop-all-on-exit.exp: New file.
1802
1803 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1804
1805 PR gdb/24789
1806 * gdb.cp/misc.cc: Add integer reference variable.
1807 * gdb.cp/misc.exp: Add test.
1808
1809 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1810
1811 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1812 scenario to cover execution until the end and also the case
1813
1814 2020-03-31 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1817 c. Use "maint info symtabs" to check symtab expansion.
1818
1819 2020-03-30 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1822 unsupported.
1823 (verify_psymtab_expanded): Move ...
1824 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1825 test.
1826 (readnow): New proc.
1827
1828 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1829
1830 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1831 with $hex.
1832
1833 2020-03-20 Tom Tromey <tromey@adacore.com>
1834
1835 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1836
1837 2020-03-20 Tom Tromey <tromey@adacore.com>
1838
1839 * gdb.ada/sub_variant/subv.adb: New file.
1840 * gdb.ada/sub_variant.exp: New file.
1841
1842 2020-03-20 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1845 first break fails.
1846 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1847
1848 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1849
1850 * gdb.server/exit-multiple-threads.c: New file.
1851 * gdb.server/exit-multiple-threads.exp: New file.
1852
1853 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * gdb.fortran/mixed-lang-stack.c: New file.
1856 * gdb.fortran/mixed-lang-stack.cpp: New file.
1857 * gdb.fortran/mixed-lang-stack.exp: New file.
1858 * gdb.fortran/mixed-lang-stack.f90: New file.
1859
1860 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.linespec/cp-completion-aliases.cc: New file.
1863 * gdb.linespec/cp-completion-aliases.exp: New file.
1864
1865 2020-03-19 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1868 more precise.
1869
1870 2020-03-18 Tom de Vries <tdevries@suse.de>
1871
1872 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1873 * gdb.dwarf2/break-inline-psymtab.c: New test.
1874 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1875
1876 2020-03-16 Tom de Vries <tdevries@suse.de>
1877
1878 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1879 cache_verify and cache_verify_proc.
1880
1881 2020-03-15 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.server/solib-list.exp: Handle
1884 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1885
1886 2020-03-15 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1889 objfiles".
1890
1891 2020-03-14 Tom Tromey <tom@tromey.com>
1892
1893 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1894
1895 2020-03-14 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1898
1899 2020-03-14 Tom de Vries <tdevries@suse.de>
1900
1901 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1902 result in line-by-line fashion.
1903
1904 2020-03-14 Tom de Vries <tdevries@suse.de>
1905
1906 * lib/gdb.exp (supports_statement_frontiers): New proc.
1907 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1908
1909 2020-03-14 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.base/printcmds.exp: Add missing quoting for "print
1912 teststring2".
1913
1914 2020-03-13 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.base/printcmds.exp (test_print_strings): Add regression
1917 test.
1918 * gdb.base/printcmds.c (charptr): New typedef.
1919 (teststring2): New global.
1920
1921 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1922
1923 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1924 full path in the test name.
1925 (test_ld): Add some with_test_prefix blocks to make test names
1926 unique.
1927
1928 2020-03-13 Tom de Vries <tdevries@suse.de>
1929
1930 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1931
1932 2020-03-13 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1935
1936 2020-03-13 Tom de Vries <tdevries@suse.de>
1937
1938 PR symtab/25646
1939 * gdb.dwarf2/imported-unit.exp: Add test.
1940
1941 2020-03-13 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1944 (var1, var2): New variable.
1945 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1946 matching symbols.
1947
1948 2020-03-13 Tom de Vries <tdevries@suse.de>
1949
1950 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1951 (Term::command): Use prompt prefix.
1952 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1953 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1954 command_no_prompt_prefix instead of prefix.
1955 * gdb.tui/tui-layout-asm.exp: Same.
1956
1957 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1958
1959 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1960
1961 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1962
1963 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1964 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1965 on" while stepping over the test instruction, match printed
1966 message.
1967
1968 2020-03-12 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.base/info-types.exp: Use exp_continue during matching of output
1971 of "info types".
1972
1973 2020-03-12 Tom de Vries <tdevries@suse.de>
1974
1975 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1976
1977 2020-03-12 Tom de Vries <tdevries@suse.de>
1978
1979 * gdb.fortran/module.exp: Use exp_continue during matching of output
1980 of "info variable -n".
1981
1982 2020-03-12 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1985 gdb.dwarf2/dw2-ranges-base.c.
1986
1987 2020-03-12 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1990 in presence of GLIBC debuginfo.
1991
1992 2020-03-12 Tom de Vries <tdevries@suse.de>
1993
1994 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1995 $core.
1996
1997 2020-03-12 Tom de Vries <tdevries@suse.de>
1998
1999 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2000 more precise.
2001
2002 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2003
2004 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2005 from Unix to Windows path.
2006
2007 2020-03-11 Tom de Vries <tdevries@suse.de>
2008
2009 * gdb.ada/minsyms.exp: Set language to ada.
2010
2011 2020-03-11 Tom de Vries <tdevries@suse.de>
2012
2013 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2014
2015 2020-03-11 Tom de Vries <tdevries@suse.de>
2016
2017 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2018
2019 2020-03-11 Tom Tromey <tromey@adacore.com>
2020
2021 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2022
2023 2020-03-11 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2026
2027 2020-03-11 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.base/break-interp.exp: Limit verbose scope.
2030
2031 2020-03-11 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.fortran/logical.f90: Define variable with character type.
2034 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2035
2036 2020-03-11 Tom de Vries <tdevries@suse.de>
2037
2038 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2039
2040 2020-03-11 Tom de Vries <tdevries@suse.de>
2041
2042 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2043 symtabs.
2044
2045 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2046 Bernd Edlinger <bernd.edlinger@hotmail.de>
2047
2048 * gdb.cp/step-and-next-inline.cc: New file.
2049 * gdb.cp/step-and-next-inline.exp: New file.
2050 * gdb.cp/step-and-next-inline.h: New file.
2051 * gdb.dwarf2/dw2-is-stmt.c: New file.
2052 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2053 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2054 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2055 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2056
2057 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2060 is-stmt flag in the line table.
2061
2062 2020-03-09 Tom de Vries <tdevries@suse.de>
2063
2064 * lib/gdb.exp (cached_file): Create cache dir.
2065
2066 2020-03-07 Tom de Vries <tdevries@suse.de>
2067
2068 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2069 * gdb.cp/rvalue-ref-params.exp: Same.
2070
2071 2020-03-06 Tom de Vries <tdevries@suse.de>
2072
2073 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2074 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2075
2076 2020-03-06 Tom de Vries <tdevries@suse.de>
2077
2078 * README: Fix "the the".
2079 * gdb.base/dprintf.exp: Same.
2080
2081 2020-03-05 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.base/maint.exp: Update "main print statistics" expected output.
2084
2085 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2086
2087 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2088 (fortran_int8): Likewise.
2089 (fortran_real4): Likewise.
2090 (fortran_real8): Likewise.
2091 (fortran_complex4): Likewise.
2092 (fortran_logical4): Likewise.
2093 (fortran_character1): Likewise.
2094
2095 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2096
2097 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2098 printed as true.
2099
2100 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2101
2102 * gdb.base/printcmds.exp: Add test to verify printf of a
2103 variable holding an address.
2104
2105 2020-03-03 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2108
2109 2020-03-03 Tom de Vries <tdevries@suse.de>
2110
2111 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2112 gdb_test_multiple call.
2113
2114 2020-03-03 Tom de Vries <tdevries@suse.de>
2115
2116 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2117 gdb_test_multiple calls.
2118
2119 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2120
2121 * gdb.base/default.exp: Remove test of 'set history filename'.
2122 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2123 filename to the empty string.
2124 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2125 and GDBHISTSIZE.
2126
2127 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2128
2129 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2130 disabled.
2131
2132 2020-03-02 Pedro Alves <palves@redhat.com>
2133 Tom de Vries <tdevries@suse.de>
2134
2135 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2136 -prompt prefix, before user_code argument. Add -lbl option likewise.
2137 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2138 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2139 argument.
2140 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2141 have "\r\n" at start-of-line, instead of at end-of-line.
2142
2143 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2144
2145 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2146 libinproctrace.so.
2147
2148 2020-02-28 Luis Machado <luis.machado@linaro.org>
2149
2150 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2151 to "p/x".
2152
2153 2020-02-28 Luis Machado <luis.machado@linaro.org>
2154
2155 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2156 asm/ptrace.h and error.h.
2157
2158 2020-02-28 Tom de Vries <tdevries@suse.de>
2159
2160 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2161 (struct wrapper, do_something, mundane/symada__cS): Move ...
2162 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2163 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2164 Update "print symada__cS before partial symtab expansion" regexp.
2165 Update breakpoint location. Flush symbol cache after expansion.
2166
2167 2020-02-28 Luis Machado <luis.machado@linaro.org>
2168
2169 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2170
2171 2020-02-27 Tom de Vries <tdevries@suse.de>
2172
2173 * config/sid.exp: Remove unused globals.
2174 * gdb.base/attach.exp: Same.
2175 * gdb.base/catch-load.exp: Same.
2176 * gdb.base/dbx.exp: Same.
2177 * lib/gdb.exp: Same.
2178 * lib/mi-support.exp: Same.
2179 * lib/prompt.exp: Same.
2180
2181 2020-02-27 Tom de Vries <tdevries@suse.de>
2182
2183 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2184 not set.
2185
2186 2020-02-26 Aaron Merey <amerey@redhat.com>
2187
2188 * gdb.debuginfod: New directory for debuginfod tests.
2189 * gdb.debuginfod/main.c: New test file.
2190 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2191
2192 2020-02-26 Tom de Vries <tdevries@suse.de>
2193
2194 PR gdb/25603
2195 * gdb.base/persistent-lang.cc: New test.
2196 * gdb.base/persistent-lang.exp: New file.
2197
2198 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2199
2200 * gdb.fortran/derived-type-striding.exp: Add a new test.
2201 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2202 new test.
2203
2204 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2205
2206 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2207 names.
2208
2209 2020-02-25 Tom de Vries <tdevries@suse.de>
2210
2211 PR go/18926
2212 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2213
2214 2020-02-24 Tom de Vries <tdevries@suse.de>
2215
2216 PR gdb/25592
2217 * gdb.base/info-locals-unused-static-var.c: New test.
2218 * gdb.base/info-locals-unused-static-var.exp: New file.
2219
2220 2020-02-22 Tom Tromey <tom@tromey.com>
2221
2222 * gdb.python/tui-window.exp: New file.
2223 * gdb.python/tui-window.py: New file.
2224
2225 2020-02-22 Tom Tromey <tom@tromey.com>
2226
2227 PR tui/17850:
2228 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2229 tests.
2230
2231 2020-02-22 Tom Tromey <tom@tromey.com>
2232
2233 * gdb.tui/new-layout.exp: Add sub-layout tests.
2234
2235 2020-02-22 Tom Tromey <tom@tromey.com>
2236
2237 * gdb.tui/new-layout.exp: New file.
2238
2239 2020-02-22 Tom Tromey <tom@tromey.com>
2240
2241 * gdb.rust/rust-style.rs: New file.
2242 * gdb.rust/rust-style.exp: New file.
2243 * gdb.base/style.exp: Test structure printing.
2244 * gdb.base/style.c (struct some_struct): New type.
2245 (enum etype): New type.
2246 (struct_value): New global.
2247
2248 2020-02-21 Tom de Vries <tdevries@suse.de>
2249
2250 PR go/18926
2251 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2252 Remove blanket xfails. Use message argument for gdb_breakpoint.
2253 Make continuing to breakpoint test conditional on setting breakpoint.
2254 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2255 DW_AT_name attribute. Add xfail for GCC PR93866.
2256
2257 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2258
2259 * gdb.dwarf2/cpp-linkage-name.c: New file.
2260 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2261
2262 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2263
2264 * lib/gdb.exp (gdb_wrapper_init): Reset
2265 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2266 not exist.
2267
2268 2020-02-20 Tom de Vries <tdevries@suse.de>
2269
2270 PR go/17018
2271 * gdb.go/hello.exp: Copy ...
2272 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2273 print of st to print value of global definition. Add xfail for GCC
2274 PR93844.
2275 * gdb.go/hello.exp: Remove printing of st before definition.
2276 * gdb.go/hello.go: Copy ...
2277 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2278 to st.
2279 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2280
2281 2020-02-20 Tom de Vries <tdevries@suse.de>
2282
2283 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2284 (gdb_simple_compile): Handle compile_flags go by using .go extension
2285 for source file.
2286 * gdb.go/chan.exp: Use support_go_compile.
2287 * gdb.go/handcall.exp: Same.
2288 * gdb.go/hello.exp: Same.
2289 * gdb.go/integers.exp: Same.
2290 * gdb.go/max-depth.exp: Same.
2291 * gdb.go/methods.exp: Same.
2292 * gdb.go/package.exp: Same.
2293 * gdb.go/strings.exp: Same.
2294 * gdb.go/types.exp: Same.
2295 * gdb.go/unsafe.exp: Same.
2296
2297 2020-02-19 Tom de Vries <tdevries@suse.de>
2298
2299 * gdb.python/lib-types.exp: Make xfail more strict.
2300
2301 2020-02-19 Tom de Vries <tdevries@suse.de>
2302
2303 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2304
2305 2020-02-19 Doug Evans <dje@google.com>
2306
2307 PR rust/25535
2308 * gdb.rust/simple.exp: Add test.
2309 * gdb.rust/simple.rs: Add test.
2310
2311 2020-02-19 Tom de Vries <tdevries@suse.de>
2312
2313 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2314 output line-by-line.
2315
2316 2020-02-19 Tom de Vries <tdevries@suse.de>
2317
2318 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2319
2320 2020-02-19 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2323 prelink.
2324
2325 2020-02-19 Tom de Vries <tdevries@suse.de>
2326
2327 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2328 (gdb_do_cache): Use gdb_do_cache_wrap.
2329 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2330
2331 2020-02-19 Tom de Vries <tdevries@suse.de>
2332
2333 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2334 gdb_compile option.
2335
2336 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2337
2338 * gdb.base/printcmds.exp (test_print_enums): Update expected
2339 output.
2340
2341 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2342
2343 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2344 for "unknown".
2345
2346 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2347
2348 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2349 enumerator.
2350
2351 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2352
2353 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2354 FE_, add FE_NONE.
2355 (three): Update.
2356 (enum flag_enum_without_zero): New enum.
2357 (flag_enum_without_zero): New variable.
2358 (enum not_flag_enum): New enum.
2359 (three_not_flag): New variable.
2360 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2361 (test_print_enums): Add more tests for printing flag enums.
2362
2363 2020-02-18 Tom de Vries <tdevries@suse.de>
2364
2365 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2366 (gdb_compile_ada): ... here.
2367 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2368 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2369
2370 2020-02-14 Tom Tromey <tom@tromey.com>
2371
2372 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2373 build directory.
2374 * boards/gdbserver-base.exp: Update path to gdbserver.
2375
2376 2020-02-13 Tom de Vries <tdevries@suse.de>
2377
2378 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2379
2380 2020-02-13 Tom de Vries <tdevries@suse.de>
2381
2382 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2383 are missing.
2384
2385 2020-02-13 Tom de Vries <tdevries@suse.de>
2386
2387 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2388 call.
2389
2390 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2391
2392 PR tui/25126
2393 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2394 * gdb.base/cached-source-file.c: New file.
2395 * gdb.base/cached-source-file.exp: New file.
2396
2397 2020-02-11 Tom de Vries <tdevries@suse.de>
2398
2399 PR testsuite/25488
2400 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2401
2402 2020-02-10 Tom de Vries <tdevries@suse.de>
2403
2404 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2405
2406 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2407
2408 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2409 and $after_addr are both integers before making a comparison.
2410
2411 2020-02-09 Tom de Vries <tdevries@suse.de>
2412
2413 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2414 command output and paste it into gdb.log. If any, paste catch message
2415 to gdb.log.
2416
2417 2020-02-07 Tom Tromey <tromey@adacore.com>
2418
2419 PR breakpoints/24915:
2420 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2421
2422 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2423
2424 * gdb.tui/tui-missing-src.exp: Add the "missing source
2425 file" test for the TUI.
2426
2427 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2430 including a port number in the output.
2431
2432 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2433
2434 * lib/fortran.exp (fortran_int4): Handle clang.
2435 (fortran_int8): Likewise.
2436 (fortran_real4): Likewise.
2437 (fortran_real8): Likewise.
2438 (fortran_complex4): Likewise.
2439 (fortran_logical4): Likewise.
2440 (fortran_character1): Likewise.
2441
2442 2020-02-04 Tom de Vries <tdevries@suse.de>
2443
2444 * README (Race detection): Add note.
2445
2446 2020-02-04 Tom de Vries <tdevries@suse.de>
2447
2448 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2449
2450 2020-02-04 Tom de Vries <tdevries@suse.de>
2451
2452 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2453
2454 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2455
2456 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2457 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2458 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2459 blttar, bnetarl.
2460 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2461 binary for blttar, bnetarl.
2462 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2463 wait instruction. Delete ldmx test.
2464 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2465
2466 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2467
2468 * gdb.fortran/array-bounds-high.exp: New file.
2469 * gdb.fortran/array-bounds-high.f90: New file.
2470
2471 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2472
2473 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2474 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2475
2476 2020-02-01 Tom de Vries <tdevries@suse.de>
2477
2478 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2479
2480 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 PR tui/9765
2483 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2484 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2485
2486 2020-01-29 Luis Machado <luis.machado@linaro.org>
2487
2488 * gdb.arch/aarch64-brk-patterns.c: New source file.
2489 * gdb.arch/aarch64-brk-patterns.exp: New test.
2490
2491 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2492
2493 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2494 GCC/Clang version.
2495 * gdb.cp/pass-by-ref.exp: Ditto.
2496
2497 2020-01-29 Tom de Vries <tdevries@suse.de>
2498
2499 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2500 * gdb.threads/watchpoint-fork-mt.c: Same.
2501 * gdb.threads/watchpoint-fork-parent.c: Same.
2502 * gdb.threads/watchpoint-fork-st.c: Same.
2503 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2504
2505 2020-01-27 Luis Machado <luis.machado@linaro.org>
2506
2507 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2508 sitting at a syscall instruction when we hit the syscall function's
2509 breakpoint.
2510 Check PC against one obtained with the x command.
2511 Validate syscall number.
2512 (step_over_syscall): Don't continue to the syscall instruction if
2513 we're already there.
2514
2515 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2516
2517 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2518
2519 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2522 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2523
2524 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2527 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2528
2529 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2530
2531 * gdb.base/maint.exp: Update line table parsing test.
2532 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2533
2534 2020-01-24 Pedro Alves <palves@redhat.com>
2535
2536 PR gdb/25410
2537 * gdb.multi/multi-re-run-1.c: New.
2538 * gdb.multi/multi-re-run-2.c: New.
2539 * gdb.multi/multi-re-run.exp: New.
2540
2541 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2542
2543 PR gdb/23718
2544 * gdb.server/server-kill-python.exp: New file.
2545
2546 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.server/multi-ui-errors.c: New file.
2549 * gdb.server/multi-ui-errors.exp: New file.
2550
2551 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 PR tui/9765
2554 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2555
2556 2020-01-19 Tom Tromey <tom@tromey.com>
2557
2558 * gdb.tui/main.exp: Add check for plain "file".
2559
2560 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2561
2562 * lib/gdb.exp: Fix spelling error (seperatelly).
2563
2564 2020-01-14 Tom Tromey <tom@tromey.com>
2565
2566 PR symtab/12535:
2567 * gdb.python/python.exp: Test decode_line with empty string
2568 argument.
2569
2570 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2571
2572 * gdb.base/skip-inline.exp: Extend test.
2573
2574 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2577 * gdb.dwarf2/dw2-bad-elf.c: New file.
2578 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2579
2580 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2581
2582 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2583 _line_saw_file.
2584
2585 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2586
2587 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2588 border.
2589
2590 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2591
2592 * gdb.multi/multi-target.exp (setup): Factor out "info
2593 connections" and "info inferiors" tests to ...
2594 (test_info_inferiors): ... this new procedure.
2595 (top level): Run new "info-inferiors" tests.
2596
2597 2020-01-10 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.server/bkpt-other-inferior.exp: New file.
2600
2601 2020-01-10 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2604 of "add-inferior".
2605 * gdb.base/quit-live.exp: Likewise.
2606 * gdb.base/remote-exec-file.exp: Likewise.
2607 * gdb.guile/scm-progspace.exp: Likewise.
2608 * gdb.linespec/linespec.exp: Likewise.
2609 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2610 * gdb.mi/user-selected-context-sync.exp: Likewise.
2611 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2612 "info inferiors" tests.
2613 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2614 "add-inferior".
2615 * gdb.multi/watchpoint-multi.exp: Likewise.
2616 * gdb.python/py-inferior.exp: Likewise.
2617 * gdb.server/extended-remote-restart.exp: Likewise.
2618 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2619 "info inferiors".
2620 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2621 * gdb.trace/report.exp: Likewise.
2622
2623 2020-01-10 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.multi/multi-target.c: New file.
2626 * gdb.multi/multi-target.exp: New file.
2627 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2628 mode requested, but remote does not support non-stop".
2629
2630 2020-01-10 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2633 disconnect before reconnecting.
2634
2635 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2636 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.server/connect-without-multi-process.exp: Also test
2639 continuing to end.
2640
2641 2020-01-10 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/remote-exec-file.exp: New file.
2644
2645 2020-01-10 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2648 output.
2649 * gdb.threads/async.c: New.
2650 * gdb.threads/async.exp: New.
2651 * gdb.multi/tids-gid-reset.c: New.
2652 * gdb.multi/tids-gid-reset.exp: New.
2653
2654 2020-01-10 George Barrett <bob@bob131.so>
2655
2656 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2657 to help in finding the image relocation offset.
2658 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2659 options in arguments.
2660 (stap_test_no_debuginfo): Likewise.
2661 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2662 test variants.
2663 (stap_test): Add null semaphore relocation test.
2664
2665 2020-01-10 George Barrett <bob@bob131.so>
2666
2667 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2668 * gdb.base/stap-probe.exp: Likewise.
2669 (stap_test): Pass argument as an additional flag.
2670 (stap_test_no_debuginfo): Likewise.
2671 (stap_test): Check `info probes stap' output for semaphore
2672 addresses if the test binary is supposed to have them.
2673
2674 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * gdb.tui/basic.exp: Add more scrolling tests.
2677
2678 2020-01-09 Tom Tromey <tom@tromey.com>
2679
2680 PR tui/18932:
2681 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2682 meangingful value.
2683 (Term::command, Term::resize): Update.
2684 * gdb.tui/basic.exp: Add scrolling test.
2685
2686 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.tui/tui-layout-asm.exp: New file.
2689
2690 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2691
2692 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2693
2694 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2695
2696 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2697 (Term::enter_tui): Use Term::prepare_for_tui.
2698
2699 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2700
2701 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2702 called.
2703
2704 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2705
2706 * gdb.base/skip.exp: Fix race condition in test.
2707
2708 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2709
2710 * gdb.base/backtrace.c: New file.
2711 * gdb.base/backtrace.exp: New file.
2712
2713 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2716
2717 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2718
2719 * gdb.base/style.exp: Test that warnings are styled.
2720
2721 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2722
2723 * gdb.base/line65535.exp: New file.
2724 * gdb.base/line65535.c: New file.
2725
2726 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2727
2728 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2729 * lib/gnat_debug_info_test.adb: New file.
2730 * gdb.ada/ptype_tagged_param.exp: Use
2731 gnat_runtime_has_debug_info, expect a different output if
2732 runtime does not have debug info.
2733
2734 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2735
2736 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2737 (another) quote in test name.
2738
2739 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2740
2741 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2742 Add quote in test name.
2743
2744 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2745
2746 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2747 directory instead.
2748 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2749 * gdb.cp/pass-by-ref-2.cc: New file.
2750 * gdb.cp/pass-by-ref-2.exp: New file.
2751
2752 2019-12-20 Tom Tromey <tom@tromey.com>
2753
2754 * gdb.tui/list-before.exp: New file.
2755
2756 2019-12-20 Tom Tromey <tom@tromey.com>
2757
2758 * gdb.tui/list.exp: Check for source on initial listing.
2759
2760 2019-12-11 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2763 Add crlf test.
2764
2765 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2766
2767 * gdb.base/default.exp: Update value of $_gdb_major.
2768
2769 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2770
2771 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2772
2773 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2774
2775 * gdb.base/skip.exp: Whitespace fix.
2776
2777 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2778
2779 * gdb.base/skip-inline.c: New file.
2780 * gdb.base/skip-inline.exp: New file.
2781
2782 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2783
2784 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2785 jit_function_00 to jit_function_stack_mangle.
2786 * gdb.base/jithost.c (jit_function_t): Rename to...
2787 (jit_function_stack_mangle_t): ... this.
2788 (jit_function_add_t): New typedef.
2789 (jit_function_00_code): Rename to...
2790 (jit_function_stack_mangle_code): ... this, make static.
2791 (jit_function_add_code): New.
2792 (main): Generate "add" function and call it. Adjust to changes
2793 in jithost_abi.
2794 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2795 (struct jithost_abi) <begin, end>: Remove fields.
2796 <object, function_stack_mangle, function_add>: New fields.
2797 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2798 code_end>: Remove fields.
2799 <func_stack_mangle>: New field.
2800 (read_debug_info): Adjust to renaming, create block for "add"
2801 function.
2802 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2803
2804 2019-12-11 Tom Tromey <tom@tromey.com>
2805
2806 * gdb.tui/resize.exp: Fix regexp.
2807 * gdb.tui/regs.exp: Fix regexps.
2808 * gdb.tui/main.exp: Fix regexp.
2809
2810 2019-12-11 Tom Tromey <tom@tromey.com>
2811
2812 * gdb.tui/resize.exp: Update.
2813 * gdb.tui/empty.exp (layouts): Update.
2814
2815 2019-12-11 Tom Tromey <tom@tromey.com>
2816
2817 * gdb.tui/regs.exp: Update.
2818 * gdb.tui/empty.exp (layouts): Update.
2819 * gdb.tui/basic.exp: Update.
2820 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2821
2822 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2823
2824 * gdb.base/options.exp: Add -raw-values in the print completion list.
2825 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2826
2827 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2828
2829 * gdb.threads/omp-par-scope.c: New file.
2830 * gdb/threads/omp-par-scope.exp: New file.
2831
2832 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2833
2834 * lib/gdb.exp (support_nested_function_tests): New proc.
2835
2836 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2837
2838 * lib/gdb.exp (gdb_compile_openmp): New proc.
2839 (build_executable_from_specs): Add an "openmp" option.
2840 (gdb_compile_pthreads): Add non-executable case.
2841
2842 2019-12-10 Tom Tromey <tromey@adacore.com>
2843
2844 * gdb.ada/unchecked_union.exp: New file.
2845 * gdb.ada/unchecked_union/pck.adb: New file.
2846 * gdb.ada/unchecked_union/pck.ads: New file.
2847 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2848 * gdb-utils.exp (string_to_regexp): Also quote "?".
2849
2850 2019-12-10 George Barrett <bob@bob131.so>
2851
2852 Test scripted probe breakpoints.
2853 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2854 * gdb.python/py-breakpoint.c (main): Likewise.
2855 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2856 specifier test.
2857 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2858
2859 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2860
2861 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2862 an rvalue parameter.
2863 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2864 parameter.
2865
2866 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2867
2868 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2869 modules.
2870
2871 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2872
2873 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2874 broken version of GCC.
2875
2876 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2877
2878 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2879 sym-info-cmds library.
2880 * gdb.fortran/info-types.exp: Likewise.
2881 * lib/sym-info-cmds.exp: New file.
2882
2883 2019-12-08 Tom de Vries <tdevries@suse.de>
2884
2885 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2886
2887 2019-12-07 Keith Seitz <keiths@redhat.com>
2888
2889 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2890 * gdb.base/corefile-buildid-shlib.c: New file.
2891 * gdb.base/corefile-buildid.c: New file.
2892 * gdb.base/corefile-buildid.exp: New file.
2893
2894 2019-12-06 Tom de Vries <tdevries@suse.de>
2895
2896 * gdb.dwarf2/varval.exp: Add decl before def test.
2897
2898 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2899
2900 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2901
2902 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2903
2904 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2905 CV and reference conversion for overload resolution.
2906 * gdb.cp/rvalue-ref-overload.exp: Test it.
2907
2908 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2909
2910 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2911 * gdb.base/frameapply.exp: Test faas without command.
2912
2913 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2916 Fortran tests.
2917 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2918 order.
2919
2920 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2923 casting to type with no kind specified.
2924 (test_basic_parsing_of_type_kinds): Additional tests for types
2925 with no kind specified, and add tests for single/double
2926 precision/complex types.
2927
2928 2019-12-04 Tom Tromey <tromey@adacore.com>
2929
2930 * gdb.base/endianity.c (struct other) <x>: New field.
2931 (main): Initialize it.
2932 * gdb.base/endianity.exp: Update.
2933
2934 2019-12-04 Tom Tromey <tromey@adacore.com>
2935
2936 * gdb.ada/scalar_storage/storage.adb: New file.
2937 * gdb.ada/scalar_storage/pck.adb: New file.
2938 * gdb.ada/scalar_storage/pck.ads: New file.
2939 * gdb.ada/scalar_storage.exp: New file.
2940
2941 2019-12-04 Tom Tromey <tromey@adacore.com>
2942
2943 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2944 (main): Initialize it.
2945 * gdb.base/endianity.exp: Update.
2946
2947 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2950
2951 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2952
2953 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2954 -symbol-info-module-functions and -symbol-info-module-variables.
2955
2956 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2959
2960 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2961 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.fortran/derived-type-striding.exp: New file.
2964 * gdb.fortran/derived-type-striding.f90: New file.
2965 * gdb.fortran/array-slices.exp: New file.
2966 * gdb.fortran/array-slices.f90: New file.
2967
2968 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2969
2970 * gdb.base/define.exp: Test . in command names.
2971 * gdb.base/setshow.exp: Update test, as . is now part of
2972 command name.
2973
2974 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2975
2976 * gdb.base/define-prefix.exp: New file.
2977
2978 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2979
2980 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2981 compile.
2982 (skip_btrace_pt_tests): Likewise.
2983
2984 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.fortran/info-modules.exp: Compile source files in correct
2987 order.
2988
2989 2019-11-27 Kevin Buettner <kevinb@redhat.com>
2990
2991 * gdb.dwarf2/imported-unit.exp: New file.
2992 * gdb.dwarf2/imported-unit.c: New file.
2993
2994 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.mi/mi-fortran-modules-2.f90: New file.
2997 * gdb.mi/mi-fortran-modules.exp: New file.
2998 * gdb.mi/mi-fortran-modules.f90: New file.
2999
3000 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.mi/mi-sym-info-1.c: New file.
3003 * gdb.mi/mi-sym-info-2.c: New file.
3004 * gdb.mi/mi-sym-info.exp: New file.
3005
3006 2019-11-22 Tom Tromey <tromey@adacore.com>
3007
3008 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3009 * gdb.ada/tasks/foo.adb: Add another stopping location.
3010
3011 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3012
3013 * gdb.base/endianity.c: New test.
3014 * gdb.base/endianity.exp: New file.
3015
3016 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3017
3018 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3019
3020 2019-11-21 Tom de Vries <tdevries@suse.de>
3021
3022 PR gdb/24956
3023 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3024
3025 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3026
3027 * gdb.python/py-progspace.exp: Add missing parentheses on some
3028 'print' commands.
3029
3030 2019-11-19 Tom Tromey <tom@tromey.com>
3031
3032 * gdb.tui/winheight.exp: New file.
3033
3034 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.base/ctf-whatis.c: Delete.
3037 * gdb.base/ctf-whatis.exp: Delete.
3038 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3039
3040 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.base/ctf-cvexpr.exp: Delete.
3043 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3044
3045 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3048 the compiler. Clean up header comment a little.
3049 * gdb.base/ctf-ptype.exp: Likewise.
3050 * gdb.base/ctf-whatis.exp: Likewise.
3051 * lib/gdb.exp (skip_ctf_tests): New proc.
3052
3053 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3054
3055 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3056 * gdb.tui/corefile-run.exp: New file.
3057
3058 2019-11-14 Tom Tromey <tromey@adacore.com>
3059
3060 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3061 regression tests.
3062
3063 2019-11-12 Tom Tromey <tom@tromey.com>
3064
3065 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3066 after any command. Expect prompt after WAIT_FOR is seen.
3067 (enter_tui): Enable resize messages.
3068 (command): Expect command in output.
3069 (get_line): Avoid error when cursor appears to be off-screen.
3070 (dump_screen): Include screen size in title.
3071 (_do_resize): New proc, from "resize".
3072 (resize): Rewrite. Do resize in two steps.
3073 * gdb.tui/empty.exp (layouts): Fix entries.
3074 (check_boxes): Remove xfail.
3075 (check_text): Dump screen on failure.
3076
3077 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3078
3079 * gdb.python/py-symbol.exp: Add test for
3080 gdb.lookup_static_symbols.
3081
3082 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3083
3084 * gdb.python/py-symbol.c: Declare and call function from new
3085 py-symbol-2.c file.
3086 * gdb.python/py-symbol.exp: Compile both source files, and add new
3087 tests for gdb.lookup_static_symbol.
3088 * gdb.python/py-symbol-2.c: New file.
3089
3090 2019-11-02 Tom de Vries <tdevries@suse.de>
3091
3092 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3093 * gdb.base/anon.exp: Same.
3094 * gdb.base/auto-connect-native-target.exp: Same.
3095 * gdb.base/call-ar-st.exp: Same.
3096 * gdb.base/catch-syscall.exp: Same.
3097 * gdb.base/commands.exp: Same.
3098 * gdb.base/default.exp: Same.
3099 * gdb.base/display.exp: Same.
3100 * gdb.base/float.exp: Same.
3101 * gdb.base/foll-fork.exp: Same.
3102 * gdb.base/help.exp: Same.
3103 * gdb.base/info-macros.exp: Same.
3104 * gdb.base/info-proc.exp: Same.
3105 * gdb.base/info-target.exp: Same.
3106 * gdb.base/long_long.exp: Same.
3107 * gdb.base/macscp.exp: Same.
3108 * gdb.base/memattr.exp: Same.
3109 * gdb.base/nofield.exp: Same.
3110 * gdb.base/pointers.exp: Same.
3111 * gdb.base/printcmds.exp: Same.
3112 * gdb.base/ptype.exp: Same.
3113 * gdb.base/restore.exp: Same.
3114 * gdb.base/return.exp: Same.
3115 * gdb.base/scope.exp: Same.
3116 * gdb.base/set-noassign.exp: Same.
3117 * gdb.base/setshow.exp: Same.
3118 * gdb.base/shlib-call.exp: Same.
3119 * gdb.base/signals.exp: Same.
3120 * gdb.base/sigstep.exp: Same.
3121 * gdb.base/skip.exp: Same.
3122 * gdb.base/solib-symbol.exp: Same.
3123 * gdb.base/stap-probe.exp: Same.
3124 * gdb.base/step-line.exp: Same.
3125 * gdb.base/step-test.exp: Same.
3126 * gdb.base/style.exp: Same.
3127 * gdb.base/varargs.exp: Same.
3128 * gdb.base/vla-datatypes.exp: Same.
3129 * gdb.base/vla-ptr.exp: Same.
3130 * gdb.base/vla-sideeffect.exp: Same.
3131 * gdb.base/volatile.exp: Same.
3132 * gdb.base/watch-cond-infcall.exp: Same.
3133 * gdb.base/watchpoint.exp: Same.
3134
3135 2019-11-02 Tom de Vries <tdevries@suse.de>
3136
3137 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3138 * gdb.cp/cpexprs.exp: Same.
3139 * gdb.cp/except-multi-location.exp: Same.
3140 * gdb.cp/exceptprint.exp: Same.
3141 * gdb.cp/gdb2384.exp: Same.
3142 * gdb.cp/inherit.exp: Same.
3143 * gdb.cp/m-static.exp: Same.
3144 * gdb.cp/meth-typedefs.exp: Same.
3145 * gdb.cp/misc.exp: Same.
3146 * gdb.cp/namespace.exp: Same.
3147 * gdb.cp/non-trivial-retval.exp: Same.
3148 * gdb.cp/overload.exp: Same.
3149 * gdb.cp/pr17132.exp: Same.
3150 * gdb.cp/re-set-overloaded.exp: Same.
3151 * gdb.cp/rvalue-ref-types.exp: Same.
3152 * gdb.cp/templates.exp: Same.
3153
3154 2019-11-01 Luis Machado <luis.machado@linaro.org>
3155
3156 PR gdb/25124
3157
3158 * gdb.arch/pr25124.S: New file.
3159 * gdb.arch/pr25124.exp: New file.
3160
3161 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.fortran/info-modules.exp: Update expected results, and add
3164 additional tests for 'info module functinos', and 'info module
3165 variables'.
3166 * gdb.fortran/info-types.exp: Update expected results.
3167 * gdb.fortran/info-types.f90: Extend testcase with additional
3168 module variables and functions.
3169
3170 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.fortran/info-modules.exp: New file.
3173 * gdb.fortran/info-types.exp: Build with new file.
3174 * gdb.fortran/info-types.f90: Include and use new module.
3175 * gdb.fortran/info-types-2.f90: New file.
3176
3177 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3178
3179 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3180 * gdb.base/settings.exp: Test all settings types using
3181 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3182 that now verifies that the value of "maint show" is the same as
3183 returned by the settings functions. Test the type of the
3184 maintenance settings.
3185 * gdb.base/default.exp: Update show_conv_list.
3186
3187 2019-10-31 Tom de Vries <tdevries@suse.de>
3188
3189 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3190 gdb_test.
3191 * gdb.arch/amd64-disp-step.exp: Same.
3192 * gdb.asm/asm-source.exp: Same.
3193 * gdb.btrace/buffer-size.exp: Same.
3194 * gdb.btrace/cpu.exp: Same.
3195 * gdb.btrace/enable.exp: Same.
3196 * gdb.dwarf2/count.exp: Same.
3197 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3198 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3199 * gdb.fortran/vla-datatypes.exp: Same.
3200 * gdb.fortran/vla-history.exp: Same.
3201 * gdb.fortran/vla-ptype.exp: Same.
3202 * gdb.fortran/vla-value.exp: Same.
3203 * gdb.fortran/whatis_type.exp: Same.
3204 * gdb.guile/guile.exp: Same.
3205 * gdb.multi/tids.exp: Same.
3206 * gdb.python/py-finish-breakpoint.exp: Same.
3207 * gdb.python/py-framefilter.exp: Same.
3208 * gdb.python/py-pp-registration.exp: Same.
3209 * gdb.python/py-xmethods.exp: Same.
3210 * gdb.python/python.exp: Same.
3211 * gdb.server/connect-with-no-symbol-file.exp: Same.
3212 * gdb.server/no-thread-db.exp: Same.
3213 * gdb.server/run-without-local-binary.exp: Same.
3214 * gdb.stabs/weird.exp: Same.
3215 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3216 * gdb.threads/thread-find.exp: Same.
3217 * gdb.threads/tls-shared.exp: Same.
3218 * gdb.threads/tls.exp: Same.
3219 * gdb.threads/wp-replication.exp: Same.
3220 * gdb.trace/ax.exp: Same.
3221 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3222
3223 2019-10-31 Tom de Vries <tdevries@suse.de>
3224
3225 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3226 * gdb.ada/array_subscript_addr.exp: Same.
3227 * gdb.ada/arrayidx.exp: Same.
3228 * gdb.ada/arrayparam.exp: Same.
3229 * gdb.ada/arrayptr.exp: Same.
3230 * gdb.ada/boolean_expr.exp: Same.
3231 * gdb.ada/call_pn.exp: Same.
3232 * gdb.ada/complete.exp: Same.
3233 * gdb.ada/fixed_cmp.exp: Same.
3234 * gdb.ada/fun_addr.exp: Same.
3235 * gdb.ada/funcall_param.exp: Same.
3236 * gdb.ada/interface.exp: Same.
3237 * gdb.ada/mod_from_name.exp: Same.
3238 * gdb.ada/null_array.exp: Same.
3239 * gdb.ada/packed_array.exp: Same.
3240 * gdb.ada/packed_tagged.exp: Same.
3241 * gdb.ada/print_chars.exp: Same.
3242 * gdb.ada/print_pc.exp: Same.
3243 * gdb.ada/ptype_arith_binop.exp: Same.
3244 * gdb.ada/ptype_field.exp: Same.
3245 * gdb.ada/ptype_tagged_param.exp: Same.
3246 * gdb.ada/rec_return.exp: Same.
3247 * gdb.ada/ref_tick_size.exp: Same.
3248 * gdb.ada/str_ref_cmp.exp: Same.
3249 * gdb.ada/taft_type.exp: Same.
3250 * gdb.ada/tagged.exp: Same.
3251 * gdb.ada/type_coercion.exp: Same.
3252 * gdb.ada/uninitialized_vars.exp: Same.
3253
3254 2019-10-30 Tom de Vries <tdevries@suse.de>
3255
3256 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3257
3258 2019-10-26 Tom de Vries <tdevries@suse.de>
3259
3260 * gdb.base/bigcore.c: Fix typos in comments.
3261 * gdb.base/ctf-ptype.c: Same.
3262 * gdb.base/long_long.c: Same.
3263 * gdb.dwarf2/dw2-op-out-param.S: Same.
3264 * gdb.python/py-evthreads.c: Same.
3265 * gdb.reverse/i387-stack-reverse.c: Same.
3266 * gdb.trace/tfile.c: Same.
3267 * lib/compiler.c: Same.
3268 * lib/compiler.cc: Same.
3269
3270 2019-10-25 Tom de Vries <tdevries@suse.de>
3271
3272 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3273 gdb_test_multiple calls.
3274 * gdb.reverse/sigall-reverse.exp: Same.
3275 * gdb.reverse/solib-precsave.exp: Same.
3276 * gdb.reverse/solib-reverse.exp: Same.
3277 * gdb.reverse/until-precsave.exp: Same.
3278 * gdb.reverse/until-reverse.exp: Same.
3279
3280 2019-10-24 Tom de Vries <tdevries@suse.de>
3281
3282 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3283 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3284 kfail using -wrap pattern flag and convenience variable
3285 gdb_test_name.
3286
3287 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3288
3289 * gdb.python/py-progspace.exp: Add tests for the
3290 Progspace.block_for_pc method.
3291
3292 2019-10-23 Tom Tromey <tom@tromey.com>
3293
3294 * configure: Rebuild.
3295 * aclocal.m4: Use m4_include, not sinclude.
3296
3297 2019-10-21 Tom de Vries <tdevries@suse.de>
3298
3299 * gdb.base/infcall-nested-structs.c: Add
3300 __attribute__((noinline,noclone)) to all functions.
3301 (call_all): Add missing variable initialization. Simplify return value.
3302 (breakpt): Increment volatile variable, to prevent call from being
3303 optimized out.
3304 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3305
3306 2019-10-17 Tom de Vries <tdevries@suse.de>
3307
3308 * gdb.fortran/module.exp: Allow info variables to print info for files
3309 other than module.f90.
3310
3311 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3312
3313 * gdb.fortran/module.exp: Extend with 'info variables' test.
3314
3315 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3316
3317 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3318 F77_FOR_TARGET.
3319
3320 2019-10-16 Tom de Vries <tdevries@suse.de>
3321
3322 PR tdep/25096
3323 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3324
3325 2019-10-16 Tom de Vries <tdevries@suse.de>
3326
3327 PR tdep/24104
3328 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3329 Add KFAIL for PR tdep/25096.
3330
3331 2019-10-16 Tom de Vries <tdevries@suse.de>
3332
3333 PR testsuite/25059
3334 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3335
3336 2019-10-16 Tom de Vries <tdevries@suse.de>
3337
3338 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3339 as signed.
3340
3341 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3342
3343 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3344 one instead of increasing timeout.
3345
3346 2019-10-13 Tom de Vries <tdevries@suse.de>
3347
3348 PR record/25038
3349 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3350 * gdb.reverse/sigall-reverse.exp: Same.
3351 * gdb.reverse/solib-precsave.exp: Same.
3352 * gdb.reverse/solib-reverse.exp: Same.
3353 * gdb.reverse/step-precsave.exp: Same.
3354 * gdb.reverse/until-precsave.exp: Same.
3355 * gdb.reverse/until-reverse.exp: Same.
3356 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3357
3358 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3359
3360 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3361 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3362 (cmp_struct_05_01, cmp_struct_static_02_01)
3363 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3364 comparisons.
3365
3366 2019-10-10 Tom de Vries <tdevries@suse.de>
3367
3368 PR testsuite/24888
3369 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3370 gnatlink.
3371
3372 2019-10-09 Tom de Vries <tdevries@suse.de>
3373
3374 PR testsuite/25048
3375 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3376
3377 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3380 exceptions due to missing debug information.
3381
3382 2019-10-07 Tom de Vries <tdevries@suse.de>
3383
3384 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3385
3386 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3387
3388 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3389 * gdb.base/annota1.exp: Update to use gdb_test_name.
3390
3391 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3392
3393 * gdb.base/ctf-whatis.exp: New file.
3394 * gdb.base/ctf-whatis.c: New file.
3395 * gdb.base/ctf-ptype.exp: New file.
3396 * gdb.base/ctf-ptype.c: New file.
3397 * gdb.base/ctf-constvars.exp: New file.
3398 * gdb.base/ctf-constvars.c: New file.
3399 * gdb.base/ctf-cvexpr.exp: New file.
3400
3401 2019-10-04 Tom de Vries <tdevries@suse.de>
3402
3403 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3404 for loop.
3405
3406 2019-10-03 Tom Tromey <tom@tromey.com>
3407
3408 PR rust/24976:
3409 * gdb.rust/simple.rs (Union2): New type.
3410 (main): Use Union2.
3411 * gdb.rust/simple.exp: Add test.
3412
3413 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3416 nested function prefix.
3417
3418 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3419 Richard Bunt <richard.bunt@arm.com>
3420 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3423 nested functions.
3424 * gdb.fortran/nested-funcs.f90: Update expected results.
3425 * gdb.fortran/nested-funcs-2.exp: New file.
3426 * gdb.fortran/nested-funcs-2.f90: New file.
3427
3428 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3429
3430 * gdb.python/py-parameter.exp: Make test names unique.
3431 * gdb.python/py-template.exp: Likewise.
3432 * gdb.python/py-value.exp: Likewise.
3433
3434 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3435
3436 * gdb.base/break-interp.exp: Reduce test name duplication.
3437 * gdb.base/call-sc.exp: Likewise.
3438 * gdb.base/callfuncs.exp: Likewise.
3439 * gdb.base/charset.exp: Likewise.
3440 * gdb.base/dump.exp: Likewise.
3441 * gdb.base/ena-dis-br.exp: Likewise.
3442 * gdb.base/relational.exp: Likewise.
3443 * gdb.base/step-over-syscall.exp: Likewise.
3444 * gdb.base/structs.exp: Likewise.
3445
3446 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3447
3448 * gdb.linespec/explicit.exp: Make test names unique.
3449 * gdb.linespec/ls-errs.exp: Likewise.
3450
3451 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.reverse/break-precsave.exp: Make test names unique.
3454 * gdb.reverse/break-reverse.exp: Likewise.
3455 * gdb.reverse/finish-precsave.exp: Likewise.
3456 * gdb.reverse/finish-reverse.exp: Likewise.
3457 * gdb.reverse/machinestate-precsave.exp: Likewise.
3458 * gdb.reverse/machinestate.exp: Likewise.
3459 * gdb.reverse/readv-reverse.exp: Likewise.
3460 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3461 * gdb.reverse/sigall-precsave.exp: Likewise.
3462 * gdb.reverse/sigall-reverse.exp: Likewise.
3463 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3464 * gdb.reverse/watch-precsave.exp: Likewise.
3465 * gdb.reverse/watch-reverse.exp: Likewise.
3466
3467 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.threads/stop-with-handle.c: New file.
3470 * gdb.threads/stop-with-handle.exp: New file.
3471
3472 2019-10-03 Tom de Vries <tdevries@suse.de>
3473
3474 PR testsuite/25059
3475 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3476 directory" line to be missing.
3477
3478 2019-10-03 Tom de Vries <tdevries@suse.de>
3479
3480 PR testsuite/25059
3481 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3482 type optional.
3483
3484 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3485
3486 * gdb.python/py-format-string.c (string.h): New include.
3487 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3488 the same value, for endianness-independence.
3489 * gdb.python/py-format-string.exp (default_regexp_dict)
3490 (test_pretty_structs, test_format): Adjust expected output to the
3491 changed initialization.
3492
3493 2019-10-02 Tom Tromey <tromey@adacore.com>
3494
3495 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3496
3497 2019-10-02 Pedro Alves <palves@redhat.com>
3498 Andrew Burgess <andrew.burgess@embecosm.com>
3499
3500 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3501 "print-file-var.h".
3502 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3503 (get_version_1): Print this_version_id and its address.
3504 Add extern "C" wrappers around interface functions.
3505 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3506 "print-file-var.h".
3507 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3508 (get_version_2): Print this_version_id and its address.
3509 Add extern "C" wrappers around interface functions.
3510 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3511 <stddef.h> and "print-file-var.h".
3512 Add extern "C" wrappers around interface functions.
3513 [VERSION_ID_MAIN] (this_version_id): Define.
3514 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3515 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3516 up extern "C" blocks.
3517 * gdb.base/print-file-var.exp (test): New, factored out from top
3518 level.
3519 (top level): Test all combinations of attribute hidden or not,
3520 dlopen or not, and this_version_id symbol in main file or not.
3521 Compile tests as both C++ and C, make test names unique.
3522
3523 2019-10-01 Tom Tromey <tom@tromey.com>
3524
3525 * gdb.base/style.exp: Test "show logging filename".
3526
3527 2019-10-01 Tom Tromey <tom@tromey.com>
3528
3529 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3530 * gdb.base/style.exp: Add metadata style test.
3531
3532 2019-10-01 Tom Tromey <tom@tromey.com>
3533
3534 * gdb.base/style.exp: Test "pwd".
3535
3536 2019-10-01 Tom Tromey <tom@tromey.com>
3537
3538 * gdb.base/style.exp: Update tests.
3539
3540 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3541
3542 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3543 'six' to unsigned.
3544 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3545 'five'. Use an all-ones bit pattern for each.
3546 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3547 to its changed values.
3548
3549 2019-09-30 Tom Tromey <tromey@adacore.com>
3550
3551 * gdb.rust/traits.rs: Disable all warnings.
3552
3553 2019-09-29 Tom de Vries <tdevries@suse.de>
3554
3555 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3556
3557 2019-09-29 Tom de Vries <tdevries@suse.de>
3558
3559 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3560
3561 2019-09-27 Tom de Vries <tdevries@suse.de>
3562
3563 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3564
3565 2019-09-27 Tom de Vries <tdevries@suse.de>
3566
3567 PR record/23188
3568 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3569
3570 2019-09-26 Tom Tromey <tromey@adacore.com>
3571
3572 * gdb.ada/py_taft.exp: New file.
3573 * gdb.ada/py_taft/main.adb: New file.
3574 * gdb.ada/py_taft/pkg.adb: New file.
3575 * gdb.ada/py_taft/pkg.ads: New file.
3576
3577 2019-09-24 Tom de Vries <tdevries@suse.de>
3578
3579 PR gdb/24598
3580 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3581
3582 2019-09-22 Tom de Vries <tdevries@suse.de>
3583
3584 * gdb.base/restore.exp: Allow register variables to be optimized out at
3585 -O0.
3586
3587 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3588
3589 * gdb.arch/spu-info.exp: Remove file.
3590 * gdb.arch/spu-info.c: Remove file.
3591 * gdb.arch/spu-ls.exp: Remove file.
3592 * gdb.arch/spu-ls.c: Remove file.
3593
3594 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3595 * gdb.asm/spu.inc: Remove file.
3596
3597 * gdb.base/dump.exp: Remove support for spu*-*-*.
3598 * gdb.base/stack-checking.exp: Likewise.
3599 * gdb.base/overlays.exp: Likewise.
3600 * gdb.base/ovlymgr.c: Likewise.
3601 * gdb.base/spu.ld: Remove file.
3602
3603 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3604 * gdb.cp/cpexprs.exp: Likewise.
3605 * gdb.cp/exception.exp: Likewise.
3606 * gdb.cp/gdb2495.exp: Likewise.
3607 * gdb.cp/mb-templates.exp: Likewise.
3608 * gdb.cp/pr9167.exp: Likewise.
3609 * gdb.cp/userdef.exp: Likewise.
3610
3611 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3612
3613 * gdb.cell: Remove directory.
3614 * lib/cell.exp: Remove file.
3615
3616 2019-09-19 Tom de Vries <tdevries@suse.de>
3617
3618 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3619
3620 2019-09-19 Tom de Vries <tdevries@suse.de>
3621
3622 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3623
3624 2019-09-19 Tom de Vries <tdevries@suse.de>
3625
3626 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3627 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3628 (gdb_target_cmd): ... here.
3629 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3630 value 2.
3631
3632 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3633
3634 * gdb.base/source-dir.exp: Avoid having directory names in test
3635 names.
3636
3637 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3638
3639 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3640 directory.
3641
3642 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3643
3644 * gdb.base/list-missing-source.exp: New file.
3645
3646 2019-09-14 Tom de Vries <tdevries@suse.de>
3647
3648 PR teststuite/24599
3649 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3650 * lib/ada.exp (gnatmake_version_at_least): New proc.
3651
3652 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3653
3654 * gdb.base/maint.exp: Use exec_has_index_section.
3655
3656 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.base/maint.exp: Add test for 'maint info sections'.
3659
3660 2019-09-12 Tom de Vries <tdevries@suse.de>
3661
3662 * gdb.base/store.exp: Allow register variables to be optimized out at
3663 -O0.
3664
3665 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3666
3667 * gdb.ada/rdv_wait.exp: Update to new task names.
3668 * gdb.base/task_switch_in_core.exp: Likewise.
3669 * gdb.base/info_sources_base.c: Likewise.
3670
3671 2019-09-10 Tom Tromey <tromey@adacore.com>
3672
3673 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3674
3675 2019-09-10 Tom Tromey <tromey@adacore.com>
3676
3677 * gdb.ada/dgopt.exp: New file.
3678 * gdb.ada/dgopt/x.adb: New file.
3679
3680 2019-09-08 Tom Tromey <tom@tromey.com>
3681
3682 * gdb.tui/resize.exp: Remove setup_xfail.
3683 * gdb.tui/regs.exp: Remove setup_xfail.
3684 * gdb.tui/basic.exp: Remove setup_xfail.
3685
3686 2019-09-06 David Blaikie <dblaikie@gmail.com>
3687
3688 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3689 * gdb.cp/cplabel.exp: Ditto.
3690 * gdb.linespec/ls-errs.exp: Ditto.
3691
3692 2019-09-05 Tom de Vries <tdevries@suse.de>
3693
3694 * lib/gdb.exp (cmp_file_string): New proc.
3695 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3696 runto_main. Verify save breakpoints output.
3697
3698 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3699
3700 * gdb.base/info-var.exp: Test info variables without running
3701 to main, to avoid expect's buffer overflow.
3702
3703 2019-09-03 Tom Tromey <tromey@adacore.com>
3704
3705 * gdb.ada/bias.exp: New file.
3706 * gdb.ada/bias/bias.adb: New file.
3707 * gdb.ada/print_chars.exp: Add regression test.
3708 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3709 (MC): New variable.
3710
3711 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3712
3713 * gdb.base/argv0-symlink.exp: Run only on native target
3714 and local host.
3715
3716 2019-08-29 Tom de Vries <tdevries@suse.de>
3717
3718 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3719 diverse debug info.
3720 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3721
3722 2019-08-28 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.base/info-var.exp: Allow info variables to print info for files
3725 other than info-var-f1.c and info-var-f2.c.
3726
3727 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.fortran/info-types.exp: Add module.
3730 * gdb.fortran/info-types.f90: Update expected results.
3731
3732 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3733
3734 * gdb.fortran/info-types.exp: New file.
3735 * gdb.fortran/info-types.f90: New file.
3736 * lib/fortran.exp (fortran_character1): New proc.
3737
3738 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3739
3740 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3741 functions'. Reindent as needed.
3742 * gdb.base/info-var-f1.c: New file.
3743 * gdb.base/info-var-f2.c: New file.
3744 * gdb.base/info-var.exp: New file.
3745 * gdb.base/info-var.h: New file.
3746
3747 2019-08-26 Tom de Vries <tdevries@suse.de>
3748
3749 PR c++/24852
3750 * gdb.cp/no-libstdcxx-probe.exp: New test.
3751
3752 2019-08-26 Tom de Vries <tdevries@suse.de>
3753
3754 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3755 * tests need to be skipped.
3756 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3757 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3758 mi_skip_libstdcxx_probe_tests.
3759
3760 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3761
3762 * gdb.python/py-xmethods.exp: Use raw strings when passing
3763 arguments to SimpleXMethodMatcher.
3764
3765 2019-08-22 Tom de Vries <tdevries@suse.de>
3766
3767 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3768 more informative.
3769
3770 2019-08-21 Pedro Alves <palves@redhat.com>
3771
3772 * gdb.base/with.exp: Test "with" with no arguments.
3773
3774 2019-08-21 Tom de Vries <tdevries@suse.de>
3775
3776 * gdb.base/gdb-caching-proc.exp: Sort files.
3777
3778 2019-08-20 Tom de Vries <tdevries@suse.de>
3779
3780 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3781 compilation.
3782
3783 2019-08-16 Tom de Vries <tdevries@suse.de>
3784
3785 * gdb.base/compare-sections.exp ("after run to main"): Allow
3786 mismatched read-only sections for PIE executables.
3787
3788 2019-08-16 Tom Tromey <tom@tromey.com>
3789
3790 * lib/tuiterm.exp (_csi_Z): New proc.
3791 * gdb.tui/basic.exp: Update window positions.
3792 * gdb.tui/empty.exp: Update window positions.
3793
3794 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3795
3796 * gdb.base/examine-backward.exp: Correct regexp for
3797 "examine 3 bytes backward from ${address_zero}".
3798
3799 2019-08-15 Tom Tromey <tom@tromey.com>
3800
3801 * gdb.tui/empty.exp: Enable resizing tests.
3802
3803 2019-08-15 Tom Tromey <tromey@adacore.com>
3804
3805 * gdb.ada/char_enum.exp: Add regression tests.
3806 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3807 and '0'.
3808 (Char, Gchar): Update.
3809 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3810
3811 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3812
3813 * gdb.python/python.exp: Expect a leading underscore on
3814 GdbOutput{,Error}File.
3815
3816 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3817
3818 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3819 Windows host.
3820
3821 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3822
3823 * gdb.base/batch-preserve-term-settings.exp
3824 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3825
3826 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3827
3828 * lib/gdb.exp: When running on a mingw target, replace
3829 /x/ with x:/.
3830
3831 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3832
3833 * gdb.arch/aarch64-prologue.c: New test.
3834 * gdb.arch/aarch64-prologue.exp: New file.
3835
3836 2019-08-13 Tom de Vries <tdevries@suse.de>
3837
3838 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3839 Thread.
3840
3841 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3842
3843 * gdb.python/py-completion.exp: Download the .py file to the host
3844 and use its host pathname. Conditionalize tests that use
3845 tab completion and manipulate files on the build machine.
3846 * gdb.python/py-events.exp: Download the .py file to the host
3847 and use its host pathname.
3848 * gdb.python/py-evsignal.exp: Likewise.
3849 * gdb.python/py-evthreads.exp: Likewise.
3850 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3851 pathname syntax.
3852 * gdb.python/py-framefilter.exp: Download the .py file to the right
3853 place on the host. Match Windows pathname syntax.
3854 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3855 .py file to the host and use its host pathname.
3856 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3857 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3858 build pathname. Skip symlink test on Windows host. Add missing
3859 newline at end of file.
3860 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3861 and use its host pathname.
3862 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3863 * gdb.python/py-section-script.exp: Use host location of binfile
3864 on safe-path. Use correct path separator on Windows host.
3865 Reorder alternatives in gdb_test_multiple to prevent matching
3866 the wrong alternative on success.
3867 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3868
3869 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3870
3871 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3872 expect the GDB inferior to no longer immediately stop after
3873 being resumed with "signal SIGINT".
3874
3875 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3876
3877 * gdb.linespec/break-ask.exp: Generalize regexps to match
3878 Windows pathnames too.
3879
3880 2019-08-08 Tom de Vries <tdevries@suse.de>
3881
3882 PR testsuite/24862
3883 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3884
3885 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3886
3887 * gdb.base/style.exp: Update tests for help doc new invariants.
3888 * gdb.base/help.exp: Likewise.
3889
3890 2019-08-06 Tom Tromey <tom@tromey.com>
3891
3892 * gdb.base/style.exp: Add disassemble test.
3893 * gdb.base/style.c (some_called_function): New function.
3894 (main): Use it.
3895
3896 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3897
3898 * gdb.python/py-block.exp: Test dictionary access on blocks.
3899
3900 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3901
3902 PR gdb/24863
3903 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3904 -list-thread-groups --available test when running under
3905 check-read1.
3906
3907 2019-08-05 Tom de Vries <tdevries@suse.de>
3908
3909 PR testsuite/24863
3910 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3911 * gdb.base/help.exp: Use with_read1_timeout_factor.
3912 * gdb.base/info-macros.exp: Same.
3913 * gdb.cp/nested-types.exp: Same.
3914
3915 2019-08-05 Tom de Vries <tdevries@suse.de>
3916
3917 * lib/gdb.exp (version_at_least): Factor out of ...
3918 (tcl_version_at_least): ... here.
3919 (gdb_compile): Fail if pie results in non-PIE executable.
3920 (readelf_version, readelf_prints_pie): New proc.
3921 (exec_is_pie): Return -1 if unknown.
3922
3923 2019-08-05 Tom de Vries <tdevries@suse.de>
3924
3925 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3926
3927 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3928
3929 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3930
3931 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3932
3933 * lib/completion-support.exp (test_gdb_complete_none): Skip
3934 tab completion tests if no readline support.
3935 (test_gdb_complete_unique_re): Likewise.
3936 (test_gdb_complete_multiple): Likewise.
3937
3938 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3939
3940 * gdb.base/info_sources.exp: New file.
3941 * gdb.base/info_sources.c: New file.
3942 * gdb.base/info_sources_base.c: New file.
3943
3944 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3945
3946 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3947 prefix argument.
3948 (test_exit_status): Add prefix argument.
3949
3950 2019-08-01 Tom de Vries <tdevries@suse.de>
3951
3952 PR testsuite/24863
3953 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3954 calling exp_continue for new thread and thread exited messages.
3955
3956 2019-08-01 Tom de Vries <tdevries@suse.de>
3957
3958 PR testsuite/24863
3959 * gdb.base/structs.exp: Fix check-read1 timeout using
3960 gdb_test_sequence.
3961 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3962
3963 2019-08-01 Tom de Vries <tdevries@suse.de>
3964
3965 PR testsuite/24863
3966 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3967 line.
3968
3969 2019-08-01 Tom de Vries <tdevries@suse.de>
3970
3971 PR testsuite/24863
3972 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3973
3974 2019-07-30 Tom Tromey <tromey@adacore.com>
3975
3976 * gdb.ada/display_nested.exp: New file.
3977 * gdb.ada/display_nested/foo.adb: New file.
3978 * gdb.ada/display_nested/pack.adb: New file.
3979 * gdb.ada/display_nested/pack.ads: New file.
3980
3981 2019-07-30 Christian Biesinger <cbiesinger@google.com>
3982
3983 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3984 namespace.
3985 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3986
3987 2019-07-30 Tom de Vries <tdevries@suse.de>
3988
3989 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3990 instead.
3991
3992 2019-07-30 Tom de Vries <tdevries@suse.de>
3993
3994 PR testsuite/24834
3995 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3996 (exec_is_pie): New proc.
3997
3998 2019-07-29 Christian Biesinger <cbiesinger@google.com>
3999
4000 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4001
4002 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4003
4004 * gdb.python/py-objfile.c: Add global and static vars.
4005 * gdb.python/py-objfile.exp: Test new functions Objfile.
4006 lookup_global_symbol and lookup_static_symbol.
4007
4008 2019-07-29 Tom Tromey <tom@tromey.com>
4009
4010 * lib/tuiterm.exp (Term::_csi_@): New proc.
4011 (Term::_csi_X): Don't move cursor.
4012
4013 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4014
4015 * gdb.base/options.exp: Update backtrace - completion to
4016 new option -frame-info.
4017 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4018 Test new 'set print frame-info'. Test backtrace -frame-info
4019 overriding 'set print frame-info'.
4020 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4021 Test new 'set print frame-info'.
4022 Verify consistency of backtrace with and without filters, with and
4023 without -no-filters.
4024 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4025 default.
4026
4027 2019-07-29 Tom de Vries <tdevries@suse.de>
4028
4029 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4030 no arguments".
4031
4032 2019-07-29 Tom de Vries <tdevries@suse.de>
4033
4034 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4035 is a substring of the first for "complete non-unique file name".
4036
4037 2019-07-29 Tom de Vries <tdevries@suse.de>
4038
4039 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4040 with ".*".
4041
4042 2019-07-29 Tom de Vries <tdevries@suse.de>
4043
4044 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4045 Pass prompt_regexp parameter to gdb_test_multiple calls.
4046
4047 2019-07-29 Tom de Vries <tdevries@suse.de>
4048
4049 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4050 print registers" regexps.
4051
4052 2019-07-29 Tom de Vries <tdevries@suse.de>
4053
4054 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4055
4056 2019-07-29 Tom de Vries <tdevries@suse.de>
4057
4058 PR gdb/24855
4059 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4060 (skip_python_tests_prompt): Add prompt_regexp argument to
4061 gdb_test_multiple calls.
4062
4063 2019-07-27 Tom Tromey <tom@tromey.com>
4064
4065 * gdb.tui/main.exp: New file.
4066
4067 2019-07-27 Tom Tromey <tom@tromey.com>
4068
4069 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4070 optional.
4071 * gdb.tui/empty.exp: New file.
4072
4073 2019-07-27 Tom Tromey <tom@tromey.com>
4074
4075 * lib/tuiterm.exp (spawn): New proc.
4076 (Term::resize): New proc.
4077 * gdb.tui/resize.exp: New file.
4078
4079 2019-07-27 Tom Tromey <tom@tromey.com>
4080
4081 * gdb.tui/list.exp: New file.
4082
4083 2019-07-27 Tom Tromey <tom@tromey.com>
4084
4085 * gdb.tui/regs.exp: New file.
4086
4087 2019-07-27 Tom Tromey <tom@tromey.com>
4088
4089 * gdb.tui/basic.exp: Add "layout split" test.
4090
4091 2019-07-27 Tom Tromey <tom@tromey.com>
4092
4093 * gdb.tui/basic.exp: Add "layout asm" test.
4094
4095 2019-07-27 Tom Tromey <tom@tromey.com>
4096
4097 * lib/tuiterm.exp: New file.
4098 * gdb.tui/basic.exp: New file.
4099
4100 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4101
4102 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4103 Enable tests associated with this flag. Adjust regex
4104 referencing "foo_low" to now refer to "foo_cold" instead.
4105
4106 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4107
4108 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4109 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4110 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4111 foo_cold. Revise comments to match.
4112 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4113 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4114 were wrapped into this proc; Call do_test in loop from outermost
4115 level.
4116 (foo_low): Rename all occurrences to "foo_cold".
4117 (backtrace from baz): New test.
4118 (x2/i foo_cold): New test.
4119 (info line *foo_cold): New test.
4120
4121 2019-07-26 Tom de Vries <tdevries@suse.de>
4122
4123 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4124
4125 2019-07-25 Tom de Vries <tdevries@suse.de>
4126
4127 PR testsuite/24830
4128 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4129 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4130 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4131 (skip_libstdcxx_probe_tests): ... here.
4132 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4133
4134 2019-07-24 Tom de Vries <tdevries@suse.de>
4135
4136 PR testsuite/24807
4137 * gdb.objc/basicclass.m: Include stdio.h.
4138 * gdb.objc/nondebug.m: Same.
4139 * gdb.objc/objcdecode.m: Same.
4140
4141 2019-07-24 Tom de Vries <tdevries@suse.de>
4142
4143 PR testsuite/24612
4144 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4145 additional_flags.
4146
4147 2019-07-24 Tom de Vries <tdevries@suse.de>
4148
4149 PR testsuite/24831
4150 * gdb.multi/tids.exp: Update error messages for info threads.
4151
4152 2019-07-24 Tom de Vries <tdevries@suse.de>
4153
4154 * gdb.base/info-types.exp: Allow info types to print info for more than
4155 one file.
4156
4157 2019-07-23 Tom de Vries <tdevries@suse.de>
4158
4159 PR testsuite/24842
4160 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4161 gdb_spawn_with_cmdline_opts.
4162
4163 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4164
4165 * gdb.arch/arm-cmse-sgstubs.c: New test.
4166 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4167
4168 2019-07-23 Tom de Vries <tdevries@suse.de>
4169
4170 PR testsuite/24711
4171 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4172 issuing next command.
4173
4174 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.ada/info_auto_lang.exp: Update expected results.
4177 * gdb.base/info-types.c: Add additional types to check.
4178 * gdb.base/info-types.exp: Update expected results.
4179
4180 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4181
4182 * gdb.base/info-types.c: New file.
4183 * gdb.base/info-types.exp: New file.
4184
4185 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4186
4187 * gdb.arch/riscv-bp-infcall.c: New file.
4188 * gdb.arch/riscv-bp-infcall.exp: New file.
4189
4190 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4191
4192 PR breakpoints/24541
4193 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4194
4195 2019-07-14 Tom de Vries <tdevries@suse.de>
4196
4197 PR testsuite/24760
4198 * gdb.objc/basicclass.exp: Fix unterminated string.
4199
4200 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4201 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4204 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4205 negative bounds.
4206 * gdb.fortran/vla-value.exp: Print elements of an array with
4207 negative bounds.
4208 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4209 testing.
4210
4211 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4212
4213 * gdb.base/options.exp (expect_string): Dequote strings in
4214 results.
4215 (test-string): Test strings with different quoting and reindent.
4216
4217 2019-07-10 Tom Tromey <tromey@adacore.com>
4218
4219 * gdb.ada/mi_ex_cond.exp: Update expected results.
4220 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4221 * gdb.ada/mi_catch_ex.exp: Update expected results.
4222 * gdb.ada/mi_catch_assert.exp: Update expected results.
4223 * gdb.ada/catch_ex.exp (catch_exception_info)
4224 (catch_exception_entry, catch_assert_entry)
4225 (catch_unhandled_entry): Update.
4226 * gdb.ada/catch_assert_if.exp: Update expected results.
4227
4228 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4229 Stephen Roberts <stephen.roberts@arm.com>
4230
4231 * gdb.base/define.exp: Restore original prompt.
4232
4233 2019-07-09 Pedro Alves <palves@redhat.com>
4234
4235 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4236 breakpoints" output.
4237 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4238 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4239 throw" creates breakpoint.
4240 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4241 'type="catchpoint"'.
4242
4243 2019-07-09 Pedro Alves <palves@redhat.com>
4244
4245 PR c++/15468
4246 * gdb.cp/except-multi-location-lib.cc: New.
4247 * gdb.cp/except-multi-location-main.cc: New.
4248 * gdb.cp/except-multi-location.exp: New.
4249
4250 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4251
4252 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4253 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4254 argument and update callers.
4255
4256 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.arch/amd64-break-on-asm-line.S: New file.
4259 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4260
4261 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4262
4263 * gdb.base/printcmds.exp: Test printing C string and
4264 C wide string convenience vars without transiting via the inferior.
4265 Also make test names unique.
4266
4267 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4268
4269 PR breakpoints/25011
4270 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4271
4272 2019-07-04 Pedro Alves <palves@redhat.com>
4273
4274 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4275 body returned ok(0), break(3) or continue(4).
4276 * gdb.testsuite/foreach_with_prefix.exp: New file.
4277
4278 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4279
4280 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4281
4282 2019-07-03 Pedro Alves <palves@redhat.com>
4283
4284 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4285 "return -code".
4286
4287 2019-07-03 Pedro Alves <palves@redhat.com>
4288
4289 PR cli/24732
4290 * gdb.base/shell.exp: Load completion-support.exp.
4291 Adjust expected error output. Add completion tests.
4292
4293 2019-07-03 Pedro Alves <palves@redhat.com>
4294
4295 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4296 string_to_regexp.
4297
4298 2019-07-03 Pedro Alves <palves@redhat.com>
4299
4300 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4301 (expect_integer): Adjust to expect "-string".
4302 (expect_string): New.
4303 (all_options): Expect "-string".
4304 (test-flag, test-boolean): Adjust to expect "-string".
4305 (test-string): New proc.
4306 (top level): Call it.
4307
4308 2019-07-03 Pedro Alves <palves@redhat.com>
4309
4310 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4311 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4312 the expected output in the success.
4313
4314 2019-07-03 Pedro Alves <palves@redhat.com>
4315
4316 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4317 Split one gdb_test_multiple call in two to avoid a race.
4318
4319 2019-07-03 Pedro Alves <palves@redhat.com>
4320
4321 * gdb.base/with.c: New file.
4322 * gdb.base/with.exp: New file.
4323
4324 2019-07-03 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/settings.exp: Replace all references to "maint
4327 test-settings set" with references to "maint set test-settings",
4328 and all references to "maint test-settings show" with references
4329 to "maint show test-settings".
4330
4331 2019-07-03 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/settings.exp (test-string): Adjust expected out when
4334 testing "maint test-settings show filename"
4335
4336 2019-07-02 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.base/options.exp (test-info-threads): New procedure.
4339 (top level): Call it.
4340
4341 2019-06-28 Tom Tromey <tromey@adacore.com>
4342
4343 * gdb.dwarf2/ada-linkage-name.c: New file.
4344 * gdb.dwarf2/ada-linkage-name.exp: New file.
4345
4346 2019-06-27 Tom Tromey <tromey@adacore.com>
4347
4348 PR c++/20020:
4349 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4350
4351 2019-06-26 Tom de Vries <tdevries@suse.de>
4352
4353 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4354
4355 2019-06-26 Tom de Vries <tdevries@suse.de>
4356
4357 * gdb.base/index-cache.exp: Add back missing debug option.
4358
4359 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4360
4361 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4362
4363 2019-06-25 Tom de Vries <tdevries@suse.de>
4364
4365 PR testsuite/24727
4366 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4367
4368 2019-06-24 Tom de Vries <tdevries@suse.de>
4369
4370 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4371
4372 2019-06-24 Tom de Vries <tdevries@suse.de>
4373
4374 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4375 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4376 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4377
4378 2019-06-24 Tom de Vries <tdevries@suse.de>
4379
4380 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4381
4382 2019-06-21 Tom de Vries <tdevries@suse.de>
4383
4384 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4385
4386 2019-06-21 Tom de Vries <tdevries@suse.de>
4387
4388 PR testsuite/24518
4389 PR ada/24713
4390 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4391 index.
4392
4393 2019-06-19 Tom Tromey <tromey@adacore.com>
4394
4395 * gdb.ada/length_cond.exp: Add intro comment.
4396
4397 2019-06-19 Tom Tromey <tromey@adacore.com>
4398
4399 * gdb.ada/length_cond.exp: New file.
4400 * gdb.ada/length_cond/length_cond.adb: New file.
4401 * gdb.ada/length_cond/pck.adb: New file.
4402 * gdb.ada/length_cond/pck.ads: New file.
4403
4404 2019-06-18 Tom de Vries <tdevries@suse.de>
4405
4406 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4407
4408 2019-06-18 Tom Tromey <tromey@adacore.com>
4409
4410 * gdb.base/list0.h: Add comment explaining control character.
4411
4412 2019-06-18 Tom de Vries <tdevries@suse.de>
4413
4414 * boards/fission.exp: Break up long debug_flags line.
4415
4416 2019-06-16 Tom de Vries <tdevries@suse.de>
4417
4418 PR gdb/24445
4419 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4420 generated index.
4421
4422 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4423
4424 PR gdb/24686
4425 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4426 improve detection of bug gdb/24541.
4427
4428 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4429
4430 PR gdb/24669
4431 * gdb.base/index-cache.exp (uses_readnow,
4432 expecting_index_cache_use): Define global variable.
4433 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4434 expecting_index_cache_use.
4435
4436 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4437 Andrew Burgess <andrew.burgess@embecosm.com>
4438
4439 * gdb.fortran/pointers.f90: New file.
4440 * gdb.fortran/print_type.exp: New file.
4441 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4442 * gdb.fortran/vla-type.exp: Likewise.
4443 * gdb.fortran/vla-value.exp: Likewise.
4444 * gdb.mi/mi-vla-fortran.exp: Likewise.
4445
4446 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4449 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4450 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4451 as a stop reason.
4452
4453 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.base/annota1.exp: Update expected results.
4456 * gdb.cp/annota2.exp: Likewise.
4457 * gdb.cp/annota3.exp: Likewise.
4458
4459 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4460
4461 * gdb.base/style-logging.exp: Remove path from test name.
4462
4463 2019-06-14 Tom Tromey <tromey@adacore.com>
4464
4465 PR gdb/24502:
4466 * gdb.base/style-logging.exp: New file.
4467
4468 2019-06-14 Tom Tromey <tromey@adacore.com>
4469
4470 * gdb.base/symfile-warn.exp: New file.
4471 * gdb.base/symfile-warn.c: New file.
4472
4473 2019-06-14 Tom Tromey <tromey@adacore.com>
4474
4475 * gdb.base/annotate-symlink.exp: New file.
4476
4477 2019-06-14 Tom Tromey <tromey@adacore.com>
4478
4479 * gdb.ada/set_wstr.exp: Add reassignment test.
4480
4481 2019-06-14 Tom Tromey <tromey@adacore.com>
4482
4483 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4484 'unchecked_access and 'unrestricted_access as well.
4485
4486 2019-06-14 Tom Tromey <tromey@adacore.com>
4487
4488 PR ada/24539:
4489 * gdb.ada/vla.exp: Update tests.
4490 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4491 pragma.
4492
4493 2019-06-13 Pedro Alves <palves@redhat.com>
4494
4495 * gdb.base/settings.exp (test-integer): Test junk after
4496 "unlimited".
4497
4498 2019-06-13 Pedro Alves <palves@redhat.com>
4499
4500 * gdb.base/options.exp (test-thread-apply): New.
4501 (top level): Call it.
4502
4503 2019-06-13 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/options.exp (test-frame-apply): New.
4506 (top level): Test print commands with different "frame apply"
4507 prefixes.
4508
4509 2019-06-13 Pedro Alves <palves@redhat.com>
4510
4511 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4512 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4513 'max_completions' parameter and handle it.
4514 (test_gdb_completion_offers_commands): New.
4515
4516 2019-06-13 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4519
4520 2019-06-13 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/options.exp (test-backtrace): New.
4523 (top level): Call it.
4524
4525 2019-06-13 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.guile/scm-frame-args.exp: Use "set print
4528 raw-frame-arguments" instead of "set print raw frame-arguments".
4529 * gdb.python/py-frame-args.exp: Likewise.
4530
4531 2019-06-13 Pedro Alves <palves@redhat.com>
4532
4533 * gdb.compile/compile.exp: Adjust expected output to option
4534 processing changes.
4535
4536 2019-06-13 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.base/options.exp: Build executable.
4539 (test-print): New procedure.
4540 (top level): Call it, once for "print" and another for "compile
4541 print".
4542
4543 2019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.c: New file.
4546 * gdb.base/options.exp: New file.
4547
4548 2019-06-13 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4551 that "o" is ambiguous.
4552
4553 2019-06-13 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.base/settings.c: New file.
4556 * gdb.base/settings.exp: New file.
4557
4558 2019-06-13 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.base/completion.exp: Fix comment typo.
4561
4562 2019-06-13 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4565 foo --1" test.
4566
4567 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4568
4569 * gdb.fortran/block-data.f: New.
4570 * gdb.fortran/block-data.exp: New.
4571
4572 2019-06-11 Tom de Vries <tdevries@suse.de>
4573
4574 PR testsuite/24521
4575 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4576 message.
4577
4578 2019-06-11 Tom de Vries <tdevries@suse.de>
4579
4580 PR testsuite/24521
4581 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4582
4583 2019-06-11 Tom de Vries <tdevries@suse.de>
4584
4585 * boards/readnow.exp: New file.
4586
4587 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4588
4589 * gdb.fortran/vla-sizeof.exp: Update expected results.
4590
4591 2019-06-06 Amos Bird <amosbird@gmail.com>
4592
4593 * gdb.base/annota1.exp (thread_switch): Add test for
4594 thread-exited annotation.
4595
4596 2019-06-06 Tom Tromey <tromey@adacore.com>
4597
4598 * gdb.base/maint.exp: Expect command started/finished output.
4599
4600 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4601
4602 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4603 comment.
4604 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4605
4606 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4607
4608 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4609 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4610 * gdb.arch/riscv-unwind-long-insn.c: New file.
4611 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4612
4613 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4614
4615 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4616
4617 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4618
4619 * lib/gdb.exp (help_list_trailer): New regexp variable
4620 factorizing the help trailer message.
4621 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4622 arg to allow to better factorize various tests.
4623 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4624 (test_prefix_command_help): Use help_list_trailer.
4625 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4626 * gdb.guile/scm-cmd.exp: Likewise.
4627 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4628 * gdb.base/help.exp: Use test_user_defined_class_help.
4629 * gdb.base/style.exp: Add tests for styling of help and apropos.
4630 * lib/gdb-utils.exp (style): Add title and highlight styles.
4631
4632 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4633
4634 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4635 $_shell_exitsignal.
4636 * gdb.base/default.exp: Update for new convenience variables.
4637
4638 2019-05-29 Tom Tromey <tromey@adacore.com>
4639
4640 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4641 to "break complete ada" test case's regexp.
4642
4643 2019-05-29 Tom Tromey <tromey@adacore.com>
4644
4645 PR c++/20020:
4646 * gdb.cp/constexpr-field.exp: New file.
4647 * gdb.cp/constexpr-field.cc: New file.
4648
4649 2019-05-29 Tom Tromey <tromey@adacore.com>
4650
4651 * gdb.base/finish.exp (finish_no_print): New proc.
4652 (finish_tests): Call it.
4653
4654 2019-05-24 Tom de Vries <tdevries@suse.de>
4655
4656 * gdb.dwarf2/gdb-add-index.exp: New file.
4657
4658 2019-05-22 Tom Tromey <tromey@adacore.com>
4659
4660 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4661 * gdb.base/style.exp: Use "style".
4662 * lib/gdb-utils.exp (style): New proc.
4663
4664 2019-05-22 Tom de Vries <tdevries@suse.de>
4665
4666 * gdb.base/align.exp: Require c++11.
4667
4668 2019-05-22 Tom de Vries <tdevries@suse.de>
4669
4670 PR testsuite/24586
4671 * gdb.python/py-mi-var-info-path-expression.exp: Call
4672 mi_skip_python_tests to check if python is supported.
4673
4674 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4675
4676 * gdb.arch/aarch64-pauth.c: New test.
4677 * gdb.arch/aarch64-pauth.exp: New file.
4678
4679 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4680
4681 * README (Re-running Tests Outside The Testsuite): New section.
4682
4683 2019-05-21 Tom de Vries <tdevries@suse.de>
4684
4685 * gdb.arch/amd64-eval.exp: Require c++11.
4686 * gdb.base/max-depth.exp: Same.
4687 * gdb.compile/compile-cplus-array-decay.exp: Same.
4688 * gdb.cp/meth-typedefs.exp: Same.
4689 * gdb.cp/subtypes.exp: Same.
4690 * gdb.cp/temargs.exp: Same.
4691
4692 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4693
4694 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4695
4696 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 PR gdb/18644
4699 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4700 * gdb.fortran/printing-types.exp: Add new test.
4701 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4702 testing.
4703 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4704 setup_kfail call.
4705
4706 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4707
4708 * README (Running the Testsuite): Change example.
4709 (Testsuite Parameters): Remove TRANSCRIPT.
4710 * lib/gdb.exp: Remove TRANSCRIPT check.
4711
4712 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4713
4714 * README (Testsuite Parameters): Add replay logging to
4715 GDBSERVER_DEBUG.
4716 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4717 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4718 as a comma separated list.
4719 (gdb_debug_init): Override procedure.
4720
4721 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4722
4723 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4724 (gdb_write_cmd_file): New procedure.
4725 * lib/gdbserver-support.exp (gdbserver_start): Call
4726 gdbserver_write_cmd_file.
4727 (gdbserver_write_cmd_file): New procedure.
4728
4729 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4730
4731 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4732 (delete_breakpoints): Likewise.
4733 (gdb_run_cmd): Likewise.
4734 (gdb_start_cmd): Likewise.
4735 (gdb_starti_cmd): Likewise.
4736 (gdb_internal_error_resync): Likewise.
4737 (gdb_test_multiple): Likewise.
4738 (gdb_reinitialize_dir): Likewise.
4739 (default_gdb_exit): Likewise.
4740 (gdb_file_cmd): Mark kill as optional.
4741 (default_gdb_start): Call gdb_stdin_log_init.
4742 (send_gdb): Call gdb_stdin_log_write.
4743 (rerun_to_main): Mark Y as an answer.
4744 (gdb_stdin_log_init): New function.
4745 (gdb_stdin_log_write): Likewise.
4746
4747 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4748
4749 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4750 * gdb.base/debug-expr.exp: Likewise.
4751 * gdb.base/foll-fork.exp: Likewise.
4752 * gdb.base/foll-vfork.exp: Likewise.
4753 * gdb.base/fork-print-inferior-events.exp: Likewise.
4754 * gdb.base/gdb-sigterm.exp: Likewise.
4755 * gdb.base/gdbinit-history.exp: Likewise.
4756 * gdb.base/osabi.exp: Likewise.
4757 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4758 * gdb.base/ui-redirect.exp: Likewise.
4759 * gdb.gdb/unittest.exp: Likewise.
4760 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4761 * gdb.mi/mi-watch.exp: Likewise.
4762 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4763 * gdb.mi/user-selected-context-sync.exp: Likewise.
4764 * gdb.python/python.exp: Disable debug test when debugging.
4765 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4766 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4767 Likewise.
4768 * gdb.threads/stepi-random-signal.exp: Likewise.
4769
4770 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4771
4772 * Makefile.in: Pass through GDB_DEBUG.
4773 * README (Testsuite Parameters): Add GDB_DEBUG.
4774 (gdb,debug): Add board setting.
4775 * lib/gdb.exp (default_gdb_start): Start debugging.
4776 (gdb_debug_enabled): New procedure.
4777 (gdb_debug_init): Likewise.
4778
4779 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4780
4781 * Makefile.in: Pass through GDB_DEBUG.
4782 * README (Testsuite Parameters): Add GDB_DEBUG.
4783 (gdb,debug): Add board setting.
4784 * lib/gdb.exp (default_gdb_start): Start debugging.
4785 (gdb_debug_enabled): New procedure.
4786 (gdb_debug_init): Likewise.
4787
4788 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4789
4790 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4791
4792 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4793
4794 * gdb.base/ui-redirect.exp: Test redirection.
4795
4796 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4797
4798 * gdb.mi/mi-complete.exp: New file.
4799 * gdb.mi/mi-complete.cc: Likewise.
4800
4801 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4802
4803 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4804 indexed and sliced arrays, and pointers to arrays.
4805
4806 2019-05-14 Tom Tromey <tromey@adacore.com>
4807
4808 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4809 styling test.
4810
4811 2019-05-14 Tom de Vries <tdevries@suse.de>
4812
4813 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4814 selection entry encoding.
4815
4816 2019-05-10 Tom Tromey <tromey@adacore.com>
4817
4818 * gdb.ada/info_exc.exp: Add "complete" test.
4819
4820 2019-05-09 Tom de Vries <tdevries@suse.de>
4821
4822 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4823 CU-relative.
4824
4825 2019-05-09 Tom de Vries <tdevries@suse.de>
4826
4827 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4828 CU-relative.
4829
4830 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4831
4832 * gdb.ada/frame_arg_lang.exp: New testcase.
4833 * gdb.ada/frame_arg_lang/bla.adb: New file.
4834 * gdb.ada/frame_arg_lang/pck.ads: New file.
4835 * gdb.ada/frame_arg_lang/pck.adb: New file.
4836 * gdb.ada/frame_arg_lang/foo.c: New file.
4837
4838 2019-05-08 Tom Tromey <tromey@adacore.com>
4839
4840 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4841
4842 2019-05-08 Tom Tromey <tromey@adacore.com>
4843
4844 * gdb.base/ptype-offsets.exp: Update tests.
4845
4846 2019-05-08 Tom Tromey <tromey@adacore.com>
4847
4848 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4849 cases.
4850 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4851 "short".
4852
4853 2019-05-08 Tom Tromey <tromey@adacore.com>
4854
4855 * gdb.ada/vla.exp: New file.
4856 * gdb.ada/vla/vla.adb: New file.
4857
4858 2019-05-07 Tom de Vries <tdevries@suse.de>
4859
4860 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4861
4862 2019-05-07 Tom de Vries <tdevries@suse.de>
4863
4864 PR testsuite/24522
4865 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4866 section.
4867
4868 2019-05-07 Tom de Vries <tdevries@suse.de>
4869
4870 PR testsuite/24522
4871 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4872 .debug_aranges section.
4873
4874 2019-05-07 Tom de Vries <tdevries@suse.de>
4875
4876 PR testsuite/24159
4877 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4878
4879 2019-05-06 Tom de Vries <tdevries@suse.de>
4880
4881 * lib/gdb.exp (exec_has_index_section): New proc.
4882 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4883 section.
4884
4885 2019-05-04 Tom de Vries <tdevries@suse.de>
4886
4887 * boards/cc-with-debug-names.exp: New file.
4888
4889 2019-05-03 Tom Tromey <tromey@adacore.com>
4890
4891 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4892 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4893 * gdb.ada/char_enum.exp: Add test.
4894
4895 2019-05-03 Tom de Vries <tdevries@suse.de>
4896
4897 * boards/cc-with-gdb-index.exp: New file.
4898
4899 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4900
4901 * gdb.rust/simple.exp: Add new test case.
4902 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4903 (main): Initialise an instance of the new struct.
4904
4905 2019-05-01 Tom Tromey <tromey@adacore.com>
4906
4907 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4908 record.
4909 (NPR): New variable.
4910 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4911 test.
4912
4913 2019-05-01 Tom Tromey <tromey@adacore.com>
4914
4915 * gdb.ada/packed_array_assign.exp: Add packed assignment
4916 regression test.
4917
4918 2019-05-01 Tom de Vries <tdevries@suse.de>
4919
4920 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4921
4922 2019-05-01 Tom de Vries <tdevries@suse.de>
4923
4924 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4925
4926 2019-04-30 Ali Tamur <tamur@google.com>
4927
4928 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4929
4930 2019-04-30 Tom Tromey <tromey@adacore.com>
4931
4932 * lib/ada.exp (find_ada_tool): New proc.
4933 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4934 * gdb.ada/catch_ex_std.exp: New file.
4935 * gdb.ada/catch_ex_std/foo.adb: New file.
4936 * gdb.ada/catch_ex_std/some_package.adb: New file.
4937 * gdb.ada/catch_ex_std/some_package.ads: New file.
4938
4939 2019-04-30 Tom Tromey <tromey@adacore.com>
4940
4941 PR c++/24470:
4942 * gdb.cp/temargs.cc: Add test code from PR.
4943
4944 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * gdb.fortran/vla-datatypes.exp: Update expected results.
4947 * gdb.fortran/vla-ptype.exp: Likewise.
4948 * gdb.fortran/vla-type.exp: Likewise.
4949 * gdb.fortran/vla-value.exp: Likewise.
4950
4951 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.fortran/ptr-indentation.exp: Update expected results.
4954 * gdb.fortran/ptype-on-functions.exp: Likewise.
4955 * gdb.fortran/vla-ptr-info.exp: Likewise.
4956 * gdb.fortran/vla-value.exp: Likewise.
4957
4958 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.fortran/ptype-on-functions.exp: New file.
4961 * gdb.fortran/ptype-on-functions.f90: New file.
4962
4963 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4966 case void string.
4967
4968 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.fortran/complex.exp: Expand.
4971 * gdb.fortran/complex.f: Renamed to...
4972 * gdb.fortran/complex.f90: ...this, and extended to add more
4973 complex values.
4974
4975 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4978 MODULO, CMPLX.
4979
4980 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4981 Richard Bunt <richard.bunt@arm.com>
4982
4983 * gdb.base/max-depth.c: New file.
4984 * gdb.base/max-depth.exp: New file.
4985 * gdb.python/py-nested-maps.c: New file.
4986 * gdb.python/py-nested-maps.exp: New file.
4987 * gdb.python/py-nested-maps.py: New file.
4988 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4989 (test_all_common): Call test_max_depth.
4990 * gdb.fortran/max-depth.exp: New file.
4991 * gdb.fortran/max-depth.f90: New file.
4992 * gdb.go/max-depth.exp: New file.
4993 * gdb.go/max-depth.go: New file.
4994 * gdb.modula2/max-depth.exp: New file.
4995 * gdb.modula2/max-depth.c: New file.
4996 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4997
4998 2019-04-29 Tom de Vries <tdevries@suse.de>
4999
5000 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5001
5002 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5003
5004 * gdb.base/callexit.exp: Test may-call-functions off.
5005
5006 2019-04-25 Keith Seitz <keiths@redhat.com>
5007
5008 PR c++/24367
5009 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5010 (another_incomplete_struct, test_incomplete): New definitions.
5011 (main): Use new definitions.
5012 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5013 functions.
5014
5015 2019-04-25 Ali Tamur <tamur@google.com>
5016
5017 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5018
5019 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5020
5021 PR corefiles/11608
5022 PR corefiles/18187
5023 * gdb.base/coredump-filter-build-id.exp: New file.
5024
5025 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5026
5027 * Makefile.in: Pass through GDBSERVER_DEBUG.
5028 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5029 (gdbserver,debug): Add board setting.
5030 * gdb.trace/tspeed.exp: Skip when debugging.
5031 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5032 * lib/gdbserver-support.exp: Likewise
5033
5034 2019-04-24 Tom Tromey <tromey@adacore.com>
5035
5036 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5037 Rust.
5038
5039 2019-04-24 Tom Tromey <tromey@adacore.com>
5040
5041 * gdb.arch/amd64-eval.exp: Test bitfield return.
5042 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5043 (class Foo) <return_bitfields>: New method.
5044 (main): Call it.
5045
5046 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5047
5048 * gdb.cp/many-args.cc: New file.
5049 * gdb.cp/many-args.exp: New file.
5050
5051 2019-04-23 Tom de Vries <tdevries@suse.de>
5052
5053 PR gdb/24433
5054 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5055
5056 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5057
5058 * gdb.trace/backtrace.exp: Use nopie flag.
5059 * gdb.trace/circ.exp: Likewise.
5060 * gdb.trace/collection.exp: Likewise.
5061 * gdb.trace/ftrace.exp: Likewise.
5062 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5063 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5064 * gdb.trace/qtro.exp: Likewise.
5065 * gdb.trace/read-memory.exp: Likewise.
5066 * gdb.trace/report.exp: Likewise.
5067 * gdb.trace/tfile.exp: Likewise.
5068 * gdb.trace/tfind.exp: Likewise.
5069 * gdb.trace/unavailable.exp: Likewise.
5070
5071 2019-04-22 Pedro Alves <palves@redhat.com>
5072
5073 * gdb.base/solib-probes-nosharedlibrary.c,
5074 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5075
5076 2019-04-19 Tom Tromey <tromey@adacore.com>
5077
5078 * gdb.ada/ptype_union.c: New file.
5079 * gdb.ada/ptype_union.exp: New file.
5080
5081 2019-04-19 Tom Tromey <tromey@adacore.com>
5082
5083 PR symtab/24423:
5084 * gdb.base/list0.h (foo): Add a control-l character.
5085
5086 2019-04-18 Tom de Vries <tdevries@suse.de>
5087
5088 PR gdb/24433
5089 * boards/local-board.exp: Set sysroot to "".
5090
5091 2019-04-18 Tom de Vries <tdevries@suse.de>
5092 Pedro Alves <palves@redhat.com>
5093
5094 PR gdb/24454
5095 * gdb.threads/vfork-follow-child-exec.c: New file.
5096 * gdb.threads/vfork-follow-child-exec.exp: New file.
5097 * gdb.threads/vfork-follow-child-exit.c: New file.
5098 * gdb.threads/vfork-follow-child-exit.exp: New file.
5099
5100 2019-04-15 Leszek Swirski <leszeks@google.com>
5101
5102 * gdb.arch/amd64-eval.cc: New file.
5103 * gdb.arch/amd64-eval.exp: New file.
5104
5105 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5106
5107 * gdb.server/sysroot.c: New test.
5108 * gdb.server/sysroot.exp: New file.
5109 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5110 matching param.
5111
5112 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5113
5114 * gdb.base/align.exp: Extend test to cover structures containing
5115 only static fields.
5116
5117 2019-04-11 Tom de Vries <tdevries@suse.de>
5118
5119 * boards/cc-with-dwz-m.exp: New file.
5120 * boards/cc-with-dwz.exp: New file.
5121 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5122
5123 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5124
5125 * gdb.base/start-cpp.exp: New file.
5126 * gdb.base/start-cpp.cc: New file.
5127
5128 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5129
5130 * gdb.python/py-thrhandle.exp: Adjust tests to call
5131 thread_from_handle instead of thread_from_thread_handle.
5132
5133 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5134
5135 * gdb.python/py-thrhandle.exp: Add tests for
5136 gdb.InferiorThread.handle.
5137
5138 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5139
5140 * gdb.python/py-function.exp: Check calling helper function from
5141 all languages.
5142 * lib/gdb.exp (gdb_supported_languages): New proc.
5143
5144 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5145
5146 * gdb.base/complex-parts.c: New file.
5147 * gdb.base/complex-parts.exp: New file.
5148
5149 2019-04-01 Tom Tromey <tromey@adacore.com>
5150
5151 PR symtab/23331:
5152 * gdb.dwarf2/dw2-ranges-main.c: New file.
5153 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5154 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5155
5156 2019-03-30 Simon Marchi <simark@simark.ca>
5157
5158 * gdb.base/default.exp: Add values for $_gdb_major and
5159 $_gdb_minor.
5160
5161 2019-03-29 Tom Tromey <tromey@adacore.com>
5162
5163 * gdb.base/help.exp: Tighten apropos regexp.
5164
5165 2019-03-29 Keith Seitz <keiths@redhat.com>
5166
5167 * gdb.fortran/array-bounds.exp: New file.
5168 * gdb.fortran/array-bounds.f90: New file.
5169
5170 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5171
5172 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5173
5174 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5175
5176 * gdb.multi/hello.c (main): Increase alarm timer.
5177
5178 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5179
5180 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5181 factor when no hardware watchpoint support.
5182
5183 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5184 Pedro Alves <palves@redhat.com>
5185
5186 * boards/local-board.exp: set sysroot to /.
5187
5188 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5189
5190 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5191 in child.
5192
5193 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5194
5195 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5196 field.
5197 (make_container): Initialise new field.
5198 * gdb.python/py-prettyprint.exp: Add new tests.
5199 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5200 <display_hint>: New method.
5201
5202 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5205 gdb_continue_to_breakpoint more throughout this test.
5206 (run_lang_tests) Supply unique test names, and use
5207 gdb_test_no_output.
5208
5209 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.base/finish-pretty.exp: Update expected results.
5212 * gdb.base/pretty-print.c: New file.
5213 * gdb.base/pretty-print.exp: New file.
5214
5215 2019-03-25 Pedro Alves <palves@redhat.com>
5216
5217 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5218 move comments outside list. Append '-i "" eof' section.
5219
5220 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5221
5222 PR testsuite/25016
5223 * README: Add pie options.
5224 * gdb.base/break-interp.exp: Ensure pie is disabled.
5225 * gdb.base/dump.exp: Likewise.
5226 * lib/gdb.exp (gdb_compile): Add pie option.
5227
5228 2019-03-19 Tom Tromey <tromey@adacore.com>
5229
5230 * gdb.mi/mi2-cli-display.c: New file.
5231 * gdb.mi/mi2-cli-display.exp: New file.
5232
5233 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5234 Tom Tromey <tromey@adacore.com>
5235
5236 * gdb.ada/ptype_array/pck.adb: New file.
5237 * gdb.ada/ptype_array/pck.ads: New file.
5238 * gdb.ada/ptype_array/foo.adb: New file.
5239 * gdb.ada/ptype_array.exp: New file.
5240
5241 2019-03-14 Tom Tromey <tromey@adacore.com>
5242
5243 * gdb.base/style.exp: Add "set style sources" test.
5244
5245 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5246
5247 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5248 * mi-breakpoint-multiple-locations.exp: ... this.
5249 (make_breakpoints_pattern): New proc.
5250 (do_test): Add mi_version parameter, test -break-insert,
5251 -break-info and =breakpoint-created.
5252
5253 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5254
5255 * config/default.exp: Remove 'load_lib gdb.exp'.
5256 * config/monitor.exp: Likewise.
5257 * config/sid.exp: Likewise.
5258 * config/sim.exp: Likewise.
5259 * config/slite.exp: Likewise.
5260 * config/unix.exp: Likewise.
5261 * gdb.base/default.exp: Remove unhelpful comment.
5262
5263 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5264
5265 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5266
5267 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5268
5269 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5270
5271 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5272
5273 * gdb.fortran/type-kinds.exp: Update expected results.
5274
5275 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5276
5277 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5278
5279 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5282 function.
5283 (test_basic_parsing_of_type_kinds): Expand types tested.
5284 (test_parsing_invalid_type_kinds): New function.
5285
5286 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.fortran/intrinsics.exp: New file.
5289 * gdb.fortran/intrinsics.f90: New file.
5290 * gdb.fortran/type-kinds.exp: New file.
5291
5292 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.fortran/dot-ops.exp: New file.
5295
5296 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5297
5298 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5299 Check upper and lower case logical literals.
5300
5301 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5302
5303 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5304 Remove duplicate tests.
5305
5306 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5307
5308 * lib/gdb.exp (builtin_cd): rename of cd.
5309 (cd): Override builtin.
5310
5311 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5312
5313 * gdb.fortran/function-calls.exp: New file.
5314 * gdb.fortran/function-calls.f90: New test.
5315
5316 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5317
5318 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5319 on user program standard output.
5320 * gdb.fortran/short-circuit-argument-list.f90: Record function
5321 calls.
5322
5323 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5324
5325 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5326 failure.
5327
5328 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5329
5330 PR gdb/8527
5331 * gdb.base/interrupt-daemon-attach.c,
5332 gdb.base/interrupt-daemon-attach.exp: New test.
5333
5334 2019-02-27 Pedro Alves <palves@redhat.com>
5335
5336 * gdb.base/page.exp: Add tests for "set width/height -1".
5337
5338 2019-02-27 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.base/page.exp: Add tests for "set/show width/height" with
5341 "infinite" values.
5342
5343 2019-02-27 Tom Tromey <tromey@adacore.com>
5344
5345 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5346 2.4.
5347 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5348 workaround.
5349
5350 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5351
5352 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5353 tests for structs with static members.
5354
5355 2019-02-26 Tom Tromey <tromey@adacore.com>
5356
5357 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5358 ValueError, not TypeError.
5359
5360 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5361
5362 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5363 call from main program.
5364
5365 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5366
5367 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5368 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5369 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5370 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5371 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5372
5373 2019-02-22 Keith Seitz <keiths@redhat.com>
5374
5375 PR symtab/23853
5376 * gdb.base/symlink-sourcefile.c: New file.
5377 * gdb.base/symlink-sourcefile.exp: New file.
5378
5379 2019-02-20 Tom Tromey <tom@tromey.com>
5380
5381 * gdb.base/info_qt.exp: Update.
5382
5383 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5384
5385 * gdb.base/source.exp: Move "error in sourced script" code to
5386 the end.
5387 * gdb.base/source-error.gdb: Move contents to
5388 source-error-1.gdb. Add new code to source source-error-1.gdb.
5389 * gdb.base/source-error-1.gdb: New file, from previous
5390 source-error.gdb.
5391
5392 2019-02-17 Tom Tromey <tom@tromey.com>
5393
5394 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5395 for macro styling.
5396 * gdb.base/style.c (SOME_MACRO): New macro.
5397
5398 2019-02-17 Tom Tromey <tom@tromey.com>
5399
5400 * gdb.base/style.exp: Add line-wrapping tests.
5401 * gdb.base/page.exp: Add test for quitting during pagination.
5402
5403 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5404
5405 * gdb.ada/big_packed_array: New testcase.
5406 * gdb.ada/homonym.exp: Fix incorrect expected output for
5407 "break <homonym__get_value>" test.
5408
5409 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5410
5411 PR breakpoints/21870
5412 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5413 and prepare_for_testing. Add comment.
5414 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5415 redundant cleanup call. Clean up comment.
5416
5417 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5418
5419 PR breakpoints/21870
5420 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5421 * gdb.arch/aarch64-dbreg-contents.c: New file.
5422
5423 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5424
5425 * gdb.ada/mi_ref_changeable: New testcase.
5426
5427 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5428
5429 * gdb.base/attach.exp: Add double attach test.
5430
5431 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5432
5433 * lib/gdb.exp (default_gdb_start): Don't match pagination
5434 prompt.
5435 (gdb_init): Set stty_init.
5436
5437 2019-01-27 Tom Tromey <tom@tromey.com>
5438
5439 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5440 skip_python_tests.
5441
5442 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5443
5444 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5445 New structure.
5446 (struct struct_static_02_02): Likewise.
5447 (struct struct_static_02_03): Likewise.
5448 (struct struct_static_02_04): Likewise.
5449 (struct struct_static_04_01): Likewise.
5450 (struct struct_static_04_02): Likewise.
5451 (struct struct_static_04_03): Likewise.
5452 (struct struct_static_04_04): Likewise.
5453 (struct struct_static_06_01): Likewise.
5454 (struct struct_static_06_02): Likewise.
5455 (struct struct_static_06_03): Likewise.
5456 (struct struct_static_06_04): Likewise.
5457 (cmp_struct_static_02_01): Likewise.
5458 (cmp_struct_static_02_02): Likewise.
5459 (cmp_struct_static_02_03): Likewise.
5460 (cmp_struct_static_02_04): Likewise.
5461 (cmp_struct_static_04_01): Likewise.
5462 (cmp_struct_static_04_02): Likewise.
5463 (cmp_struct_static_04_03): Likewise.
5464 (cmp_struct_static_04_04): Likewise.
5465 (cmp_struct_static_06_01): Likewise.
5466 (cmp_struct_static_06_02): Likewise.
5467 (cmp_struct_static_06_03): Likewise.
5468 (cmp_struct_static_06_04): Likewise.
5469 (call_all): Test new structs.
5470 * gdb.base/infcall-nested-structs.exp: Likewise.
5471
5472 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5473 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5474
5475 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5476 * gdb.base/stack-protector.c: New test.
5477 * gdb.base/stack-protector.exp: New file.
5478 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5479 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5480 option.
5481 (gdb_compile): Remove stack protector for GCC and prevent
5482 recursion.
5483
5484 2019-01-16 Keith Seitz <keiths@redhat.com>
5485
5486 PR gdb/23773
5487 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5488
5489 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5490
5491 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5492 aliases.
5493 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5494 tests.
5495 * gdb.arch/powerpc-vector-regs.c: New file.
5496 * gdb.arch/powerpc-vector-regs.exp: New file.
5497
5498 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5499
5500 * gdb.arch/altivec-regs.exp: Fix the list passed to
5501 gdb_expect_list when testing "info vector".
5502
5503 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5504
5505 * gdb.base/style.exp: Don't include path in testname.
5506
5507 2019-01-10 Keith Seitz <keiths@redhat.com>
5508
5509 PR gdb/23712
5510 PR symtab/23010
5511 * gdb.dwarf2/multidictionary.exp: New file.
5512
5513 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5514
5515 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5516 (test_gnuv3_style_demangling): ... this.
5517 (test_lucid_style_demangling): Remove.
5518 (test_arm_style_demangling): Remove.
5519 (test_hp_style_demangling): Remove.
5520 (do_tests): Remove calls to the above.
5521
5522 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5523
5524 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5525 case.
5526
5527 2019-01-06 Tom Tromey <tom@tromey.com>
5528
5529 PR gdb/28155:
5530 * gdb.dwarf2/typedef-void-finish.exp: New file.
5531
5532 2018-12-28 Tom Tromey <tom@tromey.com>
5533 Simon Marchi <simark@simark.ca>
5534
5535 * gdb.base/jit-exec.exp: New file.
5536 * gdb.base/jit-exec.c: New file.
5537 * gdb.base/jit-execd.c: New file.
5538
5539 2018-12-28 Tom Tromey <tom@tromey.com>
5540
5541 * gdb.base/style.exp: Update test to check for address styling.
5542
5543 2018-12-28 Tom Tromey <tom@tromey.com>
5544
5545 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5546 message.
5547
5548 2018-12-28 Tom Tromey <tom@tromey.com>
5549
5550 * gdb.base/style.exp: Add test for version number styling.
5551
5552 2018-12-28 Tom Tromey <tom@tromey.com>
5553
5554 * gdb.base/style.exp: Add test for print_address_symbolic.
5555
5556 2018-12-28 Tom Tromey <tom@tromey.com>
5557
5558 * gdb.base/style.exp: Add test for breakpoint setting.
5559
5560 2018-12-28 Tom Tromey <tom@tromey.com>
5561
5562 * gdb.base/style.exp: Add test for variable names.
5563
5564 2018-12-28 Tom Tromey <tom@tromey.com>
5565
5566 * gdb.base/style.exp: New file.
5567 * gdb.base/style.c: New file.
5568
5569 2018-12-28 Tom Tromey <tom@tromey.com>
5570
5571 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5572 "dumb".
5573 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5574 the TERM environment variable.
5575
5576 2018-12-27 Tom Tromey <tom@tromey.com>
5577
5578 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5579 pagination test.
5580
5581 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5582
5583 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5584 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5585
5586 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5587
5588 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5589 Filename a.adb changed to bp_fun_addr.adb.
5590 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5591
5592 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5593
5594 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5595 non-PIE executables.
5596 * README: Mention the gdb,nopie_flag board setting.
5597 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5598 non-PIE executable.
5599 * gdb.arch/amd64-entry-value.exp: Likewise.
5600 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5601 * gdb.arch/i386-float.exp: Likewise.
5602 * gdb.arch/i386-signal.exp: Likewise.
5603 * gdb.mi/mi-reg-undefined.exp: Likewise.
5604
5605 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5606
5607 PR gdb/23974
5608 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5609
5610 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5611
5612 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5613 Update order of results accordingly.
5614
5615 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5616
5617 * gdb.base/annota1.exp: Update a test regexp.
5618
5619 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5620
5621 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5622
5623 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5624
5625 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5626 (reuse_time): Initialize to REUSE_TIME_CAP.
5627 (check_rc): New function.
5628 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5629 Check pthread_create rc.
5630 (spawner_thread_func): Check pthread_create and pthread_join rc.
5631
5632 2018-12-08 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/list.exp (test_forward_search): Rename to ...
5635 (test_forward_reverse_search): ... this. Also test reverse-search
5636 and the forward-search alias.
5637
5638 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5639
5640 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5641 local timeout variable before return, and remove all local timeout
5642 variable entirely.
5643 (gdb_load): Likewise.
5644
5645 2018-12-01 Tom de Vries <tdevries@suse.de>
5646
5647 * gdb.base/gdb-caching-proc.exp: New file.
5648
5649 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5650
5651 * Makefile.in (TIMESTAMP): New variable.
5652 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5653 command.
5654 (check-single-racy): Likewise.
5655 (check/%.exp): Likewise.
5656 (check-racy/%.exp): Likewise.
5657 (workers/%.worker): Likewise.
5658 (build-perf): Likewise.
5659 (check-perf): Likewise.
5660 * README: Describe new "TS" and "TS_FORMAT" variables.
5661 * print-ts.py: New file.
5662
5663 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5664
5665 PR python/23714
5666 * gdb.python/python.exp: Test command repetition after
5667 gdb.execute.
5668
5669 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5672 is correctly aligned.
5673
5674 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5675
5676 * gdb.ada/info_auto_lang.exp: New testcase.
5677 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5678 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5679 * gdb.ada/info_auto_lang/some_c.c: New file.
5680
5681 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5682
5683 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5684 FUNC_lang language syntax.
5685
5686 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5687
5688 * gdb.base/info_minsym.c: New file.
5689 * gdb.base/info_minsym.exp: New file.
5690
5691 2018-11-19 Tom Tromey <tom@tromey.com>
5692
5693 PR rust/23625:
5694 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5695 * gdb.rust/expr.exp: Update expected output. Change one test.
5696
5697 2018-11-19 Tom Tromey <tom@tromey.com>
5698
5699 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5700
5701 2018-11-19 Pedro Alves <palves@redhat.com>
5702
5703 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5704 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5705 see the expected warning.
5706
5707 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5708
5709 PR gdb/22736:
5710 * gdb.cp/infcall-nodebug-lib.c: New test.
5711 * gdb.cp/infcall-nodebug-main.c: New test.
5712 * gdb.cp/infcall-nodebug.exp: New file.
5713
5714 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5715
5716 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5717 completer tests.
5718
5719 2018-11-09 Tom de Vries <tdevries@suse.de>
5720
5721 * gdb.base/msym-lang.c: New test.
5722 * gdb.base/msym-lang.exp: New file.
5723 * gdb.base/msym-lang-main.c: New test.
5724
5725 2018-11-08 Tom Tromey <tom@tromey.com>
5726
5727 PR gdb/23555:
5728 PR gdb/23838:
5729 * gdb.base/warning.exp: New file.
5730
5731 2018-11-08 Jan Beulich <jbeulich@suse.com>
5732
5733 * testsuite/gdb.arch/i386-avx512.c,
5734 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5735
5736 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5737
5738 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5739 point hardware.
5740
5741 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5742
5743 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5744 * gdb.dwarf2/missing-type-name.exp: New file.
5745
5746 2018-11-06 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.base/many-headers.c: New test.
5749 * gdb.base/many-headers.exp: New file.
5750
5751 2018-11-06 Jim Wilson <jimw@sifive.com>
5752
5753 * gdb.base/code_elim.exp: For riscv, set additional_flags
5754 to include -msmall-data-limit=0.
5755
5756 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5757
5758 * gdb.ada/watch_minus_l: New testcase.
5759
5760 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5761
5762 * gdb.arch/aix-sighandle.c: New file.
5763 * gdb.arch/aix-sighandle.exp: New file.
5764
5765 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5766
5767 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5768 registers being unions.
5769
5770 2018-10-31 Tom de Vries <tdevries@suse.de>
5771
5772 * lib/valgrind.exp: New file.
5773 (vgdb_start, vgdb_stop): New procs, factored out of ...
5774 * gdb.base/valgrind-bt.exp: ... here, ...
5775 * gdb.base/valgrind-disp-step.exp: ... here and ...
5776 * gdb.base/valgrind-infcall.exp: ... here.
5777
5778 2018-10-31 Tom de Vries <tdevries@suse.de>
5779
5780 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5781
5782 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5783
5784 * gdb.dwarf2/void-type.c: New file.
5785 * gdb.dwarf2/void-type.exp: New file.
5786
5787 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5788
5789 * gdb.base/info_qt.c: New file.
5790 * gdb.base/info_qt.exp: New file.
5791
5792 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5793
5794 * gdb.arch/powerpc-htm-regs.c: New file.
5795 * gdb.arch/powerpc-htm-regs.exp: New file.
5796
5797 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5798
5799 * gdb.arch/powerpc-tar.c: New file.
5800 * gdb.arch/powerpc-tar.exp: New file.
5801
5802 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5803
5804 * gdb.arch/powerpc-ppr-dscr.c: New file.
5805 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5806
5807 2018-10-25 Tom de Vries <tdevries@suse.de>
5808
5809 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5810
5811 2018-10-24 Tom de Vries <tdevries@suse.de>
5812
5813 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5814 longer exists error.
5815
5816 2018-10-24 Tom de Vries <tdevries@suse.de>
5817
5818 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5819
5820 2018-10-24 Tom de Vries <tdevries@suse.de>
5821
5822 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5823 --db-attach in valgrind.
5824
5825 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5826
5827 * gdb.arch/riscv-reg-aliases.c: New file.
5828 * gdb.arch/riscv-reg-aliases.exp: New file.
5829
5830 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5831
5832 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5833
5834 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5835
5836 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5837
5838 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5839
5840 * gdb.cp/ovldbreak.exp: Fix regexps.
5841
5842 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5843
5844 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5845
5846 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5847
5848 PR cli/23785
5849 * gdb.base/restore.exp: New test to check if "restore" with an
5850 invalid file doesn't segfault.
5851
5852 2018-10-18 Tom de Vries <tdevries@suse.de>
5853
5854 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5855 * gdb.ada/excep_handle.exp: Same.
5856 * gdb.ada/mi_string_access.exp: Same.
5857 * gdb.ada/mi_var_union.exp: Same.
5858 * gdb.arch/arc-analyze-prologue.exp: Same.
5859 * gdb.arch/arc-decode-insn.exp: Same.
5860 * gdb.base/readnever.exp: Same.
5861 * gdb.fortran/printing-types.exp: Same.
5862 * gdb.guile/scm-lazy-string.exp: Same.
5863
5864 2018-10-16 Tom de Vries <tdevries@suse.de>
5865
5866 PR gdb/23730
5867 * gdb.base/catch-follow-exec.c: Add copyright notice.
5868 * gdb.base/catch-follow-exec.exp: Rewrite to use
5869 gdb_spawn_with_cmdline_opts. Require gdb-native.
5870
5871 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5872
5873 * gdb.trace/actions-changed.exp: Check for arch support.
5874 * gdb.trace/actions.exp: Likewise.
5875 * gdb.trace/ax.exp: Likewise.
5876 * gdb.trace/backtrace.exp: Likewise.
5877 * gdb.trace/change-loc.exp: Likewise.
5878 * gdb.trace/deltrace.exp: Likewise.
5879 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5880 * gdb.trace/ftrace.exp: Likewise.
5881 * gdb.trace/infotrace.exp: Check for arch support.
5882 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5883 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5884 * gdb.trace/mi-tsv-changed.exp: Likewise.
5885 * gdb.trace/packetlen.exp: Likewise.
5886 * gdb.trace/passc-dyn.exp: Likewise.
5887 * gdb.trace/passcount.exp: Likewise.
5888 * gdb.trace/pending.exp: Likewise.
5889 * gdb.trace/range-stepping.exp: Check for shlib support.
5890 * gdb.trace/report.exp: Check for arch support.
5891 * gdb.trace/save-trace.exp: Likewise.
5892 * gdb.trace/signal.exp: Check for signal support.
5893 * gdb.trace/tfind.exp: Check for arch support.
5894 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5895 * gdb.trace/trace-common.h: Add comment.
5896 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5897 * gdb.trace/trace-enable-disable.exp: Likewise.
5898 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5899 * gdb.trace/tracecmd.exp: Check for arch support.
5900 * gdb.trace/tspeed.exp: Check for shlib and target support.
5901 * gdb.trace/tstatus.exp: Check for arch support.
5902 * gdb.trace/tsv.exp: Likewise.
5903 * gdb.trace/while-dyn.exp: Likewise.
5904 * gdb.trace/while-stepping.exp: Likewise.
5905 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5906
5907 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5908
5909 * gdb.trace/tspeed.exp: Remove nowarnings.
5910 (prepare_for_trace_test): Declare "global ipalib".
5911 * gdb.trace/tspeed.c: Include unistd.h.
5912 (main): Remove superfluous printf argument.
5913
5914 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5915
5916 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5917 directory prefix on the filename.
5918
5919 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5920
5921 * gdb.gdb/unittest.exp: Update expected message informing that
5922 selftests have been disabled.
5923 * gdb.server/unittest.exp: Likewise.
5924
5925 2018-10-09 Tom de Vries <tdevries@suse.de>
5926
5927 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5928 with runto_main.
5929
5930 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5931
5932 PR c++/16841
5933 * gdb.cp/virtbase2.cc: New file.
5934 * gdb.cp/virtbase2.exp: New file.
5935
5936 2018-10-06 Tom Tromey <tom@tromey.com>
5937
5938 PR python/19399:
5939 * gdb.python/py-inferior.exp: Add architecture test.
5940
5941 2018-10-06 Tom Tromey <tom@tromey.com>
5942
5943 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5944 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5945
5946 2018-10-06 Tom Tromey <tom@tromey.com>
5947
5948 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5949 of a "throw" catchpoint.
5950
5951 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5952
5953 * gdb.base/info-proc.exp: Update string expected from "help info
5954 proc".
5955
5956 2018-10-04 Tom Tromey <tom@tromey.com>
5957
5958 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5959 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5960 (test_initial_complaints, test_empty_complaints): Update.
5961 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5962
5963 2018-10-04 Tom Tromey <tom@tromey.com>
5964
5965 PR cli/19551:
5966 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5967 * lib/gdb.exp (gdb_file_cmd): Update.
5968 * gdb.stabs/weird.exp (print_weird_var): Update.
5969 * gdb.server/solib-list.exp: Update.
5970 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5971 * gdb.mi/mi-cli.exp: Update.
5972 * gdb.linespec/linespec.exp: Update.
5973 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5974 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5975 * gdb.cp/cp-relocate.exp: Update.
5976 * gdb.base/sym-file.exp: Update.
5977 * gdb.base/relocate.exp: Update.
5978 * gdb.base/readnever.exp: Update.
5979 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5980 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5981 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5982 * gdb.base/code_elim.exp: Update.
5983 * gdb.base/break-unload-file.exp (test_break): Update.
5984 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5985 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5986 Update.
5987 * gdb.base/attach.exp (do_attach_tests): Update.
5988 * gdb.base/sepdebug.exp: Update.
5989 * gdb.python/py-section-script.exp: Update.
5990
5991 2018-10-04 Tom Tromey <tom@tromey.com>
5992
5993 PR cli/22234:
5994 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5995 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5996 output.
5997
5998 2018-10-04 Tom Tromey <tom@tromey.com>
5999
6000 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6001 set width and height to 0.
6002 (test_command_line_attach_run): Use -quiet.
6003
6004 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6005
6006 * lib/gdb.exp (skip_ifunc_tests): New.
6007 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6008 other compile failures.
6009 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6010
6011 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6012
6013 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6014 is_amd64_regs_target.
6015
6016 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6017
6018 * gdb.arch/aarch64-sighandler-regs.c: New test.
6019 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6020 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6021
6022 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6023
6024 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6025 assembly.
6026
6027 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6028
6029 * gdb.base/frame-selection.exp: New file.
6030 * gdb.base/frame-selection.c: New file.
6031
6032 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6033
6034 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6035 pthread barrier.
6036 (main): Likewise.
6037
6038 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6039
6040 * gdb.base/large-frame-1.c: New file.
6041 * gdb.base/large-frame-2.c: New file.
6042 * gdb.base/large-frame.exp: New file.
6043 * gdb.base/large-frame.h: New file.
6044
6045 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6046
6047 PR gdb/20948
6048 * gdb.base/write_mem.exp: New test.
6049 * gdb.base/write_mem.c: Likewise.
6050
6051 2018-09-23 Tom Tromey <tom@tromey.com>
6052
6053 PR python/18852:
6054 * gdb.python/py-parameter.exp: Add test for parameter that throws
6055 on "set".
6056
6057 2018-09-23 Tom Tromey <tom@tromey.com>
6058
6059 PR python/17284:
6060 * gdb.python/py-template.exp (test_template_arg): Add test for
6061 negative template argument number.
6062
6063 2018-09-23 Tom Tromey <tom@tromey.com>
6064
6065 PR python/14062:
6066 * gdb.python/python.exp: Add test for post_event error.
6067
6068 2018-09-23 Tom Tromey <tom@tromey.com>
6069
6070 PR python/18170:
6071 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6072 convert pointers to int and long.
6073
6074 2018-09-23 Tom Tromey <tom@tromey.com>
6075
6076 PR python/20126:
6077 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6078 signed-ness conversion tests.
6079
6080 2018-09-23 Tom Tromey <tom@tromey.com>
6081
6082 PR python/18352;
6083 * gdb.python/py-value.exp (test_float_conversion): New proc.
6084 Use it.
6085
6086 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6087
6088 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6089
6090 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6091
6092 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6093 no readline.
6094 * gdb.base/utf8-identifiers.exp: Likewise.
6095 * gdb.cp/cpcompletion.exp: Likewise.
6096 * gdb.linespec/cpcompletion.exp: Likewise.
6097 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6098 * gdb.linespec/cpls-ops.exp: Likewise.
6099
6100 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6101 Chris January <chris.january@arm.com>
6102
6103 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6104 * gdb.fortran/short-circuit-argument-list.exp: New file.
6105 * gdb.fortran/short-circuit-argument-list.f90: New test.
6106
6107 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6108
6109 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6110 "arch=" keyword when executing "-stack-list-frames".
6111
6112 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6113
6114 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6115 "arch=" keyword when executing "-stack-list-frames".
6116
6117 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6118
6119 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6120 break ada".
6121
6122 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6123
6124 PR python/23669
6125 * gdb.python/python.exp: Test gdb.execute("show commands").
6126
6127 2018-09-16 Tom Tromey <tom@tromey.com>
6128
6129 * gdb.base/new-ui.exp (do_execution_tests): Update.
6130 * gdb.base/dbx.exp (test_breakpoints): Update.
6131
6132 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6133
6134 * lib/gdb.exp (gdb_simple_compile): Add proc.
6135 (is_elf_target): Use gdb_simple_compile.
6136 (skip_altivec_tests): Likewise.
6137 (skip_vsx_tests): Likewise.
6138 (skip_tsx_tests): Likewise.
6139 (skip_btrace_tests): Likewise.
6140 (skip_btrace_pt_tests): Likewise.
6141 (gdb_can_simple_compile): Likewise.
6142 (gdb_has_argv0): Likewise.
6143 (gdb_target_symbol_prefix): Likewise.
6144 (target_supports_scheduler_locking): Likewise.
6145
6146 2018-09-13 Tom Tromey <tom@tromey.com>
6147
6148 * Makefile.in (TAGS): Recognize proc_with_prefix and
6149 gdb_caching_proc.
6150
6151 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6154 method.
6155
6156 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6157
6158 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6159 and a few other Inferior properties when the Inferior is no
6160 longer valid.
6161
6162 2018-09-13 Tom Tromey <tom@tromey.com>
6163
6164 PR rust/23650:
6165 * gdb.rust/simple.exp: Add test for enum field access error.
6166
6167 2018-09-13 Tom Tromey <tom@tromey.com>
6168
6169 PR rust/23626:
6170 * gdb.rust/simple.rs (EmptyEnum): New type.
6171 (main): Use it.
6172 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6173
6174 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6177 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6178 * gdb.python/py-symtab.exp: Update test printing an objfile.
6179
6180 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6181
6182 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6183 object.
6184
6185 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6186
6187 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6188 (support_complex_tests): Use gdb_can_simple_compile.
6189 (is_ilp32_target): Likewise.
6190 (is_lp64_target): Likewise.
6191 (is_64_target): Likewise.
6192 (is_amd64_regs_target): Likewise.
6193 (is_aarch32_target): Likewise.
6194 (gdb_int128_helper): Likewise.
6195
6196 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6197
6198 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6199
6200 2018-09-10 Jerome Guitton <guitton@adacore.com>
6201
6202 * gdb.ada/same_component_name: Add test for case of tagged record
6203 with variable-length fields.
6204
6205 2018-09-10 Xavier Roirand <roirand@adacore.com>
6206
6207 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6208 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6209 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6210 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6211
6212 2018-09-10 Xavier Roirand <roirand@adacore.com>
6213
6214 * gdb.ada/mi_string_access.exp: New testcase.
6215 * gdb.ada/mi_string_access/bar.adb: New file.
6216 * gdb.ada/mi_string_access/pck.adb: New file.
6217 * gdb.ada/mi_string_access/pck.asd: New file.
6218
6219 2018-09-10 Xavier Roirand <roirand@adacore.com>
6220
6221 * gdb.ada/mi_var_union.exp: New testcase.
6222 * gdb.ada/mi_var_union/bar.adb: New file.
6223 * gdb.ada/mi_var_union/pck.adb: New file.
6224 * gdb.ada/mi_var_union/pck.asd: New file.
6225
6226 2018-09-08 Tom Tromey <tom@tromey.com>
6227
6228 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6229
6230 2018-09-08 Tom Tromey <tom@tromey.com>
6231
6232 PR python/16047:
6233 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6234 (register_pretty_printers): Register new printer.
6235 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6236 test.
6237 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6238 (an_int_type3): New global.
6239
6240 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6241
6242 * gdb.ada/expr_with_funcall: New testcase.
6243
6244 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6245
6246 * gdb.ada/packed_array_assign: New testcase.
6247
6248 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6249
6250 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6251 names, and add test prefixes to make test names unique.
6252
6253 2018-09-05 Tom de Vries <tdevries@suse.de>
6254
6255 * gdb.dwarf2/varval.exp: Add test.
6256
6257 2018-09-04 Gary Benson <gbenson@redhat.com>
6258
6259 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6260 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6261
6262 2018-08-31 Tom Tromey <tom@tromey.com>
6263
6264 * gdb.rust/simple.rs: Rename second variable "v".
6265
6266 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6267
6268 * gdb.base/funcargs.c (use_a): New function.
6269 (recurse): Call use_a.
6270
6271 2018-08-29 Keith Seitz <keiths@redhat.com>
6272
6273 * gdb.compile/compile-cplus-anonymous.cc: New file.
6274 * gdb.compile/compile-cplus-anonymous.exp: New file.
6275 * gdb.compile/compile-cplus-array-decay.cc: New file.
6276 * gdb.compile/compile-cplus-array-decay.exp: New file.
6277 * gdb.compile/compile-cplus-inherit.cc: New file.
6278 * gdb.compile/compile-cplus-inherit.exp: New file.
6279 * gdb.compile/compile-cplus-member.cc: New file.
6280 * gdb.compile/compile-cplus-member.exp: New file.
6281 * gdb.compile/compile-cplus-method.cc: New file.
6282 * gdb.compile/compile-cplus-method.exp: New file.
6283 * gdb.compile/compile-cplus-mod.c: "New" file.
6284 * gdb.compile/compile-cplus-namespace.cc: New file.
6285 * gdb.compile/compile-cplus-namespace.exp: New file.
6286 * gdb.compile/compile-cplus-nested.cc: New file.
6287 * gdb.compile/compile-cplus-nested.exp: New file.
6288 * gdb.compile/compile-cplus-print.c: "New" file.
6289 * gdb.compile/compile-cplus-print.exp: "New" file.
6290 * gdb.compile/compile-cplus-virtual.cc: New file.
6291 * gdb.compile/compile-cplus-virtual.exp: New file.
6292 * gdb.compile/compile-cplus.c: "New" file.
6293 * gdb.compile/compile-cplus.exp: "New" file.
6294 * lib/compile-support.exp: New file.
6295
6296 2018-08-16 Gary Benson <gbenson@redhat.com>
6297
6298 PR gdb/13000:
6299 * gdb.base/batch-exit-status.exp: New file.
6300 * gdb.base/batch-exit-status.good-commands: Likewise.
6301 * gdb.base/batch-exit-status.bad-commands: Likewise.
6302
6303 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6304
6305 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6306 (struct struct02): Likewise.
6307 (struct struct03): Likewise.
6308 (struct struct04): Likewise.
6309 (struct struct_01_01): New struct.
6310 (struct struct_01_02): Likewise.
6311 (struct struct_01_03): Likewise.
6312 (struct struct_01_04): Likewise.
6313 (struct struct_02_01): Likewise.
6314 (struct struct_02_02): Likewise.
6315 (struct struct_02_03): Likewise.
6316 (struct struct_02_04): Likewise.
6317 (struct struct_04_01): Likewise.
6318 (struct struct_04_02): Likewise.
6319 (struct struct_04_03): Likewise.
6320 (struct struct_04_04): Likewise.
6321 (struct struct_05_01): Likewise.
6322 (struct struct_05_02): Likewise.
6323 (struct struct_05_03): Likewise.
6324 (struct struct_05_04): Likewise.
6325 (cmp_struct01): Remove function.
6326 (cmp_struct02): Likewise.
6327 (cmp_struct03): Likewise.
6328 (cmp_struct04): Likewise.
6329 (cmp_struct_01_01): Add Function.
6330 (cmp_struct_01_02): Likewise.
6331 (cmp_struct_01_03): Likewise.
6332 (cmp_struct_01_04): Likewise.
6333 (cmp_struct_02_01): Likewise.
6334 (cmp_struct_02_02): Likewise.
6335 (cmp_struct_02_03): Likewise.
6336 (cmp_struct_02_04): Likewise.
6337 (cmp_struct_04_01): Likewise.
6338 (cmp_struct_04_02): Likewise.
6339 (cmp_struct_04_03): Likewise.
6340 (cmp_struct_04_04): Likewise.
6341 (cmp_struct_05_01): Likewise.
6342 (cmp_struct_05_02): Likewise.
6343 (cmp_struct_05_03): Likewise.
6344 (cmp_struct_05_04): Likewise.
6345 (call_all): Add new structs.
6346 * gdb.base/infcall-nested-structs.exp: Likewise.
6347
6348 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6349
6350 * gdb.python/py-framefilter-mi.exp: Update regexp to
6351 check for "arch" field in frame output.
6352
6353 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6354
6355 * gdb.dwarf2/dw2-ranges-func.c: New file.
6356 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6357
6358 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6359
6360 * gdb.base/term.exp: Compare terminal settings with values from
6361 the inferior.
6362 * gdb.base/term.c: Get and set terminal settings.
6363
6364 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6365
6366 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6367 accommodate new "arch" field in frame output.
6368 * gdb.mi/mi-return.exp: Likewise.
6369 * gdb.mi/mi-stack.exp: Likewise.
6370 * gdb.mi/mi-syn-frame.exp: Likewise.
6371 * gdb.mi/user-selected-context-sync.exp: Likewise.
6372
6373 2018-08-19 Michael Spang <spang@google.com>
6374
6375 PR gdb/11786
6376 * gdb.base/gcore-tls-pie.c: New file.
6377 * gdb.base/gcore-tls-pie.exp: New file.
6378
6379 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6380
6381 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6382 * gdb.dwarf2/varval.c: New file.
6383 * gdb.dwarf2/varval.exp: New file.
6384
6385 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6386
6387 PR gdb/18931
6388 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6389
6390 2018-08-16 Keith Seitz <keiths@redhat.com>
6391
6392 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6393 tests expected to pass.
6394
6395 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6396
6397 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6398 -data-disassemble -a.
6399 (test_disassembly_bogus_args): Likewise.
6400
6401 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6402
6403 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6404
6405 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * gdb.base/vla-optimized-out.exp: Add new test.
6408
6409 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 * gdb.base/vla-optimized-out-o3.exp: Delete.
6412 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6413 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6414 deleted tests.
6415
6416 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6417
6418 PR gdb/18050:
6419 * gdb.server/extended-remote-restart.c: New file.
6420 * gdb.server/extended-remote-restart.exp: New file.
6421
6422 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6423
6424 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6425 "set variable index = 42".
6426
6427 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6428
6429 * boards/index-cache-gdb.exp: New file.
6430 * gdb.dwarf2/index-cache.exp: New file.
6431 * gdb.dwarf2/index-cache.c: New file.
6432 * gdb.base/maint.exp: Check if we are using the index cache.
6433
6434 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6435
6436 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6437 MAKEFLAGS.
6438
6439 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6440
6441 * dg-extract-results.sh: Move to toplevel contrib.
6442 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6443 * Makefile.in (check-parallel-racy): Likewise.
6444
6445 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6448 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6449 tests if the target supports scheduler locking.
6450
6451 2018-08-04 Tom de Vries <tdevries@suse.de>
6452
6453 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6454
6455 2018-08-02 Tom Tromey <tom@tromey.com>
6456
6457 PR symtab/16842.
6458 * gdb.cp/temargs.exp: Test "info address" of a template
6459 parameter.
6460
6461 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6462
6463 * gdb.python/py-mi-var-info-path-expression.c: New file.
6464 * gdb.python/py-mi-var-info-path-expression.py: New file.
6465 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6466
6467 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6468
6469 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6470 error after "cannot resolve name" string.
6471
6472 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6473
6474 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6475 started.
6476 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6477
6478 2018-07-28 Tom de Vries <tdevries@suse.de>
6479
6480 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6481
6482 2018-07-26 Tom de Vries <tdevries@suse.de>
6483
6484 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6485
6486 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6487
6488 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6489 is visible.
6490
6491 2018-07-26 Tom de Vries <tdevries@suse.de>
6492
6493 PR breakpoints/23366
6494 * gdb.base/catch-follow-exec.c: New test.
6495 * gdb.base/catch-follow-exec.exp: New file.
6496
6497 2018-07-25 Tom de Vries <tdevries@suse.de>
6498
6499 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6500 vla-optimized-out.c.
6501
6502 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6503
6504 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6505 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6506
6507 2018-07-20 Tom de Vries <tdevries@suse.de>
6508
6509 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6510 NOCLONE macro.
6511 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6512
6513 2018-07-19 Tom de Vries <tdevries@suse.de>
6514
6515 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6516 regular expression.
6517
6518 2018-07-18 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.base/vla-optimized-out.c: New test.
6521 * gdb.base/vla-optimized-out.exp: New file.
6522
6523 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6524
6525 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6526 message "No address associated with hostname" when gdbserver
6527 cannot resolve the hostname.
6528
6529 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6530
6531 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6532 Add some test prefixes to make tests unique.
6533
6534 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6535
6536 * gdb.base/frameapply.c: New file.
6537 * gdb.base/frameapply.exp: New file.
6538
6539 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6540
6541 * gdb.base/skip.exp: Update expected error message.
6542
6543 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6544 Jan Kratochvil <jan.kratochvil@redhat.com>
6545 Paul Fertser <fercerpav@gmail.com>
6546 Tsutomu Seki <sekiriki@gmail.com>
6547
6548 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6549 parameter.
6550 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6551 by default.
6552 * boards/native-gdbserver.exp: Likewise.
6553 * gdb.server/run-without-local-binary.exp: Improve regexp used
6554 for detecting when a remote debugging connection succeeds.
6555 * gdb.server/server-connect.exp: New file.
6556 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6557 Do not prefix the port number with ":".
6558 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6559 support for detecting and using it. Add '$debughost_gdbserver'
6560 to the list of arguments used to start gdbserver. Handle case
6561 when gdbserver cannot resolve a network name.
6562
6563 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6564
6565 PR c++/23373
6566 * gdb.base/ptype-offsets.cc (struct static_member): New
6567 struct.
6568 (main) <stmember>: New variable.
6569 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6570 with a static member in it.
6571
6572 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6573
6574 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6575 watchpoints enabled and disabled.
6576
6577 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6578
6579 * gdb.base/examine-backward.exp: Still run tests around address
6580 0x0, even if address 0x0 is not readable. Update the pattern for
6581 matching address 0x0 in expected output.
6582
6583 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6584
6585 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6586 malloc/free.
6587
6588 2018-07-04 Tom de Vries <tdevries@suse.de>
6589
6590 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6591
6592 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6593
6594 PR tdep/8282
6595 * gdb.arch/mips-disassembler-options.exp: New test.
6596 * gdb.arch/mips-disassembler-options.s: New test source.
6597
6598 2018-06-29 Pedro Alves <palves@redhat.com>
6599
6600 * gdb.threads/names.exp: Adjust expected "info threads" output.
6601
6602 2018-06-29 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.opt/inline-break.exp (line number, address): Add "info
6605 break" tests.
6606
6607 2018-06-29 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6610 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6611 number and address and running to them.
6612
6613 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6614
6615 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6616
6617 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * lib/compiler.c: Remove executable permission flag.
6620
6621 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6622
6623 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6624 code.
6625 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6626
6627 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6628
6629 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6630
6631 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6632
6633 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6634 address argument is omitted.
6635
6636 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6637
6638 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6639
6640 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6641
6642 PR gdb/21695
6643 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6644 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6645
6646 2018-06-26 Tom Tromey <tom@tromey.com>
6647
6648 PR rust/22574:
6649 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6650 * gdb.rust/simple.rs (struct SimpleLayout): New.
6651
6652 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6653
6654 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6655 "info registers" output.
6656
6657 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6658
6659 * gdb.base/watchpoint-hw-attach.c: New test.
6660 * gdb.base/watchpoint-hw-attach.exp: New file.
6661
6662 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6663
6664 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6665 through /bin/sh.
6666 * boards/dwarf4-gdb-index.exp: Likewise.
6667 * boards/fission-dwp.exp: Likewise.
6668
6669 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6670
6671 * gdb.base/float128.exp: Add comment and improved fail message
6672 to the failure case of "print large128" test.
6673
6674 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 * configure.ac: Remove AC_PREREQ.
6677 * configure: Re-generate.
6678
6679 2018-06-19 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6682 (func_extern_caller): New.
6683 (main): Call func_extern_caller.
6684 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6685 logic change.
6686
6687 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6688
6689 PR gdb/16841
6690 * gdb.cp/typedef-base.cc: New file.
6691 * gdb.cp/typedef-base.exp: New file.
6692
6693 2018-06-18 Tom de Vries <tdevries@suse.de>
6694
6695 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6696
6697 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6698 Richard Bunt <Richard.Bunt@arm.com>
6699
6700 * gdb.threads/attach-slow-waitpid.c: New file.
6701 * gdb.threads/attach-slow-waitpid.exp: New file.
6702 * gdb.threads/slow-waitpid.c: New file.
6703
6704 2018-06-14 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/fork-running-state.c: Include <errno.h>.
6707 (exit_if_relative_exits): New.
6708 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6709 exits.
6710 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6711 child exits.
6712
6713 2018-06-14 Tom de Vries <tdevries@suse.de>
6714
6715 PR cli/22573
6716 * gdb.base/finish-pretty.c: New test.
6717 * gdb.base/finish-pretty.exp: New file.
6718
6719 2018-06-14 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6722 gdb's expected startup output.
6723
6724 2018-06-14 Pedro Alves <palves@redhat.com>
6725
6726 * lib/selftest-support.exp (selftest_setup): Remove inlined
6727 function handling.
6728
6729 2018-06-14 Tom de Vries <tdevries@suse.de>
6730
6731 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6732 matching of breakpoint printing.
6733
6734 2018-06-13 Tom de Vries <tdevries@suse.de>
6735
6736 PR testsuite/23269
6737 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6738 (fork_child): ... here, and ...
6739 (fork_parent): ... here.
6740
6741 2018-06-12 Tom de Vries <tdevries@suse.de>
6742
6743 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6744
6745 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6746 Stephen Roberts <stephen.roberts@arm.com>
6747
6748 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6749 rewrite test to describe action performed, rather than possible
6750 failure.
6751
6752 2018-06-08 Gary Benson <gbenson@redhat.com>
6753
6754 * gdb.threads/check-libthread-db.exp: New file.
6755 * gdb.threads/check-libthread-db.c: Likewise.
6756
6757 2018-06-05 Tom Tromey <tom@tromey.com>
6758
6759 * gdb.base/default.exp: Update expected "show version" output.
6760
6761 2018-06-05 Tom Tromey <tom@tromey.com>
6762
6763 PR cli/12326:
6764 * gdb.cp/static-print-quit.exp: Update.
6765 * lib/gdb.exp (pagination_prompt): Update.
6766 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6767 * gdb.python/python.exp: Update.
6768
6769 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6770
6771 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6772
6773 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6774
6775 * gdb.ada/bp_fun_addr: New testcase.
6776
6777 2018-06-01 Tom Tromey <tom@tromey.com>
6778
6779 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6780 results.
6781 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6782 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6783 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6784 * gdb.base/maint.exp (maint_pass_if): Update.
6785
6786 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6787
6788 * gdb.base/endian.exp: New test.
6789 * gdb.base/endian.c: New test source.
6790
6791 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6792
6793 PR gdb/23203
6794 * gdb.base/bt-selected-frame.c: New file.
6795 * gdb.base/bt-selected-frame.exp: New file.
6796 * lib/gdb.exp (get_current_frame_number): New function.
6797
6798 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6799 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.threads/tls-core.c: Include <stdlib.h>
6802 (thread_proc): Call `abort'.
6803 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6804 (tls_core_test): New procedure, bits factored out from ...
6805 (top level): ... here. Test both native cores and gcore cores.
6806
6807 2018-05-23 Tom Tromey <tom@tromey.com>
6808
6809 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6810
6811 2018-05-23 Tom Tromey <tom@tromey.com>
6812
6813 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6814 symfile_complaints.
6815 (test_short_complaints): Likewise.
6816 (test_empty_complaints): Likewise.
6817 (test_initial_complaints): Update.
6818
6819 2018-05-23 Tom Tromey <tom@tromey.com>
6820
6821 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6822
6823 2018-05-23 Tom Tromey <tom@tromey.com>
6824
6825 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6826 (test_short_complaints): Update.
6827
6828 2018-05-22 Pedro Alves <palves@redhat.com>
6829
6830 * gdb.base/remote.exp: Only gdb_start after compiling the
6831 testcase. Issue "disconnect" before testing "set remote" command
6832 defaults. Issue clean_restart before running to main.
6833
6834 2018-05-22 Pedro Alves <palves@redhat.com>
6835
6836 * gdb.base/remote.exp: Adjust expected output of "show remote
6837 memory-write-packet-size". Add tests for "set remote
6838 memory-write-packet-size 0" and "set remote
6839 memory-write-packet-size fixed/limit".
6840
6841 2018-05-22 Pedro Alves <palves@redhat.com>
6842
6843 PR gdb/22973
6844 * gdb.base/utf8-identifiers.c: New file.
6845 * gdb.base/utf8-identifiers.exp: New file.
6846
6847 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6848
6849 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6850
6851 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6852
6853 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6854
6855 2018-05-18 Tom Tromey <tom@tromey.com>
6856
6857 * gdb.base/ptype-offsets.exp: Update.
6858
6859 2018-05-17 Keith Seitz <keiths@redhat.com>
6860
6861 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6862 in expected breakpoint stop locations.
6863 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6864 move to proper scope to test variable values.
6865 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6866 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6867 New functions.
6868 (main): Call not_inline_func3.
6869 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6870 inline_func1, inline_func2, and inline_func3. Test that when each
6871 breakpoint is hit, GDB properly reports both the stop location
6872 and the backtrace. Repeat tests for temporary breakpoints.
6873
6874 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6875
6876 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6877 rather then trying to access it in determining whether the PID
6878 of `gdbserver' could have been retrieved.
6879
6880 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6881
6882 * gdb.arch/amd64-init-x87-values.S: New file.
6883 * gdb.arch/amd64-init-x87-values.exp: New file.
6884
6885 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6886
6887 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6888
6889 2018-05-04 Tom Tromey <tom@tromey.com>
6890
6891 PR python/22730:
6892 * gdb.python/python.exp: Test multi-line execute.
6893
6894 2018-05-04 Tom Tromey <tom@tromey.com>
6895
6896 PR python/22731:
6897 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6898
6899 2018-05-04 Tom Tromey <tom@tromey.com>
6900
6901 PR gdb/11750:
6902 * gdb.base/define.exp: Test defining a user command inside a user
6903 command.
6904 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6905
6906 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6907 Pedro Alves <palves@redhat.com>
6908
6909 PR breakpoints/19806 and support for PR external/20207.
6910 * gdb.base/watchpoint-unaligned.c: New file.
6911 * gdb.base/watchpoint-unaligned.exp: New file.
6912
6913 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6914
6915 * gdb.base/maint.exp: Make test names unique, use
6916 test_prefix_command_help to test 'help maint info', and remove
6917 repeated test of 'help maint'.
6918
6919 2018-05-04 Tom Tromey <tom@tromey.com>
6920
6921 PR gdb/22619:
6922 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6923 behavior.
6924
6925 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6926
6927 * gdb.base/maint.exp: Process output from 'maint print registers'
6928 line at a time.
6929
6930 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6931
6932 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6933 timeout.
6934
6935 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6936
6937 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6938 filter pattern.
6939
6940 2018-05-02 Pedro Alves <palves@redhat.com>
6941
6942 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6943 to_log_command renames.
6944 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6945
6946 2018-05-02 Tom Tromey <tom@tromey.com>
6947
6948 * gdb.python/py-parameter.exp: Set test message.
6949
6950 2018-05-02 Tom Tromey <tom@tromey.com>
6951
6952 PR python/20084:
6953 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6954 PARAM_ZUINTEGER_UNLIMITED tests.
6955
6956 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6957
6958 PR rust/23124
6959 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6960 when casting.
6961
6962 2018-04-30 Tom Tromey <tom@tromey.com>
6963
6964 * gdb.python/py-type.exp: Check align attribute.
6965 * gdb.python/py-type.c: New "aligncheck" global.
6966
6967 2018-04-30 Tom Tromey <tom@tromey.com>
6968
6969 PR exp/17095:
6970 * gdb.dwarf2/dw2-align.exp: New file.
6971 * gdb.cp/align.exp: New file.
6972 * gdb.base/align.exp: New file.
6973 * lib/gdb.exp (gdb_int128_helper): New proc.
6974 (has_int128_c, has_int128_cxx): New caching procs.
6975
6976 2018-04-27 Tom Tromey <tom@tromey.com>
6977
6978 PR rust/22545:
6979 * gdb.rust/simple.exp: Add inclusive range tests.
6980
6981 2018-04-26 Pedro Alves <palves@redhat.com>
6982
6983 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6984 ifunc breakpoint locations correctly of ifunc breakpoints set
6985 while the program resolves the ifunc.
6986
6987 2018-04-26 Pedro Alves <palves@redhat.com>
6988
6989 * gdb.base/gnu-ifunc-final.c: New file.
6990 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6991 * gdb.base/gnu-ifunc.exp (executable): Delete.
6992 (staticexecutable): Adjust.
6993 (lib_opts, exec_opts): Delete.
6994 (make_binsuffix, build, set-break): New procedures.
6995 (misc_tests): New, with tests factored out from the top level.
6996 (top level): Test different combinations of ifunc resolver name,
6997 resolver with and with debug info, and ifunc target with and
6998 without debug info. Wrap static tests with with_target_prefix.
6999
7000 2018-04-26 Pedro Alves <palves@redhat.com>
7001
7002 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7003 return type" warnings.
7004
7005 2018-04-25 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7008 killed".
7009 * gdb.base/kill-after-signal.exp: Likewise.
7010 * gdb.threads/kill.exp: Likewise.
7011
7012 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7013 Sergio Durigan Junior <sergiodj@redhat.com>
7014 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7017 regexps to expect for '[Inferior ... detached]' as well.
7018 * gdb.base/attach.exp: Likewise.
7019 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7020 "gdb_continue_to_end".
7021 (test_catch_syscall_with_wrong_args): Likewise.
7022 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7023 ']'. Don't set 'verbose' on.
7024 * gdb.base/foll-vfork.exp: Likewise.
7025 * gdb.base/fork-print-inferior-events.c: New file.
7026 * gdb.base/fork-print-inferior-events.exp: New file.
7027 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7028 '[Inferior ... has been killed]' message.
7029 * gdb.base/kill-after-signal.exp: Likewise.
7030 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7031 detach message.
7032 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7033 message.
7034 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7035 regexps to expect for '[Inferior ... detached]' as well.
7036 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7037
7038 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7039
7040 PR gdb/23104
7041 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7042
7043 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7044
7045 PR gdb/23095
7046 * gdb.base/break-probes.exp: Pass shlib_load to
7047 prepare_for_testing. Set normal_bp to r_debug_state if target is
7048 bsd.
7049
7050 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7051
7052 * gdb.threads/multiple-successive-infcall.c: New test.
7053 * gdb.threads/multiple-successive-infcall.exp: New file.
7054
7055 2018-04-17 Tom Tromey <tom@tromey.com>
7056
7057 * gdb.rust/simple.rs (Union): New type.
7058 (main): New local "u".
7059 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7060
7061 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7062
7063 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7064 number information in output of "whereis" command.
7065 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7066
7067 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7068
7069 * gdb.ada/info_types.exp: Adjust expected output to the line
7070 numbers now printed by "info var/func/type".
7071 * gdb.base/completion.exp: Likewise.
7072 * gdb.base/included.exp: Likewise.
7073 * gdb.cp/cp-relocate.exp: Likewise.
7074 * gdb.cp/cplusfuncs.exp: Likewise.
7075 * gdb.cp/namespace.exp: Likewise.
7076 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7077
7078 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7079
7080 * gdb.btrace/cpu.exp: New.
7081
7082 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7083
7084 * gdb.base/step-indirect-call-thunk.exp: New.
7085 * gdb.base/step-indirect-call-thunk.c: New.
7086 * gdb.reverse/step-indirect-call-thunk.exp: New.
7087 * gdb.reverse/step-indirect-call-thunk.c: New.
7088
7089 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7090
7091 * gdb.base/pie-fork.c: New file.
7092 * gdb.base/pie-fork.exp: New file.
7093
7094 2018-04-11 Tom Tromey <tom@tromey.com>
7095
7096 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7097
7098 2018-04-10 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7101 exits. Instead loop running forever.
7102 (fork_parent): Run forever too.
7103
7104 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7105
7106 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7107 mi_continue_to_line.
7108 * gdb.mi/mi-stack.c (callee4): Add comment.
7109
7110 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7111
7112 * gdb.mi/mi-stack.exp: Fix indentation.
7113
7114 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7115
7116 PR gdb/22979
7117 * gdb.arch/amd64-osabi.exp: New file.
7118
7119 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7120
7121 PR gdb/22980
7122 * gdb.base/osabi.exp: New file.
7123
7124 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7125
7126 * gdb.cp/static-typedef-print.exp: New file.
7127 * gdb.cp/static-typedef-print.cc: New file.
7128
7129 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7130
7131 * gdb.ada/varsize_limit: New testcase.
7132
7133 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7134
7135 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7136
7137 * gdb.ada/notcplusplus: New testcase.
7138
7139 * gdb.base/c-linkage-name.c: New file.
7140 * gdb.base/c-linkage-name.exp: New testcase.
7141
7142 2018-03-26 Tom Tromey <tom@tromey.com>
7143
7144 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7145 * gdb.python/py-framefilter.py (name_error): New global.
7146 (ErrorInName.function): Use name_error.
7147
7148 2018-03-26 Tom Tromey <tom@tromey.com>
7149
7150 PR backtrace/15582:
7151 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7152
7153 2018-03-23 Keith Seitz <keiths@redhat.com>
7154
7155 PR c++/22968
7156 * gdb.cp/subtypes.exp: New file.
7157 * gdb.cp/subtypes.h: New file.
7158 * gdb.cp/subtypes.cc: New file.
7159 * gdb.cp/subtypes-2.cc: New file.
7160
7161 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7162
7163 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7164 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7165 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7166 -nostartfiles when compiling the test. Confirm that all registers
7167 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7168
7169 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7170
7171 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7172 option, syntax was wrong anyway.
7173 * gdb.arch/arm-disp-step.exp: Likewise.
7174 * gdb.arch/sparc64-regs.exp: Likewise.
7175 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7176 option, syntax was wrong anyway, switch to use
7177 prepare_for_testing.
7178 * gdb.arch/i386-disp-step.exp: Likewise.
7179
7180 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7181
7182 * gdb.ada/exec_changed.exp: Replace "target_info exists
7183 use_gdb_stub" by "use_gdb_stub".
7184 * gdb.ada/start.exp: Likewise.
7185 * gdb.base/async-shell.exp: Likewise.
7186 * gdb.base/attach-pie-misread.exp: Likewise.
7187 * gdb.base/attach-wait-input.exp: Likewise.
7188 * gdb.base/break-entry.exp: Likewise.
7189 * gdb.base/break-interp.exp: Likewise.
7190 * gdb.base/dprintf-detach.exp: Likewise.
7191 * gdb.base/nostdlib.exp: Likewise.
7192 * gdb.base/solib-nodir.exp: Likewise.
7193 * gdb.base/statistics.exp: Likewise.
7194 * gdb.base/testenv.exp: Likewise.
7195 * gdb.mi/mi-exec-run.exp: Likewise.
7196 * gdb.mi/mi-start.exp: Likewise.
7197 * gdb.multi/dummy-frame-restore.exp: Likewise.
7198 * gdb.multi/multi-arch-exec.exp: Likewise.
7199 * gdb.multi/multi-arch.exp: Likewise.
7200 * gdb.multi/tids.exp: Likewise.
7201 * gdb.multi/watchpoint-multi.exp: Likewise.
7202 * gdb.python/py-events.exp: Likewise.
7203 * gdb.threads/attach-into-signal.exp: Likewise.
7204 * gdb.threads/attach-stopped.exp: Likewise.
7205 * gdb.threads/threadapply.exp: Likewise.
7206 * lib/selftest-support.exp: Likewise.
7207
7208 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7209
7210 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7211
7212 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7213
7214 * gdb.perf/template-breakpoints.cc: New file.
7215 * gdb.perf/template-breakpoints.exp: New file.
7216 * gdb.perf/template-breakpoints.py: New file.
7217
7218 2018-03-19 Tom Tromey <tom@tromey.com>
7219
7220 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7221 y0.
7222 * gdb.rust/simple.exp: Test bare identifier form of struct
7223 initializer.
7224
7225 2018-03-19 Tom Tromey <tom@tromey.com>
7226
7227 * gdb.gdb/observer.exp: Remove.
7228
7229 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7230
7231 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7232 "qualified" option when setting breakpoints.
7233 * gdb.trace/backtrace.exp: Likewise.
7234 * gdb.trace/circ.exp: Likewise.
7235 * gdb.trace/collection.exp: Likewise.
7236 * gdb.trace/disconnected-tracing.exp: Likewise.
7237 * gdb.trace/ftrace-lock.exp: Likewise.
7238 * gdb.trace/ftrace.exp: Likewise.
7239 * gdb.trace/infotrace.exp: Likewise.
7240 * gdb.trace/packetlen.exp: Likewise.
7241 * gdb.trace/passc-dyn.exp: Likewise.
7242 * gdb.trace/qtro.exp: Likewise.
7243 * gdb.trace/read-memory.exp: Likewise.
7244 * gdb.trace/report.exp: Likewise.
7245 * gdb.trace/signal.exp: Likewise.
7246 * gdb.trace/status-stop.exp: Likewise.
7247 * gdb.trace/strace.exp: Likewise.
7248 * gdb.trace/tfind.exp: Likewise.
7249 * gdb.trace/trace-break.exp: Likewise.
7250 * gdb.trace/trace-condition.exp: Likewise.
7251 * gdb.trace/trace-mt.exp: Likewise.
7252 * gdb.trace/tstatus.exp: Likewise.
7253 * gdb.trace/tsv.exp: Likewise.
7254 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7255 * gdb.trace/unavailable.exp: Likewise.
7256 * gdb.trace/while-dyn.exp: Likewise.
7257
7258 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7259
7260 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7261 that libinproctrace is copied to the target.
7262
7263 2018-03-14 Tom Tromey <tom@tromey.com>
7264
7265 PR cli/14977:
7266 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7267 a null pointer.
7268 * gdb.base/wchar.exp: Likewise.
7269
7270 2018-03-14 Tom Tromey <tom@tromey.com>
7271
7272 PR cli/19918:
7273 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7274 flag.
7275
7276 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7277
7278 PR gdb/22841
7279 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7280 "target" to remote_exec.
7281
7282 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7283
7284 PR gdb/22841
7285 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7286 ${board}_upload): Remove.
7287
7288 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.cp/watch-cp.cc: New test.
7291 * gdb.cp/watch-cp.exp: New file.
7292
7293 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * gdb.base/infcall-nested-structs.exp: New file.
7296 * gdb.base/infcall-nested-structs.c: New file.
7297 * gdb.base/float.exp: Add riscv support.
7298
7299 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7300
7301 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7302 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7303
7304 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7305
7306 * gdb.server/abspath.exp: New file.
7307 * lib/gdb.exp (with_cwd): New procedure.
7308
7309 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7310
7311 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7312 use it.
7313 (gdb_is_target_remote_prompt): New proc.
7314 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7315 (gdb_is_target_native): Pass prompt parameter to
7316 gdb_is_target_1.
7317
7318 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7319
7320 * gdb.base/load-command.c: New file.
7321 * gdb.base/load-command.exp: New file.
7322 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7323 (gdb_is_target_1): ...this, and generalize for other targets
7324 than just remote.
7325 (gdb_is_target_remote): Use gdb_is_target_1.
7326 (gdb_is_target_native): use gdb_is_target_1.
7327
7328 2018-02-26 Tom Tromey <tom@tromey.com>
7329
7330 PR python/16497:
7331 * gdb.python/py-framefilter.exp: Update test.
7332
7333 2018-02-26 Tom Tromey <tom@tromey.com>
7334
7335 * gdb.dwarf2/variant.c: New file.
7336 * gdb.dwarf2/variant.exp: New file.
7337
7338 2018-02-26 Tom Tromey <tom@tromey.com>
7339
7340 * gdb.rust/simple.exp: Accept more possible results in enum test.
7341
7342 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7343
7344 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7345 parentheses.
7346
7347 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7348
7349 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7350 name of a variable: $actual_linejj -> $actual_line.
7351
7352 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7353
7354 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7355
7356 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7357
7358 * gdb.btrace/buffer-size.exp: Do not force BTS.
7359
7360 2018-02-14 Pedro Alves <palves@redhat.com>
7361
7362 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7363 getting a "Quit".
7364
7365 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7366
7367 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7368 Fix test name.
7369
7370 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7371
7372 * gdb.cp/m-static.exp: Check type of optimized out static
7373 member.
7374
7375 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7376
7377 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7378 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7379
7380 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7381 Leszek Swirski <leszeks@google.com>
7382
7383 * gdb.python/py-prettyprint.c
7384 (struct to_string_returns_value_inner,
7385 struct to_string_returns_value_wrapper): New.
7386 (main): Add tsrvw variable.
7387 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7388 ToStringReturnsValueWrapper): New classes.
7389 (register_pretty_printers): Register new pretty-printers.
7390 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7391 recursive pretty printer.
7392 * gdb.python/py-mi.exp: Likewise.
7393
7394 2018-02-01 Leszek Swirski <leszeks@google.com>
7395
7396 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7397 functions with the same name as an include file are parsed
7398 correctly.
7399
7400 2018-02-01 Yao Qi <yao.qi@linaro.org>
7401
7402 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7403 "\[^\r\n\]*".
7404
7405 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7406
7407 * gdb.arch/powerpc-prologue-frame.s: New file.
7408 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7409 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7410
7411 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7412
7413 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7414
7415 2018-01-30 Pedro Alves <palves@redhat.com>
7416
7417 PR gdb/13211
7418 * gdb.base/interrupt-daemon.c: New.
7419 * gdb.base/interrupt-daemon.exp: New.
7420 * gdb.multi/multi-term-settings.c: New.
7421 * gdb.multi/multi-term-settings.exp: New.
7422
7423 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.base/break.exp: Save the location where the breakpoint
7426 on break.c:47 was actually inserted when debugging the version
7427 compiled at -O2 and use it in the expected output of the "info
7428 break" test performed soon after.
7429
7430 2018-01-22 Pedro Alves <palves@redhat.com>
7431 Sergio Durigan Junior <sergiodj@redhat.com>
7432
7433 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7434 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7435
7436 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7437
7438 * gdb.base/break-include.c, gdb.base/break-include.inc,
7439 gdb.base/break-include.exp: New files.
7440 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7441 line number now being the actual line number where the breakpoint
7442 was inserted.
7443 * gdb.mi/mi-break.exp: Likewise.
7444 * gdb.mi/mi-reverse.exp: Likewise.
7445 * gdb.mi/mi-simplerun.exp: Ditto.
7446
7447 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7448
7449 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7450 varobj.
7451 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7452
7453 2018-01-21 Don Breazeal <donb@codesourcery.com>
7454 Andrew Burgess <andrew.burgess@embecosm.com>
7455
7456 * gdb.mi/basics.c: Add new global.
7457 * gdb.mi/mi-frame-regs.exp: New file.
7458 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7459 case.
7460
7461 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7464 non-parameter, and on an unknown symbol.
7465
7466 2018-01-19 Tom Tromey <tom@tromey.com>
7467
7468 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7469 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7470
7471 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7472
7473 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7474 setrlimit and chdir to int.
7475
7476 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7477
7478 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7479 function.
7480 (my_tend): Likewise.
7481 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7482 rationale of avoiding FP- and vector instructions.
7483
7484 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7485
7486 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7487 "info reg" with "\[ \t\]*".
7488 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7489 "\[ \t\]+".
7490 * gdb.arch/s390-multiarch.exp: Ditto.
7491 * gdb.base/pc-fp.exp: Ditto.
7492 * gdb.reverse/i386-precsave.exp: Ditto.
7493 * gdb.reverse/i386-reverse.exp: Ditto.
7494 * gdb.reverse/i387-env-reverse.exp: Ditto.
7495 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7496
7497 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7498
7499 * lib/gdb.exp (gdb_compile): Re-enable use of
7500 universal_compile_options for languages other than Rust.
7501
7502 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7503
7504 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7505
7506 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7507
7508 PR gdb/16577
7509 * gdb.base/solib-vanish.exp: New.
7510 * gdb.base/solib-vanish-main.c: New.
7511 * gdb.base/solib-vanish-lib1.c: New.
7512 * gdb.base/solib-vanish-lib2.c: New.
7513
7514 2018-01-17 Yao Qi <yao.qi@linaro.org>
7515
7516 * gdb.compile/compile.exp: Match the address printed for
7517 frame in the output of command "bt".
7518
7519 2018-01-15 Tom Tromey <tom@tromey.com>
7520
7521 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7522 compute sp_reg.
7523
7524 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7525
7526 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7527 to prepare.
7528 (prepare): Return 0 on error, 1 on success.
7529
7530 2018-01-12 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/continue-after-aborted-step-over.c: New.
7533 * gdb.base/continue-after-aborted-step-over.exp: New.
7534
7535 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7536
7537 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7538 options when not creating an executable.
7539
7540 2018-01-11 Pedro Alves <palves@redhat.com>
7541
7542 PR remote/22597
7543 * gdb.server/stop-reply-no-thread.c: New file.
7544 * gdb.server/stop-reply-no-thread.exp: New file.
7545
7546 2018-01-10 Pedro Alves <palves@redhat.com>
7547
7548 PR gdb/22670
7549 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7550 functions too. Test setting breakpoints and printing C functions
7551 with no debug info too.
7552 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7553
7554 2018-01-10 Pedro Alves <palves@redhat.com>
7555
7556 PR gdb/22670
7557 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7558 a fail.
7559
7560 2018-01-10 Pedro Alves <palves@redhat.com>
7561
7562 PR gdb/22670
7563 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7564
7565 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7566
7567 * gdb.server/unittest.exp: Match the output in non-development
7568 mode.
7569
7570 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7571
7572 * gdb.gdb/unittest.exp: Match output in non-development mode.
7573
7574 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7575
7576 * gdb.ada/access_tagged_param.exp: Relax expected output
7577 for value of "ObjL" in "continue" to pck.inspect breakpoint
7578 test.
7579
7580 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7581
7582 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7583 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7584
7585 2018-01-05 Pedro Alves <palves@redhat.com>
7586
7587 PR gdb/18653
7588 * gdb.base/libsegfault.exp: New.
7589
7590 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7591
7592 PR gdb/22670
7593 * gdb.ada/access_tagged_param.exp: New file.
7594 * gdb.ada/access_tagged_param/foo.adb: New file.
7595
7596 2018-01-05 Pedro Alves <palves@redhat.com>
7597
7598 PR gdb/22670
7599 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7600 exercise lower case too, and to exercise both full matching and
7601 wild matching.
7602
7603 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7604
7605 * gdb.ada/rename_subscript_param: New testcase.
7606
7607 2018-01-05 Jerome Guitton <guitton@adacore.com>
7608
7609 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7610
7611 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7612
7613 * gdb.ada/convvar_comp: New testcase.
7614
7615 2018-01-05 Xavier Roirand <roirand@adacore.com>
7616
7617 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7618 (My_Table): New global variable.
7619 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7620
7621 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7622
7623 PR gdb/22670
7624 * gdb.ada/maint_with_ada: New testcase.
7625
7626 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7627
7628 PR gdb/22670
7629 * gdb.ada/bp_c_mixed_case: New testcase.
7630
7631 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7632
7633 PR gdb/22670
7634 * gdb.ada/complete.exp: Add "complete break ada" test.
7635
7636 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7637
7638 PR gdb/22670
7639 * gdb.ada/info_addr_mixed_case: New testcase.
7640
7641 2018-01-03 Xavier Roirand <roirand@adacore.com>
7642
7643 * gdb.ada/excep_handle.exp: New testcase.
7644 * gdb.ada/excep_handle/foo.adb: New file.
7645 * gdb.ada/excep_handle/pck.ads: New file.
7646
7647 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7648
7649 * gdb.base/step-line.c: Add extra empty line in copyright header.
7650 * gdb.base/step-line.inp: Likewise.
7651
7652 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7653
7654 * gdb.ada/dyn_stride.exp: Add slice test.
7655
7656 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7657
7658 * gdb.ada/dyn_stride: New testcase.
7659
7660 2017-12-27 Stafford Horne <shorne@gmail.com>
7661
7662 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7663 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7664
7665 2017-12-27 Stafford Horne <shorne@gmail.com>
7666
7667 * gdb.base/reggroups.c: New file.
7668 * gdb.base/reggroups.exp: New file.
7669
7670 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7671
7672 * gdb.dwarf2/ada-valprint-error.c: New file.
7673 * gdb.dwarf2/ada-valprint-error.exp: New file.
7674
7675 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.ada/assign_arr: New testcase.
7678
7679 2017-12-18 Xavier Roirand <roirand@adacore.com>
7680
7681 * gdb.ada/funcall_ptr: New testcase.
7682
7683 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7684
7685 PR cli/16224
7686 * gdb.base/ptype-offsets.cc: New file.
7687 * gdb.base/ptype-offsets.exp: New file.
7688
7689 2017-12-15 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7692 if XML is disabled.
7693
7694 2017-12-15 Xavier Roirand <roirand@adacore.com>
7695
7696 * gdb.ada/same_component_name: New testcase.
7697
7698 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7699
7700 * gdb.ada/str_binop_equal: New testcase.
7701
7702 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7703
7704 * gdb.ada/task_switch_in_core: New testcase.
7705
7706 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7709 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7710 call test_bkpt_qualified.
7711 (test_bkpt_qualified): New proc.
7712
7713 2017-12-13 Pedro Alves <palves@redhat.com>
7714
7715 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7716 Tighten regexp by matching with an anchor.
7717
7718 2017-12-13 Pedro Alves <palves@redhat.com>
7719
7720 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7721 ("expression with namespace"): New set of tests.
7722 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7723 (Nested::Test_NS::qux): New.
7724 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7725 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7726
7727 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7728
7729 * gdb.base/server-del-break.c: New file.
7730 * gdb.base/server-del-break.exp: New file.
7731
7732 2017-12-12 Stafford Horne <shorne@gmail.com>
7733
7734 * gdb.xml/tdesc-regs.exp: Add or1k support.
7735
7736 2017-12-12 Stafford Horne <shorne@gmail.com>
7737
7738 * gdb.base/bp-permanent.c: Define nop of or1k.
7739
7740 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7741
7742 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7743 output with components being reordered.
7744
7745 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7746
7747 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7748 output with components being reordered.
7749
7750 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7751 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.base/maint.exp (check for .gdb_index): Check also for
7754 .debug_names.
7755 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7756 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7757 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7758 (.gdb_index used after symbol reloading): Support also .debug_names.
7759 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7760
7761 2017-12-08 Yao Qi <yao.qi@linaro.org>
7762
7763 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7764 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7765
7766 2017-12-08 Yao Qi <yao.qi@linaro.org>
7767
7768 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7769 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7770
7771 2017-12-08 Yao Qi <yao.qi@linaro.org>
7772
7773 * gdb.arch/aarch64-tagged-pointer.c: New file.
7774 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7775
7776 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7777
7778 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7779 "int".
7780
7781 2017-12-07 Keith Seitz <keiths@redhat.com>
7782
7783 PR breakpoints/22569
7784 * gdb.linespec/ls-errs.exp: Change expected result of "break
7785 -source this file has spaces.c -line 3".
7786 Check that an explicit source file followed by whitespace is
7787 identified as an invalid explicit location.
7788
7789 2017-12-07 Keith Seitz <keiths@redhat.com>
7790
7791 * gdb.cp/nested-types.cc: New file.
7792 * gdb.cp/nested-types.exp: New file.
7793 * lib/cp-support.exp: Load data-structures.exp library.
7794 (debug_cp_test_ptype_class): New global.
7795 (cp_ptype_class_verbose, next_line): New procedures.
7796 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7797 Add and document new return value.
7798 Switch the list of lines to a queue.
7799 Add support for new `type' key for nested type definitions.
7800 Add debugging/troubleshooting messages.
7801 * lib/data-structures.exp: New file.
7802
7803 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7804
7805 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7806 with proc_with_prefix, don't use with_test_prefix.
7807
7808 2017-12-07 Tom Tromey <tom@tromey.com>
7809
7810 * gdb.base/break.exp: Add test for empty "commands".
7811
7812 2017-12-07 Yao Qi <yao.qi@linaro.org>
7813
7814 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7815 malloc and catch syscall.
7816
7817 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7818
7819 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7820 tests for explicit locations.
7821
7822 2017-12-06 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7825 force-disabling XML descriptions.
7826
7827 2017-12-04 Pedro Alves <palves@redhat.com>
7828
7829 PR gdb/22499
7830 * gdb.arch/amd64-disp-step-avx.S: New file.
7831 * gdb.arch/amd64-disp-step-avx.exp: New file.
7832
7833 2017-12-03 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7836 and <string.h>.
7837 (parent_function): Print distinct messages when waitpid fails, or
7838 the child exits with a signal, or the child exits for an unhandled
7839 reason.
7840 * gdb.threads/process-dies-while-detaching.exp
7841 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7842 it. Wait for both inferior output and GDB's prompt. Use an
7843 indirect spawn id list.
7844 (do_detach): New parameter 'child_exit'. Use it to compute
7845 expected inferior output.
7846 (test_detach, test_detach_watch, test_detach_killed_outside):
7847 Adjust to pass down the expected child exit kind.
7848
7849 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7850 Sergio Durigan Junior <sergiodj@redhat.com>
7851 Pedro Alves <palves@redhat.com>
7852
7853 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7854
7855 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7856
7857 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7858 to 'symbol-file' and 'add-symbol-file' can be
7859 position-independent.
7860
7861 2017-12-01 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7864 the URL in copyright header.
7865 * gdb.arch/aarch64-fp.exp: Likewise.
7866 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7867 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7868 * gdb.base/expand-psymtabs.exp: Likewise.
7869 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7870 * gdb.fortran/common-block.exp: Likewise.
7871 * gdb.fortran/common-block.f90: Likewise.
7872 * gdb.fortran/logical.exp: Likewise.
7873 * gdb.fortran/vla-datatypes.f90: Likewise.
7874 * gdb.fortran/vla-sub.f90: Likewise.
7875
7876 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7877
7878 * gdb.ada/repeat_dyn: New testcase.
7879
7880 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7881
7882 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7883 Update for changed thread numbering.
7884 * gdb.cell/bt.exp: Update for changed GDB output.
7885
7886 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7889 setting isremote by hand.
7890 * boards/dwarf4-gdb-index.exp: Likewise.
7891 * boards/fission.exp: Likewise.
7892 * boards/stabs.exp: Likewise.
7893
7894 2017-11-30 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.linespec/cpls-ops.exp
7897 (check_explicit_skips_function_argument): Extract the underlying
7898 type of size_t instead of hardcoding it.
7899
7900 2017-11-29 Pedro Alves <palves@redhat.com>
7901
7902 PR c++/19436
7903 * gdb.linespec/cpls-abi-tag.cc: New file.
7904 * gdb.linespec/cpls-abi-tag.exp: New file.
7905
7906 2017-11-29 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/langs.exp: Use -qualified.
7909 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7910 it.
7911 * gdb.cp/namespace.exp: Use -qualified.
7912 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7913 (overload-3, template-overload, template-ret-type, const-overload)
7914 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7915 procedures.
7916 (test_driver): Call them.
7917 * gdb.cp/save-bp-qualified.cc: New.
7918 * gdb.cp/save-bp-qualified.exp: New.
7919 * gdb.linespec/explicit.exp: Test -qualified.
7920 * lib/completion-support.exp (completion::explicit_opts_list): Add
7921 "-qualified".
7922 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7923
7924 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7925
7926 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7927
7928 2017-11-29 Tom Tromey <tom@tromey.com>
7929
7930 * gdb.base/relocate.exp: Update invalid argument test.
7931 Add new tests for invalid arguments.
7932
7933 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7934
7935 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7936 Return 0 as a long.
7937 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7938
7939 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7940
7941 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7942 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7943 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7944 func ().
7945 * gdb.cp/shadow.cc (B.func): Return 0.
7946
7947 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7948
7949 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7950 expected output in gdb_expect call to allow the exception
7951 message to be present as well. Fix syntax confusion to avoid
7952 TCL thinking that exception_name is an array.
7953
7954 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7955
7956 * gdb.arch/spu-info.c: Include <unistd.h>.
7957 (do_signal_test): Fix broken calls to write.
7958 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7959 Fix checks for empty mailboxes. Update signal tests for corrected
7960 do_signal_test routine. Allow nonzero event status.
7961 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7962 * gdb.cell/arch.exp: Use standard_output_file.
7963 * gdb.cell/break.exp: Likewise.
7964 * gdb.cell/bt.exp: Likewise.
7965 * gdb.cell/core.exp: Likewise.
7966 * gdb.cell/dwarfaddr.exp: Likewise.
7967 * gdb.cell/ea-cache.exp: Likewise.
7968 * gdb.cell/ea-standalone.exp: Likewise.
7969 * gdb.cell/f-regs.exp: Likewise.
7970 * gdb.cell/fork.exp: Likewise.
7971 * gdb.cell/gcore.exp: Likewise.
7972 * gdb.cell/mem-access.exp: Likewise.
7973 * gdb.cell/ptype.exp: Likewise.
7974 * gdb.cell/registers.exp: Likewise.
7975 * gdb.cell/sizeof.exp: Likewise.
7976 * gdb.cell/solib-symbol.exp: Likewise.
7977 * gdb.cell/solib.exp: Likewise.
7978
7979 2017-11-25 Pedro Alves <palves@redhat.com>
7980
7981 * gdb.base/complete-empty.exp: New file.
7982 * gdb.base/completion.exp: Adjust.
7983
7984 2017-11-25 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.linespec/cpls-ops.cc: New file.
7987 * gdb.linespec/cpls-ops.exp: New file.
7988 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7989 factored out from ...
7990 (test_complete_prefix_range): ... this.
7991
7992 2017-11-24 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.linespec/cpcompletion.exp: New file.
7995 * gdb.linespec/cpls-hyphen.cc: New file.
7996 * gdb.linespec/cpls.cc: New file.
7997 * gdb.linespec/cpls2.cc: New file.
7998 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7999 test to use test_gdb_complete_unique. Add label completion,
8000 keyword completion and explicit location completion tests.
8001 * lib/completion-support.exp: New file.
8002
8003 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8004
8005 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8006 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8007 when hitting an exception catchpoint.
8008
8009 2017-11-22 Yao Qi <yao.qi@linaro.org>
8010
8011 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8012
8013 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8014
8015 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8016 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8017 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8018
8019 2017-11-22 Yao Qi <yao.qi@linaro.org>
8020
8021 * gdb.base/info-os.exp: Pass pthreads.
8022 * gdb.multi/multi-attach.exp: Likewise.
8023
8024 2017-11-22 Yao Qi <yao.qi@linaro.org>
8025
8026 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8027 compiler.
8028
8029 2017-11-22 Yao Qi <yao.qi@linaro.org>
8030
8031 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8032 * gdb.base/break-interp.exp: Likewise.
8033 * gdb.base/jit-attach-pie.exp: Likewise.
8034
8035 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8036
8037 * gdb.base/float128.c (large128): New variable.
8038 * gdb.base/float128.exp: Add test to print largest __float128 value.
8039
8040 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8041
8042 * gdb.arch/vsx-regs.exp: Update register content checks.
8043
8044 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdb.arch/ppc-longdouble.exp: New file.
8047 * gdb.arch/ppc-longdouble.c: Likewise.
8048
8049 2017-11-21 Pedro Alves <palves@redhat.com>
8050
8051 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8052
8053 2017-11-20 Pedro Alves <palves@redhat.com>
8054
8055 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8056 (long_double_typedef): New typedefs.
8057 Use DEF on double and long double.
8058 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8059 cases.
8060 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8061 and 'long_double_ptr_same_size' locals. Use them to decide
8062 whether cast from array/function to float is valid/invalid.
8063
8064 2017-11-17 Tom Tromey <tom@tromey.com>
8065
8066 * gdb.rust/traits.rs: New file.
8067 * gdb.rust/traits.exp: New file.
8068
8069 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8070
8071 * gdb.ada/minsyms: New testcase.
8072
8073 2017-11-16 Pedro Alves <palves@redhat.com>
8074
8075 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8076 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8077
8078 2017-11-16 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8081 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8082
8083 2017-11-16 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.server/reconnect-ctrl-c.c: New file.
8086 * gdb.server/reconnect-ctrl-c.exp: New file.
8087
8088 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8089
8090 * gdb.python/py-rbreak.exp: New file.
8091 * gdb.python/py-rbreak.c: New file.
8092 * gdb.python/py-rbreak-func2.c: New file.
8093
8094 2017-11-16 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8097 pattern.
8098 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8099 GDB.
8100
8101 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8102
8103 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8104 regex.
8105
8106 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8107
8108 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8109 test names.
8110
8111 2017-11-09 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8114 factored out from ...
8115 (top level): ... here, and adjusted to avoid expecting beyond the
8116 prompt in a single gdb_test_multiple.
8117
8118 2017-11-09 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8121 output.
8122 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8123 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8124 * gdb.server/ext-run.exp ("kill" test): Likewise.
8125 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8126
8127 2017-11-09 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8130 match till end of line.
8131
8132 2017-11-09 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8135
8136 2017-11-09 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8139 New procedures, factored out from ...
8140 (top level): ... here, and adjusted to avoid expecting beyond the
8141 prompt in one go.
8142
8143 2017-11-09 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8146 output. Fix '?' match.
8147
8148 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8149
8150 * gdb.ada/scoped_watch: New testcase.
8151 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8152 which is actually correct.
8153 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8154 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8155
8156 2017-11-08 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.gdb/complaints.exp (test_initial_complaints)
8159 (test_serial_complaints, test_short_complaints): Call
8160 complaint_internal instead of complaint.
8161
8162 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8163
8164 * gdb.threads/tls-core.c: New file.
8165 * gdb.threads/tls-core.exp: Likewise.
8166
8167 2017-11-08 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8170 (p Exported_Capitalized): New test.
8171 (p exported_capitalized): New test.
8172
8173 2017-11-07 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8176
8177 2017-11-07 Pedro Alves <palves@redhat.com>
8178
8179 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8180 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8181 (disable_invalid, disable_inverted, disable_negative): New
8182 procedures.
8183 ("bad numbers"): New set of tests.
8184
8185 2017-11-07 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.cp/ena-dis-br-range.exp: Add tests.
8188
8189 2017-11-07 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8192
8193 2017-11-07 Xavier Roirand <roirand@adacore.com>
8194 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.base/ena-dis-br.exp: Add reference to
8197 gdb.cp/ena-dis-br-range.exp.
8198 * gdb.cp/ena-dis-br-range.exp: New file.
8199 * gdb.cp/ena-dis-br-range.cc: New file.
8200
8201 2017-11-06 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/attach-non-pgrp-leader.c: New.
8204 * gdb.base/attach-non-pgrp-leader.exp: New.
8205
8206 2017-11-06 Pedro Alves <palves@redhat.com>
8207
8208 * configure.ac: No longer check for termio.h and sgtty.h.
8209 * configure: Regenerate.
8210 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8211 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8212 Remove termio and sgtty code.
8213
8214 2017-11-03 Yao Qi <yao.qi@linaro.org>
8215
8216 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8217 in GDB is disabled.
8218
8219 2017-11-03 Yao Qi <yao.qi@linaro.org>
8220
8221 * gdb.python/py-thrhandle.exp: Skip it if python is not
8222 enabled.
8223
8224 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8225
8226 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8227 as a breakpoint command.
8228
8229 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8230
8231 PR python/21213
8232 * gdb.python/py-infthread.exp: Test calling
8233 InferiorThread.inferior () multiple times in a row.
8234
8235 2017-10-27 Keith Seitz <keiths@redhat.com>
8236
8237 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8238 Test "info break" for every inlined function breakpoint.
8239
8240 2017-10-27 Yao Qi <yao.qi@linaro.org>
8241
8242 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8243
8244 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8245
8246 * gdb.cp/classes.exp (test_static_members): Test printing
8247 Outer::instance.
8248 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8249 (Inner::instance, Outer::instance): New.
8250
8251 2017-10-24 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8254 extra console" test in two stages.
8255
8256 2017-10-24 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8259
8260 2017-10-24 Pedro Alves <palves@redhat.com>
8261
8262 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8263 loop.
8264
8265 2017-10-24 Pedro Alves <palves@redhat.com>
8266
8267 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8268 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8269
8270 2017-10-24 Pedro Alves <palves@redhat.com>
8271
8272 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8273 parameter and handle it. Don't output read value in test name.
8274
8275 2017-10-24 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8278 custom test name.
8279
8280 2017-10-24 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8283 include the unstable output directory name in the test's name.
8284 (initial_setup_simple) <'set args'>: Use custom test name.
8285
8286 2017-10-24 Pedro Alves <palves@redhat.com>
8287
8288 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8289 with explicit test name.
8290
8291 2017-10-20 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8294 'wait -i'. Use gdb_assert and remote_close.
8295
8296 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8297
8298 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8299 number from variable rather than hard-coded.
8300
8301 2017-10-19 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/long-inferior-output.c: New file.
8304 * gdb.base/long-inferior-output.exp: New file.
8305
8306 2017-11-18 Keith Seitz <keiths@redhat.com>
8307
8308 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8309 method.
8310 (main): Call it.
8311 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8312 Add additional user-defined conversion operator tests.
8313
8314 2017-10-17 Pedro Alves <palves@redhat.com>
8315
8316 * boards/native-stdio-gdbserver.exp: Load "local-board".
8317
8318 2017-10-17 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.base/quit-live.c: New file.
8321 * gdb.base/quit-live.exp: New file.
8322
8323 2017-10-16 Keith Seitz <keiths@redhat.com>
8324
8325 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8326 (class_with_protected_typedef, class_with_private_typedef)
8327 (struct_with_public_typedef, struct_with_protected_typedef)
8328 (struct_with_private_typedef): New classes/structs.
8329 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8330 typedefs and access specifiers.
8331
8332 2017-10-16 Pedro Alves <palves@redhat.com>
8333 Simon Marchi <simon.marchi@polymtl.ca>
8334
8335 * README (Local vs Remote vs Native): New section.
8336 * boards/local-board.exp: New file, with bits factored out from
8337 ...
8338 * boards/native-extended-gdbserver.exp: ... here. Load
8339 "local-board".
8340 * boards/native-gdbserver.exp: Load "local-board".
8341 (${board}_spawn, ${board}_exec): Delete.
8342 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8343 ...
8344 * boards/stdio-gdbserver-base.exp: ... this new file.
8345 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8346 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8347 procedure.
8348 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8349 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8350 stdio_gdbserver_command.
8351 (${board}_get_remote_address, ${board}_get_comm_port)
8352 (${board}_download, ${board}_upload): Delete.
8353 (get_target_remote_pipe_cmd): New.
8354
8355 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8356
8357 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8358 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8359 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8360 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8361 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8362 remove with_test_prefix.
8363
8364 2017-10-13 Pedro Alves <palves@redhat.com>
8365
8366 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8367 * gdb.base/annota1.exp: Use it instead of is_remote.
8368 * gdb.base/annota3.exp: Use it instead of is_remote.
8369 * gdb.cp/annota2.exp: Use it instead of is_remote.
8370 * gdb.cp/annota3.exp: Use it instead of is_remote.
8371 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8372
8373 2017-10-13 Pedro Alves <palves@redhat.com>
8374
8375 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8376 (test_num_test_vars, run_and_count_vars, find_env)
8377 (test_set_unset_env, test_inherit_env_var): New procedures.
8378 (top level): Use them.
8379
8380 2017-10-13 Pedro Alves <palves@redhat.com>
8381
8382 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8383 also skip on stub-like targets.
8384
8385 2017-10-13 Pedro Alves <palves@redhat.com>
8386
8387 PR gdb/22293
8388 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8389 (top level): Move some tests to ...
8390 (test_not_found): ... this new procedure.
8391 (top level): Call it.
8392
8393 2017-10-13 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8396 expect different "info terminal" output if testing with a
8397 non-native target.
8398
8399 2017-10-13 Pedro Alves <palves@redhat.com>
8400 Simon Marchi <simon.marchi@polymtl.ca>
8401
8402 PR python/12966
8403 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8404
8405 2017-10-13 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8408 already.
8409
8410 2017-10-13 Pedro Alves <palves@redhat.com>
8411
8412 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8413 is_remote.
8414
8415 2017-10-13 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8418 is_remote.
8419
8420 2017-10-13 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8423 is set.
8424 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8425 instead of is_remote.
8426
8427 2017-10-13 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8430 (top level): Add comment.
8431
8432 2017-10-13 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.base/remote.exp (top level): Fix comment typo and add
8435 missing return.
8436
8437 2017-10-13 Pedro Alves <palves@redhat.com>
8438 Simon Marchi <simon.marchi@polymtl.ca>
8439
8440 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8441 calls and add comments. Skip test if use_gdb_stub is set.
8442 (top level): Use "set cwd" command instead of "cd" command.
8443
8444 2017-10-13 Pedro Alves <palves@redhat.com>
8445
8446 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8447 is_remote target check.
8448
8449 2017-10-13 Pedro Alves <palves@redhat.com>
8450
8451 * gdb.base/scope.exp: Use build_executable + clean_restart +
8452 gdb_file_cmd instead of prepare_for_testing and no longer skip
8453 "before run" tests on is_remote target boards. Update comments.
8454 * boards/native-extended-gdbserver.exp
8455 (extended_gdbserver_load_last_file): New, factored out from ...
8456 (gdb_load): ... this. Move further below and add comment.
8457 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8458
8459 2017-10-12 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/attach.exp: Remove references to gdb64.
8462 * gdb.base/dbx.exp: Remove references to gdb64.
8463
8464 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8465 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/label.exp: Remove is_remote target check.
8468
8469 2017-10-12 Pedro Alves <palves@redhat.com>
8470
8471 * gdb.base/auvx.exp (coredir): Update comment.
8472 (top level) <core_works>: Use "set cwd" command instead of "cd"
8473 command.
8474
8475 2017-10-12 Pedro Alves <palves@redhat.com>
8476 Simon Marchi <simon.marchi@polymtl.ca>
8477
8478 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8479 target boards.
8480
8481 2017-10-12 Pedro Alves <palves@redhat.com>
8482 Simon Marchi <simon.marchi@polymtl.ca>
8483
8484 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8485 Instead skip if there's any gdb_protocol set.
8486
8487 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8488 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8491
8492 2017-10-12 Pedro Alves <palves@redhat.com>
8493 Simon Marchi <simon.marchi@polymtl.ca>
8494
8495 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8496 instead of on dejagnu remote boards.
8497
8498 2017-10-12 Pedro Alves <palves@redhat.com>
8499 Simon Marchi <simon.marchi@polymtl.ca>
8500
8501 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8502 checks. Use build_executable + clean_restart instead of
8503 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8504 of enabling non-stop after starting gdb.
8505
8506 2017-10-12 Pedro Alves <palves@redhat.com>
8507
8508 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8509 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8510 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8511 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8512
8513 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8514
8515 * gdb.arch/arc-tdesc-cpu.exp: New file.
8516 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8517
8518 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8519
8520 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8521
8522 2017-10-10 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8525 expect CLI output.
8526
8527 2017-10-10 Pedro Alves <palves@redhat.com>
8528
8529 * lib/selftest-support.exp (selftest_setup): Update for
8530 captured_command_loop's prototype change.
8531
8532 2017-10-09 Pedro Alves <palves@redhat.com>
8533
8534 Test both arch1=>arch2 and arch2=>arch1.
8535
8536 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8537 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8538 factored out to...
8539 (append_arch1_options, append_arch2_options, append_arch_options)
8540 (build_executables): New procedures.
8541 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8542 local.
8543 (top level): Add new 'first_arch' testing axis.
8544
8545 2017-10-09 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8548 (barrier): New.
8549 (thread_start, all_started): New functions.
8550 (main): Spawn new thread and wait until it is scheduled.
8551 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8552 option.
8553 (do_test): Add 'selected_thread' parameter. Run to all_started
8554 instead of main. Explicitly set the breakpoint at main. Switch
8555 to the SELECTED_THREAD thread.
8556 (top level): Test handling the exec event with either the main
8557 thread or the second thread selected.
8558
8559 2017-10-09 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8562 logic. Move STOP marker after the value checks.
8563 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8564 regexp.
8565
8566 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8567
8568 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8569
8570 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8571
8572 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8573 integer-to-dfp conversion.
8574 * gdb.base/dfp-test.exp: Likewise.
8575
8576 2017-10-04 Pedro Alves <palves@redhat.com>
8577
8578 * gdb.multi/hangout.c: Include <unistd.h>.
8579 (hangout_loop): New function.
8580 (main): Call alarm. Call hangout_loop in a loop.
8581 * gdb.multi/hello.c: Include <unistd.h>.
8582 (hello_loop): New function.
8583 (main): Call alarm. Call hangout_loop in a loop.
8584 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8585 inferior with the other selected.
8586
8587 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8588
8589 * gdb.mi/list-thread-groups-available.exp: New file.
8590 * gdb.mi/list-thread-groups-available.c: New file.
8591
8592 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8593
8594 * gdb.base/set-cwd.exp: Make it available on
8595 native-extended-gdbserver.
8596
8597 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8598
8599 * gdb.base/set-cwd.c: New file.
8600 * gdb.base/set-cwd.exp: Likewise.
8601
8602 2017-10-02 Tom Tromey <tom@tromey.com>
8603
8604 PR rust/22236:
8605 * gdb.rust/simple.rs (main): New variable "fslice".
8606 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8607
8608 2017-10-02 Tom Tromey <tom@tromey.com>
8609
8610 * gdb.rust/simple.exp: Test ptype of a slice.
8611
8612 2017-10-02 Tom Tromey <tom@tromey.com>
8613
8614 * gdb.rust/simple.exp: Test index of slice.
8615
8616 2017-09-27 Tom Tromey <tom@tromey.com>
8617
8618 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8619
8620 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8621 Pedro Alves <palves@redhat.com>
8622
8623 * gdb.base/compare-sections.exp (get value of read-only section): Read
8624 as unsigned value.
8625 (corrupt read-only section): Likewise and don't set written if patching
8626 failed.
8627
8628 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8629
8630 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8631 files.
8632
8633 2017-09-20 Pedro Alves <palves@redhat.com>
8634
8635 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8636 symbol names in gdb's output.
8637 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8638
8639 2017-09-20 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8642 Rename to ...
8643 (test_list_ambiguous_symbol): ... this and add a symbol name
8644 parameter. Adjust.
8645 (test_list_ambiguous_function): Reimplement on top of
8646 test_list_ambiguous_symbol and also test listing ambiguous
8647 variables.
8648 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8649 (ambiguous_fun): ... this.
8650 (ambiguous_var): New.
8651 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8652 (ambiguous_fun): ... this.
8653 (ambiguous_var): New.
8654
8655 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8656
8657 * gdb.base/starti.c: New file.
8658 * gdb.base/starti.exp: New file.
8659 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8660
8661 2017-09-14 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8664 (top level): Use it instead of runto.
8665
8666 2017-09-11 Tom Tromey <tom@tromey.com>
8667
8668 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8669
8670 2017-09-11 Tom Tromey <tom@tromey.com>
8671
8672 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8673 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8674
8675 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8676
8677 * gdb.fortran/printing-types.exp: New file.
8678 * gdb.fortran/printing-types.exp: New file.
8679
8680 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8681
8682 * gdb.fortran/vla-ptype.exp: Fix typos.
8683 * gdb.fortran/vla-value.exp: Same.
8684
8685 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8686
8687 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8688 * gdb.mi/mi-var-child-f.exp: Likewise.
8689 * gdb.mi/mi-vla-fortran.exp: Likewise.
8690
8691 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8692 Christoph Weinmann <christoph.t.weinmann@intel.com>
8693 Bernhard Heckel <bernhard.heckel@intel.com>
8694
8695 * gdb.fortran/ptr-indentation.f90: New file.
8696 * gdb.fortran/ptr-indentation.exp: New file.
8697
8698 2017-09-05 Tom Tromey <tom@tromey.com>
8699
8700 PR gdb/22010:
8701 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8702
8703 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8704
8705 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8706
8707 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8708
8709 * gdb.threads/tls-nodebug-pie.c: New file.
8710 * gdb.threads/tls-nodebug-pie.exp: New file.
8711
8712 2017-09-05 Tom Tromey <tom@tromey.com>
8713
8714 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8715 for rust.
8716
8717 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8718
8719 * gdb.multi/multi-arch-exec.exp: Test with different
8720 "follow-exec-mode" settings.
8721 (do_test): New procedure.
8722
8723 2017-09-04 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/func-static.c (S::method const, S::method volatile)
8726 (S::method volatile const): New methods.
8727 (c_s, v_s, cv_s): New instances.
8728 (main): Call method() on them.
8729 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8730 (cannot_resolve): New procedure.
8731 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8732 print-quote-unquoted columns.
8733 (do_test): Test printing each scope too.
8734
8735 2017-09-04 Pedro Alves <palves@redhat.com>
8736
8737 * gdb.base/local-static.exp: Also test with
8738 class::method::variable wholly quoted.
8739 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8740
8741 2017-09-04 Pedro Alves <palves@redhat.com>
8742
8743 * gdb.base/local-static.c: New.
8744 * gdb.base/local-static.cc: New.
8745 * gdb.base/local-static.exp: New.
8746
8747 2017-09-04 Pedro Alves <palves@redhat.com>
8748
8749 * gdb.asm/asm-source.exp: Add casts to int.
8750 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8751 (dataglobal64_1, dataglobal64_2): New globals.
8752 * gdb.base/nodebug.exp: Test different expressions involving the
8753 new globals, with print, whatis and ptype. Add casts to int.
8754 * gdb.base/solib-display.exp: Add casts to int.
8755 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8756 * gdb.cp/m-static.exp: Add cast to int.
8757 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8758 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8759 tls variable with no debug info without a cast. Test with a cast
8760 to int too.
8761 * gdb.trace/entry-values.exp: Add casts.
8762
8763 2017-09-04 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.base/nodebug.exp: Test that ptype's error about functions
8766 with unknown return type includes the function name too.
8767
8768 2017-09-04 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8771 return type of munmap in infcall.
8772 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8773 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8774 type of ftell in infcall.
8775 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8776 type of getpid in infcall.
8777 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8778 infcall.
8779 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8780 Bail on failure to extract the pid.
8781 * gdb.base/nodebug.c: #include <stdint.h>.
8782 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8783 New functions.
8784 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8785 Change expected output of print/whatis/ptype with functions with
8786 no debug info. Test all supported languages. Call
8787 test_call_promotion.
8788 * gdb.compile/compile.exp: Adjust expected output to expect
8789 warning.
8790 * gdb.threads/siginfo-threads.exp: Likewise.
8791
8792 2017-09-04 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8795 "prototypes". Test calling float functions via prototyped and
8796 unprototyped function pointers.
8797 (perform_all_tests): New parameter "prototypes". Pass it down.
8798 (top level): Pass down "prototypes" parameter to
8799 perform_all_tests.
8800
8801 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8804 Test with nested loops.
8805
8806 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8807
8808 * gdb.base/commands.exp: Call the new procedures.
8809 (loop_break_test, loop_continue_test): New procedures.
8810
8811 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8812
8813 * gdb.base/commands.exp: Call new procedure.
8814 (define_if_without_arg_test): New procedure.
8815
8816 2017-09-04 Pedro Alves <palves@redhat.com>
8817
8818 * gdb.base/list-ambiguous.exp: New file.
8819 * gdb.base/list-ambiguous0.c: New file.
8820 * gdb.base/list-ambiguous1.c: New file.
8821 * gdb.base/list.exp (test_list_range): Adjust expected output.
8822
8823 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8824
8825 * gdb.base/share-env-with-gdbserver.c: New file.
8826 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8827
8828 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8829
8830 * gdb.base/commands.exp (gdbvar_simple_if_test,
8831 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8832 progvar_simple_if_test, progvar_simple_while_test,
8833 progvar_complex_if_while_test, user_defined_command_test,
8834 user_defined_command_args_eval,
8835 user_defined_command_args_stack_test,
8836 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8837 temporary_breakpoint_commands,
8838 gdb_test_no_prompt, redefine_hook_test,
8839 redefine_backtrace_test): Remove "global gdb_prompt".
8840
8841 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8844 New proc, call it from toplevel.
8845
8846 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8847
8848 PR remote/21852
8849 * gdb.server/normal.c: New file, copied from gdb.base.
8850 * gdb.server/run-without-local-binary.exp: New file.
8851
8852 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8853
8854 * gdb.arch/sparc64-adi.exp: New file.
8855 * gdb.arch/sparc64-adi.c: New file.
8856
8857 2017-08-22 Pedro Alves <palves@redhat.com>
8858
8859 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8860 (top level): Add "list all overloads" tests.
8861
8862 2017-08-22 Tom Tromey <tom@tromey.com>
8863
8864 * gdb.gdb/xfullpath.exp: Remove.
8865
8866 2017-08-21 Pedro Alves <palves@redhat.com>
8867
8868 PR gdb/19487
8869 * gdb.base/symbol-alias.c: New.
8870 * gdb.base/symbol-alias2.c: New.
8871 * gdb.base/symbol-alias.exp: New.
8872
8873 2017-08-21 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.base/dfp-test.c
8876 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8877 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8878 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8879 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8880 * gdb.base/whatis-ptype-typedefs.c: New.
8881 * gdb.base/whatis-ptype-typedefs.exp: New.
8882 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8883 (an_int, an_int_type, an_int_type2): New globals.
8884 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8885 involving typedefs and cast expressions.
8886 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8887 (lookup_typedefs_function): New.
8888 (typedefs_pretty_printers_dict): New.
8889 (top level): Register lookup_typedefs_function in
8890 gdb.pretty_printers.
8891
8892 2017-08-18 Yao Qi <yao.qi@linaro.org>
8893
8894 * gdb.server/unittest.exp: New.
8895
8896 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8897
8898 PR gdb/21954
8899 * gdb.base/environ.exp: Add test to check if 'unset environment'
8900 works.
8901
8902 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8903
8904 * lib/gdb.exp (universal_compile_options): New caching proc.
8905 (gdb_compile): Suppress GCC's coloring of messages.
8906
8907 2017-08-14 Tom Tromey <tom@tromey.com>
8908
8909 PR gdb/21675:
8910 * gdb.base/printcmds.exp (test_radices): New function.
8911 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8912 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8913 * lib/gdb.exp (get_integer_valueof): Use p/d.
8914
8915 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8916
8917 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8918 characters.
8919
8920 2017-08-05 Tom Tromey <tom@tromey.com>
8921
8922 * gdb.rust/simple.exp: Allow String to appear in a different
8923 namespace.
8924
8925 2017-07-26 Yao Qi <yao.qi@linaro.org>
8926
8927 * gdb.gdb/unittest.exp: Invoke command
8928 "maintenance check xml-descriptions".
8929
8930 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8931
8932 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8933 calling context.
8934 (hex128): Drop erroneous calculation of parameters.
8935
8936 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8937
8938 * gdb.python/py-unwind.exp: Disable stack protection when
8939 building test file.
8940
8941 2017-07-20 Pedro Alves <palves@redhat.com>
8942
8943 * gdb.base/default.exp (set language): Adjust expected output.
8944
8945 2017-07-20 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8948 (test_minsym): ... this, and make static.
8949 (get_pck__foo__bar__minsym): Rename to ...
8950 (get_test_minsym): ... this.
8951 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8952 symbol names and comments.
8953 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8954 (get_test_minsym): ... this.
8955 (pck__foo__bar__minsym__2): Rename to ...
8956 (test_minsym): ... this.
8957 (main): Adjust.
8958
8959 2017-07-17 Pedro Alves <palves@redhat.com>
8960
8961 * gdb.base/completion.exp: Adjust expected output.
8962 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8963 the completer works.
8964
8965 2017-07-17 Pedro Alves <palves@redhat.com>
8966
8967 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8968
8969 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8970
8971 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8972
8973 2017-07-14 Tom Tromey <tom@tromey.com>
8974
8975 PR rust/21764:
8976 * gdb.rust/simple.exp: Add tests.
8977
8978 2017-07-14 Tom Tromey <tom@tromey.com>
8979
8980 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8981
8982 2017-07-14 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.linespec/base/one/thefile.cc (z1): New function.
8985 * gdb.linespec/base/two/thefile.cc (z2): New function.
8986 * gdb.linespec/linespec.exp: Add tests.
8987
8988 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8989
8990 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8991 to mi_create_breakpoint.
8992
8993 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8994
8995 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8996 mi_create_breakpoint.
8997
8998 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8999
9000 * gdb.dlang/demangle.exp: Update for demangling changes.
9001
9002 2017-07-09 Tom Tromey <tom@tromey.com>
9003
9004 * gdb.dwarf2/shortpiece.exp: New file.
9005
9006 2017-07-06 David Blaikie <dblaikie@gmail.com>
9007
9008 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9009 built from fissiont-multi-cu{1,2}.c.
9010 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9011 except putting 'main' and 'func' in separate CUs in the same DWO file.
9012 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9013 test.
9014 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9015 test.
9016
9017 2017-07-06 Pedro Alves <palves@redhat.com>
9018
9019 * gdb.python/py-unwind.exp: Test flushregs.
9020
9021 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9022
9023 PR cli/21688
9024 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9025 tests for alias commands and trailing whitespace.
9026
9027 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9028
9029 PR cli/21688
9030 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9031 procedure. Call it.
9032
9033 2017-06-29 Pedro Alves <palves@redhat.com>
9034
9035 * gdb.base/printcmds.exp: Add tests.
9036
9037 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9038
9039 PR gdb/21337
9040 * gdb.base/reread-readsym.exp: New file.
9041 * gdb.base/reread-readsym.c: New file.
9042
9043 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9044
9045 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9046 subpattern.
9047
9048 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9049
9050 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9051 extended mnemonic.
9052 * gdb.arch/powerpc-power9.s: Likewise.
9053
9054 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9055
9056 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9057 on 32-bit x86 targets. Exploit is_*_target macros where
9058 appropriate.
9059
9060 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9061
9062 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9063 register pieces.
9064
9065 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9066
9067 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9068 located in one or more DWARF pieces.
9069
9070 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9071
9072 * lib/gdb.exp (get_endianness): New proc.
9073 * gdb.arch/aarch64-fp.exp: Use it.
9074 * gdb.arch/altivec-regs.exp: Likewise.
9075 * gdb.arch/e500-regs.exp: Likewise.
9076 * gdb.arch/vsx-regs.exp: Likewise.
9077 * gdb.base/dump.exp: Likewise.
9078 * gdb.base/funcargs.exp: Likewise.
9079 * gdb.base/gnu_vector.exp: Likewise.
9080 * gdb.dwarf2/formdata16.exp: Likewise.
9081 * gdb.dwarf2/implptrpiece.exp: Likewise.
9082 * gdb.dwarf2/nonvar-access.exp: Likewise.
9083 * gdb.python/py-inferior.exp: Likewise.
9084 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9085
9086 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9087
9088 PR gdb/21226
9089 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9090 stack value pieces are taken from the LSB end.
9091
9092 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9095 variable at nonzero offset.
9096
9097 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9098
9099 * gdb.dwarf2/var-access.c: New file.
9100 * gdb.dwarf2/var-access.exp: New test.
9101 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9102
9103 2017-06-12 Tom Tromey <tom@tromey.com>
9104
9105 * gdb.dwarf2/formdata16.exp: Add tests.
9106
9107 2017-06-12 Tom Tromey <tom@tromey.com>
9108
9109 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9110
9111 2017-06-12 Tom Tromey <tom@tromey.com>
9112
9113 PR exp/16225:
9114 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9115 * gdb.arch/vsx-regs.exp: Update tests.
9116 * gdb.arch/s390-vregs.exp (hex128): New proc.
9117 Update test.
9118 * gdb.arch/altivec-regs.exp: Update tests.
9119
9120 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9121
9122 * gdb.base/startup-with-shell.c: New file.
9123 * gdb.base/startup-with-shell.exp: Likewise.
9124
9125 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9126
9127 * gdb.server/non-existing-program.exp: Update regex in order to
9128 reflect the fact that gdbserver is now using fork_inferior (with a
9129 shell) to startup the inferior.
9130
9131 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9132
9133 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9134 support function calls from GDB.
9135
9136 2017-05-21 Tom Tromey <tom@tromey.com>
9137
9138 PR rust/21466:
9139 * gdb.rust/unsized.exp: New file.
9140 * gdb.rust/unsized.rs: New file.
9141
9142 2017-05-19 Tom Tromey <tom@tromey.com>
9143
9144 PR rust/21484:
9145 * gdb.rust/watch.exp: New file.
9146 * gdb.rust/watch.rs: New file.
9147
9148 2017-05-18 Tom Tromey <tom@tromey.com>
9149
9150 * gdb.rust/simple.exp: Allow Box to be qualified.
9151
9152 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9153
9154 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9155
9156 2017-05-18 Pedro Alves <palves@redhat.com>
9157
9158 * gdb.base/fileio.c (test_write, test_read, test_close)
9159 (test_fstat): Don't print 'ret' in the fail path.
9160
9161 2017-05-18 Pedro Alves <palves@redhat.com>
9162
9163 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9164 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9165 (test_system, test_rename, test_unlink, test_time): Change
9166 prototypes.
9167 * gdb.base/fileio.exp (stop_msg): Adjust.
9168
9169 2017-05-18 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/fileio.c (null_str): New global.
9172 (test_stat): Use it.
9173 * gdb.base/fileio.exp: Remove nowarnings.
9174
9175 2017-05-17 Yao Qi <yao.qi@linaro.org>
9176
9177 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9178
9179 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9180
9181 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9182 argument command.
9183 (top-level): Invoke test_set_inferior_tty.
9184
9185 2017-05-04 Pedro Alves <palves@redhat.com>
9186
9187 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9188 Add parens to print call for Python 3.
9189
9190 2017-05-03 Keith Seitz <keiths@redhat.com>
9191
9192 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9193 (main): Call it.
9194
9195 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9196
9197 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9198 to prev and next.
9199
9200 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9201
9202 * gdb.python/py-record-btrace.exp: Remove test for
9203 gdb.BtraceInstruction.error.
9204
9205 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9206
9207 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9208
9209 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9210
9211 * gdb.python/py-record-btrace-threads.c: New file.
9212 * gdb.python/py-record-btrace-threads.exp: New file.
9213
9214 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9215
9216 PR testsuite/8595
9217 * gdb.base/environ.exp: Make test available in all architectures.
9218 Move bits related to "info program" testing to
9219 gdb.base/info-program.exp. Rewrite tests to use the two new
9220 procedures mentione below.
9221 (test_set_show_env_var) New procedure.
9222 (test_set_show_env_var_equal): Likewise.
9223 * gdb.base/info-program.exp: New file.
9224
9225 2017-04-27 Keith Seitz <keiths@redhat.com>
9226
9227 * gdb.cp/oranking.cc (test15): New function.
9228 (main): Call test15 and declare additional variables for testing.
9229 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9230 "p foo101('abc')" tests.
9231 Add tests for cv qualifier overloads.
9232 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9233 "lvalue reference overload" test.
9234 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9235 "print value of f1 on Child&& in f2" test.
9236
9237 2017-04-19 Pedro Alves <palves@redhat.com>
9238
9239 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9240 procedure.
9241 (top level): Call it.
9242 * lib/gdb.exp (gdb_define_cmd): New procedure.
9243
9244 2017-04-12 Pedro Alves <palves@redhat.com>
9245
9246 PR gdb/21323
9247 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9248 (wchar): New global.
9249 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9250 (do_test_wide_char, wide_char_types_no_program, top level): Add
9251 wchar_t testing.
9252
9253 2017-04-12 Pedro Alves <palves@redhat.com>
9254
9255 PR c++/21323
9256 * gdb.cp/wide_char_types.c: New file.
9257 * gdb.cp/wide_char_types.exp: New file.
9258
9259 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9260
9261 PR gdb/21352
9262 * gdb.trace/tsv.exp: Add test for "tsave -r".
9263
9264 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9265
9266 * gdb.dlang/watch-loc.c: New file.
9267 * gdb.dlang/watch-loc.exp: New file.
9268
9269 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9272
9273 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9274
9275 * gdb.arch/arc-analyze-prologue.S: New file.
9276 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9277
9278 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9279
9280 * gdb.arch/arc-decode-insn.S: New file.
9281 * gdb.arch/arc-decode-insn.exp: Likewise.
9282
9283 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9284
9285 PR tdep/20928
9286 * gdb.arch/sparc64-regs.exp: New file.
9287 * gdb.arch/sparc64-regs.S: Likewise.
9288
9289 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9290
9291 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9292 and memory view on Python 3.
9293
9294 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9295 Keith Seitz <keiths@redhat.com>
9296
9297 PR gdb/14441
9298 * gdb.cp/demangle.exp: Add rvalue reference tests.
9299 * gdb.cp/rvalue-ref-casts.cc: New file.
9300 * gdb.cp/rvalue-ref-casts.exp: New file.
9301 * gdb.cp/rvalue-ref-overload.cc: New file.
9302 * gdb.cp/rvalue-ref-overload.exp: New file.
9303 * gdb.cp/rvalue-ref-params.cc: New file.
9304 * gdb.cp/rvalue-ref-params.exp: New file.
9305 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9306 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9307 * gdb.cp/rvalue-ref-types.cc: New file.
9308 * gdb.cp/rvalue-ref-types.exp: New file.
9309 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9310 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9311
9312 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9313
9314 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9315 New procedure.
9316
9317 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9318
9319 * lib/mi-support.exp (mi_gdb_test): Add additional message
9320 for unexpected output.
9321
9322 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9323
9324 * gdb.base/examine-backward.c (Barrier): New character array
9325 constant, to ensure that TestStrings is preceded by a string
9326 terminator.
9327
9328 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9329
9330 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9331 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9332 and implicit pointer into such a location.
9333
9334 2017-03-16 Doug Evans <dje@google.com>
9335
9336 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9337
9338 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9339
9340 * gdb.cp/m-static.exp: Fix expectation for prototype of
9341 test5.single_constructor and single_constructor::single_constructor.
9342
9343 2017-03-16 Doug Evans <dje@google.com>
9344
9345 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9346 * gdb.guile/scm-lazy-string.c: New file.
9347 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9348 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9349 for pointer, array, typedef lazy strings.
9350
9351 2017-03-16 Doug Evans <dje@google.com>
9352
9353 PR python/17728, python/18439, python/18779
9354 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9355 * gdb.python/py-lazy-string.c (pointer): New typedef.
9356 (main): New locals ptr, array, typedef_ptr.
9357 * gdb.python/py-value.exp: Move lazy string tests to ...
9358 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9359 array, typedef lazy strings.
9360
9361 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9362
9363 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9364 Add optional 'test' parameter.
9365
9366 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9367
9368 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9369 Skip for versions of DejaGnu < 1.5.
9370
9371 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9372
9373 * lib/gdb.exp (dejagnu_version): New proc.
9374 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9375 Use dejagnu_version.
9376
9377 2017-03-10 Keith Seitz <keiths@redhat.com>
9378
9379 PR c++/8128
9380 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9381 type from destructor regexps.
9382 Add a branch which actually passes the test.
9383 Adjust "ptype t5i" test names.
9384
9385 2017-03-08 Pedro Alves <palves@redhat.com>
9386
9387 * gdb.base/step-over-exit.exp: Add explicit test message.
9388
9389 2017-03-08 Pedro Alves <palves@redhat.com>
9390
9391 PR gdb/18360
9392 * gdb.threads/interrupt-while-step-over.c: New file.
9393 * gdb.threads/interrupt-while-step-over.exp: New file.
9394
9395 2017-03-08 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9398 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9399
9400 2017-03-08 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9403 PKRU as not supported as a PASS.
9404
9405 2017-03-08 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9408 prefix instead of $binfile1/$binfile2.
9409 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9410 in test message.
9411 * gdb.python/py-completion.exp: Use "load python file" as test
9412 messages instead of unstable path names.
9413
9414 2017-03-08 Pedro Alves <palves@redhat.com>
9415 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 PR cli/21218
9418 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9419 New proc.
9420 (top level): Call it.
9421
9422 2017-03-08 Pedro Alves <palves@redhat.com>
9423
9424 PR tui/21216
9425 * gdb.tui/tui-nl-filtered-output.exp: New file.
9426
9427 2017-03-08 Pedro Alves <palves@redhat.com>
9428
9429 * gdb.base/completion.exp: Move TUI completion tests to ...
9430 * gdb.tui/completion.exp: ... this new file.
9431
9432 2017-03-08 Pedro Alves <palves@redhat.com>
9433
9434 * gdb.base/tui-disasm-long-lines.c,
9435 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9436 gdb.base/tui-layout.exp: Move to ...
9437 * gdb.tui/: ... this new directory.
9438
9439 2017-03-07 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/tui-layout.c: New file.
9442 * gdb.base/tui-layout.exp: New file.
9443
9444 2017-03-07 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.base/tui-layout.c: Rename to ...
9447 * gdb.base/tui-disasm-long-lines.c: ... this.
9448 * gdb.base/tui-layout.exp: Rename to ...
9449 * gdb.base/tui-disasm-long-lines.exp: ... this.
9450
9451 2017-03-07 Pedro Alves <palves@redhat.com>
9452
9453 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9454
9455 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9456
9457 * i386-mpx-call.c: New file.
9458 * i386-mpx-call.exp: New file.
9459
9460 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9461
9462 * gdb.arch/powerpc-power.exp: Delete test.
9463 * gdb.arch/powerpc-power.s: Likewise.
9464 * gdb.disasm/disassembler-options.exp: New test.
9465 * gdb.arch/powerpc-altivec.exp: Likewise.
9466 * gdb.arch/powerpc-altivec.s: Likewise.
9467 * gdb.arch/powerpc-altivec2.exp: Likewise.
9468 * gdb.arch/powerpc-altivec2.s: Likewise.
9469 * gdb.arch/powerpc-altivec3.exp: Likewise.
9470 * gdb.arch/powerpc-altivec3.s: Likewise.
9471 * gdb.arch/powerpc-power7.exp: Likewise.
9472 * gdb.arch/powerpc-power7.s: Likewise.
9473 * gdb.arch/powerpc-power8.exp: Likewise.
9474 * gdb.arch/powerpc-power8.s: Likewise.
9475 * gdb.arch/powerpc-power9.exp: Likewise.
9476 * gdb.arch/powerpc-power9.s: Likewise.
9477 * gdb.arch/powerpc-vsx.exp: Likewise.
9478 * gdb.arch/powerpc-vsx.s: Likewise.
9479 * gdb.arch/powerpc-vsx2.exp: Likewise.
9480 * gdb.arch/powerpc-vsx2.s: Likewise.
9481 * gdb.arch/powerpc-vsx3.exp: Likewise.
9482 * gdb.arch/powerpc-vsx3.s: Likewise.
9483 * gdb.arch/arm-disassembler-options.exp: Likewise.
9484 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9485 * gdb.arch/s390-disassembler-options.exp: Likewise.
9486
9487 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9488
9489 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9490 (check_supported_features): ... this. Changed return type to void.
9491 (supports_rdseed): New static global.
9492 (rdseed): Check supports_rdseed.
9493 (initialize): Call check_supported_features.
9494
9495 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9496
9497 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9498 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9499 and lqarx/stqcx.
9500 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9501 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9502
9503 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9504
9505 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9506 uppercase.
9507
9508 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9509
9510 * gdb.dwarf2/formdata16.c: New file.
9511 * gdb.dwarf2/formdata16.exp: New file.
9512 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9513
9514 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9515
9516 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9517 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9518 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9519 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9520 DW_AT_GNU_*.
9521
9522 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9523
9524 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9525
9526 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9527
9528 PR gdb/21164
9529 * gdb.base/maint.exp: Add testcases for when the commands do
9530 not have arguments.
9531
9532 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9533
9534 * gdb.cp/chained-calls.exp: Use p instead of P.
9535
9536 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9537
9538 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9539 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9540
9541 2017-02-14 Tom Tromey <tom@tromey.com>
9542
9543 PR python/13598:
9544 * gdb.python/py-events.exp: Add before_prompt event tests.
9545
9546 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9547
9548 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9549
9550 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9551
9552 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9553 (main): Call my_unique_function_name.
9554 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9555 completion of patterns with a single match.
9556 Add missing -re switches to gdb_test_multiple calls.
9557
9558 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9559
9560 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9561 return if core file is not recognized.
9562
9563 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9564
9565 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9566 and extra UIs.
9567
9568 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9569
9570 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9571 proc_with_prefix.
9572
9573 2017-02-10 Tom Tromey <tom@tromey.com>
9574
9575 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9576
9577 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9578
9579 PR gdb/21122
9580 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9581
9582 2017-02-08 Jerome Guitton <guitton@adacore.com>
9583
9584 * gdb.base/define.exp: Add test for command abbreviations
9585 in define.
9586
9587 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9588
9589 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9590 * gdb.reverse/insn-reverse-x86.c: New file.
9591
9592 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9593
9594 PR tdep/20936
9595 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9596
9597 2017-02-03 Tom Tromey <tom@tromey.com>
9598
9599 PR rust/21097:
9600 * gdb.rust/simple.exp: Add new tests.
9601
9602 2017-02-02 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9605 tests.
9606
9607 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9608
9609 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9610 taking a 2-byte value out of a 4-byte DWARF implicit value on
9611 big-endian targets.
9612 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9613 logic. Add test cases for DW_OP_implicit.
9614
9615 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9616
9617 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9618
9619 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9620
9621 * gdb.btrace/enable.exp: Call gdb_exit before
9622 skip_gdbserver_tests.
9623
9624 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9625
9626 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9627 GDBFLAGS.
9628
9629 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9630
9631 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9632 the test is skipped.
9633 * gdb.btrace/data.exp: Likewise.
9634 * gdb.btrace/delta.exp: Likewise.
9635 * gdb.btrace/dlopen.exp: Likewise.
9636 * gdb.btrace/enable-running.exp: Likewise.
9637 * gdb.btrace/enable.exp: Likewise.
9638 * gdb.btrace/exception.exp: Likewise.
9639 * gdb.btrace/function_call_history.exp: Likewise.
9640 * gdb.btrace/gcore.exp: Likewise.
9641 * gdb.btrace/instruction_history.exp: Likewise.
9642 * gdb.btrace/multi-thread-step.exp: Likewise.
9643 * gdb.btrace/nohist.exp: Likewise.
9644 * gdb.btrace/non-stop.exp: Likewise.
9645 * gdb.btrace/reconnect.exp: Likewise.
9646 * gdb.btrace/record_goto-step.exp: Likewise.
9647 * gdb.btrace/record_goto.exp: Likewise.
9648 * gdb.btrace/rn-dl-bind.exp: Likewise.
9649 * gdb.btrace/segv.exp: Likewise.
9650 * gdb.btrace/step.exp: Likewise.
9651 * gdb.btrace/stepi.exp: Likewise.
9652 * gdb.btrace/tailcall-only.exp: Likewise.
9653 * gdb.btrace/tailcall.exp: Likewise.
9654 * gdb.btrace/tsx.exp: Likewise.
9655 * gdb.btrace/unknown_functions.exp: Likewise.
9656 * gdb.btrace/vdso.exp: Likewise.
9657
9658 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9659
9660 * gdb.btrace/enable-running.c: New.
9661 * gdb.btrace/enable-running.exp: New.
9662
9663 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9664
9665 * gdb.arch/amd64-gs_base.c: New file.
9666 * gdb.arch/amd64-gs_base.exp: New file.
9667
9668 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9669
9670 * lib/memory.exp: Remove spurious empty newlines.
9671
9672 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9673
9674 * gdb.python/py-bad-printers.exp: Load python file using "source".
9675 * gdb.python/py-events.exp: Likewise.
9676 * gdb.python/py-evsignal.exp: Likewise.
9677 * gdb.python/py-evthreads.exp: Likewise.
9678 * gdb.python/py-frame-args.exp: Likewise.
9679 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9680 * gdb.python/py-framefilter-mi.exp: Likewise.
9681 * gdb.python/py-framefilter.exp: Likewise.
9682 * gdb.python/py-mi.exp: Likewise.
9683 * gdb.python/py-pp-maint.exp: Likewise.
9684 * gdb.python/py-pp-registration.exp: Likewise.
9685 * gdb.python/py-prettyprint.exp: Likewise.
9686 (run_lang_tests): Likewise.
9687 * gdb.python/py-typeprint.exp: Likewise.
9688
9689 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9690
9691 * lib/memory.exp: New file.
9692 * lib/gdb.exp: Load memory.exp.
9693 * gdb.base/memattr.exp (delete_memory): Move proc to
9694 lib/memory.exp and rename to delete_memory_regions.
9695 Replace delete_memory with delete_memory_regions.
9696 Cleanup memory regions before tests.
9697 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9698 before tests.
9699
9700 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9701
9702 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9703 files.
9704 (initialize): New function conditionally defined.
9705 (testcases): Move within conditional block.
9706 (main): Call initialize.
9707 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9708 of gdb.reverse/insn-reverse.c.
9709 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9710 gdb.reverse/insn-reverse.c.
9711
9712 2017-01-26 Yao Qi <yao.qi@linaro.org>
9713
9714 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9715 disassemble on address 0.
9716
9717 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9718 Yao Qi <yao.qi@linaro.org>
9719
9720 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9721 * gdb.dwarf2/implptr-64bit.S: Remove.
9722 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9723 variables in caller's context. Add DW_OP_implicit_value.
9724
9725 2017-01-25 Yao Qi <yao.qi@linaro.org>
9726
9727 * lib/dwarf.exp (Dwarf::_location): Handle
9728 DW_OP_GNU_implicit_pointer with proper size.
9729
9730 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9731
9732 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9733 and add untested calls.
9734
9735 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9736
9737 * gdb.python/python.exp: Check line number against what GDB thinks
9738 the line number is for func1.
9739
9740 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9741
9742 * gdb.dlang/debug-expr.exp: New file.
9743
9744 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9745
9746 Fix test names for the following files:
9747
9748 * gdb.ada/exec_changed.exp
9749 * gdb.ada/info_types.exp
9750 * gdb.arch/aarch64-atomic-inst.exp
9751 * gdb.arch/aarch64-fp.exp
9752 * gdb.arch/altivec-abi.exp
9753 * gdb.arch/altivec-regs.exp
9754 * gdb.arch/amd64-byte.exp
9755 * gdb.arch/amd64-disp-step.exp
9756 * gdb.arch/amd64-dword.exp
9757 * gdb.arch/amd64-entry-value-inline.exp
9758 * gdb.arch/amd64-entry-value-param.exp
9759 * gdb.arch/amd64-entry-value-paramref.exp
9760 * gdb.arch/amd64-entry-value.exp
9761 * gdb.arch/amd64-i386-address.exp
9762 * gdb.arch/amd64-invalid-stack-middle.exp
9763 * gdb.arch/amd64-invalid-stack-top.exp
9764 * gdb.arch/amd64-optimout-repeat.exp
9765 * gdb.arch/amd64-prologue-skip.exp
9766 * gdb.arch/amd64-prologue-xmm.exp
9767 * gdb.arch/amd64-stap-special-operands.exp
9768 * gdb.arch/amd64-stap-wrong-subexp.exp
9769 * gdb.arch/amd64-tailcall-cxx.exp
9770 * gdb.arch/amd64-tailcall-noret.exp
9771 * gdb.arch/amd64-tailcall-ret.exp
9772 * gdb.arch/amd64-tailcall-self.exp
9773 * gdb.arch/amd64-word.exp
9774 * gdb.arch/arm-bl-branch-dest.exp
9775 * gdb.arch/arm-disp-step.exp
9776 * gdb.arch/arm-neon.exp
9777 * gdb.arch/arm-single-step-kernel-helper.exp
9778 * gdb.arch/avr-flash-qualifier.exp
9779 * gdb.arch/disp-step-insn-reloc.exp
9780 * gdb.arch/e500-abi.exp
9781 * gdb.arch/e500-regs.exp
9782 * gdb.arch/ftrace-insn-reloc.exp
9783 * gdb.arch/i386-avx512.exp
9784 * gdb.arch/i386-bp_permanent.exp
9785 * gdb.arch/i386-byte.exp
9786 * gdb.arch/i386-cfi-notcurrent.exp
9787 * gdb.arch/i386-disp-step.exp
9788 * gdb.arch/i386-dr3-watch.exp
9789 * gdb.arch/i386-float.exp
9790 * gdb.arch/i386-gnu-cfi.exp
9791 * gdb.arch/i386-mpx-map.exp
9792 * gdb.arch/i386-mpx-sigsegv.exp
9793 * gdb.arch/i386-mpx-simple_segv.exp
9794 * gdb.arch/i386-mpx.exp
9795 * gdb.arch/i386-permbkpt.exp
9796 * gdb.arch/i386-prologue.exp
9797 * gdb.arch/i386-signal.exp
9798 * gdb.arch/i386-size-overlap.exp
9799 * gdb.arch/i386-unwind.exp
9800 * gdb.arch/i386-word.exp
9801 * gdb.arch/mips-fcr.exp
9802 * gdb.arch/powerpc-d128-regs.exp
9803 * gdb.arch/powerpc-stackless.exp
9804 * gdb.arch/ppc64-atomic-inst.exp
9805 * gdb.arch/s390-stackless.exp
9806 * gdb.arch/s390-tdbregs.exp
9807 * gdb.arch/s390-vregs.exp
9808 * gdb.arch/sparc-sysstep.exp
9809 * gdb.arch/thumb-bx-pc.exp
9810 * gdb.arch/thumb-singlestep.exp
9811 * gdb.arch/thumb2-it.exp
9812 * gdb.arch/vsx-regs.exp
9813 * gdb.asm/asm-source.exp
9814 * gdb.base/a2-run.exp
9815 * gdb.base/advance.exp
9816 * gdb.base/all-bin.exp
9817 * gdb.base/anon.exp
9818 * gdb.base/args.exp
9819 * gdb.base/arithmet.exp
9820 * gdb.base/async-shell.exp
9821 * gdb.base/async.exp
9822 * gdb.base/attach-pie-noexec.exp
9823 * gdb.base/attach-twice.exp
9824 * gdb.base/auto-load.exp
9825 * gdb.base/bang.exp
9826 * gdb.base/bitfields.exp
9827 * gdb.base/break-always.exp
9828 * gdb.base/break-caller-line.exp
9829 * gdb.base/break-entry.exp
9830 * gdb.base/break-inline.exp
9831 * gdb.base/break-on-linker-gcd-function.exp
9832 * gdb.base/break-probes.exp
9833 * gdb.base/break.exp
9834 * gdb.base/breakpoint-shadow.exp
9835 * gdb.base/call-ar-st.exp
9836 * gdb.base/call-sc.exp
9837 * gdb.base/call-signal-resume.exp
9838 * gdb.base/call-strs.exp
9839 * gdb.base/callfuncs.exp
9840 * gdb.base/catch-fork-static.exp
9841 * gdb.base/catch-gdb-caused-signals.exp
9842 * gdb.base/catch-load.exp
9843 * gdb.base/catch-signal-fork.exp
9844 * gdb.base/catch-signal.exp
9845 * gdb.base/catch-syscall.exp
9846 * gdb.base/charset.exp
9847 * gdb.base/checkpoint.exp
9848 * gdb.base/chng-syms.exp
9849 * gdb.base/code-expr.exp
9850 * gdb.base/code_elim.exp
9851 * gdb.base/commands.exp
9852 * gdb.base/completion.exp
9853 * gdb.base/complex.exp
9854 * gdb.base/cond-expr.exp
9855 * gdb.base/condbreak.exp
9856 * gdb.base/consecutive.exp
9857 * gdb.base/continue-all-already-running.exp
9858 * gdb.base/coredump-filter.exp
9859 * gdb.base/corefile.exp
9860 * gdb.base/dbx.exp
9861 * gdb.base/debug-expr.exp
9862 * gdb.base/define.exp
9863 * gdb.base/del.exp
9864 * gdb.base/disabled-location.exp
9865 * gdb.base/disasm-end-cu.exp
9866 * gdb.base/disasm-optim.exp
9867 * gdb.base/display.exp
9868 * gdb.base/duplicate-bp.exp
9869 * gdb.base/ena-dis-br.exp
9870 * gdb.base/ending-run.exp
9871 * gdb.base/enumval.exp
9872 * gdb.base/environ.exp
9873 * gdb.base/eu-strip-infcall.exp
9874 * gdb.base/eval-avoid-side-effects.exp
9875 * gdb.base/eval-skip.exp
9876 * gdb.base/exitsignal.exp
9877 * gdb.base/expand-psymtabs.exp
9878 * gdb.base/filesym.exp
9879 * gdb.base/find-unmapped.exp
9880 * gdb.base/finish.exp
9881 * gdb.base/float.exp
9882 * gdb.base/foll-exec-mode.exp
9883 * gdb.base/foll-exec.exp
9884 * gdb.base/foll-fork.exp
9885 * gdb.base/fortran-sym-case.exp
9886 * gdb.base/freebpcmd.exp
9887 * gdb.base/func-ptr.exp
9888 * gdb.base/func-ptrs.exp
9889 * gdb.base/funcargs.exp
9890 * gdb.base/gcore-buffer-overflow.exp
9891 * gdb.base/gcore-relro-pie.exp
9892 * gdb.base/gcore-relro.exp
9893 * gdb.base/gcore.exp
9894 * gdb.base/gdb1090.exp
9895 * gdb.base/gdb11530.exp
9896 * gdb.base/gdb11531.exp
9897 * gdb.base/gdb1821.exp
9898 * gdb.base/gdbindex-stabs.exp
9899 * gdb.base/gdbvars.exp
9900 * gdb.base/hbreak.exp
9901 * gdb.base/hbreak2.exp
9902 * gdb.base/included.exp
9903 * gdb.base/infcall-input.exp
9904 * gdb.base/inferior-died.exp
9905 * gdb.base/infnan.exp
9906 * gdb.base/info-macros.exp
9907 * gdb.base/info-os.exp
9908 * gdb.base/info-proc.exp
9909 * gdb.base/info-shared.exp
9910 * gdb.base/info-target.exp
9911 * gdb.base/infoline.exp
9912 * gdb.base/interp.exp
9913 * gdb.base/interrupt.exp
9914 * gdb.base/jit-reader.exp
9915 * gdb.base/jit-simple.exp
9916 * gdb.base/kill-after-signal.exp
9917 * gdb.base/kill-detach-inferiors-cmd.exp
9918 * gdb.base/label.exp
9919 * gdb.base/langs.exp
9920 * gdb.base/ldbl_e308.exp
9921 * gdb.base/line-symtabs.exp
9922 * gdb.base/linespecs.exp
9923 * gdb.base/list.exp
9924 * gdb.base/long_long.exp
9925 * gdb.base/longest-types.exp
9926 * gdb.base/maint.exp
9927 * gdb.base/max-value-size.exp
9928 * gdb.base/memattr.exp
9929 * gdb.base/mips_pro.exp
9930 * gdb.base/morestack.exp
9931 * gdb.base/moribund-step.exp
9932 * gdb.base/multi-forks.exp
9933 * gdb.base/nested-addr.exp
9934 * gdb.base/nextoverexit.exp
9935 * gdb.base/noreturn-finish.exp
9936 * gdb.base/noreturn-return.exp
9937 * gdb.base/nostdlib.exp
9938 * gdb.base/offsets.exp
9939 * gdb.base/opaque.exp
9940 * gdb.base/pc-fp.exp
9941 * gdb.base/permissions.exp
9942 * gdb.base/print-symbol-loading.exp
9943 * gdb.base/prologue-include.exp
9944 * gdb.base/psymtab.exp
9945 * gdb.base/ptype.exp
9946 * gdb.base/random-signal.exp
9947 * gdb.base/randomize.exp
9948 * gdb.base/range-stepping.exp
9949 * gdb.base/readline-ask.exp
9950 * gdb.base/recpar.exp
9951 * gdb.base/recurse.exp
9952 * gdb.base/relational.exp
9953 * gdb.base/restore.exp
9954 * gdb.base/return-nodebug.exp
9955 * gdb.base/return.exp
9956 * gdb.base/run-after-attach.exp
9957 * gdb.base/save-bp.exp
9958 * gdb.base/scope.exp
9959 * gdb.base/sect-cmd.exp
9960 * gdb.base/set-lang-auto.exp
9961 * gdb.base/set-noassign.exp
9962 * gdb.base/setvar.exp
9963 * gdb.base/sigall.exp
9964 * gdb.base/sigbpt.exp
9965 * gdb.base/siginfo-addr.exp
9966 * gdb.base/siginfo-infcall.exp
9967 * gdb.base/siginfo-obj.exp
9968 * gdb.base/siginfo.exp
9969 * gdb.base/signals-state-child.exp
9970 * gdb.base/signest.exp
9971 * gdb.base/sigstep.exp
9972 * gdb.base/sizeof.exp
9973 * gdb.base/skip.exp
9974 * gdb.base/solib-corrupted.exp
9975 * gdb.base/solib-nodir.exp
9976 * gdb.base/solib-search.exp
9977 * gdb.base/stack-checking.exp
9978 * gdb.base/stale-infcall.exp
9979 * gdb.base/stap-probe.exp
9980 * gdb.base/start.exp
9981 * gdb.base/step-break.exp
9982 * gdb.base/step-bt.exp
9983 * gdb.base/step-line.exp
9984 * gdb.base/step-over-exit.exp
9985 * gdb.base/step-over-syscall.exp
9986 * gdb.base/step-resume-infcall.exp
9987 * gdb.base/step-test.exp
9988 * gdb.base/store.exp
9989 * gdb.base/structs3.exp
9990 * gdb.base/sym-file.exp
9991 * gdb.base/symbol-without-target_section.exp
9992 * gdb.base/term.exp
9993 * gdb.base/testenv.exp
9994 * gdb.base/ui-redirect.exp
9995 * gdb.base/until.exp
9996 * gdb.base/unwindonsignal.exp
9997 * gdb.base/value-double-free.exp
9998 * gdb.base/vla-datatypes.exp
9999 * gdb.base/vla-ptr.exp
10000 * gdb.base/vla-sideeffect.exp
10001 * gdb.base/volatile.exp
10002 * gdb.base/watch-cond-infcall.exp
10003 * gdb.base/watch-cond.exp
10004 * gdb.base/watch-non-mem.exp
10005 * gdb.base/watch-read.exp
10006 * gdb.base/watch-vfork.exp
10007 * gdb.base/watchpoint-cond-gone.exp
10008 * gdb.base/watchpoint-delete.exp
10009 * gdb.base/watchpoint-hw-hit-once.exp
10010 * gdb.base/watchpoint-hw.exp
10011 * gdb.base/watchpoint-stops-at-right-insn.exp
10012 * gdb.base/watchpoints.exp
10013 * gdb.base/wchar.exp
10014 * gdb.base/whatis-exp.exp
10015 * gdb.btrace/buffer-size.exp
10016 * gdb.btrace/data.exp
10017 * gdb.btrace/delta.exp
10018 * gdb.btrace/dlopen.exp
10019 * gdb.btrace/enable.exp
10020 * gdb.btrace/exception.exp
10021 * gdb.btrace/function_call_history.exp
10022 * gdb.btrace/gcore.exp
10023 * gdb.btrace/instruction_history.exp
10024 * gdb.btrace/nohist.exp
10025 * gdb.btrace/reconnect.exp
10026 * gdb.btrace/record_goto-step.exp
10027 * gdb.btrace/record_goto.exp
10028 * gdb.btrace/rn-dl-bind.exp
10029 * gdb.btrace/segv.exp
10030 * gdb.btrace/step.exp
10031 * gdb.btrace/stepi.exp
10032 * gdb.btrace/tailcall-only.exp
10033 * gdb.btrace/tailcall.exp
10034 * gdb.btrace/tsx.exp
10035 * gdb.btrace/unknown_functions.exp
10036 * gdb.btrace/vdso.exp
10037 * gdb.compile/compile-ifunc.exp
10038 * gdb.compile/compile-ops.exp
10039 * gdb.compile/compile-print.exp
10040 * gdb.compile/compile-setjmp.exp
10041 * gdb.cp/abstract-origin.exp
10042 * gdb.cp/ambiguous.exp
10043 * gdb.cp/annota2.exp
10044 * gdb.cp/annota3.exp
10045 * gdb.cp/anon-ns.exp
10046 * gdb.cp/anon-struct.exp
10047 * gdb.cp/anon-union.exp
10048 * gdb.cp/arg-reference.exp
10049 * gdb.cp/baseenum.exp
10050 * gdb.cp/bool.exp
10051 * gdb.cp/breakpoint.exp
10052 * gdb.cp/bs15503.exp
10053 * gdb.cp/call-c.exp
10054 * gdb.cp/casts.exp
10055 * gdb.cp/chained-calls.exp
10056 * gdb.cp/class2.exp
10057 * gdb.cp/classes.exp
10058 * gdb.cp/cmpd-minsyms.exp
10059 * gdb.cp/converts.exp
10060 * gdb.cp/cp-relocate.exp
10061 * gdb.cp/cpcompletion.exp
10062 * gdb.cp/cpexprs.exp
10063 * gdb.cp/cplabel.exp
10064 * gdb.cp/cplusfuncs.exp
10065 * gdb.cp/cpsizeof.exp
10066 * gdb.cp/ctti.exp
10067 * gdb.cp/derivation.exp
10068 * gdb.cp/destrprint.exp
10069 * gdb.cp/dispcxx.exp
10070 * gdb.cp/enum-class.exp
10071 * gdb.cp/exception.exp
10072 * gdb.cp/exceptprint.exp
10073 * gdb.cp/expand-psymtabs-cxx.exp
10074 * gdb.cp/expand-sals.exp
10075 * gdb.cp/extern-c.exp
10076 * gdb.cp/filename.exp
10077 * gdb.cp/formatted-ref.exp
10078 * gdb.cp/fpointer.exp
10079 * gdb.cp/gdb1355.exp
10080 * gdb.cp/gdb2495.exp
10081 * gdb.cp/hang.exp
10082 * gdb.cp/impl-this.exp
10083 * gdb.cp/infcall-dlopen.exp
10084 * gdb.cp/inherit.exp
10085 * gdb.cp/iostream.exp
10086 * gdb.cp/koenig.exp
10087 * gdb.cp/local.exp
10088 * gdb.cp/m-data.exp
10089 * gdb.cp/m-static.exp
10090 * gdb.cp/mb-ctor.exp
10091 * gdb.cp/mb-inline.exp
10092 * gdb.cp/mb-templates.exp
10093 * gdb.cp/member-name.exp
10094 * gdb.cp/member-ptr.exp
10095 * gdb.cp/meth-typedefs.exp
10096 * gdb.cp/method.exp
10097 * gdb.cp/method2.exp
10098 * gdb.cp/minsym-fallback.exp
10099 * gdb.cp/misc.exp
10100 * gdb.cp/namelessclass.exp
10101 * gdb.cp/namespace-enum.exp
10102 * gdb.cp/namespace-nested-import.exp
10103 * gdb.cp/namespace.exp
10104 * gdb.cp/nextoverthrow.exp
10105 * gdb.cp/no-dmgl-verbose.exp
10106 * gdb.cp/non-trivial-retval.exp
10107 * gdb.cp/noparam.exp
10108 * gdb.cp/nsdecl.exp
10109 * gdb.cp/nsimport.exp
10110 * gdb.cp/nsnested.exp
10111 * gdb.cp/nsnoimports.exp
10112 * gdb.cp/nsrecurs.exp
10113 * gdb.cp/nsstress.exp
10114 * gdb.cp/nsusing.exp
10115 * gdb.cp/operator.exp
10116 * gdb.cp/oranking.exp
10117 * gdb.cp/overload-const.exp
10118 * gdb.cp/overload.exp
10119 * gdb.cp/ovldbreak.exp
10120 * gdb.cp/ovsrch.exp
10121 * gdb.cp/paren-type.exp
10122 * gdb.cp/parse-lang.exp
10123 * gdb.cp/pass-by-ref.exp
10124 * gdb.cp/pr-1023.exp
10125 * gdb.cp/pr-1210.exp
10126 * gdb.cp/pr-574.exp
10127 * gdb.cp/pr10687.exp
10128 * gdb.cp/pr12028.exp
10129 * gdb.cp/pr17132.exp
10130 * gdb.cp/pr17494.exp
10131 * gdb.cp/pr9067.exp
10132 * gdb.cp/pr9167.exp
10133 * gdb.cp/pr9631.exp
10134 * gdb.cp/printmethod.exp
10135 * gdb.cp/psmang.exp
10136 * gdb.cp/psymtab-parameter.exp
10137 * gdb.cp/ptype-cv-cp.exp
10138 * gdb.cp/ptype-flags.exp
10139 * gdb.cp/re-set-overloaded.exp
10140 * gdb.cp/ref-types.exp
10141 * gdb.cp/rtti.exp
10142 * gdb.cp/scope-err.exp
10143 * gdb.cp/shadow.exp
10144 * gdb.cp/smartp.exp
10145 * gdb.cp/static-method.exp
10146 * gdb.cp/static-print-quit.exp
10147 * gdb.cp/temargs.exp
10148 * gdb.cp/templates.exp
10149 * gdb.cp/try_catch.exp
10150 * gdb.cp/typedef-operator.exp
10151 * gdb.cp/typeid.exp
10152 * gdb.cp/userdef.exp
10153 * gdb.cp/using-crash.exp
10154 * gdb.cp/var-tag.exp
10155 * gdb.cp/virtbase.exp
10156 * gdb.cp/virtfunc.exp
10157 * gdb.cp/virtfunc2.exp
10158 * gdb.cp/vla-cxx.exp
10159 * gdb.disasm/t01_mov.exp
10160 * gdb.disasm/t02_mova.exp
10161 * gdb.disasm/t03_add.exp
10162 * gdb.disasm/t04_sub.exp
10163 * gdb.disasm/t05_cmp.exp
10164 * gdb.disasm/t06_ari2.exp
10165 * gdb.disasm/t07_ari3.exp
10166 * gdb.disasm/t08_or.exp
10167 * gdb.disasm/t09_xor.exp
10168 * gdb.disasm/t10_and.exp
10169 * gdb.disasm/t11_logs.exp
10170 * gdb.disasm/t12_bit.exp
10171 * gdb.disasm/t13_otr.exp
10172 * gdb.dlang/circular.exp
10173 * gdb.dwarf2/arr-stride.exp
10174 * gdb.dwarf2/arr-subrange.exp
10175 * gdb.dwarf2/atomic-type.exp
10176 * gdb.dwarf2/bad-regnum.exp
10177 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10178 * gdb.dwarf2/callframecfa.exp
10179 * gdb.dwarf2/clztest.exp
10180 * gdb.dwarf2/corrupt.exp
10181 * gdb.dwarf2/data-loc.exp
10182 * gdb.dwarf2/dup-psym.exp
10183 * gdb.dwarf2/dw2-anon-mptr.exp
10184 * gdb.dwarf2/dw2-anonymous-func.exp
10185 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10186 * gdb.dwarf2/dw2-bad-unresolved.exp
10187 * gdb.dwarf2/dw2-basic.exp
10188 * gdb.dwarf2/dw2-canonicalize-type.exp
10189 * gdb.dwarf2/dw2-case-insensitive.exp
10190 * gdb.dwarf2/dw2-common-block.exp
10191 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10192 * gdb.dwarf2/dw2-compressed.exp
10193 * gdb.dwarf2/dw2-const.exp
10194 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10195 * gdb.dwarf2/dw2-cu-size.exp
10196 * gdb.dwarf2/dw2-dup-frame.exp
10197 * gdb.dwarf2/dw2-entry-value.exp
10198 * gdb.dwarf2/dw2-icycle.exp
10199 * gdb.dwarf2/dw2-ifort-parameter.exp
10200 * gdb.dwarf2/dw2-inline-break.exp
10201 * gdb.dwarf2/dw2-inline-param.exp
10202 * gdb.dwarf2/dw2-intercu.exp
10203 * gdb.dwarf2/dw2-intermix.exp
10204 * gdb.dwarf2/dw2-lexical-block-bare.exp
10205 * gdb.dwarf2/dw2-linkage-name-trust.exp
10206 * gdb.dwarf2/dw2-minsym-in-cu.exp
10207 * gdb.dwarf2/dw2-noloc.exp
10208 * gdb.dwarf2/dw2-op-call.exp
10209 * gdb.dwarf2/dw2-op-out-param.exp
10210 * gdb.dwarf2/dw2-opt-structptr.exp
10211 * gdb.dwarf2/dw2-param-error.exp
10212 * gdb.dwarf2/dw2-producer.exp
10213 * gdb.dwarf2/dw2-ranges-base.exp
10214 * gdb.dwarf2/dw2-ref-missing-frame.exp
10215 * gdb.dwarf2/dw2-reg-undefined.exp
10216 * gdb.dwarf2/dw2-regno-invalid.exp
10217 * gdb.dwarf2/dw2-restore.exp
10218 * gdb.dwarf2/dw2-restrict.exp
10219 * gdb.dwarf2/dw2-single-line-discriminators.exp
10220 * gdb.dwarf2/dw2-strp.exp
10221 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10222 * gdb.dwarf2/dw2-unresolved.exp
10223 * gdb.dwarf2/dw2-var-zero-addr.exp
10224 * gdb.dwarf2/dw4-sig-types.exp
10225 * gdb.dwarf2/dwz.exp
10226 * gdb.dwarf2/dynarr-ptr.exp
10227 * gdb.dwarf2/enum-type.exp
10228 * gdb.dwarf2/gdb-index.exp
10229 * gdb.dwarf2/implptr-64bit.exp
10230 * gdb.dwarf2/implptr-optimized-out.exp
10231 * gdb.dwarf2/implptr.exp
10232 * gdb.dwarf2/implref-array.exp
10233 * gdb.dwarf2/implref-const.exp
10234 * gdb.dwarf2/implref-global.exp
10235 * gdb.dwarf2/implref-struct.exp
10236 * gdb.dwarf2/mac-fileno.exp
10237 * gdb.dwarf2/main-subprogram.exp
10238 * gdb.dwarf2/member-ptr-forwardref.exp
10239 * gdb.dwarf2/method-ptr.exp
10240 * gdb.dwarf2/missing-sig-type.exp
10241 * gdb.dwarf2/nonvar-access.exp
10242 * gdb.dwarf2/opaque-type-lookup.exp
10243 * gdb.dwarf2/pieces-optimized-out.exp
10244 * gdb.dwarf2/pieces.exp
10245 * gdb.dwarf2/pr10770.exp
10246 * gdb.dwarf2/pr13961.exp
10247 * gdb.dwarf2/staticvirtual.exp
10248 * gdb.dwarf2/subrange.exp
10249 * gdb.dwarf2/symtab-producer.exp
10250 * gdb.dwarf2/trace-crash.exp
10251 * gdb.dwarf2/typeddwarf.exp
10252 * gdb.dwarf2/valop.exp
10253 * gdb.dwarf2/watch-notconst.exp
10254 * gdb.fortran/array-element.exp
10255 * gdb.fortran/charset.exp
10256 * gdb.fortran/common-block.exp
10257 * gdb.fortran/complex.exp
10258 * gdb.fortran/derived-type-function.exp
10259 * gdb.fortran/derived-type.exp
10260 * gdb.fortran/logical.exp
10261 * gdb.fortran/module.exp
10262 * gdb.fortran/multi-dim.exp
10263 * gdb.fortran/nested-funcs.exp
10264 * gdb.fortran/print-formatted.exp
10265 * gdb.fortran/subarray.exp
10266 * gdb.fortran/vla-alloc-assoc.exp
10267 * gdb.fortran/vla-datatypes.exp
10268 * gdb.fortran/vla-history.exp
10269 * gdb.fortran/vla-ptr-info.exp
10270 * gdb.fortran/vla-ptype-sub.exp
10271 * gdb.fortran/vla-ptype.exp
10272 * gdb.fortran/vla-sizeof.exp
10273 * gdb.fortran/vla-type.exp
10274 * gdb.fortran/vla-value-sub-arbitrary.exp
10275 * gdb.fortran/vla-value-sub-finish.exp
10276 * gdb.fortran/vla-value-sub.exp
10277 * gdb.fortran/vla-value.exp
10278 * gdb.fortran/whatis_type.exp
10279 * gdb.go/chan.exp
10280 * gdb.go/handcall.exp
10281 * gdb.go/hello.exp
10282 * gdb.go/integers.exp
10283 * gdb.go/methods.exp
10284 * gdb.go/package.exp
10285 * gdb.go/strings.exp
10286 * gdb.go/types.exp
10287 * gdb.go/unsafe.exp
10288 * gdb.guile/scm-arch.exp
10289 * gdb.guile/scm-block.exp
10290 * gdb.guile/scm-breakpoint.exp
10291 * gdb.guile/scm-cmd.exp
10292 * gdb.guile/scm-disasm.exp
10293 * gdb.guile/scm-equal.exp
10294 * gdb.guile/scm-frame-args.exp
10295 * gdb.guile/scm-frame-inline.exp
10296 * gdb.guile/scm-frame.exp
10297 * gdb.guile/scm-iterator.exp
10298 * gdb.guile/scm-math.exp
10299 * gdb.guile/scm-objfile.exp
10300 * gdb.guile/scm-ports.exp
10301 * gdb.guile/scm-symbol.exp
10302 * gdb.guile/scm-symtab.exp
10303 * gdb.guile/scm-value-cc.exp
10304 * gdb.guile/types-module.exp
10305 * gdb.linespec/break-ask.exp
10306 * gdb.linespec/cpexplicit.exp
10307 * gdb.linespec/explicit.exp
10308 * gdb.linespec/keywords.exp
10309 * gdb.linespec/linespec.exp
10310 * gdb.linespec/ls-dollar.exp
10311 * gdb.linespec/ls-errs.exp
10312 * gdb.linespec/skip-two.exp
10313 * gdb.linespec/thread.exp
10314 * gdb.mi/mi-async.exp
10315 * gdb.mi/mi-basics.exp
10316 * gdb.mi/mi-break.exp
10317 * gdb.mi/mi-catch-load.exp
10318 * gdb.mi/mi-cli.exp
10319 * gdb.mi/mi-cmd-param-changed.exp
10320 * gdb.mi/mi-console.exp
10321 * gdb.mi/mi-detach.exp
10322 * gdb.mi/mi-disassemble.exp
10323 * gdb.mi/mi-eval.exp
10324 * gdb.mi/mi-file-transfer.exp
10325 * gdb.mi/mi-file.exp
10326 * gdb.mi/mi-fill-memory.exp
10327 * gdb.mi/mi-inheritance-syntax-error.exp
10328 * gdb.mi/mi-linespec-err-cp.exp
10329 * gdb.mi/mi-logging.exp
10330 * gdb.mi/mi-memory-changed.exp
10331 * gdb.mi/mi-read-memory.exp
10332 * gdb.mi/mi-record-changed.exp
10333 * gdb.mi/mi-reg-undefined.exp
10334 * gdb.mi/mi-regs.exp
10335 * gdb.mi/mi-return.exp
10336 * gdb.mi/mi-reverse.exp
10337 * gdb.mi/mi-simplerun.exp
10338 * gdb.mi/mi-solib.exp
10339 * gdb.mi/mi-stack.exp
10340 * gdb.mi/mi-stepi.exp
10341 * gdb.mi/mi-syn-frame.exp
10342 * gdb.mi/mi-until.exp
10343 * gdb.mi/mi-var-block.exp
10344 * gdb.mi/mi-var-child.exp
10345 * gdb.mi/mi-var-cmd.exp
10346 * gdb.mi/mi-var-cp.exp
10347 * gdb.mi/mi-var-display.exp
10348 * gdb.mi/mi-var-invalidate.exp
10349 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10350 * gdb.mi/mi-vla-fortran.exp
10351 * gdb.mi/mi-watch.exp
10352 * gdb.mi/mi2-var-child.exp
10353 * gdb.mi/user-selected-context-sync.exp
10354 * gdb.modula2/unbounded-array.exp
10355 * gdb.multi/dummy-frame-restore.exp
10356 * gdb.multi/multi-arch-exec.exp
10357 * gdb.multi/multi-arch.exp
10358 * gdb.multi/tids.exp
10359 * gdb.multi/watchpoint-multi.exp
10360 * gdb.opencl/callfuncs.exp
10361 * gdb.opencl/convs_casts.exp
10362 * gdb.opencl/datatypes.exp
10363 * gdb.opencl/operators.exp
10364 * gdb.opencl/vec_comps.exp
10365 * gdb.opt/clobbered-registers-O2.exp
10366 * gdb.opt/inline-break.exp
10367 * gdb.opt/inline-bt.exp
10368 * gdb.opt/inline-cmds.exp
10369 * gdb.opt/inline-locals.exp
10370 * gdb.pascal/case-insensitive-symbols.exp
10371 * gdb.pascal/floats.exp
10372 * gdb.pascal/gdb11492.exp
10373 * gdb.python/lib-types.exp
10374 * gdb.python/py-arch.exp
10375 * gdb.python/py-as-string.exp
10376 * gdb.python/py-bad-printers.exp
10377 * gdb.python/py-block.exp
10378 * gdb.python/py-breakpoint-create-fail.exp
10379 * gdb.python/py-breakpoint.exp
10380 * gdb.python/py-caller-is.exp
10381 * gdb.python/py-cmd.exp
10382 * gdb.python/py-explore-cc.exp
10383 * gdb.python/py-explore.exp
10384 * gdb.python/py-finish-breakpoint.exp
10385 * gdb.python/py-finish-breakpoint2.exp
10386 * gdb.python/py-frame-args.exp
10387 * gdb.python/py-frame-inline.exp
10388 * gdb.python/py-frame.exp
10389 * gdb.python/py-framefilter-mi.exp
10390 * gdb.python/py-infthread.exp
10391 * gdb.python/py-lazy-string.exp
10392 * gdb.python/py-linetable.exp
10393 * gdb.python/py-mi-events.exp
10394 * gdb.python/py-mi-objfile.exp
10395 * gdb.python/py-mi.exp
10396 * gdb.python/py-objfile.exp
10397 * gdb.python/py-pp-integral.exp
10398 * gdb.python/py-pp-maint.exp
10399 * gdb.python/py-pp-re-notag.exp
10400 * gdb.python/py-pp-registration.exp
10401 * gdb.python/py-recurse-unwind.exp
10402 * gdb.python/py-strfns.exp
10403 * gdb.python/py-symbol.exp
10404 * gdb.python/py-symtab.exp
10405 * gdb.python/py-sync-interp.exp
10406 * gdb.python/py-typeprint.exp
10407 * gdb.python/py-unwind-maint.exp
10408 * gdb.python/py-unwind.exp
10409 * gdb.python/py-value-cc.exp
10410 * gdb.python/py-xmethods.exp
10411 * gdb.reverse/amd64-tailcall-reverse.exp
10412 * gdb.reverse/break-precsave.exp
10413 * gdb.reverse/break-reverse.exp
10414 * gdb.reverse/consecutive-precsave.exp
10415 * gdb.reverse/consecutive-reverse.exp
10416 * gdb.reverse/finish-precsave.exp
10417 * gdb.reverse/finish-reverse-bkpt.exp
10418 * gdb.reverse/finish-reverse.exp
10419 * gdb.reverse/fstatat-reverse.exp
10420 * gdb.reverse/getresuid-reverse.exp
10421 * gdb.reverse/i386-precsave.exp
10422 * gdb.reverse/i386-reverse.exp
10423 * gdb.reverse/i386-sse-reverse.exp
10424 * gdb.reverse/i387-env-reverse.exp
10425 * gdb.reverse/i387-stack-reverse.exp
10426 * gdb.reverse/insn-reverse.exp
10427 * gdb.reverse/machinestate-precsave.exp
10428 * gdb.reverse/machinestate.exp
10429 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10430 * gdb.reverse/pipe-reverse.exp
10431 * gdb.reverse/readv-reverse.exp
10432 * gdb.reverse/recvmsg-reverse.exp
10433 * gdb.reverse/rerun-prec.exp
10434 * gdb.reverse/s390-mvcle.exp
10435 * gdb.reverse/step-precsave.exp
10436 * gdb.reverse/step-reverse.exp
10437 * gdb.reverse/time-reverse.exp
10438 * gdb.reverse/until-precsave.exp
10439 * gdb.reverse/until-reverse.exp
10440 * gdb.reverse/waitpid-reverse.exp
10441 * gdb.reverse/watch-precsave.exp
10442 * gdb.reverse/watch-reverse.exp
10443 * gdb.rust/generics.exp
10444 * gdb.rust/methods.exp
10445 * gdb.rust/modules.exp
10446 * gdb.rust/simple.exp
10447 * gdb.server/connect-with-no-symbol-file.exp
10448 * gdb.server/ext-attach.exp
10449 * gdb.server/ext-restart.exp
10450 * gdb.server/ext-wrapper.exp
10451 * gdb.server/file-transfer.exp
10452 * gdb.server/server-exec-info.exp
10453 * gdb.server/server-kill.exp
10454 * gdb.server/server-mon.exp
10455 * gdb.server/wrapper.exp
10456 * gdb.stabs/exclfwd.exp
10457 * gdb.stabs/gdb11479.exp
10458 * gdb.threads/clone-new-thread-event.exp
10459 * gdb.threads/corethreads.exp
10460 * gdb.threads/current-lwp-dead.exp
10461 * gdb.threads/dlopen-libpthread.exp
10462 * gdb.threads/gcore-thread.exp
10463 * gdb.threads/sigstep-threads.exp
10464 * gdb.threads/watchpoint-fork.exp
10465 * gdb.trace/actions-changed.exp
10466 * gdb.trace/backtrace.exp
10467 * gdb.trace/change-loc.exp
10468 * gdb.trace/circ.exp
10469 * gdb.trace/collection.exp
10470 * gdb.trace/disconnected-tracing.exp
10471 * gdb.trace/ftrace.exp
10472 * gdb.trace/mi-trace-frame-collected.exp
10473 * gdb.trace/mi-trace-unavailable.exp
10474 * gdb.trace/mi-traceframe-changed.exp
10475 * gdb.trace/mi-tsv-changed.exp
10476 * gdb.trace/no-attach-trace.exp
10477 * gdb.trace/passc-dyn.exp
10478 * gdb.trace/qtro.exp
10479 * gdb.trace/range-stepping.exp
10480 * gdb.trace/read-memory.exp
10481 * gdb.trace/save-trace.exp
10482 * gdb.trace/signal.exp
10483 * gdb.trace/status-stop.exp
10484 * gdb.trace/tfile.exp
10485 * gdb.trace/trace-break.exp
10486 * gdb.trace/trace-buffer-size.exp
10487 * gdb.trace/trace-condition.exp
10488 * gdb.trace/tracefile-pseudo-reg.exp
10489 * gdb.trace/tstatus.exp
10490 * gdb.trace/unavailable.exp
10491 * gdb.trace/while-dyn.exp
10492 * gdb.trace/while-stepping.exp
10493
10494 2016-12-22 Doug Evans <xdje42@gmail.com>
10495
10496 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10497 and msymbols.
10498
10499 2016-12-19 Yao Qi <yao.qi@linaro.org>
10500
10501 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10502 (test_with_self): Don't call do_steps_and_nexts, and remove
10503 code about stepping into xmalloc.
10504
10505 2016-12-09 Yao Qi <yao.qi@linaro.org>
10506
10507 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10508
10509 2016-12-09 Yao Qi <yao.qi@linaro.org>
10510
10511 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10512
10513 2016-12-09 Pedro Alves <palves@redhat.com>
10514
10515 * gdb.base/all-architectures-0.exp: New file.
10516 * gdb.base/all-architectures-1.exp: New file.
10517 * gdb.base/all-architectures-2.exp: New file.
10518 * gdb.base/all-architectures-3.exp: New file.
10519 * gdb.base/all-architectures-4.exp: New file.
10520 * gdb.base/all-architectures-5.exp: New file.
10521 * gdb.base/all-architectures-6.exp: New file.
10522 * gdb.base/all-architectures-7.exp: New file.
10523 * gdb.base/all-architectures.exp.in: New file.
10524
10525 2016-12-09 Yao Qi <yao.qi@linaro.org>
10526
10527 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10528
10529 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10530
10531 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10532 possible.
10533 Remove useless pattern-matching code.
10534
10535 2016-12-02 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10538 procedure.
10539 (top level): Call it.
10540
10541 2016-12-02 Pedro Alves <palves@redhat.com>
10542
10543 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10544 New procedure.
10545 (top level): Call it.
10546
10547 2016-12-02 Pedro Alves <palves@redhat.com>
10548
10549 PR cli/20559
10550 * gdb.base/commands.exp (user_defined_command_args_eval): New
10551 procedure.
10552 (top level): Call it.
10553
10554 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10555
10556 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10557 timeout handling.
10558
10559 2016-12-02 Tom Tromey <tom@tromey.com>
10560
10561 * gdb.dwarf2/main-subprogram.c: New file.
10562 * gdb.dwarf2/main-subprogram.exp: New file.
10563
10564 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10565
10566 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10567 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10568 gdb_test_no_output for a couple of cases.
10569 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10570
10571 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10572
10573 Fix test names and standardize compilation error messages throughout
10574 the following files:
10575
10576 * gdb.ada/start.exp
10577 * gdb.arch/alpha-step.exp
10578 * gdb.arch/e500-prologue.exp
10579 * gdb.arch/ftrace-insn-reloc.exp
10580 * gdb.arch/gdb1291.exp
10581 * gdb.arch/gdb1431.exp
10582 * gdb.arch/gdb1558.exp
10583 * gdb.arch/i386-dr3-watch.exp
10584 * gdb.arch/i386-sse-stack-align.exp
10585 * gdb.arch/ia64-breakpoint-shadow.exp
10586 * gdb.arch/pa-nullify.exp
10587 * gdb.arch/powerpc-aix-prologue.exp
10588 * gdb.arch/thumb-bx-pc.exp
10589 * gdb.base/annota1.exp
10590 * gdb.base/annota3.exp
10591 * gdb.base/arrayidx.exp
10592 * gdb.base/assign.exp
10593 * gdb.base/attach.exp
10594 * gdb.base/auxv.exp
10595 * gdb.base/bang.exp
10596 * gdb.base/bfp-test.exp
10597 * gdb.base/bigcore.exp
10598 * gdb.base/bitfields2.exp
10599 * gdb.base/break-fun-addr.exp
10600 * gdb.base/break-probes.exp
10601 * gdb.base/call-rt-st.exp
10602 * gdb.base/callexit.exp
10603 * gdb.base/catch-fork-kill.exp
10604 * gdb.base/charset.exp
10605 * gdb.base/checkpoint.exp
10606 * gdb.base/comprdebug.exp
10607 * gdb.base/constvars.exp
10608 * gdb.base/coredump-filter.exp
10609 * gdb.base/cursal.exp
10610 * gdb.base/cvexpr.exp
10611 * gdb.base/detach.exp
10612 * gdb.base/display.exp
10613 * gdb.base/dmsym.exp
10614 * gdb.base/dprintf-pending.exp
10615 * gdb.base/dso2dso.exp
10616 * gdb.base/dtrace-probe.exp
10617 * gdb.base/dump.exp
10618 * gdb.base/enum_cond.exp
10619 * gdb.base/exe-lock.exp
10620 * gdb.base/exec-invalid-sysroot.exp
10621 * gdb.base/execl-update-breakpoints.exp
10622 * gdb.base/exprs.exp
10623 * gdb.base/fileio.exp
10624 * gdb.base/find.exp
10625 * gdb.base/finish.exp
10626 * gdb.base/fixsection.exp
10627 * gdb.base/foll-vfork.exp
10628 * gdb.base/frame-args.exp
10629 * gdb.base/gcore.exp
10630 * gdb.base/gdb1250.exp
10631 * gdb.base/global-var-nested-by-dso.exp
10632 * gdb.base/gnu-ifunc.exp
10633 * gdb.base/hashline1.exp
10634 * gdb.base/hashline2.exp
10635 * gdb.base/hashline3.exp
10636 * gdb.base/hbreak-in-shr-unsupported.exp
10637 * gdb.base/huge.exp
10638 * gdb.base/infcall-input.exp
10639 * gdb.base/info-fun.exp
10640 * gdb.base/info-shared.exp
10641 * gdb.base/jit-simple.exp
10642 * gdb.base/jit-so.exp
10643 * gdb.base/jit.exp
10644 * gdb.base/jump.exp
10645 * gdb.base/label.exp
10646 * gdb.base/lineinc.exp
10647 * gdb.base/logical.exp
10648 * gdb.base/longjmp.exp
10649 * gdb.base/macscp.exp
10650 * gdb.base/miscexprs.exp
10651 * gdb.base/new-ui-echo.exp
10652 * gdb.base/new-ui-pending-input.exp
10653 * gdb.base/new-ui.exp
10654 * gdb.base/nodebug.exp
10655 * gdb.base/nofield.exp
10656 * gdb.base/offsets.exp
10657 * gdb.base/overlays.exp
10658 * gdb.base/pending.exp
10659 * gdb.base/pointers.exp
10660 * gdb.base/pr11022.exp
10661 * gdb.base/printcmds.exp
10662 * gdb.base/prologue.exp
10663 * gdb.base/ptr-typedef.exp
10664 * gdb.base/realname-expand.exp
10665 * gdb.base/relativedebug.exp
10666 * gdb.base/relocate.exp
10667 * gdb.base/remote.exp
10668 * gdb.base/reread.exp
10669 * gdb.base/return2.exp
10670 * gdb.base/savedregs.exp
10671 * gdb.base/sep.exp
10672 * gdb.base/sepdebug.exp
10673 * gdb.base/sepsymtab.exp
10674 * gdb.base/set-inferior-tty.exp
10675 * gdb.base/setshow.exp
10676 * gdb.base/shlib-call.exp
10677 * gdb.base/sigaltstack.exp
10678 * gdb.base/siginfo-addr.exp
10679 * gdb.base/signals.exp
10680 * gdb.base/signull.exp
10681 * gdb.base/sigrepeat.exp
10682 * gdb.base/so-impl-ld.exp
10683 * gdb.base/solib-display.exp
10684 * gdb.base/solib-overlap.exp
10685 * gdb.base/solib-search.exp
10686 * gdb.base/solib-symbol.exp
10687 * gdb.base/structs.exp
10688 * gdb.base/structs2.exp
10689 * gdb.base/symtab-search-order.exp
10690 * gdb.base/twice.exp
10691 * gdb.base/unload.exp
10692 * gdb.base/varargs.exp
10693 * gdb.base/watchpoint-solib.exp
10694 * gdb.base/watchpoint.exp
10695 * gdb.base/whatis.exp
10696 * gdb.base/wrong_frame_bt_full.exp
10697 * gdb.btrace/dlopen.exp
10698 * gdb.cell/ea-standalone.exp
10699 * gdb.cell/ea-test.exp
10700 * gdb.cp/dispcxx.exp
10701 * gdb.cp/gdb2384.exp
10702 * gdb.cp/method2.exp
10703 * gdb.cp/nextoverthrow.exp
10704 * gdb.cp/pr10728.exp
10705 * gdb.disasm/am33.exp
10706 * gdb.disasm/h8300s.exp
10707 * gdb.disasm/mn10300.exp
10708 * gdb.disasm/sh3.exp
10709 * gdb.dwarf2/dw2-dir-file-name.exp
10710 * gdb.fortran/complex.exp
10711 * gdb.fortran/library-module.exp
10712 * gdb.guile/scm-pretty-print.exp
10713 * gdb.guile/scm-symbol.exp
10714 * gdb.guile/scm-type.exp
10715 * gdb.guile/scm-value.exp
10716 * gdb.linespec/linespec.exp
10717 * gdb.mi/gdb701.exp
10718 * gdb.mi/gdb792.exp
10719 * gdb.mi/mi-breakpoint-changed.exp
10720 * gdb.mi/mi-dprintf-pending.exp
10721 * gdb.mi/mi-dprintf.exp
10722 * gdb.mi/mi-exit-code.exp
10723 * gdb.mi/mi-pending.exp
10724 * gdb.mi/mi-solib.exp
10725 * gdb.mi/new-ui-mi-sync.exp
10726 * gdb.mi/pr11022.exp
10727 * gdb.mi/user-selected-context-sync.exp
10728 * gdb.opt/solib-intra-step.exp
10729 * gdb.python/py-events.exp
10730 * gdb.python/py-finish-breakpoint.exp
10731 * gdb.python/py-mi.exp
10732 * gdb.python/py-prettyprint.exp
10733 * gdb.python/py-shared.exp
10734 * gdb.python/py-symbol.exp
10735 * gdb.python/py-template.exp
10736 * gdb.python/py-type.exp
10737 * gdb.python/py-value.exp
10738 * gdb.reverse/solib-precsave.exp
10739 * gdb.reverse/solib-reverse.exp
10740 * gdb.server/solib-list.exp
10741 * gdb.stabs/weird.exp
10742 * gdb.threads/reconnect-signal.exp
10743 * gdb.threads/stepi-random-signal.exp
10744 * gdb.trace/actions.exp
10745 * gdb.trace/ax.exp
10746 * gdb.trace/backtrace.exp
10747 * gdb.trace/change-loc.exp
10748 * gdb.trace/deltrace.exp
10749 * gdb.trace/ftrace-lock.exp
10750 * gdb.trace/ftrace.exp
10751 * gdb.trace/infotrace.exp
10752 * gdb.trace/mi-tracepoint-changed.exp
10753 * gdb.trace/packetlen.exp
10754 * gdb.trace/passcount.exp
10755 * gdb.trace/pending.exp
10756 * gdb.trace/range-stepping.exp
10757 * gdb.trace/report.exp
10758 * gdb.trace/stap-trace.exp
10759 * gdb.trace/tfind.exp
10760 * gdb.trace/trace-break.exp
10761 * gdb.trace/trace-condition.exp
10762 * gdb.trace/trace-enable-disable.exp
10763 * gdb.trace/trace-mt.exp
10764 * gdb.trace/tracecmd.exp
10765 * gdb.trace/tspeed.exp
10766 * gdb.trace/tsv.exp
10767 * lib/perftest.exp
10768
10769 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10770
10771 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10772 with gdb_test_no_output.
10773 Use command as test name.
10774
10775 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10776
10777 Fix test names starting with uppercase throughout the files.
10778
10779 * gdb.ada/assign_1.exp
10780 * gdb.ada/boolean_expr.exp
10781 * gdb.base/arrayidx.exp
10782 * gdb.base/del.exp
10783 * gdb.base/gcore-buffer-overflow.exp
10784 * gdb.base/testenv.exp
10785 * gdb.compile/compile.exp
10786 * gdb.python/py-framefilter-invalidarg.exp
10787 * gdb.python/py-framefilter.exp
10788
10789 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10790
10791 Fix test names starting with uppercase throughout the files.
10792
10793 * gdb.ada/array_return.exp
10794 * gdb.ada/expr_delims.exp
10795 * gdb.ada/mi_dyn_arr.exp
10796 * gdb.ada/mi_interface.exp
10797 * gdb.ada/mi_var_array.exp
10798 * gdb.ada/watch_arg.exp
10799 * gdb.arch/alpha-step.exp
10800 * gdb.arch/altivec-regs.exp
10801 * gdb.arch/e500-regs.exp
10802 * gdb.arch/powerpc-d128-regs.exp
10803 * gdb.base/arrayidx.exp
10804 * gdb.base/break.exp
10805 * gdb.base/checkpoint.exp
10806 * gdb.base/debug-expr.exp
10807 * gdb.base/dmsym.exp
10808 * gdb.base/radix.exp
10809 * gdb.base/sepdebug.exp
10810 * gdb.base/testenv.exp
10811 * gdb.base/watch_thread_num.exp
10812 * gdb.base/watchpoint-cond-gone.exp
10813 * gdb.cell/break.exp
10814 * gdb.cell/ea-cache.exp
10815 * gdb.compile/compile.exp
10816 * gdb.cp/gdb2495.exp
10817 * gdb.gdb/selftest.exp
10818 * gdb.gdb/xfullpath.exp
10819 * gdb.go/hello.exp
10820 * gdb.go/integers.exp
10821 * gdb.objc/basicclass.exp
10822 * gdb.pascal/hello.exp
10823 * gdb.pascal/integers.exp
10824 * gdb.python/py-breakpoint.exp
10825 * gdb.python/py-cmd.exp
10826 * gdb.python/py-linetable.exp
10827 * gdb.python/py-xmethods.exp
10828 * gdb.python/python.exp
10829 * gdb.reverse/consecutive-precsave.exp
10830 * gdb.reverse/finish-precsave.exp
10831 * gdb.reverse/i386-precsave.exp
10832 * gdb.reverse/machinestate-precsave.exp
10833 * gdb.reverse/sigall-precsave.exp
10834 * gdb.reverse/solib-precsave.exp
10835 * gdb.reverse/step-precsave.exp
10836 * gdb.reverse/until-precsave.exp
10837 * gdb.reverse/watch-precsave.exp
10838 * gdb.threads/leader-exit.exp
10839 * gdb.threads/pthreads.exp
10840 * gdb.threads/wp-replication.exp
10841 * gdb.trace/actions.exp
10842 * gdb.trace/mi-tsv-changed.exp
10843 * gdb.trace/tsv.exp
10844
10845 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10846
10847 Fix test names starting with uppercase throughout the files.
10848
10849 * gdb.arch/i386-bp_permanent.exp
10850 * gdb.arch/i386-gnu-cfi.exp
10851 * gdb.base/disasm-end-cu.exp
10852 * gdb.base/macscp.exp
10853 * gdb.base/pending.exp
10854 * gdb.base/watch_thread_num.exp
10855 * gdb.cp/exception.exp
10856 * gdb.cp/gdb2495.exp
10857 * gdb.cp/local.exp
10858 * gdb.python/py-evsignal.exp
10859 * gdb.python/python.exp
10860 * gdb.trace/tracecmd.exp
10861
10862 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10863
10864 Fix test names starting with uppercase throughout the files.
10865
10866 * gdb.base/charset.exp
10867 * gdb.base/eval.exp
10868 * gdb.base/multi-forks.exp
10869 * gdb.guile/scm-progspace.exp
10870 * gdb.opencl/datatypes.exp
10871 * gdb.python/py-block.exp
10872 * gdb.python/py-function.exp
10873 * gdb.python/py-symbol.exp
10874 * gdb.python/py-symtab.exp
10875 * gdb.python/py-xmethods.exp
10876 * gdb.reverse/break-precsave.exp
10877 * gdb.reverse/break-reverse.exp
10878 * gdb.reverse/consecutive-precsave.exp
10879 * gdb.reverse/consecutive-reverse.exp
10880 * gdb.reverse/finish-precsave.exp
10881 * gdb.reverse/finish-reverse-bkpt.exp
10882 * gdb.reverse/finish-reverse.exp
10883 * gdb.reverse/fstatat-reverse.exp
10884 * gdb.reverse/getresuid-reverse.exp
10885 * gdb.reverse/i386-precsave.exp
10886 * gdb.reverse/i386-reverse.exp
10887 * gdb.reverse/i386-sse-reverse.exp
10888 * gdb.reverse/i387-stack-reverse.exp
10889 * gdb.reverse/insn-reverse.exp
10890 * gdb.reverse/machinestate-precsave.exp
10891 * gdb.reverse/machinestate.exp
10892 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10893 * gdb.reverse/pipe-reverse.exp
10894 * gdb.reverse/readv-reverse.exp
10895 * gdb.reverse/recvmsg-reverse.exp
10896 * gdb.reverse/rerun-prec.exp
10897 * gdb.reverse/s390-mvcle.exp
10898 * gdb.reverse/sigall-precsave.exp
10899 * gdb.reverse/sigall-reverse.exp
10900 * gdb.reverse/solib-precsave.exp
10901 * gdb.reverse/solib-reverse.exp
10902 * gdb.reverse/step-precsave.exp
10903 * gdb.reverse/step-reverse.exp
10904 * gdb.reverse/time-reverse.exp
10905 * gdb.reverse/until-precsave.exp
10906 * gdb.reverse/until-reverse.exp
10907 * gdb.reverse/waitpid-reverse.exp
10908 * gdb.reverse/watch-precsave.exp
10909 * gdb.reverse/watch-reverse.exp
10910
10911 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10912
10913 Fix test names starting with uppercase throughout the files.
10914
10915 * gdb.arch/i386-mpx-simple_segv.exp
10916 * gdb.arch/i386-mpx.exp
10917 * gdb.arch/i386-permbkpt.exp
10918 * gdb.arch/pa-nullify.exp
10919 * gdb.arch/powerpc-d128-regs.exp
10920 * gdb.arch/vsx-regs.exp
10921 * gdb.base/bfp-test.exp
10922 * gdb.base/break.exp
10923 * gdb.base/breakpoint-shadow.exp
10924 * gdb.base/callfuncs.exp
10925 * gdb.base/charset.exp
10926 * gdb.base/commands.exp
10927 * gdb.base/completion.exp
10928 * gdb.base/dfp-test.exp
10929 * gdb.base/echo.exp
10930 * gdb.base/ending-run.exp
10931 * gdb.base/eval.exp
10932 * gdb.base/expand-psymtabs.exp
10933 * gdb.base/float128.exp
10934 * gdb.base/floatn.exp
10935 * gdb.base/foll-exec-mode.exp
10936 * gdb.base/gdb1056.exp
10937 * gdb.base/gdb11531.exp
10938 * gdb.base/kill-after-signal.exp
10939 * gdb.base/multi-forks.exp
10940 * gdb.base/overlays.exp
10941 * gdb.base/pending.exp
10942 * gdb.base/sepdebug.exp
10943 * gdb.base/testenv.exp
10944 * gdb.base/valgrind-db-attach.exp
10945 * gdb.base/watch_thread_num.exp
10946 * gdb.base/watchpoint-cond-gone.exp
10947 * gdb.base/watchpoint.exp
10948 * gdb.base/watchpoints.exp
10949 * gdb.cp/arg-reference.exp
10950 * gdb.cp/baseenum.exp
10951 * gdb.cp/operator.exp
10952 * gdb.cp/shadow.exp
10953 * gdb.dwarf2/dw2-op-out-param.exp
10954 * gdb.dwarf2/dw2-reg-undefined.exp
10955 * gdb.go/chan.exp
10956 * gdb.go/hello.exp
10957 * gdb.go/integers.exp
10958 * gdb.go/methods.exp
10959 * gdb.go/package.exp
10960 * gdb.guile/scm-parameter.exp
10961 * gdb.guile/scm-progspace.exp
10962 * gdb.guile/scm-value.exp
10963 * gdb.mi/mi-pending.exp
10964 * gdb.mi/user-selected-context-sync.exp
10965 * gdb.multi/multi-attach.exp
10966 * gdb.multi/tids.exp
10967 * gdb.opt/clobbered-registers-O2.exp
10968 * gdb.pascal/floats.exp
10969 * gdb.pascal/integers.exp
10970 * gdb.python/py-block.exp
10971 * gdb.python/py-events.exp
10972 * gdb.python/py-parameter.exp
10973 * gdb.python/py-symbol.exp
10974 * gdb.python/py-symtab.exp
10975 * gdb.python/py-type.exp
10976 * gdb.python/py-value.exp
10977 * gdb.python/py-xmethods.exp
10978 * gdb.python/python.exp
10979 * gdb.reverse/break-precsave.exp
10980 * gdb.reverse/consecutive-precsave.exp
10981 * gdb.reverse/finish-precsave.exp
10982 * gdb.reverse/i386-precsave.exp
10983 * gdb.reverse/machinestate-precsave.exp
10984 * gdb.reverse/sigall-precsave.exp
10985 * gdb.reverse/solib-precsave.exp
10986 * gdb.reverse/step-precsave.exp
10987 * gdb.reverse/until-precsave.exp
10988 * gdb.reverse/watch-precsave.exp
10989 * gdb.server/ext-attach.exp
10990 * gdb.server/ext-restart.exp
10991 * gdb.server/ext-run.exp
10992 * gdb.server/ext-wrapper.exp
10993 * gdb.stabs/gdb11479.exp
10994 * gdb.stabs/weird.exp
10995 * gdb.threads/attach-many-short-lived-threads.exp
10996 * gdb.threads/kill.exp
10997 * gdb.threads/watchpoint-fork.exp
10998
10999 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11000
11001 Fix test names starting with uppercase throughout all the files below.
11002
11003 * gdb.ada/array_return.exp
11004 * gdb.ada/catch_ex.exp
11005 * gdb.ada/info_exc.exp
11006 * gdb.ada/mi_catch_ex.exp
11007 * gdb.ada/mi_dyn_arr.exp
11008 * gdb.ada/mi_ex_cond.exp
11009 * gdb.ada/mi_exc_info.exp
11010 * gdb.ada/mi_interface.exp
11011 * gdb.ada/mi_task_arg.exp
11012 * gdb.ada/mi_task_info.exp
11013 * gdb.ada/mi_var_array.exp
11014 * gdb.arch/alpha-step.exp
11015 * gdb.arch/amd64-disp-step.exp
11016 * gdb.arch/arm-disp-step.exp
11017 * gdb.arch/disp-step-insn-reloc.exp
11018 * gdb.arch/e500-prologue.exp
11019 * gdb.arch/ftrace-insn-reloc.exp
11020 * gdb.arch/gdb1558.exp
11021 * gdb.arch/i386-bp_permanent.exp
11022 * gdb.arch/i386-disp-step.exp
11023 * gdb.arch/i386-float.exp
11024 * gdb.arch/i386-gnu-cfi.exp
11025 * gdb.arch/ia64-breakpoint-shadow.exp
11026 * gdb.arch/mips16-thunks.exp
11027 * gdb.arch/pa-nullify.exp
11028 * gdb.arch/powerpc-aix-prologue.exp
11029 * gdb.arch/powerpc-power.exp
11030 * gdb.arch/ppc-dfp.exp
11031 * gdb.arch/s390-tdbregs.exp
11032 * gdb.arch/spu-info.exp
11033 * gdb.arch/spu-ls.exp
11034 * gdb.arch/thumb-bx-pc.exp
11035 * gdb.base/advance.exp
11036 * gdb.base/annota-input-while-running.exp
11037 * gdb.base/arrayidx.exp
11038 * gdb.base/asmlabel.exp
11039 * gdb.base/async.exp
11040 * gdb.base/attach-wait-input.exp
11041 * gdb.base/auto-connect-native-target.exp
11042 * gdb.base/batch-preserve-term-settings.exp
11043 * gdb.base/bfp-test.exp
11044 * gdb.base/bigcore.exp
11045 * gdb.base/bp-permanent.exp
11046 * gdb.base/break-always.exp
11047 * gdb.base/break-fun-addr.exp
11048 * gdb.base/break-idempotent.exp
11049 * gdb.base/break-main-file-remove-fail.exp
11050 * gdb.base/break-probes.exp
11051 * gdb.base/break-unload-file.exp
11052 * gdb.base/break.exp
11053 * gdb.base/call-ar-st.exp
11054 * gdb.base/call-rt-st.exp
11055 * gdb.base/call-sc.exp
11056 * gdb.base/call-signal-resume.exp
11057 * gdb.base/call-strs.exp
11058 * gdb.base/callexit.exp
11059 * gdb.base/callfuncs.exp
11060 * gdb.base/catch-gdb-caused-signals.exp
11061 * gdb.base/catch-signal-siginfo-cond.exp
11062 * gdb.base/catch-syscall.exp
11063 * gdb.base/compare-sections.exp
11064 * gdb.base/cond-eval-mode.exp
11065 * gdb.base/condbreak-call-false.exp
11066 * gdb.base/consecutive-step-over.exp
11067 * gdb.base/cursal.exp
11068 * gdb.base/disabled-location.exp
11069 * gdb.base/disasm-end-cu.exp
11070 * gdb.base/display.exp
11071 * gdb.base/double-prompt-target-event-error.exp
11072 * gdb.base/dprintf-bp-same-addr.exp
11073 * gdb.base/dprintf-detach.exp
11074 * gdb.base/dprintf-next.exp
11075 * gdb.base/dprintf-non-stop.exp
11076 * gdb.base/dprintf-pending.exp
11077 * gdb.base/dso2dso.exp
11078 * gdb.base/ending-run.exp
11079 * gdb.base/enum_cond.exp
11080 * gdb.base/examine-backward.exp
11081 * gdb.base/exe-lock.exp
11082 * gdb.base/exec-invalid-sysroot.exp
11083 * gdb.base/execl-update-breakpoints.exp
11084 * gdb.base/execution-termios.exp
11085 * gdb.base/fileio.exp
11086 * gdb.base/fixsection.exp
11087 * gdb.base/foll-exec-mode.exp
11088 * gdb.base/foll-exec.exp
11089 * gdb.base/fork-running-state.exp
11090 * gdb.base/frame-args.exp
11091 * gdb.base/fullpath-expand.exp
11092 * gdb.base/func-ptr.exp
11093 * gdb.base/gcore-relro-pie.exp
11094 * gdb.base/gdb1090.exp
11095 * gdb.base/gdb1555.exp
11096 * gdb.base/global-var-nested-by-dso.exp
11097 * gdb.base/gnu-ifunc.exp
11098 * gdb.base/hbreak-in-shr-unsupported.exp
11099 * gdb.base/hbreak-unmapped.exp
11100 * gdb.base/hook-stop.exp
11101 * gdb.base/infcall-input.exp
11102 * gdb.base/info-fun.exp
11103 * gdb.base/info-shared.exp
11104 * gdb.base/interrupt-noterm.exp
11105 * gdb.base/jit-so.exp
11106 * gdb.base/jit.exp
11107 * gdb.base/line-symtabs.exp
11108 * gdb.base/list.exp
11109 * gdb.base/longjmp.exp
11110 * gdb.base/macscp.exp
11111 * gdb.base/max-value-size.exp
11112 * gdb.base/nodebug.exp
11113 * gdb.base/nofield.exp
11114 * gdb.base/overlays.exp
11115 * gdb.base/paginate-after-ctrl-c-running.exp
11116 * gdb.base/paginate-bg-execution.exp
11117 * gdb.base/paginate-inferior-exit.exp
11118 * gdb.base/pending.exp
11119 * gdb.base/pr11022.exp
11120 * gdb.base/printcmds.exp
11121 * gdb.base/ptr-typedef.exp
11122 * gdb.base/ptype.exp
11123 * gdb.base/randomize.exp
11124 * gdb.base/range-stepping.exp
11125 * gdb.base/realname-expand.exp
11126 * gdb.base/relativedebug.exp
11127 * gdb.base/remote.exp
11128 * gdb.base/savedregs.exp
11129 * gdb.base/sepdebug.exp
11130 * gdb.base/set-noassign.exp
11131 * gdb.base/shlib-call.exp
11132 * gdb.base/shreloc.exp
11133 * gdb.base/sigaltstack.exp
11134 * gdb.base/sigbpt.exp
11135 * gdb.base/siginfo-addr.exp
11136 * gdb.base/siginfo-obj.exp
11137 * gdb.base/siginfo-thread.exp
11138 * gdb.base/signest.exp
11139 * gdb.base/signull.exp
11140 * gdb.base/sigrepeat.exp
11141 * gdb.base/skip.exp
11142 * gdb.base/so-impl-ld.exp
11143 * gdb.base/solib-corrupted.exp
11144 * gdb.base/solib-disc.exp
11145 * gdb.base/solib-display.exp
11146 * gdb.base/solib-overlap.exp
11147 * gdb.base/solib-search.exp
11148 * gdb.base/solib-symbol.exp
11149 * gdb.base/source-execution.exp
11150 * gdb.base/sss-bp-on-user-bp-2.exp
11151 * gdb.base/sss-bp-on-user-bp.exp
11152 * gdb.base/stack-checking.exp
11153 * gdb.base/stale-infcall.exp
11154 * gdb.base/step-break.exp
11155 * gdb.base/step-line.exp
11156 * gdb.base/step-over-exit.exp
11157 * gdb.base/step-test.exp
11158 * gdb.base/structs.exp
11159 * gdb.base/sym-file.exp
11160 * gdb.base/symtab-search-order.exp
11161 * gdb.base/term.exp
11162 * gdb.base/type-opaque.exp
11163 * gdb.base/unload.exp
11164 * gdb.base/until-nodebug.exp
11165 * gdb.base/until.exp
11166 * gdb.base/unwindonsignal.exp
11167 * gdb.base/watch-cond.exp
11168 * gdb.base/watch-non-mem.exp
11169 * gdb.base/watch_thread_num.exp
11170 * gdb.base/watchpoint-reuse-slot.exp
11171 * gdb.base/watchpoint-solib.exp
11172 * gdb.base/watchpoint.exp
11173 * gdb.btrace/dlopen.exp
11174 * gdb.cell/arch.exp
11175 * gdb.cell/break.exp
11176 * gdb.cell/bt.exp
11177 * gdb.cell/core.exp
11178 * gdb.cell/data.exp
11179 * gdb.cell/dwarfaddr.exp
11180 * gdb.cell/ea-cache.exp
11181 * gdb.cell/ea-standalone.exp
11182 * gdb.cell/ea-test.exp
11183 * gdb.cell/f-regs.exp
11184 * gdb.cell/fork.exp
11185 * gdb.cell/gcore.exp
11186 * gdb.cell/mem-access.exp
11187 * gdb.cell/ptype.exp
11188 * gdb.cell/registers.exp
11189 * gdb.cell/sizeof.exp
11190 * gdb.cell/solib-symbol.exp
11191 * gdb.cell/solib.exp
11192 * gdb.compile/compile-tls.exp
11193 * gdb.cp/exception.exp
11194 * gdb.cp/gdb2495.exp
11195 * gdb.cp/local.exp
11196 * gdb.cp/mb-inline.exp
11197 * gdb.cp/mb-templates.exp
11198 * gdb.cp/pr10687.exp
11199 * gdb.cp/pr9167.exp
11200 * gdb.cp/scope-err.exp
11201 * gdb.cp/templates.exp
11202 * gdb.cp/virtfunc.exp
11203 * gdb.dwarf2/dw2-dir-file-name.exp
11204 * gdb.dwarf2/dw2-single-line-discriminators.exp
11205 * gdb.fortran/complex.exp
11206 * gdb.fortran/library-module.exp
11207 * gdb.guile/guile.exp
11208 * gdb.guile/scm-cmd.exp
11209 * gdb.guile/scm-frame-inline.exp
11210 * gdb.guile/scm-objfile.exp
11211 * gdb.guile/scm-pretty-print.exp
11212 * gdb.guile/scm-symbol.exp
11213 * gdb.guile/scm-type.exp
11214 * gdb.guile/scm-value.exp
11215 * gdb.linespec/keywords.exp
11216 * gdb.linespec/ls-errs.exp
11217 * gdb.linespec/macro-relative.exp
11218 * gdb.linespec/thread.exp
11219 * gdb.mi/mi-breakpoint-changed.exp
11220 * gdb.mi/mi-dprintf-pending.exp
11221 * gdb.mi/mi-fullname-deleted.exp
11222 * gdb.mi/mi-logging.exp
11223 * gdb.mi/mi-pending.exp
11224 * gdb.mi/mi-solib.exp
11225 * gdb.mi/new-ui-mi-sync.exp
11226 * gdb.mi/user-selected-context-sync.exp
11227 * gdb.multi/dummy-frame-restore.exp
11228 * gdb.multi/multi-arch-exec.exp
11229 * gdb.multi/remove-inferiors.exp
11230 * gdb.multi/watchpoint-multi-exit.exp
11231 * gdb.opt/solib-intra-step.exp
11232 * gdb.perf/backtrace.exp
11233 * gdb.perf/single-step.exp
11234 * gdb.perf/skip-command.exp
11235 * gdb.perf/skip-prologue.exp
11236 * gdb.perf/solib.exp
11237 * gdb.python/lib-types.exp
11238 * gdb.python/py-as-string.exp
11239 * gdb.python/py-bad-printers.exp
11240 * gdb.python/py-block.exp
11241 * gdb.python/py-breakpoint.exp
11242 * gdb.python/py-cmd.exp
11243 * gdb.python/py-events.exp
11244 * gdb.python/py-evthreads.exp
11245 * gdb.python/py-finish-breakpoint.exp
11246 * gdb.python/py-finish-breakpoint2.exp
11247 * gdb.python/py-frame-inline.exp
11248 * gdb.python/py-frame.exp
11249 * gdb.python/py-inferior.exp
11250 * gdb.python/py-infthread.exp
11251 * gdb.python/py-mi.exp
11252 * gdb.python/py-objfile.exp
11253 * gdb.python/py-pp-maint.exp
11254 * gdb.python/py-pp-registration.exp
11255 * gdb.python/py-prettyprint.exp
11256 * gdb.python/py-recurse-unwind.exp
11257 * gdb.python/py-shared.exp
11258 * gdb.python/py-symbol.exp
11259 * gdb.python/py-symtab.exp
11260 * gdb.python/py-template.exp
11261 * gdb.python/py-type.exp
11262 * gdb.python/py-unwind-maint.exp
11263 * gdb.python/py-unwind.exp
11264 * gdb.python/py-value.exp
11265 * gdb.python/python.exp
11266 * gdb.reverse/finish-reverse-bkpt.exp
11267 * gdb.reverse/insn-reverse.exp
11268 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11269 * gdb.reverse/solib-precsave.exp
11270 * gdb.reverse/solib-reverse.exp
11271 * gdb.stabs/gdb11479.exp
11272 * gdb.stabs/weird.exp
11273 * gdb.threads/fork-child-threads.exp
11274 * gdb.threads/fork-plus-threads.exp
11275 * gdb.threads/fork-thread-pending.exp
11276 * gdb.threads/forking-threads-plus-breakpoint.exp
11277 * gdb.threads/hand-call-in-threads.exp
11278 * gdb.threads/interrupted-hand-call.exp
11279 * gdb.threads/linux-dp.exp
11280 * gdb.threads/local-watch-wrong-thread.exp
11281 * gdb.threads/next-while-other-thread-longjmps.exp
11282 * gdb.threads/non-ldr-exit.exp
11283 * gdb.threads/pending-step.exp
11284 * gdb.threads/print-threads.exp
11285 * gdb.threads/process-dies-while-detaching.exp
11286 * gdb.threads/process-dies-while-handling-bp.exp
11287 * gdb.threads/pthreads.exp
11288 * gdb.threads/queue-signal.exp
11289 * gdb.threads/reconnect-signal.exp
11290 * gdb.threads/signal-command-handle-nopass.exp
11291 * gdb.threads/signal-command-multiple-signals-pending.exp
11292 * gdb.threads/signal-delivered-right-thread.exp
11293 * gdb.threads/signal-sigtrap.exp
11294 * gdb.threads/sigthread.exp
11295 * gdb.threads/staticthreads.exp
11296 * gdb.threads/stepi-random-signal.exp
11297 * gdb.threads/thread-unwindonsignal.exp
11298 * gdb.threads/thread_check.exp
11299 * gdb.threads/thread_events.exp
11300 * gdb.threads/tid-reuse.exp
11301 * gdb.threads/tls-nodebug.exp
11302 * gdb.threads/tls-shared.exp
11303 * gdb.threads/tls-so_extern.exp
11304 * gdb.threads/tls.exp
11305 * gdb.threads/wp-replication.exp
11306 * gdb.trace/actions-changed.exp
11307 * gdb.trace/actions.exp
11308 * gdb.trace/backtrace.exp
11309 * gdb.trace/change-loc.exp
11310 * gdb.trace/collection.exp
11311 * gdb.trace/deltrace.exp
11312 * gdb.trace/disconnected-tracing.exp
11313 * gdb.trace/entry-values.exp
11314 * gdb.trace/ftrace-lock.exp
11315 * gdb.trace/ftrace.exp
11316 * gdb.trace/infotrace.exp
11317 * gdb.trace/mi-trace-frame-collected.exp
11318 * gdb.trace/mi-trace-unavailable.exp
11319 * gdb.trace/mi-traceframe-changed.exp
11320 * gdb.trace/mi-tracepoint-changed.exp
11321 * gdb.trace/mi-tsv-changed.exp
11322 * gdb.trace/no-attach-trace.exp
11323 * gdb.trace/packetlen.exp
11324 * gdb.trace/passc-dyn.exp
11325 * gdb.trace/passcount.exp
11326 * gdb.trace/pending.exp
11327 * gdb.trace/pr16508.exp
11328 * gdb.trace/qtro.exp
11329 * gdb.trace/range-stepping.exp
11330 * gdb.trace/read-memory.exp
11331 * gdb.trace/report.exp
11332 * gdb.trace/save-trace.exp
11333 * gdb.trace/signal.exp
11334 * gdb.trace/stap-trace.exp
11335 * gdb.trace/status-stop.exp
11336 * gdb.trace/strace.exp
11337 * gdb.trace/tfile.exp
11338 * gdb.trace/tfind.exp
11339 * gdb.trace/trace-break.exp
11340 * gdb.trace/trace-condition.exp
11341 * gdb.trace/trace-enable-disable.exp
11342 * gdb.trace/trace-mt.exp
11343 * gdb.trace/tracecmd.exp
11344 * gdb.trace/tracefile-pseudo-reg.exp
11345 * gdb.trace/tspeed.exp
11346 * gdb.trace/tstatus.exp
11347 * gdb.trace/tsv.exp
11348 * gdb.trace/unavailable.exp
11349 * gdb.trace/while-dyn.exp
11350 * gdb.trace/while-stepping.exp
11351 * lib/gdb-guile.exp
11352 * lib/gdb.exp
11353 * lib/mi-support.exp
11354 * lib/pascal.exp
11355 * lib/perftest.exp
11356 * lib/prelink-support.exp
11357 * lib/selftest-support.exp
11358
11359 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11360
11361 * Makefile.in: Include disable-implicit-rules.mk.
11362
11363 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11364
11365 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11366 non-byte-aligned bit fields.
11367
11368 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11369
11370 PR gdb/12616
11371 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11372 respects the DW_AT_data_bit_offset attribute.
11373
11374 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11375
11376 * gdb.base/default.exp: Fix output of "set language".
11377
11378 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11379
11380 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11381 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11382 make.
11383 * configure.ac: Remove checks for the make program.
11384 * configure: Re-generate.
11385
11386 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11387
11388 * gdb.python/py-recurse-unwind.c (main): Add loop.
11389 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11390 to read_register() and gdb.parse_and_eval(). Make each code
11391 call a separate case that can be individually tested.
11392 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11393 proc. Call cont_and_backtrace for each of the code paths that
11394 we want to test in the unwinder.
11395
11396 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11397
11398 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11399 the definition of struct S.
11400
11401 2016-11-11 Catherine Moore <clm@codesourcery.com>
11402
11403 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11404
11405 2016-11-09 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/commands.exp (runto_or_return): New procedure.
11408 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11409 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11410 (progvar_simple_while_test, progvar_complex_if_while_test)
11411 (if_while_breakpoint_command_test)
11412 (infrun_breakpoint_command_test, breakpoint_command_test)
11413 (user_defined_command_test, watchpoint_command_test)
11414 (test_command_prompt_position, redefine_hook_test)
11415 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11416 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11417 multi_line_input and multi_line. Remove gdb_expect and
11418 gdb_stop_suppressing_tests uses.
11419 * lib/gdb.exp (valnum_re): New global.
11420 (multi_line_input): New procedure.
11421
11422 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11423
11424 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11425 Remove.
11426 (test_setup): Define with proc_with_prefix.
11427 (test_cli_inferior): Likewise.
11428 (test_cli_thread): Likewise.
11429 (test_cli_frame): Likewise.
11430 (test_cli_select_frame): Likewise.
11431 (test_cli_up_down): Likewise.
11432 (test_mi_thread_select): Likewise.
11433 (test_mi_stack_select_frame): Likewise.
11434 (test_cli_in_mi_inferior): Likewise.
11435 (test_cli_in_mi_thread): Likewise.
11436 (test_cli_in_mi_frame): Likewise.
11437 (top level): Do not use with_test_prefix_procname.
11438
11439 2016-11-09 Pedro Alves <palves@redhat.com>
11440
11441 * gdb.base/commands.exp (gdbvar_simple_if_test)
11442 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11443 (progvar_simple_if_test, progvar_simple_while_test)
11444 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11445 (infrun_breakpoint_command_test, breakpoint_command_test)
11446 (user_defined_command_test, watchpoint_command_test)
11447 (test_command_prompt_position, deprecated_command_test)
11448 (bp_deleted_in_command, temporary_breakpoint_commands)
11449 (stray_arg0_test, source_file_with_indented_comment)
11450 (recursive_source_test, if_commands_test)
11451 (error_clears_commands_left, redefine_hook_test)
11452 (redefine_backtrace_test): Use proc_with_prefix.
11453 * lib/gdb.exp (proc_with_prefix): New proc.
11454
11455 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11456
11457 * gdb.base/tui-layout.c: New file.
11458 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11459 disassembly window contains very long lines.
11460
11461 2016-11-08 Tom Tromey <tom@tromey.com>
11462
11463 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11464 depend on Python 2.
11465
11466 2016-11-08 Tom Tromey <tom@tromey.com>
11467
11468 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11469 New method.
11470
11471 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11472
11473 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11474
11475 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11476
11477 * gdb.rust/simple.rs: Add test for univariant enums without
11478 discriminants and for encoded struct-like enums.
11479
11480 2016-10-28 Pedro Alves <palves@redhat.com>
11481
11482 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11483 gdb_test_multiple, tighten regexps and match symtabs and line
11484 tables incrementally.
11485
11486 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11487
11488 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11489 general.
11490
11491 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11492
11493 * gdb.base/exec-invalid-sysroot.exp: New file.
11494
11495 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11496
11497 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11498
11499 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11500
11501 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11502
11503 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11504
11505 * gdb.base/killed-outside.exp: Remove $options from a call to
11506 `prepare_for_testing'.
11507
11508 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11509
11510 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11511 Change test message.
11512
11513 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11514
11515 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11516 Update comment.
11517
11518 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11519
11520 * gdb.trace/mi-trace-save.exp: New file.
11521
11522 2016-10-13 Yao Qi <yao.qi@linaro.org>
11523
11524 * gdb.base/code_elim.exp (get_var_address): Remove.
11525 * gdb.base/relocate.exp: Likewise.
11526 * gdb.base/shreloc.exp: Likewise.
11527 * lib/gdb.exp (get_var_address): New.
11528
11529 2016-10-13 Yao Qi <yao.qi@linaro.org>
11530
11531 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11532 floating point tests if $skip_float_test is false.
11533
11534 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11535
11536 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11537 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11538 argc values.
11539 Add 1 to argc so we guarantee distinct initial/modified argc values.
11540
11541 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11542
11543 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11544
11545 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11546
11547 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11548 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11549 * gdb.arch/vsx-regs.exp: Likewise.
11550
11551 2016-10-07 Yao Qi <yao.qi@linaro.org>
11552
11553 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11554
11555 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11556
11557 * gdb.python/python.exp: Test decode_line("*0").
11558
11559 2016-10-06 Doug Evans <dje@google.com>
11560
11561 * gdb.python/py-value.exp (test_value_creation): Add test for large
11562 unsigned 64-bit value.
11563
11564 2016-10-06 Tom Tromey <tom@tromey.com>
11565
11566 * gdb.compile/compile.exp: Change java tests to rust.
11567 * gdb.base/setshow.exp: Change java tests to rust.
11568 * gdb.base/default.exp: Remove java from language list.
11569 * README (Examples): Update language example.
11570 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11571 test.
11572 * lib/gdb.exp (skip_java_tests): Remove.
11573 * lib/java.exp: Remove.
11574 * gdb.java: Remove.
11575
11576 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11577
11578 * gdb.arch/mips-fcr.exp: New test.
11579 * gdb.arch/mips-fcr.c: Source for the new test.
11580
11581 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11582
11583 * gdb.base/solib-disc.exp: Use `standard_output_file'
11584 throughout.
11585
11586 2016-10-06 Pedro Alves <palves@redhat.com>
11587
11588 * gdb.base/jit-simple-dl.c: New file.
11589 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11590 * gdb.base/jit-simple.c: ... this.
11591 * gdb.base/jit-simple.exp (jit_run): Delete.
11592 (build_jit): New proc.
11593 (jit_test_reread): Recompile either the main program or the shared
11594 library, depending on what is being tested. Skip changing address
11595 if caller wants to. Compare before/after addresses. If testing
11596 standalone, explicitly load the binary. Test "maint info
11597 breakpoints".
11598 (top level): Add "standalone vs shared lib" and "change address"
11599 vs "same address" axes.
11600
11601 2016-10-06 Pedro Alves <palves@redhat.com>
11602
11603 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11604 call.
11605 (jit_run): Delete.
11606 (jit_test_reread): Use with_test_prefix. Reload the main binary
11607 explicitly. Compare the before/after addresses of the JIT
11608 descriptor.
11609
11610 2016-08-15 Doug Evans <dje@google.com>
11611
11612 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11613 for single bitfields is bool.
11614 * gdb.xml/tdesc-regs.exp: Ditto.
11615
11616 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11617
11618 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11619
11620 2016-10-05 Yao Qi <yao.qi@linaro.org>
11621
11622 * lib/gdb.exp (support_complex_tests): Return zero if
11623 gdb_skip_float_test return true.
11624
11625 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11626 Simon Marchi <simon.marchi@ericsson.com>
11627
11628 PR gdb/20487
11629 * gdb.mi/user-selected-context-sync.exp: New file.
11630 * gdb.mi/user-selected-context-sync.c: New file.
11631
11632 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11633 Simon Marchi <simon.marchi@ericsson.com>
11634
11635 PR gdb/20487
11636 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11637 =thread-select-event check.
11638
11639 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11640
11641 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11642 the compulsory L operand changes.
11643 * gdb.arch/powerpc-power.s: Likewise.
11644
11645 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11646
11647 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11648 * gdb.base/jit-attach-pie.c: New file.
11649 * gdb.base/jit-attach-pie.exp: New file.
11650
11651 2016-09-28 Pedro Alves <palves@redhat.com>
11652
11653 * gdb.base/infcall-input.c: New file.
11654 * gdb.base/infcall-input.exp: New file.
11655
11656 2016-09-22 Yao Qi <yao.qi@linaro.org>
11657
11658 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11659 (gdb_exit): Rename it to ...
11660 (gdbserver_gdb_exit): ... Close GDBserver.
11661 (gdb_exit): New proc, call gdbserver_gdb_exit.
11662 (mi_gdb_exit): Likewise.
11663
11664 2016-09-22 Yao Qi <yao.qi@linaro.org>
11665
11666 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11667 path.
11668 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11669 Remove duplication.
11670
11671 2016-09-22 Yao Qi <yao.qi@linaro.org>
11672
11673 * lib/gdbserver-support.exp: Check the existence of
11674 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11675
11676 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11677
11678 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11679
11680 2016-09-21 Tom Tromey <tom@tromey.com>
11681
11682 PR gdb/20604:
11683 * gdb.base/quit.exp: New file.
11684
11685 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11686
11687 * .gitignore: New file.
11688
11689 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11690
11691 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11692 throughout.
11693
11694 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11695
11696 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11697
11698 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 * gdb.cp/casts.cc (decltype): Move it ...
11701 (main): ... with its call to ...
11702 * gdb.cp/casts03.cc: ... a new file.
11703 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11704
11705 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11706
11707 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11708
11709 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11710
11711 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11712 and sync up the test with tests in gas/testsuite/gas/ppc.
11713 * gdb.arch/powerpc-power.exp: Likewise.
11714
11715 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11716
11717 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11718
11719 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11720 Jan Kratochvil <jan.kratochvil@redhat.com>
11721
11722 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11723 make m1's definition to be different from m2's. Use 'dummy' as an
11724 argument for probe 'two'.
11725
11726 2016-09-10 Jon Beniston <jon@beniston.com>
11727
11728 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11729 for sim target.
11730
11731 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11732
11733 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11734 variable declaration.
11735 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11736 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11737 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11738 received HWCAP as its argument.
11739
11740 2016-09-06 Pedro Alves <palves@redhat.com>
11741
11742 * gdb.base/new-ui-pending-input.c: New file.
11743 * gdb.base/new-ui-pending-input.exp: New file.
11744 * gdb.exp (clear_gdb_spawn_id): New procedure.
11745 (with_spawn_id): Check whether gdb_spawn_id exists before
11746 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11747 on exit.
11748
11749 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11750
11751 * gdb.base/float128.c: New file.
11752 * gdb.base/float128.exp: Likewise.
11753 * gdb.base/floatn.c: Likewise.
11754 * gdb.base/floatn.exp: Likewise.
11755
11756 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11757
11758 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11759
11760 2016-09-05 Pedro Alves <palves@redhat.com>
11761
11762 PR backtrace/19927
11763 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11764 unwinders are immediately called as side effect of "source" or
11765 "disable unwinder" commands.
11766 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11767
11768 2016-09-02 Yao Qi <yao.qi@linaro.org>
11769
11770 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11771 is true and $type is "float" or "double".
11772
11773 2016-09-02 Yao Qi <yao.qi@linaro.org>
11774
11775 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11776 true.
11777 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11778 * gdb.base/call-rt-st.exp: Likewise.
11779 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11780 return value instead of gdb,skip_float_test.
11781 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11782 (do_function_calls): Use its return value instead of
11783 gdb,skip_float_test.
11784 * gdb.base/finish.exp: Likewise.
11785 * gdb.base/funcargs.exp: Likewise.
11786 * gdb.base/return.exp: Likewise.
11787 * gdb.base/return2.exp: Likewise.
11788 * gdb.base/varargs.exp: Likewise.
11789 * lib/gdb.exp (gdb_skip_float_test): Change it to
11790 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11791
11792 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11793
11794 * gdb.multi/tids.exp: Test "thread apply all".
11795
11796 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11797
11798 * gdb.base/default.exp (tty): Remove.
11799
11800 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11801
11802 * gdb.python/py-recurse-unwind.c: New file.
11803 * gdb.python/py-recurse-unwind.py: New file.
11804 * gdb.python/py-recurse-unwind.exp: New file.
11805
11806 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11807
11808 * gdb.base/set-inferior-tty.exp: New file.
11809 * gdb.base/set-inferior-tty.c: New file.
11810
11811 2016-08-23 Pedro Alves <palves@redhat.com>
11812
11813 PR gdb/20494
11814 * gdb.base/new-ui-echo.c: New file.
11815 * gdb.base/new-ui-echo.exp: New file.
11816
11817 2016-08-23 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11820 gdbserver_spawn.
11821 * gdb.server/connect-without-multi-process.exp (do_test):
11822 Likewise.
11823
11824 2016-08-23 Yao Qi <yao.qi@linaro.org>
11825
11826 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11827 standalone_txt. Delete gdb_txt and standalone_txt on host
11828 and target. Spawn the binary on target. Copy files from
11829 target to host.
11830
11831 2016-08-22 Pedro Alves <palves@redhat.com>
11832
11833 PR gdb/20505
11834 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11835 with_test_prefix. Factor out bits to ...
11836 (test_no_vdso): ... this new procedure.
11837
11838 2016-08-19 Carl Love <cel@us.ibm.com>
11839
11840 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11841 maintaining separate logic for constructing the output path.
11842 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11843 * gdb.arch/ppc-dfp.exp: Likewise.
11844 * gdb.arch/ppc-fp.exp: Likewise.
11845 * gdb.arch/vsx-regs.exp: Likewise.
11846 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11847 binprefix for generating the additional binary files.
11848
11849 2016-08-19 Pedro Alves <palves@redhat.com>
11850
11851 * gdb.trace/mi-trace-frame-collected.exp
11852 (test_trace_frame_collected): On x32, expect two registers.
11853
11854 2016-08-18 Carl Love <cel@us.ibm.com>
11855
11856 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11857 and sync up the test with tests in gas/testsuite/gas/ppc.
11858 * gdb.arch/powerpc-power.exp: Likewise.
11859
11860 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11861
11862 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11863 expected error message.
11864
11865 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11866
11867 * gdb.multi/remove-inferiors.exp: New file.
11868 * gdb.multi/remove-inferiors.c: New file.
11869
11870 2016-08-12 Yao Qi <yao.qi@linaro.org>
11871
11872 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11873 argument list.
11874
11875 2016-08-10 Pedro Alves <palves@redhat.com>
11876
11877 PR gdb/19187
11878 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11879 setup_kfails.
11880
11881 2016-08-09 Pedro Alves <palves@redhat.com>
11882 Simon Marchi <simon.marchi@ericsson.com>
11883
11884 PR gdb/20418
11885 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11886 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11887
11888 2016-08-09 Pedro Alves <palves@redhat.com>
11889
11890 PR mi/20431
11891 * gdb.mi/mi-cmd-error.exp: New file.
11892
11893 2016-08-09 Pedro Alves <palves@redhat.com>
11894
11895 PR gdb/18653
11896 * gdb.base/signals-state-child.c: New file.
11897 * gdb.base/signals-state-child.exp: New file.
11898 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11899
11900 2016-08-09 Pedro Alves <palves@redhat.com>
11901
11902 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11903
11904 2016-08-03 Tom Tromey <tom@tromey.com>
11905
11906 PR python/18565:
11907 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11908
11909 2016-08-01 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11912 variable mode to "multi-process" if $multi_process is 1, otherwise
11913 set it to "single-process".
11914
11915 2016-08-01 Yao Qi <yao.qi@linaro.org>
11916
11917 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11918 * gdb.cp/cpexprs.exp: Likewise.
11919 * gdb.cp/m-static.exp: Likewise.
11920
11921 2016-07-26 Tom Tromey <tom@tromey.com>
11922
11923 PR python/20190:
11924 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11925 test.
11926
11927 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11928
11929 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11930 selecting assembly source files.
11931 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11932 assembly source files.
11933 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11934 assembly source files.
11935 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11936 selecting assembly source files.
11937
11938 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11939
11940 * gdb.base/new-ui.exp (do_test_invalid_args): New
11941 procedure.
11942
11943 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11944
11945 * gdb.btrace/reconnect.c: New file.
11946 * gdb.btrace/reconnect.exp: New file.
11947
11948 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11949
11950 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11951 to test_catch_syscall_group.
11952 (test_catch_syscall_group): New.
11953
11954 2016-07-21 Tom Tromey <tom@tromey.com>
11955
11956 * gdb.rust/simple.rs (main): Use empty struct expression.
11957 * gdb.rust/simple.exp: Add tests for empty struct expression.
11958
11959 2016-07-21 Yao Qi <yao.qi@linaro.org>
11960
11961 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11962 if gdb_skip_xml_test is true on some targets.
11963
11964 2016-07-21 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.server/solib-list.exp: Unset last_loaded_file.
11967
11968 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11969
11970 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11971 "step into captured_main (args)".
11972
11973 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11974
11975 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11976
11977 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11978
11979 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11980
11981 2016-07-19 Pedro Alves <palves@redhat.com>
11982
11983 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11984 * gdb.opt/inline-bt.exp: Likewise.
11985 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11986 additional_flags=-Winline.
11987 * gdb.opt/inline-locals.exp: Likewise.
11988 * gdb.opt/inline-markers.c (ATTR): Define.
11989 (inlined_fn): Use it.
11990
11991 2016-07-19 Yao Qi <yao.qi@linaro.org>
11992
11993 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11994 (test_with_self): Remove some code. Remove argument executable.
11995 (top-level): Use do_self_tests.
11996
11997 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
11998 Don Breazeal <donb@codesourcery.com>
11999
12000 * gdb.base/maint.exp: Escape paths used in regular expressions.
12001 * gdb.stabs/weird.exp: Likewise.
12002
12003 2016-07-13 Tom Tromey <tom@tromey.com>
12004
12005 PR python/15620, PR python/18620:
12006 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12007 (test_bkpt_events): New procs.
12008
12009 2016-07-13 Tom Tromey <tom@tromey.com>
12010
12011 PR python/17698:
12012 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12013 test.
12014 (test_watchpoints): Likewise.
12015 (test_bkpt_pending): New proc.
12016
12017 2016-07-13 Tom Tromey <tom@tromey.com>
12018
12019 PR cli/18053:
12020 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12021 completion test.
12022
12023 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12024
12025 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12026 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12027 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12028 f_label.
12029 (g): Rename g_end_lbl to g_label.
12030 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12031 low_pc and high_pc.
12032 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12033
12034 2016-07-12 Tom Tromey <tom@tromey.com>
12035
12036 PR python/19293:
12037 * gdb.python/py-unwind-maint.exp: Update tests.
12038
12039 2016-07-12 Yao Qi <yao.qi@linaro.org>
12040
12041 * lib/selftest-support.exp (selftest_setup): Match the output
12042 when captured_main is inlined.
12043
12044 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12045
12046 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12047 New variables.
12048 (print this%a, print this%b, print this): New tests.
12049 * gdb.fortran/derived-types.f90 (this): New object and
12050 initialization.
12051
12052 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12053
12054 * gdb.ada/arraydim.exp: Remove extra directory level in build
12055 directory.
12056
12057 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12058
12059 * lib/ada.exp: Remove extra directory level in build directory.
12060 * gdb.ada/cond_lang.exp: Likewise.
12061 * gdb.ada/exec_changed.exp: Likewise.
12062 * gdb.ada/lang_switch.exp: Likewise.
12063
12064 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12065
12066 * simple.rs: Add test for raw pointer subscripting.
12067 * simple.exp: Add test expectations.
12068
12069 2016-07-05 Yao Qi <yao.qi@linaro.org>
12070
12071 * gdb.mi/mi-reverse.exp: Match =record-started output.
12072
12073 2016-07-01 Pedro Alves <palves@redhat.com>
12074
12075 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12076 procedure.
12077 (jit_reader_test): Test the jit reader's unwinder.
12078 * gdb.base/jithost.c (jit_function_00_code): New global.
12079 (main): Use memcpy to fill in the mmapped code, instead of poking
12080 bytes manually here.
12081 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12082 value.
12083 (read_debug_info): Save the function's range.
12084 (read_sp): New function.
12085 (unwind_frame): Use it. Also unwind RBP.
12086 (get_frame_id): Use read_sp.
12087 (gdb_init_reader): Use calloc instead of malloc.
12088 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12089 parameter. Use gdb_test_multiple.
12090
12091 2016-07-01 Pedro Alves <palves@redhat.com>
12092 Antoine Tremblay <antoine.tremblay@ericsson.com>
12093
12094 * gdb.threads/process-dies-while-detaching.c: New file.
12095 * gdb.threads/process-dies-while-detaching.exp: New file.
12096
12097 2016-07-01 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.multi/watchpoint-multi-exit.c: New file.
12100 * gdb.multi/watchpoint-multi-exit.exp: New file.
12101
12102 2016-06-30 Pedro Alves <palves@redhat.com>
12103
12104 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12105 unset inferior_spawn_id.
12106
12107 2016-06-30 Pedro Alves <palves@redhat.com>
12108
12109 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12110 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12111
12112 2016-06-29 Yao Qi <yao.qi@linaro.org>
12113
12114 * gdb.base/return.c: Add copyright header.
12115
12116 2016-06-29 Tom Tromey <tom@tromey.com>
12117
12118 PR python/20129:
12119 * gdb.python/py-framefilter.exp: Add tests for setting priority
12120 and disabling of non-existent frame filter.
12121
12122 2016-06-29 Yao Qi <yao.qi@linaro.org>
12123
12124 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12125 0x0f07ff.
12126
12127 2016-06-28 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12130 triplets. Start gdb, execute catch syscall, and continue. Check
12131 gdb's output to determine catch syscall is supported.
12132
12133 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12134
12135 * gdb.rust/simple.rs: Add test for returning unit in a function.
12136 * gdb.rust/simple.exp: Add expectation for functions returning
12137 unit.
12138
12139 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12140
12141 * gdb.python/py-breakpoint-create-fail.c,
12142 gdb.python/py-breakpoint-create-fail.exp,
12143 gdb.python/py-breakpoint-create-fail.py: New testcase.
12144
12145 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12146
12147 PR gdb/20239
12148 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12149 * gdb.rust/simple.exp: Add test expectations for new NonZero
12150 tests.
12151
12152 2016-06-24 David Taylor <dtaylor@emc.com>
12153
12154 * gdb.base/offsets.exp: New file.
12155 * gdb.base/offsets.c: New file.
12156
12157 2016-06-23 Tom Tromey <tom@tromey.com>
12158
12159 PR gdb/16483:
12160 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12161 before any filters are loaded.
12162
12163 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12164
12165 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12166 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12167 structs.
12168 * gdb.fortran/derived-type-function.exp: New file.
12169 * gdb.fortran/derived-type-function.f90: New file.
12170
12171
12172 2016-06-21 Pedro Alves <palves@redhat.com>
12173
12174 * gdb.base/new-ui.exp: New file.
12175 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12176 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12177 (with_spawn_id): New procedure.
12178
12179 2016-06-21 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.mi/mi-exec-run.exp: New file.
12182
12183 2016-06-21 Pedro Alves <palves@redhat.com>
12184
12185 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12186 breakpoint command's output on the main UI.
12187 (test_break): New procedure, factored out from calls in the top
12188 level.
12189 (top level): Use foreach_with_prefix to test MI as main UI and as
12190 separate UI.
12191
12192 2016-06-21 Pedro Alves <palves@redhat.com>
12193
12194 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12195 (test_awatch_creation_and_listing)
12196 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12197 Remove 'type' parameter.
12198 (test_watchpoint_all): New parameter mi_mode. Remove
12199 with_test_prefix.
12200 (top level): Use foreach_with_prefix, and add main/separate UI MI
12201 testing axis.
12202
12203 2016-06-21 Pedro Alves <palves@redhat.com>
12204
12205 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12206 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12207 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12208 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12209 (gdb_main_spawn_id, mi_spawn_id): Declare and
12210 comment.
12211 (mi_create_inferior_pty): New procedure,
12212 factored out from default_mi_gdb_start.
12213 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12214 procedures.
12215 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12216 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12217 Use mi_create_inferior_pty.
12218 (mi_gdb_start): Use eval to pass down args list.
12219
12220 2016-06-21 Pedro Alves <palves@redhat.com>
12221
12222 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12223 * gdb.opt/inline-cmds.exp: Add MI tests.
12224
12225 2016-06-21 Pedro Alves <palves@redhat.com>
12226
12227 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12228
12229 2016-06-21 Pedro Alves <palves@redhat.com>
12230
12231 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12232 (top level): Use it instead of mi_execute_to.
12233
12234 2016-06-21 Pedro Alves <palves@redhat.com>
12235
12236 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12237 (cont_handler_str): New.
12238 (signal_stop_handler): Set stop_handler_str instead of printing to
12239 stdout.
12240 (continue_handler): Set cont_handler_str instead of printing to
12241 stdout.
12242 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12243 mi_send_resuming_command. Print stop_handler_str and
12244 cont_handler_str instead of expecting the python events print
12245 directly.
12246
12247 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12248
12249 * gdb.base/jit-reader.exp: New file.
12250 * gdb.base/jithost.c: New file.
12251 * gdb.base/jithost.h: New file.
12252 * gdb.base/jitreader.c : New file.
12253 * gdb.base/jit-protocol.h: New file.
12254
12255 2016-06-17 Yao Qi <yao.qi@linaro.org>
12256
12257 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12258 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12259 and detach-on-fork. Adjust tests.
12260 (top level): Invoke break_cond_on_syscall with combinations of
12261 syscall, follow-fork-mode and detach-on-fork.
12262
12263 2016-06-17 Yao Qi <yao.qi@linaro.org>
12264
12265 * gdb.base/step-over-exit.c: New.
12266 * gdb.base/step-over-exit.exp: New.
12267
12268 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12269
12270 * gdb.base/float.exp: Add target check for nds32*-*-*.
12271 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12272
12273 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12274
12275 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12276 for unsupported target features.
12277 * gdb.base/call-rt-st.exp: Likewise.
12278 * gdb.base/call-sc.exp: Likewise.
12279 * gdb.base/call-signal-resume.exp: Likewise.
12280 * gdb.base/call-strs.exp: Likewise.
12281 * gdb.base/callexit.exp: Likewise.
12282 * gdb.base/callfuncs.exp: Likewise.
12283 * gdb.base/nodebug.exp: Likewise.
12284 * gdb.base/printcmds.exp: Likewise.
12285 * gdb.base/ptype.exp: Likewise.
12286 * gdb.base/structs.exp: Likewise.
12287 * gdb.base/unwindonsignal.exp: Likewise.
12288 * gdb.cp/gdb2495.exp: Likewise.
12289 * gdb.cp/templates.exp: Likewise.
12290 * gdb.cp/virtfunc.exp: Likewise.
12291 * gdb.threads/hand-call-in-threads.exp: Likewise.
12292 * gdb.threads/interrupted-hand-call.exp: Likewise.
12293 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12294
12295 2016-06-10 Tom Tromey <tom@tromey.com>
12296
12297 PR rust/20110:
12298 * gdb.rust/expr.exp: Add test for integer constant larger than
12299 i32.
12300
12301 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12302
12303 * gdb.fortran/nested-funcs.exp: New.
12304 * gdb.fortran/nested-funcs.f90: New.
12305
12306 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12307
12308 * gdb.base/examine-backward.c: New file.
12309 * gdb.base/examine-backward.exp: New file.
12310
12311 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12312
12313 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12314 matching.
12315
12316 2016-06-02 Tom Tromey <tom@tromey.com>
12317
12318 PR python/18984:
12319 * gdb.python/py-shared.exp: Add solib_name test.
12320
12321 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12322
12323 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12324
12325 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12326
12327 PR c++/19893
12328 * gdb.dwarf2/implref.exp: Rename to...
12329 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12330 * gdb.dwarf2/implref-array.c: New file.
12331 * gdb.dwarf2/implref-array.exp: Likewise.
12332 * gdb.dwarf2/implref-global.c: Likewise.
12333 * gdb.dwarf2/implref-global.exp: Likewise.
12334 * gdb.dwarf2/implref-struct.c: Likewise.
12335 * gdb.dwarf2/implref-struct.exp: Likewise.
12336
12337 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12338
12339 * gdb.trace/trace-condition.exp: Add 64bit tests.
12340
12341 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12342
12343 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12344 bits types.
12345 (main): Adapt to 8 to 64 bits types.
12346 * gdb.trace/trace-condition.exp: Add new tests.
12347
12348 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12349
12350 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12351
12352 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12353
12354 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12355 Move condition tests...
12356 * gdb.trace/trace-condition.exp: Here.
12357
12358 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12359
12360 * gdb.trace/trace-condition.exp: Add counter-case tests.
12361
12362 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 PR c++/15231
12365 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12366 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12367
12368 2016-05-27 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12371 New procedure.
12372 (top level): Call it, and bail out of DejaGnu is known to be bad.
12373
12374 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12375
12376 * gdb.base/whatis.c: Extend the test case.
12377 * gdb.base/whatis.exp: Add additional tests.
12378
12379 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12380
12381 * gdb.fortran/type.f90: Add pointer variable.
12382 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12383
12384 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12385
12386 * gdb.fortran/vla-type.exp: Fix testcase name.
12387
12388 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12389
12390 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12391
12392 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12393
12394 * gdb.fortran/type.f90: Add nested structures.
12395 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12396 * gdb.fortran/derived-type.exp: Adapt expected output.
12397 * gdb.fortran/vla-type.exp: Adapt expected output.
12398
12399 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12400
12401 * gdb.fortran/whatis_type.exp: Adapt expected output.
12402
12403 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12404
12405 * gdb.fortran/print_type.exp: Fix expected output.
12406 * gdb.fortran/whatis_type.exp: Fix expected output.
12407
12408 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12409
12410 * gdb.fortran/whatis_type.exp: Use multi_line.
12411
12412 2016-05-24 Tom Tromey <tom@tromey.com>
12413
12414 PR python/17386:
12415 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12416 use value as an index.
12417
12418 2016-05-23 Tom Tromey <tom@tromey.com>
12419
12420 PR python/17981:
12421 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12422 no-breakpoint case.
12423
12424 2016-05-24 Pedro Alves <palves@redhat.com>
12425
12426 PR gdb/19828
12427 * gdb.threads/clone-attach-detach.c: New file.
12428 * gdb.threads/clone-attach-detach.exp: New file.
12429
12430 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12431
12432 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12433
12434 2016-05-23 Tom Tromey <tom@tromey.com>
12435
12436 PR python/19438, PR python/18393:
12437 * gdb.python/py-progspace.exp: Add "dir" test.
12438 * gdb.python/py-objfile.exp: Add "dir" test.
12439
12440 2016-05-23 Yao Qi <yao.qi@linaro.org>
12441
12442 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12443 * gdb.arch/thumb2-it.exp: Likewise.
12444
12445 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12446
12447 * gdb.mi/mi-threads-interrupt.c: New file.
12448 * gdb.mi/mi-threads-interrupt.exp: New file.
12449
12450 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12451
12452 PR gdb/18077
12453 * gdb.mi/mi-async-run.exp: New file.
12454 * gdb.mi/mi-async-run.c: New file.
12455
12456 2016-05-17 Tom Tromey <tom@tromey.com>
12457 Manish Goregaokar <manishsmail@gmail.com>
12458
12459 * lib/rust-support.exp: New file.
12460 * lib/gdb.exp (skip_rust_tests): New proc.
12461 (build_executable_from_specs): Handle rust.
12462 * lib/future.exp (gdb_find_rustc): New proc.
12463 (gdb_default_target_compile): Handle rust.
12464 * gdb.rust/expr.exp: New file.
12465 * gdb.rust/generics.exp: New file.
12466 * gdb.rust/generics.rs: New file.
12467 * gdb.rust/methods.exp: New file.
12468 * gdb.rust/methods.rs: New file.
12469 * gdb.rust/modules.exp: New file.
12470 * gdb.rust/modules.rs: New file.
12471 * gdb.rust/simple.exp: New file.
12472 * gdb.rust/simple.rs: New file.
12473
12474 2016-05-17 Tom Tromey <tom@tromey.com>
12475
12476 * gdb.base/default.exp (set language): Add rust.
12477
12478 2016-05-17 Tom Tromey <tom@tromey.com>
12479
12480 * gdb.gdb/unittest.exp: New file.
12481
12482 2016-05-16 Yao Qi <yao.qi@linaro.org>
12483
12484 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12485 shell_prompt. Update shell_prompt_re.
12486
12487 2016-05-12 Doug Evans <dje@google.com>
12488
12489 PR symtab/19999
12490 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12491 $options when building executable.
12492 * gdb.dwarf2/fission-loclists-pie.S: New file.
12493 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12494
12495 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12496
12497 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12498 of [is_remote target],
12499
12500 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12501
12502 * lib/gdb.exp (use_gdb_stub): New procedure.
12503
12504 2016-05-03 Yunlian Jiang <yunlian@google.com>
12505 Doug Evans <dje@google.com>
12506
12507 PR symtab/19914
12508 * gdb.dwarf2/dwp-sepdebug.c: New file.
12509 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12510
12511 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12512
12513 * gdb.base/detach.exp: Remove is_remote check.
12514
12515 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12516
12517 * gdb.base/annota-input-while-running.exp: Don't check for
12518 [is_remote target]. Enable annotations after running to main.
12519 Remove unused "set test..." line.
12520
12521 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12522
12523 * gdb.trace/trace-enable-disable.exp: New file.
12524 * gdb.trace/trace-enable-disable.c: New file.
12525
12526 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12527
12528 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12529 use it in info sharedlibrary test.
12530 * gdb.trace/ftrace-lock.exp: Likewise.
12531 * gdb.trace/ftrace.exp: Likewise.
12532 * gdb.trace/range-stepping.exp: Likewise.
12533 * gdb.trace/trace-break.exp: Likewise.
12534 * gdb.trace/trace-condition.exp: Likewise.
12535 * gdb.trace/trace-mt.exp: Likewise.
12536
12537 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12538
12539 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12540 (gdb_load_shlib): ... this.
12541 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12542 gdb_load_shlib.
12543 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12544 * gdb.base/ctxobj.exp: Likewise.
12545 * gdb.base/dprintf-pending.exp: Likewise.
12546 * gdb.base/dso2dso.exp: Likewise.
12547 * gdb.base/fixsection.exp: Likewise.
12548 * gdb.base/gcore-relro.exp: Likewise.
12549 * gdb.base/gdb1555.exp: Likewise.
12550 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12551 * gdb.base/gnu-ifunc.exp: Likewise.
12552 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12553 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12554 * gdb.base/pending.exp: Likewise.
12555 * gdb.base/print-file-var.exp: Likewise.
12556 * gdb.base/print-symbol-loading.exp: Likewise.
12557 * gdb.base/shlib-call.exp: Likewise.
12558 * gdb.base/shreloc.exp: Likewise.
12559 * gdb.base/so-impl-ld.exp: Likewise.
12560 * gdb.base/solib-disc.exp: Likewise.
12561 * gdb.base/solib-nodir.exp: Likewise.
12562 * gdb.base/solib-overlap.exp: Likewise.
12563 * gdb.base/solib-symbol.exp: Likewise.
12564 * gdb.base/solib-weak.exp (do_test): Likewise.
12565 * gdb.base/sym-file.exp: Likewise.
12566 * gdb.base/symtab-search-order.exp: Likewise.
12567 * gdb.base/type-opaque.exp: Likewise.
12568 * gdb.base/unload.exp: Likewise.
12569 * gdb.base/watchpoint-solib.exp: Likewise.
12570 * gdb.compile/compile.exp: Likewise.
12571 * gdb.cp/gdb2384.exp: Likewise.
12572 * gdb.cp/infcall-dlopen.exp: Likewise.
12573 * gdb.cp/re-set-overloaded.exp: Likewise.
12574 * gdb.fortran/library-module.exp: Likewise.
12575 * gdb.opt/solib-intra-step.exp: Likewise.
12576 * gdb.python/py-finish-breakpoint.exp: Likewise.
12577 * gdb.python/py-shared.exp: Likewise.
12578 * gdb.reverse/solib-precsave.exp: Likewise.
12579 * gdb.reverse/solib-reverse.exp: Likewise.
12580 * gdb.server/solib-list.exp: Likewise.
12581 * gdb.threads/dlopen-libpthread.exp: Likewise.
12582 * gdb.threads/tls-shared.exp: Likewise.
12583 * gdb.threads/tls-so_extern.exp: Likewise.
12584 * gdb.trace/change-loc.exp: Likewise.
12585 * gdb.trace/ftrace-lock.exp: Likewise.
12586 * gdb.trace/ftrace.exp: Likewise.
12587 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12588 * gdb.trace/pending.exp: Likewise.
12589 * gdb.trace/range-stepping.exp: Likewise.
12590 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12591 (strace_info_marker): Likewise.
12592 (strace_probe_marker): Likewise.
12593 (strace_trace_on_same_addr): Likewise.
12594 (strace_trace_on_diff_addr): Likewise.
12595 * gdb.trace/trace-break.exp: Likewise.
12596 * gdb.trace/trace-condition.exp: Likewise.
12597 * gdb.trace/trace-mt.exp: Likewise.
12598
12599 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12600
12601 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12602 result of gdb_remote_download.
12603 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12604 * gdb.base/dso2dso.exp: Likewise.
12605 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12606 * gdb.base/print-file-var.exp: Likewise.
12607 * gdb.base/shlib-call.exp: Likewise.
12608 * gdb.base/shreloc.exp: Likewise.
12609 * gdb.base/solib-overlap.exp: Likewise.
12610 * gdb.base/solib-weak.exp (do_test): Likewise.
12611 * gdb.base/unload.exp: Likewise.
12612
12613 2016-04-27 Yao Qi <yao.qi@linaro.org>
12614
12615 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12616 exists.
12617
12618 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12619
12620 * vla-type.exp: Print structure from toplevel.
12621
12622 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12623
12624 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12625 of dynamic types.
12626 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12627 of dynamic types.
12628
12629 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12630
12631 * gdb.fortran/vla-type.f90: New file.
12632 * gdb.fortran/vla-type.exp: New file.
12633
12634 2016-04-25 Yao Qi <yao.qi@linaro.org>
12635
12636 * gdb.base/branch-to-self.c: New file.
12637 * gdb.base/branch-to-self.exp: New file.
12638
12639 2016-04-22 Yao Qi <yao.qi@linaro.org>
12640
12641 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12642 more after $hex.
12643
12644 2016-04-22 Yao Qi <yao.qi@linaro.org>
12645
12646 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12647 * gdb.base/annota3.exp: Likewise.
12648
12649 2016-04-22 Yao Qi <yao.qi@linaro.org>
12650
12651 * gdb.reverse/step-precsave.exp: Do one step and test program
12652 stops in "callee" and do multiple steps until program goes out
12653 of "callee".
12654 * gdb.reverse/step-reverse.exp: Likewise.
12655
12656 2016-04-22 Yao Qi <yao.qi@linaro.org>
12657
12658 * gdb.trace/signal.exp: Also pass if
12659 $tracepoint_hits($i) > $iterations.
12660
12661 2016-04-22 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.trace/signal.c: New file.
12664 * gdb.trace/signal.exp: New file.
12665
12666 2016-04-19 Doug Evans <xdje42@gmail.com>
12667
12668 * gdb.base/bad-file.exp: New file.
12669
12670 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12671
12672 * gdb.dwarf2/implref.exp: New file.
12673
12674 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12675
12676 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12677 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12678 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12679 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12680 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12681 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12682 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12683 * lib/fortran.exp (fortran_int4): New procedure.
12684 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12685 (fortran_logical4): Likewise.
12686
12687 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12688
12689 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12690
12691 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12692
12693 * lib/compiler.c: Add Intel specific preprocessor macros.
12694 * lib/compiler.cc: Likewise.
12695
12696 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12697
12698 * gdb.server/connect-with-no-symbol-file.c: New file.
12699 * gdb.server/connect-with-no-symbol-file.exp: New file.
12700
12701 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12704
12705 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12706
12707 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12708 standard output directory.
12709
12710 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12711
12712 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12713
12714 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12715
12716 * gdb.btrace/instruction_history.c (loop): Add declaration.
12717
12718 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12719
12720 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12721
12722 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12723
12724 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12725 parentheses to print.
12726 (continue_handler): Likewise.
12727
12728 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12729
12730 * gdb.server/solib-list.exp: Remove is_remote check.
12731 Pass shlib= to gdb_compile. Don't link shared library with
12732 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12733 Run binary filename through "readlink -f" on the target.
12734
12735 2016-04-08 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12738 interpreter filename as argument to gdbserver_spawn.
12739 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12740 Return empty if $last_loaded_file does not exist.
12741
12742 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12743
12744 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12745 * gdb.base/jit-main.c: Use exit after usage.
12746
12747 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12748
12749 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12750 GDBHISTSIZE prior to the tests.
12751 * gdb.base/gdbinit-history.exp: Likewise.
12752
12753 2016-04-07 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12756 instead of build_executable. Use gdb_load_shlibs.
12757
12758 2016-04-07 Yao Qi <yao.qi@linaro.org>
12759
12760 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12761 Execute "si" command.
12762
12763 2016-04-07 Yao Qi <yao.qi@linaro.org>
12764
12765 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12766 number instead of the comments on some line.
12767
12768 2016-04-06 Don Breazeal <donb@codesourcery.com>
12769
12770 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12771 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12772
12773 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12774
12775 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12776 standard_output_file. Remove unused binfile variable.
12777
12778 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12779
12780 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12781 * gdb.python/py-mi-objfile.exp: Match "list main" output
12782 in console format.
12783
12784 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12785
12786 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12787 absolute.
12788
12789 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12790
12791 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12792 absolute.
12793 * gdb.trace/ftrace.exp: Likewise.
12794 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12795 targets as well.
12796 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12797 (gdb_load_shlibs): Copy libraries to test directory when testing
12798 natively. Only set solib-search-path if testing remotely.
12799 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12800
12801 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12802
12803 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12804 gdb_download. Use it even if the target is not remote.
12805 * gdb.base/jit.exp (compile_jit_test): Likewise.
12806 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12807 output directory if the destination board is local, otherwise use
12808 the standard remote_download from DejaGnu.
12809 (gdb_download): Remove.
12810 (gdb_load_shlibs): Use gdb_remote_download instead of
12811 gdb_download.
12812 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12813 Use gdb_remote_download instead of gdb_download. Use it even if
12814 the target is not remote.
12815 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12816 instead of gdb_download.
12817
12818 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12819
12820 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12821 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12822 run.
12823
12824 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12825
12826 PR gdb/19820
12827 * gdb.base/printcmds.exp: Add artificial arrays tests.
12828
12829 2016-03-31 Pedro Alves <palves@redhat.com>
12830
12831 PR gdb/19858
12832 * gdb.base/jit-main.c: Include unistd.h.
12833 (ATTACH): Define to 0 if not already defined.
12834 (wait_for_gdb, mypid): New globals.
12835 (WAIT_FOR_GDB): New macro.
12836 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12837 some breakpoint locations.
12838 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12839 New procedures.
12840 (one_jit_test): Add REATTACH parameter, and handle it. Use
12841 continue_to_test_location.
12842 (top level): Test attach, and adjusts calls to one_jit_test.
12843
12844 2016-03-31 Pedro Alves <palves@redhat.com>
12845
12846 PR gdb/19858
12847 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12848 BINSUFFIX parameter, and handle it.
12849 (top level): Adjust calls compile_jit_test.
12850
12851 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12852
12853 PR python/19743
12854 * gdb.python/py-mi-events-gdb.py: New file.
12855 * gdb.python/py-mi-events.c: New file.
12856 * gdb.python/py-mi-events.exp: New file.
12857
12858 2016-03-30 Yao Qi <yao.qi@linaro.org>
12859
12860 * gdb.reverse/until-precsave.exp: Match function name only.
12861 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12862 Move malloc to a condition block.
12863 * gdb.reverse/until-reverse.exp: Match function name only.
12864
12865 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12866
12867 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12868 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12869 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12870 variable for GPR 0 instead of assuming it is register 0.
12871 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12872 * lib/trace-support.exp: Add s390 registers.
12873
12874 2016-03-29 Yao Qi <yao.qi@linaro.org>
12875
12876 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12877
12878 2016-03-24 Yao Qi <yao.qi@linaro.org>
12879
12880 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12881 test message.
12882
12883 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12884
12885 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12886 maintaining separate logic for constructing the output path.
12887
12888 2016-03-16 Don Breazeal <donb@codesourcery.com>
12889
12890 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12891 Retry fork and waitpid on interrupted system call errors.
12892 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12893 Use with_timeout_factor to increase timeout by factor of 10.
12894
12895 2016-03-15 Don Breazeal <donb@codesourcery.com>
12896
12897 * gdb.cp/scope-err.cc: New test program.
12898 * gdb.cp/scope-err.exp: New test script.
12899 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12900 lines and "set breakpoint here" comment.
12901 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12902 Fixed some whitespace and format issues.
12903 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12904 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12905
12906 2016-03-15 Doug Evans <dje@google.com>
12907
12908 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12909 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12910 All callers updated. Add tests for enums, mixed flags register.
12911
12912 2016-03-15 Doug Evans <dje@google.com>
12913
12914 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12915 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12916
12917 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12918
12919 * gdb.base/default.exp: Add $_as_string to the list of expected
12920 convenience functions.
12921
12922 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12923
12924 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12925
12926 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12927
12928 * gdb.python/py-as-string.exp: New file.
12929 * gdb.python/py-as-string.c: New file.
12930
12931 2016-03-09 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12934 signal" -> "Thread NN received signal" output change.
12935 * gdb.threads/ia64-sigill.exp: Likewise.
12936 * gdb.threads/linux-dp.exp: Likewise.
12937 * gdb.threads/manythreads.exp: Likewise.
12938 * gdb.threads/pending-step.exp: Likewise.
12939 * gdb.threads/print-threads.exp: Likewise.
12940 * gdb.threads/sigstep-threads.exp: Likewise.
12941 * gdb.threads/staticthreads.exp: Likewise.
12942 * gdb.threads/tls.exp: Likewise.
12943
12944 2016-03-09 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.base/command-line-input.exp: New file.
12947
12948 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12949
12950 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12951 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12952 * gdb.trace/pending.exp: Accept leading dot before function name.
12953 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12954 * lib/trace-support.exp: Set registers for ppc.
12955
12956 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12957
12958 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12959 use it for disassembly; accept .main in addition to main in backtrace.
12960
12961 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12962 Marcin Kościelnicki <koriakin@0x04.net>
12963
12964 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12965 (gdb_recursion_test_ptr): New global variable.
12966 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12967 gdb_recursion_test.
12968 (gdb_c_test): Ditto.
12969
12970 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12971
12972 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12973 ordering.
12974
12975 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12976
12977 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12978 (bar): Add bar_start_lbl label.
12979 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12980 of foo/bar for emitting DWARF and tracing.
12981
12982 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12983
12984 * analyze-racy-logs.py: Set executable bit.
12985
12986 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12987
12988 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12989 (CHECK_TARGET_TMP): Likewise.
12990 (check-single-racy): New rule.
12991 (check-parallel-racy): Likewise.
12992 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12993 (do-check-parallel-racy): New rule.
12994 (check-racy/%.exp): Likewise.
12995 * README (Racy testcases): New section.
12996 * analyze-racy-logs.py: New file.
12997
12998 2016-03-03 Doug Evans <dje@google.com>
12999
13000 * gdb.base/skip.exp: Use with_test_prefix.
13001
13002 2016-03-03 Yao Qi <yao.qi@linaro.org>
13003
13004 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13005 Invoke step_over_syscall "clone" and break_cond_on_syscall
13006 "clone".
13007 * gdb.base/step-over-clone.c: New file.
13008
13009 2016-03-03 Yao Qi <yao.qi@linaro.org>
13010
13011 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13012 code format.
13013
13014 2016-03-03 Yao Qi <yao.qi@linaro.org>
13015
13016 * gdb.base/disp-step-fork.c: Rename to ...
13017 * gdb.base/step-over-fork.c: ... it. New file.
13018 * gdb.base/disp-step-vfork.c: Rename to ...
13019 * gdb.base/step-over-vfork.c: ... it. New file.
13020 * gdb.base/disp-step-syscall.exp: Rename to ...
13021 * gdb.base/step-over-syscall.exp: ... it. New file.
13022 (disp_step_cross_syscall): Rename to ...
13023 (step_over_syscall): ... it.
13024
13025 2016-03-03 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13028 If target supports condition evaluation on target, invoke
13029 break_cond_on_syscall for fork and vfork.
13030
13031 2016-03-03 Yao Qi <yao.qi@linaro.org>
13032
13033 * gdb.base/disp-step-syscall.exp: Don't invoke
13034 support_displaced_stepping.
13035 (disp_step_cross_syscall): Test with displaced stepping off and
13036 on if supported.
13037
13038 2016-03-03 Yao Qi <yao.qi@linaro.org>
13039
13040 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13041 proc.
13042 (setup): New proc.
13043 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13044 and setup.
13045
13046 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13047
13048 * gdb.fortran/vla-history.exp: Remove breakpoint.
13049
13050 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13051
13052 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13053 exceeds timeout.
13054
13055 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13056
13057 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13058 breakpoint.
13059
13060 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13061
13062 * gdb.mi/vla.f90: Nullify pointer after declaration.
13063
13064 2016-03-01 Pedro Alves <palves@redhat.com>
13065
13066 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13067
13068 2016-03-01 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13071 before anything else.
13072 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13073 _GNU_SOURCE here.
13074 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13075 before anything else.
13076 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13077
13078 2016-03-01 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13081
13082 2016-03-01 Yao Qi <yao.qi@linaro.org>
13083
13084 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13085 prepare_for_testing.
13086
13087 2016-03-01 Yao Qi <yao.qi@linaro.org>
13088
13089 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13090
13091 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13092
13093 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13094 manually constructing the output path.
13095
13096 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13097
13098 * gdb.arch/s390-stackless.S: New.
13099 * gdb.arch/s390-stackless.exp: New.
13100
13101 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13102
13103 * gdb.dlang/circular.c: New file.
13104 * gdb.dlang/circular.exp: New file.
13105
13106 2016-02-26 Yao Qi <yao.qi@linaro.org>
13107
13108 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13109 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13110 (testcases): Update.
13111
13112 2016-02-26 Yao Qi <yao.qi@linaro.org>
13113
13114 * gdb.reverse/aarch64.c: Rename to ...
13115 * gdb.reverse/insn-reverse.c: ... it.
13116 * gdb.reverse/aarch64.exp: Rename to ...
13117 * gdb.reverse/insn-reverse.exp: ... it.
13118
13119 2016-02-26 Yao Qi <yao.qi@linaro.org>
13120
13121 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13122 (testcase_ftype): New.
13123 (testcases): New array.
13124 (n_testcases): New.
13125 (main): Call each element in testcases.
13126 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13127 (read_testcase): New.
13128 Do the tests in a loop.
13129
13130 2016-02-25 Yao Qi <yao.qi@linaro.org>
13131
13132 * gdb.base/branches.c: Remove.
13133
13134 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13135
13136 PR gdb/13808
13137 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13138
13139 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13140
13141 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13142
13143 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13144
13145 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13146 change x86_64 call_insn to 'callq'.
13147
13148 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13149
13150 * gdb.trace/tfile-avx.c: Move to...
13151 * gdb.trace/tracefile-pseudo-reg.c: Here.
13152 * gdb.trace/tfile-avx.exp: Move to...
13153 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13154
13155 2016-02-24 Gary Benson <gbenson@redhat.com>
13156
13157 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13158 message on attach.
13159
13160 2016-02-23 Doug Evans <dje@google.com>
13161
13162 * gdb.base/skip.c (test_skip): New function.
13163 (end_test_skip_file_and_function): New function.
13164 (test_skip_file_and_function): New function.
13165 * gdb.base/skip1.c (test_skip): New function.
13166 (skip1_test_skip_file_and_function): New function.
13167 * gdb.base/skip.exp: Add tests for new skip options.
13168 * gdb.base/skip-solib.exp: Update expected output.
13169 * gdb.perf/skip-command.cc: New file.
13170 * gdb.perf/skip-command.exp: New file.
13171 * gdb.perf/skip-command.py: New file.
13172
13173 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13174
13175 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13176 info registers pattern.
13177
13178 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13179
13180 * lib/future.exp: Add D support.
13181 (gdb_find_gdc): New proc.
13182 (gdb_default_target_compile): Add D support.
13183
13184 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13185
13186 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13187 user+system time.
13188 (trace_speed_test): Determine the iteration count for a time
13189 between 15..30 seconds.
13190
13191 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13192
13193 * gdb.arch/i386-mpx-sigsegv.c: New file.
13194 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13195 * gdb.arch/i386-mpx-simple_segv.c: New file.
13196 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13197
13198 2016-02-18 Yao Qi <yao.qi@linaro.org>
13199
13200 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13201 Don't call setup_kfail.
13202
13203 2016-02-18 Yao Qi <yao.qi@linaro.org>
13204
13205 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13206 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13207
13208 2016-02-16 Doug Evans <dje@google.com>
13209
13210 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13211 * gdb.base/skip1.c: Ditto.
13212 * gdb.base/skip.exp: Whitespace cleanup.
13213
13214 2016-02-16 Don Breazeal <donb@codesourcery.com>
13215
13216 PR remote/19496
13217 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13218 Remove kfail for PR remote/19496.
13219
13220 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13221
13222 * lib/gdb.exp (standard_temp_file): Return a path specific to
13223 the runtest invocation.
13224
13225 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13226
13227 * gdb.trace/save-trace.exp: Change relative path to be in the
13228 standard output directory.
13229
13230 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13231
13232 * gdb.arch/i386-prologue.c: Add missing prototypes.
13233
13234 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13235
13236 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13237 * gdb.arch/i386-prologue.exp: Likewise.
13238 * gdb.arch/i386-size.exp: Likewise.
13239
13240 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13241
13242 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13243 define object file path.
13244 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13245 file path.
13246 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13247 standard_output_file to define binfile.
13248
13249 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13250
13251 Fix compatibility with recent gfortran-5.3.1.
13252 * gdb.fortran/vla-history.exp (print vla1 allocated)
13253 (print vla2 allocated, print $2, print $3): Remove
13254 (print $4): Rename to ...
13255 (print $2): ... here.
13256 (print $9): Rename to ...
13257 (print $5): ... here.
13258 (print $10): Rename to ...
13259 (print $6): ... here.
13260 * gdb.fortran/vla.f90: Add pvla initialization.
13261
13262 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13263
13264 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13265 New test.
13266 * gdb.fortran/vla-value-sub.exp: Likewise.
13267
13268 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13269
13270 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13271
13272 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13273
13274 * i386-biarch-core.exp: Define corefile using
13275 standard_output_file.
13276
13277 2016-02-12 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.arch/arm-single-step-kernel-helper.c: New.
13280 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13281
13282 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13283
13284 * gdb.btrace/tailcall-only.exp: New.
13285 * gdb.btrace/tailcall-only.c: New.
13286 * gdb.btrace/x86_64-tailcall-only.S: New.
13287 * gdb.btrace/i686-tailcall-only.S: New.
13288
13289 2016-02-11 Pedro Alves <palves@redhat.com>
13290
13291 * README (Parallel testing): Add missing double quotes.
13292
13293 2016-02-11 Pedro Alves <palves@redhat.com>
13294
13295 * README (Parallel testing): New section.
13296 (GDB_PARALLEL): Rewrite.
13297 (FORCE_PARALLEL): Document.
13298
13299 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13300
13301 * gdb.trace/tfile-avx.c: New test.
13302 * gdb.trace/tfile-avx.exp: New test.
13303
13304 2016-02-09 Keith Seitz <keiths@redhat.com>
13305
13306 PR breakpoints/19546
13307 * gdb.base/infcall-exec.c: New file.
13308 * gdb.base/infcall-exec2.c: New file.
13309 * gdb.base/infcall-exec.exp: New file.
13310
13311 2016-02-09 Keith Seitz <keiths@redhat.com>
13312
13313 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13314 (toplevel): Call test_bkpt_address.
13315
13316 2016-02-09 Keith Seitz <keiths@redhat.com>
13317
13318 PR python/19506
13319 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13320 (toplevel): Call test_bkpt_address.
13321
13322 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13323
13324 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13325 to AC_OUTPUT.
13326 * configure: Regenerate.
13327
13328 2016-02-09 Pedro Alves <palves@redhat.com>
13329
13330 PR breakpoints/19548
13331 * gdb.base/execl-update-breakpoints.c (some_function): New
13332 function.
13333 (main): Call it.
13334 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13335 Tighten expected GDB output.
13336
13337 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13338
13339 * Makefile.in (ALL_SUBDIRS): Remove.
13340 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13341 (distclean maintainer-clean realclean): Likewise.
13342 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13343 * configure: Regenerate.
13344 * gdb.ada/Makefile.in: Delete.
13345 * gdb.arch/Makefile.in: Likewise.
13346 * gdb.asm/Makefile.in: Likewise.
13347 * gdb.base/Makefile.in: Likewise.
13348 * gdb.btrace/Makefile.in: Likewise.
13349 * gdb.cell/Makefile.in: Likewise.
13350 * gdb.compile/Makefile.in: Likewise.
13351 * gdb.cp/Makefile.in: Likewise.
13352 * gdb.disasm/Makefile.in: Likewise.
13353 * gdb.dlang/Makefile.in: Likewise.
13354 * gdb.dwarf2/Makefile.in: Likewise.
13355 * gdb.fortran/Makefile.in: Likewise.
13356 * gdb.gdb/Makefile.in: Likewise.
13357 * gdb.go/Makefile.in: Likewise.
13358 * gdb.guile/Makefile.in: Likewise.
13359 * gdb.java/Makefile.in: Likewise.
13360 * gdb.linespec/Makefile.in: Likewise.
13361 * gdb.mi/Makefile.in: Likewise.
13362 * gdb.modula2/Makefile.in: Likewise.
13363 * gdb.multi/Makefile.in: Likewise.
13364 * gdb.objc/Makefile.in: Likewise.
13365 * gdb.opencl/Makefile.in: Likewise.
13366 * gdb.opt/Makefile.in: Likewise.
13367 * gdb.pascal/Makefile.in: Likewise.
13368 * gdb.perf/Makefile.in: Likewise.
13369 * gdb.python/Makefile.in: Likewise.
13370 * gdb.reverse/Makefile.in: Likewise.
13371 * gdb.server/Makefile.in: Likewise.
13372 * gdb.stabs/Makefile.in: Likewise.
13373 * gdb.threads/Makefile.in: Likewise.
13374 * gdb.trace/Makefile.in: Likewise.
13375 * gdb.xml/Makefile.in: Likewise.
13376 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13377 GDB_PARALLEL.
13378 (standard_output_file): Remove check for GDB_PARALLEL, always
13379 return path in outputs/$subdir/$testname.
13380
13381 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13382
13383 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13384 (site.exp): Assign abs_srcdir to tcl's srcdir.
13385
13386 2016-02-04 Yao Qi <yao.qi@linaro.org>
13387
13388 * gdb.base/foll-exec-mode.c: Include limits.h.
13389 (main): Add parameters argc and argv. Get directory from
13390 argv[0].
13391 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13392 compilation.
13393 * gdb.base/foll-exec.c: Include limits.h.
13394 (main): Add parameters argc and argv.
13395 Get directory from argv[0].
13396 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13397 Adjust tests on the number of lines as source code changed.
13398 * gdb.base/foll-vfork-exit.c: Include limits.h.
13399 (main): Add one line of statement before vfork.
13400 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13401 (main): Add parameters argc and argv. Get directory from
13402 argv[0].
13403 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13404 (setup_gdb): Set tbreak to skip some source lines.
13405 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13406 (main): Add parameters argc and argv. Get directory from
13407 argv[0].
13408 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13409 compilation.
13410 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13411 (main): Add parameters argc and argv. Get directory from
13412 argv[0].
13413 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13414 compilation.
13415
13416 2016-02-01 Doug Evans <dje@google.com>
13417
13418 * gdb.base/skip.exp: Clean up multiple references to same test name.
13419
13420 2016-02-01 Pedro Alves <palves@redhat.com>
13421
13422 PR remote/19496
13423 * gdb.threads/forking-threads-plus-breakpoint.exp
13424 (displaced_stepping_supported): New global.
13425 (probe_displaced_stepping_support): New procedure.
13426 (do_test): Add 'displaced' parameter, and use it.
13427 (top level): Check for displaced stepping support. Add displaced
13428 stepping on/off testing axis.
13429
13430 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13431
13432 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13433 pointer. Don't perform further tests on the unassociated pointer
13434 if the first test fails.
13435
13436 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13437
13438 * gdb.base/max-value-size.c: New file.
13439 * gdb.base/max-value-size.exp: New file.
13440 * gdb.base/huge.exp: Disable max-value-size for this test.
13441
13442 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13443
13444 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13445
13446 2016-01-28 Yao Qi <yao.qi@linaro.org>
13447
13448 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13449
13450 2016-01-25 Pedro Alves <palves@redhat.com>
13451
13452 PR threads/19461
13453 * gdb.base/fork-running-state.c: New file.
13454 * gdb.base/fork-running-state.exp: New file.
13455
13456 2016-01-25 Pedro Alves <palves@redhat.com>
13457
13458 PR gdb/19494
13459 * gdb.base/catch-fork-kill.c: New file.
13460 * gdb.base/catch-fork-kill.exp: New file.
13461
13462 2016-01-25 Pedro Alves <palves@redhat.com>
13463
13464 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13465 Delete, moved to lib/gdb.exp.
13466 * gdb.threads/forking-threads-plus-breakpoint.exp
13467 (foreach_with_prefix): Likewise.
13468 * gdb.threads/process-dies-while-handling-bp.exp
13469 (foreach_with_prefix): Likewise.
13470 * lib/gdb.exp (foreach_with_prefix): New procedure.
13471
13472 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13473
13474 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13475 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13476
13477 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13478
13479 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13480 endian targets.
13481
13482 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13483 Pedro Alves <palves@redhat.com>
13484
13485 Fix testsuite compatibility with Guile.
13486 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13487 number.
13488
13489 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13490
13491 Fix testsuite compatibility with Guile.
13492 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13493 (thread 1): New test for backtrace through signal handler.
13494
13495 2016-01-22 Yao Qi <yao.qi@linaro.org>
13496
13497 PR testsuite/19491
13498 * gdb.base/multi-forks.c: Include
13499 ../lib/unbuffer_output.c
13500 (main): Call gdb_unbuffer_output.
13501
13502 2016-01-21 Doug Evans <dje@google.com>
13503
13504 * lib/ada.exp (gdb_compile_ada): Fix typo.
13505
13506 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13507
13508 * gdb.base/break-fun-addr.exp: New file.
13509 * gdb.base/break-fun-addr1.c: New file.
13510 * gdb.base/break-fun-addr2.c: New file.
13511
13512 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13513
13514 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13515 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13516 enum flag values.
13517
13518 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13519
13520 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13521 when GDB can not set the vector return value. Add more comments
13522 for clarification.
13523
13524 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13525
13526 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13527 command.
13528
13529 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13530
13531 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13532
13533 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13534
13535 * Makefile.in (check-single): Pass --status to runtest.
13536 (check/%.exp): Likewise.
13537
13538 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13539
13540 * Makefile.in (check-parallel): Propagate return code from make
13541 do-check-parallel.
13542
13543 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13544
13545 * gdb.trace/ftrace.exp: Fix expected message on continue.
13546 * gdb.trace/pending.exp: Fix expected message on continue.
13547 * gdb.trace/trace-break.exp: Fix expected message on continue.
13548
13549 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13550
13551 * lib/gdb.exp (gdb_test): Remove unused global references.
13552
13553 2016-01-18 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/async-shell.exp: Adjust expected output.
13556 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13557 * gdb.base/siginfo-thread.exp: Adjust expected output.
13558 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13559 * gdb.java/jnpe.exp: Adjust expected output.
13560 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13561 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13562 * gdb.threads/leader-exit.exp: Adjust expected output.
13563 * gdb.threads/manythreads.exp: Adjust expected output.
13564 * gdb.threads/pthreads.exp: Adjust expected output.
13565 * gdb.threads/schedlock.exp: Adjust expected output.
13566 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13567 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13568 expected output.
13569 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13570 output.
13571 * gdb.threads/sigthread.exp: Adjust expected output.
13572 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13573
13574 2016-01-18 Yao Qi <yao.qi@linaro.org>
13575
13576 * gdb.guile/scm-section-script.c: Replace @progbits with
13577 %progbits.
13578 * gdb.python/py-section-script.c: Likewise.
13579
13580 2016-01-15 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.multi/tids.exp: Test star wildcard ranges.
13583
13584 2016-01-15 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13587 command from "thread apply" invocation.
13588 (thr_apply_info_thr_invalid): Default the expected output to the
13589 input tid list.
13590 (top level): Add tests that use convenience variables. Add tests
13591 for "thread apply" with a valid TID list, but missing the command.
13592
13593 2016-01-13 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/default.exp: Expect $_gthread as well.
13596 * gdb.multi/tids.exp: Test $_gthread.
13597 * gdb.threads/thread-specific.exp: Test $_gthread.
13598
13599 2016-01-13 Pedro Alves <palves@redhat.com>
13600
13601 * gdb.multi/tids.exp: Test "info threads -gid".
13602
13603 2016-01-13 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13606 Breakpoint.thread.
13607 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13608
13609 2016-01-07 Pedro Alves <palves@redhat.com>
13610
13611 * gdb.base/break.exp: Adjust to output changes.
13612 * gdb.base/hbreak2.exp: Likewise.
13613 * gdb.base/sepdebug.exp: Likewise.
13614 * gdb.base/watch_thread_num.exp: Likewise.
13615 * gdb.linespec/keywords.exp: Likewise.
13616 * gdb.multi/info-threads.exp: Likewise.
13617 * gdb.threads/thread-find.exp: Likewise.
13618 * gdb.multi/tids.c: New file.
13619 * gdb.multi/tids.exp: New file.
13620
13621 2016-01-13 Pedro Alves <palves@redhat.com>
13622
13623 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13624
13625 2016-01-13 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.base/default.exp: Expect $_inferior as well.
13628 * gdb.multi/base.exp: Test $_inferior.
13629
13630 2016-01-13 Pedro Alves <palves@redhat.com>
13631
13632 PR breakpoints/19388
13633 * gdb.base/catch-signal-siginfo-cond.c: New file.
13634 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13635
13636 2016-01-12 Josh Stone <jistone@redhat.com>
13637 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13638
13639 * gdb.base/catch-syscall.c (do_execve): New variable.
13640 (main): Conditionally trigger an execve.
13641 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13642 (test_catch_syscall_execve): New, check entry/return across execve.
13643 (do_syscall_tests): Call test_catch_syscall_execve.
13644
13645 2016-01-12 Pedro Alves <palves@redhat.com>
13646
13647 * gdb.base/random-signal.exp (do_test): New procedure, with body
13648 of testcase moved in.
13649
13650 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13651 Pedro Alves <palves@redhat.com>
13652
13653 * gdb.base/funcargs.exp (finish from indirectly called function):
13654 Reintroduce the case for 'First'.
13655
13656 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13657 Pedro Alves <palves@redhat.com>
13658
13659 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13660 (tcatch_vfork_then_child_follow_exec)
13661 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13662 identification.
13663
13664 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13665
13666 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13667 and repeats to unlimited.
13668 * gdb.python/py-value.exp: Likewise.
13669 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13670 and repeats to unlimited.
13671
13672 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13673
13674 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13675 and reordering the functions.
13676 * gdb.multi/hangout.c: Likewise.
13677 * gdb.multi/hello.c: Likewise.
13678
13679 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13680
13681 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13682 absolute.
13683 (SingleStatisticTestResult.report): Use dict.keys instead of
13684 dict.iterkeys.
13685
13686 2016-01-06 Pedro Alves <palves@redhat.com>
13687
13688 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13689
13690 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13691
13692 * gdb.btrace/dlopen.exp: New.
13693 * gdb.btrace/dlopen.c: New.
13694 * gdb.btrace/dlopen-dso.c: New.
13695
13696 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13697
13698 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13699 PATTERN argument is optional.
13700
13701 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13702
13703 * lib/ada.exp (target_compile_ada_from_dir): New function.
13704 (gdb_compile_ada): Reimplement avoiding the use of project files.
13705 * gdb.ada/gnat_ada.gpr: Delete.
13706 * gdb.ada/cond_lang.exp: Adjust test to make path before
13707 filename optional.
13708 * gdb.ada/small_reg_param.exp: Likewise.
13709
13710 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13711
13712 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13713
13714 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13715
13716 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13717 case.
13718
13719 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13720
13721 * gdb.base/break.exp: Remove dead code.
13722 * gdb.base/sepdebug.exp: Likewise.
13723
13724 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13725
13726 * gdb.asm/asm-source.exp: Remove HP-UX references.
13727 * gdb.base/annota1.exp: Likewise.
13728 * gdb.base/annota3.exp: Likewise.
13729 * gdb.base/attach.exp: Likewise.
13730 * gdb.base/bigcore.exp: Likewise.
13731 * gdb.base/break.exp: Likewise.
13732 * gdb.base/call-ar-st.exp: Likewise.
13733 * gdb.base/callfuncs.exp: Likewise.
13734 * gdb.base/catch-fork-static.exp: Likewise.
13735 * gdb.base/display.exp: Likewise.
13736 * gdb.base/foll-exec-mode.exp: Likewise.
13737 * gdb.base/foll-exec.exp: Likewise.
13738 * gdb.base/foll-fork.exp: Likewise.
13739 * gdb.base/foll-vfork.exp: Likewise.
13740 * gdb.base/funcargs.exp: Likewise.
13741 * gdb.base/hbreak2.exp: Likewise.
13742 * gdb.base/inferior-died.exp: Likewise.
13743 * gdb.base/interrupt.exp: Likewise.
13744 * gdb.base/multi-forks.exp: Likewise.
13745 * gdb.base/nodebug.exp: Likewise.
13746 * gdb.base/sepdebug.exp: Likewise.
13747 * gdb.base/solib1.c: Likewise.
13748 * gdb.base/step-test.exp: Likewise.
13749 * gdb.mi/non-stop.c: Likewise.
13750 * gdb.mi/pthreads.c: Likewise.
13751 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13752 * gdb.threads/pthreads.c: Likewise.
13753 * gdb.threads/staticthreads.exp: Likewise.
13754 * lib/future.exp: Likewise.
13755 * lib/gdb.exp: Likewise.
13756 * gdb.base/so-indr-cl.c: Remove.
13757 * gdb.base/so-indr-cl.exp: Likewise.
13758 * gdb.base/solib.c: Likewise.
13759 * gdb.base/solib.exp: Likewise.
13760 * gdb.base/solib2.c: Likewise.
13761
13762 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13763
13764 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13765 * gdb.base/call-ar-st.exp: Likewise.
13766 * gdb.base/callfuncs.exp: Likewise.
13767 * gdb.base/condbreak.exp: Likewise.
13768 * gdb.base/constvars.exp: Likewise.
13769 * gdb.base/hbreak2.exp: Likewise.
13770 * gdb.base/langs.exp: Likewise.
13771 * gdb.base/list.exp: Likewise.
13772 * gdb.base/long_long.exp: Likewise.
13773 * gdb.base/ptype.exp: Likewise.
13774 * gdb.base/scope.exp: Likewise.
13775 * gdb.base/signals.exp: Likewise.
13776 * gdb.base/so-impl-ld.exp: Likewise.
13777 * gdb.base/varargs.exp: Likewise.
13778 * gdb.base/volatile.exp: Likewise.
13779 * gdb.base/whatis.exp: Likewise.
13780 * gdb.cp/cplusfuncs.exp: Likewise.
13781 * gdb.cp/inherit.exp: Likewise.
13782 * gdb.cp/local.exp: Likewise.
13783 * gdb.cp/member-ptr.exp: Likewise.
13784 * gdb.cp/method.exp: Likewise.
13785 * gdb.cp/overload.exp: Likewise.
13786 * gdb.cp/templates.exp: Likewise.
13787 * gdb.stabs/weird.exp: Likewise.
13788 * lib/compiler.c: Likewise.
13789 * lib/compiler.cc: Likewise.
13790 * lib/cp-support.exp: Likewise.
13791 * lib/gdb.exp: Likewise.
13792
13793 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13794
13795 * configure.ac: Remove HP-UX case.
13796 * configure: Regenerate.
13797
13798 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13799
13800 * lib/gdb.exp (gdb_compile): Add function doc.
13801
13802 2015-12-17 Pedro Alves <palves@redhat.com>
13803
13804 PR threads/19354
13805 * gdb.multi/info-threads.exp: New file.
13806
13807 2015-12-15 Yao Qi <yao.qi@linaro.org>
13808
13809 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13810 is aarch64*-*-*.
13811
13812 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13813
13814 * gdb.base/history-duplicates.exp: Skip if no readline support.
13815
13816 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13817
13818 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13819
13820 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13821
13822 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13823
13824 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13825
13826 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13827 ctrl-C if nointerrupts target property is set.
13828 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13829 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13830 * gdb.base/paginate-bg-execution.exp: Likewise.
13831 * gdb.base/paginate-execution-startup.exp: Likewise.
13832 * gdb.base/random-signal.exp: Likewise.
13833 * gdb.base/range-stepping.exp: Likewise.
13834 * gdb.cp/annota2.exp: Likewise.
13835 * gdb.cp/annota3.exp: Likewise.
13836 * gdb.gdb/selftest.exp: Likewise.
13837 * gdb.threads/continue-pending-status.exp: Likewise.
13838 * gdb.threads/leader-exit.exp: Likewise.
13839 * gdb.threads/manythreads.exp: Likewise.
13840 * gdb.threads/pthreads.exp: Likewise.
13841 * gdb.threads/schedlock.exp: Likewise.
13842 * gdb.threads/sigthread.exp: Likewise.
13843
13844 2015-12-11 Don Breazeal <donb@codesourcery.com>
13845
13846 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13847 remote.
13848 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13849 * gdb.base/foll-exec.exp (main): Enable for target remote.
13850 * gdb.base/foll-fork.exp (main): Likewise.
13851 * gdb.base/foll-vfork.exp (main): Likewise.
13852 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13853 (proc continue_to_exit_bp_loc): Use clean_restart.
13854 * gdb.base/pie-execl.exp (main): Disable for target remote.
13855 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13856 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13857 * gdb.threads/execl.exp (main): Likewise.
13858 * gdb.threads/fork-child-threads.exp (main): Likewise.
13859 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13860 remote.
13861 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13862 remote.
13863 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13864 pid.tid style ptids, instead of just tid.
13865 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13866 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13867 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13868 ptids, instead of just tid.
13869
13870 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13871
13872 * gdb.base/list.exp (test_list_forward): Add end of file error
13873 test.
13874 (test_repeat_list_command): Add end of file error test.
13875 (test_list_backwards): Add beginning of file error test.
13876
13877 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13878
13879 * gdb.base/list.exp (test_list_invalid_args): New function,
13880 defined, and called.
13881
13882 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13883
13884 * gdb.base/list.exp (test_list): Make test names unique.
13885
13886 2015-12-11 Yao Qi <yao.qi@linaro.org>
13887
13888 * gdb.base/coremaker2.c: Remove.
13889
13890 2015-12-10 Pedro Alves <palves@redhat.com>
13891
13892 * gdb.multi/base.exp: Remove stale "spaces" references.
13893
13894 2015-12-10 Pedro Alves <palves@redhat.com>
13895
13896 * gdb.multi/base.exp: Don't use nowarnings.
13897 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13898 * gdb.multi/hangout.c: Include stdio.h.
13899 * gdb.multi/hello.c: Include stdlib.h.
13900 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13901 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13902 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13903
13904 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13905
13906 * gdb.dwarf2/dw2-ranges-base.c: New file.
13907 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13908 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13909 support additional line table, and debug ranges generation.
13910 (Dwarf::ranges): New function, generate .debug_ranges.
13911 (Dwarf::lines): Support generating simple line table programs.
13912 (Dwarf::assemble): Initialise new namespace variables.
13913
13914 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13915
13916 * gdb.base/async.exp (proc test_background): Add case for
13917 asynchronous execution not supported.
13918
13919 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13920
13921 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13922 format and change test names to make them unique.
13923
13924 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13925 Pedro Alves <pedro@redhat.com>
13926
13927 PR gdb/18702
13928 Add checking of floatformats setup on x86_64 hosts.
13929 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13930 (smallval, bigval): New labels/constants.
13931 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13932 float" after loading bigval and smallval.
13933
13934 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13935
13936 * gdb.ada/fun_overload_menu.exp: New testcase.
13937 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13938
13939 2015-12-04 Josh Stone <jistone@redhat.com>
13940
13941 * gdb.base/catch-fork-static.exp: New.
13942
13943 2015-12-03 Yao Qi <yao.qi@linaro.org>
13944
13945 * gdb.base/sizeof.c: Don't include stdio.h and
13946 ../lib/unbuffer_output.c.
13947 (main): New variable 'size' and 'value'. Remove printf and
13948 gdb_unbuffer_output. Assign return value to size and value.
13949 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13950 at the beginning.
13951 (check_sizeof): Check the result by printing variable 'size'.
13952 (check_valueof): Check the result by printing variable 'value'.
13953
13954 2015-12-01 Yao Qi <yao.qi@linaro.org>
13955
13956 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13957 for aarch64*-*-linux* target.
13958
13959 2015-11-30 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13962
13963 2015-11-30 Pedro Alves <palves@redhat.com>
13964
13965 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13966 Handle non-stop mode vCont replies.
13967
13968 2015-11-30 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13971 prepare_for_testing. Start gdb with "set non-stop on" appended to
13972 GDBFLAGS. Lax expected stop output.
13973
13974 2015-11-27 Yao Qi <yao.qi@linaro.org>
13975
13976 * gdb.arch/arm-neon.exp: New.
13977 * gdb.arch/arm-neon.c: New.
13978
13979 2015-11-27 Yao Qi <yao.qi@linaro.org>
13980
13981 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13982
13983 2015-11-27 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13986 frames-invalid annotation.
13987
13988 2015-11-27 Yao Qi <yao.qi@linaro.org>
13989
13990 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13991
13992 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13993
13994 * gdb.threads/names.exp: New file.
13995 * gdb.threads/names.c: New file.
13996 * README: Mention gdb,no_thread_names.
13997
13998 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13999
14000 PR 19297
14001 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14002 support" error.
14003
14004 2015-11-24 Pedro Alves <palves@redhat.com>
14005
14006 PR 17539
14007 * gdb.base/display.exp: Expect displays to be sorted in ascending
14008 order. Use multi_line.
14009 * gdb.base/solib-display.exp: Likewise.
14010
14011 2015-11-24 Pedro Alves <palves@redhat.com>
14012
14013 PR 17539
14014 * gdb.base/display.exp: Expect displays to be sorted in ascending
14015 order. Use multi_line.
14016 * gdb.base/solib-display.exp: Likewise.
14017
14018 2015-11-24 Pedro Alves <palves@redhat.com>
14019
14020 PR 17539
14021 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14022 threads in ascending order.
14023 * gdb.base/foll-fork.exp: Likewise.
14024 * gdb.base/foll-vfork.exp: Likewise.
14025 * gdb.base/multi-forks.exp: Likewise.
14026 * gdb.mi/mi-nonstop.exp: Likewise.
14027 * gdb.mi/mi-nsintrall.exp: Likewise.
14028 * gdb.multi/base.exp: Likewise.
14029 * gdb.multi/multi-arch.exp: Likewise.
14030 * gdb.python/py-inferior.exp: Likewise.
14031 * gdb.threads/break-while-running.exp: Likewise.
14032 * gdb.threads/execl.exp: Likewise.
14033 * gdb.threads/gcore-thread.exp: Likewise.
14034 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14035 * gdb.threads/kill.exp: Likewise.
14036 * gdb.threads/linux-dp.exp: Likewise.
14037 * gdb.threads/multiple-step-overs.exp: Likewise.
14038 * gdb.threads/next-bp-other-thread.exp: Likewise.
14039 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14040 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14041 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14042 * gdb.threads/thread-find.exp: Likewise.
14043 * gdb.threads/tls.exp: Likewise.
14044 * lib/mi-support.exp (mi_reverse_list): Delete.
14045 (mi_check_thread_states): No longer reverse list.
14046
14047 2015-11-24 Pedro Alves <palves@redhat.com>
14048
14049 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14050 use lowercase.
14051
14052 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14053
14054 * gdb.trace/actions.c: Include trace-common.h.
14055 (main): Add a location for a fast tracepoint.
14056 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14057 the normal tracepoints.
14058 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14059
14060 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14061
14062 * save-trace.exp: Factor out code to these...
14063 (gdb_save_tracepoints): New.
14064 (gdb_load_tracepoints): New.
14065 (do_save_load_test): New.
14066
14067 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14068
14069 * gdb.base/asmlabel.exp: New test.
14070 * gdb.base/asmlabel.c: New test case.
14071
14072 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14073
14074 * gdb.base/wrong_frame_bt_full-main.c: New file.
14075 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14076 * gdb.base/wrong_frame_bt_full.exp: New file.
14077
14078 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14079
14080 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14081
14082 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14083
14084 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14085 pstate register when comparing registers values in
14086 sparc64-*-linux-gnu targets to avoid spurious differences.
14087
14088 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14089
14090 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14091
14092 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14093
14094 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14095 as type argument to gdb_compile.
14096 * gdb.base/nested-subp2.exp: Likewise.
14097 * gdb.base/nested-subp3.exp: Likewise.
14098
14099 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14100
14101 * lib/dwarf.exp (_note): Fix left shift of negative value.
14102 * gdb.trace/trace-condition.exp: Likewise.
14103
14104 2015-11-13 Yao Qi <yao.qi@linaro.org>
14105
14106 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14107 comments about d10v.
14108 (test_scalar_returns): Likewise.
14109 * gdb.base/d10v.ld: Remove.
14110 * gdb.base/overlays.exp: Remove the target triplet checking for
14111 d10v-*-*.
14112 * gdb.base/structs.exp (test_struct_returns): Remove the
14113 comments about d10v.
14114 (test_struct_calls): Likewise.
14115
14116 2015-11-13 Yao Qi <yao.qi@linaro.org>
14117
14118 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14119 * gdb.base/gnu_vector.c: Don't include stdio.h.
14120 (main): Don't print res and call add_some_intvecs.
14121
14122 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14123
14124 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14125 macro.
14126 (func5): Removed.
14127 (func4): Use FAST_TRACEPOINT_LABEL.
14128 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14129 macro.
14130 (func): Removed.
14131 (thread_function): Use FAST_TRACEPOINT_LABEL.
14132 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14133 (func): Remove.
14134 (marker): Use FAST_TRACEPOINT_LABEL.
14135 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14136 (pendfunc1): Remove.
14137 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14138 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14139 (foo): Remove.
14140 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14141 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14142 macro.
14143 (func): Remove.
14144 (marker): Use FAST_TRACEPOINT_LABEL.
14145 * gdb.trace/trace-common.h: New header.
14146 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14147 macro.
14148 (func): Remove.
14149 (marker): Use FAST_TRACEPOINT_LABEL.
14150 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14151 (func): Remove.
14152 (thread_function): Use FAST_TRACEPOINT_LABEL.
14153
14154 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14155
14156 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14157 in front.
14158 * gdb.trace/change-loc.exp: Use global pcreg definition.
14159 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14160 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14161 in front.
14162 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14163 * gdb.trace/pending.exp: Likewise.
14164 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14165 * gdb.trace/trace-break.exp: Likewise.
14166 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14167 in front.
14168 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14169 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14170 in front.
14171 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14172
14173 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14174
14175 * gdb.ada/fin_fun_out: New testcase.
14176
14177 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14178
14179 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14180 value associated with DW_AT_byte_size.
14181 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14182 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14183 DW_AT_upper_bound.
14184
14185 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14186
14187 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14188 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14189 version.
14190 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14191 gdb.dwarf2/dw2-canonicalize-type.exp,
14192 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14193 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14194 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14195 provided by gdb_target_symbol_prefix_flags_asm.
14196 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14197 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14198 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14199 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14200 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14201 macros where needed). Use this macro for symbols which require
14202 the prefix provided by SYMBOL_PREFIX.
14203
14204 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14205
14206 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14207 New procs.
14208 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14209 representing expressions, of more than one list element.
14210 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14211 to prepend linker symbol prefix to f.
14212 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14213 table_1 and table_2.
14214 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14215 Likewise, for f and g.
14216 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14217 for ptr.
14218 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14219 for main.
14220 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14221 table_1_ptr and table_2_ptr.
14222
14223 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14224 Joel Brobecker <brobecker@adacore.com>
14225
14226 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14227
14228 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14229
14230 * gdb.reverse/s390-mvcle.c: New test.
14231 * gdb.reverse/s390-mvcle.exp: New file.
14232 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14233
14234 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14235
14236 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14237
14238 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14239
14240 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14241 reaching marker2.
14242 * gdb.reverse/getresuid-reverse.exp: Likewise.
14243 * gdb.reverse/pipe-reverse.exp: Likewise.
14244 * gdb.reverse/readv-reverse.exp: Likewise.
14245 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14246 * gdb.reverse/time-reverse.exp: Likewise.
14247 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14248
14249 2015-10-30 Yao Qi <yao.qi@linaro.org>
14250
14251 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14252 (empty_cycle): Remove.
14253 (main): Don't call empty_cycle. Don't use watch_count_done.
14254 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14255 empty_cycle. Rewrite the code counting HW watchpoints.
14256
14257 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14258
14259 * gdb.reverse/fstatat-reverse.c: New test.
14260 * gdb.reverse/fstatat-reverse.exp: New file.
14261 * gdb.reverse/getresuid-reverse.c: New test.
14262 * gdb.reverse/getresuid-reverse.exp: New file.
14263 * gdb.reverse/pipe-reverse.c: New test.
14264 * gdb.reverse/pipe-reverse.exp: New file.
14265 * gdb.reverse/readv-reverse.c: New test.
14266 * gdb.reverse/readv-reverse.exp: New file.
14267 * gdb.reverse/recvmsg-reverse.c: New test.
14268 * gdb.reverse/recvmsg-reverse.exp: New file.
14269 * gdb.reverse/time-reverse.c: New test.
14270 * gdb.reverse/time-reverse.exp: New file.
14271 * gdb.reverse/waitpid-reverse.c: New test.
14272 * gdb.reverse/waitpid-reverse.exp: New file.
14273
14274 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14275
14276 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14277
14278 2015-10-26 Doug Evans <dje@google.com>
14279
14280 PR symtab/17391
14281 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14282 * gdb.dwarf2/bad-regnum.c: New file.
14283 * gdb.dwarf2/bad-regnum.exp: New file.
14284
14285 2015-10-26 Doug Evans <dje@google.com>
14286
14287 PR python/18938
14288 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14289 file.
14290
14291 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14292
14293 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14294 for a change by "Mention language in compile error message".
14295
14296 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14297
14298 PR python/18073
14299 * gdb.python/py-type.c (C::a_method): New.
14300 (C::a_const_method): New.
14301 (C::a_static_method): New.
14302 (a_function): New.
14303 * gdb.python/py-type.exp (test_fields): Test getting fields
14304 from function and method.
14305
14306 2015-10-21 Keven Boell <keven.boell@intel.com>
14307
14308 * gdb.fortran/vla-alloc-assoc.exp: New file.
14309 * gdb.fortran/vla-datatypes.exp: New file.
14310 * gdb.fortran/vla-datatypes.f90: New file.
14311 * gdb.fortran/vla-history.exp: New file.
14312 * gdb.fortran/vla-ptype-sub.exp: New file.
14313 * gdb.fortran/vla-ptype.exp: New file.
14314 * gdb.fortran/vla-sizeof.exp: New file.
14315 * gdb.fortran/vla-sub.f90: New file.
14316 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14317 * gdb.fortran/vla-value-sub-finish.exp: New file.
14318 * gdb.fortran/vla-value-sub.exp: New file.
14319 * gdb.fortran/vla-value.exp: New file.
14320 * gdb.fortran/vla-ptr-info.exp: New file.
14321 * gdb.mi/mi-vla-fortran.exp: New file.
14322 * gdb.mi/vla.f90: New file.
14323
14324 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14325
14326 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14327 of hardwired timeout value.
14328
14329 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14330 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14333 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14334
14335 2015-10-19 Josh Stone <jistone@redhat.com>
14336
14337 * gdb.base/catch-syscall.c: Include <sched.h>.
14338 (unknown_syscall): New variable.
14339 (main): Trigger a vfork and an unknown syscall.
14340 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14341 (unknown_syscall_number): Likewise.
14342 (check_call_to_syscall): Accept an optional syscall pattern.
14343 (check_return_from_syscall): Likewise.
14344 (check_continue): Likewise.
14345 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14346 (test_catch_syscall_skipping_return): New test toggling off 'catch
14347 syscall' to step over the syscall return, then toggling back on.
14348 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14349 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14350 (do_syscall_tests): Call test_catch_syscall_without_args and
14351 test_catch_syscall_mid_vfork.
14352 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14353 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14354
14355 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14356
14357 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14358 print g_vE): Add new pass patterns.
14359 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14360 print various symbol names for vptr fields.
14361
14362 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14363
14364 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14365 results.
14366
14367 2015-10-12 Yao Qi <yao.qi@linaro.org>
14368
14369 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14370
14371 2015-10-12 Yao Qi <yao.qi@linaro.org>
14372
14373 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14374 is aarch64*-*-linux*.
14375
14376 2015-10-12 Yao Qi <yao.qi@linaro.org>
14377
14378 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14379 (can_relocate_bcond_true): ... it.
14380 (can_relocate_bcond_false): New function.
14381 (foo): Likewise.
14382 (can_relocate_bl): Likewise.
14383 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14384 can_relocate_bl.
14385
14386 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14387
14388 * gdb.base/nested-addr.c: New file.
14389 * gdb.base/nested-addr.exp: New testcase.
14390
14391 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14392
14393 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14394 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14395 its output. Ignore the output of "record goto begin" and instead
14396 check that GDB is replaying.
14397
14398 2015-10-09 Pedro Alves <palves@redhat.com>
14399
14400 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14401 (top level): Use it in the run with no args test.
14402
14403 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14404
14405 * gdb.dlang/properties.exp: New file.
14406
14407 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14408
14409 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14410 whether or not address 0x1000 is mapped on the target.
14411
14412 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14413
14414 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14415 build.
14416
14417 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14418
14419 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14420 instruction-history test.
14421
14422 2015-09-28 Doug Evans <dje@google.com>
14423
14424 * gdb.base/gcore.c (array_func): Add reference to static_array.
14425
14426 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14427
14428 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14429 source line.
14430
14431 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14432
14433 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14434 short or char as base type.
14435
14436 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14437
14438 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14439 to allow any size enum.
14440
14441 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14442
14443 * gdb.ada/array_ptr_renaming.exp: New testcase.
14444 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14445 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14446
14447 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14448
14449 * gdb.trace/ftrace-lock.c: New file.
14450 * gdb.trace/ftrace-lock.exp: New file.
14451
14452 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14453
14454 * gdb.arch/insn-reloc.c: New file.
14455 * gdb.arch/ftrace-insn-reloc.exp: New file.
14456
14457 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14458
14459 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14460 instruction.
14461 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14462 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14463 * gdb.trace/range-stepping.c: Likewise.
14464 * gdb.trace/trace-break.c: Likewise.
14465 * gdb.trace/trace-mt.c (thread_function): Likewise.
14466 * gdb.trace/ftrace.c (marker): Likewise.
14467 * gdb.trace/trace-condition.c (marker): Likewise.
14468 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14469 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14470 is_aarch64_target.
14471
14472 2015-09-18 Doug Evans <xdje42@gmail.com>
14473
14474 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14475 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14476
14477 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14478
14479 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14480 the breakpoint.
14481
14482 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14483
14484 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14485 the pending breakpoint. Remove timeout override for "Run till
14486 MI pending breakpoint on pendfunc3 on thread 2" test.
14487
14488 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14489
14490 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14491 filename pattern.
14492
14493 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14494
14495 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14496 in breakpoint filename pattern.
14497
14498 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14499
14500 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14501
14502 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14503
14504 * gdb.linespec/explicit.exp: Check for readline support for
14505 tab-completion tests. Fix obvious typo.
14506
14507 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14508
14509 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14510 and replay.
14511
14512 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14513
14514 * gdb.btrace/non-stop.c: New.
14515 * gdb.btrace/non-stop.exp: New.
14516
14517 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14518 Yao Qi <yao.qi@linaro.org>
14519
14520 * gdb.trace/trace-condition.c: New file.
14521 * gdb.trace/trace-condition.exp: New file.
14522
14523 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14524
14525 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14526 for testing bytecode compilation.
14527
14528 2015-09-16 Pedro Alves <palves@redhat.com>
14529 Sandra Loosemore <sandra@codesourcery.com>
14530
14531 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14532 (SECONDS): Redefine.
14533 (main): Call pthread_kill and alarm early.
14534 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14535 support.
14536 (test): If the target can't hardware step and doesn't support
14537 displaced stepping, increase the timeout.
14538
14539 2015-09-16 Pedro Alves <palves@redhat.com>
14540
14541 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14542 (enable_debug): New procedures.
14543 (test): Use them. Bail out if waiting for threads fails.
14544 (top level): Bail out if a test fails.
14545
14546 2015-09-16 Yao Qi <yao.qi@linaro.org>
14547
14548 * gdb.asm/asm-source.exp: Set asm-arch for
14549 aarch64*-*-* target.
14550 * gdb.asm/aarch64.inc: New file.
14551
14552 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14553
14554 * gdb.ada/array_of_variable_length.exp: New testcase.
14555 * gdb.ada/array_of_variable_length/foo.adb: New file.
14556 * gdb.ada/array_of_variable_length/pck.adb: New file.
14557 * gdb.ada/array_of_variable_length/pck.ads: New file.
14558
14559 2015-09-15 Doug Evans <dje@google.com>
14560
14561 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14562 of function static local variable.
14563
14564 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14565
14566 * gdb.threads/tls-so_extern.exp: New test file.
14567 * gdb.threads/tls-so_extern.c: New test file.
14568 * gdb.threads/tls-so_extern_main.c: New test file.
14569
14570 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14571
14572 * gdb.opt/solib-intra-step-lib.c: New file.
14573 * gdb.opt/solib-intra-step-main.c: New file.
14574 * gdb.opt/solib-intra-step.exp: New file.
14575
14576 2015-09-15 Pedro Alves <palves@redhat.com>
14577
14578 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14579 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14580
14581 2015-09-14 Pedro Alves <palves@redhat.com>
14582
14583 * gdb.base/hook-stop-continue.c: Delete.
14584 * gdb.base/hook-stop-continue.exp: Delete.
14585 * gdb.base/hook-stop-frame.c: Delete.
14586 * gdb.base/hook-stop-frame.exp: Delete.
14587 * gdb.base/hook-stop.c: New file.
14588 * gdb.base/hook-stop.exp: New file.
14589
14590 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14591
14592 * gdb.ada/access_to_packed_array.exp: New testcase.
14593 * gdb.ada/access_to_packed_array/foo.adb: New file.
14594 * gdb.ada/access_to_packed_array/pack.adb: New file.
14595 * gdb.ada/access_to_packed_array/pack.ads: New file.
14596
14597 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14598
14599 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14600 buffer size test.
14601
14602 2015-09-11 Don Breazeal <donb@codesourcery.com>
14603
14604 * gdb.base/foll-exec.c: Add copyright header. Fix
14605 formatting issues.
14606 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14607 (do_exec_tests): Use clean_restart in place of zap_session,
14608 and for test initialization. Fix formatting issues. Use
14609 fail in place of perror.
14610 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14611 an expect statement to match an expression with output from
14612 the program under debug.
14613 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14614 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14615 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14616 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14617 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14618
14619 2015-09-09 Doug Evans <dje@google.com>
14620
14621 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14622
14623 2015-09-09 Doug Evans <dje@google.com>
14624
14625 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14626
14627 2015-09-09 Doug Evans <dje@google.com>
14628
14629 * gdb.base/savedregs.exp: Fix typo.
14630
14631 2015-09-09 Pedro Alves <palves@redhat.com>
14632
14633 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14634
14635 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14636
14637 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14638 command actually switches threads. Give up on remaining
14639 tests if target fails to stop at breakpoint.
14640
14641 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14642
14643 * gdb.ada/funcall_char.exp: New testcase.
14644 * gdb.ada/funcall_char/foo.adb: New file.
14645
14646 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14647
14648 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14649 expected outputs. Add two testcases for completing ambiguous
14650 functions.
14651 * gdb.ada/complete/aux_pck.adb: New file.
14652 * gdb.ada/complete/aux_pck.ads: New file.
14653 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14654 Ambiguous_Func functions.
14655 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14656 * gdb.ada/complete/pck.adb: Likewise.
14657
14658 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14659
14660 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14661 failures to run the test program under GDB.
14662
14663 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14664
14665 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14666 to C.
14667
14668 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14669
14670 * gdb.base/run-after-attach.exp: New test file.
14671 * gdb.base/run-after-attach.c: New test file.
14672
14673 2015-08-26 Don Breazeal <donb@codesourcery.com>
14674
14675 * gdb.base/foll-exec-2.c: New test program.
14676 * gdb.base/foll-exec-2.exp: New test.
14677
14678 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14679
14680 * gdb.base/nested-subp1.exp: New file.
14681 * gdb.base/nested-subp1.c: New file.
14682 * gdb.base/nested-subp2.exp: New file.
14683 * gdb.base/nested-subp2.c: New file.
14684 * gdb.base/nested-subp3.exp: New file.
14685 * gdb.base/nested-subp3.c: New file.
14686
14687 2015-08-24 Pedro Alves <palves@redhat.com>
14688
14689 * gdb.server/connect-without-multi-process.c: New file.
14690 * gdb.server/connect-without-multi-process.exp: New file.
14691
14692 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14693
14694 * gdb.opt/inline-markers.c: Make z int.
14695
14696 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14697
14698 * gdb.opt/inline-markers.c: Make z volatile.
14699
14700 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14701
14702 * gdb.opt/inline-bt.c: New volatile global z.
14703 * gdb.opt/inline-cmds.c: Likewise.
14704 * gdb.opt/inline-locals.c: Likewise.
14705 * gdb.opt/inline-markers.c: New extern global z.
14706 (marker): Use z.
14707 (inline_fn): Likewise.
14708
14709 2015-08-24 Pedro Alves <palves@redhat.com>
14710
14711 * config/m32r-stub.exp: Remove file.
14712 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14713 * gdb.base/call-rt-st.exp: Likewise.
14714 * gdb.base/call-strs.exp: Likewise.
14715 * gdb.base/default.exp: Remove references to h8300-*-hms and
14716 *-*-udi*.
14717 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14718
14719 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14720
14721 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14722 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14723 and "return" use KFAIL when GDB can not read/write the vector
14724 return value.
14725
14726 2015-08-21 Gary Benson <gbenson@redhat.com>
14727
14728 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14729
14730 2015-08-20 Pedro Alves <palves@redhat.com>
14731
14732 * gdb.server/solib-list.exp: No longer expect an interior stop in
14733 non-stop mode.
14734
14735 2015-08-20 Pedro Alves <palves@redhat.com>
14736
14737 * gdb.server/connect-stopped-target.c: New file.
14738 * gdb.server/connect-stopped-target.exp: New file.
14739
14740 2015-08-20 Pedro Alves <palves@redhat.com>
14741
14742 * gdb.dwarf2/comp-unit-lang.exp: New file.
14743 * gdb.dwarf2/comp-unit-lang.c: New file.
14744
14745 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14746
14747 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14748 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14749
14750 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14751
14752 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14753 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14754
14755 2015-08-18 Doug Evans <dje@google.com>
14756 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14757
14758 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14759 skip_python_tests. New arg prompt_regexp.
14760 (skip_python_tests): New function.
14761 * lib/mi-support.exp (mi_skip_python_tests): New function.
14762 * gdb.python/py-mi-objfile-gdb.py: New file.
14763 * gdb.python/py-mi-objfile.c: New file.
14764 * gdb.python/py-mi-objfile.exp: New file.
14765
14766 2015-08-17 Keith Seitz <keiths@redhat.com>
14767
14768 * gdb.linespec/explicit.exp: Move strace test from here ...
14769 * gdb.trace/strace.exp: ... to here.
14770
14771 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14772
14773 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14774 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14775
14776 2015-08-14 Doug Evans <xdje42@gmail.com>
14777
14778 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14779 inferior before selecting a new file.
14780
14781 2015-08-14 Doug Evans <xdje42@gmail.com>
14782
14783 * gdb.mi/mi-disassemble.exp: Update.
14784 * gdb.base/disasm-optim.S: New file.
14785 * gdb.base/disasm-optim.c: New file.
14786 * gdb.base/disasm-optim.h: New file.
14787 * gdb.base/disasm-optim.exp: New file.
14788
14789 2015-08-14 Keith Seitz <keiths@redhat.com>
14790
14791 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14792 "evaluated-by".
14793
14794 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14795
14796 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14797
14798 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14799
14800 * gdb.ada/fun_renaming.exp: New testcase.
14801 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14802 * gdb.ada/fun_renaming/pack.adb: New file.
14803 * gdb.ada/fun_renaming/pack.ads: New file.
14804
14805 2015-08-12 Keith Seitz <keiths@redhat.com>
14806
14807 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14808 gdb_get_line_number.
14809
14810 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14811
14812 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14813 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14814 gdb.base/dso2dso.exp: New files.
14815
14816 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14817 Pedro Alves <palves@redhat.com>
14818 Keith Seitz <keiths@redhat.com>
14819
14820 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14821 GDBFLAGS.
14822
14823 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14824
14825 * gdb.base/gdbhistsize-history.exp
14826 (test_histsize_history_setting): Use save_vars.
14827 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14828 Use save_vars.
14829 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14830 * gdb.base/readline.exp: Use save_vars.
14831
14832 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14833
14834 * lib/gdb.exp (save_vars): New proc.
14835
14836 2015-08-11 Keith Seitz <keiths@redhat.com>
14837
14838 * gdb.base/help.exp: Update help_breakpoint_text.
14839
14840 2015-08-11 Keith Seitz <keiths@redhat.com>
14841
14842 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14843 (at toplevel): Call test_explicit_breakpoints.
14844 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14845 breakpoints.
14846 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14847 breakpoint conditions, "-cond".
14848
14849 2015-08-11 Keith Seitz <keiths@redhat.com>
14850
14851 * gdb.linespec/3explicit.c: New file.
14852 * gdb.linespec/cpexplicit.cc: New file.
14853 * gdb.linespec/cpexplicit.exp: New file.
14854 * gdb.linespec/explicit.c: New file.
14855 * gdb.linespec/explicit.exp: New file.
14856 * gdb.linespec/explicit2.c: New file.
14857 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14858 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14859 before using in the matching pattern.
14860 Clarify that `prefix' is a regular expression.
14861
14862 2015-08-11 Keith Seitz <keiths@redhat.com>
14863
14864 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14865 test.
14866 Add tests for missing ",FMT" and ",".
14867
14868 2015-08-10 Doug Evans <dje@google.com>
14869 Keith Seitz <keiths@redhat.com>
14870
14871 PR gdb/17960
14872 * gdb.base/completion.exp: Add location completer tests.
14873
14874 2015-08-07 Pedro Alves <palves@redhat.com>
14875
14876 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14877 tests here.
14878 (top level): Run do_test with and without displaced stepping.
14879
14880 2015-08-07 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.base/valgrind-disp-step.c: New file.
14883 * gdb.base/valgrind-disp-step.exp: New file.
14884
14885 2015-08-07 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14888 Delete function.
14889 (main): Add alarm. Run an infinite loop instead of calling
14890 wait_threads.
14891 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14892 comment.
14893 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14894 Delete function.
14895 (main): Add alarm. Run an infinite loop instead of calling
14896 wait_threads.
14897 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14898 comment.
14899
14900 2015-08-07 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.base/checkpoint-ns.exp: New file.
14903 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14904 standard_testfile.
14905
14906 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14907
14908 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14909 * gdb.btrace/instruction_history.exp: Update.
14910 * gdb.btrace/tsx.exp: New.
14911 * gdb.btrace/tsx.c: New.
14912
14913 2015-08-06 Pedro Alves <palves@redhat.com>
14914
14915 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14916 increase timeout.
14917 * gdb.reverse/until-precsave.exp: Bump timeouts.
14918
14919 2015-08-06 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14922
14923 2015-08-06 Pedro Alves <palves@redhat.com>
14924
14925 PR gdb/18749
14926 * gdb.threads/process-dies-while-handling-bp.c: New file.
14927 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14928
14929 2015-08-06 Pedro Alves <palves@redhat.com>
14930
14931 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14932 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14933
14934 2015-08-05 Pedro Alves <palves@redhat.com>
14935
14936 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14937 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14938
14939 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14940
14941 * gdb.base/bp-permanent.exp: Report test as unsupported if
14942 the target cannot stop at the permanent breakpoint.
14943
14944 2015-08-03 Doug Evans <dje@google.com>
14945
14946 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14947 10000.
14948
14949 2015-08-03 Doug Evans <dje@google.com>
14950
14951 * Makefile.in (workers/%.worker, build-perf): New rule.
14952 (GDB_PERFTEST_MODE): New variable.
14953 (check-perf): Use it.
14954 (clean): Clean up gdb.perf parallel build subdirs.
14955 * lib/build-piece.exp: New file.
14956 * lib/gdb.exp (make_gdb_parallel_path): New function
14957 (standard_output_file, standard_temp_file): Call it.
14958 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14959 of $GDB_PARALLEL.
14960 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14961
14962 2015-08-03 Doug Evans <dje@google.com>
14963
14964 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14965 (LOG_FILE_NAME): New global.
14966 (TextReporter.__init__): Initialize self.txt_sum.
14967 (TextReporter.report): Add support for multiple data-points.
14968 Move report to perftest.sum, put raw data in perftest.log.
14969 (TextReporter.start): Open sum and log files.
14970 (TextReporter.end): Close sum and log files.
14971 * gdb.perf/lib/perftest/testresult.py
14972 (SingleStatisticTestResult.record): Handle multiple data-points.
14973
14974 2015-07-31 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14977 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14978 kill_wait_spawned_process instead of explicit "kill -9".
14979 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14980 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14981 kill_wait_spawned_process.
14982 * gdb.base/attach-twice.exp: Likewise.
14983 * gdb.base/attach.exp: Likewise.
14984 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14985 gdb_test_multiple.
14986 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14987 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14988 kill_wait_spawned_process.
14989 * gdb.base/valgrind-infcall.exp: Likewise.
14990 * gdb.multi/multi-attach.exp: Likewise.
14991 * gdb.python/py-prompt.exp: Likewise.
14992 * gdb.python/py-sync-interp.exp: Likewise.
14993 * gdb.server/ext-attach.exp: Likewise.
14994 * gdb.threads/attach-into-signal.exp (corefunc): Use
14995 spawn_wait_for_attach, spawn_id_get_pid and
14996 kill_wait_spawned_process.
14997 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14998 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14999 spawn_id_get_pid and kill_wait_spawned_process.
15000 * gdb.threads/attach-stopped.exp (corefunc): Use
15001 spawn_wait_for_attach, spawn_id_get_pid and
15002 kill_wait_spawned_process.
15003 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15004 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15005 kill_wait_spawned_process instead of explicit "kill -9".
15006 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15007 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15008 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15009 processes. Don't map cygwin/windows pids here. Now returns a
15010 spawn id list.
15011
15012 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15013
15014 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15015 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15016 correct patch.
15017
15018 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15019
15020 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15021
15022 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15023
15024 Reapply:
15025 2014-05-21 Mark Wielaard <mjw@redhat.com>
15026
15027 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15028
15029 2015-07-30 Pedro Alves <palves@redhat.com>
15030
15031 * linux-low.c (handle_extended_wait): Set the child's last
15032 reported status to TARGET_WAITKIND_STOPPED.
15033
15034 2015-07-30 Pedro Alves <palves@redhat.com>
15035
15036 PR threads/18600
15037 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15038 only shows inferior 1.
15039
15040 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15041 Pedro Alves <palves@redhat.com>
15042
15043 PR threads/18600
15044 * gdb.threads/fork-plus-threads.c: New file.
15045 * gdb.threads/fork-plus-threads.exp: New file.
15046
15047 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15048
15049 * gdb.base/batch-preserve-term-settings.exp
15050 (test_terminal_settings_preserved_after_cli_exit): Use
15051 send_quit_command.
15052
15053 2015-07-29 Pedro Alves <palves@redhat.com>
15054 Don Breazeal <donb@codesourcery.com>
15055
15056 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15057 output from both inferior_spawn_id and gdb_spawn_id.
15058
15059 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15060
15061 * gdb.threads/attach-into-signal.exp (corefunc): Use
15062 with_test_prefix on nested loops, uniquefying the test messages.
15063
15064 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15065
15066 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15067 commit.
15068
15069 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15070
15071 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15072 New proc.
15073 (test_terminal_settings_preserved_after_sigterm): New test.
15074
15075 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15076
15077 * gdb.base/batch-preserve-term-settings.exp
15078 (test_terminal_settings_preserved_after_cli_exit): New test.
15079
15080 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15081
15082 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15083 manipulation of saved_gdbflags.
15084 (test_terminal_settings_preserved): Remove global declaration of
15085 the unused variable pagination_prompt. Remove manipulation of
15086 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15087 GDBFLAGS.
15088
15089 2015-07-29 Pedro Alves <palves@redhat.com>
15090
15091 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15092
15093 2015-07-29 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15096 at the top.
15097
15098 2015-07-29 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15101 (main): Call gdb_unbuffer_output.
15102 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15103 (main): Call gdb_unbuffer_output.
15104 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15105 (main): Call gdb_unbuffer_output.
15106 * gdb.base/call-strs.exp: Adjust to step over the
15107 gdb_unbuffer_output call.
15108 * gdb.base/catch-gdb-caused-signals.c: Include
15109 "../lib/unbuffer_output.c".
15110 (main): Call gdb_unbuffer_output.
15111 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15112 (main): Call gdb_unbuffer_output.
15113 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15114 (main): Call gdb_unbuffer_output.
15115 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15116 (main): Call gdb_unbuffer_output.
15117 * gdb.base/shlib-call.exp: Adjust to step over the
15118 gdb_unbuffer_output call.
15119 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15120 (main): Call gdb_unbuffer_output.
15121 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15122 (main): Call gdb_unbuffer_output.
15123 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15124 (main): Rename to ...
15125 (test): ... this.
15126 (main): Reimplement.
15127 * gdb.base/varargs.exp: Run to test instead of to main.
15128 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15129 (main): Call gdb_unbuffer_output.
15130
15131 2015-07-29 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15134 factore out from mi_continue_dprintf. For call-style dprintfs,
15135 expect dprintf output out of $inferior_spawn_id.
15136 (mi_continue_dprintf): Use mi_expect_dprintf.
15137 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15138 (main): Call gdb_unbuffer_output.
15139
15140 2015-07-29 Pedro Alves <palves@redhat.com>
15141
15142 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15143 (default_mi_gdb_start): Set inferior_spawn_id instead of
15144 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15145 gdb_spawn_id.
15146 (mi_gdb_test): Always expect inferior output from both
15147 $inferior_spawn_id and $gdb_spawn_id.
15148
15149 2015-07-29 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15152 send_inferior and $inferior_spawn_id.
15153
15154 2015-07-29 Pedro Alves <palves@redhat.com>
15155
15156 * gdb.gdb/complaints.exp (test_initial_complaints)
15157 (test_serial_complaints, test_short_complaints): Use
15158 gdb_test_stdio.
15159 (test_empty_complaint): Handle $inferior_spawn_id !=
15160 $gdb_spawn_id.
15161
15162 2015-07-29 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.base/varargs.exp: Use gdb_test_stdio.
15165
15166 2015-07-29 Pedro Alves <palves@redhat.com>
15167
15168 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15169
15170 2015-07-29 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15173
15174 2015-07-29 Pedro Alves <palves@redhat.com>
15175
15176 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15177 parameter into two new parameters, "inf_result" and "gdb_result".
15178 Expect inferior output and gdb output from $inferior_spawn_id and
15179 $gdb_spawn_id, respectively. Adjust all callers.
15180
15181 2015-07-29 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15184 of gdb_test_sequence.
15185
15186 2015-07-29 Pedro Alves <palves@redhat.com>
15187
15188 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15189 (saw_spurious_output): Expect inferior output from
15190 $inferior_spawn_id. Use gdb_test_stdio.
15191
15192 2015-07-29 Pedro Alves <palves@redhat.com>
15193
15194 * gdb.base/dprintf.exp: Use standard_testfile. Change
15195 prepare_for_testing call.
15196 (srcfile): Don't set.
15197 (restart): New procedure.
15198 (test_dprintf): New procecure, use to continue over dprintfs.
15199 (test_call, test_agent): New procedures, tests moved here.
15200 Restart gdb and recreate dprintfs. Adjust expected output.
15201
15202 2015-07-29 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15205
15206 2015-07-29 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15209
15210 2015-07-29 Pedro Alves <palves@redhat.com>
15211
15212 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15213 gdb_test_stdio.
15214
15215 2015-07-29 Pedro Alves <palves@redhat.com>
15216
15217 * lib/gdb.exp (gdb_test_stdio): New procedure.
15218
15219 2015-07-29 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15222
15223 2015-07-29 Pedro Alves <palves@redhat.com>
15224
15225 * gdb.base/call-signal-resume.exp: Remove check for
15226 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15227 * gdb.base/unwindonsignal.exp: Likewise.
15228 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15229 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15230
15231 2015-07-29 Pedro Alves <palves@redhat.com>
15232
15233 * gdb.base/siginfo-addr.c (pass): New function.
15234 (handler): Call it iff si_addr is correct.
15235 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15236 Set a breakpoint at "pass" and continue to it.
15237
15238 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15239
15240 * gdb.python/py-objfile.exp: Make some tests have unique names.
15241 * gdb.python/py-pp-registration.exp: Likewise.
15242
15243 2015-07-28 Pedro Alves <palves@redhat.com>
15244
15245 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15246
15247 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15248
15249 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15250
15251 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15252
15253 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15254
15255 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15256
15257 * gdb.base/gdb-sigterm-2.exp: New test.
15258
15259 2015-07-25 Doug Evans <xdje42@gmail.com>
15260
15261 Revert:
15262 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15263 (workers/%.worker, build-perf): New rule.
15264 (GDB_PERFTEST_MODE): New variable.
15265 (check-perf): Use it.
15266 (clean): Clean up gdb.perf parallel build subdirs.
15267 * lib/build-piece.exp: New file.
15268 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15269 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15270 name.
15271 (standard_temp_file): Ditto.
15272 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15273 of $GDB_PARALLEL.
15274
15275 2015-07-24 Doug Evans <dje@google.com>
15276
15277 * gdb.perf/lib/perftest/utils.py: New file.
15278 * gdb.perf/gm-hello.cc: New file.
15279 * gdb.perf/gm-pervasive-typedef.cc: New file.
15280 * gdb.perf/gm-pervasive-typedef.h: New file.
15281 * gdb.perf/gm-std.cc: New file.
15282 * gdb.perf/gm-std.h: New file.
15283 * gdb.perf/gm-use-cerr.cc: New file.
15284 * gdb.perf/gm-utils.h: New file.
15285 * gdb.perf/gmonster-null-lookup.py: New file.
15286 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15287 * gdb.perf/gmonster-print-cerr.py: New file.
15288 * gdb.perf/gmonster-ptype-string.py: New file.
15289 * gdb.perf/gmonster-runto-main.py: New file.
15290 * gdb.perf/gmonster-select-file.py: New file.
15291 * gdb.perf/gmonster1-null-lookup.exp: New file.
15292 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15293 * gdb.perf/gmonster1-print-cerr.exp: New file.
15294 * gdb.perf/gmonster1-ptype-string.exp: New file.
15295 * gdb.perf/gmonster1-runto-main.exp: New file.
15296 * gdb.perf/gmonster1-select-file.exp: New file.
15297 * gdb.perf/gmonster1.cc: New file.
15298 * gdb.perf/gmonster1.exp: New file.
15299 * gdb.perf/gmonster2-null-lookup.exp: New file.
15300 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15301 * gdb.perf/gmonster2-print-cerr.exp: New file.
15302 * gdb.perf/gmonster2-ptype-string.exp: New file.
15303 * gdb.perf/gmonster2-runto-main.exp: New file.
15304 * gdb.perf/gmonster2-select-file.exp: New file.
15305 * gdb.perf/gmonster2.cc: New file.
15306 * gdb.perf/gmonster2.exp: New file.
15307
15308 2015-07-24 Doug Evans <dje@google.com>
15309
15310 * gdb.perf/README: New file.
15311 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15312 * lib/gen-perf-test.exp: New file.
15313
15314 2015-07-24 Doug Evans <dje@google.com>
15315
15316 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15317 (PerfTest::startup): New function.
15318 (PerfTest::run): Return result of calling body.
15319 (PerfTest::assemble): Rewrite.
15320 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15321 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15322 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15323 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15324 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15325
15326 2015-07-24 Doug Evans <dje@google.com>
15327
15328 * lib/gdb.exp (clean_restart): Make executable optional.
15329
15330 2015-07-24 Doug Evans <dje@google.com>
15331
15332 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15333 compiler_info references.
15334 * gdb.cp/temargs.exp: Ditto.
15335 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15336 (get_compiler_info): Early exit if already computed. Set compiler_info
15337 to "unknown" if there was a problem.
15338 (test_compiler_info): Add function comment. Call get_compiler_info.
15339
15340 2015-07-24 Doug Evans <dje@google.com>
15341
15342 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15343 (workers/%.worker, build-perf): New rule.
15344 (GDB_PERFTEST_MODE): New variable.
15345 (check-perf): Use it.
15346 (clean): Clean up gdb.perf parallel build subdirs.
15347 * lib/build-piece.exp: New file.
15348 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15349 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15350 name.
15351 (standard_temp_file): Ditto.
15352 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15353 of $GDB_PARALLEL.
15354
15355 2015-07-24 Doug Evans <dje@google.com>
15356
15357 * lib/future.exp (gdb_default_target_compile): New option
15358 "early_flags".
15359 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15360 --as-needed.
15361
15362 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15363
15364 * gdb.base/catch-syscall.exp: Call gdb_exit before
15365 gdb_skip_xml_test.
15366
15367 2015-07-24 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.python/py-events.exp: Accept output between the stop event
15370 and the prompt.
15371 * gdb.python/py-evsignal.exp: Likewise.
15372 * gdb.python/py-evthreads.exp: Likewise.
15373
15374 2015-07-24 Pedro Alves <palves@redhat.com>
15375
15376 PR gdb/18717
15377 * gdb.threads/non-ldr-exit.c: New file.
15378 * gdb.threads/non-ldr-exit.exp: New file.
15379
15380 2015-07-24 Yao Qi <yao.qi@linaro.org>
15381
15382 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15383 restarting process.
15384
15385 2015-07-24 Yao Qi <yao.qi@linaro.org>
15386
15387 * gdb.server/ext-restart.exp: New file.
15388
15389 2015-07-24 Yao Qi <yao.qi@linaro.org>
15390
15391 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15392 argument options.
15393 * gdb.server/ext-wrapper.exp: New file.
15394
15395 2015-07-23 Doug Evans <dje@google.com>
15396
15397 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15398 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15399
15400 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15401
15402 * gdb.ada/var_arr_typedef.exp: New testcase.
15403 * gdb.ada/var_arr_typedef/pack.adb: New file.
15404 * gdb.ada/var_arr_typedef/pack.ads: New file.
15405 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15406
15407 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15408
15409 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15410
15411 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15412
15413 * gdb.arch/i386-biarch-core.exp: Replace istarget
15414 by "complete set gnutarget". Remove expectation for the "core-file"
15415 command.
15416
15417 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15418
15419 Revert the previous commit:
15420 Tests for validate symbol file using build-id.
15421
15422 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15423
15424 Tests for validate symbol file using build-id.
15425 * gdb.base/solib-mismatch-lib.c: New file.
15426 * gdb.base/solib-mismatch-libmod.c: New file.
15427 * gdb.base/solib-mismatch.c: New file.
15428 * gdb.base/solib-mismatch.exp: New file.
15429
15430 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15431
15432 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15433 nios2-*-linux*.
15434 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15435 * gdb.base/siginfo.exp: Likewise.
15436 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15437
15438 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15439
15440 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15441 Move it to ...
15442 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15443 ... here.
15444 * gdb.trace/range-stepping.exp: Check that the target supports
15445 range stepping.
15446
15447 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15448
15449 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15450
15451 2015-07-14 Pedro Alves <palves@redhat.com>
15452
15453 * gdb.base/killed-outside.exp: New file.
15454 * gdb.base/killed-outside.c: New file.
15455
15456 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15457
15458 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15459 (n at main): New.
15460 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15461
15462 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15463
15464 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15465 infcall tests instead of setting up for KFAIL.
15466
15467 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15468
15469 * gdb.btrace/record_goto-step.exp: New.
15470
15471 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15472
15473 PR compile/18484
15474 * gdb.compile/compile.c (struct struct_type): Add volatile to
15475 selffield's type.
15476 * gdb.compile/compile.exp
15477 (compile code struct_object.selffield = &struct_object): Skip further
15478 struct_object tests if this one xfails.
15479
15480 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15481
15482 PR exp/18617
15483 * gdb.trace/ax.exp: Add test.
15484
15485 2015-07-07 Yao Qi <yao.qi@linaro.org>
15486
15487 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15488 instead of istarget "aarch64*-*-*".
15489 * gdb.arch/aarch64-fp.exp: Likewise.
15490 * gdb.base/float.exp: Likewise.
15491 * gdb.reverse/aarch64.exp: Likewise.
15492 * lib/gdb.exp (is_aarch64_target): New proc.
15493
15494 2015-07-07 Yao Qi <yao.qi@linaro.org>
15495
15496 * lib/gdb.exp (is_aarch32_target): New proc.
15497 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15498 instead of "istarget "arm*-*-*"".
15499 * gdb.arch/arm-disp-step.exp: Likewise.
15500 * gdb.arch/thumb-bx-pc.exp: Likewise.
15501 * gdb.arch/thumb-prologue.exp: Likewise.
15502 * gdb.arch/thumb-singlestep.exp: Likewise.
15503 * gdb.base/disp-step-syscall.exp: Likewise.
15504 * gdb.base/float.exp: Likewise.
15505
15506 2015-07-07 Yao Qi <yao.qi@linaro.org>
15507
15508 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15509 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15510
15511 2015-07-07 Yao Qi <yao.qi@linaro.org>
15512
15513 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15514 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15515 if it exists.
15516 * gdb.multi/multi-arch.exp: Likewise.
15517
15518 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15519
15520 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15521 print.
15522
15523 2015-07-07 Yao Qi <yao.qi@linaro.org>
15524
15525 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15526
15527 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15528
15529 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15530 '[' and ']' characters.
15531
15532 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15533
15534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15535
15536 2015-06-29 Pedro Alves <palves@redhat.com>
15537
15538 PR threads/18127
15539 * gdb.threads/hand-call-new-thread.c: New file.
15540 * gdb.threads/hand-call-new-thread.c: New file.
15541
15542 2015-06-26 Keith Seitz <keiths@redhat.com>
15543 Doug Evans <dje@google.com>
15544
15545 PR 16253
15546 * gdb.cp/var-tag-2.cc: New file.
15547 * gdb.cp/var-tag-3.cc: New file.
15548 * gdb.cp/var-tag-4.cc: New file.
15549 * gdb.cp/var-tag.cc: New file.
15550 * gdb.cp/var-tag.exp: New file.
15551
15552 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15553
15554 * gdb.base/history-duplicates.exp: New test.
15555
15556 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15557
15558 * gdb.base/completion.exp: Test the completion of the "focus"
15559 command.
15560
15561 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15562
15563 * gdb.arch/amd64-prologue-skip.S: New file.
15564 * gdb.arch/amd64-prologue-skip.exp: New file.
15565
15566 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15567
15568 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15569 is_address_zero_readable check.
15570
15571 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15572
15573 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15574 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15575
15576 2015-06-24 Yao Qi <yao.qi@linaro.org>
15577
15578 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15579 linux targets.
15580
15581 2015-06-24 Yao Qi <yao.qi@linaro.org>
15582
15583 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15584 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15585 * gdb.base/siginfo-thread.exp: Likewise.
15586
15587 2015-06-22 Yao Qi <yao.qi@linaro.org>
15588
15589 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15590
15591 2015-06-22 Yao Qi <yao.qi@linaro.org>
15592
15593 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15594 aarch64*-*-*.
15595 (skip_hw_watchpoint_tests): Likewise.
15596
15597 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15598
15599 * gdb.base/gdbinit-history.exp: Test the interaction between
15600 setting GDBHISTSIZE and setting the history size via .gdbinit.
15601
15602 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15603
15604 PR gdb/16999
15605 * gdb.base/gdbhistsize-history.exp: New test.
15606
15607 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15608
15609 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15610 with GDBHISTSIZE.
15611 * gdb.base/readline.exp: Likewise.
15612
15613 2015-06-17 Yao Qi <yao.qi@linaro.org>
15614
15615 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15616 line.
15617
15618 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15619
15620 * gdb.base/gdbinit-history.exp: Add test case to check that
15621 an unlimited history file does not get truncated on exit.
15622
15623 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15624
15625 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15626 (VECTOR): New macro. Use it...
15627 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15628 ...for these typedefs.
15629 (int8, char1, int1, double1): New typedefs.
15630 (struct just_int2, struct two_int2): New structures.
15631 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15632 (add_structvecs, add_singlevecs): New functions.
15633 (main): Call add_some_intvecs twice.
15634 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15635 the compile and exit upon failure. Try compiling for the "native"
15636 architecture. Test inferior function calls with vector arguments
15637 and vector return value handling with "finish" and "return".
15638
15639 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15640
15641 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15642 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15643 PE file.
15644 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15645
15646 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15647
15648 PR breakpoints/16465
15649 * gdb.mi/mi-dprintf-pending.c: New file.
15650 * gdb.mi/mi-dprintf-pending.exp: New test.
15651 * gdb.mi/mi-dprintf-pendshr.c: New file.
15652
15653 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15654 Mircea Gherzan <mircea.gherzan@intel.com>
15655
15656 * gdb.arch/i386-mpx-map.c: New file.
15657 * gdb.arch/i386-mpx-map.exp: New File.
15658
15659 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15660
15661 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15662 * gdb.arch/i386-mpx.exp: Indentation fixed.
15663
15664 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15665
15666 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15667 function and improved indentation.
15668 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15669 gdb_test_multiple. Added additional tests to skip the test.
15670
15671 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15672
15673 * gdb.arch/i386-avx512.c: Change path in include file.
15674 * gdb.arch/i386-avx512.exp: Change include dir path
15675 compilation flag.
15676 * gdb.arch/i386-mpx.c: Change path in include file.
15677 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15678 flag.
15679
15680 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15681
15682 * gdb.compile/compile-print.exp (compile print *vararray@3)
15683 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15684
15685 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15686
15687 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15688 (do not keep jit in memory): ... this.
15689 (expect 5): Change it to ...
15690 (expect no 5): ... this.
15691
15692 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15693
15694 PR gdb/15564
15695 * gdb.mi/mi-detach.exp: New file.
15696
15697 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15698
15699 PR symtab/18392
15700 * gdb.arch/amd64-tailcall-self.S: New file.
15701 * gdb.arch/amd64-tailcall-self.c: New file.
15702 * gdb.arch/amd64-tailcall-self.exp: New file.
15703
15704 2015-05-28 Don Breazeal <donb@codesourcery.com>
15705
15706 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15707 tests for remote targets by checking is_target_gdbserver.
15708
15709 2015-05-27 Doug Evans <dje@google.com>
15710
15711 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15712 * gdb.dwarf2/opaque-type-lookup.c: New file.
15713 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15714
15715 2015-05-26 Doug Evans <dje@google.com>
15716
15717 * gdb.cp/iostream.cc: New file.
15718 * gdb.cp/iostream.exp: New file.
15719
15720 2015-05-26 Doug Evans <dje@google.com>
15721
15722 * gdb.dwarf2/dw2-op-call.exp: Update.
15723 * gdb.dwarf2/dw4-sig-types.exp: Update.
15724 * gdb.dwarf2/implptr.exp: Update.
15725 * gdb.mi/mi-cmd-param-changed.exp: Update.
15726
15727 2015-05-26 Doug Evans <dje@google.com>
15728
15729 * gdb.python/py-lazy-string.c: New file.
15730 * gdb.python/py-lazy-string.exp: New file.
15731 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15732 (main): Update. Add estring3.
15733 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15734 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15735
15736 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15737 Yao Qi <yao.qi@linaro.org>
15738
15739 * gdb.reverse/aarch64.c: New.
15740 * gdb.reverse/aarch64.exp: New.
15741
15742 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15743
15744 * lib/gdb.exp (supports_process_record): Return true for
15745 aarch64*-linux*.
15746 (supports_reverse): Likewise.
15747
15748 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15749
15750 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15751 Use with_test_prefix.
15752
15753 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15754
15755 * gdb.base/completion.exp: Add test for completion of layout
15756 names.
15757
15758 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15759
15760 * lib/gdb.exp (skip_tui_tests): New proc.
15761 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15762
15763 2015-05-19 Pedro Alves <palves@redhat.com>
15764
15765 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15766 Save the whole env array instead of just HOME. Unset HISTSIZE in
15767 the environment while testing. Restore whole environment
15768 afterwards.
15769
15770 2015-05-16 Doug Evans <xdje42@gmail.com>
15771
15772 * gdb.guile/scm-ports.c: New file.
15773 * gdb.guile/scm-ports.exp: Add memory port tests.
15774
15775 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15776
15777 * gdb.compile/compile-print.c: New file.
15778 * gdb.compile/compile-print.exp: New file.
15779
15780 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15781
15782 * gdb.compile/compile-ops.exp: Cast param to void.
15783 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15784 (compile code struct_object.selffield = &struct_object): Add xfail.
15785
15786 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15787
15788 * gdb.ada/arr_enum_with_gap: New testcase.
15789
15790 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15791
15792 * gdb.ada/byte_packed_arr: New testcase.
15793
15794 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15795
15796 * gdb.ada/pckd_neg: New testcase.
15797
15798 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15799
15800 PR gdb/17820
15801 * gdb.base/gdbinit-history.exp: New test.
15802 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15803 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15804
15805 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15806
15807 * gdb.python/py-xmethods.cc: Enhance test case.
15808 * gdb.python/py-xmethods.exp: New tests.
15809 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15810 function.
15811 (B_indexoper): Likewise.
15812 (global_dm_list) : Add new xmethod worker functions.
15813
15814 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15815
15816 * gdb.base/coredump-filter.exp: Correctly unset
15817 "coredump_var_addr" array.
15818
15819 2015-05-08 Pedro Alves <palves@redhat.com>
15820
15821 * gdb.server/non-existing-program.exp: Unset spawn_id.
15822
15823 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15824
15825 PR python/18291
15826 * gdb.python/py-xmethods.exp: Add tests.
15827
15828 2015-05-08 Yao Qi <yao.qi@linaro.org>
15829
15830 PR gdb/18208
15831 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15832 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15833 function set_coredump_filter, and remove remote_exec call.
15834 Remove argument ipid. Callers update.
15835 (top level): Don't get inferior's PID.
15836
15837 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15838
15839 * gdb.base/watch_thread_num.exp: Skip test on targets without
15840 access watchpoints.
15841
15842 2015-05-06 Pedro Alves <palves@redhat.com>
15843
15844 PR server/18081
15845 * gdb.server/non-existing-program.exp: New file.
15846
15847 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15848
15849 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15850
15851 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15852
15853 * gdb.ada/out_of_line_in_inlined: New testcase.
15854
15855 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15856
15857 * gdb.ada/var_rec_arr: New testcase.
15858
15859 2015-04-30 Yao Qi <yao.qi@linaro.org>
15860
15861 * gdb.base/break-idempotent.exp: If
15862 skip_hw_watchpoint_multi_tests returns true, skip the tests
15863 on "rwatch" and "awatch".
15864
15865 2015-04-30 Yao Qi <yao.qi@linaro.org>
15866
15867 * gdb.base/relativedebug.exp: Invoke gdb command
15868 "info sharedlibrary", and if libc.so doesn't have debug info,
15869 skip the test.
15870
15871 2015-04-29 Doug Evans <dje@google.com>
15872
15873 * gdb.python/py-xmethods.exp: Add ptype tests.
15874 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15875 get_result_type method.
15876
15877 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15878
15879 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15880 the target does not support hardware watchpoints.
15881
15882 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15883
15884 * gdb.base/break-always.exp: Abort testing if writing to memory
15885 causes an error.
15886
15887 2015-04-28 Doug Evans <dje@google.com>
15888
15889 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15890 * gdb.python/py-pp-registration.exp: ... here. New file.
15891 * gdb.python/py-pp-registration.c: New file.
15892 * gdb.python/py-pp-registration.py: New file.
15893
15894 2015-04-28 Doug Evans <dje@google.com>
15895
15896 * gdb.python/py-bad-printers.c: New file.
15897 * gdb.python/py-bad-printers.py: New file.
15898 * gdb.python/py-bad-printers.exp: New file.
15899
15900 2015-04-28 Sasha Smundak <asmundak@google.com>
15901
15902 * gdb.python/py-type.exp: New test.
15903
15904 2015-04-28 Andy Wingo <wingo@igalia.com>
15905
15906 * gdb.python/py-parameter.exp:
15907 * gdb.guile/scm-parameter.exp: Escape the path that we are
15908 matching against, as it might contain characters that are special
15909 to regular expressions.
15910
15911 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15912
15913 * gdb.ada/rec_comp: New testcase.
15914
15915 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15916
15917 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15918 before using it.
15919
15920 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15921
15922 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15923 new tests for verilog output.
15924
15925 2015-04-24 Yao Qi <yao.qi@linaro.org>
15926
15927 * boards/remote-gdbserver-on-localhost.exp: New file.
15928
15929 2015-04-23 Pedro Alves <palves@redhat.com>
15930
15931 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15932 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15933 "end of file", remove $inferior_spawn_id from the indirect list.
15934
15935 2015-04-23 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15938
15939 2015-04-23 Pedro Alves <palves@redhat.com>
15940
15941 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15942 on $any_spawn_id instead of only on $gdb_spawn_id.
15943
15944 2015-04-21 Pierre Muller <muller@sourceware.org>
15945
15946 PR pascal/17815
15947 * lib/pascal.exp (gpc_compile): Add new option "class".
15948 (fpc_compile): Likewise.
15949 * gdb.pascal/case-insensitive-symbols.pas: New file.
15950 * gdb.pascal/case-insensitive-symbols.exp: New file.
15951
15952 2015-04-20 Gary Benson <gbenson@redhat.com>
15953
15954 * gdb.base/attach.exp: Fix three extended remote failures.
15955
15956 2015-04-17 Gary Benson <gbenson@redhat.com>
15957
15958 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15959 the main executable over the remote protocol.
15960
15961 2015-04-16 Pedro Alves <palves@redhat.com>
15962
15963 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15964 a new gdbserver if gdbserver_reconnect_p is set.
15965
15966 2015-04-16 Pedro Alves <palves@redhat.com>
15967
15968 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15969 is set, don't exit gdbserver.
15970
15971 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15972
15973 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15974 appropriate .insn, such that an older assembler can be used.
15975 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15976 the z/Architecture instruction set on 31-bit targets as well.
15977
15978 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15979
15980 * gdb.go/handcall.exp: Remove all logic related to the first
15981 breakpoint and rely on go_runto_main instead.
15982 * gdb.go/strings.exp: Likewise.
15983 * gdb.go/unsafe.exp: Likewise.
15984 * gdb.go/hello.exp: Likewise. Also rename the remaining
15985 breakpoint marker to "breakpoint 1".
15986 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15987 * gdb.go/strings.go: Likewise.
15988 * gdb.go/unsafe.go: Likewise.
15989 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15990 "set breakpoint 2 here" and rename the remaining breakpoint marker
15991 to "breakpoint 1".
15992
15993 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15994
15995 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15996 if itertools.imap is not present.
15997 * gdb.python/py-objfile.exp: Add parentheses.
15998 * gdb.python/py-type.exp: Same.
15999 * gdb.python/py-unwind-maint.py: Same.
16000
16001 2015-04-15 Yao Qi <yao.qi@linaro.org>
16002
16003 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16004 of ":$ptr_size" and set its form explicitly.
16005
16006 2015-04-15 Pedro Alves <palves@redhat.com>
16007 Yao Qi <yao.qi@linaro.org>
16008
16009 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16010 timeout by factor of 4.
16011 (test_regular_watch): Likewise.
16012 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16013 * gdb.reverse/sigall-reverse.exp: Likewise.
16014 * gdb.reverse/until-precsave.exp: Likewise.
16015 * lib/gdb.exp (with_timeout_factor): New proc.
16016 (gdb_expect): Move some code to ...
16017 (get_largest_timeout): ... here. New procedure.
16018
16019 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16020
16021 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16022
16023 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16024
16025 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16026 to write to the .text section.
16027
16028 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16029
16030 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16031 Handle the case of targets that do not provide PID information.
16032
16033 2015-04-13 Yao Qi <yao.qi@linaro.org>
16034
16035 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16036 and use expect instead of gdb_expect.
16037
16038 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16039
16040 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16041 "coredump_var_addr" to avoid naming conflict with other testcases.
16042
16043 2015-04-10 Pedro Alves <palves@redhat.com>
16044
16045 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16046 gdb_test_sequence and gdb_assert.
16047
16048 2015-04-10 Pedro Alves <palves@redhat.com>
16049
16050 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16051 test messages that don't include the breakpoint address.
16052
16053 2015-04-10 Yao Qi <yao.qi@linaro.org>
16054
16055 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16056 false for some offset and width combinations which aren't
16057 supported by linux kernel.
16058
16059 2015-04-10 Pedro Alves <palves@redhat.com>
16060
16061 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16062 procedure, factored out from ...
16063 (top level): ... here. Add "set displaced-stepping" testing axis.
16064 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16065 parameter "displaced". Use it.
16066 (top level): Use foreach and add "set displaced-stepping" testing
16067 axis.
16068
16069 2015-04-10 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16072 Remove comment.
16073 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16074 both the address of the instruction that triggers the watchpoint
16075 and the address of the instruction immediately after, and use
16076 those addresses for the test. Fix comment.
16077
16078 2015-04-10 Pedro Alves <palves@redhat.com>
16079
16080 * gdb.base/sigstep.exp (breakpoint_to_handler)
16081 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16082 Test "backtrace" in handler.
16083 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16084 (top level): Add new "displaced" test axis to
16085 breakpoint_to_handler, breakpoint_to_handler_entry and
16086 breakpoint_over_handler.
16087
16088 2015-04-10 Pedro Alves <palves@redhat.com>
16089
16090 PR gdb/18216
16091 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16092
16093 2015-04-10 Yao Qi <yao.qi@linaro.org>
16094
16095 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16096 (test_add_rn_pc): New function.
16097 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16098 (top level): Invoke test_add_rn_pc.
16099
16100 2015-04-10 Pedro Alves <palves@redhat.com>
16101
16102 PR gdb/13858
16103 * gdb.base/step-over-no-symbols.exp: New file.
16104
16105 2015-04-09 Andy Wingo <wingo@igalia.com>
16106
16107 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16108 after the Python tests.
16109
16110 2015-04-08 Keith Seitz <keiths@redhat.com>
16111
16112 PR python/16699
16113 * gdb.python/py-completion.exp: New tests for completion.
16114 * gdb.python/py-completion.py (CompleteLimit1): New class.
16115 (CompleteLimit2): Likewise.
16116 (CompleteLimit3): Likewise.
16117 (CompleteLimit4): Likewise.
16118 (CompleteLimit5): Likewise.
16119 (CompleteLimit6): Likewise.
16120 (CompleteLimit7): Likewise.
16121
16122 2015-04-08 Pedro Alves <palves@redhat.com>
16123
16124 PR gdb/18214
16125 PR gdb/18216
16126 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16127 function.
16128 (main): Install it as SIGUSR1 handler.
16129 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16130 parameter. Always use "setup" as prefix. Toggle "set
16131 displaced-stepping" off/on depending on global. Don't switch to
16132 thread 1 here.
16133 (top level): Add displaced stepping "off/on" test axis. Update
16134 "setup" calls. Wrap each subtest with with_test_prefix. Test
16135 continuing with a queued signal in each thread.
16136
16137 2015-04-08 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16140 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16141 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16142 Return early if running to main fails.
16143 * gdb.trace/while-stepping.exp: Likewise.
16144
16145 2015-04-07 Pedro Alves <palves@redhat.com>
16146
16147 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16148 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16149 interact with inferior program.
16150
16151 2015-04-07 Pedro Alves <palves@redhat.com>
16152
16153 * lib/gdb.exp (inferior_spawn_id): New global.
16154 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16155 spawn id after processing the user code.
16156 (default_gdb_start): Set inferior_spawn_id.
16157 (send_inferior): New procedure.
16158 * lib/gdbserver-support.exp (gdbserver_start): Set
16159 inferior_spawn_id.
16160 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16161
16162 2015-04-07 Pedro Alves <palves@redhat.com>
16163
16164 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16165 * lib/gdbserver-support.exp (gdbserver_start): Make
16166 $server_spawn_id global.
16167 (gdbserver_start): Don't wait for gdbserver's spawn id with
16168 expect_background.
16169 (close_gdbserver): New procedure.
16170 (gdb_exit): Rename the default version and reimplement.
16171
16172 2015-04-07 Pedro Alves <palves@redhat.com>
16173
16174 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16175 append the substituted item, not the original item.
16176
16177 2015-04-07 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16180 gdb_expect.
16181
16182 2015-04-07 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16185 output appearing once only.
16186
16187 2015-04-07 Pedro Alves <palves@redhat.com>
16188
16189 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16190 that doesn't expect anything. Return early if running to main
16191 fails.
16192
16193 2015-04-07 Yao Qi <yao.qi@linaro.org>
16194
16195 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16196 (child_function): Call alarm.
16197 (main): Move call to alarm into the loop.
16198 * gdb.threads/non-stop-fair-events.exp: Build program with
16199 -DTIMEOUT=$timeout.
16200
16201 2015-04-06 Doug Evans <xdje42@gmail.com>
16202
16203 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16204 Fix dest parameter to board_info.
16205 (fpc_compile): Ditto.
16206 (gdb_compile_pascal): Rename dest arg to destfile.
16207
16208 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16209
16210 * gdb.ada/funcall_ref.exp: New file.
16211 * gdb.ada/funcall_ref/foo.adb: New file.
16212
16213 2015-04-02 Yao Qi <yao.qi@linaro.org>
16214
16215 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16216 is remote.
16217
16218 2015-04-02 Gary Benson <gbenson@redhat.com>
16219
16220 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16221
16222 2015-04-01 Sasha Smundak <asmundak@google.com>
16223
16224 * gdb.python/py-unwind-maint.c: New file.
16225 * gdb.python/py-unwind-maint.exp: New test.
16226 * gdb.python/py-unwind-maint.py: New file.
16227 * gdb.python/py-unwind.c: New file.
16228 * gdb.python/py-unwind.exp: New test.
16229 * gdb.python/py-unwind.py: New test.
16230
16231 2015-04-01 Pedro Alves <palves@redhat.com>
16232
16233 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16234 to fail instead of non-existent $test.
16235
16236 2015-04-01 Pedro Alves <palves@redhat.com>
16237
16238 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16239 GDBFLAGS if not empty.
16240
16241 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16242
16243 * gdb.ada/complete.exp: Remove "multi_line".
16244 * gdb.ada/info_exc.exp: Remove "multi_line".
16245 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16246 * gdb.ada/ptype_field.exp: Remove "multi_line".
16247 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16248 * gdb.ada/tagged.exp: Remove "multi_line".
16249 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16250 [multi_line ...]
16251 * gdb.btrace/delta.exp: Likewise.
16252 * gdb.btrace/exception.exp: Likewise.
16253 * gdb.btrace/function_call_history.exp: Likewise.
16254 * gdb.btrace/instruction_history.exp: Likewise.
16255 * gdb.btrace/nohist.exp: Likewise.
16256 * gdb.btrace/record_goto.exp: Likewise.
16257 * gdb.btrace/segv.exp: Likewise.
16258 * gdb.btrace/stepi.exp: Likewise.
16259 * gdb.btrace/tailcall.exp: Likewise.
16260 * gdb.btrace/unknown_functions.exp: Likewise.
16261 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16262 * lib/gdb.exp: Add the "multi_line" helper.
16263
16264 2015-04-01 Pedro Alves <palves@redhat.com>
16265
16266 * gdb.threads/tid-reuse.c: New file.
16267 * gdb.threads/tid-reuse.exp: New file.
16268
16269 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16270
16271 PR corefiles/16092
16272 * gdb.base/coredump-filter.c: New file.
16273 * gdb.base/coredump-filter.exp: Likewise.
16274
16275 2015-03-27 Petr Machata <pmachata@redhat.com>
16276
16277 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16278 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16279 (Dwarf::assemble): Initialize them.
16280 (Dwarf::lines): New function.
16281
16282 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16283
16284 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16285 SYMBOL_PREFIX for x86_64-*-cygwin.
16286
16287 2015-03-26 Andy Wingo <wingo@igalia.com>
16288
16289 PR symtab/18148
16290 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16291 const_value but not a location.
16292 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16293 location defined in non-main CUs are visible.
16294
16295 2015-03-26 Yao Qi <yao.qi@linaro.org>
16296
16297 PR testsuite/18139
16298 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16299 Add a line number entry for the same line.
16300 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16301 Add a line number entry for the same line.
16302
16303 2015-03-26 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16306 .int 0.
16307 (func): Likewise. Add .Lfunc_1 label.
16308 Use .Lfunc_1 label.
16309 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16310 .int 0.
16311 (func): Likewise.
16312 Use .Lfunc_1 label.
16313
16314 2015-03-26 Yao Qi <yao.qi@linaro.org>
16315
16316 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16317 Call gdb_compile instead to compile each .s files without debug
16318 information.
16319
16320 2015-03-26 Yao Qi <yao.qi@linaro.org>
16321
16322 * gdb.base/savedregs.exp (process_saved_regs): Make
16323 "Saved registers:" optional in the pattern.
16324
16325 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16326
16327 * gdb.btrace/next.exp: Merged into step.exp.
16328 * gdb.btrace/finish.exp: Merged into step.exp.
16329 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16330 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16331 "record goto" and checking the exact replay position.
16332 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16333 check for "Recording format" in "info record" output.
16334 * gdb.btrace/record_goto.exp: Choose test file based on target.
16335 * gdb.btrace/x86-record_goto.S: Renamed into ...
16336 * gdb.btrace/x86_64-record_goto.S: ... this.
16337 * gdb.btrace/i686-record_goto.S: New.
16338 * gdb.btrace/x86-tailcall.S: Renamed into ...
16339 * gdb.btrace/x86_64-tailcall.S: ... this.
16340 * gdb.btrace/i686-tailcall.S: New.
16341 * gdb.btrace/x86-tailcall.c: Renamed into ...
16342 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16343 separate statements. Update test.
16344 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16345 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16346 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16347 * gdb.btrace/tailcall.exp: Choose test file based on target.
16348 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16349
16350 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16351
16352 * gdb.btrace/exception.exp: Increase BTS buffer size.
16353
16354 2015-03-24 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16357
16358 2015-03-24 Pedro Alves <palves@redhat.com>
16359
16360 * gdb.threads/schedlock.exp (test_step): No longer expect that
16361 "set scheduler-locking step" with "next" over a function call runs
16362 threads unlocked.
16363
16364 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16365
16366 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16367
16368 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16369
16370 PR breakpoints/16466
16371 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16372 * gdb.mi/mi-pending.c (thread_func): New function.
16373 (int main): Add threading support required.
16374 * gdb.mi/mi-pending.exp: Add tests for this issue.
16375 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16376 (pendfunc2): Remove stdio dependency.
16377 * gdb.mi/mi-pendshr2.c: New file.
16378
16379 2015-03-23 Keith Seitz <keiths@redhat.com>
16380
16381 * gdb.linespec/keywords.c: New file.
16382 * gdb.linespec/keywords.exp: New file.
16383
16384 2015-03-23 Keith Seitz <keiths@redhat.com>
16385
16386 PR gdb/18021
16387 * gdb.dwarf2/staticvirtual.exp: New test.
16388
16389 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16390
16391 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16392 * README: Remove HP-UX and gdb.hp.
16393 (configuration):
16394 * configure: Regenerate.
16395 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16396 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16397 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16398 gdb.hp/gdb.defects/Makefile.
16399 * gdb.hp/Makefile.in: File deleted.
16400 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16401 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16402 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16403 * gdb.hp/gdb.aCC/run.c: File deleted.
16404 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16405 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16406 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16407 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16408 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16409 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16410 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16411 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16412 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16413 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16414 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16415 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16416 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16417 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16418 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16419 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16420 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16421 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16422 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16423 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16424 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16425 * gdb.hp/gdb.compat/average.c: File deleted.
16426 * gdb.hp/gdb.compat/sum.c: File deleted.
16427 * gdb.hp/gdb.compat/xdb.c: File deleted.
16428 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16429 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16430 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16431 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16432 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16433 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16434 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16435 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16436 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16437 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16438 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16439 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16440 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16441 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16442 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16443 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16444 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16445 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16446 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16447 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16448 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16449 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16450 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16451 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16452 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16453 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16454 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16455 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16456 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16457 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16458 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16459 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16460 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16461 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16462 * gdb.hp/tools/odump: File deleted.
16463
16464 2015-03-19 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16467 (saw_thread_3): New globals.
16468 (top level): Increment them when an event for the corresponding
16469 thread is seen.
16470 (no thread starvation): New test.
16471
16472 2015-03-19 Pedro Alves <palves@redhat.com>
16473
16474 * gdb.threads/continue-pending-status.c: New file.
16475 * gdb.threads/continue-pending-status.exp: New file.
16476
16477 2015-03-18 Pedro Alves <palves@redhat.com>
16478
16479 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16480 Use gdb_is_target_remote instead of is_remote. Use
16481 gdb_test_multiple instead of gdb_expect. Exit early if
16482 gdb_test_multiple hits its internal matches. Tighten stepi tests
16483 expected output. Fail on exit with any signal, instead of just
16484 SIGILL.
16485
16486 2015-03-18 Yao Qi <yao.qi@linaro.org>
16487
16488 PR tdep/18107
16489 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16490 variable.
16491 * gdb.base/catch-syscall.exp: Don't skip it on
16492 aarch64*-*-linux* target. Remove elements in all_syscalls.
16493 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16494 target.
16495 (setup_all_syscalls): New proc.
16496
16497 2015-03-16 Yao Qi <yao.qi@linaro.org>
16498
16499 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16500 (top level): Skip tests if valid_addr_p returns false for
16501 $cmd1 or $cmd2.
16502
16503 2015-03-11 Andy Wingo <wingo@igalia.com>
16504
16505 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16506
16507 2015-03-11 Yao Qi <yao.qi@linaro.org>
16508
16509 * gdb.base/catch-syscall.exp: Fix typo in comments.
16510
16511 2015-03-11 Yao Qi <yao.qi@linaro.org>
16512
16513 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16514
16515 2015-03-09 Pedro Alves <palves@redhat.com>
16516
16517 * dg-extract-results.py: Delete.
16518
16519 2015-03-09 Pedro Alves <palves@redhat.com>
16520
16521 Merge dg-extract-results.sh from GCC upstream (r218843).
16522
16523 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16524 * dg-extract-results.sh: Use --text with grep to avoid issues with
16525 binary files. Fall back to cat -v, if that doesn't work.
16526
16527 2015-03-05 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16530
16531 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16532
16533 * lib/mi-support.exp (mi_expect_interrupt): Accept
16534 alternative event for when in all-stop mode.
16535
16536 2015-03-04 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16539
16540 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16541
16542 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16543
16544 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16545
16546 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16547 regexps for GDB's current line display, accept a hex address
16548 preceding the line number.
16549
16550 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16551
16552 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16553 the 'arch1' variable for "s390*-linux*" targets.
16554
16555 2015-03-04 Pedro Alves <palves@redhat.com>
16556
16557 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16558 (main): Pass missing retval argument to pthread_join call.
16559
16560 2015-03-02 Pedro Alves <palves@redhat.com>
16561
16562 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16563 (top level): Call do_test with non-stop as well.
16564
16565 2015-03-02 Pedro Alves <palves@redhat.com>
16566
16567 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16568 -1.
16569
16570 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16571
16572 * gdb.arch/s390-vregs.exp: New test.
16573 * gdb.arch/s390-vregs.S: New file.
16574
16575 2015-02-27 Pedro Alves <palves@redhat.com>
16576
16577 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16578 call to catch_command_errors.
16579 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16580 catch_command_errors.
16581
16582 2015-02-27 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16585 "true" for boolean result.
16586 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16587 prototype of main.
16588
16589 2015-02-27 Pedro Alves <palves@redhat.com>
16590
16591 * lib/unbuffer_output.c: New file.
16592 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16593 (main): Call gdb_unbuffer_output.
16594
16595 2015-02-27 Yao Qi <yao.qi@linaro.org>
16596
16597 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16598 target.
16599
16600 2015-02-26 Doug Evans <dje@google.com>
16601
16602 * gdb.cp/class2.cc (Dbase, D): New classes.
16603 (main): New local delta.
16604 * gdb.cp/class2.exp: Test printing delta.
16605 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16606 (dynbar): New global.
16607 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16608
16609 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16610
16611 * gdb.compile/compile-ifunc.c: New file.
16612 * gdb.compile/compile-ifunc.exp: New file.
16613
16614 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16615
16616 * gdb.base/structs.exp: Check for correct struct on finish.
16617
16618 2015-02-26 Yao Qi <yao.qi@linaro.org>
16619
16620 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16621 is zero.
16622
16623 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16624
16625 * gdb.arch/cordic.ko.bz2: New file.
16626 * gdb.arch/cordic.ko.debug.bz2: New file.
16627 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16628
16629 2015-02-25 Yao Qi <yao.qi@linaro.org>
16630
16631 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16632 aarch64*-*-* target.
16633
16634 2015-02-23 Pedro Alves <palves@redhat.com>
16635
16636 * lib/gdb.exp (delete_breakpoints): Rewrite using
16637 gdb_test_multiple.
16638
16639 2015-02-23 Pedro Alves <palves@redhat.com>
16640
16641 * gdb.base/info-os.c: Include stdlib.h.
16642
16643 2015-02-22 Doug Evans <xdje42@gmail.com>
16644
16645 PR symtab/17855
16646 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16647 is read after symbols have been re-read.
16648 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16649 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16650
16651 2015-02-21 Doug Evans <dje@google.com>
16652
16653 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16654
16655 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16656
16657 PR corefiles/17808
16658 * gdb.arch/i386-biarch-core.core.bz2: New file.
16659 * gdb.arch/i386-biarch-core.exp: New file.
16660
16661 2015-02-21 Pedro Alves <palves@redhat.com>
16662
16663 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16664 runto_main fails.
16665
16666 2015-02-20 Pedro Alves <palves@redhat.com>
16667
16668 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16669 info probes.
16670
16671 2015-02-20 Pedro Alves <palves@redhat.com>
16672
16673 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16674
16675 2015-02-20 Pedro Alves <palves@redhat.com>
16676
16677 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16678 clean_restart before gdb_target_supports_trace.
16679
16680 2015-02-20 Pedro Alves <palves@redhat.com>
16681
16682 PR threads/18006
16683 * gdb.threads/clone-thread_db.c: New file.
16684 * gdb.threads/clone-thread_db.exp: New file.
16685
16686 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16687
16688 PR breakpoints/16812
16689 * gdb.base/catch-gdb-caused-signals.c: New file.
16690 * gdb.base/catch-gdb-caused-signals.exp: New file.
16691
16692 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16693
16694 * configure: Regenerated.
16695 * configure.ac: Use GDB_AC_TRANSFORM.
16696 * aclocal.m4: sinclude ../transform.m4.
16697
16698 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16699
16700 * lib/dtrace.exp: New file.
16701 * gdb.base/dtrace-probe.exp: Likewise.
16702 * gdb.base/dtrace-probe.d: Likewise.
16703 * gdb.base/dtrace-probe.c: Likewise.
16704 * lib/pdtrace.in: Likewise.
16705 * configure.ac: Output variables with the transformed names of
16706 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16707 * configure: Regenerated.
16708
16709 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16710
16711 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16712 expected message when trying to access $_probe_* convenience
16713 variables while not on a probe.
16714
16715 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16716
16717 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16718
16719 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16720
16721 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16722 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16723
16724 2015-02-10 Doug Evans <xdje42@gmail.com>
16725
16726 * lib/gdb.exp (gdb_load): Always return a result.
16727
16728 2015-02-10 Pedro Alves <palves@redhat.com>
16729
16730 * gdb.threads/signal-sigtrap.c: New file.
16731 * gdb.threads/signal-sigtrap.exp: New file.
16732
16733 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16734
16735 * gdb.trace/no-attach-trace.c: New file.
16736 * gdb.trace/no-attach-trace.exp: New file.
16737
16738 2015-02-09 Mark Wielaard <mjw@redhat.com>
16739
16740 * gdb.dwarf2/atomic.c: New file.
16741 * gdb.dwarf2/atomic-type.exp: Likewise.
16742
16743 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16744
16745 * gdb.btrace/buffer-size.exp: Update "info record" output.
16746 * gdb.btrace/delta.exp: Update "info record" output.
16747 * gdb.btrace/enable.exp: Update "info record" output.
16748 * gdb.btrace/finish.exp: Update "info record" output.
16749 * gdb.btrace/instruction_history.exp: Update "info record" output.
16750 * gdb.btrace/next.exp: Update "info record" output.
16751 * gdb.btrace/nexti.exp: Update "info record" output.
16752 * gdb.btrace/step.exp: Update "info record" output.
16753 * gdb.btrace/stepi.exp: Update "info record" output.
16754 * gdb.btrace/nohist.exp: Update "info record" output.
16755
16756 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16757
16758 * gdb.btrace/buffer-size: New.
16759
16760 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16761
16762 * gdb.btrace/delta.exp: Update "info record" output.
16763 * gdb.btrace/enable.exp: Update "info record" output.
16764 * gdb.btrace/finish.exp: Update "info record" output.
16765 * gdb.btrace/instruction_history.exp: Update "info record" output.
16766 * gdb.btrace/next.exp: Update "info record" output.
16767 * gdb.btrace/nexti.exp: Update "info record" output.
16768 * gdb.btrace/step.exp: Update "info record" output.
16769 * gdb.btrace/stepi.exp: Update "info record" output.
16770 * gdb.btrace/nohist.exp: Update "info record" output.
16771
16772 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16773
16774 PR gdb/15678
16775 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16776
16777 2015-02-06 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16780 macro.
16781 (seconds_left, again): New globals.
16782 (main): Wait seconds_left in a 1-second sleep loop instead of
16783 sleeping 180 seconds. If 'again' is set, reset the seconds
16784 counter.
16785 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16786 'again' in the inferior before detaching. Print the seconds left.
16787 (options): New global.
16788 (top level): Build program with -DTIMEOUT=$timeout.
16789
16790 2015-02-06 Pedro Alves <palves@redhat.com>
16791
16792 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16793 determine how many seconds to pass to 'alarm'.
16794 * gdb.base/gdb-sigterm.exp (top level): Build program with
16795 -DTIMEOUT=$timeout.
16796 (do_test): Return success/failure indication. Add more verbose
16797 logging. Don't fail if 200 single steps are seen. Instead, fail
16798 when the test times out.
16799 (passes): New global.
16800 (top level): Break the testing loop if testing fails on any
16801 iteration. Use gdb_assert.
16802
16803 2015-02-04 Don Breazeal <donb@codesourcery.com>
16804
16805 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16806 and initialize them.
16807 (ipc_cleanup): New function.
16808 (main): Don't declare shmid, semid, and msqid. Add a call to
16809 atexit so that we call ipc_cleanup on exit.
16810
16811 2015-02-04 Pedro Alves <palves@redhat.com>
16812
16813 * boards/native-extended-gdbserver.exp: Remove any target variant
16814 specifications from the board name before clearing the isremote
16815 flag from board_info.
16816
16817 2015-01-31 Doug Evans <xdje42@gmail.com>
16818
16819 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16820
16821 2015-01-31 Gary Benson <gbenson@redhat.com>
16822
16823 * gdb.base/completion.exp: Disable completion limiting for
16824 existing tests. Add new tests to check completion limiting.
16825 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16826
16827 2015-01-31 Doug Evans <xdje42@gmail.com>
16828
16829 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16830
16831 2015-01-31 Doug Evans <xdje42@gmail.com>
16832
16833 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16834 entries. Duplicate file section script entries.
16835 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16836 inlined entries. Add test for safe-path rejection.
16837 * gdb.python/py-section-script.c: Add duplicate inlined section script
16838 entries. Duplicate file section script entries.
16839 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16840 inlined entries. Add test for safe-path rejection.
16841
16842 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.ada/disc_arr_bound: New testcase.
16845
16846 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16847
16848 * gdb.ada/mi_var_array: New testcase.
16849
16850 2015-01-27 Doug Evans <dje@google.com>
16851
16852 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16853 Add test for objfile.filename, objfile.username after objfile
16854 has been unloaded.
16855
16856 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16857
16858 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16859 the second test to print the name attribute of value
16860 returned by the call to gdb.lookup_type, and adjust
16861 the expected output accordingly.
16862
16863 2015-01-25 Mark Wielaard <mjw@redhat.com>
16864
16865 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16866 * gdb.base/disp-step-fork.c: Include unistd.h.
16867 * gdb.base/siginfo-obj.c: Include stdio.h.
16868 * gdb.base/siginfo-thread.c: Likewise.
16869 * gdb.mi/non-stop.c: Include unistd.h.
16870 * gdb.mi/nsthrexec.c: Include stdio.h.
16871 * gdb.mi/pthreads.c: Include unistd.h.
16872 * gdb.modula2/unbounded1.c (main): Declare returns int.
16873 * gdb.reverse/consecutive-reverse.c: Likewise.
16874 * gdb.threads/create-fail.c: Include unistd.h.
16875 * gdb.threads/killed.c: Likewise.
16876 * gdb.threads/linux-dp.c: Likewise.
16877 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16878 * gdb.threads/non-ldr-exc-2.c: Likewise.
16879 * gdb.threads/non-ldr-exc-3.c: Likewise.
16880 * gdb.threads/non-ldr-exc-4.c: Likewise.
16881 * gdb.threads/pthreads.c: Include unistd.h.
16882 (main): Declare returns int.
16883 * gdb.threads/tls-main.c (foo): New declaration.
16884 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16885
16886 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16887
16888 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16889 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16890
16891 2015-01-15 Mark Wielaard <mjw@redhat.com>
16892
16893 * gdb.base/noreturn-return.c: New file.
16894 * gdb.base/noreturn-return.exp: New file.
16895 * gdb.base/noreturn-finish.c: New file.
16896 * gdb.base/noreturn-finish.exp: New file.
16897
16898 2015-01-23 Pedro Alves <palves@redhat.com>
16899
16900 * gdb.threads/continue-pending-after-query.c: New file.
16901 * gdb.threads/continue-pending-after-query.exp: New file.
16902
16903 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16904 Simon Marchi <simon.marchi@ericsson.com>
16905
16906 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16907 * gdb.base/valgrind-db-attach.exp: Same.
16908 * gdb.base/valgrind-infcall.exp: Same.
16909 * lib/mi-support.exp (default_mi_gdb_start): Same.
16910 * lib/prompt.exp (default_prompt_gdb_start): Same.
16911 * lib/gdb.exp (default_gdb_spawn): Same.
16912 (gdb_interact): New.
16913
16914
16915 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16916
16917 * gdb.compile/compile.exp (pointer to jit function): New test.
16918
16919 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16920
16921 * lib/gdb.exp (supports_process_record): Return true for
16922 powerpc*-*-linux*.
16923 (supports_reverse): Likewise.
16924
16925 2015-01-15 Don Breazeal <donb@codesourcery.com>
16926
16927 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16928 instead of checking whether the target board is remote and
16929 use spawn_wait_for_attach instead of exec/sleep.
16930 * gdb.base/attach-twice.exp: Likewise.
16931
16932 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16933
16934 * gdb.ada/var_arr_attrs: New testcase.
16935
16936 2015-01-14 Pedro Alves <palves@redhat.com>
16937 Joel Brobecker <brobecker@adacore.com>
16938
16939 PR gdb/17525
16940 * gdb.base/bp-cmds-execution-x-script.c: New file.
16941 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16942 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16943
16944 2015-01-14 Pedro Alves <palves@redhat.com>
16945
16946 PR cli/17828
16947 * gdb.base/batch-preserve-term-settings.c: New file.
16948 * gdb.base/batch-preserve-term-settings.exp: New file.
16949
16950 2015-01-13 Doug Evans <dje@google.com>
16951
16952 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16953 binary.
16954
16955 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16956
16957 * Makefile.in (clean mostlyclean): Do not delete *.py.
16958
16959 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16960
16961 * gdb.python/py-lookup-type.exp: New file.
16962
16963 2015-01-12 Pedro Alves <palves@redhat.com>
16964
16965 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16966 restore GDBFLAGS before returning.
16967
16968 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16969
16970 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16971 is_amd64_regs_target and is_x86_like_target.
16972
16973 2015-01-11 Doug Evans <xdje42@gmail.com>
16974
16975 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16976 is given without an explicit form.
16977 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16978 attributes.
16979 * gdb.dwarf/corrupt.exp: Ditto.
16980 * gdb.dwarf2/enum-type.exp: Ditto.
16981 * gdb.trace/entry-values.exp: Ditto.
16982 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16983
16984 2015-01-11 Doug Evans <xdje42@gmail.com>
16985
16986 PR gdb/15830
16987 * gdb.base/maint.exp: Remove references to "maint demangle".
16988 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16989 Add tests for explicitly specifying language to demangle.
16990 * gdb.dlang/demangle.exp: Ditto.
16991
16992 2015-01-09 Pedro Alves <palves@redhat.com>
16993
16994 * gdb.threads/non-stop-fair-events.c: New file.
16995 * gdb.threads/non-stop-fair-events.exp: New file.
16996
16997 2015-01-09 Pedro Alves <palves@redhat.com>
16998
16999 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17000 the global scope. Set a breakpoint after all threads are started
17001 rather than stepping over two source lines. Expect the prompt.
17002 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17003 global.
17004 (NUM): Now 15.
17005 (main): Use threads_started_barrier to wait for all threads to
17006 start. Main thread no longer calls thread_function. Exit after
17007 180 seconds.
17008 (loop): New function.
17009 (thread_function): Wait on threads_started_barrier barrier. Call
17010 'loop' at each iteration.
17011 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17012 threads have started, instead of hardcoding number of "next"
17013 steps. Use an access watchpoint instead of a write watchpoint.
17014
17015 2015-01-09 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17018 (thread_func): Wait on barrier.
17019 (main): Wait for all threads to start before stopping GDB.
17020 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17021 global.
17022 (thread1_func, thread2_func): Wait on barrier.
17023 (main): Wait for all threads to start before stopping GDB.
17024 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17025 New global.
17026 (thread1_func, thread2_func): Wait on barrier.
17027 (main): Wait for all threads to start before stopping GDB.
17028
17029 2015-01-09 Pedro Alves <palves@redhat.com>
17030
17031 * gdb.threads/attach-many-short-lived-threads.c: New file.
17032 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17033
17034 2014-01-09 Pedro Alves <palves@redhat.com>
17035
17036 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17037 instead of to thread 2.
17038 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17039 Add barrier around each pthread_create call instead of around all
17040 calls.
17041 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17042 Set a break on thread_function and have the child threads hit it
17043 one at at a time.
17044
17045 2015-01-09 Pedro Alves <palves@redhat.com>
17046
17047 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17048 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17049 false.
17050 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17051 checking whether the target board is remote.
17052 * gdb.multi/multi-attach.exp: Likewise.
17053 * gdb.python/py-sync-interp.exp: Likewise.
17054 * gdb.server/ext-attach.exp: Likewise.
17055 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17056 tests that need to attach, instead of checking whether the target
17057 board is remote at the top of the file.
17058
17059 2015-01-08 Yao Qi <yao@codesourcery.com>
17060
17061 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17062
17063 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17064
17065 Fix testcase compilation.
17066 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17067
17068 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17069
17070 * gdb.python/py-type.exp: Add a couple test about empty
17071 array creation, and negative-length array creation.
17072
17073 2015-01-02 Doug Evans <xdje42@gmail.com>
17074
17075 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17076
17077 2015-01-02 Doug Evans <dje@google.com>
17078
17079 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17080
17081 2014-12-29 Yao Qi <yao@codesourcery.com>
17082
17083 * gdb.trace/entry-values.exp: Update comments. Rename variable
17084 bar_call_foo to returned_from_foo.
17085
17086 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17087
17088 PR gdb/17394
17089 * gdb.linespec/break-asm-file.c: New file.
17090 * gdb.linespec/break-asm-file.exp: New file.
17091 * gdb.linespec/break-asm-file0.s: New file.
17092 * gdb.linespec/break-asm-file1.s: New file.
17093
17094 2014-12-18 Nigel Stephens <nigel@mips.com>
17095 Maciej W. Rozycki <macro@codesourcery.com>
17096
17097 * gdb.base/float.exp: Handle the new output from "info float" on
17098 MIPS targets.
17099
17100 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17101
17102 Fix MinGW compilation.
17103 * gdb.compile/compile-ops.exp: Update untested message if
17104 !skip_compile_feature_tests.
17105 * gdb.compile/compile-setjmp.exp: Likewise.
17106 * gdb.compile/compile-tls.exp: Likewise.
17107 * gdb.compile/compile.exp: Likewise.
17108 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17109 supported on this host".
17110
17111 2014-12-16 Doug Evans <xdje42@gmail.com>
17112
17113 * boards/stabs.exp: New file.
17114
17115 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17116
17117 * gdb.base/completion.exp: Adjust to format changes of "maint
17118 print user-registers".
17119
17120 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17121
17122 PR server/17457
17123 * gdb.arch/aarch64-fp.c: New file.
17124 * gdb.arch/aarch64-fp.exp: New file.
17125
17126 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17127
17128 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17129 r210637, r210913, r211666, r215400, r215817).
17130
17131 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17132 * dg-extract-results.py: New file.
17133 * dg-extract-results.sh: Use it if the environment seems
17134 suitable.
17135
17136 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17137
17138 * dg-extract-results.py (parse_run): Handle warnings that
17139 are printed before a test harness is run.
17140
17141 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17142
17143 * dg-extract-results.py (Named): Remove __cmp__ method.
17144 (output_variation): Use a key to sort variation.harnesses.
17145
17146 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17147
17148 * dg-extract-results.py: For Python 3, force sys.stdout to
17149 handle surrogate escape sequences.
17150 (safe_open): New function.
17151 (output_segment, main): Use it.
17152
17153 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17154
17155 * dg-extract-results.py (Prog.result_re): Include options
17156 in test name.
17157
17158 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17159
17160 * dg-extract-results.py (output_variation): Always sort if
17161 do_sum.
17162
17163 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17164
17165 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17166 as long as we get pagination notifications.
17167
17168 2014-12-15 Jason Merrill <jason@redhat.com>
17169
17170 * Makefile.in (check-gdb.%): Restore.
17171 * README: Mention it.
17172
17173 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17174
17175 * gdb.ada/str_uninit: New testcase.
17176
17177 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17178
17179 PR symtab/17642
17180 * gdb.base/vla-stub-define.c: New file.
17181 * gdb.base/vla-stub.c: New file.
17182 * gdb.base/vla-stub.exp: New file.
17183
17184 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17185 Jan Kratochvil <jan.kratochvil@redhat.com>
17186 Tom Tromey <tromey@redhat.com>
17187
17188 * configure.ac: Add gdb.compile/.
17189 * configure: Regenerate.
17190 * gdb.compile/Makefile.in: New file.
17191 * gdb.compile/compile-ops.exp: New file.
17192 * gdb.compile/compile-ops.c: New file.
17193 * gdb.compile/compile-tls.c: New file.
17194 * gdb.compile/compile-tls.exp: New file.
17195 * gdb.compile/compile-constvar.S: New file.
17196 * gdb.compile/compile-constvar.c: New file.
17197 * gdb.compile/compile-mod.c: New file.
17198 * gdb.compile/compile-nodebug.c: New file.
17199 * gdb.compile/compile-setjmp-mod.c: New file.
17200 * gdb.compile/compile-setjmp.c: New file.
17201 * gdb.compile/compile-setjmp.exp: New file.
17202 * gdb.compile/compile-shlib.c: New file.
17203 * gdb.compile/compile.c: New file.
17204 * gdb.compile/compile.exp: New file.
17205 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17206
17207 2014-12-12 Tom Tromey <tromey@redhat.com>
17208
17209 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17210 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17211
17212 2014-12-12 Doug Evans <dje@google.com>
17213
17214 * lib/gdb-python.exp (get_python_valueof): New function.
17215 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17216
17217 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17218
17219 * gdb.base/completion.exp: Add test for completion of "info
17220 registers ".
17221
17222 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17223
17224 * gdb.base/func-ptrs.c: New file.
17225 * gdb.base/func-ptrs.exp: New file.
17226
17227 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17228
17229 PR breakpoints/17012
17230 * gdb.base/dprintf-detach.c: New file.
17231 * gdb.base/dprintf-detach.exp: New file.
17232
17233 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17234
17235 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17236 * lib/gdb.exp (target_is_gdbserver): New procedure.
17237
17238 2014-12-08 Doug Evans <dje@google.com>
17239
17240 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17241
17242 2014-12-05 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.guile/scm-error.exp: Remove the third argument to
17245 gdb_remote_download.
17246 * gdb.guile/scm-frame-args.exp: Likewise.
17247 * gdb.guile/scm-section-script.exp: Likewise.
17248
17249 2014-12-05 Yao Qi <yao@codesourcery.com>
17250
17251 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17252
17253 2014-12-04 Doug Evans <dje@google.com>
17254
17255 * gdb.python/py-objfile.exp: Add tests for
17256 objfile.add_separate_debug_file.
17257
17258 2014-12-04 Doug Evans <dje@google.com>
17259
17260 * lib/gdb.exp (get_build_id): New function.
17261 (build_id_debug_filename_get): Rewrite to use it.
17262 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17263
17264 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17265
17266 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17267 `method(long)', not just 0x0.
17268 * gdb.cp/nsalias.exp: Align code labels to 4.
17269 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17270 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17271 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17272 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17273 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17274 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17275
17276 2014-12-02 Doug Evans <dje@google.com>
17277
17278 PR symtab/17602
17279 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17280 * gdb.cp/anon-ns2.cc: ... here. New file.
17281 * gdb.cp/anon-ns.exp: Update.
17282
17283 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17284
17285 * gdb.python/py-events.py (inferior_call_handler): New.
17286 (register_changed_handler, memory_changed_handler): New.
17287 (test_events.invoke): Register new handlers.
17288 * gdb.python/py-events.exp: Add tests for inferior call,
17289 memory_changed and register_changed events.
17290
17291 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17292
17293 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17294 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17295 if the linker doesn't understand this.
17296
17297 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17298
17299 * gdb.python/python.exp: Change expected reply to help().
17300
17301 2014-12-01 Yao Qi <yao@codesourcery.com>
17302
17303 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17304 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17305 * configure: Re-generated.
17306
17307 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17308
17309 * gdb.cp/chained-calls.cc: New file.
17310 * gdb.cp/chained-calls.exp: New file.
17311 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17312
17313 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17314
17315 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17316 * gdb.dwarf2/symtab-producer.exp: Same.
17317 * gdb.gdb/python-interrupts.exp: Same.
17318 * gdb.gdb/python-selftest.exp: Same.
17319 * gdb.python/py-linetable.exp: Same.
17320 * gdb.python/py-type.exp: Same.
17321 * gdb.python/py-value-cc.exp: Same.
17322 * gdb.python/py-value.exp: Same.
17323
17324 2014-11-28 Yao Qi <yao@codesourcery.com>
17325
17326 * gdb.base/break-probes.exp: Match library name prefixed with
17327 sysroot.
17328
17329 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17330
17331 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17332 test expected output. Add parentheses for the call to print.
17333 Remove L suffix from integers.
17334
17335 2014-11-26 Doug Evans <dje@google.com>
17336
17337 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17338
17339 2014-11-22 Yao Qi <yao@codesourcery.com>
17340
17341 * gdb.trace/entry-values.c: Remove asms.
17342 (foo): Add foo_label.
17343 (bar): Add bar_label.
17344 * gdb.trace/entry-values.exp: Remove code computing foo's
17345 length and bar's length.
17346 (Dwarf::assemble): Invoke function_range for bar and use
17347 MACRO_AT_func for foo.
17348
17349 2014-11-22 Yao Qi <yao@codesourcery.com>
17350
17351 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17352 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17353 Use .Lgcc43_procstart instead of gcc43.
17354
17355 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17356
17357 * gdb.ada/n_arr_bound: New testcase.
17358
17359 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17360
17361 PR breakpoints/10737
17362 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17363 test_catch_syscall_multi_arch.
17364 (test_catch_syscall_multi_arch): New function.
17365
17366 2014-11-20 Doug Evans <xdje42@gmail.com>
17367
17368 * gdb.base/maint.exp: Update expected output.
17369
17370 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17371
17372 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17373 4-byte instruction on S390.
17374
17375 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17376
17377 * gdb.ada/arr_arr: New testcase.
17378
17379 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17380
17381 * gdb.ada/pkd_arr_elem: New Testcase.
17382
17383 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17384
17385 * gdb.reverse/break-precsave: Expect completion message for
17386 core file reads.
17387 * gdb.reverse/consecutive-precsave.exp: Likewise.
17388 * gdb.reverse/finish-precsave.exp: Likewise.
17389 * gdb.reverse/i386-precsave.exp: Likewise.
17390 * gdb.reverse/machinestate-precsave.exp: Likewise.
17391 * gdb.reverse/sigall-precsave.exp: Likewise.
17392 * gdb.reverse/solib-precsave.exp: Likewise.
17393 * gdb.reverse/step-precsave.exp: Likewise.
17394 * gdb.reverse/until-precsave.exp: Likewise.
17395 * gdb.reverse/watch-precsave.exp: Likewise.
17396
17397 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17398
17399 * gdb.base/bp-permanent.c: Include unistd.h.
17400 * gdb.python/py-framefilter-mi.c (main): Add return type.
17401 * gdb.python/py-framefilter.c (main): Likewise.
17402 * gdb.trace/actions-changed.c (main): Likewise.
17403
17404 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17405
17406 * gdb.mi/until.c: Add eye-catchers.
17407 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17408 line numbers.
17409
17410 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17411
17412 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17413 function header variants in break1.c.
17414 * gdb.base/ena-dis-br.exp: Likewise.
17415 * gdb.base/hbreak2.exp: Likewise.
17416 * gdb.reverse/until-precsave.exp: Drop references to removed
17417 non-prototype function header variants in ur1.c.
17418 * gdb.reverse/until-reverse.exp: Likewise.
17419
17420 2014-11-17 Petr Machata <pmachata@redhat.com>
17421
17422 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17423 ${_cu_offset_size} bytes abbrev offset.
17424
17425 2014-11-15 Doug Evans <xdje42@gmail.com>
17426
17427 PR symtab/17559
17428 * gdb.base/line-symtabs.exp: New file.
17429 * gdb.base/line-symtabs.c: New file.
17430 * gdb.base/line-symtabs.h: New file.
17431
17432 2014-11-14 Yao Qi <yao@codesourcery.com>
17433
17434 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17435 (func): Add label func_label.
17436 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17437 Replace low_pc and high_pc with MACRO_AT_range.
17438 Replace name, low_pc and high_pc with MACRO_AT_func.
17439
17440 2014-11-14 Yao Qi <yao@codesourcery.com>
17441
17442 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17443 Replace name, low_pc and high_pc with MACRO_AT_func.
17444
17445 2014-11-14 Yao Qi <yao@codesourcery.com>
17446
17447 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17448 produce debug information.
17449 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17450
17451 2014-11-14 Yao Qi <yao@codesourcery.com>
17452
17453 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17454 object and get function length.
17455 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17456 with MACRO_AT_func.
17457 (top-level): Replace gdb_compile and clean_restart with
17458 prepare_for_testing.
17459 * gdb.dwarf2/main.c (main): Add label main_label.
17460
17461 2014-11-14 Yao Qi <yao@codesourcery.com>
17462
17463 * lib/dwarf.exp (function_range): New procedure.
17464 (Dwarf::_handle_macro_at_func): New procedure.
17465 (Dwarf::_handle_macro_at_range): New procedure.
17466 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17467
17468 2014-11-14 Yao Qi <yao@codesourcery.com>
17469
17470 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17471 (_handle_attribute): New procedure.
17472
17473 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17474
17475 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17476 * gdb.base/call-sc.c (zed): Likewise.
17477 * gdb.base/checkpoint.c (main): Likewise.
17478 * gdb.base/dump.c (main): Likewise.
17479 * gdb.base/gcore.c (main): Likewise.
17480 * gdb.base/huge.c (main): Likewise.
17481 * gdb.base/multi-forks.c (main): Likewise.
17482 * gdb.base/pr10179-a.c (main): Likewise.
17483 * gdb.base/savedregs.c (main): Likewise.
17484 * gdb.base/sigaltstack.c (main): Likewise.
17485 * gdb.base/siginfo.c (main): Likewise.
17486 * gdb.base/structs.c (zed): Likewise.
17487 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17488 * gdb.mi/mi-syn-frame.c (main): Likewise.
17489 * gdb.mi/until.c (foo, main): Likewise.
17490 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17491 * gdb.base/solib-weak.c (foo): Declare.
17492 * gdb.base/attach-twice.c: Include stdio.h.
17493 * gdb.base/weaklib1.c: Likewise.
17494 * gdb.base/weaklib2.c: Likewise.
17495 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17496 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17497 unistd.h.
17498 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17499 * gdb.mi/mi-exit-code.c: Likewise.
17500 * gdb.base/break-interp-lib.c: Include string.h.
17501 * gdb.base/coremaker.c: Likewise.
17502 * gdb.base/testenv.c: Likewise.
17503 * gdb.python/py-finish-breakpoint.c: Likewise.
17504 * gdb.base/inferior-died.c: Include sys/wait.h.
17505 * gdb.base/fileio.c: Include time.h.
17506 * gdb.base/async-shell.c: Include unistd.h.
17507 * gdb.base/dprintf-non-stop.c: Likewise.
17508 * gdb.base/info-os.c: Likewise.
17509 * gdb.mi/mi-console.c: Likewise.
17510 * gdb.mi/watch-nonstop.c: Likewise.
17511 * gdb.python/py-events.c: Likewise.
17512 * gdb.base/async.c (baz): Move up before its invocation.
17513 * gdb.base/code_elim2.c (my_global_func): Likewise.
17514 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17515 * gdb.base/advance.c (func2): Likewise.
17516
17517 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17518
17519 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17520 variant.
17521 * gdb.base/annota3.c: Likewise.
17522 * gdb.base/async.c: Likewise.
17523 * gdb.base/average.c: Likewise.
17524 * gdb.base/call-ar-st.c: Likewise.
17525 * gdb.base/call-rt-st.c: Likewise.
17526 * gdb.base/call-sc.c: Likewise.
17527 * gdb.base/call-strs.c: Likewise.
17528 * gdb.base/ending-run.c: Likewise.
17529 * gdb.base/execd-prog.c: Likewise.
17530 * gdb.base/exprs.c: Likewise.
17531 * gdb.base/foll-exec.c: Likewise.
17532 * gdb.base/foll-fork.c: Likewise.
17533 * gdb.base/foll-vfork.c: Likewise.
17534 * gdb.base/funcargs.c: Likewise.
17535 * gdb.base/gcore.c: Likewise.
17536 * gdb.base/jump.c: Likewise.
17537 * gdb.base/langs0.c: Likewise.
17538 * gdb.base/langs1.c: Likewise.
17539 * gdb.base/langs2.c: Likewise.
17540 * gdb.base/mips_pro.c: Likewise.
17541 * gdb.base/nodebug.c: Likewise.
17542 * gdb.base/opaque0.c: Likewise.
17543 * gdb.base/opaque1.c: Likewise.
17544 * gdb.base/recurse.c: Likewise.
17545 * gdb.base/run.c: Likewise.
17546 * gdb.base/scope0.c: Likewise.
17547 * gdb.base/scope1.c: Likewise.
17548 * gdb.base/setshow.c: Likewise.
17549 * gdb.base/setvar.c: Likewise.
17550 * gdb.base/shmain.c: Likewise.
17551 * gdb.base/shr1.c: Likewise.
17552 * gdb.base/shr2.c: Likewise.
17553 * gdb.base/sigall.c: Likewise.
17554 * gdb.base/signals.c: Likewise.
17555 * gdb.base/so-indr-cl.c: Likewise.
17556 * gdb.base/solib2.c: Likewise.
17557 * gdb.base/structs.c: Likewise.
17558 * gdb.base/sum.c: Likewise.
17559 * gdb.base/vforked-prog.c: Likewise.
17560 * gdb.base/watchpoint.c: Likewise.
17561 * gdb.reverse/shr2.c: Likewise.
17562 * gdb.reverse/until-reverse.c: Likewise.
17563 * gdb.reverse/ur1.c: Likewise.
17564 * gdb.reverse/watch-reverse.c: Likewise.
17565
17566 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17567
17568 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17569 variant.
17570 * gdb.base/sepdebug.exp: Drop references to removed code.
17571
17572 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17573
17574 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17575 variant. Preserve original line numbering.
17576 * gdb.base/list1.c: Likewise.
17577
17578 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17579
17580 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17581 variant.
17582 * gdb.base/break1.c: Likewise.
17583 * gdb.base/break.exp: Drop references to removed code.
17584
17585 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17586
17587 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17588 variant.
17589
17590 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17591
17592 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17593
17594 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17595
17596 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17597 logic into perform_all_tests() and invoke it with and without
17598 function header prototypes.
17599 (do_function_calls): Remove conditional XFAIL for PR 5318.
17600 (rerun_and_prepare): Remove duplicate code.
17601 (perform_all_tests): New. Main logic moved here.
17602
17603 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17604
17605 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17606 code guarded by #ifdef NO_PROTOTYPES.
17607 (t_double_many_args): Likewise.
17608 (DEF_FUNC_MANY_ARGS_1): Likewise.
17609 (DEF_FUNC_VALUES_1): Likewise.
17610 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17611 guarded by #ifdef PROTOTYPES.
17612
17613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17614
17615 * gdb.mi/mi-console.c: Add eye-catcher.
17616 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17617 instead of literal line number.
17618
17619 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17620
17621 * gdb.base/shr2.c: Add eye-catcher.
17622 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17623 line number.
17624
17625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17626
17627 * gdb.base/jump.c: Add eye-catchers.
17628 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17629 numbers.
17630
17631 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17632
17633 * gdb.base/execd-prog.c: Add eye-catchers.
17634 * gdb.base/foll-exec.c: Likewise.
17635 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17636 line numbers.
17637
17638 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17639
17640 * gdb.base/ending-run.c: Add eye-catchers.
17641 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17642 literal line numbers.
17643
17644 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17645
17646 * gdb.base/call-rt-st.c: Add eye-catchers.
17647 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17648 literal line numbers.
17649
17650 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17651
17652 * gdb.base/call-ar-st.c: Add eye-catchers.
17653 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17654 literal line numbers.
17655
17656 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17657
17658 * gdb.base/average.c: Add eye-catchers.
17659 * gdb.base/sum.c: Likewise.
17660 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17661 regexps dynamically.
17662
17663 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17664
17665 * gdb.base/solib1.c: Add eye-catchers.
17666 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17667 literal line numbers.
17668
17669 2014-11-12 Pedro Alves <palves@redhat.com>
17670
17671 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17672 leader has exited.
17673
17674 2014-11-12 Pedro Alves <palves@redhat.com>
17675
17676 * gdb.arch/i386-bp_permanent.c: New file.
17677 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17678 (srcfile): Set to i386-bp_permanent.c.
17679 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17680 that stepi does not execute the 'leave' instruction, instead of
17681 testing it does execute.
17682 * gdb.base/bp-permanent.c: New file.
17683 * gdb.base/bp-permanent.exp: New file.
17684
17685 2014-11-10 Doug Evans <xdje42@gmail.com>
17686
17687 PR symtab/17564
17688 * gdb.base/symtab-search-order.exp: New file.
17689 * gdb.base/symtab-search-order.c: New file.
17690 * gdb.base/symtab-search-order-1.c: New file.
17691 * gdb.base/symtab-search-order-shlib-1.c: New file.
17692
17693 2014-11-07 Pedro Alves <palves@redhat.com>
17694
17695 PR gdb/17511
17696 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17697 i?86-*-linux*.
17698
17699 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17700
17701 PR c++/17494
17702 * gdb.cp/pr17494.cc: New file.
17703 * gdb.cp/pr17494.exp: New file.
17704
17705 2014-11-02 Yao Qi <yao@codesourcery.com>
17706
17707 * gdb.python/python.exp: Get working directory and match the
17708 output of "set extended-prompt \\w " with it.
17709
17710 2014-10-30 Doug Evans <dje@google.com>
17711
17712 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17713 in objfiles.
17714 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17715 in progspaces.
17716
17717 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17718
17719 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17720 * gdb.base/realname-expand.exp: Likewise.
17721 * gdb.linespec/macro-relative.exp: Likewise.
17722
17723 2014-10-29 Pedro Alves <palves@redhat.com>
17724
17725 PR gdb/17408
17726 * gdb.threads/schedlock.c (some_function): New function.
17727 (call_function): New global.
17728 (MAYBE_CALL_SOME_FUNCTION): New macro.
17729 (thread_function): Call it.
17730 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17731 and use it instead of a global counter. Adjust all callers.
17732 (get_current_thread): Use "find current thread" for test message
17733 here rather than having all callers pass down the same string.
17734 (goto_loop): New procedure, factored out from ...
17735 (my_continue): ... this.
17736 (step_ten_loops): Change parameter from test message to command to
17737 use. Adjust.
17738 (list_count): Delete global.
17739 (check_result): New procedure, factored out from duplicate top
17740 level code.
17741 (continue tests): Wrap in with_test_prefix.
17742 (test_step): New procedure, factored out from duplicate top level
17743 code.
17744 (top level): Test "step" in combination with all scheduler-locking
17745 modes. Test "next" in combination with all scheduler-locking
17746 modes, and in combination with stepping over a function call or
17747 not.
17748 * gdb.threads/next-bp-other-thread.c: New file.
17749 * gdb.threads/next-bp-other-thread.exp: New file.
17750
17751 2014-10-29 Pedro Alves <palves@redhat.com>
17752
17753 PR python/17372
17754 * gdb.python/python.exp: Test a multi-line command that spawns
17755 interactive Python.
17756 * gdb.base/multi-line-starts-subshell.exp: New file.
17757
17758 2014-10-29 Yao Qi <yao@codesourcery.com>
17759
17760 * gdb.base/fileio.exp: Make directories on host.
17761
17762 2014-10-29 Yao Qi <yao@codesourcery.com>
17763
17764 * gdb.base/fileio.c (test_write): Close the file.
17765
17766 2014-10-28 Pedro Alves <palves@redhat.com>
17767
17768 PR gdb/12623
17769 * gdb.base/sigstep.c (no_handler): New global.
17770 (main): If 'no_handler is true, set the signal handlers to
17771 SIG_IGN.
17772 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17773 with_sw_watch and no_handler parameters. Handle them.
17774 (top level) <stepping over handler when stopped at a breakpoint
17775 test>: Add a test axis for testing with a software watchpoint, and
17776 another for testing with the signal handler set to SIG_IGN.
17777 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17778 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17779
17780 2014-10-28 Pedro Alves <palves@redhat.com>
17781
17782 PR gdb/17511
17783 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17784 * gdb.base/sigstep.exp (other_handler_location): New global.
17785 (advance): Support stepping into the signal handler, and running
17786 commands while in the handler.
17787 (in_handler_map): New global.
17788 (top level): In the advance test, add combinations for getting
17789 into the handler with stepping commands, and for running commands
17790 in the handler. Add comment descripting the advancei tests.
17791
17792 2014-10-28 Pedro Alves <palves@redhat.com>
17793
17794 * gdb.base/sigstep.exp: Use build_executable instead of
17795 prepare_for_testing.
17796 (top level): Move code that starts GDB, runs to main and creates a
17797 display to ...
17798 (restart): ... this new procedure.
17799 (top level): Move backtrace from signal handler test to ...
17800 (validate_backtrace): ... this new procedure.
17801 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17802 with_test_prefix. Always restart GDB.
17803 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17804 with_test_prefix. Always restart GDB. No need to delete
17805 breakpoints after the test.
17806 (test_skip_handler): Remove prefix parameter.
17807 (skip_over_handler, breakpoint_to_handler)
17808 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17809 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17810 restart GDB. No need to delete breakpoints after the test.
17811 (top level): Use foreach to call the test procedures with
17812 different commands.
17813
17814 2014-10-28 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17817 instead of GNATS numbers.
17818 * gdb.base/sigbpt.exp: Likewise.
17819 * gdb.base/siginfo.exp: Likewise.
17820 * gdb.base/sigstep.exp: Likewise.
17821
17822 2014-10-27 Pedro Alves <palves@redhat.com>
17823
17824 * gdb.base/sigstep.c (dummy): New global.
17825 (main): Issue a couple writes to the new global.
17826 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17827 procedures.
17828 (skip_over_handler): Use test_skip_handler.
17829 (top level): Call skip_over_handler for stepi and nexti too.
17830 (breakpoint_over_handler): Use test_skip_handler.
17831 (top level): Call breakpoint_over_handler for stepi and nexti too.
17832
17833 2014-10-27 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.trace/tfile.c (adjust_function_address)
17836 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17837 function descriptor.
17838
17839 2014-10-24 Don Breazeal <donb@codesourcery.com>
17840
17841 * gdb.base/foll-fork.exp (test_follow_fork,
17842 catch_fork_child_follow): Check for updated fork messages emitted
17843 from infrun.c.
17844 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17845 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17846 vfork_and_exec_child_follow_through_step): Check for updated vfork
17847 messages emitted from infrun.c.
17848
17849 2014-10-24 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.base/corefile.exp: Remove references to ultrix.
17852 * gdb.base/interrupt.exp: Likewise.
17853 * gdb.base/whatis.exp: Likewise.
17854 * gdb.gdb/selftest.exp: Likewise.
17855 * gdb.threads/manythreads.exp: Likewise.
17856 * gdb.threads/print-threads.exp: Likewise.
17857 * gdb.threads/pthreads.exp:: Likewise.
17858 * gdb.threads/schedlock.exp: Likewise.
17859
17860 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17861
17862 * gdb.cp/non-trivial-retval.cc: Add a test case.
17863 * gdb.cp/non-trivial-retval.exp: Add a test.
17864
17865 2014-10-20 Yao Qi <yao@codesourcery.com>
17866
17867 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17868 * gdb.python/py-objfile-script-gdb.py: New file.
17869 * gdb.python/py-objfile-script.exp: Update reference to
17870 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17871 of remote_download. Remove the dest file.
17872
17873 2014-10-20 Yao Qi <yao@codesourcery.com>
17874
17875 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17876 * gdb.base/step-line.exp: Likewise.
17877 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17878 * gdb.dwarf2/dw2-basic.exp: Likewise.
17879 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17880 * gdb.dwarf2/dw2-filename.exp: Likewise.
17881 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17882 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17883 * gdb.dwarf2/dw2-producer.exp: Likewise.
17884 * gdb.dwarf2/mac-fileno.exp: Likewise.
17885 * gdb.python/py-frame-args.exp: Likewise.
17886 * gdb.python/py-framefilter.exp: Likewise.
17887 * gdb.python/py-mi.exp: Likewise.
17888 * gdb.python/py-objfile-script.exp: Likewise
17889 * gdb.python/py-pp-integral.exp: Likewise.
17890 * gdb.python/py-pp-re-notag.exp: Likewise.
17891 * gdb.python/py-prettyprint.exp: Likewise.
17892 * gdb.python/py-section-script.exp: Likewise.
17893 * gdb.python/py-typeprint.exp: Likewise.
17894 * gdb.python/py-xmethods.exp: Likewise.
17895 * gdb.stabs/weird.exp: Likewise.
17896 * gdb.xml/tdesc-regs.exp: Likewise.
17897
17898 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17899
17900 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17901 (out_cu): Use addr_len for the size of addresses.
17902 (out_line): Likewise. Size DW_LNE_set_address instruction
17903 according to addr_len.
17904 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17905 (FUNC): Add START_INSNS to definition.
17906
17907 2014-10-18 Yao Qi <yao@codesourcery.com>
17908
17909 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17910 gdb_has_argv0 return true.
17911 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17912 check [target_info exists noargs], check [gdb_has_argv0]
17913 instead.
17914 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17915 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17916 procedures.
17917
17918 2014-10-17 Doug Evans <dje@google.com>
17919
17920 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17921 event.
17922 * gdb.python/py-events.py: Add clear_objfiles event.
17923
17924 2014-10-17 Doug Evans <dje@google.com>
17925
17926 * gdb.python/py-objfile.exp: Test progspace attribute.
17927
17928 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17929
17930 * gdb.guile/scm-breakpoint.exp: Do not assume any
17931 directory separators when matching source file paths.
17932 * gdb.python/py-breakpoint.exp: Likewise.
17933 * gdb.reverse/break-precsave.exp: Likewise.
17934 * gdb.reverse/break-reverse.exp: Likewise.
17935 * gdb.reverse/consecutive-precsave.exp: Likewise.
17936 * gdb.reverse/finish-precsave.exp: Likewise.
17937 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17938 * gdb.reverse/finish-reverse.exp: Likewise.
17939 * gdb.reverse/i386-precsave.exp: Likewise.
17940 * gdb.reverse/i387-env-reverse.exp: Likewise.
17941 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17942 * gdb.reverse/machinestate-precsave.exp: Likewise.
17943 * gdb.reverse/machinestate.exp: Likewise.
17944 * gdb.reverse/sigall-precsave.exp: Likewise.
17945 * gdb.reverse/solib-precsave.exp: Likewise.
17946 * gdb.reverse/step-precsave.exp: Likewise.
17947 * gdb.reverse/until-precsave.exp: Likewise.
17948 * gdb.reverse/watch-precsave.exp: Likewise.
17949 * gdb.reverse/watch-reverse.exp: Likewise.
17950
17951 2014-10-17 Yao Qi <yao@codesourcery.com>
17952
17953 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17954 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17955
17956 2014-10-17 Pedro Alves <palves@redhat.com>
17957
17958 PR gdb/17471
17959 * gdb.base/bg-execution-repeat.c: New file.
17960 * gdb.base/bg-execution-repeat.exp: New file.
17961
17962 2014-10-17 Pedro Alves <palves@redhat.com>
17963
17964 PR gdb/17300
17965 * gdb.base/continue-all-already-running.c: New file.
17966 * gdb.base/continue-all-already-running.exp: New file.
17967
17968 2014-10-17 Pedro Alves <palves@redhat.com>
17969
17970 PR gdb/17472
17971 * gdb.base/annota-input-while-running.c: New file.
17972 * gdb.base/annota-input-while-running.exp: New file.
17973
17974 2014-10-17 Pedro Alves <palves@redhat.com>
17975
17976 * gdb.base/callfuncs.exp: emove references to osf.
17977 * gdb.base/sigall.exp: Likewise.
17978 * gdb.gdb/selftest.exp: Likewise.
17979 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17980 * gdb.mi/non-stop.c: Likewise.
17981 * gdb.mi/pthreads.c: Likewise.
17982 * gdb.reverse/sigall-precsave.exp: Likewise.
17983 * gdb.reverse/sigall-reverse.exp: Likewise.
17984 * gdb.threads/pthreads.c: Likewise.
17985 * gdb.threads/pthreads.exp: Likewise.
17986
17987 2014-10-17 Yao Qi <yao@codesourcery.com>
17988
17989 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17990 check 'target_info exists noargs'.
17991 (test_command_prompt_position): Likewise.
17992 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17993 Remove "set args".
17994 (progvar_simple_while_test): Likewise.
17995 (progvar_complex_if_while_test): Likewise.
17996 (if_while_breakpoint_command_test): Likewise.
17997 (infrun_breakpoint_command_test): Likewise.
17998 (breakpoint_command_test): Likewise.
17999 (watchpoint_command_test): Likewise.
18000 (bp_deleted_in_command_test): Likewise.
18001 (temporary_breakpoint_commands): Likewise.
18002
18003 2014-10-16 Yao Qi <yao@codesourcery.com>
18004
18005 * gdb.base/remotetimeout.exp: Remove noargs checking.
18006
18007 2014-10-15 Pedro Alves <palves@redhat.com>
18008
18009 PR breakpoints/9649
18010 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18011 * gdb.base/breakpoint-in-ro-region.exp
18012 (probe_target_hardware_step): New procedure.
18013 (top level): Probe hardware stepping and hardware breakpoint
18014 support. Test stepping through a read-only region, with both
18015 "breakpoint auto-hw" on and off and both "always-inserted" on and
18016 off.
18017
18018 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18019
18020 * gdb.dlang/demangle.exp: Update for demangling changes.
18021
18022 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18023
18024 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18025 * gdb.cp/non-trivial-retval.exp: Add new tests.
18026
18027 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18028
18029 PR c++/13403
18030 PR c++/15154
18031 * gdb.cp/non-trivial-retval.cc: New file.
18032 * gdb.cp/non-trivial-retval.exp: New file.
18033
18034 2014-10-15 Yao Qi <yao@codesourcery.com>
18035
18036 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18037 remote host.
18038
18039 2014-10-15 Yao Qi <yao@codesourcery.com>
18040
18041 * gdb.python/py-symbol.exp: Match file base name if host is
18042 remote, otherwise match file name with dir name.
18043 * gdb.python/py-symtab.exp: Likewise.
18044 * gdb.python/python.exp: Likewise.
18045
18046 2014-10-15 Yao Qi <yao@codesourcery.com>
18047
18048 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18049 pattern.
18050 * gdb.python/py-symtab.exp: Likewise.
18051 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18052 locationn.
18053
18054 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18055
18056 * gdb.ada/addr_arith: New testcase.
18057
18058 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18059
18060 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18061 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18062 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18063 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18064
18065 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18066
18067 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18068 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18069 * gdb.arch/stap-eval-lang-ada.exp: New file.
18070
18071 2014-10-14 Yao Qi <yao@codesourcery.com>
18072
18073 * gdb.mi/mi-var-child.c (nothing1): New function.
18074 (nothing2): New function.
18075 (do_children_tests): Set function pointers by nothing1 and
18076 nothing2.
18077 * gdb.mi/mi-var-child.exp: Step over new added statements.
18078 Update test to match the new output.
18079 * gdb.mi/var-cmd.c (nothing1): New function.
18080 (nothing2): New function.
18081 (do_children_tests): Set function pointers by nothing1 and
18082 nothing2.
18083 * gdb.mi/mi-var-display.exp: Update test to match output.
18084 Step to the line specified by $line_dct_nothing.
18085 Increase the number of lines to step.
18086
18087 2014-10-14 Yao Qi <yao@codesourcery.com>
18088
18089 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18090 tests.
18091 * gdb.mi/mi2-var-child.exp: Likewise.
18092
18093 2014-10-13 Doug Evans <dje@google.com>
18094
18095 * gdb.python/py-objfile.exp: Change name of file name test.
18096
18097 2014-10-13 Doug Evans <dje@google.com>
18098
18099 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18100 from the start of the CU.
18101
18102 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18103 Yao Qi <yao@codesourcery.com>
18104
18105 Fix "save breakpoints" for "catch" command.
18106 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18107 Remove -nonewline. Match also the added "main" line.
18108
18109 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18110
18111 Fix "save breakpoints" for "disable $bpnum" command.
18112 * gdb.base/save-bp.c (main): Add label.
18113 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18114
18115 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18116
18117 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18118
18119 2014-10-11 Yao Qi <yao@codesourcery.com>
18120
18121 * gdb.server/server-kill.exp: Execute command
18122 "set remote trace-status-packet on" before "tstatus".
18123
18124 2014-10-11 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18127 (main): Call getppid.
18128 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18129 and continue to it. Read variable "server_pid".
18130
18131 2014-10-11 Yao Qi <yao@codesourcery.com>
18132
18133 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18134
18135 2014-10-11 Yao Qi <yao@codesourcery.com>
18136
18137 * gdb.threads/thread-find.exp: Don't execute command
18138 "info threads".
18139 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18140 * gdb.threads/linux-dp.exp: Don't check the condition
18141 $threads_created equals to zero.
18142
18143 2014-10-10 Pedro Alves <palves@redhat.com>
18144
18145 * gdb.base/bigcore.exp: Remove references to IRIX.
18146 * gdb.base/funcargs.exp: Likewise.
18147 * gdb.base/interrupt.exp: Likewise.
18148 * gdb.base/mips_pro.exp: Likewise.
18149 * gdb.base/nodebug.exp: Likewise.
18150 * gdb.base/setvar.exp: Likewise.
18151 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18152
18153 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18154 Pedro Alves <palves@redhat.com>
18155
18156 PR symtab/14466
18157 * gdb.base/vdso-warning.c: New file.
18158 * gdb.base/vdso-warning.exp: New file.
18159
18160 2014-10-02 Doug Evans <dje@google.com>
18161
18162 * gdb.base/structs.c (main): Don't run forever.
18163
18164 2014-10-02 Pedro Alves <palves@redhat.com>
18165
18166 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18167 (top level) <stop threads 1, stop threads 2>: Use it.
18168
18169 2014-10-02 Pedro Alves <palves@redhat.com>
18170
18171 * gdb.threads/break-while-running.exp (test): Add new
18172 'update_thread_list' argument. Skip "info threads" if false.
18173 (top level): Add new 'update_thread_list' axis.
18174
18175 2014-10-02 Pedro Alves <palves@redhat.com>
18176
18177 PR breakpoints/17431
18178 * gdb.base/execl-update-breakpoints.c: New file.
18179 * gdb.base/execl-update-breakpoints.exp: New file.
18180
18181 2014-10-01 Pedro Alves <palves@redhat.com>
18182
18183 * gdb.base/breakpoint-in-ro-region.c: New file.
18184 * gdb.base/breakpoint-in-ro-region.exp: New file.
18185
18186 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18187
18188 * gdb.mi/mi-exit-code.exp: New file.
18189 * gdb.mi/mi-exit-code.c: New file.
18190
18191 2014-09-30 Yao Qi <yao@codesourcery.com>
18192
18193 * lib/prelink-support.exp (build_executable_own_libs): Error if
18194 the target isn't native.
18195
18196 2014-09-30 Yao Qi <yao@codesourcery.com>
18197
18198 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18199 false.
18200
18201 2014-09-22 Pedro Alves <palves@redhat.com>
18202
18203 * gdb.threads/break-while-running.exp: New file.
18204 * gdb.threads/break-while-running.c: New file.
18205
18206 2014-09-19 Yao Qi <yao@codesourcery.com>
18207
18208 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18209 Invoke test. Restart GDB with --readnow and invoke test again.
18210
18211 2014-09-19 Yao Qi <yao@codesourcery.com>
18212
18213 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18214 proc set_breakpoint_on_gcd_function. Invoke
18215 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18216 invoke set_breakpoint_on_gcd_function again.
18217
18218 2014-09-18 Doug Evans <dje@google.com>
18219
18220 * gdb.dwarf2/symtab-producer.exp: New file.
18221
18222 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18223
18224 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18225 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18226 * gdb.base/global-var-nested-by-dso.c: Likewise.
18227 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18228
18229 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18230 Pedro Alves <palves@redhat.com>
18231
18232 * gdb.base/watch-bitfields.exp: Pass string other than test file
18233 name to prepare_for_testing.
18234 (watch): New procedure.
18235 (expect_watchpoint): Use with_test_prefix.
18236 (top level): Factor out tests to ...
18237 (test_watch_location, test_regular_watch): ... these new
18238 procedures, and use with_test_prefix and gdb_continue_to_end.
18239
18240 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18241
18242 PR breakpoints/12526
18243 * gdb.base/watch-bitfields.exp: New file.
18244 * gdb.base/watch-bitfields.c: New file.
18245
18246 2014-09-16 Pedro Alves <palves@redhat.com>
18247
18248 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18249 software and hardware addresses, not software address against
18250 itself.
18251
18252 2014-09-16 Pedro Alves <palves@redhat.com>
18253
18254 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18255 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18256
18257 2014-09-16 Pedro Alves <palves@redhat.com>
18258
18259 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18260 files.
18261 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18262 "*-*-vxworks*" throughout.
18263 * gdb.base/break.exp: Likewise.
18264 * gdb.base/default.exp: Likewise.
18265 * gdb.base/scope.exp: Likewise.
18266 * gdb.base/sepdebug.exp: Likewise.
18267 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18268 throughout.
18269 * gdb.base/run.c: Likewise.
18270 * gdb.base/sepdebug.c: Likewise.
18271 * gdb.hp/gdb.aCC/run.c: Likewise.
18272 * gdb.reverse/until-reverse.c: Likewise.
18273 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18274
18275 2014-09-16 Yao Qi <yao@codesourcery.com>
18276
18277 * boards/local-remote-host-native.exp: New file.
18278
18279 2014-09-14 Doug Evans <xdje42@gmail.com>
18280
18281 * gdb.threads/queue-signal.c (thread_count): New variable.
18282 (thread_count_mutex, thread_count_condvar): New variables.
18283 (incr_thread_count, wait_all_threads_running): New functions.
18284 (main): Wait for all threads to be in their thread functions.
18285
18286 2014-09-13 Doug Evans <xdje42@gmail.com>
18287
18288 * gdb.threads/queue-signal.c: New file.
18289 * gdb.threads/queue-signal.exp: New file.
18290
18291 2014-09-13 Doug Evans <xdje42@gmail.com>
18292
18293 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18294 be consistent with what default_gdb_init uses.
18295 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18296 the plain text of the prompt. Add some logging printfs.
18297 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18298
18299 2014-09-12 Pedro Alves <palves@redhat.com>
18300
18301 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18302 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18303 * gdb.arch/i386-size-overlap.exp: Likewise.
18304 * gdb.arch/i386-size.exp: Likewise.
18305 * gdb.arch/i386-unwind.exp: Likewise.
18306 * gdb.base/a2-run.exp: Likewise.
18307 * gdb.base/break.exp: Likewise.
18308 * gdb.base/charset.exp: Likewise.
18309 * gdb.base/chng-syms.exp: Likewise.
18310 * gdb.base/commands.exp: Likewise.
18311 * gdb.base/dbx.exp: Likewise.
18312 * gdb.base/find.exp: Likewise.
18313 * gdb.base/funcargs.exp: Likewise.
18314 * gdb.base/jit-simple.exp: Likewise.
18315 * gdb.base/reread.exp: Likewise.
18316 * gdb.base/sepdebug.exp: Likewise.
18317 * gdb.base/step-bt.exp: Likewise.
18318 * gdb.cp/mb-inline.exp: Likewise.
18319 * gdb.cp/mb-templates.exp: Likewise.
18320 * gdb.objc/basicclass.exp: Likewise.
18321 * gdb.threads/killed.exp: Likewise.
18322
18323 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18324
18325 PR tdep/17379
18326 * gdb.arch/powerpc-stackless.S: New file.
18327 * gdb.arch/powerpc-stackless.exp: New file.
18328
18329 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18330
18331 * gdb.base/attach.c: Include unistd.h.
18332 (main): Call alarm. Add label postloop.
18333 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18334 gdb_breakpoint, gdb_continue_to_breakpoint.
18335 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18336
18337 2014-09-11 Pedro Alves <palves@redhat.com>
18338
18339 PR gdb/17347
18340 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18341 * gdb.base/attach.exp (test_command_line_attach_run): New
18342 procedure.
18343 (top level): Call it.
18344
18345 2014-09-11 Pedro Alves <palves@redhat.com>
18346
18347 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18348 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18349 (do_command_attach_tests): Use spawn_wait_for_attach.
18350 * gdb.base/solib-overlap.exp: Likewise.
18351 * gdb.multi/multi-attach.exp: Likewise.
18352 * gdb.python/py-prompt.exp: Likewise.
18353 * gdb.python/py-sync-interp.exp: Likewise.
18354 * gdb.server/ext-attach.exp: Likewise.
18355
18356 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18357
18358 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18359 command in testcase. Simplify testcase.
18360
18361 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18362
18363 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18364
18365 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18366
18367 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18368
18369 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18370
18371 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18372
18373 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.dwarf2/dynarr-ptr.c: New file.
18376 * gdb.dwarf2/dynarr-ptr.exp: New file.
18377
18378 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18379
18380 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18381 of 30 rather than hardcoding 120 for a slow test case. Take the
18382 `gdb,timeout' target setting into account for this calculation.
18383 Don't extend the timeout for the test cases that don't need it.
18384
18385 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18386
18387 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18388 a factor of 2 for a slow test case. Take the `gdb,timeout'
18389 target setting into account for this calculation.
18390 * gdb.reverse/until-precsave.exp: Increase the timeout by
18391 a factor of 15 and 3 respectively rather than adding 120
18392 for a pair of slow test cases. Take the `gdb,timeout'
18393 target setting into account for this calculation.
18394
18395 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18396
18397 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18398 timeout, don't pass one down to gdb_expect.
18399 (gdb_expect): Rework timeout selection.
18400
18401 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18402
18403 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18404 exception on timeout.
18405 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18406 (gdbserver_start_extended): Catch any `gdbserver_start' error
18407 exceptions.
18408 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18409 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18410 `gdbserver_gdb_load' error exceptions.
18411
18412 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18413
18414 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18415 120 on waiting for the TCP socket to open.
18416
18417 2014-09-09 Doug Evans <xdje42@gmail.com>
18418
18419 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18420 _caller_matches, _any_caller_is, _any_caller_matches.
18421
18422 2014-09-09 Doug Evans <xdje42@gmail.com>
18423
18424 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18425
18426 2014-09-09 Yao Qi <yao@codesourcery.com>
18427
18428 * gdb.mi/mi-var-display.exp: Set print symbol off.
18429
18430 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18431
18432 PR gdb/17035
18433 * gdb.base/commands.exp: Add tests to verify user-defined
18434 commands with empty bodies.
18435 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18436 python commands in `show user command`.
18437 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18438 scheme commands in `show user command`.
18439
18440 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18441
18442 PR python/17355
18443 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18444 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18445 * gdb.python/py-framefilter-invalidarg.exp: New file.
18446 * gdb.python/py-framefilter-invalidarg.py: New file.
18447
18448 2014-09-06 Doug Evans <xdje42@gmail.com>
18449
18450 PR 15276
18451 * gdb.python/py-caller-is.c: New file.
18452 * gdb.python/py-caller-is.exp: New file.
18453
18454 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18455
18456 PR gdb/17235
18457 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18458 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18459
18460 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18461
18462 PR fortran/17237
18463 * gdb.fortran/print-formatted.exp: New file.
18464 * gdb.fortran/print-formatted.f90: Likewise.
18465
18466 2014-09-03 Sasha Smundak <asmundak@google.com>
18467
18468 * gdb.python/py-frame.exp: Test Frame.read_register.
18469
18470 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18471
18472 PR python/16699
18473 * gdb.python/py-completion.exp: New file.
18474 * gdb.python/py-completion.py: Likewise.
18475
18476 2014-08-28 Doug Evans <dje@google.com>
18477
18478 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18479 eax,etc. are live with values set by gdb and thus the compiler can't
18480 use them.
18481 * gdb.arch/i386-pseudo.c (main): Ditto.
18482
18483 2014-08-27 Doug Evans <dje@google.com>
18484
18485 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18486
18487 2014-08-25 Doug Evans <dje@google.com>
18488
18489 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18490 (main): Ditto.
18491
18492 2014-08-25 Doug Evans <dje@google.com>
18493
18494 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18495
18496 2014-08-24 Yao Qi <yao@codesourcery.com>
18497
18498 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18499 symbol off.
18500 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18501
18502 2014-08-22 Doug Evans <dje@google.com>
18503
18504 PR 17276
18505 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18506 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18507 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18508
18509 2014-08-22 Yao Qi <yao@codesourcery.com>
18510
18511 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18512 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18513 * gdb.python/python.exp: Likewise. Use .py file on the host
18514 instead of the build.
18515
18516 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18517
18518 * gdb.threads/gcore-stale-thread.c: New file.
18519 * gdb.threads/gcore-stale-thread.exp: New file.
18520
18521 2014-08-21 Pedro Alves <palves@redhat.com>
18522
18523 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18524 * gdb.base/gcore-relro-pie.exp: Likewise.
18525 * gdb.base/gcore-relro.exp: Likewise.
18526 * gdb.base/gcore.exp: Likewise.
18527 * gdb.base/print-symbol-loading.exp: Likewise.
18528 * gdb.threads/gcore-thread.exp: Likewise.
18529 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18530
18531 2014-08-20 Pedro Alves <palves@redhat.com>
18532 Jan Kratochvil <jan.kratochvil@redhat.com>
18533
18534 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18535 configure.
18536 (EXPECT): Handle READ1 being set.
18537 (all): Depend on EXTRA_RULES.
18538 (check-read1, expect-read1, read1.so, read1): New rules.
18539 * README (Testsuite Parameters): Document the READ1 make variable.
18540 (Race detection): New section.
18541 * configure: Regenerate.
18542 * configure.ac: If build==host==target, and running under a
18543 GNU/glibc system, add read1 to the extra Makefile rules.
18544 (EXTRA_RULES): AC_SUBST it.
18545 * lib/read1.c: New file.
18546
18547 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18548
18549 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18550 the handling of variables declared as a typedef to an array
18551 which a DW_AT_data_location attribute.
18552
18553 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18554 Pedro Alves <palves@redhat.com>
18555
18556 PR symtab/14604
18557 PR symtab/14605
18558 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18559 gdb_test.
18560
18561 2014-08-19 Pedro Alves <palves@redhat.com>
18562
18563 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18564
18565 2014-08-19 Yao Qi <yao@codesourcery.com>
18566
18567 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18568 right line.
18569
18570 2014-08-18 David Blaikie <dblaikie@gmail.com>
18571
18572 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18573
18574 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18575
18576 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18577 attribute in array range.
18578
18579 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18580
18581 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18582
18583 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18584
18585 PR c++/17132
18586 * gdb.cp/pr17132.cc: New file.
18587 * gdb.cp/pr17132.exp: New file.
18588
18589 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18590
18591 * gdb.python/py-xmethods.py (A_getarrayind)
18592 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18593 Use 'print' with function call syntax.
18594 (E_method_matcher.match): Fix tab vs space indentation mixup.
18595
18596 2014-08-15 Yao Qi <yao@codesourcery.com>
18597
18598 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18599 false.
18600
18601 2014-08-15 Yao Qi <yao@codesourcery.com>
18602
18603 * gdb.cp/casts.exp: Set print symbol off.
18604 * gdb.cp/class2.exp: Likewise.
18605 * gdb.cp/overload.exp: Likewise.
18606 * gdb.cp/templates.exp: Likewise.
18607
18608 2014-08-11 Doug Evans <dje@google.com>
18609
18610 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18611 (test_load_shlib): Update.
18612
18613 2014-08-09 Yao Qi <yao@codesourcery.com>
18614
18615 * gdb.base/display.exp: Invoke is_address_zero_readable.
18616 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18617 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18618 * gdb.base/hbreak-unmapped.exp: Return if
18619 is_address_zero_readable returns true.
18620 * gdb.base/signest.exp: Likewise.
18621 * gdb.base/signull.exp: Likewise.
18622 * gdb.base/sigbpt.exp: Likewise.
18623 * gdb.guile/scm-disasm.exp: Do the test if
18624 is_address_zero_readable returns false.
18625 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18626 * gdb.python/py-arch.exp: Likewise.
18627 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18628 * lib/gdb.exp (is_address_zero_readable): New proc.
18629
18630 2014-08-09 Yao Qi <yao@codesourcery.com>
18631
18632 PR testsuite/13443
18633 * gdb.mi/mi-var-display.exp: Make test messages unique.
18634
18635 2014-08-04 Tom Tromey <tromey@redhat.com>
18636
18637 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18638 target 0".
18639
18640 2014-08-04 Tom Tromey <tromey@redhat.com>
18641
18642 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18643 "target_resume".
18644
18645 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18646
18647 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18648 inner_vla_struct_object_size.
18649 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18650 as xfail.
18651
18652 2014-07-30 Pedro Alves <palves@redhat.com>
18653
18654 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18655 comment.
18656
18657 2014-07-29 Yao Qi <yao@codesourcery.com>
18658
18659 PR gdb/17206
18660 * gdb.base/until-nodebug.exp: New.
18661
18662 2014-07-28 Doug Evans <xdje42@gmail.com>
18663
18664 PR guile/17203
18665 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18666 previously existing parameter, and previously ambiguously spelled
18667 parameter.
18668
18669 2014-07-28 Will Newton <will.newton@linaro.org>
18670
18671 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18672
18673 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18674 Doug Evans <xdje42@gmail.com>
18675
18676 PR guile/17146
18677 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18678
18679 2014-07-25 Pedro Alves <palves@redhat.com>
18680
18681 * gdb.threads/signal-command-handle-nopass.c: New file.
18682 * gdb.threads/signal-command-handle-nopass.exp: New file.
18683 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18684 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18685 * gdb.threads/signal-delivered-right-thread.c: New file.
18686 * gdb.threads/signal-delivered-right-thread.exp: New file.
18687
18688 2014-07-25 Pedro Alves <palves@redhat.com>
18689
18690 * gdb.base/double-prompt-target-event-error.exp
18691 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18692 match.
18693 (cancel_pagination_in_target_event): Rework double prompt
18694 detection.
18695 * gdb.base/paginate-after-ctrl-c-running.exp
18696 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18697 <return>' match.
18698 * gdb.base/paginate-bg-execution.exp
18699 (test_bg_execution_pagination_return)
18700 (test_bg_execution_pagination_cancel): Remove '-notransfer
18701 <return>' matches.
18702 * gdb.base/paginate-execution-startup.exp
18703 (test_fg_execution_pagination_return)
18704 (test_fg_execution_pagination_cancel): Remove '-notransfer
18705 <return>' matches.
18706 * gdb.base/paginate-inferior-exit.exp
18707 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18708 match.
18709 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18710 * lib/gdb.exp (pagination_prompt): Run text through
18711 string_to_regexp.
18712 (gdb_test_multiple): Match $pagination_prompt instead of
18713 "<return>".
18714 (string_to_regexp): Move to lib/gdb-utils.exp.
18715
18716 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18717
18718 * gdb.arch/amd64-entry-value-paramref.S: New file.
18719 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18720 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18721 * gdb.arch/amd64-optimout-repeat.S: New file.
18722 * gdb.arch/amd64-optimout-repeat.c: New file.
18723 * gdb.arch/amd64-optimout-repeat.exp: New file.
18724
18725 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18726
18727 PR gdb/17170
18728 * gdb.base/statistics.exp: New file.
18729
18730 2014-07-17 Doug Evans <dje@google.com>
18731
18732 PR gdb/17170
18733 * gdb.base/maint.exp: Update testing of per-command stats.
18734
18735 2014-07-16 Pedro Alves <palves@redhat.com>
18736
18737 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18738 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18739 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18740 (tfile_write_buf): New functions.
18741 (add_memory_block): Rewrite using the above.
18742 (adjust_function_address): New function.
18743 (FUNCTION_ADDRESS): New macro.
18744 (write_basic_trace_file): Remove short_x local, and use
18745 tfile_write_16. Change type of func_addr local to unsigned long
18746 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18747 here. Cast argument of add_memory_block to char pointer.
18748 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18749 (main): Remove parameters.
18750 * gdb.trace/tfile.exp: Remove nowarnings.
18751
18752 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18753
18754 * gdb.base/debug-expr.exp: Test string evaluation with
18755 "debug expression" on.
18756
18757 2014-07-15 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.base/reread.exp: Use clean_restart.
18760
18761 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18762
18763 * gdb.arch/avr-flash-qualifer.c: New.
18764 * gdb.arch/avr-flash-qualifer.exp: New.
18765
18766 2014-07-14 Pedro Alves <palves@redhat.com>
18767
18768 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18769 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18770
18771 2014-07-14 Pedro Alves <palves@redhat.com>
18772
18773 * gdb.base/double-prompt-target-event-error.c: New file.
18774 * gdb.base/double-prompt-target-event-error.exp: New file.
18775
18776 2014-07-14 Pedro Alves <palves@redhat.com>
18777
18778 PR gdb/17072
18779 * gdb.base/paginate-inferior-exit.c: New file.
18780 * gdb.base/paginate-inferior-exit.exp: New file.
18781
18782 2014-07-14 Pedro Alves <palves@redhat.com>
18783
18784 PR gdb/17072
18785 * gdb.base/paginate-bg-execution.c: New file.
18786 * gdb.base/paginate-bg-execution.exp: New file.
18787
18788 2014-07-14 Pedro Alves <palves@redhat.com>
18789
18790 PR gdb/17072
18791 * gdb.base/paginate-execution-startup.c: New file.
18792 * gdb.base/paginate-execution-startup.exp: New file.
18793 * lib/gdb.exp (pagination_prompt): New global.
18794 (default_gdb_spawn): New procedure, factored out from
18795 default_gdb_spawn.
18796 (default_gdb_start): Adjust to call default_gdb_spawn.
18797 (gdb_spawn): New procedure.
18798
18799 2014-07-14 Pedro Alves <palves@redhat.com>
18800
18801 * lib/gdb.exp (gdb_assert): New procedure.
18802 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18803
18804 2014-07-14 Pedro Alves <palves@redhat.com>
18805
18806 * gdb.base/execution-termios.c: New file.
18807 * gdb.base/execution-termios.exp: New file.
18808
18809 2014-07-14 Tom Tromey <tromey@redhat.com>
18810
18811 * gdb.cp/vla-cxx.cc: New file.
18812 * gdb.cp/vla-cxx.exp: New file.
18813
18814 2014-07-14 Tom Tromey <tromey@redhat.com>
18815
18816 * gdb.reverse/rerun-prec.c: New file.
18817 * gdb.reverse/rerun-prec.exp: New file.
18818
18819 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18820 Maciej W. Rozycki <macro@codesourcery.com>
18821
18822 * lib/gdb-utils.exp: New file.
18823 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18824 inline `gdb_init_command' processing.
18825 (gdb_start_cmd): Likewise.
18826 * lib/mi-support.exp (mi_run_cmd): Likewise.
18827 * README: Document `gdb_init_command' and `gdb_init_commands'.
18828
18829 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18830
18831 Fix false FAIL running under a very long directory name.
18832 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18833 and "set print elements 10000". Twice.
18834
18835 2014-07-11 Yao Qi <yao@codesourcery.com>
18836
18837 * gdb.base/exprs.exp: "set print symbol off".
18838
18839 2014-07-11 Pedro Alves <palves@redhat.com>
18840
18841 * gdb.threads/kill.c: New file.
18842 * gdb.threads/kill.exp: New file.
18843
18844 2014-07-10 Yao Qi <yao@codesourcery.com>
18845
18846 * gdb.trace/tfile.c (write_basic_trace_file)
18847 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18848 address written to trace file.
18849
18850 2014-07-09 Pedro Alves <palves@redhat.com>
18851
18852 * gdb.base/attach-wait-input.exp: New file.
18853 * gdb.base/attach-wait-input.c: New file.
18854
18855 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18856
18857 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18858 setting up test structures.
18859 (main): Call new test function.
18860 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18861 test function, continue into test function and walk test
18862 structures.
18863
18864 2014-07-02 Yao Qi <yao@codesourcery.com>
18865
18866 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18867 'bar_start' at the beginning of functions 'foo' and 'bar'
18868 respectively.
18869 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18870 instead of 'foo' and 'bar'.
18871
18872 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18873
18874 * gdb.btrace/segv.exp: New.
18875 * gdb.btrace/segv.c: New.
18876
18877 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18878
18879 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18880 instruction.
18881
18882 2014-06-30 Mark Wielaard <mjw@redhat.com>
18883
18884 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18885 vulture, vilify, villar): New volatile array constants.
18886 (vindictive, vegetation): New const volatile array constants.
18887 * gdb.base/volatile.exp: Test volatile and const volatile array
18888 types.
18889
18890 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18891
18892 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18893 target lacks support for awatch, rwatch, or hbreak.
18894
18895 2014-06-27 Yao Qi <yao@codesourcery.com>
18896
18897 * gdb.multi/dummy-frame-restore.exp: New.
18898 * gdb.multi/dummy-frame-restore.c: New.
18899
18900 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18901
18902 * gdb.btrace/gcore.exp: New.
18903
18904 2014-06-23 Pedro Alves <palves@redhat.com>
18905
18906 * gdb.base/watchpoint-reuse-slot.c: New file.
18907 * gdb.base/watchpoint-reuse-slot.exp: New file.
18908
18909 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18910
18911 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18912 progspace's filename in 'info', 'enable' and 'disable' command
18913 tests.
18914
18915 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18916
18917 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18918 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18919 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18920
18921 2014-06-20 Gary Benson <gbenson@redhat.com>
18922
18923 * gdb.arch/i386-avx.exp: Fix include file location.
18924 * gdb.arch/i386-sse.exp: Likewise.
18925
18926 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18927
18928 * gdb.dlang/expression.exp: New file.
18929
18930 2014-06-19 Pedro Alves <palves@redhat.com>
18931
18932 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18933 out from ...
18934 (top level): ... here. Iterate running tests under different
18935 scheduler-locking settings.
18936
18937 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18938
18939 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18940 to DW_FORM_addr and use non-zero addresses.
18941
18942 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18943
18944 PR gdb/17017
18945 * gdb.python/py-xmethods.cc: Add global function call counters and
18946 increment them in their respective functions. Remove "cout"
18947 statements.
18948 * gdb.python/py-xmethods.exp: Make tests check the global function
18949 call counters instead of depending on inferior IO.
18950
18951 2014-06-18 Don Breazeal <donb@codesourcery.com>
18952
18953 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18954 Deleted procedure.
18955 (explicit_fork_parent_follow): Deleted procedure.
18956 (explicit_fork_child_follow): Deleted procedure.
18957 (test_follow_fork): New procedure.
18958 (do_fork_tests): Replace calls to deleted procedures with
18959 calls to test_follow_fork and reset GDB for subsequent
18960 procedure calls.
18961
18962 2014-06-17 Yao Qi <yao@codesourcery.com>
18963
18964 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18965 CP1252.
18966
18967 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18968
18969 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18970 Initialize ptr and S explicitly.
18971 (skip_type_update_when_not_use_rtti_test): Likewise.
18972
18973 2014-06-16 Keith Seitz <keiths@redhat.com>
18974
18975 PR mi/15863
18976 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18977 the inferior is started.
18978
18979 2014-06-16 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.base/break-main-file-remove-fail.c: New file.
18982 * gdb.base/break-main-file-remove-fail.exp: New file.
18983 * gdb.base/break-unload-file.exp: Use build_executable instead of
18984 prepare_for_testing.
18985 (test_break): New parameter "initial_load". Handle it.
18986 (top level): Add initial_load cmdline/file axis.
18987
18988 2014-06-12 Tom Tromey <tromey@redhat.com>
18989
18990 * gdb.base/completion.exp: Don't use directory name in test.
18991
18992 2014-06-09 Gary Benson <gbenson@redhat.com>
18993
18994 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18995 separate the always-available ANSI-standard signals from the
18996 signals that require checking.
18997 (main): Likewise.
18998 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18999 Likewise.
19000 (main): Likewise.
19001
19002 2014-06-07 Keith Seitz <keiths@redhat.com>
19003
19004 Revert:
19005 PR c++/16253
19006 * gdb.cp/var-tag.cc: New file.
19007 * gdb.cp/var-tag.exp: New file.
19008 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19009 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19010 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19011 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19012
19013 2014-06-06 Doug Evans <xdje42@gmail.com>
19014
19015 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19016
19017 2014-06-06 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19020 in target debug output instead of looking at RSP packets,
19021 disabling the test on any target that uses hardware stepping.
19022 Update comments.
19023
19024 2014-06-06 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.base/break-unload-file.exp: Fix typo.
19027
19028 2014-06-06 Yao Qi <yao@codesourcery.com>
19029
19030 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19031 from "jit_function" to "^jit_function".
19032
19033 2014-06-06 Yao Qi <yao@codesourcery.com>
19034
19035 * gdb.base/async.c (foo): Add one statement.
19036 * gdb.base/async.exp: Get the next instruction address and
19037 match the output of "nexti" by instruction address. Match
19038 the hex address in the output of "finish".
19039
19040 2014-06-06 Gary Benson <gbenson@redhat.com>
19041
19042 * gdb.base/call-signals.c: Remove preprocessor conditionals
19043 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19044 SIGSEGV and SIGTERM.
19045 * gdb.base/sigall.c: Likewise.
19046 * gdb.base/unwindonsignal.c: Likewise.
19047 * gdb.reverse/sigall-reverse.c: Likewise.
19048
19049 2014-06-06 Yao Qi <yao@codesourcery.com>
19050
19051 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19052 readable, skip the test.
19053
19054 2014-06-06 Yao Qi <yao@codesourcery.com>
19055
19056 * gdb.threads/staticthreads.c (thread_function): Move the line
19057 setting breakpoint on forward.
19058 * gdb.threads/staticthreads.exp: Update comments.
19059
19060 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19061
19062 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19063 "history-append! type error".
19064
19065 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19066
19067 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19068 erroneous dprintf expected input.
19069
19070 2014-06-04 Doug Evans <xdje42@gmail.com>
19071
19072 * gdb.guile/scm-generics.exp: Delete.
19073
19074 2014-06-04 Doug Evans <xdje42@gmail.com>
19075
19076 * gdb.guile/scm-breakpoint.exp: Update.
19077 Add tests for breakpoint registration.
19078
19079 2014-06-04 Tom Tromey <tromey@redhat.com>
19080
19081 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19082 VLA-in-union.
19083 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19084 inner_vla_struct, vla_union types. Initialize objects of those
19085 types and compute their sizes.
19086
19087 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19088 Hui Zhu <hui@codesourcery.com>
19089
19090 * gdb.base/fileio.exp: Add test for shell not available as well as
19091 available.
19092 * gdb.base/fileio.c (test_system): Check for shell twice.
19093
19094 2014-06-04 Yao Qi <yao@codesourcery.com>
19095
19096 * gdb.base/auto-connect-native-target.exp: Remove redundant
19097 space from the regexp pattern.
19098
19099 2014-06-04 Yao Qi <yao@codesourcery.com>
19100
19101 * gdb.base/default.exp: Replace "child" with "native" in
19102 regexp pattern.
19103
19104 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19105
19106 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19107 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19108 * gdb.python/py-xmethods.py: Python script supporting the
19109 new testcase and tests.
19110
19111 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19112 Pedro Alves <palves@redhat.com>
19113
19114 PR breakpoints/17000
19115 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19116 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19117
19118 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19119
19120 * gdb.base/subst.exp: Add tests to verify partial path matching
19121 output.
19122
19123 2014-06-03 Pedro Alves <palves@redhat.com>
19124
19125 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19126 target that doesn't use software single-stepping.
19127
19128 2014-06-03 Pedro Alves <palves@redhat.com>
19129
19130 PR breakpoints/17000
19131 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19132 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19133
19134 2014-06-02 Doug Evans <xdje42@gmail.com>
19135
19136 * gdb.guile/scm-parameter.exp: New file.
19137
19138 2014-06-02 Doug Evans <xdje42@gmail.com>
19139
19140 * gdb.guile/scm-cmd.c: New file.
19141 * gdb.guile/scm-cmd.exp: New file.
19142
19143 2014-06-02 Doug Evans <xdje42@gmail.com>
19144
19145 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19146 pretty-printer lookup.
19147 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19148 (make-pp_s-printer): Call it.
19149 (make-pretty-printer-from-dict): New function.
19150 (lookup-pretty-printer-maker-from-dict): New function.
19151 (*pretty-printer*): Simplify.
19152 (make-objfile-pp_s-printer): New function.
19153 (install-objfile-pretty-printers!): New function.
19154 (make-progspace-pp_s-printer): New function.
19155 (install-progspace-pretty-printers!): New function.
19156 * gdb.guile/scm-progspace.c: New file.
19157 * gdb.guile/scm-progspace.exp: New file.
19158
19159 2014-06-02 Pedro Alves <palves@redhat.com>
19160
19161 * gdb.base/dprintf-bp-same-addr.c: New file.
19162 * gdb.base/dprintf-bp-same-addr.exp: New file.
19163
19164 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19165
19166 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19167 * gdb.arch/powerpc-power.s: Likewise.
19168
19169 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19170
19171 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19172
19173 2014-06-01 Yao Qi <yao@codesourcery.com>
19174
19175 * gdb.base/watchpoint.exp (test_watch_location): Check null
19176 pointer can be dereferenced. If not, do the test, otherwise
19177 skip it.
19178
19179 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19180
19181 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19182 results.
19183 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19184
19185 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19186
19187 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19188 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19189 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19190 * gdb.arch/amd64-invalid-stack-top.c: New file.
19191 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19192
19193 2014-05-30 Pedro Alves <palves@redhat.com>
19194
19195 PR breakpoints/17000
19196 * gdb.base/sss-bp-on-user-bp.c: New file.
19197 * gdb.base/sss-bp-on-user-bp.exp: New file.
19198
19199 2014-05-30 David Blaikie <dblaikie@gmail.com>
19200
19201 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19202 gnu_inline semantics via attribute.
19203 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19204 source explicitly specifies the required semantics.
19205
19206 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19207
19208 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19209
19210 2014-05-29 Pedro Alves <palves@redhat.com>
19211 Tom Tromey <tromey@redhat.com>
19212
19213 * gdb.base/async-shell.exp: Don't enable target-async.
19214 * gdb.base/async.exp
19215 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19216 parameter. Adjust.
19217 (top level): Don't test with "target-async".
19218 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19219 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19220 * gdb.base/inferior-died.exp: Don't enable target-async.
19221 * gdb.base/interrupt-noterm.exp: Likewise.
19222 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19223 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19224 * gdb.mi/mi-nonstop.exp: Likewise.
19225 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19226 * gdb.mi/mi-nsintrall.exp: Likewise.
19227 * gdb.mi/mi-nsmoribund.exp: Likewise.
19228 * gdb.mi/mi-nsthrexec.exp: Likewise.
19229 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19230 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19231 * gdb.python/py-evsignal.exp: Don't enable target-async.
19232 * gdb.python/py-evthreads.exp: Likewise.
19233 * gdb.python/py-prompt.exp: Likewise.
19234 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19235 * gdb.server/solib-list.exp: Don't enable target-async.
19236 * gdb.threads/thread-specific-bp.exp: Likewise.
19237 * lib/mi-support.exp: Adjust to use mi-async.
19238
19239 2014-05-29 Pedro Alves <palves@redhat.com>
19240
19241 PR gdb/13860
19242 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19243 reason, even in sync mode.
19244
19245 2014-05-29 Pedro Alves <palves@redhat.com>
19246 Hui Zhu <hui@codesourcery.com>
19247
19248 PR PR15693
19249 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19250 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19251 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19252 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19253
19254 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19255
19256 * config/monitor.exp (gdb_target_monitor): Replace use of
19257 "set remotebaud" by "set serial baud".
19258
19259 2014-05-26 Andy Wingo <wingo@igalia.com>
19260
19261 * gdb.guile/scm-breakpoint.exp:
19262 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19263 properties instead of gdb-object-properties.
19264
19265 2014-05-26 Yao Qi <yao@codesourcery.com>
19266
19267 * gdb.server/no-thread-db.exp: Specify source file name
19268 explicitly when setting a breakpoint.
19269
19270 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19271
19272 * gdb.btrace/vdso.c: New.
19273 * gdb.btrace/vdso.exp: New.
19274
19275 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19276
19277 * gdb.base/gcore.exp (capture_command_output): Move ...
19278 * lib/gdb.exp (capture_command_output): ... here.
19279
19280 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19281
19282 * gdb.btrace/data.exp: Test memory access during btrace replay.
19283
19284 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19285
19286 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19287
19288 2014-05-21 Pedro Alves <palves@redhat.com>
19289
19290 PR gdb/13860
19291 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19292 (top level): Test that output related to execution commands is
19293 sent to the console with CLI commands, but not with MI commands.
19294 Test that breakpoint events are always mirrored to the console.
19295 Also expect the new source line to be output after a "next" in
19296 async mode too. Make it a pass/fail test.
19297 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19298 output.
19299 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19300
19301 2014-05-21 Pedro Alves <palves@redhat.com>
19302
19303 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19304 Use them to test variations of "list" after reaching a breakpoint.
19305 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19306 Test "list" with listsize 10 after reaching a breakpoint.
19307 * gdb.python/python.exp (decode_line current location line
19308 number): Adjust expected line number.
19309
19310 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19311
19312 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19313 behavior for $args, pass it directly to "run".
19314
19315 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19316
19317 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19318 30000 to 65536.
19319
19320 2014-05-21 Pedro Alves <palves@redhat.com>
19321
19322 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19323 auto-connect-native-target off".
19324 * gdb.base/auto-connect-native-target.c: New file.
19325 * gdb.base/auto-connect-native-target.exp: New file.
19326
19327 2014-05-21 Pedro Alves <palves@redhat.com>
19328
19329 * gdb.base/default.exp: Test "target native" instead of "target
19330 child".
19331
19332 2014-05-21 Mark Wielaard <mjw@redhat.com>
19333
19334 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19335
19336 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19337
19338 Fix TLS access for -static -pthread.
19339 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19340 <HAVE_TLS> (thread_function, main): Initialize it.
19341 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19342 Add clean_restart.
19343 <$have_tls != "">: Check TLSVAR.
19344
19345 2014-05-21 Pedro Alves <palves@redhat.com>
19346
19347 * gdb.base/dcache-line-read-error.c: New.
19348 * gdb.base/dcache-line-read-error.exp: New.
19349
19350 2014-05-20 Pedro Alves <palves@redhat.com>
19351
19352 * gdb.base/compare-sections.c: New file.
19353 * gdb.base/compare-sections.exp: New file.
19354
19355 2014-05-20 Pedro Alves <palves@redhat.com>
19356
19357 * gdb.base/break-idempotent.c: New file.
19358 * gdb.base/break-idempotent.exp: New file.
19359
19360 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19361
19362 * gdb.btrace/nohist.exp: New.
19363
19364 2014-05-20 Yao Qi <yao@codesourcery.com>
19365
19366 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19367 gdb.reverse directory and gdb_reverse_timeout exists in board
19368 setting.
19369 * README: Document gdb_reverse_timeout.
19370
19371 2014-05-20 Yao Qi <yao@codesourcery.com>
19372
19373 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19374 'test_file_name'. Treat args as a string instead of a list.
19375 (gdb_init): Rename argument 'args' by 'test_file_name'.
19376
19377 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19378
19379 * gdb.arch/powerpc-power.exp: New file.
19380 * gdb.arch/powerpc-power.s: New file.
19381
19382 2014-05-16 Doug Evans <dje@google.com>
19383
19384 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19385 * gdb.base/completion.exp: Check that all expected files exist
19386 before doing file completion.
19387
19388 2014-05-16 Doug Evans <dje@google.com>
19389
19390 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19391 Update.
19392 (do_syscall_tests_without_xml): Update.
19393
19394 2014-05-16 Pedro Alves <palves@redhat.com>
19395
19396 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19397 instead of "unknown output after running".
19398
19399 2014-05-16 Yao Qi <yao@codesourcery.com>
19400
19401 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19402 file1.txt from host at the end.
19403 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19404
19405 2014-05-15 Doug Evans <dje@google.com>
19406
19407 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19408 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19409 loading file. Add test for TU lookup.
19410
19411 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19412
19413 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19414 calling "-exec-arguments" or "set args" before running the
19415 inferior.
19416
19417 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19418
19419 * lib/mi-support.exp (mi_expect_stop): Expect message for
19420 inferiors that exit with non-zero exit code.
19421
19422 2014-05-14 Yao Qi <yao@codesourcery.com>
19423
19424 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19425 match absolute path on remote host.
19426 (test_file_list_exec_source_files): Remove "/" from the
19427 pattern.
19428
19429 2014-05-14 Yao Qi <yao@codesourcery.com>
19430
19431 * boards/local-remote-host-notty.exp (${board}_file): New
19432 proc.
19433
19434 2014-05-07 Kyle McMartin <kyle@redhat.com>
19435
19436 Pushed by Joel Brobecker <brobecker@adacore.com>.
19437 * gdb.arch/aarch64-atomic-inst.c: New file.
19438 * gdb.arch/aarch64-atomic-inst.exp: New file.
19439
19440 2014-05-07 Yao Qi <yao@codesourcery.com>
19441
19442 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19443 in current context" too.
19444
19445 2014-05-05 Keith Seitz <keiths@redhat.com>
19446
19447 * gdb.linespec/ls-dollar.exp: Add test for linespec
19448 file:convenience_variable.
19449
19450 2014-05-05 Yao Qi <yao@codesourcery.com>
19451
19452 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19453 traceframes into tfile and ctf trace files. Read data from
19454 trace file and test collected data.
19455 (gdb_collect_locals_test): Likewise.
19456 (gdb_unavailable_registers_test): Likewise.
19457 (gdb_unavailable_floats): Likewise.
19458 (gdb_collect_globals_test): Likewise.
19459 (top-level): Append "ctf" to trace_file_targets if GDB
19460 supports.
19461
19462 2014-05-05 Yao Qi <yao@codesourcery.com>
19463
19464 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19465 code to ...
19466 (gdb_collect_args_test_1): ... it. New proc.
19467 (gdb_collect_locals_test): Move some code to ...
19468 (gdb_collect_locals_test_1): ... it. New proc.
19469 (gdb_unavailable_registers_test): Move some code to ...
19470 (gdb_unavailable_registers_test_1): ... it. New proc.
19471 (gdb_unavailable_floats): Move some code to ...
19472 (gdb_unavailable_floats_1): ... it. New proc.
19473
19474 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19475
19476 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19477 probes to test for bitness recognition.
19478 * gdb.arch/amd64-stap-optional-prefix.exp
19479 (test_probe_value_without_reg): New procedure.
19480 Add code to test for different kinds of bitness.
19481
19482 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19483
19484 PR breakpoints/16889
19485 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19486 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19487
19488 2014-05-01 Pedro Alves <palves@redhat.com>
19489
19490 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19491 gdb_file_cmd if no file is specified.
19492 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19493 last_loaded_file to set the remote exec-file.
19494
19495 2014-05-01 Pedro Alves <palves@redhat.com>
19496
19497 * boards/local-remote-host.exp: New file.
19498
19499 2014-05-01 Pedro Alves <palves@redhat.com>
19500
19501 * boards/local-remote-host.exp: Rename to ...
19502 * boards/local-remote-host-notty.exp: ... this.
19503
19504 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19505
19506 * gdb.ada/dyn_arrayidx: New testcase.
19507
19508 2014-04-26 Yao Qi <yao@codesourcery.com>
19509
19510 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19511 and compute the length of function main. Save it in
19512 $main_length.
19513 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19514 (top-level): Use gdb_compile to compile objects into
19515 executable and restart GDB. Remove invocation to
19516 prepare_for_testing.
19517
19518 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19519 Pedro Alves <palves@redhat.com>
19520
19521 PR server/16255
19522 * gdb.multi/multi-attach.c: New file.
19523 * gdb.multi/multi-attach.exp: New file.
19524
19525 2014-04-25 Pedro Alves <palves@redhat.com>
19526
19527 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19528 user.
19529 (top level): Test that "set remote conditional-breakpoints-packet
19530 off" works as intended.
19531 * gdb.base/dprintf.exp: Test that "set remote
19532 breakpoint-commands-packet off" works as intended.
19533 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19534 New function.
19535 (top level): Call it.
19536 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19537 remote fast-tracepoints-packet off" works as intended.
19538 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19539 * lib/gdb.exp (gdb_is_target_remote): ... here.
19540
19541 2014-04-24 David Blaikie <dblaikie@gmail.com>
19542
19543 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19544 ensure clang would not discard them.
19545 * gdb.base/gdbvars.c: Ditto.
19546 * gdb.base/memattr.c: Ditto.
19547 * gdb.base/whatis.c: Ditto.
19548 * gdb.python/py-prettyprint.c: Ditto.
19549 * gdb.trace/actions.c: Ditto.
19550 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19551 ensure clang would not discard it.
19552
19553 2014-04-24 David Blaikie <dblaikie@gmail.com>
19554
19555 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19556 clang to emit the full definition of type required by the test
19557 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19558
19559 2014-04-24 David Blaikie <dblaikie@gmail.com>
19560
19561 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19562 coax Clang into emitting the definition of the type.
19563 * gdb.cp/pr10728-x.h (y): Ditto.
19564 * gdb.cp/pr10728-y.cc (y): Ditto.
19565
19566 2014-04-24 David Blaikie <dblaikie@gmail.com>
19567
19568 * gdb.base/label.exp: XFAIL label related tests under Clang.
19569 * gdb.cp/cplabel.exp: Ditto.
19570 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19571 under Clang those using labels.
19572
19573 2014-04-25 Yao Qi <yao@codesourcery.com>
19574
19575 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19576 double_label.
19577 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19578 partial_label and double_label.
19579
19580 2014-04-24 David Blaikie <dblaikie@gmail.com>
19581
19582 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19583
19584 2014-04-24 David Blaikie <dblaikie@gmail.com>
19585
19586 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19587 of the function to work across GCC and Clang.
19588 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19589 pointer types (const void ** const V void **).
19590
19591 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19592 Walfred Tedeschi <walfred.tedeschi@intel.com>
19593
19594 * Makefile.in (EXECUTABLES): Added i386-avx512.
19595 * gdb.arch/i386-avx512.c: New file.
19596 * gdb.arch/i386-avx512.exp: Likewise.
19597
19598 2014-04-23 Keith Seitz <keiths@redhat.com>
19599
19600 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19601 (mi_make_breakpoint_table): New procedure.
19602 (mi_create_breakpoint): Use mi_make_breakpoint
19603 and return the result.
19604 (mi_make_breakpoint): New procedure.
19605 (mi_build_kv_pairs): New procedure.
19606
19607 * gdb.mi/mi-break.exp: Remove unused globals,
19608 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19609 All callers updated.
19610 * gdb.mi/mi-dprintf.exp: Use variable to track command
19611 number.
19612 Update all callers of mi_create_breakpoint and use
19613 mi_make_breakpoint_table.
19614 Remove any unused global variables.
19615 * gdb.mi/mi-nonstop.exp: Likewise.
19616 * gdb.mi/mi-nsintrall.exp: Likewise.
19617 * gdb.mi/mi-nsmoribund.exp: Likewise.
19618 * gdb.mi/mi-nsthrexec.exp: Likewise.
19619 * gdb.mi/mi-reverse.exp: Likewise.
19620 * gdb.mi/mi-simplerun.exp: Likewise.
19621 * gdb.mi/mi-stepn.exp: Likewise.
19622 * gdb.mi/mi-syn-frame.exp: Likewise.
19623 * gdb.mi/mi-until.exp: Likewise.
19624 * gdb.mi/mi-var-cp.exp: Likewise.
19625 * gdb.mi/mi-var-display.exp: Likewise.
19626 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19627 * gdb.mi/mi2-var-child.exp: Likewise.
19628 * gdb.mi/mi-vla-c99.exp: Likewise.
19629 * lib/mi-support.exp: Likewise.
19630
19631 From Ian Lance Taylor <iant@cygnus.com>:
19632 * lib/gdb.exp (parse_args): New procedure.
19633
19634 2014-04-23 Pedro Alves <palves@redhat.com>
19635
19636 * gdb.base/break-unload-file.c: New file.
19637 * gdb.base/break-unload-file.exp: New file.
19638 * gdb.base/sym-file-lib.c (baz): New function.
19639 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19640 field.
19641 (load): Store the segment's mapped size.
19642 (unload): New function.
19643 (unload_shlib): New function.
19644 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19645 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19646 set a breakpoint at baz, and call it.
19647 * gdb.base/sym-file.exp: New tests for stale breakpoint
19648 instructions.
19649
19650 2014-04-23 Pedro Alves <palves@redhat.com>
19651
19652 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19653 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19654 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19655 * gdb.base/hbreak-unmapped.c: New file.
19656 * gdb.base/hbreak-unmapped.exp: New file.
19657 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19658 * lib/gdb.exp (gdb_is_target_remote): ... here.
19659
19660 2014-04-22 Pedro Alves <palves@redhat.com>
19661
19662 * gdb.base/consecutive-step-over.c: New file.
19663 * gdb.base/consecutive-step-over.exp: New file.
19664
19665 2014-04-22 Pedro Alves <palves@redhat.com>
19666
19667 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19668 instead of send_gdb/gdb_expect.
19669
19670 2014-04-22 Yao Qi <yao@codesourcery.com>
19671
19672 * lib/trace-support.exp (generate_tracefile): New procedure.
19673 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19674 return 0.
19675 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19676 if generate_tracefile returns 1.
19677
19678 2014-04-18 Tom Tromey <palves@redhat.com>
19679 Pedro alves <tromey@redhat.com>
19680
19681 PR backtrace/15558
19682 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19683 with a backtrace limit.
19684 * gdb.python/py-frame-inline.exp: Test running to an inline
19685 function with a backtrace limit, and printing the newest frame.
19686 * gdb.python/py-frame-inline.c (main): Call f.
19687
19688 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19689
19690 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19691
19692 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19693
19694 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19695 Drop prefix from unsupported source file path.
19696
19697 2014-04-17 Yao Qi <yao@codesourcery.com>
19698
19699 * lib/gdb.exp (with_target_charset): New proc.
19700 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19701 with_target_charset.
19702 (test_print_strings): Likewise.
19703 (test_repeat_bytes): Likewise.
19704 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19705 for some tests.
19706
19707 2014-04-16 Keith Seitz <keiths@redhat.com>
19708
19709 PR gdb/15827
19710 * gdb.dwarf2/corrupt.c: New file.
19711 * gdb.dwarf2/corrupt.exp: New file.
19712
19713 2014-04-16 Keith Seitz <keiths@redhat.com>
19714
19715 PR c++/16597
19716 * gdb.cp/namelessclass.cc: New file.
19717 * gdb.cp/namelessclass.exp: New file.
19718 * gdb.cp/namelessclass.S: New file.
19719
19720 2014-04-16 Doug Evans <dje@google.com>
19721
19722 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19723 Add comment.
19724 (gdbserver_default_get_comm_port): New function.
19725 (gdbserver_start): Check if board file provided
19726 "gdbserver,get_comm_port" and use it if so.
19727 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19728 (gdb,socketport): Set to "stdio".
19729 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19730 (stdio_gdbserver_template): Delete.
19731 (${board}_get_remote_address): Update.
19732 (${board}_build_remote_cmd): Delete.
19733 (${board}_get_comm_port): New function.
19734 (${board}_spawn): Update.
19735 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19736 Delete.
19737 (${board}_get_remote_address): Update.
19738 (${board}_get_comm_port): New function.
19739
19740 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19741
19742 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19743 appearing in any order.
19744
19745 2014-04-15 Doug Evans <dje@google.com>
19746
19747 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19748 uninitialized value of "description".
19749
19750 2014-04-15 Keith Seitz <keiths@redhat.com>
19751
19752 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19753 Remove unused globals.
19754 (test_running_the_program): Likewise.
19755 (test_controlled_execution): Likewise.
19756 (test_controlling_breakpoints): Likewise.
19757 (test_program_termination): Likewise.
19758
19759 2014-04-15 Keith Seitz <keiths@redhat.com>
19760
19761 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19762 unused globals.
19763 (test_rbreak_creation_and_listing): Likewise.
19764 (test_ignore_count): Likewise.
19765 (test_error): Likewise.
19766
19767 2014-04-15 Pedro Alves <palves@redhat.com>
19768
19769 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19770 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19771 sym-file-loader.c.
19772 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19773 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19774 to sym-file-loader.c.
19775 (struct library): Forward declare.
19776 (load_shlib, lookup_function): Change prototypes.
19777 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19778 (translate_offset): Remove declarations.
19779 (get_text_addr): New declaration.
19780 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19781 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19782 sym-file-loader.h.
19783 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19784 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19785 here from sym-file-loader.h.
19786 (struct library): New structure.
19787 (load_shlib, lookup_function): Change prototypes and adjust to
19788 work with a struct library.
19789 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19790 (translate_offset): Make static.
19791 (get_text_addr): New function.
19792 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19793
19794 2014-04-15 Pedro Alves <palves@redhat.com>
19795
19796 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19797
19798 2014-04-15 Pedro Alves <palves@redhat.com>
19799
19800 * gdb.base/sym-file-loader.c: Include <limits.h>.
19801 (SELF_LINK): New define.
19802 (get_origin): New function.
19803 (load_shlib): Use it.
19804 * gdb.base/sym-file.exp: Don't early return if the target is
19805 remote. Use runto_main, and issue fail is that fails. Use
19806 gdb_load_shlibs.
19807 (shlib_name): Delete.
19808 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19809
19810 2014-04-15 Pedro Alves <palves@redhat.com>
19811
19812 * gdb.base/sym-file.exp: Remove regex characters from test
19813 message. Don't refer to breakpoint numbers in test messages.
19814
19815 2014-04-14 Keith Seitz <keiths@redhat.com>
19816
19817 PR c++/16253
19818 * gdb.cp/var-tag.cc: New file.
19819 * gdb.cp/var-tag.exp: New file.
19820 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19821 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19822 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19823 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19824
19825 2014-04-14 Tom Tromey <tromey@redhat.com>
19826
19827 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19828 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19829 type.
19830 * gdb.cp/enum-class.exp: New file.
19831 * gdb.cp/enum-class.cc: New file.
19832
19833 2014-04-14 Tom Tromey <tromey@redhat.com>
19834
19835 * gdb.dwarf2/enum-type.exp: New file.
19836
19837 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19838
19839 * gdb.mi/mi-vla-c99.exp: New file.
19840 * gdb.mi/vla.c: New file.
19841
19842 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19843
19844 * gdb.base/vla-datatypes.c: New file.
19845 * gdb.base/vla-datatypes.exp: New file.
19846
19847 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19848
19849 * gdb.base/vla-ptr.c: New file.
19850 * gdb.base/vla-ptr.exp: New file.
19851
19852 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19853
19854 * gdb.dwarf2/count.exp: New file.
19855
19856 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19857
19858 * gdb.base/vla-sideeffect.c: New file.
19859 * gdb.base/vla-sideeffect.exp: New file.
19860
19861 2014-04-14 David Blaikie <dblaikie@gmail.com>
19862
19863 * gdb.mi/non-stop.c: Add return value for non-void function return
19864 statement.
19865 * gdb.threads/staticthreads.c: Ditto.
19866
19867 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19868 Doug Evans <xdje42@gmail.com>
19869
19870 * gdb.guile/scm-value.c: Improve test case.
19871 * gdb.guile/scm-value.exp: Add new test.
19872
19873 2014-04-11 David Blaikie <dblaikie@gmail.com>
19874
19875 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19876 override Clang's default.
19877
19878 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19879
19880 Revert the following changes (regressions):
19881
19882 * gdb.base/vla-sideeffect.c: New file.
19883 * gdb.base/vla-sideeffect.exp: New file.
19884
19885 * gdb.dwarf2/count.exp: New file.
19886
19887 * gdb.base/vla-multi.c: New file.
19888 * gdb.base/vla-multi.exp: New file.
19889
19890 * gdb.base/vla-ptr.c: New file.
19891 * gdb.base/vla-ptr.exp: New file.
19892
19893 * gdb.base/vla-datatypes.c: New file.
19894 * gdb.base/vla-datatypes.exp: New file.
19895
19896 * gdb.mi/mi-vla-c99.exp: New file.
19897 * gdb.mi/vla.c: New file.
19898
19899 2014-04-11 Keith Seitz <keiths@redhat.com>
19900
19901 PR c++/16675
19902 * gdb.cp/cpsizeof.exp: New file.
19903 * gdb.cp/cpsizeof.cc: New file.
19904
19905 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19906
19907 * gdb.mi/mi-vla-c99.exp: New file.
19908 * gdb.mi/vla.c: New file.
19909
19910 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19911
19912 * gdb.base/vla-datatypes.c: New file.
19913 * gdb.base/vla-datatypes.exp: New file.
19914
19915 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19916
19917 * gdb.base/vla-ptr.c: New file.
19918 * gdb.base/vla-ptr.exp: New file.
19919
19920 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19921
19922 * gdb.base/vla-multi.c: New file.
19923 * gdb.base/vla-multi.exp: New file.
19924
19925 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19926
19927 * gdb.dwarf2/count.exp: New file.
19928
19929 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19930
19931 * gdb.base/vla-sideeffect.c: New file.
19932 * gdb.base/vla-sideeffect.exp: New file.
19933
19934 2014-04-11 Yao Qi <yao@codesourcery.com>
19935
19936 * gdb.base/completion.exp: Check file exists before running tests
19937 on file completion.
19938
19939 2014-04-10 Pedro Alves <palves@redhat.com>
19940
19941 * gdb.base/cond-eval-mode.c: New file.
19942 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19943 prepare_for_testing to build the new file. Check result of
19944 runto_main.
19945 (test_break, test_watch): New procedures.
19946 (top level): Use them.
19947
19948 2014-04-08 Pierre Muller <muller@sourceware.org>
19949
19950 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19951 Ctrl-V use for mingw hosts.
19952
19953 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19954
19955 * gdb.python/py-value.c: Improve test case.
19956 * gdb.python/py-value.exp: Add new test.
19957
19958 2014-04-07 David Blaikie <dblaikie@gmail.com>
19959
19960 * lib/compiler.c: Identify the clang compiler.
19961 * lib/compiler.cc: Ditto.
19962
19963 2014-04-03 Yao Qi <yao@codesourcery.com>
19964
19965 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19966
19967 2014-04-01 Anton Blanchard <anton@samba.org>
19968
19969 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19970 messages unique.
19971
19972 2014-04-01 Anton Blanchard <anton@samba.org>
19973
19974 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19975 prepare_for_testing.
19976
19977 2014-04-01 Anton Blanchard <anton@samba.org>
19978
19979 * gdb.arch/ppc64-atomic-inst.c: Remove.
19980 * gdb.arch/ppc64-atomic-inst.S: New file.
19981 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19982
19983 2014-03-31 Doug Evans <dje@google.com>
19984
19985 * gdb.base/print-symbol-loading-lib.c: New file.
19986 * gdb.base/print-symbol-loading-main.c: New file.
19987 * gdb.base/print-symbol-loading.exp: New file.
19988
19989 2014-03-31 Yao Qi <yao@codesourcery.com>
19990
19991 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19992
19993 2014-03-28 Joel Brobecker <brobecker@adacore.com>
19994
19995 * gdb.ada/mi_dyn_arr: New testcase.
19996
19997 2014-03-27 Doug Evans <dje@google.com>
19998
19999 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20000
20001 2014-03-27 Yao Qi <yao@codesourcery.com>
20002
20003 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20004 if target is nios2-*-*.
20005
20006 2014-03-26 Yao Qi <yao@codesourcery.com>
20007
20008 * lib/gdb.exp (readline_is_used): New proc.
20009 * gdb.base/completion.exp: Move tests on command complete up.
20010 Skip the rest of tests if readline is not used.
20011 * gdb.ada/complete.exp: Skp the test if readline is not
20012 used.
20013 * gdb.base/filesym.exp: Likewise.
20014 * gdb.base/macscp.exp: Likewise.
20015 * gdb.base/readline-ask.exp: Likewise.
20016 * gdb.base/readline.exp: Likewise.
20017 * gdb.python/py-cmd.exp: Likewise.
20018 * gdb.trace/tfile.exp: Likewise.
20019
20020 2014-03-26 Yao Qi <yao@codesourcery.com>
20021
20022 * gdb.base/macscp.exp: Fix code format issues.
20023
20024 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20025
20026 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20027 * gdb.asm/powerpc64le.inc: New file.
20028
20029 2014-03-25 Pedro Alves <palves@redhat.com>
20030 Doug Evans <dje@google.com>
20031
20032 * gdb.base/source-execution.c: New file.
20033 * gdb.base/source-execution.exp: New file.
20034 * gdb.base/source-execution.gdb: New file.
20035
20036 2014-03-24 Doug Evans <dje@google.com>
20037
20038 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20039 using fission.
20040
20041 2014-03-24 Hui Zhu <hui@codesourcery.com>
20042 Pedro Alves <palves@redhat.com>
20043
20044 PR breakpoints/16101
20045 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20046 test pass/fail messages. Detect missing support for dprintf when
20047 breakpoints are actually inserted.
20048 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20049 breakpoints are actually inserted.
20050 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20051 fails.
20052
20053 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20054
20055 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20056
20057 2014-03-22 Doug Evans <xdje42@gmail.com>
20058
20059 * gdb.python/python.exp (python not supported): Verify multi-line
20060 python command issues an error.
20061 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20062 guile command issues an error.
20063
20064 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20065
20066 * gdb.threads/thread-specific.exp: Handle the lack of usable
20067 $this_breakpoint and $this_thread.
20068
20069 2014-03-21 Hui Zhu <hui@codesourcery.com>
20070
20071 * gdb.base/attach.exp (do_command_attach_tests): New.
20072
20073 2014-03-20 Tom Tromey <tromey@redhat.com>
20074 Pedro Alves <palves@redhat.com>
20075
20076 PR cli/15718
20077 * gdb.base/condbreak-call-false.c: New file.
20078 * gdb.base/condbreak-call-false.exp: New file.
20079
20080 2014-03-20 Pedro Alves <palves@redhat.com>
20081
20082 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20083 Delete.
20084 (block_signals, unblock_signals): Delete.
20085 (child_function_2, main): Remove references to deleted variable
20086 and functions.
20087
20088 2014-03-20 Pedro Alves <palves@redhat.com>
20089
20090 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20091 Use pthread_kill to signal thread 2.
20092 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20093 Adjust to make the test send itself a signal rather than using the
20094 host's "kill" command.
20095
20096 2014-03-20 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.threads/multiple-step-overs.c: New file.
20099 * gdb.threads/multiple-step-overs.exp: New file.
20100 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20101 Adjust expected infrun debug output.
20102
20103 2014-03-20 Pedro Alves <palves@redhat.com>
20104
20105 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20106 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20107
20108 2014-03-20 Pedro Alves <palves@redhat.com>
20109
20110 PR breakpoints/7143
20111 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20112 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20113 of gdb_test_multiple.
20114 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20115 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20116
20117 2014-03-20 Pedro Alves <palves@redhat.com>
20118
20119 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20120 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20121
20122 2014-03-19 Pedro Alves <palves@redhat.com>
20123
20124 * gdb.base/async.exp: Remove early return.
20125
20126 2014-03-19 Pedro Alves <palves@redhat.com>
20127
20128 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20129
20130 2014-03-19 Pedro Alves <palves@redhat.com>
20131
20132 * gdb.base/async.exp (test_background): Expect \r\n after
20133 "completed." in the fail pattern.
20134
20135 2014-03-19 Pedro Alves <palves@redhat.com>
20136
20137 * gdb.base/async.exp (test_background): New procedure.
20138 Use it for all background execution command tests.
20139
20140 2014-03-19 Pedro Alves <palves@redhat.com>
20141
20142 * gdb.base/async.exp: Use prepare_for_testing.
20143
20144 2014-03-19 Pedro Alves <palves@redhat.com>
20145
20146 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20147 the same line.
20148
20149 2014-03-19 Pedro Alves <palves@redhat.com>
20150
20151 * gdb.base/async.c (main): Add "jump here" and "until here" line
20152 marker comments.
20153 * gdb.base/async.exp (jump_here): New global.
20154 (jump& test): Use it.
20155 (until_here): New global.
20156 (until& test): Use it.
20157
20158 2014-03-19 Pedro Alves <palves@redhat.com>
20159
20160 * gdb.base/async.exp: Don't frob gdb_protocol.
20161
20162 2014-03-18 Doug Evans <xdje42@gmail.com>
20163
20164 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20165 Fix spelling of exec-done-display.
20166
20167 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20168
20169 PR gdb/15358
20170 * gdb.base/gdb-sigterm.c: New file.
20171 * gdb.base/gdb-sigterm.exp: New file.
20172
20173 2014-03-18 Pedro Alves <palves@redhat.com>
20174
20175 PR gdb/13860
20176 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20177 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20178 solib-event.
20179
20180 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20181
20182 * gdb.ada/pckd_arr_ren: New testcase.
20183
20184 2014-03-13 Doug Evans <xdje42@gmail.com>
20185
20186 PR guile/16612
20187 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20188 collect after discarding symbols.
20189
20190 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20191 Doug Evans <xdje42@gmail.com>
20192
20193 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20194 to history survives a gc.
20195
20196 2014-03-13 Pedro Alves <palves@redhat.com>
20197
20198 * gdb.base/default.exp: Don't test "target procfs".
20199
20200 2014-03-13 Pedro Alves <palves@redhat.com>
20201
20202 * gdb.base/default.exp: Update "target child" and "target procfs"
20203 tests to not expect "Unix".
20204
20205 2014-03-12 Tom Tromey <tromey@redhat.com>
20206
20207 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20208 New procs. Add target-async tests.
20209 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20210 Add target-async tests.
20211
20212 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20213
20214 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20215 'func_start' and 'func_end' for the beginning and end of the
20216 function code, respectively.
20217 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20218 'func_end' instead of 'func' and 'main'.
20219
20220 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20221
20222 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20223 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20224 generate the debug info assembler source.
20225
20226 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20227
20228 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20229 * gdb.dwarf2/arr-subrange.exp: Likewise.
20230 * gdb.dwarf2/dwz.exp: Likewise.
20231 * gdb.dwarf2/method-ptr.exp: Likewise.
20232 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20233 * gdb.dwarf2/subrange.exp: Likewise.
20234 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20235 * gdb.dwarf2/implptrpiece.exp: Likewise.
20236 * gdb.dwarf2/nostaticblock.exp: Likewise.
20237
20238 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20239
20240 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20241 directory to absolute path name arguments.
20242
20243 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20244
20245 * gdb.ada/tagged_access: New testcase.
20246
20247 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20248
20249 * gdb.btrace/data.exp: Update expected output.
20250
20251 2014-03-06 Yao Qi <yao@codesourcery.com>
20252
20253 * gdb.trace/pr16508.exp: New file.
20254
20255 2014-03-05 Pedro Alves <palves@redhat.com>
20256
20257 PR gdb/16575
20258 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20259 procedure.
20260 (top level): Adjust to use it. Add tests that exercise breakpoint
20261 interaction with the code-cache.
20262
20263 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20264
20265 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20266 test for 'history-append!'.
20267
20268 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20269
20270 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20271 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20272 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20273 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20274 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20275 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20276
20277 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20278
20279 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20280 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20281 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20282
20283 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20284
20285 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20286
20287 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20288
20289 * gdb.dwarf2/arr-stride.c: New file.
20290 * gdb.dwarf2/arr-stride.exp: New file.
20291
20292 2014-02-26 Pedro Alves <palves@redhat.com>
20293
20294 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20295 that won't ever trigger. Make sure that GDB reports the correct
20296 breakpoint that caused the stop.
20297
20298 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20299
20300 PR gdb/16626
20301 * gdb.base/auto-load-script: New file.
20302 * gdb.base/auto-load.c: New file.
20303 * gdb.base/auto-load.exp: New file.
20304
20305 PR gdb/16626
20306 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20307
20308 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20309
20310 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20311 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20312
20313 2014-02-24 Doug Evans <dje@google.com>
20314
20315 * lib/gdb.exp (run_on_host): Log error output if program fails.
20316
20317 2014-02-21 Pedro Alves <palves@redhat.com>
20318
20319 * gdb.threads/step-after-sr-lock.c: Rename to ...
20320 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20321 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20322 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20323 ... this.
20324
20325 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20326
20327 PR tdep/16397
20328 * gdb.arch/amd64-stap-special-operands.exp: New file.
20329 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20330 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20331 * gdb.arch/amd64-stap-triplet.S: Likewise.
20332 * gdb.arch/amd64-stap-triplet.c: Likewise.
20333
20334 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20335
20336 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20337 in .section pseudo-op.
20338
20339 2014-02-20 lin zuojian <manjian2006@gmail.com>
20340 Joel Brobecker <brobecker@adacore.com>
20341 Doug Evans <xdje42@gmail.com>
20342
20343 PR symtab/16581
20344 * gdb.dwarf2/dw2-icycle.S: New file.
20345 * gdb.dwarf2/dw2-icycle.c: New file.
20346 * gdb.dwarf2/dw2-icycle.exp: New file.
20347
20348 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20349
20350 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20351 operations on gdb.Value objects.
20352 * gdb.python/py-value-cc.exp: Add new test to test operations on
20353 gdb.Value objects.
20354
20355 2014-02-18 Doug Evans <dje@google.com>
20356
20357 * Makefile.in (TESTS): New variable.
20358 (expanded_tests, expanded_tests_or_none): New variables
20359 (check-single): Pass $(expanded_tests_or_none) to runtest.
20360 (check-parallel): Only run tests in $(TESTS) if non-empty.
20361 (check/no-matching-tests-found): New rule.
20362 * README: Document TESTS makefile variable.
20363
20364 2014-02-18 Doug Evans <dje@google.com>
20365
20366 * Makefile.in (check-parallel): rm -rf outputs temp.
20367
20368 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20369
20370 Fix "ERROR: no fileid for" in the testsuite.
20371 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20372
20373 2014-02-12 Doug Evans <dje@google.com>
20374
20375 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20376 (MISCELLANEOUS): New variable.
20377 (clean): rm -rf $(MISCELLANEOUS).
20378 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20379 dwp live in the same directory as symlinks, with each symlink pointed
20380 to a differently named file in a different directory.
20381
20382 2014-02-11 Doug Evans <dje@google.com>
20383
20384 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20385 of Tcl file commands.
20386
20387 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20388
20389 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20390 "kill -SIGUSR1 -1".
20391
20392 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20393
20394 * gdb.ada/tick_length_array_enum_idx: New testcase.
20395
20396 2014-02-10 Doug Evans <xdje42@gmail.com>
20397
20398 * configure.ac (AC_OUTPUT): Add gdb.guile.
20399 * configure: Regenerate.
20400 * lib/gdb-guile.exp: New file.
20401 * lib/gdb.exp (get_target_charset): New function.
20402 * gdb.base/help.exp: Update expected output from "apropos apropos".
20403 * gdb.guile/Makefile.in: New file.
20404 * gdb.guile/guile.exp: New file.
20405 * gdb.guile/scm-arch.c: New file.
20406 * gdb.guile/scm-arch.exp: New file.
20407 * gdb.guile/scm-block.c: New file.
20408 * gdb.guile/scm-block.exp: New file.
20409 * gdb.guile/scm-breakpoint.c: New file.
20410 * gdb.guile/scm-breakpoint.exp: New file.
20411 * gdb.guile/scm-disasm.c: New file.
20412 * gdb.guile/scm-disasm.exp: New file.
20413 * gdb.guile/scm-equal.c: New file.
20414 * gdb.guile/scm-equal.exp: New file.
20415 * gdb.guile/scm-error.exp: New file.
20416 * gdb.guile/scm-error.scm: New file.
20417 * gdb.guile/scm-frame-args.c: New file.
20418 * gdb.guile/scm-frame-args.exp: New file.
20419 * gdb.guile/scm-frame-args.scm: New file.
20420 * gdb.guile/scm-frame-inline.c: New file.
20421 * gdb.guile/scm-frame-inline.exp: New file.
20422 * gdb.guile/scm-frame.c: New file.
20423 * gdb.guile/scm-frame.exp: New file.
20424 * gdb.guile/scm-generics.exp: New file.
20425 * gdb.guile/scm-gsmob.exp: New file.
20426 * gdb.guile/scm-iterator.c: New file.
20427 * gdb.guile/scm-iterator.exp: New file.
20428 * gdb.guile/scm-math.c: New file.
20429 * gdb.guile/scm-math.exp: New file.
20430 * gdb.guile/scm-objfile-script-gdb.in: New file.
20431 * gdb.guile/scm-objfile-script.c: New file.
20432 * gdb.guile/scm-objfile-script.exp: New file.
20433 * gdb.guile/scm-objfile.c: New file.
20434 * gdb.guile/scm-objfile.exp: New file.
20435 * gdb.guile/scm-ports.exp: New file.
20436 * gdb.guile/scm-pretty-print.c: New file.
20437 * gdb.guile/scm-pretty-print.exp: New file.
20438 * gdb.guile/scm-pretty-print.scm: New file.
20439 * gdb.guile/scm-section-script.c: New file.
20440 * gdb.guile/scm-section-script.exp: New file.
20441 * gdb.guile/scm-section-script.scm: New file.
20442 * gdb.guile/scm-symbol.c: New file.
20443 * gdb.guile/scm-symbol.exp: New file.
20444 * gdb.guile/scm-symtab-2.c: New file.
20445 * gdb.guile/scm-symtab.c: New file.
20446 * gdb.guile/scm-symtab.exp: New file.
20447 * gdb.guile/scm-type.c: New file.
20448 * gdb.guile/scm-type.exp: New file.
20449 * gdb.guile/scm-value-cc.cc: New file.
20450 * gdb.guile/scm-value-cc.exp: New file.
20451 * gdb.guile/scm-value.c: New file.
20452 * gdb.guile/scm-value.exp: New file.
20453 * gdb.guile/source2.scm: New file.
20454 * gdb.guile/types-module.cc: New file.
20455 * gdb.guile/types-module.exp: New file.
20456
20457 2014-02-10 Yao Qi <yao@codesourcery.com>
20458
20459 PR testsuite/16543
20460 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20461 * configure: Regenerated.
20462 * Makefile.in: New file.
20463
20464 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20465
20466 * gdb.python/py-framefilter.exp: Fix typo.
20467
20468 2014-02-08 Yao Qi <yao@codesourcery.com>
20469
20470 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20471 that no =breakpoint-modified is emitted when breakpoints are
20472 modified through MI commands.
20473
20474 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20475 Pedro Alves <palves@redhat.com>
20476
20477 * gdb.threads/step-after-sr-lock.c: New file.
20478 * gdb.threads/step-after-sr-lock.exp: New file.
20479
20480 2014-02-07 Pedro Alves <palves@redhat.com>
20481
20482 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20483
20484 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20485
20486 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20487 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20488
20489 2014-02-06 Doug Evans <xdje42@gmail.com>
20490
20491 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20492 output.
20493
20494 * gdb.gdb/python-interrupts.exp: New file.
20495
20496 2014-02-05 Yao Qi <yao@codesourcery.com>
20497
20498 * gdb.trace/report.exp (use_collected_data): Test the output
20499 of "info threads" and "info inferiors".
20500
20501 2014-02-05 Yao Qi <yao@codesourcery.com>
20502
20503 Revert this patch:
20504
20505 2013-05-24 Yao Qi <yao@codesourcery.com>
20506
20507 * gdb.trace/tfile.exp: Test inferior and thread.
20508
20509 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20510
20511 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20512 on a function.
20513 * gdb.base/step-bt.c: Call hello via function pointer to make
20514 sure its first instruction is executed on powerpc64le-linux.
20515
20516 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20517
20518 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20519
20520 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20521
20522 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20523 of the test patterns for use on little-endian systems.
20524
20525 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20526
20527 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20528 (decimal_vector): Fix for little-endian.
20529
20530 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20531
20532 * gdb.arch/sparc-sysstep.exp: New file.
20533 * gdb.arch/sparc-sysstep.c: Likewise.
20534
20535 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20536
20537 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20538
20539 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20540
20541 2014-01-23 Tom Tromey <tromey@redhat.com>
20542
20543 * gdb.ada/array_char_idx: New testcase.
20544
20545 2014-01-23 Tom Tromey <tromey@redhat.com>
20546
20547 PR python/16487:
20548 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20549 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20550 classes.
20551
20552 2014-01-23 Tom Tromey <tromey@redhat.com>
20553
20554 PR python/16491:
20555 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20556 string from an inferior frame.
20557 * gdb.python/py-framefilter-mi.exp: Update.
20558
20559 2014-01-22 Doug Evans <dje@google.com>
20560
20561 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20562
20563 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20564
20565 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20566
20567 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20568
20569 * gdb.trace/entry-values.exp: Remove excess space character from
20570 regex patterns. Handle s390 call instruction.
20571
20572 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20573
20574 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20575 define "*_start" label. Make "name" static.
20576 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20577 ${name} by references to ${name}_start.
20578
20579 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20580
20581 * gdb.base/info-macros.exp: Remove "debug" from the compile
20582 options.
20583
20584 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20585
20586 * gdb.dlang/demangle.exp: New file.
20587
20588 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20589
20590 * gdb.dlang/primitive-types.exp: New file.
20591
20592 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20593
20594 * configure.ac: Create gdb.dlang/Makefile.
20595 * configure: Regenerate.
20596 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20597 * gdb.dlang/Makefile.in: New file.
20598 * lib/d-support.exp: New file.
20599 * lib/gdb.exp (skip_d_tests): New proc.
20600
20601 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20602
20603 * gdb.btrace/delta.exp: Check reverse stepi.
20604 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20605 * gdb.btrace/finish.exp: New.
20606 * gdb.btrace/next.exp: New.
20607 * gdb.btrace/nexti.exp: New.
20608 * gdb.btrace/record_goto.c: Add comments.
20609 * gdb.btrace/step.exp: New.
20610 * gdb.btrace/stepi.exp: New.
20611 * gdb.btrace/multi-thread-step.c: New.
20612 * gdb.btrace/multi-thread-step.exp: New.
20613 * gdb.btrace/rn-dl-bind.c: New.
20614 * gdb.btrace/rn-dl-bind.exp: New.
20615 * gdb.btrace/data.c: New.
20616 * gdb.btrace/data.exp: New.
20617 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20618
20619 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20620
20621 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20622 * gdb.btrace/exception.exp: Update.
20623 * gdb.btrace/instruction_history.exp: Update.
20624 * gdb.btrace/record_goto.exp: Update.
20625 * gdb.btrace/tailcall.exp: Update.
20626 * gdb.btrace/unknown_functions.exp: Update.
20627 * gdb.btrace/delta.exp: New.
20628
20629 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20630
20631 * gdb.btrace/record_goto.exp: Add backtrace test.
20632 * gdb.btrace/tailcall.exp: Add backtrace test.
20633
20634 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20635
20636 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20637 * gdb.btrace/record_goto.c: New.
20638 * gdb.btrace/record_goto.exp: New.
20639 * gdb.btrace/x86-record_goto.S: New.
20640
20641 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20642
20643 * gdb.btrace/function_call_history.exp: Update tests.
20644 * gdb.btrace/instruction_history.exp: Update tests.
20645
20646 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20647
20648 * gdb.btrace/function_call_history.exp: Fix expected field
20649 order for "record function-call-history".
20650 Add new tests for "record function-call-history /c".
20651 * gdb.btrace/exception.cc: New.
20652 * gdb.btrace/exception.exp: New.
20653 * gdb.btrace/tailcall.exp: New.
20654 * gdb.btrace/x86-tailcall.S: New.
20655 * gdb.btrace/x86-tailcall.c: New.
20656 * gdb.btrace/unknown_functions.c: New.
20657 * gdb.btrace/unknown_functions.exp: New.
20658 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20659
20660 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20661
20662 * gdb.btrace/instruction_history.exp: Update.
20663 * gdb.btrace/function_call_history.exp: Update.
20664
20665 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20666
20667 * gdb.btrace/function_call_history.exp: Fix expected function
20668 trace.
20669 * gdb.btrace/instruction_history.exp: Initialize traced.
20670 Remove traced_functions.
20671
20672 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20673
20674 * gdb.btrace/function_call_history.exp: Update
20675 * gdb.btrace/instruction_history.exp: Update.
20676
20677 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20678
20679 * gdb.btrace/enable.exp: Update expected text.
20680
20681 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20682
20683 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20684 bytes.
20685
20686 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20687
20688 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20689
20690 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20691
20692 * lib/gdb.exp (supports_process_record): Return true for
20693 arm*-linux*. (supports_reverse): Likewise.
20694
20695 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20696
20697 PR python/15464
20698 PR python/16113
20699 * gdb.python/py-type.c: Enhance test case.
20700 * gdb.python/py-value-cc.cc: Likewise
20701 * gdb.python/py-type.exp: Add new tests.
20702 * gdb.python/py-value-cc.exp: Likewise
20703
20704 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20705 Pedro Alves <palves@redhat.com>
20706
20707 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20708 Make "name" extern.
20709 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20710 references to ${name}_start by references to ${name}.
20711
20712 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20713
20714 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20715
20716 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20717
20718 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20719
20720 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20721 Pedro Alves <palves@redhat.com>
20722
20723 * gdb.mi/mi-info-os.exp: Connect to the target with
20724 mi_gdb_target_load.
20725
20726 2014-01-08 Pedro Alves <palves@redhat.com>
20727
20728 * gdb.threads/reconnect-signal.c: New file.
20729 * gdb.threads/reconnect-signal.exp: New file.
20730
20731 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20732
20733 * gdb.base/source-dir.exp: New file.
20734
20735 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20736
20737 * gdb.ada/mi_interface: New testcase.
20738
20739 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20740
20741 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20742 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20743 gdb.ada/pp-rec-component/pck.ads: New files.
20744
20745 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20746
20747 * gdb.python/py-pp-integral.c: New file.
20748 * gdb.python/py-pp-integral.py: New file.
20749 * gdb.python/py-pp-integral.exp: New file.
20750
20751 For older changes see ChangeLog-1993-2013.
20752 \f
20753 ;; Local Variables:
20754 ;; mode: change-log
20755 ;; left-margin: 8
20756 ;; fill-column: 74
20757 ;; version-control: never
20758 ;; End:
20759
20760 Copyright 2014-2020 Free Software Foundation, Inc.
20761 Copying and distribution of this file, with or without modification,
20762 are permitted provided the copyright notice and this notice are preserved.