Fix more bugs in gdb testglue wrapper handling
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
2
3 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
4 Initialize to empty string at top level.
5 (gdb_wrapper_init): Revert check for file existence on build.
6 Build the wrapper in its default place, not a build-specific
7 location. When host == build, make the pathname absolute.
8 (gdb_compile): Delete leftover declaration of
9 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
10 string instead of uninitialized.
11
12 2020-07-22 Kevin Buettner <kevinb@redhat.com>
13
14 * gdb.base/corefile2.exp: New file.
15 * gdb.base/coremaker2.exp: New file.
16
17 2020-07-22 Kevin Buettner <kevinb@redhat.com>
18
19 * gdb.base/coredump-filter.exp: Add second
20 non-Private-Shared-Anon-File test.
21 (test_disasm): Rename binfile for test which is expected
22 to fail.
23
24 2020-07-22 Kevin Buettner <kevinb@redhat.com>
25
26 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
27 data in core file".
28 * gdb.base/coremaker.c (buf2ro): New global.
29 (mmapdata): Add a read-only mmap mapping.
30
31 2020-07-22 Kevin Buettner <kevinb@redhat.com>
32
33 PR corefiles/25631
34 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
35 New test.
36 * gdb.base/coremaker.c (buf3): New global.
37 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
38 flags.
39
40 2020-07-22 Kevin Buettner <kevinb@redhat.com>
41
42 * gdb.base/coremaker.c (filler_ro): New global constant.
43
44 2020-07-22 Tom Tromey <tromey@adacore.com>
45
46 * gdb.ada/mi_prot.exp: New file.
47 * gdb.ada/mi_prot/pkg.adb: New file.
48 * gdb.ada/mi_prot/pkg.ads: New file.
49 * gdb.ada/mi_prot/prot.adb: New file.
50
51 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
52
53 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
54 loads two JITers.
55
56 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * gdb.python/py-arch-reg-groups.exp: Additional tests.
59
60 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.python/py-arch-reg-names.exp: Additional tests.
63
64 2020-07-21 Tom de Vries <tdevries@suse.de>
65
66 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
67 breakpoint locations".
68 * gdb.reverse/solib-reverse.exp: Same.
69
70 2020-07-21 Tom de Vries <tdevries@suse.de>
71
72 * gdb.reverse/step-reverse.c (callee): Merge statements.
73
74 2020-07-21 Tom de Vries <tdevries@suse.de>
75
76 * gdb.fortran/info-modules.exp (info module variables): Allow missing
77 line numbers for some variables.
78
79 2020-07-21 Tom de Vries <tdevries@suse.de>
80
81 * gdb.opt/inline-locals.c (init_array): New func.
82 (func1): Use init_array.
83 * gdb.opt/inline-locals.exp: Update pattern.
84
85 2020-07-21 Tom de Vries <tdevries@suse.de>
86
87 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
88 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
89
90 2020-07-20 Ludovic Courtès <ludo@gnu.org>
91
92 * gdb.guile/source2.scm: Add #f first argument to 'format'.
93 * gdb.guile/types-module.exp: Remove "ERROR:" from
94 regexps since Guile 3.0 no longer prints that.
95
96 2020-07-20 Ludovic Courtès <ludo@gnu.org>
97
98 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
99 error regexp to match on Guile 2.2.
100
101 2020-07-20 Gary Benson <gbenson@redhat.com>
102
103 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
104 with clang.
105
106 2020-07-20 Tom de Vries <tdevries@suse.de>
107
108 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
109 (omp_set_lock_in_order): New function.
110 (single_scope, multi_scope, nested_func, nested_parallel): Use
111 omp_set_lock_in_order and omp_unset_lock.
112 (main): Init and destroy lock and lock2.
113
114 2020-07-20 Tom de Vries <tdevries@suse.de>
115
116 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
117
118 2020-07-20 Tom de Vries <tdevries@suse.de>
119
120 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
121
122 2020-07-17 Tom de Vries <tdevries@suse.de>
123
124 * gdb.base/valgrind-infcall-2.c: New test.
125 * gdb.base/valgrind-infcall-2.exp: New file.
126 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
127
128 2020-07-17 Tom de Vries <tdevries@suse.de>
129
130 * gdb.dlang/circular.c (found): Use found_label as label name.
131 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
132 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
133 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
134 * gdb.dwarf2/ada-linkage-name.exp: Same.
135 * gdb.dwarf2/arr-subrange.exp: Same.
136 * gdb.dwarf2/atomic-type.exp: Same.
137 * gdb.dwarf2/comp-unit-lang.exp: Same.
138 * gdb.dwarf2/cpp-linkage-name.exp: Same.
139 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
140 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
141 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
142 * gdb.dwarf2/implptr-64bit.exp: Same.
143 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
144 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
145 * gdb.dwarf2/imported-unit.exp: Same.
146 * gdb.dwarf2/main-subprogram.exp: Same.
147 * gdb.dwarf2/missing-type-name.exp: Same.
148 * gdb.dwarf2/nonvar-access.exp: Same.
149 * gdb.dwarf2/struct-with-sig.exp: Same.
150 * gdb.dwarf2/typedef-void-finish.exp: Same.
151 * gdb.dwarf2/void-type.exp: Same.
152
153 2020-07-17 Tom de Vries <tdevries@suse.de>
154
155 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
156 src parameter.
157 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
158 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
159 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
160 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
161 * gdb.dwarf2/dwz.exp: Same.
162 * gdb.dwarf2/implptr-optimized-out.exp: Same.
163 * gdb.dwarf2/implref-array.exp: Same.
164 * gdb.dwarf2/implref-const.exp: Same.
165 * gdb.dwarf2/implref-global.exp: Same.
166 * gdb.dwarf2/implref-struct.exp: Same.
167 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
168 * gdb.dwarf2/opaque-type-lookup.exp: Same.
169 * gdb.dwarf2/var-access.exp: Same.
170 * gdb.dwarf2/varval.exp: Same.
171 * gdb.trace/entry-values.exp: Same.
172
173 2020-07-17 Tom de Vries <tdevries@suse.de>
174
175 * lib/dwarf.exp (Dwarf::extern): Remove.
176 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
177 * gdb.dlang/circular.exp: Same.
178 * gdb.dwarf2/comp-unit-lang.exp: Same.
179 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
180 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
181 * gdb.dwarf2/dwz.exp: Same.
182 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
183 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
184 * gdb.dwarf2/imported-unit.exp: Same.
185 * gdb.dwarf2/opaque-type-lookup.exp: Same.
186
187 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
188
189 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
190 Use double quotes instead of single quotes.
191
192 2020-07-16 Caroline Tice <cmtice@google.com>
193
194 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
195 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
196
197 2020-07-16 Tom de Vries <tdevries@suse.de>
198
199 * lib/dwarf.exp (program): Initialize _line.
200 (DW_LNE_end_sequence): Reinitialize _line.
201 (DW_LNS_advance_line): Update _line.
202 (line): New proc.
203 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
204 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
205 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
206 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
207 * gdb.dwarf2/dw2-is-stmt.exp: Same.
208 * gdb.dwarf2/dw2-ranges-func.exp: Same.
209
210 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
213 generic.
214
215 2020-07-15 Tom de Vries <tdevries@suse.de>
216
217 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
218 is_amd64_regs_target.
219
220 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.fortran/ptype-on-functions.exp: Add more tests.
223 * gdb.fortran/ptype-on-functions.f90: Likewise.
224
225 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
226
227 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
228 values in documentation for addr_size to 4 and 8.
229
230 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
231
232 * gdb.arch/amd64-osabi.exp: Update.
233 * gdb.arch/arm-disassembler-options.exp: Update.
234 * gdb.arch/powerpc-disassembler-options.exp: Update.
235 * gdb.arch/ppc64-symtab-cordic.exp: Update.
236 * gdb.arch/s390-disassembler-options.exp: Update.
237 * gdb.base/all-architectures.exp.tcl: Update.
238 * gdb.base/attach-pie-noexec.exp: Update.
239 * gdb.base/catch-syscall.exp: Update.
240 * gdb.xml/tdesc-arch.exp: Update.
241
242 2020-07-14 Tom de Vries <tdevries@suse.de>
243
244 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
245 (local_gettid): ... this.
246 (fn): Update.
247
248 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
249
250 * gdb.base/info_sources.exp: Skip directory match tests on
251 remote hosts.
252
253 2020-07-13 Gary Benson <gbenson@redhat.com>
254
255 * gdb.base/savedregs.exp (caller): Use parentheses to
256 make expected expression evaluation ordering explicit.
257
258 2020-07-13 Gary Benson <gbenson@redhat.com>
259
260 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
261
262 2020-07-13 Gary Benson <gbenson@redhat.com>
263
264 * gdb.base/bigcore.c (main): Use a volatile pointer when
265 attempting to trigger a SIGSEGV.
266 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
267 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
268 * gdb.base/savedregs.c (thrower): Likewise.
269 * gdb.mi/mi-syn-frame.c (bar): Likewise.
270
271 2020-07-13 Gary Benson <gbenson@redhat.com>
272
273 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
274 defining and using VLA structure fields into...
275 * gdb.base/vla-struct-fields.c: New file.
276 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
277 tests into...
278 * gdb.base/vla-struct-fields.exp: New file.
279
280 2020-07-13 Tom de Vries <tdevries@suse.de>
281
282 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
283 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
284 * gdb.base/gold-gdb-index.exp: Same.
285 * gdb.base/morestack.exp: Same.
286
287 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
288
289 PR rust/26121
290 * gdb.rust/modules.rs: Prevent linker from discarding test
291 symbol.
292
293 2020-07-10 Pedro Alves <pedro@palves.net>
294
295 PR gdb/26199
296 * gdb.multi/multi-target.c (exit_thread): New.
297 (thread_start): Break loop if EXIT_THREAD.
298 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
299 (top level) Call test_no_resumed.
300
301 2020-07-08 Tom Tromey <tromey@adacore.com>
302
303 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
304 * gdb.ada/catch_ex.exp: Examine catchpoint text.
305
306 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
307
308 PR python/22748
309 * gdb.opt/inline-frame-tailcall.c: New file.
310 * gdb.opt/inline-frame-tailcall.exp: New file.
311 * gdb.python/py-unwind-inline.c: New file.
312 * gdb.python/py-unwind-inline.exp: New file.
313 * gdb.python/py-unwind-inline.py: New file.
314
315 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
316
317 * gdb.python/py-arch-reg-groups.exp: New file.
318
319 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.python/py-arch-reg-names.exp: New file.
322
323 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
326 gdb.PendingFrame.architecture method.
327
328 2020-07-06 Tom de Vries <tdevries@suse.de>
329
330 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
331
332 2020-07-03 Pedro Alves <palves@redhat.com>
333
334 * gdb.base/structs2.c (main): Adjust second parem_reg call to
335 explicitly write negative numbers.
336 * gdb.base/structs2.exp: Adjust expected output.
337
338 2020-07-03 Pedro Alves <palves@redhat.com>
339
340 * gdb.base/charset.c (init_string): Change all char parameters to
341 unsigned char parameters.
342
343 2020-07-03 Pedro Alves <palves@redhat.com>
344
345 * gdb.base/call-sc.exp (start_scalars_test): Use
346 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
347 * gdb.base/overlays.c: Remove references to PARAMS.
348 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
349 * gdb.base/reread.exp: Don't set 'prototypes' global.
350 * gdb.base/structs.exp (start_structs_test): Use
351 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
352 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
353 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
354 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
355 call.
356 * gdb.base/varargs.exp: Don't set 'prototypes' global.
357
358 2020-07-03 Pedro Alves <palves@redhat.com>
359
360 * gdb.base/m32rovly.c: Delete.
361 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
362
363 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
364
365 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
366 of gdb_py_test_multiple.
367 * gdb.python/py-cmd.exp: Likewise.
368 * gdb.python/py-events.exp: Likewise.
369 * gdb.python/py-function.exp: Likewise.
370 * gdb.python/py-inferior.exp: Likewise.
371 * gdb.python/py-infthread.exp: Likewise.
372 * gdb.python/py-linetable.exp: Likewise.
373 * gdb.python/py-parameter.exp: Likewise.
374 * gdb.python/py-value.exp: Likewise.
375
376 2020-06-30 Tom de Vries <tdevries@suse.de>
377
378 PR testsuite/26175
379 * lib/future.exp (gdb_default_target_compile): Detect and handle
380 early_flags.
381
382 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
383
384 * boards/simavr.exp (gdb_load): Catch errors when closing
385 previous connection. Close connection, wait for process and
386 unset simavr_spawn_id on failure.
387
388 2020-06-29 Tom de Vries <tdevries@suse.de>
389
390 * lib/gdb.exp (unknown): Make test-case unresolved.
391
392 2020-06-29 Tom de Vries <tdevries@suse.de>
393
394 PR gdb/25475
395 * gdb.server/solib-list.exp: Verify that the symbol reload
396 confirmation question is asked.
397
398 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
399
400 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
401 have a input seq nr in each pass message.
402 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
403 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
404 * gdb.python/python.exp: Make test names unique,
405 use gdb_test_multiline instead of gdb_py_test_multiple,
406 use $gdb_test_name.
407 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
408
409 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
410
411 * configure.ac: Add --enable-libctf.
412 * aclocal.m4: sinclude ../config/enable.m4.
413 * Makefile.in (site.exp): Add enable_libctf to site.exp.
414 * lib/gdb.exp (skip_ctf_tests): Use it.
415 * gdb.base/ctf-constvars.exp: Error message tweak.
416 * gdb.base/ctf-ptype.exp: Likewise.
417 * configure: Regenerate.
418
419 2020-06-26 Gary Benson <gbenson@redhat.com>
420
421 * gdb.cp/try_catch.cc: Include string.h.
422 (main): Replace comparison against string literal with
423 strcmp, avoiding build failure with -Wstring-compare.
424 Add "marker test-complete".
425 * gdb.cp/try_catch.exp: Run the test to the above marker,
426 then verify that the value of "test" is still true.
427
428 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
431
432 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
435
436 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
439 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
440 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
441 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
442 * gdb.arch/riscv-tdesc-loading.exp: New file.
443
444 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
447
448 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
451 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
452 * gdb.arch/riscv-tdesc-regs.c: New file.
453 * gdb.arch/riscv-tdesc-regs.exp: New file.
454
455 2020-06-24 Pedro Alves <palves@redhat.com>
456
457 * gdb.arch/amd64-entry-value-paramref.exp: Use
458 prepare_for_testing_full and don't pass "c++" for the .S file
459 build spec.
460 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
461 $options, since it's an assembly file. Remove -Wno-deprecated.
462 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
463 compiling C++ programs.
464
465 2020-06-24 Pedro Alves <palves@redhat.com>
466
467 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
468 Clang, add "-Wno-unknown-warning-option" to the options.
469
470 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
471
472 * gdb.xml/tdesc-reload.c: New file.
473 * gdb.xml/tdesc-reload.exp: New file.
474 * gdb.xml/maint-xml-dump-01.xml: New file.
475 * gdb.xml/maint-xml-dump-02.xml: New file.
476 * gdb.xml/maint-xml-dump.exp: New file.
477
478 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
479
480 * lib/completion-support.exp (test_gdb_completion_offers_commands):
481 Adjust for omitted commands when TUI is disabled.
482
483 2020-06-23 Gary Benson <gbenson@redhat.com>
484 Pedro Alves <palves@redhat.com>
485
486 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
487 * gdb.cp/nsimport.cc: Likewise.
488 * gdb.cp/nsnested.cc: Likewise.
489 * gdb.cp/nsnoimports.cc: Likewise.
490 * gdb.cp/nsusing.cc: Likewise.
491 * gdb.cp/smartp.cc: Likewise.
492 * gdb.python/py-pp-integral.c: Likewise.
493 * gdb.python/py-pp-re-notag.c: Likewise.
494
495 2020-06-23 Gary Benson <gbenson@redhat.com>
496
497 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
498 * gdb.cp/nsimport.cc: Likewise.
499 * gdb.cp/nsnested.cc: Likewise.
500 * gdb.cp/nsnoimports.cc: Likewise.
501 * gdb.cp/nsusing.cc: Likewise.
502 * gdb.cp/smartp.cc: Likewise.
503 * gdb.python/py-pp-integral.c: Likewise.
504 * gdb.python/py-pp-re-notag.c: Likewise.
505
506 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
507
508 * gdb.base/default-args.exp: New test.
509 * gdb.base/default-args.c: New file.
510 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
511 * gdb.base/default.exp: Update to new help text.
512 * gdb.base/help.exp: Likewise.
513 * gdb.base/page.exp: Likewise.
514 * gdb.base/style.exp: Likewise.
515 * gdb.guile/guile.exp: Likewise.
516 * gdb.python/python.exp: Likewise.
517
518 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
519
520 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
521 remote host. Fix search path syntax on Windows host.
522
523 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
524
525 * gdb.base/attach.exp: Test priority of 'exec-file' changed
526 over 'exec-file-mismatch'.
527 * gdb.base/attach.c: Mark should_exit volatile.
528 * gdb.base/attach2.c: Likewise. Add a comment explaining
529 why the sleep cannot be big.
530 * gdb.base/attach3.c: New file.
531
532 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
533
534 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
535 prefix optional.
536
537 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
538
539 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
540 for remote host.
541
542 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
543 Hafiz Abid Qadeer <abidh@codesourcery.com>
544
545 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
546 file sent to remote host.
547 (top level): Allow int32_t as type of 32-bit register.
548
549 2020-06-19 Tom de Vries <tdevries@suse.de>
550
551 * lib/gdb.exp (gdb_note): New proc.
552 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
553 (gdb_default_target_compile): ... here. Only call
554 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
555 (use_gdb_compile): Change to array.
556 (toplevel): Update sets of use_gdb_compile to specify language.
557 Warn about default_target_compile override. Store dejagnu's version
558 of default_target_compile in dejagnu_default_target_compile.
559
560 2020-06-18 Tom de Vries <tdevries@suse.de>
561
562 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
563 (default_gdb_init): ... here.
564
565 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
566
567 Fix TUI support checks in gdb.tui tests.
568
569 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
570 just say UNSUPPORTED.
571 * gdb.tui/corefile-run.exp: Likewise.
572 * gdb.tui/empty.exp: Likewise.
573 * gdb.tui/list-before.exp: Likewise.
574 * gdb.tui/list.exp: Likewise.
575 * gdb.tui/main.exp: Likewise.
576 * gdb.tui/regs.exp: Likewise.
577 * gdb.tui/resize.exp: Likewise.
578 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
579 * gdb.tui/tui-layout-asm.exp: Likewise.
580 * gdb.tui/tui-missing-src.exp: Likewise.
581 * gdb.tui/winheight.exp: Likewise.
582 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
583
584 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
585
586 Fix TCL error in gdb.python/py-format-string.exp.
587
588 * gdb.python/py-format-string.exp: Move test for python support
589 earlier, out of function body.
590
591 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
592
593 * gdb.base/index-cache-load-twice.c: New.
594 * gdb.base/index-cache-load-twice.exp: New.
595
596 2020-06-17 Keith Seitz <keiths@redhat.com>
597
598 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
599 when executing "gdb --configuration".
600
601 2020-06-17 Tom de Vries <tdevries@suse.de>
602
603 * lib/gdb.exp (gdb_tcl_unknown): New proc.
604 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
605 conditional on presence of gdb_tcl_unknown.
606 (gdb_finish): Make override undo conditional on presence of
607 gdb_tcl_unknown.
608
609 2020-06-16 Tom Tromey <tom@tromey.com>
610
611 * gdb.python/tui-window.py (failwin): New function. Register it
612 as a TUI window type.
613 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
614
615 2020-06-16 Gary Benson <gbenson@redhat.com>
616
617 * gdb.python/py-nested-maps.c (create_map): Add missing return
618 value.
619 (create_map_map): Likewise.
620
621 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
622
623 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
624 variable.
625 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
626 and use the already-defined 'options' variable.
627
628 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
629 Tom de Vries <tdevries@suse.de>
630
631 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
632 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
633 (gdb_setup_known_globals): New proc.
634 (gdb_cleanup_globals): New proc.
635 * lib/gdb.exp (load_lib): New override proc.
636 (gdb_stdin_log_init): Set var in_file as persistent global.
637 * lib/pascal.exp (gdb_stdin_log_init): Set vars
638 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
639 fpc_compiler as persistent global.
640
641 2020-06-12 Tom de Vries <tdevries@suse.de>
642
643 * lib/tuiterm.exp (spawn): Rename to ...
644 (tui_spawn): ... this.
645 (toplevel): Move rename of spawn ...
646 (gdb_init_tuiterm): ... here. New proc.
647 (gdb_finish_tuiterm): New proc.
648 * lib/gdb.exp (gdb_finish_hooks): New global var.
649 (gdb_finish): Handle gdb_finish_hooks.
650 (tuiterm_env): New proc.
651 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
652 tuiterm_env.
653 * gdb.tui/basic.exp: Same.
654 * gdb.tui/corefile-run.exp: Same.
655 * gdb.tui/empty.exp: Same.
656 * gdb.tui/list-before.exp: Same.
657 * gdb.tui/list.exp: Same.
658 * gdb.tui/main.exp: Same.
659 * gdb.tui/new-layout.exp: Same.
660 * gdb.tui/regs.exp: Same.
661 * gdb.tui/resize.exp: Same.
662 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
663 * gdb.tui/tui-layout-asm.exp: Same.
664 * gdb.tui/tui-missing-src.exp: Same.
665 * gdb.tui/winheight.exp: Same.
666
667 2020-06-12 Tom de Vries <tdevries@suse.de>
668
669 PR testsuite/26110
670 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
671 (gdb_finish): Reinstall dejagnu's override of ::unknown.
672
673 2020-06-11 Tom Tromey <tom@tromey.com>
674
675 PR gdb/18318:
676 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
677 floating point tests.
678
679 2020-06-11 Keith Seitz <keiths@redhat.com>
680
681 PR gdb/21356
682 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
683 vla_struct.
684 Add new struct vla_typedef and union vla_typedef_union and
685 corresponding instantiation objects.
686 Initialize new objects.
687 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
688 and vla_typedef_union_object.
689 Fixup type for vla_struct_object.
690
691 2020-06-11 Tom de Vries <tdevries@suse.de>
692
693 * lib/gdb.exp (with_override): New proc, factored out of ...
694 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
695
696 2020-06-10 Tom de Vries <tdevries@suse.de>
697
698 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
699
700 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
701
702 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
703 parameter, update callers.
704
705 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
706
707 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
708 * gdb.dwarf2/share-psymtabs-bt.c: New file.
709 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
710
711 2020-06-04 Tom de Vries <tdevries@suse.de>
712
713 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
714
715 2020-06-04 Tom de Vries <tdevries@suse.de>
716
717 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
718 exp_continue.
719
720 2020-06-04 Tom de Vries <tdevries@suse.de>
721
722 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
723
724 2020-06-03 Tom de Vries <tdevries@suse.de>
725
726 PR symtab/26046
727 * gdb.cp/breakpoint-locs-2.cc: New test.
728 * gdb.cp/breakpoint-locs.cc: New test.
729 * gdb.cp/breakpoint-locs.exp: New file.
730 * gdb.cp/breakpoint-locs.h: New test.
731
732 2020-06-03 Tom de Vries <tdevries@suse.de>
733
734 PR testsuite/25609
735 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
736 value of global verbose.
737 * gdb.base/jit-elf.exp: Same.
738 * gdb.base/jit-reader.exp: Same.
739
740 2020-06-02 Tom de Vries <tdevries@suse.de>
741
742 * gdb.dwarf2/multidictionary.exp: Don't use
743 gdb_spawn_with_cmdline_opts.
744
745 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
746
747 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
748 use_header case.
749 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
750 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
751 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
752 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
753 * gdb.dwarf2/dw2-inline-header.c: New file.
754 * gdb.dwarf2/dw2-inline-header.h: New file.
755
756 2020-05-30 Pedro Alves <palves@redhat.com>
757
758 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
759 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
760
761 2020-05-29 Gary Benson <gbenson@redhat.com>
762
763 * gdb.compile/compile-cplus.exp (additional_flags): Also
764 set when building with clang.
765 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
766 when building with clang.
767
768 2020-05-29 Gary Benson <gbenson@redhat.com>
769
770 * gdb.arch/i386-avx.exp (additional_flags): Also set when
771 building with clang.
772 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
773
774 2020-05-29 Gary Benson <gbenson@redhat.com>
775
776 * gdb.cp/koenig.exp (prepare_for_testing): Add
777 additional_flags=-Wno-unused-comparison.
778 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
779
780 2020-05-28 Gary Benson <gbenson@redhat.com>
781
782 * gdb.base/sigaltstack.c (catcher): Add default case to switch
783 statement.
784
785 2020-05-28 Gary Benson <gbenson@redhat.com>
786
787 * gdb.cp/classes.exp (prepare_for_testing): Add
788 additional_flags=-Wno-deprecated-register.
789 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
790 * gdb.cp/misc.exp: Likewise.
791
792 2020-05-28 Gary Benson <gbenson@redhat.com>
793
794 * gdb.linespec/cpls-ops.cc (dummy): New static global.
795 (test_op_new::operator new): Add return statement.
796 (test_op_new_array::operator new[]): Likewise.
797
798 2020-05-27 Pedro Alves <palves@redhat.com>
799
800 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
801 check. Use test_gdb_complete_unique instead of
802 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
803 test_gdb_complete_multiple instead of
804 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
805
806 2020-05-27 Luis Machado <luis.machado@linaro.org>
807
808 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
809 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
810 * gdb.arch/arm-disassembler-options.exp: Likewise.
811 * gdb.arch/arm-disp-step.exp: Likewise.
812 * gdb.arch/thumb-prologue.exp: Likewise.
813 * gdb.base/async.exp: Likewise.
814 * gdb.base/auxv.exp: Likewise.
815 * gdb.base/complex-parts.exp: Likewise.
816 * gdb.base/ena-dis-br.exp: Likewise.
817 * gdb.base/foll-exec.exp: Likewise.
818 * gdb.base/permissions.exp: Likewise.
819 * gdb.base/relocate.exp: Likewise.
820 * gdb.base/return2.exp: Likewise.
821 * gdb.base/sigbpt.exp: Likewise.
822 * gdb.base/siginfo-obj.exp: Likewise.
823 * gdb.cp/converts.exp: Likewise.
824 * gdb.cp/exceptprint.exp: Likewise.
825 * gdb.cp/inherit.exp: Likewise.
826 * gdb.cp/nsnoimports.exp: Likewise.
827 * gdb.cp/virtbase2.exp: Likewise.
828 * gdb.mi/mi-var-cmd.exp: Likewise.
829 * gdb.mi/var-cmd.c: Likewise.
830
831 2020-05-26 Tom Tromey <tromey@adacore.com>
832
833 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
834
835 2020-05-26 Tom Tromey <tromey@adacore.com>
836
837 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
838 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
839 type.
840 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
841 variable.
842
843 2020-05-26 Christian Biesinger <cbiesinger@google.com>
844
845 * Makefile.in: Use = instead of == for the test command
846 for portability.
847
848 2020-05-26 Tom de Vries <tdevries@suse.de>
849
850 * gdb.base/gold-gdb-index-2.c: New test.
851 * gdb.base/gold-gdb-index.c: New test.
852 * gdb.base/gold-gdb-index.exp: New file.
853 * gdb.base/gold-gdb-index.h: New test.
854
855 2020-05-25 Tom de Vries <tdevries@suse.de>
856
857 * boards/gold-gdb-index.exp: New file.
858
859 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
860
861 * boards/simavr.exp: New file.
862
863 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
864
865 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
866 * gdb.base/inferior-args.exp: New file.
867 * gdb.base/inferior-args.c: New file.
868
869 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
870
871 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
872 inferior_args. Pass it to gdb_reload.
873 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
874 inferior_args.
875 (gdb_reload): Add inferior_args argument.
876 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
877 pass it to gdbserver_run.
878 * boards/native-gdbserver.exp: Do not set noargs.
879 * boards/native-extended-gdbserver.exp (gdb_reload): Add
880 inferior_args argument.
881 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
882 * gdb.base/a2-run.exp: Check for use_gdb_stub.
883 * gdb.base/args.exp: Likewise.
884
885 2020-05-25 Tom de Vries <tdevries@suse.de>
886
887 * lib/gdb.exp (exec_is_pie): Add comment.
888
889 2020-05-25 Tom de Vries <tdevries@suse.de>
890
891 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
892 instead of $binfile in the untested message.
893
894 2020-05-25 Tom de Vries <tdevries@suse.de>
895
896 PR testsuite/26031
897 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
898
899 2020-05-25 Tom de Vries <tdevries@suse.de>
900
901 * boards/gold.exp: New file.
902
903 2020-05-23 Tom Tromey <tom@tromey.com>
904
905 * gdb.base/style.exp: Remove completion styling test.
906 * lib/gdb-utils.exp (style): Remove completion styles.
907
908 2020-05-23 Tom Tromey <tom@tromey.com>
909
910 * gdb.base/style.exp: Add completion styling test.
911 * lib/gdb-utils.exp (style): Add completion styles.
912
913 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
914
915 * gdb.base/annota1.exp: Update expected results.
916 * gdb.cp/annota2.exp: Update expected results, remove duplicate
917 test name.
918 * gdb.cp/annota3.exp: Update expected results.
919
920 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
921
922 PR gdb/26016
923 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
924 against MAP_FAILED.
925 * gdb.base/coremaker.c (mmapdata): Likewise.
926 * gdb.base/jit-reader-host.c (main): Likewise.
927 * gdb.base/sym-file-loader.c (load): Likewise.
928 (load_shlib): Likewise.
929
930 2020-05-20 Tom Tromey <tromey@adacore.com>
931
932 * gdb.ada/array_char_idx.exp: Recognize initialized array.
933
934 2020-05-20 Tom de Vries <tdevries@suse.de>
935
936 PR symtab/25833
937 * gdb.base/with-mf-inc.c: New test.
938 * gdb.base/with-mf-main.c: New test.
939 * gdb.base/with-mf.exp: New file.
940
941 2020-05-19 Tom Tromey <tromey@adacore.com>
942
943 * gdb.rust/simple.exp: Restore missing test result.
944
945 2020-05-19 Tom de Vries <tdevries@suse.de>
946
947 * gdb.base/gdb-caching-proc.exp: Fix typo.
948
949 2020-05-19 Tom Tromey <tromey@adacore.com>
950
951 * gdb.rust/simple.exp: Add some test descriptions.
952 (test_one_slice): Use with_test_prefix.
953
954 2020-05-18 Tom de Vries <tdevries@suse.de>
955
956 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
957
958 2020-05-17 Pedro Alves <palves@redhat.com>
959
960 PR gdb/25741
961 * gdb.base/hw-sw-break-same-address.exp: New file.
962
963 2020-05-16 Pedro Alves <palves@redhat.com>
964
965 * gdb.multi/multi-re-run.exp (test_re_run): Switch
966 LAST_LOADED_FILE accordingly.
967
968 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
969
970 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
971
972 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
973
974 * gdb.base/help.exp: Test apropos and help for commands
975 having aliases. Fixed comments not starting with an
976 upper-case letter or not finishing with a dot.
977
978 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
979
980 * gdb.base/alias.exp: Update help output check.
981
982 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.base/default.exp: Update output following fixes.
985
986 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
987
988 * gdb.base/alias.exp: Test aliases starting with a prefix of
989 another alias.
990
991 2020-05-15 Gary Benson <gbenson@redhat.com>
992
993 * gdb.base/info-os.c (main): Add return statement.
994 * gdb.base/info_minsym.c (minsym_fun): Likewise.
995 * gdb.base/large-frame-2.c (func): Likewise.
996 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
997 * gdb.base/pr10179-b.c (foo2): Likewise.
998 * gdb.base/valgrind-disp-step.c (foo): Likewise.
999 * gdb.base/watch-cond.c (func): Likewise.
1000 * gdb.multi/goodbye.c (verylongfun): Likewise.
1001 * gdb.multi/hello.c (commonfun): Likewise.
1002 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1003 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1004 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1005 Likewise.
1006 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1007 * gdb.threads/interrupt-while-step-over.c (child_function):
1008 Likewise.
1009 * gdb.trace/actions-changed.c (end): Likewise.
1010
1011 2020-05-15 Gary Benson <gbenson@redhat.com>
1012
1013 * gdb.opencl/callfuncs.exp: Report when test skipped.
1014 * gdb.opencl/convs_casts.exp: Likewise.
1015 * gdb.opencl/datatypes.exp: Likewise.
1016 * gdb.opencl/operators.exp: Likewise.
1017 * gdb.opencl/vec_comps.exp: Likewise.
1018
1019 2020-05-15 Tom de Vries <tdevries@suse.de>
1020
1021 * gdb.base/align.exp.in: Rename to ...
1022 * gdb.base/align.exp.tcl: ... this.
1023 * gdb.base/align-c++.exp: Update.
1024 * gdb.base/align-c.exp: Update.
1025 * gdb.base/all-architectures.exp.in: Rename to ...
1026 * gdb.base/all-architectures.exp: ... this.
1027 * gdb.base/all-architectures-0.exp: Update.
1028 * gdb.base/all-architectures-1.exp: Update.
1029 * gdb.base/all-architectures-2.exp: Update.
1030 * gdb.base/all-architectures-3.exp: Update.
1031 * gdb.base/all-architectures-4.exp: Update.
1032 * gdb.base/all-architectures-5.exp: Update.
1033 * gdb.base/all-architectures-6.exp: Update.
1034 * gdb.base/all-architectures-7.exp: Update.
1035 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1036 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1037 * gdb.base/infcall-nested-structs-c++.exp: Update.
1038 * gdb.base/infcall-nested-structs-c.exp: Update.
1039 * gdb.base/info-types.exp.in: Rename to ...
1040 * gdb.base/info-types.exp.tcl: ... this.
1041 * gdb.base/info-types-c++.exp: Update.
1042 * gdb.base/info-types-c.exp: Update.
1043 * gdb.base/max-depth.exp.in: Rename to ...
1044 * gdb.base/max-depth.exp.tcl: ... this.
1045 * gdb.base/max-depth-c++.exp: Update.
1046 * gdb.base/max-depth-c.exp: Update.
1047 * gdb.cp/cpexprs.exp.in: Rename to ...
1048 * gdb.cp/cpexprs.exp.tcl: ... this.
1049 * gdb.cp/cpexprs-debug-types.exp: Update.
1050 * gdb.cp/cpexprs.exp: Update.
1051 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1052 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1053 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1054 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1055 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1056 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1057 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1058 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1059 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1060 * gdb.dwarf2/clang-debug-names.exp: Update.
1061
1062 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1063
1064 * lib/check-test-names.exp: Remove code that prevents this file
1065 loading when tests are run in parallel.
1066
1067 2020-05-15 Pedro Alves <palves@redhat.com>
1068
1069 * gdb.multi/multi-kill.exp (start_inferior): Remove
1070 'testpid' parameter. Refer to namespace variable directly.
1071 (testpid): Declare as namespace variable.
1072
1073 2020-05-15 Pedro Alves <palves@redhat.com>
1074
1075 * gdb.multi/multi-kill.exp: Wrap in namespace.
1076 (start_inferior): Add TESTPID parameter. Use it instead of the
1077 testpid global.
1078 (top level): Define empty TESTPID array, and pass it down to
1079 start_inferior.
1080
1081 2020-05-14 Tom de Vries <tdevries@suse.de>
1082
1083 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1084 output.
1085
1086 2020-05-14 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.base/align.exp: Split into ...
1089 * gdb.base/align.exp.in: ...
1090 * gdb.base/align-c++.exp: ...
1091 * gdb.base/align-c.exp: ... these.
1092 * gdb.base/infcall-nested-structs.exp: Split into ...
1093 * gdb.base/infcall-nested-structs.exp.in: ...
1094 * gdb.base/infcall-nested-structs-c++.exp: ...
1095 * gdb.base/infcall-nested-structs-c.exp: ... these.
1096 * gdb.base/info-types.exp: Split into ...
1097 * gdb.base/info-types.exp.in: ...
1098 * gdb.base/info-types-c++.exp: ...
1099 * gdb.base/info-types-c.exp: ... these.
1100 * gdb.base/max-depth.exp: Split into ...
1101 * gdb.base/max-depth.exp.in: ...
1102 * gdb.base/max-depth-c++.exp: ...
1103 * gdb.base/max-depth-c.exp: ... these.
1104 * gdb.cp/infcall-nodebug.exp: Split into ...
1105 * gdb.cp/infcall-nodebug.exp.in: ...
1106 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1107 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1108 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1109 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1110
1111 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1112 Pedro Alves <palves@redhat.com>
1113
1114 * gdb.multi/multi-exit.c: New file.
1115 * gdb.multi/multi-exit.exp: New file.
1116 * gdb.multi/multi-kill.c: New file.
1117 * gdb.multi/multi-kill.exp: New file.
1118
1119 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1120
1121 * gdb.base/annota1.exp: Update the expected output.
1122 * gdb.cp/annota2.exp: Ditto.
1123
1124 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * lib/check-test-names.exp: Disable when testing is being run in
1127 parallel.
1128
1129 2020-05-12 Tom de Vries <tdevries@suse.de>
1130
1131 * gdb.base/jit-elf.exp: Fix string concat.
1132
1133 2020-05-12 Tom de Vries <tdevries@suse.de>
1134
1135 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1136 messages.
1137
1138 2020-05-12 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1141
1142 2020-05-12 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1145 * gdb.ada/mi_catch_ex.exp: Same.
1146 * gdb.ada/mi_catch_ex_hand.exp: Same.
1147
1148 2020-05-12 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.fortran/complex.exp: Use with_test_prefix.
1151
1152 2020-05-12 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.trace/passcount.exp: Fix test-names.
1155
1156 2020-05-12 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1159
1160 2020-05-12 Tom de Vries <tdevries@suse.de>
1161
1162 * gdb.gdb/complaints.exp: Use with_test_prefix.
1163 * gdb.xml/tdesc-regs.exp: Same.
1164 * gdb.opt/inline-locals.exp: Fix test name.
1165
1166 2020-05-12 Tom de Vries <tdevries@suse.de>
1167
1168 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1169 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1170 * gdb.dwarf2/implref-struct.exp: Same.
1171 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1172 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1173
1174 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1175
1176 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1177
1178 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * lib/check-test-names.exp (all_test_names): New module variable.
1181 (counts): Add 'duplicates' field.
1182 (_check_duplicates): New procedure.
1183 (check): Also check for duplicates.
1184 (do_log_summary): Print duplicates count.
1185 (do_reset_vars): Reset counter for duplicate test names, and
1186 discard all know test names.
1187
1188 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1189
1190 * lib/gdb.exp: Include check-test-names.exp library.
1191 * lib/check-test-names.exp: New file.
1192
1193 2020-05-11 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1196
1197 2020-05-11 Keith Seitz <keiths@redhat.com>
1198
1199 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1200
1201 2020-05-11 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1204 * gdb.cp/cpexprs.exp.in: .. here.
1205 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1206 cpexprs.exp.
1207
1208 2020-05-11 Keith Seitz <keiths@redhat.com>
1209
1210 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1211 test names.
1212 * gdb.ada/arrayptr.exp: Likewise.
1213 * gdb.ada/assign_arr.exp: Likewise.
1214 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1215 * gdb.ada/bp_on_var.exp: Likewise.
1216 * gdb.ada/call_pn.exp: Likewise.
1217 * gdb.ada/complete.exp: Likewise.
1218 * gdb.ada/fun_overload_menu.exp: Likewise.
1219 * gdb.ada/funcall_param.exp: Likewise.
1220 * gdb.ada/funcall_ref.exp: Likewise.
1221 * gdb.ada/packed_array_assign.exp: Likewise.
1222 * gdb.ada/same_component_name.exp: Likewise.
1223 * gdb.ada/type_coercion.exp: Likewise.
1224 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1225 * gdb.ada/variant_record_packed_array.exp: Likewise.
1226
1227 2020-05-11 Tom de Vries <tdevries@suse.de>
1228
1229 PR symtab/25941
1230 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1231 out of ...
1232 * gdb.dwarf2/clang-debug-names.exp: ... here.
1233 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1234 clang-debug-names.exp.in.
1235 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1236 * gdb.dwarf2/clang-debug-names-2.c: New test.
1237
1238 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1239
1240 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1241 (fortran_runto_main): New Proc, fortran version of runto_main.
1242 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1243 * gdb.fortran/array-bounds.exp: Likewise.
1244 * gdb.fortran/array-slices.exp: Likewise.
1245 * gdb.fortran/block-data.exp: Likewise.
1246 * gdb.fortran/charset.exp: Likewise.
1247 * gdb.fortran/common-block.exp: Likewise.
1248 * gdb.fortran/complex.exp: Likewise.
1249 * gdb.fortran/derived-type-function.exp: Likewise.
1250 * gdb.fortran/derived-type.exp: Likewise.
1251 * gdb.fortran/info-modules.exp: Likewise.
1252 * gdb.fortran/info-types.exp: Likewise.
1253 * gdb.fortran/intrinsics.exp: Likewise.
1254 * gdb.fortran/library-module.exp: Likewise.
1255 * gdb.fortran/logical.exp: Likewise.
1256 * gdb.fortran/max-depth.exp: Likewise.
1257 * gdb.fortran/module.exp: Likewise.
1258 * gdb.fortran/multi-dim.exp: Likewise.
1259 * gdb.fortran/nested-funcs.exp: Likewise.
1260 * gdb.fortran/print-formatted.exp: Likewise.
1261 * gdb.fortran/print_type.exp: Likewise.
1262 * gdb.fortran/printing-types.exp: Likewise.
1263 * gdb.fortran/ptr-indentation.exp: Likewise.
1264 * gdb.fortran/ptype-on-functions.exp: Likewise.
1265 * gdb.fortran/subarray.exp: Likewise.
1266 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1267 * gdb.fortran/vla-datatypes.exp: Likewise.
1268 * gdb.fortran/vla-history.exp: Likewise.
1269 * gdb.fortran/vla-ptr-info.exp: Likewise.
1270 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1271 * gdb.fortran/vla-ptype.exp: Likewise.
1272 * gdb.fortran/vla-sizeof.exp: Likewise.
1273 * gdb.fortran/vla-type.exp: Likewise.
1274 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1275 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1276 * gdb.fortran/vla-value-sub.exp: Likewise.
1277 * gdb.fortran/vla-value.exp: Likewise.
1278 * gdb.fortran/whatis_type.exp: Likewise.
1279 * gdb.mi/mi-var-child-f.exp: Likewise.
1280
1281 2020-05-09 Tom de Vries <tdevries@suse.de>
1282
1283 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1284
1285 2020-05-08 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.dwarf2/clang-debug-names.c: New test.
1288 * gdb.dwarf2/clang-debug-names.exp: New file.
1289
1290 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1291
1292 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1293 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1294
1295 2020-05-06 Tom de Vries <tdevries@suse.de>
1296
1297 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1298 breakpoint is at a "recommended breakpoint location".
1299 * gdb.reverse/consecutive-reverse.exp: Same.
1300
1301 2020-05-06 Tom de Vries <tdevries@suse.de>
1302
1303 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1304 address.
1305
1306 2020-05-06 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1309
1310 2020-05-06 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1313 info for r.
1314
1315 2020-05-06 Tom de Vries <tdevries@suse.de>
1316
1317 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1318 necessary.
1319
1320 2020-05-06 Tom de Vries <tdevries@suse.de>
1321
1322 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1323 void.
1324
1325 2020-05-06 Tom de Vries <tdevries@suse.de>
1326
1327 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1328 of ...
1329 * gdb.base/async.exp: ... here.
1330 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1331 "recommended breakpoint location".
1332
1333 2020-05-06 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1336
1337 2020-05-04 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/async.exp: Check whether instruction addresses are a
1340 "recommended breakpoint location".
1341
1342 2020-05-03 Tom Tromey <tom@tromey.com>
1343
1344 * gdb.base/sepdebug.exp: Remove "catch" test.
1345 * gdb.base/break.exp: Remove "catch" test.
1346 * gdb.base/default.exp: Update expected output.
1347
1348 2020-05-02 Tom de Vries <tdevries@suse.de>
1349
1350 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1351 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1352 * gdb.arch/i386-mpx-map.exp: Same.
1353 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1354 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1355 * gdb.arch/i386-mpx.exp: Same.
1356
1357 2020-05-02 Tom de Vries <tdevries@suse.de>
1358
1359 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1360
1361 2020-05-01 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.ada/operator_bp.exp: Allow more than required amount of
1364 breakpoint.
1365
1366 2020-05-01 Tom de Vries <tdevries@suse.de>
1367
1368 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1369
1370 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1371
1372 PR gdb/18706
1373 * gdb.cp/stub-array-size.cc: New test.
1374 * gdb.cp/stub-array-size.exp: New file.
1375 * gdb.cp/stub-array-size.h: New test.
1376 * gdb.cp/stub-array-size2.cc: New test.
1377
1378 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1379
1380 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1381 output to the new format.
1382
1383 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1384
1385 * gdb.base/break.exp: Use with_test_prefix.
1386
1387 2020-04-29 Tom de Vries <tdevries@suse.de>
1388
1389 * lib/gdb.exp (debug_types): New proc.
1390 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1391 * gdb.python/py-symtab.exp: Same.
1392
1393 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1394
1395 PR gdb/17320
1396 * gdb.base/pretty-array.c: New test.
1397 * gdb.base/pretty-array.exp: New file.
1398
1399 2020-04-29 Tom de Vries <tdevries@suse.de>
1400
1401 PR symtab/25889
1402 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1403 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1404 and include cpexprs.exp.
1405
1406 2020-04-28 Mark Williams <mark@myosotissp.com>
1407
1408 PR gdb/24480
1409 * dw4-toplevel-types.exp: Test for top level types.
1410 * dw4-toplevel-types.cc: Test for top level types.
1411
1412 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1413
1414 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1415 (theads -> threads).
1416
1417 2020-04-28 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1420
1421 2020-04-28 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1424
1425 2020-04-28 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1428
1429 2020-04-28 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.dwarf2/main-foo.c: New test.
1432 * gdb.dwarf2/struct-with-sig.exp: New file.
1433
1434 2020-04-25 Tom de Vries <tdevries@suse.de>
1435
1436 * boards/debug-types.exp: New file.
1437
1438 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1441
1442 2020-04-24 Tom Tromey <tom@tromey.com>
1443
1444 PR symtab/12707:
1445 * gdb.python/py-symbol.exp: Update expected results for
1446 linkage_name test.
1447 * gdb.cp/print-demangle.exp: New file.
1448 * gdb.base/c-linkage-name.exp: Fix test.
1449 * gdb.guile/scm-symbol.exp: Update expected results for
1450 linkage_name test.
1451
1452 2020-04-24 Tom Tromey <tom@tromey.com>
1453
1454 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1455 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1456 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1457 assembler.
1458
1459 2020-04-24 Tom de Vries <tdevries@suse.de>
1460
1461 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1462 C++.
1463
1464 2020-04-24 Tom Tromey <tromey@adacore.com>
1465
1466 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1467 values.
1468 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1469 values. Update test for minimal encodings.
1470 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1471 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1472 values. Update test for minimal encodings.
1473
1474 2020-04-24 Tom Tromey <tromey@adacore.com>
1475
1476 PR python/23662:
1477 * gdb.ada/variant.exp: Add Python checks.
1478 * gdb.rust/simple.exp: Add dynamic type checks.
1479
1480 2020-04-24 Tom Tromey <tromey@adacore.com>
1481
1482 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1483 Make array type matching more lax.
1484 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1485 * gdb.ada/mi_variant.exp: New file.
1486 * gdb.ada/mi_variant/pck.ads: New file.
1487 * gdb.ada/mi_variant/pkg.adb: New file.
1488 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1489 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1490
1491 2020-04-24 Tom Tromey <tromey@adacore.com>
1492
1493 * gdb.ada/variant.exp: Add dynamic field offset tests.
1494 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1495 * gdb.ada/variant/pkg.adb: Add new variables.
1496
1497 2020-04-24 Tom Tromey <tromey@adacore.com>
1498
1499 * gdb.ada/variant.exp: New file
1500 * gdb.ada/variant/pkg.adb: New file
1501 * gdb.ada/variant/pck.adb: New file
1502
1503 2020-04-24 Tom de Vries <tdevries@suse.de>
1504
1505 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1506
1507 2020-04-24 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1510 flags.
1511
1512 2020-04-24 Tom de Vries <tdevries@suse.de>
1513
1514 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1515
1516 2020-04-24 Tom de Vries <tdevries@suse.de>
1517
1518 * lib/gdb.exp (default_gdb_start): Handle eof.
1519 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1520 failure.
1521 * gdb.base/readnever.exp: Handle clean_restart failure.
1522
1523 2020-04-23 Tom de Vries <tdevries@suse.de>
1524
1525 * gdb.base/decl-before-def.exp: Run to main and print a again.
1526
1527 2020-04-23 Tom de Vries <tdevries@suse.de>
1528
1529 * gdb.base/decl-before-def-decl.c: New test.
1530 * gdb.base/decl-before-def-def.c: New test.
1531 * gdb.base/decl-before-def.exp: New file.
1532
1533 2020-04-23 Tom de Vries <tdevries@suse.de>
1534
1535 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1536
1537 2020-04-22 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1540 debug_info_offset.
1541 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1542 before $objsfile in the line line.
1543
1544 2020-04-22 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1547
1548 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1549
1550 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1551 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1552 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1553 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1554 * gdb.base/jit-protocol.h: Update definitions to match all usage
1555 contexts.
1556
1557 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1558
1559 * gdb.base: Rename all jit related test and source files.
1560
1561 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1562
1563 * gdb.base/jit-reader.exp: Relax register output check.
1564
1565 2020-04-22 Tom de Vries <tdevries@suse.de>
1566
1567 PR symtab/25764
1568 * gdb.base/psym-external-decl-2.c: New test.
1569 * gdb.base/psym-external-decl.c: New test.
1570 * gdb.base/psym-external-decl.exp: New file.
1571 * gdb.threads/tls.exp: Add PR25807 kfail.
1572
1573 2020-04-22 Tom de Vries <tdevries@suse.de>
1574
1575 PR symtab/25801
1576 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1577 in "info source" output.
1578
1579 2020-04-22 Tom de Vries <tdevries@suse.de>
1580
1581 PR symtab/25700
1582 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1583 symtab for imported_unit.c.
1584
1585 2020-04-21 Gary Benson <gbenson@redhat.com>
1586
1587 * gdb.base/advance.c (func): New argument, to match call site.
1588 (func2, func3): Add return statements.
1589
1590 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1591
1592 * gdb.multi/run-only-second-inf.c: New file.
1593 * gdb.multi/run-only-second-inf.exp: New file.
1594
1595 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1596
1597 * gdb.btrace/multi-inferior.c: New test.
1598 * gdb.btrace/multi-inferior.exp: New file.
1599
1600 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1601
1602 * gdb.btrace/enable-new-thread.c: New test.
1603 * gdb.btrace/enable-new-thread.exp: New file.
1604
1605 2020-04-21 Tom de Vries <tdevries@suse.de>
1606
1607 PR gdb/25471
1608 * gdb.threads/killed-outside.c: New test.
1609 * gdb.threads/killed-outside.exp: New file.
1610
1611 2020-04-20 Gary Benson <gbenson@redhat.com>
1612
1613 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1614 * gdb.base/nested-subp2.exp: Likewise.
1615 * gdb.base/nested-subp3.exp: Likewise.
1616
1617 2020-04-20 Gary Benson <gbenson@redhat.com>
1618
1619 * gdb.base/nested-subp1.exp: Disable test when using clang.
1620 * gdb.base/nested-subp2.exp: Likewise.
1621 * gdb.base/nested-subp3.exp: Likewise.
1622
1623 2020-04-20 Gary Benson <gbenson@redhat.com>
1624
1625 * gdb.cp/exception.cc: Fix compilation error with clang.
1626
1627 2020-04-20 Gary Benson <gbenson@redhat.com>
1628
1629 * gdb.trace/tspeed.c: Fix compilation error with clang.
1630
1631 2020-04-20 Gary Benson <gbenson@redhat.com>
1632
1633 * gdb.base/jit-main.c: Fix compilation error with clang.
1634
1635 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1636
1637 * gdb.base/attach-twice.c: Include "sys/types.h".
1638 (PTRACE_ATTACH): Add fallback definition.
1639 (main): Pass `0' to the 4th argument of `ptrace'.
1640
1641 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1642
1643 * gdb.base/fork-running-state.c: Include "signal.h".
1644
1645 2020-04-17 Tom Tromey <tromey@adacore.com>
1646
1647 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1648 Update tests.
1649 * gdb.btrace/cpu.exp: Update tests.
1650 * gdb.base/maint.exp: Update tests.
1651 * gdb.base/default.exp: Update tests.
1652 * gdb.base/completion.exp: Update tests.
1653
1654 2020-04-16 Tom de Vries <tdevries@suse.de>
1655
1656 PR symtab/25791
1657 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1658 (ensure_gdb_index): and factor out and move ...
1659 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1660 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1661
1662 2020-04-16 Tom de Vries <tdevries@suse.de>
1663
1664 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1665 loading exec.
1666
1667 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.base/many-completions.exp: New file.
1670
1671 2020-04-14 Tom de Vries <tdevries@suse.de>
1672
1673 PR symtab/25718
1674 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1675
1676 2020-04-14 Tom de Vries <tdevries@suse.de>
1677
1678 PR symtab/25720
1679 * gdb.base/maint-expand-symbols-header-file.c: New test.
1680 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1681 * gdb.base/maint-expand-symbols-header-file.h: New test.
1682
1683 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1684
1685 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1686 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1687 get_func_info.
1688 (get_func_info): Delete.
1689 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1690 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1691 * lib/dwarf.exp (get_func_info): New function.
1692
1693 2020-04-13 Tom de Vries <tdevries@suse.de>
1694
1695 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1696 to what find_gnatmake does.
1697
1698 2020-04-10 Tom de Vries <tdevries@suse.de>
1699
1700 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1701 -readnow.
1702
1703 2020-04-10 Tom de Vries <tdevries@suse.de>
1704
1705 PR cli/25808
1706 * gdb.base/style.c: Add leading newlines.
1707 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1708 Check listing of main's one-line body.
1709
1710 2020-04-08 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/gdb.exp (psymtabs_p): New proc.
1713 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1714 importing unit" unsupported if there are no partial symbols.
1715
1716 2020-04-08 Tom de Vries <tdevries@suse.de>
1717
1718 PR testsuite/25760
1719 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1720
1721 2020-04-07 Tom de Vries <tdevries@suse.de>
1722
1723 PR symtab/25796
1724 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1725
1726 2020-04-07 Tom de Vries <tdevries@suse.de>
1727
1728 * gdb.base/check-psymtab.c: New test.
1729 * gdb.base/check-psymtab.exp: New file.
1730
1731 2020-04-06 Tom Tromey <tromey@adacore.com>
1732
1733 * gdb.ada/variant-record/proc.adb: New file.
1734 * gdb.ada/variant-record/value.adb: New file.
1735 * gdb.ada/variant-record/value.s: New file.
1736 * gdb.ada/variant-record.exp: New file.
1737
1738 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1739
1740 PR gdb/25325
1741 * gdb.cp/typed-enum.cc: New test.
1742 * gdb.cp/typed-enum.exp: New file.
1743
1744 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1745
1746 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1747 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1748 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1749 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1750 * gdb.opt/inline-small-func.c: New file.
1751 * gdb.opt/inline-small-func.exp: New file.
1752 * gdb.opt/inline-small-func.h: New file.
1753
1754 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1757 function.
1758
1759 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1760
1761 * lib/dwarf.exp (function_range): Allow compiler options to be
1762 specified.
1763
1764 2020-04-02 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1767 __attribute__((always_inline)).
1768 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1769
1770 2020-04-02 Tom de Vries <tdevries@suse.de>
1771
1772 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1773 (gdbserver_gdb_exit): ... here. Add timeout warning.
1774 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1775 (connect_target_extended_remote): Append new server_spawn_id to
1776 server_spawn_ids.
1777 (cleanup): New proc.
1778 (setup, <toplevel>): Call cleanup.
1779
1780 2020-04-02 Tom de Vries <tdevries@suse.de>
1781
1782 * gdb.base/main-psymtab.exp: New file.
1783
1784 2020-04-02 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1787
1788 2020-04-01 Tom Tromey <tom@tromey.com>
1789
1790 * gdb.base/complex-parts.exp: Add type tests.
1791
1792 2020-04-01 Tom Tromey <tom@tromey.com>
1793
1794 * gdb.base/complex-parts.exp: Add arithmetic tests.
1795
1796 2020-04-01 Tom Tromey <tom@tromey.com>
1797
1798 * gdb.compile/compile.exp: Update.
1799 * gdb.compile/compile-cplus.exp: Update.
1800 * gdb.base/varargs.exp: Update.
1801 * gdb.base/floatn.exp: Update.
1802 * gdb.base/endianity.exp: Update.
1803 * gdb.base/callfuncs.exp (do_function_calls): Update.
1804 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1805 (complex_float_integral_args): Update.
1806 * gdb.base/complex.exp: Update.
1807 * gdb.base/complex-parts.exp: Update.
1808
1809 2020-04-01 Tom Tromey <tromey@adacore.com>
1810
1811 * gdb.rust/union.rs: New file.
1812 * gdb.rust/union.exp: New file.
1813 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1814 (main): Update.
1815 * gdb.rust/simple.exp: Move union tests to union.exp.
1816
1817 2020-04-01 Tom Tromey <tromey@adacore.com>
1818
1819 * gdb.rust/simple.rs (main): Remove "y0".
1820
1821 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1822
1823 * gdb.multi/stop-all-on-exit.c: New test.
1824 * gdb.multi/stop-all-on-exit.exp: New file.
1825
1826 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1827
1828 PR gdb/24789
1829 * gdb.cp/misc.cc: Add integer reference variable.
1830 * gdb.cp/misc.exp: Add test.
1831
1832 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1833
1834 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1835 scenario to cover execution until the end and also the case
1836
1837 2020-03-31 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1840 c. Use "maint info symtabs" to check symtab expansion.
1841
1842 2020-03-30 Tom de Vries <tdevries@suse.de>
1843
1844 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1845 unsupported.
1846 (verify_psymtab_expanded): Move ...
1847 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1848 test.
1849 (readnow): New proc.
1850
1851 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1852
1853 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1854 with $hex.
1855
1856 2020-03-20 Tom Tromey <tromey@adacore.com>
1857
1858 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1859
1860 2020-03-20 Tom Tromey <tromey@adacore.com>
1861
1862 * gdb.ada/sub_variant/subv.adb: New file.
1863 * gdb.ada/sub_variant.exp: New file.
1864
1865 2020-03-20 Tom de Vries <tdevries@suse.de>
1866
1867 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1868 first break fails.
1869 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1870
1871 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * gdb.server/exit-multiple-threads.c: New file.
1874 * gdb.server/exit-multiple-threads.exp: New file.
1875
1876 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * gdb.fortran/mixed-lang-stack.c: New file.
1879 * gdb.fortran/mixed-lang-stack.cpp: New file.
1880 * gdb.fortran/mixed-lang-stack.exp: New file.
1881 * gdb.fortran/mixed-lang-stack.f90: New file.
1882
1883 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1884
1885 * gdb.linespec/cp-completion-aliases.cc: New file.
1886 * gdb.linespec/cp-completion-aliases.exp: New file.
1887
1888 2020-03-19 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1891 more precise.
1892
1893 2020-03-18 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1896 * gdb.dwarf2/break-inline-psymtab.c: New test.
1897 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1898
1899 2020-03-16 Tom de Vries <tdevries@suse.de>
1900
1901 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1902 cache_verify and cache_verify_proc.
1903
1904 2020-03-15 Tom de Vries <tdevries@suse.de>
1905
1906 * gdb.server/solib-list.exp: Handle
1907 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1908
1909 2020-03-15 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1912 objfiles".
1913
1914 2020-03-14 Tom Tromey <tom@tromey.com>
1915
1916 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1917
1918 2020-03-14 Tom de Vries <tdevries@suse.de>
1919
1920 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1921
1922 2020-03-14 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1925 result in line-by-line fashion.
1926
1927 2020-03-14 Tom de Vries <tdevries@suse.de>
1928
1929 * lib/gdb.exp (supports_statement_frontiers): New proc.
1930 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1931
1932 2020-03-14 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.base/printcmds.exp: Add missing quoting for "print
1935 teststring2".
1936
1937 2020-03-13 Tom Tromey <tom@tromey.com>
1938
1939 * gdb.base/printcmds.exp (test_print_strings): Add regression
1940 test.
1941 * gdb.base/printcmds.c (charptr): New typedef.
1942 (teststring2): New global.
1943
1944 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1947 full path in the test name.
1948 (test_ld): Add some with_test_prefix blocks to make test names
1949 unique.
1950
1951 2020-03-13 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1954
1955 2020-03-13 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1958
1959 2020-03-13 Tom de Vries <tdevries@suse.de>
1960
1961 PR symtab/25646
1962 * gdb.dwarf2/imported-unit.exp: Add test.
1963
1964 2020-03-13 Tom de Vries <tdevries@suse.de>
1965
1966 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1967 (var1, var2): New variable.
1968 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1969 matching symbols.
1970
1971 2020-03-13 Tom de Vries <tdevries@suse.de>
1972
1973 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1974 (Term::command): Use prompt prefix.
1975 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1976 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1977 command_no_prompt_prefix instead of prefix.
1978 * gdb.tui/tui-layout-asm.exp: Same.
1979
1980 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1981
1982 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1983
1984 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1985
1986 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1987 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1988 on" while stepping over the test instruction, match printed
1989 message.
1990
1991 2020-03-12 Tom de Vries <tdevries@suse.de>
1992
1993 * gdb.base/info-types.exp: Use exp_continue during matching of output
1994 of "info types".
1995
1996 2020-03-12 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1999
2000 2020-03-12 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.fortran/module.exp: Use exp_continue during matching of output
2003 of "info variable -n".
2004
2005 2020-03-12 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2008 gdb.dwarf2/dw2-ranges-base.c.
2009
2010 2020-03-12 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2013 in presence of GLIBC debuginfo.
2014
2015 2020-03-12 Tom de Vries <tdevries@suse.de>
2016
2017 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2018 $core.
2019
2020 2020-03-12 Tom de Vries <tdevries@suse.de>
2021
2022 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2023 more precise.
2024
2025 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2026
2027 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2028 from Unix to Windows path.
2029
2030 2020-03-11 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.ada/minsyms.exp: Set language to ada.
2033
2034 2020-03-11 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2037
2038 2020-03-11 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2041
2042 2020-03-11 Tom Tromey <tromey@adacore.com>
2043
2044 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2045
2046 2020-03-11 Tom de Vries <tdevries@suse.de>
2047
2048 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2049
2050 2020-03-11 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.base/break-interp.exp: Limit verbose scope.
2053
2054 2020-03-11 Tom de Vries <tdevries@suse.de>
2055
2056 * gdb.fortran/logical.f90: Define variable with character type.
2057 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2058
2059 2020-03-11 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2062
2063 2020-03-11 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2066 symtabs.
2067
2068 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2069 Bernd Edlinger <bernd.edlinger@hotmail.de>
2070
2071 * gdb.cp/step-and-next-inline.cc: New file.
2072 * gdb.cp/step-and-next-inline.exp: New file.
2073 * gdb.cp/step-and-next-inline.h: New file.
2074 * gdb.dwarf2/dw2-is-stmt.c: New file.
2075 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2076 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2077 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2078 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2079
2080 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2081
2082 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2083 is-stmt flag in the line table.
2084
2085 2020-03-09 Tom de Vries <tdevries@suse.de>
2086
2087 * lib/gdb.exp (cached_file): Create cache dir.
2088
2089 2020-03-07 Tom de Vries <tdevries@suse.de>
2090
2091 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2092 * gdb.cp/rvalue-ref-params.exp: Same.
2093
2094 2020-03-06 Tom de Vries <tdevries@suse.de>
2095
2096 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2097 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2098
2099 2020-03-06 Tom de Vries <tdevries@suse.de>
2100
2101 * README: Fix "the the".
2102 * gdb.base/dprintf.exp: Same.
2103
2104 2020-03-05 Tom de Vries <tdevries@suse.de>
2105
2106 * gdb.base/maint.exp: Update "main print statistics" expected output.
2107
2108 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2109
2110 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2111 (fortran_int8): Likewise.
2112 (fortran_real4): Likewise.
2113 (fortran_real8): Likewise.
2114 (fortran_complex4): Likewise.
2115 (fortran_logical4): Likewise.
2116 (fortran_character1): Likewise.
2117
2118 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2119
2120 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2121 printed as true.
2122
2123 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2124
2125 * gdb.base/printcmds.exp: Add test to verify printf of a
2126 variable holding an address.
2127
2128 2020-03-03 Tom de Vries <tdevries@suse.de>
2129
2130 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2131
2132 2020-03-03 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2135 gdb_test_multiple call.
2136
2137 2020-03-03 Tom de Vries <tdevries@suse.de>
2138
2139 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2140 gdb_test_multiple calls.
2141
2142 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2143
2144 * gdb.base/default.exp: Remove test of 'set history filename'.
2145 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2146 filename to the empty string.
2147 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2148 and GDBHISTSIZE.
2149
2150 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2151
2152 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2153 disabled.
2154
2155 2020-03-02 Pedro Alves <palves@redhat.com>
2156 Tom de Vries <tdevries@suse.de>
2157
2158 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2159 -prompt prefix, before user_code argument. Add -lbl option likewise.
2160 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2161 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2162 argument.
2163 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2164 have "\r\n" at start-of-line, instead of at end-of-line.
2165
2166 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2167
2168 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2169 libinproctrace.so.
2170
2171 2020-02-28 Luis Machado <luis.machado@linaro.org>
2172
2173 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2174 to "p/x".
2175
2176 2020-02-28 Luis Machado <luis.machado@linaro.org>
2177
2178 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2179 asm/ptrace.h and error.h.
2180
2181 2020-02-28 Tom de Vries <tdevries@suse.de>
2182
2183 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2184 (struct wrapper, do_something, mundane/symada__cS): Move ...
2185 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2186 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2187 Update "print symada__cS before partial symtab expansion" regexp.
2188 Update breakpoint location. Flush symbol cache after expansion.
2189
2190 2020-02-28 Luis Machado <luis.machado@linaro.org>
2191
2192 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2193
2194 2020-02-27 Tom de Vries <tdevries@suse.de>
2195
2196 * config/sid.exp: Remove unused globals.
2197 * gdb.base/attach.exp: Same.
2198 * gdb.base/catch-load.exp: Same.
2199 * gdb.base/dbx.exp: Same.
2200 * lib/gdb.exp: Same.
2201 * lib/mi-support.exp: Same.
2202 * lib/prompt.exp: Same.
2203
2204 2020-02-27 Tom de Vries <tdevries@suse.de>
2205
2206 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2207 not set.
2208
2209 2020-02-26 Aaron Merey <amerey@redhat.com>
2210
2211 * gdb.debuginfod: New directory for debuginfod tests.
2212 * gdb.debuginfod/main.c: New test file.
2213 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2214
2215 2020-02-26 Tom de Vries <tdevries@suse.de>
2216
2217 PR gdb/25603
2218 * gdb.base/persistent-lang.cc: New test.
2219 * gdb.base/persistent-lang.exp: New file.
2220
2221 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2222
2223 * gdb.fortran/derived-type-striding.exp: Add a new test.
2224 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2225 new test.
2226
2227 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2228
2229 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2230 names.
2231
2232 2020-02-25 Tom de Vries <tdevries@suse.de>
2233
2234 PR go/18926
2235 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2236
2237 2020-02-24 Tom de Vries <tdevries@suse.de>
2238
2239 PR gdb/25592
2240 * gdb.base/info-locals-unused-static-var.c: New test.
2241 * gdb.base/info-locals-unused-static-var.exp: New file.
2242
2243 2020-02-22 Tom Tromey <tom@tromey.com>
2244
2245 * gdb.python/tui-window.exp: New file.
2246 * gdb.python/tui-window.py: New file.
2247
2248 2020-02-22 Tom Tromey <tom@tromey.com>
2249
2250 PR tui/17850:
2251 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2252 tests.
2253
2254 2020-02-22 Tom Tromey <tom@tromey.com>
2255
2256 * gdb.tui/new-layout.exp: Add sub-layout tests.
2257
2258 2020-02-22 Tom Tromey <tom@tromey.com>
2259
2260 * gdb.tui/new-layout.exp: New file.
2261
2262 2020-02-22 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.rust/rust-style.rs: New file.
2265 * gdb.rust/rust-style.exp: New file.
2266 * gdb.base/style.exp: Test structure printing.
2267 * gdb.base/style.c (struct some_struct): New type.
2268 (enum etype): New type.
2269 (struct_value): New global.
2270
2271 2020-02-21 Tom de Vries <tdevries@suse.de>
2272
2273 PR go/18926
2274 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2275 Remove blanket xfails. Use message argument for gdb_breakpoint.
2276 Make continuing to breakpoint test conditional on setting breakpoint.
2277 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2278 DW_AT_name attribute. Add xfail for GCC PR93866.
2279
2280 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2281
2282 * gdb.dwarf2/cpp-linkage-name.c: New file.
2283 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2284
2285 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2286
2287 * lib/gdb.exp (gdb_wrapper_init): Reset
2288 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2289 not exist.
2290
2291 2020-02-20 Tom de Vries <tdevries@suse.de>
2292
2293 PR go/17018
2294 * gdb.go/hello.exp: Copy ...
2295 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2296 print of st to print value of global definition. Add xfail for GCC
2297 PR93844.
2298 * gdb.go/hello.exp: Remove printing of st before definition.
2299 * gdb.go/hello.go: Copy ...
2300 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2301 to st.
2302 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2303
2304 2020-02-20 Tom de Vries <tdevries@suse.de>
2305
2306 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2307 (gdb_simple_compile): Handle compile_flags go by using .go extension
2308 for source file.
2309 * gdb.go/chan.exp: Use support_go_compile.
2310 * gdb.go/handcall.exp: Same.
2311 * gdb.go/hello.exp: Same.
2312 * gdb.go/integers.exp: Same.
2313 * gdb.go/max-depth.exp: Same.
2314 * gdb.go/methods.exp: Same.
2315 * gdb.go/package.exp: Same.
2316 * gdb.go/strings.exp: Same.
2317 * gdb.go/types.exp: Same.
2318 * gdb.go/unsafe.exp: Same.
2319
2320 2020-02-19 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.python/lib-types.exp: Make xfail more strict.
2323
2324 2020-02-19 Tom de Vries <tdevries@suse.de>
2325
2326 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2327
2328 2020-02-19 Doug Evans <dje@google.com>
2329
2330 PR rust/25535
2331 * gdb.rust/simple.exp: Add test.
2332 * gdb.rust/simple.rs: Add test.
2333
2334 2020-02-19 Tom de Vries <tdevries@suse.de>
2335
2336 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2337 output line-by-line.
2338
2339 2020-02-19 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2342
2343 2020-02-19 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2346 prelink.
2347
2348 2020-02-19 Tom de Vries <tdevries@suse.de>
2349
2350 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2351 (gdb_do_cache): Use gdb_do_cache_wrap.
2352 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2353
2354 2020-02-19 Tom de Vries <tdevries@suse.de>
2355
2356 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2357 gdb_compile option.
2358
2359 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2360
2361 * gdb.base/printcmds.exp (test_print_enums): Update expected
2362 output.
2363
2364 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2365
2366 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2367 for "unknown".
2368
2369 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2370
2371 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2372 enumerator.
2373
2374 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2375
2376 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2377 FE_, add FE_NONE.
2378 (three): Update.
2379 (enum flag_enum_without_zero): New enum.
2380 (flag_enum_without_zero): New variable.
2381 (enum not_flag_enum): New enum.
2382 (three_not_flag): New variable.
2383 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2384 (test_print_enums): Add more tests for printing flag enums.
2385
2386 2020-02-18 Tom de Vries <tdevries@suse.de>
2387
2388 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2389 (gdb_compile_ada): ... here.
2390 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2391 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2392
2393 2020-02-14 Tom Tromey <tom@tromey.com>
2394
2395 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2396 build directory.
2397 * boards/gdbserver-base.exp: Update path to gdbserver.
2398
2399 2020-02-13 Tom de Vries <tdevries@suse.de>
2400
2401 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2402
2403 2020-02-13 Tom de Vries <tdevries@suse.de>
2404
2405 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2406 are missing.
2407
2408 2020-02-13 Tom de Vries <tdevries@suse.de>
2409
2410 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2411 call.
2412
2413 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2414
2415 PR tui/25126
2416 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2417 * gdb.base/cached-source-file.c: New file.
2418 * gdb.base/cached-source-file.exp: New file.
2419
2420 2020-02-11 Tom de Vries <tdevries@suse.de>
2421
2422 PR testsuite/25488
2423 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2424
2425 2020-02-10 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2428
2429 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2430
2431 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2432 and $after_addr are both integers before making a comparison.
2433
2434 2020-02-09 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2437 command output and paste it into gdb.log. If any, paste catch message
2438 to gdb.log.
2439
2440 2020-02-07 Tom Tromey <tromey@adacore.com>
2441
2442 PR breakpoints/24915:
2443 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2444
2445 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2446
2447 * gdb.tui/tui-missing-src.exp: Add the "missing source
2448 file" test for the TUI.
2449
2450 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2451
2452 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2453 including a port number in the output.
2454
2455 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2456
2457 * lib/fortran.exp (fortran_int4): Handle clang.
2458 (fortran_int8): Likewise.
2459 (fortran_real4): Likewise.
2460 (fortran_real8): Likewise.
2461 (fortran_complex4): Likewise.
2462 (fortran_logical4): Likewise.
2463 (fortran_character1): Likewise.
2464
2465 2020-02-04 Tom de Vries <tdevries@suse.de>
2466
2467 * README (Race detection): Add note.
2468
2469 2020-02-04 Tom de Vries <tdevries@suse.de>
2470
2471 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2472
2473 2020-02-04 Tom de Vries <tdevries@suse.de>
2474
2475 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2476
2477 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2478
2479 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2480 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2481 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2482 blttar, bnetarl.
2483 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2484 binary for blttar, bnetarl.
2485 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2486 wait instruction. Delete ldmx test.
2487 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2488
2489 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2490
2491 * gdb.fortran/array-bounds-high.exp: New file.
2492 * gdb.fortran/array-bounds-high.f90: New file.
2493
2494 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2495
2496 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2497 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2498
2499 2020-02-01 Tom de Vries <tdevries@suse.de>
2500
2501 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2502
2503 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 PR tui/9765
2506 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2507 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2508
2509 2020-01-29 Luis Machado <luis.machado@linaro.org>
2510
2511 * gdb.arch/aarch64-brk-patterns.c: New source file.
2512 * gdb.arch/aarch64-brk-patterns.exp: New test.
2513
2514 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2515
2516 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2517 GCC/Clang version.
2518 * gdb.cp/pass-by-ref.exp: Ditto.
2519
2520 2020-01-29 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2523 * gdb.threads/watchpoint-fork-mt.c: Same.
2524 * gdb.threads/watchpoint-fork-parent.c: Same.
2525 * gdb.threads/watchpoint-fork-st.c: Same.
2526 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2527
2528 2020-01-27 Luis Machado <luis.machado@linaro.org>
2529
2530 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2531 sitting at a syscall instruction when we hit the syscall function's
2532 breakpoint.
2533 Check PC against one obtained with the x command.
2534 Validate syscall number.
2535 (step_over_syscall): Don't continue to the syscall instruction if
2536 we're already there.
2537
2538 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2539
2540 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2541
2542 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2543
2544 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2545 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2546
2547 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2548
2549 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2550 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2551
2552 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2553
2554 * gdb.base/maint.exp: Update line table parsing test.
2555 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2556
2557 2020-01-24 Pedro Alves <palves@redhat.com>
2558
2559 PR gdb/25410
2560 * gdb.multi/multi-re-run-1.c: New.
2561 * gdb.multi/multi-re-run-2.c: New.
2562 * gdb.multi/multi-re-run.exp: New.
2563
2564 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 PR gdb/23718
2567 * gdb.server/server-kill-python.exp: New file.
2568
2569 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.server/multi-ui-errors.c: New file.
2572 * gdb.server/multi-ui-errors.exp: New file.
2573
2574 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2575
2576 PR tui/9765
2577 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2578
2579 2020-01-19 Tom Tromey <tom@tromey.com>
2580
2581 * gdb.tui/main.exp: Add check for plain "file".
2582
2583 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2584
2585 * lib/gdb.exp: Fix spelling error (seperatelly).
2586
2587 2020-01-14 Tom Tromey <tom@tromey.com>
2588
2589 PR symtab/12535:
2590 * gdb.python/python.exp: Test decode_line with empty string
2591 argument.
2592
2593 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2594
2595 * gdb.base/skip-inline.exp: Extend test.
2596
2597 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2598
2599 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2600 * gdb.dwarf2/dw2-bad-elf.c: New file.
2601 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2602
2603 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2604
2605 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2606 _line_saw_file.
2607
2608 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2611 border.
2612
2613 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2614
2615 * gdb.multi/multi-target.exp (setup): Factor out "info
2616 connections" and "info inferiors" tests to ...
2617 (test_info_inferiors): ... this new procedure.
2618 (top level): Run new "info-inferiors" tests.
2619
2620 2020-01-10 Pedro Alves <palves@redhat.com>
2621
2622 * gdb.server/bkpt-other-inferior.exp: New file.
2623
2624 2020-01-10 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2627 of "add-inferior".
2628 * gdb.base/quit-live.exp: Likewise.
2629 * gdb.base/remote-exec-file.exp: Likewise.
2630 * gdb.guile/scm-progspace.exp: Likewise.
2631 * gdb.linespec/linespec.exp: Likewise.
2632 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2633 * gdb.mi/user-selected-context-sync.exp: Likewise.
2634 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2635 "info inferiors" tests.
2636 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2637 "add-inferior".
2638 * gdb.multi/watchpoint-multi.exp: Likewise.
2639 * gdb.python/py-inferior.exp: Likewise.
2640 * gdb.server/extended-remote-restart.exp: Likewise.
2641 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2642 "info inferiors".
2643 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2644 * gdb.trace/report.exp: Likewise.
2645
2646 2020-01-10 Pedro Alves <palves@redhat.com>
2647
2648 * gdb.multi/multi-target.c: New file.
2649 * gdb.multi/multi-target.exp: New file.
2650 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2651 mode requested, but remote does not support non-stop".
2652
2653 2020-01-10 Pedro Alves <palves@redhat.com>
2654
2655 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2656 disconnect before reconnecting.
2657
2658 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2659 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.server/connect-without-multi-process.exp: Also test
2662 continuing to end.
2663
2664 2020-01-10 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.base/remote-exec-file.exp: New file.
2667
2668 2020-01-10 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2671 output.
2672 * gdb.threads/async.c: New.
2673 * gdb.threads/async.exp: New.
2674 * gdb.multi/tids-gid-reset.c: New.
2675 * gdb.multi/tids-gid-reset.exp: New.
2676
2677 2020-01-10 George Barrett <bob@bob131.so>
2678
2679 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2680 to help in finding the image relocation offset.
2681 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2682 options in arguments.
2683 (stap_test_no_debuginfo): Likewise.
2684 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2685 test variants.
2686 (stap_test): Add null semaphore relocation test.
2687
2688 2020-01-10 George Barrett <bob@bob131.so>
2689
2690 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2691 * gdb.base/stap-probe.exp: Likewise.
2692 (stap_test): Pass argument as an additional flag.
2693 (stap_test_no_debuginfo): Likewise.
2694 (stap_test): Check `info probes stap' output for semaphore
2695 addresses if the test binary is supposed to have them.
2696
2697 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.tui/basic.exp: Add more scrolling tests.
2700
2701 2020-01-09 Tom Tromey <tom@tromey.com>
2702
2703 PR tui/18932:
2704 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2705 meangingful value.
2706 (Term::command, Term::resize): Update.
2707 * gdb.tui/basic.exp: Add scrolling test.
2708
2709 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2710
2711 * gdb.tui/tui-layout-asm.exp: New file.
2712
2713 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2716
2717 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2720 (Term::enter_tui): Use Term::prepare_for_tui.
2721
2722 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2723
2724 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2725 called.
2726
2727 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2728
2729 * gdb.base/skip.exp: Fix race condition in test.
2730
2731 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.base/backtrace.c: New file.
2734 * gdb.base/backtrace.exp: New file.
2735
2736 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2739
2740 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.base/style.exp: Test that warnings are styled.
2743
2744 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2745
2746 * gdb.base/line65535.exp: New file.
2747 * gdb.base/line65535.c: New file.
2748
2749 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2750
2751 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2752 * lib/gnat_debug_info_test.adb: New file.
2753 * gdb.ada/ptype_tagged_param.exp: Use
2754 gnat_runtime_has_debug_info, expect a different output if
2755 runtime does not have debug info.
2756
2757 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2758
2759 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2760 (another) quote in test name.
2761
2762 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2763
2764 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2765 Add quote in test name.
2766
2767 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2768
2769 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2770 directory instead.
2771 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2772 * gdb.cp/pass-by-ref-2.cc: New file.
2773 * gdb.cp/pass-by-ref-2.exp: New file.
2774
2775 2019-12-20 Tom Tromey <tom@tromey.com>
2776
2777 * gdb.tui/list-before.exp: New file.
2778
2779 2019-12-20 Tom Tromey <tom@tromey.com>
2780
2781 * gdb.tui/list.exp: Check for source on initial listing.
2782
2783 2019-12-11 Tom Tromey <tromey@adacore.com>
2784
2785 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2786 Add crlf test.
2787
2788 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2789
2790 * gdb.base/default.exp: Update value of $_gdb_major.
2791
2792 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2793
2794 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2795
2796 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2797
2798 * gdb.base/skip.exp: Whitespace fix.
2799
2800 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2801
2802 * gdb.base/skip-inline.c: New file.
2803 * gdb.base/skip-inline.exp: New file.
2804
2805 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2806
2807 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2808 jit_function_00 to jit_function_stack_mangle.
2809 * gdb.base/jithost.c (jit_function_t): Rename to...
2810 (jit_function_stack_mangle_t): ... this.
2811 (jit_function_add_t): New typedef.
2812 (jit_function_00_code): Rename to...
2813 (jit_function_stack_mangle_code): ... this, make static.
2814 (jit_function_add_code): New.
2815 (main): Generate "add" function and call it. Adjust to changes
2816 in jithost_abi.
2817 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2818 (struct jithost_abi) <begin, end>: Remove fields.
2819 <object, function_stack_mangle, function_add>: New fields.
2820 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2821 code_end>: Remove fields.
2822 <func_stack_mangle>: New field.
2823 (read_debug_info): Adjust to renaming, create block for "add"
2824 function.
2825 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2826
2827 2019-12-11 Tom Tromey <tom@tromey.com>
2828
2829 * gdb.tui/resize.exp: Fix regexp.
2830 * gdb.tui/regs.exp: Fix regexps.
2831 * gdb.tui/main.exp: Fix regexp.
2832
2833 2019-12-11 Tom Tromey <tom@tromey.com>
2834
2835 * gdb.tui/resize.exp: Update.
2836 * gdb.tui/empty.exp (layouts): Update.
2837
2838 2019-12-11 Tom Tromey <tom@tromey.com>
2839
2840 * gdb.tui/regs.exp: Update.
2841 * gdb.tui/empty.exp (layouts): Update.
2842 * gdb.tui/basic.exp: Update.
2843 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2844
2845 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2846
2847 * gdb.base/options.exp: Add -raw-values in the print completion list.
2848 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2849
2850 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2851
2852 * gdb.threads/omp-par-scope.c: New file.
2853 * gdb/threads/omp-par-scope.exp: New file.
2854
2855 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2856
2857 * lib/gdb.exp (support_nested_function_tests): New proc.
2858
2859 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2860
2861 * lib/gdb.exp (gdb_compile_openmp): New proc.
2862 (build_executable_from_specs): Add an "openmp" option.
2863 (gdb_compile_pthreads): Add non-executable case.
2864
2865 2019-12-10 Tom Tromey <tromey@adacore.com>
2866
2867 * gdb.ada/unchecked_union.exp: New file.
2868 * gdb.ada/unchecked_union/pck.adb: New file.
2869 * gdb.ada/unchecked_union/pck.ads: New file.
2870 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2871 * gdb-utils.exp (string_to_regexp): Also quote "?".
2872
2873 2019-12-10 George Barrett <bob@bob131.so>
2874
2875 Test scripted probe breakpoints.
2876 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2877 * gdb.python/py-breakpoint.c (main): Likewise.
2878 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2879 specifier test.
2880 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2881
2882 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2883
2884 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2885 an rvalue parameter.
2886 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2887 parameter.
2888
2889 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2892 modules.
2893
2894 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2895
2896 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2897 broken version of GCC.
2898
2899 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2900
2901 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2902 sym-info-cmds library.
2903 * gdb.fortran/info-types.exp: Likewise.
2904 * lib/sym-info-cmds.exp: New file.
2905
2906 2019-12-08 Tom de Vries <tdevries@suse.de>
2907
2908 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2909
2910 2019-12-07 Keith Seitz <keiths@redhat.com>
2911
2912 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2913 * gdb.base/corefile-buildid-shlib.c: New file.
2914 * gdb.base/corefile-buildid.c: New file.
2915 * gdb.base/corefile-buildid.exp: New file.
2916
2917 2019-12-06 Tom de Vries <tdevries@suse.de>
2918
2919 * gdb.dwarf2/varval.exp: Add decl before def test.
2920
2921 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2922
2923 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2924
2925 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2926
2927 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2928 CV and reference conversion for overload resolution.
2929 * gdb.cp/rvalue-ref-overload.exp: Test it.
2930
2931 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2932
2933 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2934 * gdb.base/frameapply.exp: Test faas without command.
2935
2936 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2939 Fortran tests.
2940 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2941 order.
2942
2943 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2944
2945 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2946 casting to type with no kind specified.
2947 (test_basic_parsing_of_type_kinds): Additional tests for types
2948 with no kind specified, and add tests for single/double
2949 precision/complex types.
2950
2951 2019-12-04 Tom Tromey <tromey@adacore.com>
2952
2953 * gdb.base/endianity.c (struct other) <x>: New field.
2954 (main): Initialize it.
2955 * gdb.base/endianity.exp: Update.
2956
2957 2019-12-04 Tom Tromey <tromey@adacore.com>
2958
2959 * gdb.ada/scalar_storage/storage.adb: New file.
2960 * gdb.ada/scalar_storage/pck.adb: New file.
2961 * gdb.ada/scalar_storage/pck.ads: New file.
2962 * gdb.ada/scalar_storage.exp: New file.
2963
2964 2019-12-04 Tom Tromey <tromey@adacore.com>
2965
2966 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2967 (main): Initialize it.
2968 * gdb.base/endianity.exp: Update.
2969
2970 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2973
2974 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2977 -symbol-info-module-functions and -symbol-info-module-variables.
2978
2979 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2982
2983 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2984 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.fortran/derived-type-striding.exp: New file.
2987 * gdb.fortran/derived-type-striding.f90: New file.
2988 * gdb.fortran/array-slices.exp: New file.
2989 * gdb.fortran/array-slices.f90: New file.
2990
2991 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2992
2993 * gdb.base/define.exp: Test . in command names.
2994 * gdb.base/setshow.exp: Update test, as . is now part of
2995 command name.
2996
2997 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2998
2999 * gdb.base/define-prefix.exp: New file.
3000
3001 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3004 compile.
3005 (skip_btrace_pt_tests): Likewise.
3006
3007 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.fortran/info-modules.exp: Compile source files in correct
3010 order.
3011
3012 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3013
3014 * gdb.dwarf2/imported-unit.exp: New file.
3015 * gdb.dwarf2/imported-unit.c: New file.
3016
3017 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3018
3019 * gdb.mi/mi-fortran-modules-2.f90: New file.
3020 * gdb.mi/mi-fortran-modules.exp: New file.
3021 * gdb.mi/mi-fortran-modules.f90: New file.
3022
3023 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * gdb.mi/mi-sym-info-1.c: New file.
3026 * gdb.mi/mi-sym-info-2.c: New file.
3027 * gdb.mi/mi-sym-info.exp: New file.
3028
3029 2019-11-22 Tom Tromey <tromey@adacore.com>
3030
3031 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3032 * gdb.ada/tasks/foo.adb: Add another stopping location.
3033
3034 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3035
3036 * gdb.base/endianity.c: New test.
3037 * gdb.base/endianity.exp: New file.
3038
3039 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3040
3041 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3042
3043 2019-11-21 Tom de Vries <tdevries@suse.de>
3044
3045 PR gdb/24956
3046 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3047
3048 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3049
3050 * gdb.python/py-progspace.exp: Add missing parentheses on some
3051 'print' commands.
3052
3053 2019-11-19 Tom Tromey <tom@tromey.com>
3054
3055 * gdb.tui/winheight.exp: New file.
3056
3057 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * gdb.base/ctf-whatis.c: Delete.
3060 * gdb.base/ctf-whatis.exp: Delete.
3061 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3062
3063 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3064
3065 * gdb.base/ctf-cvexpr.exp: Delete.
3066 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3067
3068 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3071 the compiler. Clean up header comment a little.
3072 * gdb.base/ctf-ptype.exp: Likewise.
3073 * gdb.base/ctf-whatis.exp: Likewise.
3074 * lib/gdb.exp (skip_ctf_tests): New proc.
3075
3076 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3077
3078 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3079 * gdb.tui/corefile-run.exp: New file.
3080
3081 2019-11-14 Tom Tromey <tromey@adacore.com>
3082
3083 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3084 regression tests.
3085
3086 2019-11-12 Tom Tromey <tom@tromey.com>
3087
3088 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3089 after any command. Expect prompt after WAIT_FOR is seen.
3090 (enter_tui): Enable resize messages.
3091 (command): Expect command in output.
3092 (get_line): Avoid error when cursor appears to be off-screen.
3093 (dump_screen): Include screen size in title.
3094 (_do_resize): New proc, from "resize".
3095 (resize): Rewrite. Do resize in two steps.
3096 * gdb.tui/empty.exp (layouts): Fix entries.
3097 (check_boxes): Remove xfail.
3098 (check_text): Dump screen on failure.
3099
3100 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.python/py-symbol.exp: Add test for
3103 gdb.lookup_static_symbols.
3104
3105 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3106
3107 * gdb.python/py-symbol.c: Declare and call function from new
3108 py-symbol-2.c file.
3109 * gdb.python/py-symbol.exp: Compile both source files, and add new
3110 tests for gdb.lookup_static_symbol.
3111 * gdb.python/py-symbol-2.c: New file.
3112
3113 2019-11-02 Tom de Vries <tdevries@suse.de>
3114
3115 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3116 * gdb.base/anon.exp: Same.
3117 * gdb.base/auto-connect-native-target.exp: Same.
3118 * gdb.base/call-ar-st.exp: Same.
3119 * gdb.base/catch-syscall.exp: Same.
3120 * gdb.base/commands.exp: Same.
3121 * gdb.base/default.exp: Same.
3122 * gdb.base/display.exp: Same.
3123 * gdb.base/float.exp: Same.
3124 * gdb.base/foll-fork.exp: Same.
3125 * gdb.base/help.exp: Same.
3126 * gdb.base/info-macros.exp: Same.
3127 * gdb.base/info-proc.exp: Same.
3128 * gdb.base/info-target.exp: Same.
3129 * gdb.base/long_long.exp: Same.
3130 * gdb.base/macscp.exp: Same.
3131 * gdb.base/memattr.exp: Same.
3132 * gdb.base/nofield.exp: Same.
3133 * gdb.base/pointers.exp: Same.
3134 * gdb.base/printcmds.exp: Same.
3135 * gdb.base/ptype.exp: Same.
3136 * gdb.base/restore.exp: Same.
3137 * gdb.base/return.exp: Same.
3138 * gdb.base/scope.exp: Same.
3139 * gdb.base/set-noassign.exp: Same.
3140 * gdb.base/setshow.exp: Same.
3141 * gdb.base/shlib-call.exp: Same.
3142 * gdb.base/signals.exp: Same.
3143 * gdb.base/sigstep.exp: Same.
3144 * gdb.base/skip.exp: Same.
3145 * gdb.base/solib-symbol.exp: Same.
3146 * gdb.base/stap-probe.exp: Same.
3147 * gdb.base/step-line.exp: Same.
3148 * gdb.base/step-test.exp: Same.
3149 * gdb.base/style.exp: Same.
3150 * gdb.base/varargs.exp: Same.
3151 * gdb.base/vla-datatypes.exp: Same.
3152 * gdb.base/vla-ptr.exp: Same.
3153 * gdb.base/vla-sideeffect.exp: Same.
3154 * gdb.base/volatile.exp: Same.
3155 * gdb.base/watch-cond-infcall.exp: Same.
3156 * gdb.base/watchpoint.exp: Same.
3157
3158 2019-11-02 Tom de Vries <tdevries@suse.de>
3159
3160 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3161 * gdb.cp/cpexprs.exp: Same.
3162 * gdb.cp/except-multi-location.exp: Same.
3163 * gdb.cp/exceptprint.exp: Same.
3164 * gdb.cp/gdb2384.exp: Same.
3165 * gdb.cp/inherit.exp: Same.
3166 * gdb.cp/m-static.exp: Same.
3167 * gdb.cp/meth-typedefs.exp: Same.
3168 * gdb.cp/misc.exp: Same.
3169 * gdb.cp/namespace.exp: Same.
3170 * gdb.cp/non-trivial-retval.exp: Same.
3171 * gdb.cp/overload.exp: Same.
3172 * gdb.cp/pr17132.exp: Same.
3173 * gdb.cp/re-set-overloaded.exp: Same.
3174 * gdb.cp/rvalue-ref-types.exp: Same.
3175 * gdb.cp/templates.exp: Same.
3176
3177 2019-11-01 Luis Machado <luis.machado@linaro.org>
3178
3179 PR gdb/25124
3180
3181 * gdb.arch/pr25124.S: New file.
3182 * gdb.arch/pr25124.exp: New file.
3183
3184 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3185
3186 * gdb.fortran/info-modules.exp: Update expected results, and add
3187 additional tests for 'info module functinos', and 'info module
3188 variables'.
3189 * gdb.fortran/info-types.exp: Update expected results.
3190 * gdb.fortran/info-types.f90: Extend testcase with additional
3191 module variables and functions.
3192
3193 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3194
3195 * gdb.fortran/info-modules.exp: New file.
3196 * gdb.fortran/info-types.exp: Build with new file.
3197 * gdb.fortran/info-types.f90: Include and use new module.
3198 * gdb.fortran/info-types-2.f90: New file.
3199
3200 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3201
3202 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3203 * gdb.base/settings.exp: Test all settings types using
3204 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3205 that now verifies that the value of "maint show" is the same as
3206 returned by the settings functions. Test the type of the
3207 maintenance settings.
3208 * gdb.base/default.exp: Update show_conv_list.
3209
3210 2019-10-31 Tom de Vries <tdevries@suse.de>
3211
3212 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3213 gdb_test.
3214 * gdb.arch/amd64-disp-step.exp: Same.
3215 * gdb.asm/asm-source.exp: Same.
3216 * gdb.btrace/buffer-size.exp: Same.
3217 * gdb.btrace/cpu.exp: Same.
3218 * gdb.btrace/enable.exp: Same.
3219 * gdb.dwarf2/count.exp: Same.
3220 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3221 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3222 * gdb.fortran/vla-datatypes.exp: Same.
3223 * gdb.fortran/vla-history.exp: Same.
3224 * gdb.fortran/vla-ptype.exp: Same.
3225 * gdb.fortran/vla-value.exp: Same.
3226 * gdb.fortran/whatis_type.exp: Same.
3227 * gdb.guile/guile.exp: Same.
3228 * gdb.multi/tids.exp: Same.
3229 * gdb.python/py-finish-breakpoint.exp: Same.
3230 * gdb.python/py-framefilter.exp: Same.
3231 * gdb.python/py-pp-registration.exp: Same.
3232 * gdb.python/py-xmethods.exp: Same.
3233 * gdb.python/python.exp: Same.
3234 * gdb.server/connect-with-no-symbol-file.exp: Same.
3235 * gdb.server/no-thread-db.exp: Same.
3236 * gdb.server/run-without-local-binary.exp: Same.
3237 * gdb.stabs/weird.exp: Same.
3238 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3239 * gdb.threads/thread-find.exp: Same.
3240 * gdb.threads/tls-shared.exp: Same.
3241 * gdb.threads/tls.exp: Same.
3242 * gdb.threads/wp-replication.exp: Same.
3243 * gdb.trace/ax.exp: Same.
3244 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3245
3246 2019-10-31 Tom de Vries <tdevries@suse.de>
3247
3248 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3249 * gdb.ada/array_subscript_addr.exp: Same.
3250 * gdb.ada/arrayidx.exp: Same.
3251 * gdb.ada/arrayparam.exp: Same.
3252 * gdb.ada/arrayptr.exp: Same.
3253 * gdb.ada/boolean_expr.exp: Same.
3254 * gdb.ada/call_pn.exp: Same.
3255 * gdb.ada/complete.exp: Same.
3256 * gdb.ada/fixed_cmp.exp: Same.
3257 * gdb.ada/fun_addr.exp: Same.
3258 * gdb.ada/funcall_param.exp: Same.
3259 * gdb.ada/interface.exp: Same.
3260 * gdb.ada/mod_from_name.exp: Same.
3261 * gdb.ada/null_array.exp: Same.
3262 * gdb.ada/packed_array.exp: Same.
3263 * gdb.ada/packed_tagged.exp: Same.
3264 * gdb.ada/print_chars.exp: Same.
3265 * gdb.ada/print_pc.exp: Same.
3266 * gdb.ada/ptype_arith_binop.exp: Same.
3267 * gdb.ada/ptype_field.exp: Same.
3268 * gdb.ada/ptype_tagged_param.exp: Same.
3269 * gdb.ada/rec_return.exp: Same.
3270 * gdb.ada/ref_tick_size.exp: Same.
3271 * gdb.ada/str_ref_cmp.exp: Same.
3272 * gdb.ada/taft_type.exp: Same.
3273 * gdb.ada/tagged.exp: Same.
3274 * gdb.ada/type_coercion.exp: Same.
3275 * gdb.ada/uninitialized_vars.exp: Same.
3276
3277 2019-10-30 Tom de Vries <tdevries@suse.de>
3278
3279 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3280
3281 2019-10-26 Tom de Vries <tdevries@suse.de>
3282
3283 * gdb.base/bigcore.c: Fix typos in comments.
3284 * gdb.base/ctf-ptype.c: Same.
3285 * gdb.base/long_long.c: Same.
3286 * gdb.dwarf2/dw2-op-out-param.S: Same.
3287 * gdb.python/py-evthreads.c: Same.
3288 * gdb.reverse/i387-stack-reverse.c: Same.
3289 * gdb.trace/tfile.c: Same.
3290 * lib/compiler.c: Same.
3291 * lib/compiler.cc: Same.
3292
3293 2019-10-25 Tom de Vries <tdevries@suse.de>
3294
3295 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3296 gdb_test_multiple calls.
3297 * gdb.reverse/sigall-reverse.exp: Same.
3298 * gdb.reverse/solib-precsave.exp: Same.
3299 * gdb.reverse/solib-reverse.exp: Same.
3300 * gdb.reverse/until-precsave.exp: Same.
3301 * gdb.reverse/until-reverse.exp: Same.
3302
3303 2019-10-24 Tom de Vries <tdevries@suse.de>
3304
3305 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3306 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3307 kfail using -wrap pattern flag and convenience variable
3308 gdb_test_name.
3309
3310 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.python/py-progspace.exp: Add tests for the
3313 Progspace.block_for_pc method.
3314
3315 2019-10-23 Tom Tromey <tom@tromey.com>
3316
3317 * configure: Rebuild.
3318 * aclocal.m4: Use m4_include, not sinclude.
3319
3320 2019-10-21 Tom de Vries <tdevries@suse.de>
3321
3322 * gdb.base/infcall-nested-structs.c: Add
3323 __attribute__((noinline,noclone)) to all functions.
3324 (call_all): Add missing variable initialization. Simplify return value.
3325 (breakpt): Increment volatile variable, to prevent call from being
3326 optimized out.
3327 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3328
3329 2019-10-17 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.fortran/module.exp: Allow info variables to print info for files
3332 other than module.f90.
3333
3334 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3335
3336 * gdb.fortran/module.exp: Extend with 'info variables' test.
3337
3338 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3341 F77_FOR_TARGET.
3342
3343 2019-10-16 Tom de Vries <tdevries@suse.de>
3344
3345 PR tdep/25096
3346 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3347
3348 2019-10-16 Tom de Vries <tdevries@suse.de>
3349
3350 PR tdep/24104
3351 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3352 Add KFAIL for PR tdep/25096.
3353
3354 2019-10-16 Tom de Vries <tdevries@suse.de>
3355
3356 PR testsuite/25059
3357 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3358
3359 2019-10-16 Tom de Vries <tdevries@suse.de>
3360
3361 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3362 as signed.
3363
3364 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3365
3366 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3367 one instead of increasing timeout.
3368
3369 2019-10-13 Tom de Vries <tdevries@suse.de>
3370
3371 PR record/25038
3372 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3373 * gdb.reverse/sigall-reverse.exp: Same.
3374 * gdb.reverse/solib-precsave.exp: Same.
3375 * gdb.reverse/solib-reverse.exp: Same.
3376 * gdb.reverse/step-precsave.exp: Same.
3377 * gdb.reverse/until-precsave.exp: Same.
3378 * gdb.reverse/until-reverse.exp: Same.
3379 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3380
3381 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3382
3383 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3384 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3385 (cmp_struct_05_01, cmp_struct_static_02_01)
3386 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3387 comparisons.
3388
3389 2019-10-10 Tom de Vries <tdevries@suse.de>
3390
3391 PR testsuite/24888
3392 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3393 gnatlink.
3394
3395 2019-10-09 Tom de Vries <tdevries@suse.de>
3396
3397 PR testsuite/25048
3398 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3399
3400 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3401
3402 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3403 exceptions due to missing debug information.
3404
3405 2019-10-07 Tom de Vries <tdevries@suse.de>
3406
3407 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3408
3409 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3410
3411 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3412 * gdb.base/annota1.exp: Update to use gdb_test_name.
3413
3414 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3415
3416 * gdb.base/ctf-whatis.exp: New file.
3417 * gdb.base/ctf-whatis.c: New file.
3418 * gdb.base/ctf-ptype.exp: New file.
3419 * gdb.base/ctf-ptype.c: New file.
3420 * gdb.base/ctf-constvars.exp: New file.
3421 * gdb.base/ctf-constvars.c: New file.
3422 * gdb.base/ctf-cvexpr.exp: New file.
3423
3424 2019-10-04 Tom de Vries <tdevries@suse.de>
3425
3426 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3427 for loop.
3428
3429 2019-10-03 Tom Tromey <tom@tromey.com>
3430
3431 PR rust/24976:
3432 * gdb.rust/simple.rs (Union2): New type.
3433 (main): Use Union2.
3434 * gdb.rust/simple.exp: Add test.
3435
3436 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3437
3438 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3439 nested function prefix.
3440
3441 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3442 Richard Bunt <richard.bunt@arm.com>
3443 Andrew Burgess <andrew.burgess@embecosm.com>
3444
3445 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3446 nested functions.
3447 * gdb.fortran/nested-funcs.f90: Update expected results.
3448 * gdb.fortran/nested-funcs-2.exp: New file.
3449 * gdb.fortran/nested-funcs-2.f90: New file.
3450
3451 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.python/py-parameter.exp: Make test names unique.
3454 * gdb.python/py-template.exp: Likewise.
3455 * gdb.python/py-value.exp: Likewise.
3456
3457 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3458
3459 * gdb.base/break-interp.exp: Reduce test name duplication.
3460 * gdb.base/call-sc.exp: Likewise.
3461 * gdb.base/callfuncs.exp: Likewise.
3462 * gdb.base/charset.exp: Likewise.
3463 * gdb.base/dump.exp: Likewise.
3464 * gdb.base/ena-dis-br.exp: Likewise.
3465 * gdb.base/relational.exp: Likewise.
3466 * gdb.base/step-over-syscall.exp: Likewise.
3467 * gdb.base/structs.exp: Likewise.
3468
3469 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3470
3471 * gdb.linespec/explicit.exp: Make test names unique.
3472 * gdb.linespec/ls-errs.exp: Likewise.
3473
3474 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.reverse/break-precsave.exp: Make test names unique.
3477 * gdb.reverse/break-reverse.exp: Likewise.
3478 * gdb.reverse/finish-precsave.exp: Likewise.
3479 * gdb.reverse/finish-reverse.exp: Likewise.
3480 * gdb.reverse/machinestate-precsave.exp: Likewise.
3481 * gdb.reverse/machinestate.exp: Likewise.
3482 * gdb.reverse/readv-reverse.exp: Likewise.
3483 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3484 * gdb.reverse/sigall-precsave.exp: Likewise.
3485 * gdb.reverse/sigall-reverse.exp: Likewise.
3486 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3487 * gdb.reverse/watch-precsave.exp: Likewise.
3488 * gdb.reverse/watch-reverse.exp: Likewise.
3489
3490 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3491
3492 * gdb.threads/stop-with-handle.c: New file.
3493 * gdb.threads/stop-with-handle.exp: New file.
3494
3495 2019-10-03 Tom de Vries <tdevries@suse.de>
3496
3497 PR testsuite/25059
3498 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3499 directory" line to be missing.
3500
3501 2019-10-03 Tom de Vries <tdevries@suse.de>
3502
3503 PR testsuite/25059
3504 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3505 type optional.
3506
3507 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3508
3509 * gdb.python/py-format-string.c (string.h): New include.
3510 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3511 the same value, for endianness-independence.
3512 * gdb.python/py-format-string.exp (default_regexp_dict)
3513 (test_pretty_structs, test_format): Adjust expected output to the
3514 changed initialization.
3515
3516 2019-10-02 Tom Tromey <tromey@adacore.com>
3517
3518 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3519
3520 2019-10-02 Pedro Alves <palves@redhat.com>
3521 Andrew Burgess <andrew.burgess@embecosm.com>
3522
3523 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3524 "print-file-var.h".
3525 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3526 (get_version_1): Print this_version_id and its address.
3527 Add extern "C" wrappers around interface functions.
3528 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3529 "print-file-var.h".
3530 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3531 (get_version_2): Print this_version_id and its address.
3532 Add extern "C" wrappers around interface functions.
3533 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3534 <stddef.h> and "print-file-var.h".
3535 Add extern "C" wrappers around interface functions.
3536 [VERSION_ID_MAIN] (this_version_id): Define.
3537 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3538 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3539 up extern "C" blocks.
3540 * gdb.base/print-file-var.exp (test): New, factored out from top
3541 level.
3542 (top level): Test all combinations of attribute hidden or not,
3543 dlopen or not, and this_version_id symbol in main file or not.
3544 Compile tests as both C++ and C, make test names unique.
3545
3546 2019-10-01 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.base/style.exp: Test "show logging filename".
3549
3550 2019-10-01 Tom Tromey <tom@tromey.com>
3551
3552 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3553 * gdb.base/style.exp: Add metadata style test.
3554
3555 2019-10-01 Tom Tromey <tom@tromey.com>
3556
3557 * gdb.base/style.exp: Test "pwd".
3558
3559 2019-10-01 Tom Tromey <tom@tromey.com>
3560
3561 * gdb.base/style.exp: Update tests.
3562
3563 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3564
3565 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3566 'six' to unsigned.
3567 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3568 'five'. Use an all-ones bit pattern for each.
3569 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3570 to its changed values.
3571
3572 2019-09-30 Tom Tromey <tromey@adacore.com>
3573
3574 * gdb.rust/traits.rs: Disable all warnings.
3575
3576 2019-09-29 Tom de Vries <tdevries@suse.de>
3577
3578 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3579
3580 2019-09-29 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3583
3584 2019-09-27 Tom de Vries <tdevries@suse.de>
3585
3586 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3587
3588 2019-09-27 Tom de Vries <tdevries@suse.de>
3589
3590 PR record/23188
3591 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3592
3593 2019-09-26 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.ada/py_taft.exp: New file.
3596 * gdb.ada/py_taft/main.adb: New file.
3597 * gdb.ada/py_taft/pkg.adb: New file.
3598 * gdb.ada/py_taft/pkg.ads: New file.
3599
3600 2019-09-24 Tom de Vries <tdevries@suse.de>
3601
3602 PR gdb/24598
3603 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3604
3605 2019-09-22 Tom de Vries <tdevries@suse.de>
3606
3607 * gdb.base/restore.exp: Allow register variables to be optimized out at
3608 -O0.
3609
3610 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3611
3612 * gdb.arch/spu-info.exp: Remove file.
3613 * gdb.arch/spu-info.c: Remove file.
3614 * gdb.arch/spu-ls.exp: Remove file.
3615 * gdb.arch/spu-ls.c: Remove file.
3616
3617 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3618 * gdb.asm/spu.inc: Remove file.
3619
3620 * gdb.base/dump.exp: Remove support for spu*-*-*.
3621 * gdb.base/stack-checking.exp: Likewise.
3622 * gdb.base/overlays.exp: Likewise.
3623 * gdb.base/ovlymgr.c: Likewise.
3624 * gdb.base/spu.ld: Remove file.
3625
3626 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3627 * gdb.cp/cpexprs.exp: Likewise.
3628 * gdb.cp/exception.exp: Likewise.
3629 * gdb.cp/gdb2495.exp: Likewise.
3630 * gdb.cp/mb-templates.exp: Likewise.
3631 * gdb.cp/pr9167.exp: Likewise.
3632 * gdb.cp/userdef.exp: Likewise.
3633
3634 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3635
3636 * gdb.cell: Remove directory.
3637 * lib/cell.exp: Remove file.
3638
3639 2019-09-19 Tom de Vries <tdevries@suse.de>
3640
3641 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3642
3643 2019-09-19 Tom de Vries <tdevries@suse.de>
3644
3645 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3646
3647 2019-09-19 Tom de Vries <tdevries@suse.de>
3648
3649 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3650 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3651 (gdb_target_cmd): ... here.
3652 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3653 value 2.
3654
3655 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.base/source-dir.exp: Avoid having directory names in test
3658 names.
3659
3660 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3663 directory.
3664
3665 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3666
3667 * gdb.base/list-missing-source.exp: New file.
3668
3669 2019-09-14 Tom de Vries <tdevries@suse.de>
3670
3671 PR teststuite/24599
3672 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3673 * lib/ada.exp (gnatmake_version_at_least): New proc.
3674
3675 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3676
3677 * gdb.base/maint.exp: Use exec_has_index_section.
3678
3679 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3680
3681 * gdb.base/maint.exp: Add test for 'maint info sections'.
3682
3683 2019-09-12 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.base/store.exp: Allow register variables to be optimized out at
3686 -O0.
3687
3688 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3689
3690 * gdb.ada/rdv_wait.exp: Update to new task names.
3691 * gdb.base/task_switch_in_core.exp: Likewise.
3692 * gdb.base/info_sources_base.c: Likewise.
3693
3694 2019-09-10 Tom Tromey <tromey@adacore.com>
3695
3696 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3697
3698 2019-09-10 Tom Tromey <tromey@adacore.com>
3699
3700 * gdb.ada/dgopt.exp: New file.
3701 * gdb.ada/dgopt/x.adb: New file.
3702
3703 2019-09-08 Tom Tromey <tom@tromey.com>
3704
3705 * gdb.tui/resize.exp: Remove setup_xfail.
3706 * gdb.tui/regs.exp: Remove setup_xfail.
3707 * gdb.tui/basic.exp: Remove setup_xfail.
3708
3709 2019-09-06 David Blaikie <dblaikie@gmail.com>
3710
3711 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3712 * gdb.cp/cplabel.exp: Ditto.
3713 * gdb.linespec/ls-errs.exp: Ditto.
3714
3715 2019-09-05 Tom de Vries <tdevries@suse.de>
3716
3717 * lib/gdb.exp (cmp_file_string): New proc.
3718 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3719 runto_main. Verify save breakpoints output.
3720
3721 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3722
3723 * gdb.base/info-var.exp: Test info variables without running
3724 to main, to avoid expect's buffer overflow.
3725
3726 2019-09-03 Tom Tromey <tromey@adacore.com>
3727
3728 * gdb.ada/bias.exp: New file.
3729 * gdb.ada/bias/bias.adb: New file.
3730 * gdb.ada/print_chars.exp: Add regression test.
3731 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3732 (MC): New variable.
3733
3734 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3735
3736 * gdb.base/argv0-symlink.exp: Run only on native target
3737 and local host.
3738
3739 2019-08-29 Tom de Vries <tdevries@suse.de>
3740
3741 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3742 diverse debug info.
3743 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3744
3745 2019-08-28 Tom de Vries <tdevries@suse.de>
3746
3747 * gdb.base/info-var.exp: Allow info variables to print info for files
3748 other than info-var-f1.c and info-var-f2.c.
3749
3750 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3751
3752 * gdb.fortran/info-types.exp: Add module.
3753 * gdb.fortran/info-types.f90: Update expected results.
3754
3755 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3756
3757 * gdb.fortran/info-types.exp: New file.
3758 * gdb.fortran/info-types.f90: New file.
3759 * lib/fortran.exp (fortran_character1): New proc.
3760
3761 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3762
3763 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3764 functions'. Reindent as needed.
3765 * gdb.base/info-var-f1.c: New file.
3766 * gdb.base/info-var-f2.c: New file.
3767 * gdb.base/info-var.exp: New file.
3768 * gdb.base/info-var.h: New file.
3769
3770 2019-08-26 Tom de Vries <tdevries@suse.de>
3771
3772 PR c++/24852
3773 * gdb.cp/no-libstdcxx-probe.exp: New test.
3774
3775 2019-08-26 Tom de Vries <tdevries@suse.de>
3776
3777 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3778 * tests need to be skipped.
3779 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3780 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3781 mi_skip_libstdcxx_probe_tests.
3782
3783 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3784
3785 * gdb.python/py-xmethods.exp: Use raw strings when passing
3786 arguments to SimpleXMethodMatcher.
3787
3788 2019-08-22 Tom de Vries <tdevries@suse.de>
3789
3790 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3791 more informative.
3792
3793 2019-08-21 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/with.exp: Test "with" with no arguments.
3796
3797 2019-08-21 Tom de Vries <tdevries@suse.de>
3798
3799 * gdb.base/gdb-caching-proc.exp: Sort files.
3800
3801 2019-08-20 Tom de Vries <tdevries@suse.de>
3802
3803 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3804 compilation.
3805
3806 2019-08-16 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.base/compare-sections.exp ("after run to main"): Allow
3809 mismatched read-only sections for PIE executables.
3810
3811 2019-08-16 Tom Tromey <tom@tromey.com>
3812
3813 * lib/tuiterm.exp (_csi_Z): New proc.
3814 * gdb.tui/basic.exp: Update window positions.
3815 * gdb.tui/empty.exp: Update window positions.
3816
3817 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3818
3819 * gdb.base/examine-backward.exp: Correct regexp for
3820 "examine 3 bytes backward from ${address_zero}".
3821
3822 2019-08-15 Tom Tromey <tom@tromey.com>
3823
3824 * gdb.tui/empty.exp: Enable resizing tests.
3825
3826 2019-08-15 Tom Tromey <tromey@adacore.com>
3827
3828 * gdb.ada/char_enum.exp: Add regression tests.
3829 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3830 and '0'.
3831 (Char, Gchar): Update.
3832 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3833
3834 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3835
3836 * gdb.python/python.exp: Expect a leading underscore on
3837 GdbOutput{,Error}File.
3838
3839 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3840
3841 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3842 Windows host.
3843
3844 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3845
3846 * gdb.base/batch-preserve-term-settings.exp
3847 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3848
3849 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3850
3851 * lib/gdb.exp: When running on a mingw target, replace
3852 /x/ with x:/.
3853
3854 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3855
3856 * gdb.arch/aarch64-prologue.c: New test.
3857 * gdb.arch/aarch64-prologue.exp: New file.
3858
3859 2019-08-13 Tom de Vries <tdevries@suse.de>
3860
3861 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3862 Thread.
3863
3864 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3865
3866 * gdb.python/py-completion.exp: Download the .py file to the host
3867 and use its host pathname. Conditionalize tests that use
3868 tab completion and manipulate files on the build machine.
3869 * gdb.python/py-events.exp: Download the .py file to the host
3870 and use its host pathname.
3871 * gdb.python/py-evsignal.exp: Likewise.
3872 * gdb.python/py-evthreads.exp: Likewise.
3873 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3874 pathname syntax.
3875 * gdb.python/py-framefilter.exp: Download the .py file to the right
3876 place on the host. Match Windows pathname syntax.
3877 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3878 .py file to the host and use its host pathname.
3879 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3880 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3881 build pathname. Skip symlink test on Windows host. Add missing
3882 newline at end of file.
3883 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3884 and use its host pathname.
3885 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3886 * gdb.python/py-section-script.exp: Use host location of binfile
3887 on safe-path. Use correct path separator on Windows host.
3888 Reorder alternatives in gdb_test_multiple to prevent matching
3889 the wrong alternative on success.
3890 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3891
3892 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3893
3894 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3895 expect the GDB inferior to no longer immediately stop after
3896 being resumed with "signal SIGINT".
3897
3898 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3899
3900 * gdb.linespec/break-ask.exp: Generalize regexps to match
3901 Windows pathnames too.
3902
3903 2019-08-08 Tom de Vries <tdevries@suse.de>
3904
3905 PR testsuite/24862
3906 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3907
3908 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3909
3910 * gdb.base/style.exp: Update tests for help doc new invariants.
3911 * gdb.base/help.exp: Likewise.
3912
3913 2019-08-06 Tom Tromey <tom@tromey.com>
3914
3915 * gdb.base/style.exp: Add disassemble test.
3916 * gdb.base/style.c (some_called_function): New function.
3917 (main): Use it.
3918
3919 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3920
3921 * gdb.python/py-block.exp: Test dictionary access on blocks.
3922
3923 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3924
3925 PR gdb/24863
3926 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3927 -list-thread-groups --available test when running under
3928 check-read1.
3929
3930 2019-08-05 Tom de Vries <tdevries@suse.de>
3931
3932 PR testsuite/24863
3933 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3934 * gdb.base/help.exp: Use with_read1_timeout_factor.
3935 * gdb.base/info-macros.exp: Same.
3936 * gdb.cp/nested-types.exp: Same.
3937
3938 2019-08-05 Tom de Vries <tdevries@suse.de>
3939
3940 * lib/gdb.exp (version_at_least): Factor out of ...
3941 (tcl_version_at_least): ... here.
3942 (gdb_compile): Fail if pie results in non-PIE executable.
3943 (readelf_version, readelf_prints_pie): New proc.
3944 (exec_is_pie): Return -1 if unknown.
3945
3946 2019-08-05 Tom de Vries <tdevries@suse.de>
3947
3948 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3949
3950 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3951
3952 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3953
3954 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3955
3956 * lib/completion-support.exp (test_gdb_complete_none): Skip
3957 tab completion tests if no readline support.
3958 (test_gdb_complete_unique_re): Likewise.
3959 (test_gdb_complete_multiple): Likewise.
3960
3961 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3962
3963 * gdb.base/info_sources.exp: New file.
3964 * gdb.base/info_sources.c: New file.
3965 * gdb.base/info_sources_base.c: New file.
3966
3967 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3968
3969 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3970 prefix argument.
3971 (test_exit_status): Add prefix argument.
3972
3973 2019-08-01 Tom de Vries <tdevries@suse.de>
3974
3975 PR testsuite/24863
3976 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3977 calling exp_continue for new thread and thread exited messages.
3978
3979 2019-08-01 Tom de Vries <tdevries@suse.de>
3980
3981 PR testsuite/24863
3982 * gdb.base/structs.exp: Fix check-read1 timeout using
3983 gdb_test_sequence.
3984 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3985
3986 2019-08-01 Tom de Vries <tdevries@suse.de>
3987
3988 PR testsuite/24863
3989 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3990 line.
3991
3992 2019-08-01 Tom de Vries <tdevries@suse.de>
3993
3994 PR testsuite/24863
3995 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3996
3997 2019-07-30 Tom Tromey <tromey@adacore.com>
3998
3999 * gdb.ada/display_nested.exp: New file.
4000 * gdb.ada/display_nested/foo.adb: New file.
4001 * gdb.ada/display_nested/pack.adb: New file.
4002 * gdb.ada/display_nested/pack.ads: New file.
4003
4004 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4005
4006 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4007 namespace.
4008 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4009
4010 2019-07-30 Tom de Vries <tdevries@suse.de>
4011
4012 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4013 instead.
4014
4015 2019-07-30 Tom de Vries <tdevries@suse.de>
4016
4017 PR testsuite/24834
4018 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4019 (exec_is_pie): New proc.
4020
4021 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4022
4023 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4024
4025 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4026
4027 * gdb.python/py-objfile.c: Add global and static vars.
4028 * gdb.python/py-objfile.exp: Test new functions Objfile.
4029 lookup_global_symbol and lookup_static_symbol.
4030
4031 2019-07-29 Tom Tromey <tom@tromey.com>
4032
4033 * lib/tuiterm.exp (Term::_csi_@): New proc.
4034 (Term::_csi_X): Don't move cursor.
4035
4036 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4037
4038 * gdb.base/options.exp: Update backtrace - completion to
4039 new option -frame-info.
4040 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4041 Test new 'set print frame-info'. Test backtrace -frame-info
4042 overriding 'set print frame-info'.
4043 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4044 Test new 'set print frame-info'.
4045 Verify consistency of backtrace with and without filters, with and
4046 without -no-filters.
4047 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4048 default.
4049
4050 2019-07-29 Tom de Vries <tdevries@suse.de>
4051
4052 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4053 no arguments".
4054
4055 2019-07-29 Tom de Vries <tdevries@suse.de>
4056
4057 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4058 is a substring of the first for "complete non-unique file name".
4059
4060 2019-07-29 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4063 with ".*".
4064
4065 2019-07-29 Tom de Vries <tdevries@suse.de>
4066
4067 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4068 Pass prompt_regexp parameter to gdb_test_multiple calls.
4069
4070 2019-07-29 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4073 print registers" regexps.
4074
4075 2019-07-29 Tom de Vries <tdevries@suse.de>
4076
4077 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4078
4079 2019-07-29 Tom de Vries <tdevries@suse.de>
4080
4081 PR gdb/24855
4082 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4083 (skip_python_tests_prompt): Add prompt_regexp argument to
4084 gdb_test_multiple calls.
4085
4086 2019-07-27 Tom Tromey <tom@tromey.com>
4087
4088 * gdb.tui/main.exp: New file.
4089
4090 2019-07-27 Tom Tromey <tom@tromey.com>
4091
4092 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4093 optional.
4094 * gdb.tui/empty.exp: New file.
4095
4096 2019-07-27 Tom Tromey <tom@tromey.com>
4097
4098 * lib/tuiterm.exp (spawn): New proc.
4099 (Term::resize): New proc.
4100 * gdb.tui/resize.exp: New file.
4101
4102 2019-07-27 Tom Tromey <tom@tromey.com>
4103
4104 * gdb.tui/list.exp: New file.
4105
4106 2019-07-27 Tom Tromey <tom@tromey.com>
4107
4108 * gdb.tui/regs.exp: New file.
4109
4110 2019-07-27 Tom Tromey <tom@tromey.com>
4111
4112 * gdb.tui/basic.exp: Add "layout split" test.
4113
4114 2019-07-27 Tom Tromey <tom@tromey.com>
4115
4116 * gdb.tui/basic.exp: Add "layout asm" test.
4117
4118 2019-07-27 Tom Tromey <tom@tromey.com>
4119
4120 * lib/tuiterm.exp: New file.
4121 * gdb.tui/basic.exp: New file.
4122
4123 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4124
4125 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4126 Enable tests associated with this flag. Adjust regex
4127 referencing "foo_low" to now refer to "foo_cold" instead.
4128
4129 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4130
4131 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4132 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4133 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4134 foo_cold. Revise comments to match.
4135 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4136 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4137 were wrapped into this proc; Call do_test in loop from outermost
4138 level.
4139 (foo_low): Rename all occurrences to "foo_cold".
4140 (backtrace from baz): New test.
4141 (x2/i foo_cold): New test.
4142 (info line *foo_cold): New test.
4143
4144 2019-07-26 Tom de Vries <tdevries@suse.de>
4145
4146 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4147
4148 2019-07-25 Tom de Vries <tdevries@suse.de>
4149
4150 PR testsuite/24830
4151 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4152 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4153 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4154 (skip_libstdcxx_probe_tests): ... here.
4155 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4156
4157 2019-07-24 Tom de Vries <tdevries@suse.de>
4158
4159 PR testsuite/24807
4160 * gdb.objc/basicclass.m: Include stdio.h.
4161 * gdb.objc/nondebug.m: Same.
4162 * gdb.objc/objcdecode.m: Same.
4163
4164 2019-07-24 Tom de Vries <tdevries@suse.de>
4165
4166 PR testsuite/24612
4167 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4168 additional_flags.
4169
4170 2019-07-24 Tom de Vries <tdevries@suse.de>
4171
4172 PR testsuite/24831
4173 * gdb.multi/tids.exp: Update error messages for info threads.
4174
4175 2019-07-24 Tom de Vries <tdevries@suse.de>
4176
4177 * gdb.base/info-types.exp: Allow info types to print info for more than
4178 one file.
4179
4180 2019-07-23 Tom de Vries <tdevries@suse.de>
4181
4182 PR testsuite/24842
4183 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4184 gdb_spawn_with_cmdline_opts.
4185
4186 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4187
4188 * gdb.arch/arm-cmse-sgstubs.c: New test.
4189 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4190
4191 2019-07-23 Tom de Vries <tdevries@suse.de>
4192
4193 PR testsuite/24711
4194 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4195 issuing next command.
4196
4197 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.ada/info_auto_lang.exp: Update expected results.
4200 * gdb.base/info-types.c: Add additional types to check.
4201 * gdb.base/info-types.exp: Update expected results.
4202
4203 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4204
4205 * gdb.base/info-types.c: New file.
4206 * gdb.base/info-types.exp: New file.
4207
4208 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.arch/riscv-bp-infcall.c: New file.
4211 * gdb.arch/riscv-bp-infcall.exp: New file.
4212
4213 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4214
4215 PR breakpoints/24541
4216 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4217
4218 2019-07-14 Tom de Vries <tdevries@suse.de>
4219
4220 PR testsuite/24760
4221 * gdb.objc/basicclass.exp: Fix unterminated string.
4222
4223 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4224 Andrew Burgess <andrew.burgess@embecosm.com>
4225
4226 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4227 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4228 negative bounds.
4229 * gdb.fortran/vla-value.exp: Print elements of an array with
4230 negative bounds.
4231 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4232 testing.
4233
4234 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4235
4236 * gdb.base/options.exp (expect_string): Dequote strings in
4237 results.
4238 (test-string): Test strings with different quoting and reindent.
4239
4240 2019-07-10 Tom Tromey <tromey@adacore.com>
4241
4242 * gdb.ada/mi_ex_cond.exp: Update expected results.
4243 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4244 * gdb.ada/mi_catch_ex.exp: Update expected results.
4245 * gdb.ada/mi_catch_assert.exp: Update expected results.
4246 * gdb.ada/catch_ex.exp (catch_exception_info)
4247 (catch_exception_entry, catch_assert_entry)
4248 (catch_unhandled_entry): Update.
4249 * gdb.ada/catch_assert_if.exp: Update expected results.
4250
4251 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4252 Stephen Roberts <stephen.roberts@arm.com>
4253
4254 * gdb.base/define.exp: Restore original prompt.
4255
4256 2019-07-09 Pedro Alves <palves@redhat.com>
4257
4258 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4259 breakpoints" output.
4260 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4261 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4262 throw" creates breakpoint.
4263 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4264 'type="catchpoint"'.
4265
4266 2019-07-09 Pedro Alves <palves@redhat.com>
4267
4268 PR c++/15468
4269 * gdb.cp/except-multi-location-lib.cc: New.
4270 * gdb.cp/except-multi-location-main.cc: New.
4271 * gdb.cp/except-multi-location.exp: New.
4272
4273 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4274
4275 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4276 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4277 argument and update callers.
4278
4279 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.arch/amd64-break-on-asm-line.S: New file.
4282 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4283
4284 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4285
4286 * gdb.base/printcmds.exp: Test printing C string and
4287 C wide string convenience vars without transiting via the inferior.
4288 Also make test names unique.
4289
4290 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4291
4292 PR breakpoints/25011
4293 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4294
4295 2019-07-04 Pedro Alves <palves@redhat.com>
4296
4297 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4298 body returned ok(0), break(3) or continue(4).
4299 * gdb.testsuite/foreach_with_prefix.exp: New file.
4300
4301 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4302
4303 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4304
4305 2019-07-03 Pedro Alves <palves@redhat.com>
4306
4307 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4308 "return -code".
4309
4310 2019-07-03 Pedro Alves <palves@redhat.com>
4311
4312 PR cli/24732
4313 * gdb.base/shell.exp: Load completion-support.exp.
4314 Adjust expected error output. Add completion tests.
4315
4316 2019-07-03 Pedro Alves <palves@redhat.com>
4317
4318 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4319 string_to_regexp.
4320
4321 2019-07-03 Pedro Alves <palves@redhat.com>
4322
4323 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4324 (expect_integer): Adjust to expect "-string".
4325 (expect_string): New.
4326 (all_options): Expect "-string".
4327 (test-flag, test-boolean): Adjust to expect "-string".
4328 (test-string): New proc.
4329 (top level): Call it.
4330
4331 2019-07-03 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4334 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4335 the expected output in the success.
4336
4337 2019-07-03 Pedro Alves <palves@redhat.com>
4338
4339 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4340 Split one gdb_test_multiple call in two to avoid a race.
4341
4342 2019-07-03 Pedro Alves <palves@redhat.com>
4343
4344 * gdb.base/with.c: New file.
4345 * gdb.base/with.exp: New file.
4346
4347 2019-07-03 Pedro Alves <palves@redhat.com>
4348
4349 * gdb.base/settings.exp: Replace all references to "maint
4350 test-settings set" with references to "maint set test-settings",
4351 and all references to "maint test-settings show" with references
4352 to "maint show test-settings".
4353
4354 2019-07-03 Pedro Alves <palves@redhat.com>
4355
4356 * gdb.base/settings.exp (test-string): Adjust expected out when
4357 testing "maint test-settings show filename"
4358
4359 2019-07-02 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/options.exp (test-info-threads): New procedure.
4362 (top level): Call it.
4363
4364 2019-06-28 Tom Tromey <tromey@adacore.com>
4365
4366 * gdb.dwarf2/ada-linkage-name.c: New file.
4367 * gdb.dwarf2/ada-linkage-name.exp: New file.
4368
4369 2019-06-27 Tom Tromey <tromey@adacore.com>
4370
4371 PR c++/20020:
4372 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4373
4374 2019-06-26 Tom de Vries <tdevries@suse.de>
4375
4376 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4377
4378 2019-06-26 Tom de Vries <tdevries@suse.de>
4379
4380 * gdb.base/index-cache.exp: Add back missing debug option.
4381
4382 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4383
4384 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4385
4386 2019-06-25 Tom de Vries <tdevries@suse.de>
4387
4388 PR testsuite/24727
4389 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4390
4391 2019-06-24 Tom de Vries <tdevries@suse.de>
4392
4393 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4394
4395 2019-06-24 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4398 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4399 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4400
4401 2019-06-24 Tom de Vries <tdevries@suse.de>
4402
4403 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4404
4405 2019-06-21 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4408
4409 2019-06-21 Tom de Vries <tdevries@suse.de>
4410
4411 PR testsuite/24518
4412 PR ada/24713
4413 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4414 index.
4415
4416 2019-06-19 Tom Tromey <tromey@adacore.com>
4417
4418 * gdb.ada/length_cond.exp: Add intro comment.
4419
4420 2019-06-19 Tom Tromey <tromey@adacore.com>
4421
4422 * gdb.ada/length_cond.exp: New file.
4423 * gdb.ada/length_cond/length_cond.adb: New file.
4424 * gdb.ada/length_cond/pck.adb: New file.
4425 * gdb.ada/length_cond/pck.ads: New file.
4426
4427 2019-06-18 Tom de Vries <tdevries@suse.de>
4428
4429 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4430
4431 2019-06-18 Tom Tromey <tromey@adacore.com>
4432
4433 * gdb.base/list0.h: Add comment explaining control character.
4434
4435 2019-06-18 Tom de Vries <tdevries@suse.de>
4436
4437 * boards/fission.exp: Break up long debug_flags line.
4438
4439 2019-06-16 Tom de Vries <tdevries@suse.de>
4440
4441 PR gdb/24445
4442 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4443 generated index.
4444
4445 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4446
4447 PR gdb/24686
4448 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4449 improve detection of bug gdb/24541.
4450
4451 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4452
4453 PR gdb/24669
4454 * gdb.base/index-cache.exp (uses_readnow,
4455 expecting_index_cache_use): Define global variable.
4456 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4457 expecting_index_cache_use.
4458
4459 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4460 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.fortran/pointers.f90: New file.
4463 * gdb.fortran/print_type.exp: New file.
4464 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4465 * gdb.fortran/vla-type.exp: Likewise.
4466 * gdb.fortran/vla-value.exp: Likewise.
4467 * gdb.mi/mi-vla-fortran.exp: Likewise.
4468
4469 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4472 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4473 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4474 as a stop reason.
4475
4476 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4477
4478 * gdb.base/annota1.exp: Update expected results.
4479 * gdb.cp/annota2.exp: Likewise.
4480 * gdb.cp/annota3.exp: Likewise.
4481
4482 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4483
4484 * gdb.base/style-logging.exp: Remove path from test name.
4485
4486 2019-06-14 Tom Tromey <tromey@adacore.com>
4487
4488 PR gdb/24502:
4489 * gdb.base/style-logging.exp: New file.
4490
4491 2019-06-14 Tom Tromey <tromey@adacore.com>
4492
4493 * gdb.base/symfile-warn.exp: New file.
4494 * gdb.base/symfile-warn.c: New file.
4495
4496 2019-06-14 Tom Tromey <tromey@adacore.com>
4497
4498 * gdb.base/annotate-symlink.exp: New file.
4499
4500 2019-06-14 Tom Tromey <tromey@adacore.com>
4501
4502 * gdb.ada/set_wstr.exp: Add reassignment test.
4503
4504 2019-06-14 Tom Tromey <tromey@adacore.com>
4505
4506 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4507 'unchecked_access and 'unrestricted_access as well.
4508
4509 2019-06-14 Tom Tromey <tromey@adacore.com>
4510
4511 PR ada/24539:
4512 * gdb.ada/vla.exp: Update tests.
4513 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4514 pragma.
4515
4516 2019-06-13 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.base/settings.exp (test-integer): Test junk after
4519 "unlimited".
4520
4521 2019-06-13 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.base/options.exp (test-thread-apply): New.
4524 (top level): Call it.
4525
4526 2019-06-13 Pedro Alves <palves@redhat.com>
4527
4528 * gdb.base/options.exp (test-frame-apply): New.
4529 (top level): Test print commands with different "frame apply"
4530 prefixes.
4531
4532 2019-06-13 Pedro Alves <palves@redhat.com>
4533
4534 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4535 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4536 'max_completions' parameter and handle it.
4537 (test_gdb_completion_offers_commands): New.
4538
4539 2019-06-13 Pedro Alves <palves@redhat.com>
4540
4541 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4542
4543 2019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.exp (test-backtrace): New.
4546 (top level): Call it.
4547
4548 2019-06-13 Pedro Alves <palves@redhat.com>
4549
4550 * gdb.guile/scm-frame-args.exp: Use "set print
4551 raw-frame-arguments" instead of "set print raw frame-arguments".
4552 * gdb.python/py-frame-args.exp: Likewise.
4553
4554 2019-06-13 Pedro Alves <palves@redhat.com>
4555
4556 * gdb.compile/compile.exp: Adjust expected output to option
4557 processing changes.
4558
4559 2019-06-13 Pedro Alves <palves@redhat.com>
4560
4561 * gdb.base/options.exp: Build executable.
4562 (test-print): New procedure.
4563 (top level): Call it, once for "print" and another for "compile
4564 print".
4565
4566 2019-06-13 Pedro Alves <palves@redhat.com>
4567
4568 * gdb.base/options.c: New file.
4569 * gdb.base/options.exp: New file.
4570
4571 2019-06-13 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4574 that "o" is ambiguous.
4575
4576 2019-06-13 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/settings.c: New file.
4579 * gdb.base/settings.exp: New file.
4580
4581 2019-06-13 Pedro Alves <palves@redhat.com>
4582
4583 * gdb.base/completion.exp: Fix comment typo.
4584
4585 2019-06-13 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4588 foo --1" test.
4589
4590 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4591
4592 * gdb.fortran/block-data.f: New.
4593 * gdb.fortran/block-data.exp: New.
4594
4595 2019-06-11 Tom de Vries <tdevries@suse.de>
4596
4597 PR testsuite/24521
4598 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4599 message.
4600
4601 2019-06-11 Tom de Vries <tdevries@suse.de>
4602
4603 PR testsuite/24521
4604 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4605
4606 2019-06-11 Tom de Vries <tdevries@suse.de>
4607
4608 * boards/readnow.exp: New file.
4609
4610 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4611
4612 * gdb.fortran/vla-sizeof.exp: Update expected results.
4613
4614 2019-06-06 Amos Bird <amosbird@gmail.com>
4615
4616 * gdb.base/annota1.exp (thread_switch): Add test for
4617 thread-exited annotation.
4618
4619 2019-06-06 Tom Tromey <tromey@adacore.com>
4620
4621 * gdb.base/maint.exp: Expect command started/finished output.
4622
4623 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4624
4625 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4626 comment.
4627 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4628
4629 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4630
4631 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4632 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4633 * gdb.arch/riscv-unwind-long-insn.c: New file.
4634 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4635
4636 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4637
4638 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4639
4640 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4641
4642 * lib/gdb.exp (help_list_trailer): New regexp variable
4643 factorizing the help trailer message.
4644 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4645 arg to allow to better factorize various tests.
4646 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4647 (test_prefix_command_help): Use help_list_trailer.
4648 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4649 * gdb.guile/scm-cmd.exp: Likewise.
4650 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4651 * gdb.base/help.exp: Use test_user_defined_class_help.
4652 * gdb.base/style.exp: Add tests for styling of help and apropos.
4653 * lib/gdb-utils.exp (style): Add title and highlight styles.
4654
4655 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4656
4657 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4658 $_shell_exitsignal.
4659 * gdb.base/default.exp: Update for new convenience variables.
4660
4661 2019-05-29 Tom Tromey <tromey@adacore.com>
4662
4663 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4664 to "break complete ada" test case's regexp.
4665
4666 2019-05-29 Tom Tromey <tromey@adacore.com>
4667
4668 PR c++/20020:
4669 * gdb.cp/constexpr-field.exp: New file.
4670 * gdb.cp/constexpr-field.cc: New file.
4671
4672 2019-05-29 Tom Tromey <tromey@adacore.com>
4673
4674 * gdb.base/finish.exp (finish_no_print): New proc.
4675 (finish_tests): Call it.
4676
4677 2019-05-24 Tom de Vries <tdevries@suse.de>
4678
4679 * gdb.dwarf2/gdb-add-index.exp: New file.
4680
4681 2019-05-22 Tom Tromey <tromey@adacore.com>
4682
4683 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4684 * gdb.base/style.exp: Use "style".
4685 * lib/gdb-utils.exp (style): New proc.
4686
4687 2019-05-22 Tom de Vries <tdevries@suse.de>
4688
4689 * gdb.base/align.exp: Require c++11.
4690
4691 2019-05-22 Tom de Vries <tdevries@suse.de>
4692
4693 PR testsuite/24586
4694 * gdb.python/py-mi-var-info-path-expression.exp: Call
4695 mi_skip_python_tests to check if python is supported.
4696
4697 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4698
4699 * gdb.arch/aarch64-pauth.c: New test.
4700 * gdb.arch/aarch64-pauth.exp: New file.
4701
4702 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4703
4704 * README (Re-running Tests Outside The Testsuite): New section.
4705
4706 2019-05-21 Tom de Vries <tdevries@suse.de>
4707
4708 * gdb.arch/amd64-eval.exp: Require c++11.
4709 * gdb.base/max-depth.exp: Same.
4710 * gdb.compile/compile-cplus-array-decay.exp: Same.
4711 * gdb.cp/meth-typedefs.exp: Same.
4712 * gdb.cp/subtypes.exp: Same.
4713 * gdb.cp/temargs.exp: Same.
4714
4715 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4716
4717 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4718
4719 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4720
4721 PR gdb/18644
4722 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4723 * gdb.fortran/printing-types.exp: Add new test.
4724 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4725 testing.
4726 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4727 setup_kfail call.
4728
4729 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4730
4731 * README (Running the Testsuite): Change example.
4732 (Testsuite Parameters): Remove TRANSCRIPT.
4733 * lib/gdb.exp: Remove TRANSCRIPT check.
4734
4735 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4736
4737 * README (Testsuite Parameters): Add replay logging to
4738 GDBSERVER_DEBUG.
4739 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4740 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4741 as a comma separated list.
4742 (gdb_debug_init): Override procedure.
4743
4744 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4745
4746 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4747 (gdb_write_cmd_file): New procedure.
4748 * lib/gdbserver-support.exp (gdbserver_start): Call
4749 gdbserver_write_cmd_file.
4750 (gdbserver_write_cmd_file): New procedure.
4751
4752 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4753
4754 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4755 (delete_breakpoints): Likewise.
4756 (gdb_run_cmd): Likewise.
4757 (gdb_start_cmd): Likewise.
4758 (gdb_starti_cmd): Likewise.
4759 (gdb_internal_error_resync): Likewise.
4760 (gdb_test_multiple): Likewise.
4761 (gdb_reinitialize_dir): Likewise.
4762 (default_gdb_exit): Likewise.
4763 (gdb_file_cmd): Mark kill as optional.
4764 (default_gdb_start): Call gdb_stdin_log_init.
4765 (send_gdb): Call gdb_stdin_log_write.
4766 (rerun_to_main): Mark Y as an answer.
4767 (gdb_stdin_log_init): New function.
4768 (gdb_stdin_log_write): Likewise.
4769
4770 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4771
4772 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4773 * gdb.base/debug-expr.exp: Likewise.
4774 * gdb.base/foll-fork.exp: Likewise.
4775 * gdb.base/foll-vfork.exp: Likewise.
4776 * gdb.base/fork-print-inferior-events.exp: Likewise.
4777 * gdb.base/gdb-sigterm.exp: Likewise.
4778 * gdb.base/gdbinit-history.exp: Likewise.
4779 * gdb.base/osabi.exp: Likewise.
4780 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4781 * gdb.base/ui-redirect.exp: Likewise.
4782 * gdb.gdb/unittest.exp: Likewise.
4783 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4784 * gdb.mi/mi-watch.exp: Likewise.
4785 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4786 * gdb.mi/user-selected-context-sync.exp: Likewise.
4787 * gdb.python/python.exp: Disable debug test when debugging.
4788 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4789 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4790 Likewise.
4791 * gdb.threads/stepi-random-signal.exp: Likewise.
4792
4793 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4794
4795 * Makefile.in: Pass through GDB_DEBUG.
4796 * README (Testsuite Parameters): Add GDB_DEBUG.
4797 (gdb,debug): Add board setting.
4798 * lib/gdb.exp (default_gdb_start): Start debugging.
4799 (gdb_debug_enabled): New procedure.
4800 (gdb_debug_init): Likewise.
4801
4802 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4803
4804 * Makefile.in: Pass through GDB_DEBUG.
4805 * README (Testsuite Parameters): Add GDB_DEBUG.
4806 (gdb,debug): Add board setting.
4807 * lib/gdb.exp (default_gdb_start): Start debugging.
4808 (gdb_debug_enabled): New procedure.
4809 (gdb_debug_init): Likewise.
4810
4811 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4812
4813 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4814
4815 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4816
4817 * gdb.base/ui-redirect.exp: Test redirection.
4818
4819 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4820
4821 * gdb.mi/mi-complete.exp: New file.
4822 * gdb.mi/mi-complete.cc: Likewise.
4823
4824 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4825
4826 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4827 indexed and sliced arrays, and pointers to arrays.
4828
4829 2019-05-14 Tom Tromey <tromey@adacore.com>
4830
4831 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4832 styling test.
4833
4834 2019-05-14 Tom de Vries <tdevries@suse.de>
4835
4836 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4837 selection entry encoding.
4838
4839 2019-05-10 Tom Tromey <tromey@adacore.com>
4840
4841 * gdb.ada/info_exc.exp: Add "complete" test.
4842
4843 2019-05-09 Tom de Vries <tdevries@suse.de>
4844
4845 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4846 CU-relative.
4847
4848 2019-05-09 Tom de Vries <tdevries@suse.de>
4849
4850 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4851 CU-relative.
4852
4853 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4854
4855 * gdb.ada/frame_arg_lang.exp: New testcase.
4856 * gdb.ada/frame_arg_lang/bla.adb: New file.
4857 * gdb.ada/frame_arg_lang/pck.ads: New file.
4858 * gdb.ada/frame_arg_lang/pck.adb: New file.
4859 * gdb.ada/frame_arg_lang/foo.c: New file.
4860
4861 2019-05-08 Tom Tromey <tromey@adacore.com>
4862
4863 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4864
4865 2019-05-08 Tom Tromey <tromey@adacore.com>
4866
4867 * gdb.base/ptype-offsets.exp: Update tests.
4868
4869 2019-05-08 Tom Tromey <tromey@adacore.com>
4870
4871 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4872 cases.
4873 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4874 "short".
4875
4876 2019-05-08 Tom Tromey <tromey@adacore.com>
4877
4878 * gdb.ada/vla.exp: New file.
4879 * gdb.ada/vla/vla.adb: New file.
4880
4881 2019-05-07 Tom de Vries <tdevries@suse.de>
4882
4883 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4884
4885 2019-05-07 Tom de Vries <tdevries@suse.de>
4886
4887 PR testsuite/24522
4888 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4889 section.
4890
4891 2019-05-07 Tom de Vries <tdevries@suse.de>
4892
4893 PR testsuite/24522
4894 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4895 .debug_aranges section.
4896
4897 2019-05-07 Tom de Vries <tdevries@suse.de>
4898
4899 PR testsuite/24159
4900 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4901
4902 2019-05-06 Tom de Vries <tdevries@suse.de>
4903
4904 * lib/gdb.exp (exec_has_index_section): New proc.
4905 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4906 section.
4907
4908 2019-05-04 Tom de Vries <tdevries@suse.de>
4909
4910 * boards/cc-with-debug-names.exp: New file.
4911
4912 2019-05-03 Tom Tromey <tromey@adacore.com>
4913
4914 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4915 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4916 * gdb.ada/char_enum.exp: Add test.
4917
4918 2019-05-03 Tom de Vries <tdevries@suse.de>
4919
4920 * boards/cc-with-gdb-index.exp: New file.
4921
4922 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4923
4924 * gdb.rust/simple.exp: Add new test case.
4925 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4926 (main): Initialise an instance of the new struct.
4927
4928 2019-05-01 Tom Tromey <tromey@adacore.com>
4929
4930 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4931 record.
4932 (NPR): New variable.
4933 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4934 test.
4935
4936 2019-05-01 Tom Tromey <tromey@adacore.com>
4937
4938 * gdb.ada/packed_array_assign.exp: Add packed assignment
4939 regression test.
4940
4941 2019-05-01 Tom de Vries <tdevries@suse.de>
4942
4943 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4944
4945 2019-05-01 Tom de Vries <tdevries@suse.de>
4946
4947 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4948
4949 2019-04-30 Ali Tamur <tamur@google.com>
4950
4951 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4952
4953 2019-04-30 Tom Tromey <tromey@adacore.com>
4954
4955 * lib/ada.exp (find_ada_tool): New proc.
4956 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4957 * gdb.ada/catch_ex_std.exp: New file.
4958 * gdb.ada/catch_ex_std/foo.adb: New file.
4959 * gdb.ada/catch_ex_std/some_package.adb: New file.
4960 * gdb.ada/catch_ex_std/some_package.ads: New file.
4961
4962 2019-04-30 Tom Tromey <tromey@adacore.com>
4963
4964 PR c++/24470:
4965 * gdb.cp/temargs.cc: Add test code from PR.
4966
4967 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4968
4969 * gdb.fortran/vla-datatypes.exp: Update expected results.
4970 * gdb.fortran/vla-ptype.exp: Likewise.
4971 * gdb.fortran/vla-type.exp: Likewise.
4972 * gdb.fortran/vla-value.exp: Likewise.
4973
4974 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4975
4976 * gdb.fortran/ptr-indentation.exp: Update expected results.
4977 * gdb.fortran/ptype-on-functions.exp: Likewise.
4978 * gdb.fortran/vla-ptr-info.exp: Likewise.
4979 * gdb.fortran/vla-value.exp: Likewise.
4980
4981 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4982
4983 * gdb.fortran/ptype-on-functions.exp: New file.
4984 * gdb.fortran/ptype-on-functions.f90: New file.
4985
4986 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4987
4988 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4989 case void string.
4990
4991 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.fortran/complex.exp: Expand.
4994 * gdb.fortran/complex.f: Renamed to...
4995 * gdb.fortran/complex.f90: ...this, and extended to add more
4996 complex values.
4997
4998 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5001 MODULO, CMPLX.
5002
5003 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5004 Richard Bunt <richard.bunt@arm.com>
5005
5006 * gdb.base/max-depth.c: New file.
5007 * gdb.base/max-depth.exp: New file.
5008 * gdb.python/py-nested-maps.c: New file.
5009 * gdb.python/py-nested-maps.exp: New file.
5010 * gdb.python/py-nested-maps.py: New file.
5011 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5012 (test_all_common): Call test_max_depth.
5013 * gdb.fortran/max-depth.exp: New file.
5014 * gdb.fortran/max-depth.f90: New file.
5015 * gdb.go/max-depth.exp: New file.
5016 * gdb.go/max-depth.go: New file.
5017 * gdb.modula2/max-depth.exp: New file.
5018 * gdb.modula2/max-depth.c: New file.
5019 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5020
5021 2019-04-29 Tom de Vries <tdevries@suse.de>
5022
5023 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5024
5025 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5026
5027 * gdb.base/callexit.exp: Test may-call-functions off.
5028
5029 2019-04-25 Keith Seitz <keiths@redhat.com>
5030
5031 PR c++/24367
5032 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5033 (another_incomplete_struct, test_incomplete): New definitions.
5034 (main): Use new definitions.
5035 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5036 functions.
5037
5038 2019-04-25 Ali Tamur <tamur@google.com>
5039
5040 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5041
5042 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5043
5044 PR corefiles/11608
5045 PR corefiles/18187
5046 * gdb.base/coredump-filter-build-id.exp: New file.
5047
5048 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5049
5050 * Makefile.in: Pass through GDBSERVER_DEBUG.
5051 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5052 (gdbserver,debug): Add board setting.
5053 * gdb.trace/tspeed.exp: Skip when debugging.
5054 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5055 * lib/gdbserver-support.exp: Likewise
5056
5057 2019-04-24 Tom Tromey <tromey@adacore.com>
5058
5059 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5060 Rust.
5061
5062 2019-04-24 Tom Tromey <tromey@adacore.com>
5063
5064 * gdb.arch/amd64-eval.exp: Test bitfield return.
5065 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5066 (class Foo) <return_bitfields>: New method.
5067 (main): Call it.
5068
5069 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5070
5071 * gdb.cp/many-args.cc: New file.
5072 * gdb.cp/many-args.exp: New file.
5073
5074 2019-04-23 Tom de Vries <tdevries@suse.de>
5075
5076 PR gdb/24433
5077 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5078
5079 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5080
5081 * gdb.trace/backtrace.exp: Use nopie flag.
5082 * gdb.trace/circ.exp: Likewise.
5083 * gdb.trace/collection.exp: Likewise.
5084 * gdb.trace/ftrace.exp: Likewise.
5085 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5086 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5087 * gdb.trace/qtro.exp: Likewise.
5088 * gdb.trace/read-memory.exp: Likewise.
5089 * gdb.trace/report.exp: Likewise.
5090 * gdb.trace/tfile.exp: Likewise.
5091 * gdb.trace/tfind.exp: Likewise.
5092 * gdb.trace/unavailable.exp: Likewise.
5093
5094 2019-04-22 Pedro Alves <palves@redhat.com>
5095
5096 * gdb.base/solib-probes-nosharedlibrary.c,
5097 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5098
5099 2019-04-19 Tom Tromey <tromey@adacore.com>
5100
5101 * gdb.ada/ptype_union.c: New file.
5102 * gdb.ada/ptype_union.exp: New file.
5103
5104 2019-04-19 Tom Tromey <tromey@adacore.com>
5105
5106 PR symtab/24423:
5107 * gdb.base/list0.h (foo): Add a control-l character.
5108
5109 2019-04-18 Tom de Vries <tdevries@suse.de>
5110
5111 PR gdb/24433
5112 * boards/local-board.exp: Set sysroot to "".
5113
5114 2019-04-18 Tom de Vries <tdevries@suse.de>
5115 Pedro Alves <palves@redhat.com>
5116
5117 PR gdb/24454
5118 * gdb.threads/vfork-follow-child-exec.c: New file.
5119 * gdb.threads/vfork-follow-child-exec.exp: New file.
5120 * gdb.threads/vfork-follow-child-exit.c: New file.
5121 * gdb.threads/vfork-follow-child-exit.exp: New file.
5122
5123 2019-04-15 Leszek Swirski <leszeks@google.com>
5124
5125 * gdb.arch/amd64-eval.cc: New file.
5126 * gdb.arch/amd64-eval.exp: New file.
5127
5128 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5129
5130 * gdb.server/sysroot.c: New test.
5131 * gdb.server/sysroot.exp: New file.
5132 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5133 matching param.
5134
5135 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5136
5137 * gdb.base/align.exp: Extend test to cover structures containing
5138 only static fields.
5139
5140 2019-04-11 Tom de Vries <tdevries@suse.de>
5141
5142 * boards/cc-with-dwz-m.exp: New file.
5143 * boards/cc-with-dwz.exp: New file.
5144 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5145
5146 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5147
5148 * gdb.base/start-cpp.exp: New file.
5149 * gdb.base/start-cpp.cc: New file.
5150
5151 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5152
5153 * gdb.python/py-thrhandle.exp: Adjust tests to call
5154 thread_from_handle instead of thread_from_thread_handle.
5155
5156 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5157
5158 * gdb.python/py-thrhandle.exp: Add tests for
5159 gdb.InferiorThread.handle.
5160
5161 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5162
5163 * gdb.python/py-function.exp: Check calling helper function from
5164 all languages.
5165 * lib/gdb.exp (gdb_supported_languages): New proc.
5166
5167 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * gdb.base/complex-parts.c: New file.
5170 * gdb.base/complex-parts.exp: New file.
5171
5172 2019-04-01 Tom Tromey <tromey@adacore.com>
5173
5174 PR symtab/23331:
5175 * gdb.dwarf2/dw2-ranges-main.c: New file.
5176 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5177 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5178
5179 2019-03-30 Simon Marchi <simark@simark.ca>
5180
5181 * gdb.base/default.exp: Add values for $_gdb_major and
5182 $_gdb_minor.
5183
5184 2019-03-29 Tom Tromey <tromey@adacore.com>
5185
5186 * gdb.base/help.exp: Tighten apropos regexp.
5187
5188 2019-03-29 Keith Seitz <keiths@redhat.com>
5189
5190 * gdb.fortran/array-bounds.exp: New file.
5191 * gdb.fortran/array-bounds.f90: New file.
5192
5193 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5194
5195 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5196
5197 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5198
5199 * gdb.multi/hello.c (main): Increase alarm timer.
5200
5201 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5202
5203 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5204 factor when no hardware watchpoint support.
5205
5206 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5207 Pedro Alves <palves@redhat.com>
5208
5209 * boards/local-board.exp: set sysroot to /.
5210
5211 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5212
5213 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5214 in child.
5215
5216 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5219 field.
5220 (make_container): Initialise new field.
5221 * gdb.python/py-prettyprint.exp: Add new tests.
5222 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5223 <display_hint>: New method.
5224
5225 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5226
5227 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5228 gdb_continue_to_breakpoint more throughout this test.
5229 (run_lang_tests) Supply unique test names, and use
5230 gdb_test_no_output.
5231
5232 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5233
5234 * gdb.base/finish-pretty.exp: Update expected results.
5235 * gdb.base/pretty-print.c: New file.
5236 * gdb.base/pretty-print.exp: New file.
5237
5238 2019-03-25 Pedro Alves <palves@redhat.com>
5239
5240 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5241 move comments outside list. Append '-i "" eof' section.
5242
5243 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5244
5245 PR testsuite/25016
5246 * README: Add pie options.
5247 * gdb.base/break-interp.exp: Ensure pie is disabled.
5248 * gdb.base/dump.exp: Likewise.
5249 * lib/gdb.exp (gdb_compile): Add pie option.
5250
5251 2019-03-19 Tom Tromey <tromey@adacore.com>
5252
5253 * gdb.mi/mi2-cli-display.c: New file.
5254 * gdb.mi/mi2-cli-display.exp: New file.
5255
5256 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5257 Tom Tromey <tromey@adacore.com>
5258
5259 * gdb.ada/ptype_array/pck.adb: New file.
5260 * gdb.ada/ptype_array/pck.ads: New file.
5261 * gdb.ada/ptype_array/foo.adb: New file.
5262 * gdb.ada/ptype_array.exp: New file.
5263
5264 2019-03-14 Tom Tromey <tromey@adacore.com>
5265
5266 * gdb.base/style.exp: Add "set style sources" test.
5267
5268 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5269
5270 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5271 * mi-breakpoint-multiple-locations.exp: ... this.
5272 (make_breakpoints_pattern): New proc.
5273 (do_test): Add mi_version parameter, test -break-insert,
5274 -break-info and =breakpoint-created.
5275
5276 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5277
5278 * config/default.exp: Remove 'load_lib gdb.exp'.
5279 * config/monitor.exp: Likewise.
5280 * config/sid.exp: Likewise.
5281 * config/sim.exp: Likewise.
5282 * config/slite.exp: Likewise.
5283 * config/unix.exp: Likewise.
5284 * gdb.base/default.exp: Remove unhelpful comment.
5285
5286 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5289
5290 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5293
5294 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.fortran/type-kinds.exp: Update expected results.
5297
5298 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5301
5302 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5303
5304 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5305 function.
5306 (test_basic_parsing_of_type_kinds): Expand types tested.
5307 (test_parsing_invalid_type_kinds): New function.
5308
5309 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5310
5311 * gdb.fortran/intrinsics.exp: New file.
5312 * gdb.fortran/intrinsics.f90: New file.
5313 * gdb.fortran/type-kinds.exp: New file.
5314
5315 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * gdb.fortran/dot-ops.exp: New file.
5318
5319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5322 Check upper and lower case logical literals.
5323
5324 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5325
5326 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5327 Remove duplicate tests.
5328
5329 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5330
5331 * lib/gdb.exp (builtin_cd): rename of cd.
5332 (cd): Override builtin.
5333
5334 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5335
5336 * gdb.fortran/function-calls.exp: New file.
5337 * gdb.fortran/function-calls.f90: New test.
5338
5339 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5340
5341 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5342 on user program standard output.
5343 * gdb.fortran/short-circuit-argument-list.f90: Record function
5344 calls.
5345
5346 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5347
5348 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5349 failure.
5350
5351 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5352
5353 PR gdb/8527
5354 * gdb.base/interrupt-daemon-attach.c,
5355 gdb.base/interrupt-daemon-attach.exp: New test.
5356
5357 2019-02-27 Pedro Alves <palves@redhat.com>
5358
5359 * gdb.base/page.exp: Add tests for "set width/height -1".
5360
5361 2019-02-27 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/page.exp: Add tests for "set/show width/height" with
5364 "infinite" values.
5365
5366 2019-02-27 Tom Tromey <tromey@adacore.com>
5367
5368 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5369 2.4.
5370 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5371 workaround.
5372
5373 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5374
5375 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5376 tests for structs with static members.
5377
5378 2019-02-26 Tom Tromey <tromey@adacore.com>
5379
5380 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5381 ValueError, not TypeError.
5382
5383 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5384
5385 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5386 call from main program.
5387
5388 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5389
5390 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5391 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5392 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5393 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5394 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5395
5396 2019-02-22 Keith Seitz <keiths@redhat.com>
5397
5398 PR symtab/23853
5399 * gdb.base/symlink-sourcefile.c: New file.
5400 * gdb.base/symlink-sourcefile.exp: New file.
5401
5402 2019-02-20 Tom Tromey <tom@tromey.com>
5403
5404 * gdb.base/info_qt.exp: Update.
5405
5406 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5407
5408 * gdb.base/source.exp: Move "error in sourced script" code to
5409 the end.
5410 * gdb.base/source-error.gdb: Move contents to
5411 source-error-1.gdb. Add new code to source source-error-1.gdb.
5412 * gdb.base/source-error-1.gdb: New file, from previous
5413 source-error.gdb.
5414
5415 2019-02-17 Tom Tromey <tom@tromey.com>
5416
5417 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5418 for macro styling.
5419 * gdb.base/style.c (SOME_MACRO): New macro.
5420
5421 2019-02-17 Tom Tromey <tom@tromey.com>
5422
5423 * gdb.base/style.exp: Add line-wrapping tests.
5424 * gdb.base/page.exp: Add test for quitting during pagination.
5425
5426 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.ada/big_packed_array: New testcase.
5429 * gdb.ada/homonym.exp: Fix incorrect expected output for
5430 "break <homonym__get_value>" test.
5431
5432 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5433
5434 PR breakpoints/21870
5435 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5436 and prepare_for_testing. Add comment.
5437 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5438 redundant cleanup call. Clean up comment.
5439
5440 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5441
5442 PR breakpoints/21870
5443 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5444 * gdb.arch/aarch64-dbreg-contents.c: New file.
5445
5446 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5447
5448 * gdb.ada/mi_ref_changeable: New testcase.
5449
5450 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5451
5452 * gdb.base/attach.exp: Add double attach test.
5453
5454 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5455
5456 * lib/gdb.exp (default_gdb_start): Don't match pagination
5457 prompt.
5458 (gdb_init): Set stty_init.
5459
5460 2019-01-27 Tom Tromey <tom@tromey.com>
5461
5462 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5463 skip_python_tests.
5464
5465 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5466
5467 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5468 New structure.
5469 (struct struct_static_02_02): Likewise.
5470 (struct struct_static_02_03): Likewise.
5471 (struct struct_static_02_04): Likewise.
5472 (struct struct_static_04_01): Likewise.
5473 (struct struct_static_04_02): Likewise.
5474 (struct struct_static_04_03): Likewise.
5475 (struct struct_static_04_04): Likewise.
5476 (struct struct_static_06_01): Likewise.
5477 (struct struct_static_06_02): Likewise.
5478 (struct struct_static_06_03): Likewise.
5479 (struct struct_static_06_04): Likewise.
5480 (cmp_struct_static_02_01): Likewise.
5481 (cmp_struct_static_02_02): Likewise.
5482 (cmp_struct_static_02_03): Likewise.
5483 (cmp_struct_static_02_04): Likewise.
5484 (cmp_struct_static_04_01): Likewise.
5485 (cmp_struct_static_04_02): Likewise.
5486 (cmp_struct_static_04_03): Likewise.
5487 (cmp_struct_static_04_04): Likewise.
5488 (cmp_struct_static_06_01): Likewise.
5489 (cmp_struct_static_06_02): Likewise.
5490 (cmp_struct_static_06_03): Likewise.
5491 (cmp_struct_static_06_04): Likewise.
5492 (call_all): Test new structs.
5493 * gdb.base/infcall-nested-structs.exp: Likewise.
5494
5495 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5496 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5497
5498 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5499 * gdb.base/stack-protector.c: New test.
5500 * gdb.base/stack-protector.exp: New file.
5501 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5502 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5503 option.
5504 (gdb_compile): Remove stack protector for GCC and prevent
5505 recursion.
5506
5507 2019-01-16 Keith Seitz <keiths@redhat.com>
5508
5509 PR gdb/23773
5510 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5511
5512 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5513
5514 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5515 aliases.
5516 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5517 tests.
5518 * gdb.arch/powerpc-vector-regs.c: New file.
5519 * gdb.arch/powerpc-vector-regs.exp: New file.
5520
5521 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5522
5523 * gdb.arch/altivec-regs.exp: Fix the list passed to
5524 gdb_expect_list when testing "info vector".
5525
5526 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5527
5528 * gdb.base/style.exp: Don't include path in testname.
5529
5530 2019-01-10 Keith Seitz <keiths@redhat.com>
5531
5532 PR gdb/23712
5533 PR symtab/23010
5534 * gdb.dwarf2/multidictionary.exp: New file.
5535
5536 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5537
5538 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5539 (test_gnuv3_style_demangling): ... this.
5540 (test_lucid_style_demangling): Remove.
5541 (test_arm_style_demangling): Remove.
5542 (test_hp_style_demangling): Remove.
5543 (do_tests): Remove calls to the above.
5544
5545 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5546
5547 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5548 case.
5549
5550 2019-01-06 Tom Tromey <tom@tromey.com>
5551
5552 PR gdb/28155:
5553 * gdb.dwarf2/typedef-void-finish.exp: New file.
5554
5555 2018-12-28 Tom Tromey <tom@tromey.com>
5556 Simon Marchi <simark@simark.ca>
5557
5558 * gdb.base/jit-exec.exp: New file.
5559 * gdb.base/jit-exec.c: New file.
5560 * gdb.base/jit-execd.c: New file.
5561
5562 2018-12-28 Tom Tromey <tom@tromey.com>
5563
5564 * gdb.base/style.exp: Update test to check for address styling.
5565
5566 2018-12-28 Tom Tromey <tom@tromey.com>
5567
5568 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5569 message.
5570
5571 2018-12-28 Tom Tromey <tom@tromey.com>
5572
5573 * gdb.base/style.exp: Add test for version number styling.
5574
5575 2018-12-28 Tom Tromey <tom@tromey.com>
5576
5577 * gdb.base/style.exp: Add test for print_address_symbolic.
5578
5579 2018-12-28 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.base/style.exp: Add test for breakpoint setting.
5582
5583 2018-12-28 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.base/style.exp: Add test for variable names.
5586
5587 2018-12-28 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.base/style.exp: New file.
5590 * gdb.base/style.c: New file.
5591
5592 2018-12-28 Tom Tromey <tom@tromey.com>
5593
5594 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5595 "dumb".
5596 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5597 the TERM environment variable.
5598
5599 2018-12-27 Tom Tromey <tom@tromey.com>
5600
5601 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5602 pagination test.
5603
5604 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5605
5606 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5607 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5608
5609 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5610
5611 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5612 Filename a.adb changed to bp_fun_addr.adb.
5613 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5614
5615 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5616
5617 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5618 non-PIE executables.
5619 * README: Mention the gdb,nopie_flag board setting.
5620 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5621 non-PIE executable.
5622 * gdb.arch/amd64-entry-value.exp: Likewise.
5623 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5624 * gdb.arch/i386-float.exp: Likewise.
5625 * gdb.arch/i386-signal.exp: Likewise.
5626 * gdb.mi/mi-reg-undefined.exp: Likewise.
5627
5628 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5629
5630 PR gdb/23974
5631 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5632
5633 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5634
5635 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5636 Update order of results accordingly.
5637
5638 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5639
5640 * gdb.base/annota1.exp: Update a test regexp.
5641
5642 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5643
5644 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5645
5646 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5647
5648 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5649 (reuse_time): Initialize to REUSE_TIME_CAP.
5650 (check_rc): New function.
5651 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5652 Check pthread_create rc.
5653 (spawner_thread_func): Check pthread_create and pthread_join rc.
5654
5655 2018-12-08 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/list.exp (test_forward_search): Rename to ...
5658 (test_forward_reverse_search): ... this. Also test reverse-search
5659 and the forward-search alias.
5660
5661 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5662
5663 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5664 local timeout variable before return, and remove all local timeout
5665 variable entirely.
5666 (gdb_load): Likewise.
5667
5668 2018-12-01 Tom de Vries <tdevries@suse.de>
5669
5670 * gdb.base/gdb-caching-proc.exp: New file.
5671
5672 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5673
5674 * Makefile.in (TIMESTAMP): New variable.
5675 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5676 command.
5677 (check-single-racy): Likewise.
5678 (check/%.exp): Likewise.
5679 (check-racy/%.exp): Likewise.
5680 (workers/%.worker): Likewise.
5681 (build-perf): Likewise.
5682 (check-perf): Likewise.
5683 * README: Describe new "TS" and "TS_FORMAT" variables.
5684 * print-ts.py: New file.
5685
5686 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5687
5688 PR python/23714
5689 * gdb.python/python.exp: Test command repetition after
5690 gdb.execute.
5691
5692 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5693
5694 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5695 is correctly aligned.
5696
5697 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5698
5699 * gdb.ada/info_auto_lang.exp: New testcase.
5700 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5701 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5702 * gdb.ada/info_auto_lang/some_c.c: New file.
5703
5704 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5705
5706 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5707 FUNC_lang language syntax.
5708
5709 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5710
5711 * gdb.base/info_minsym.c: New file.
5712 * gdb.base/info_minsym.exp: New file.
5713
5714 2018-11-19 Tom Tromey <tom@tromey.com>
5715
5716 PR rust/23625:
5717 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5718 * gdb.rust/expr.exp: Update expected output. Change one test.
5719
5720 2018-11-19 Tom Tromey <tom@tromey.com>
5721
5722 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5723
5724 2018-11-19 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5727 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5728 see the expected warning.
5729
5730 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5731
5732 PR gdb/22736:
5733 * gdb.cp/infcall-nodebug-lib.c: New test.
5734 * gdb.cp/infcall-nodebug-main.c: New test.
5735 * gdb.cp/infcall-nodebug.exp: New file.
5736
5737 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5738
5739 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5740 completer tests.
5741
5742 2018-11-09 Tom de Vries <tdevries@suse.de>
5743
5744 * gdb.base/msym-lang.c: New test.
5745 * gdb.base/msym-lang.exp: New file.
5746 * gdb.base/msym-lang-main.c: New test.
5747
5748 2018-11-08 Tom Tromey <tom@tromey.com>
5749
5750 PR gdb/23555:
5751 PR gdb/23838:
5752 * gdb.base/warning.exp: New file.
5753
5754 2018-11-08 Jan Beulich <jbeulich@suse.com>
5755
5756 * testsuite/gdb.arch/i386-avx512.c,
5757 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5758
5759 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5760
5761 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5762 point hardware.
5763
5764 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5767 * gdb.dwarf2/missing-type-name.exp: New file.
5768
5769 2018-11-06 Tom de Vries <tdevries@suse.de>
5770
5771 * gdb.base/many-headers.c: New test.
5772 * gdb.base/many-headers.exp: New file.
5773
5774 2018-11-06 Jim Wilson <jimw@sifive.com>
5775
5776 * gdb.base/code_elim.exp: For riscv, set additional_flags
5777 to include -msmall-data-limit=0.
5778
5779 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5780
5781 * gdb.ada/watch_minus_l: New testcase.
5782
5783 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5784
5785 * gdb.arch/aix-sighandle.c: New file.
5786 * gdb.arch/aix-sighandle.exp: New file.
5787
5788 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5789
5790 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5791 registers being unions.
5792
5793 2018-10-31 Tom de Vries <tdevries@suse.de>
5794
5795 * lib/valgrind.exp: New file.
5796 (vgdb_start, vgdb_stop): New procs, factored out of ...
5797 * gdb.base/valgrind-bt.exp: ... here, ...
5798 * gdb.base/valgrind-disp-step.exp: ... here and ...
5799 * gdb.base/valgrind-infcall.exp: ... here.
5800
5801 2018-10-31 Tom de Vries <tdevries@suse.de>
5802
5803 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5804
5805 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.dwarf2/void-type.c: New file.
5808 * gdb.dwarf2/void-type.exp: New file.
5809
5810 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5811
5812 * gdb.base/info_qt.c: New file.
5813 * gdb.base/info_qt.exp: New file.
5814
5815 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5816
5817 * gdb.arch/powerpc-htm-regs.c: New file.
5818 * gdb.arch/powerpc-htm-regs.exp: New file.
5819
5820 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5821
5822 * gdb.arch/powerpc-tar.c: New file.
5823 * gdb.arch/powerpc-tar.exp: New file.
5824
5825 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5826
5827 * gdb.arch/powerpc-ppr-dscr.c: New file.
5828 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5829
5830 2018-10-25 Tom de Vries <tdevries@suse.de>
5831
5832 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5833
5834 2018-10-24 Tom de Vries <tdevries@suse.de>
5835
5836 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5837 longer exists error.
5838
5839 2018-10-24 Tom de Vries <tdevries@suse.de>
5840
5841 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5842
5843 2018-10-24 Tom de Vries <tdevries@suse.de>
5844
5845 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5846 --db-attach in valgrind.
5847
5848 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5849
5850 * gdb.arch/riscv-reg-aliases.c: New file.
5851 * gdb.arch/riscv-reg-aliases.exp: New file.
5852
5853 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5854
5855 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5856
5857 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5858
5859 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5860
5861 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5862
5863 * gdb.cp/ovldbreak.exp: Fix regexps.
5864
5865 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5866
5867 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5868
5869 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5870
5871 PR cli/23785
5872 * gdb.base/restore.exp: New test to check if "restore" with an
5873 invalid file doesn't segfault.
5874
5875 2018-10-18 Tom de Vries <tdevries@suse.de>
5876
5877 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5878 * gdb.ada/excep_handle.exp: Same.
5879 * gdb.ada/mi_string_access.exp: Same.
5880 * gdb.ada/mi_var_union.exp: Same.
5881 * gdb.arch/arc-analyze-prologue.exp: Same.
5882 * gdb.arch/arc-decode-insn.exp: Same.
5883 * gdb.base/readnever.exp: Same.
5884 * gdb.fortran/printing-types.exp: Same.
5885 * gdb.guile/scm-lazy-string.exp: Same.
5886
5887 2018-10-16 Tom de Vries <tdevries@suse.de>
5888
5889 PR gdb/23730
5890 * gdb.base/catch-follow-exec.c: Add copyright notice.
5891 * gdb.base/catch-follow-exec.exp: Rewrite to use
5892 gdb_spawn_with_cmdline_opts. Require gdb-native.
5893
5894 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5895
5896 * gdb.trace/actions-changed.exp: Check for arch support.
5897 * gdb.trace/actions.exp: Likewise.
5898 * gdb.trace/ax.exp: Likewise.
5899 * gdb.trace/backtrace.exp: Likewise.
5900 * gdb.trace/change-loc.exp: Likewise.
5901 * gdb.trace/deltrace.exp: Likewise.
5902 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5903 * gdb.trace/ftrace.exp: Likewise.
5904 * gdb.trace/infotrace.exp: Check for arch support.
5905 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5906 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5907 * gdb.trace/mi-tsv-changed.exp: Likewise.
5908 * gdb.trace/packetlen.exp: Likewise.
5909 * gdb.trace/passc-dyn.exp: Likewise.
5910 * gdb.trace/passcount.exp: Likewise.
5911 * gdb.trace/pending.exp: Likewise.
5912 * gdb.trace/range-stepping.exp: Check for shlib support.
5913 * gdb.trace/report.exp: Check for arch support.
5914 * gdb.trace/save-trace.exp: Likewise.
5915 * gdb.trace/signal.exp: Check for signal support.
5916 * gdb.trace/tfind.exp: Check for arch support.
5917 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5918 * gdb.trace/trace-common.h: Add comment.
5919 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5920 * gdb.trace/trace-enable-disable.exp: Likewise.
5921 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5922 * gdb.trace/tracecmd.exp: Check for arch support.
5923 * gdb.trace/tspeed.exp: Check for shlib and target support.
5924 * gdb.trace/tstatus.exp: Check for arch support.
5925 * gdb.trace/tsv.exp: Likewise.
5926 * gdb.trace/while-dyn.exp: Likewise.
5927 * gdb.trace/while-stepping.exp: Likewise.
5928 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5929
5930 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5931
5932 * gdb.trace/tspeed.exp: Remove nowarnings.
5933 (prepare_for_trace_test): Declare "global ipalib".
5934 * gdb.trace/tspeed.c: Include unistd.h.
5935 (main): Remove superfluous printf argument.
5936
5937 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5938
5939 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5940 directory prefix on the filename.
5941
5942 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5943
5944 * gdb.gdb/unittest.exp: Update expected message informing that
5945 selftests have been disabled.
5946 * gdb.server/unittest.exp: Likewise.
5947
5948 2018-10-09 Tom de Vries <tdevries@suse.de>
5949
5950 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5951 with runto_main.
5952
5953 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5954
5955 PR c++/16841
5956 * gdb.cp/virtbase2.cc: New file.
5957 * gdb.cp/virtbase2.exp: New file.
5958
5959 2018-10-06 Tom Tromey <tom@tromey.com>
5960
5961 PR python/19399:
5962 * gdb.python/py-inferior.exp: Add architecture test.
5963
5964 2018-10-06 Tom Tromey <tom@tromey.com>
5965
5966 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5967 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5968
5969 2018-10-06 Tom Tromey <tom@tromey.com>
5970
5971 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5972 of a "throw" catchpoint.
5973
5974 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5975
5976 * gdb.base/info-proc.exp: Update string expected from "help info
5977 proc".
5978
5979 2018-10-04 Tom Tromey <tom@tromey.com>
5980
5981 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5982 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5983 (test_initial_complaints, test_empty_complaints): Update.
5984 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5985
5986 2018-10-04 Tom Tromey <tom@tromey.com>
5987
5988 PR cli/19551:
5989 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5990 * lib/gdb.exp (gdb_file_cmd): Update.
5991 * gdb.stabs/weird.exp (print_weird_var): Update.
5992 * gdb.server/solib-list.exp: Update.
5993 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5994 * gdb.mi/mi-cli.exp: Update.
5995 * gdb.linespec/linespec.exp: Update.
5996 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5997 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5998 * gdb.cp/cp-relocate.exp: Update.
5999 * gdb.base/sym-file.exp: Update.
6000 * gdb.base/relocate.exp: Update.
6001 * gdb.base/readnever.exp: Update.
6002 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6003 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6004 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6005 * gdb.base/code_elim.exp: Update.
6006 * gdb.base/break-unload-file.exp (test_break): Update.
6007 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6008 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6009 Update.
6010 * gdb.base/attach.exp (do_attach_tests): Update.
6011 * gdb.base/sepdebug.exp: Update.
6012 * gdb.python/py-section-script.exp: Update.
6013
6014 2018-10-04 Tom Tromey <tom@tromey.com>
6015
6016 PR cli/22234:
6017 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6018 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6019 output.
6020
6021 2018-10-04 Tom Tromey <tom@tromey.com>
6022
6023 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6024 set width and height to 0.
6025 (test_command_line_attach_run): Use -quiet.
6026
6027 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6028
6029 * lib/gdb.exp (skip_ifunc_tests): New.
6030 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6031 other compile failures.
6032 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6033
6034 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6035
6036 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6037 is_amd64_regs_target.
6038
6039 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6040
6041 * gdb.arch/aarch64-sighandler-regs.c: New test.
6042 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6043 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6044
6045 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6046
6047 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6048 assembly.
6049
6050 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6051
6052 * gdb.base/frame-selection.exp: New file.
6053 * gdb.base/frame-selection.c: New file.
6054
6055 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6056
6057 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6058 pthread barrier.
6059 (main): Likewise.
6060
6061 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6062
6063 * gdb.base/large-frame-1.c: New file.
6064 * gdb.base/large-frame-2.c: New file.
6065 * gdb.base/large-frame.exp: New file.
6066 * gdb.base/large-frame.h: New file.
6067
6068 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6069
6070 PR gdb/20948
6071 * gdb.base/write_mem.exp: New test.
6072 * gdb.base/write_mem.c: Likewise.
6073
6074 2018-09-23 Tom Tromey <tom@tromey.com>
6075
6076 PR python/18852:
6077 * gdb.python/py-parameter.exp: Add test for parameter that throws
6078 on "set".
6079
6080 2018-09-23 Tom Tromey <tom@tromey.com>
6081
6082 PR python/17284:
6083 * gdb.python/py-template.exp (test_template_arg): Add test for
6084 negative template argument number.
6085
6086 2018-09-23 Tom Tromey <tom@tromey.com>
6087
6088 PR python/14062:
6089 * gdb.python/python.exp: Add test for post_event error.
6090
6091 2018-09-23 Tom Tromey <tom@tromey.com>
6092
6093 PR python/18170:
6094 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6095 convert pointers to int and long.
6096
6097 2018-09-23 Tom Tromey <tom@tromey.com>
6098
6099 PR python/20126:
6100 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6101 signed-ness conversion tests.
6102
6103 2018-09-23 Tom Tromey <tom@tromey.com>
6104
6105 PR python/18352;
6106 * gdb.python/py-value.exp (test_float_conversion): New proc.
6107 Use it.
6108
6109 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6110
6111 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6112
6113 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6114
6115 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6116 no readline.
6117 * gdb.base/utf8-identifiers.exp: Likewise.
6118 * gdb.cp/cpcompletion.exp: Likewise.
6119 * gdb.linespec/cpcompletion.exp: Likewise.
6120 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6121 * gdb.linespec/cpls-ops.exp: Likewise.
6122
6123 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6124 Chris January <chris.january@arm.com>
6125
6126 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6127 * gdb.fortran/short-circuit-argument-list.exp: New file.
6128 * gdb.fortran/short-circuit-argument-list.f90: New test.
6129
6130 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6131
6132 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6133 "arch=" keyword when executing "-stack-list-frames".
6134
6135 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6136
6137 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6138 "arch=" keyword when executing "-stack-list-frames".
6139
6140 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6141
6142 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6143 break ada".
6144
6145 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6146
6147 PR python/23669
6148 * gdb.python/python.exp: Test gdb.execute("show commands").
6149
6150 2018-09-16 Tom Tromey <tom@tromey.com>
6151
6152 * gdb.base/new-ui.exp (do_execution_tests): Update.
6153 * gdb.base/dbx.exp (test_breakpoints): Update.
6154
6155 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6156
6157 * lib/gdb.exp (gdb_simple_compile): Add proc.
6158 (is_elf_target): Use gdb_simple_compile.
6159 (skip_altivec_tests): Likewise.
6160 (skip_vsx_tests): Likewise.
6161 (skip_tsx_tests): Likewise.
6162 (skip_btrace_tests): Likewise.
6163 (skip_btrace_pt_tests): Likewise.
6164 (gdb_can_simple_compile): Likewise.
6165 (gdb_has_argv0): Likewise.
6166 (gdb_target_symbol_prefix): Likewise.
6167 (target_supports_scheduler_locking): Likewise.
6168
6169 2018-09-13 Tom Tromey <tom@tromey.com>
6170
6171 * Makefile.in (TAGS): Recognize proc_with_prefix and
6172 gdb_caching_proc.
6173
6174 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6175
6176 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6177 method.
6178
6179 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6180
6181 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6182 and a few other Inferior properties when the Inferior is no
6183 longer valid.
6184
6185 2018-09-13 Tom Tromey <tom@tromey.com>
6186
6187 PR rust/23650:
6188 * gdb.rust/simple.exp: Add test for enum field access error.
6189
6190 2018-09-13 Tom Tromey <tom@tromey.com>
6191
6192 PR rust/23626:
6193 * gdb.rust/simple.rs (EmptyEnum): New type.
6194 (main): Use it.
6195 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6196
6197 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6198
6199 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6200 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6201 * gdb.python/py-symtab.exp: Update test printing an objfile.
6202
6203 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6204
6205 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6206 object.
6207
6208 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6209
6210 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6211 (support_complex_tests): Use gdb_can_simple_compile.
6212 (is_ilp32_target): Likewise.
6213 (is_lp64_target): Likewise.
6214 (is_64_target): Likewise.
6215 (is_amd64_regs_target): Likewise.
6216 (is_aarch32_target): Likewise.
6217 (gdb_int128_helper): Likewise.
6218
6219 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6220
6221 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6222
6223 2018-09-10 Jerome Guitton <guitton@adacore.com>
6224
6225 * gdb.ada/same_component_name: Add test for case of tagged record
6226 with variable-length fields.
6227
6228 2018-09-10 Xavier Roirand <roirand@adacore.com>
6229
6230 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6231 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6232 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6233 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6234
6235 2018-09-10 Xavier Roirand <roirand@adacore.com>
6236
6237 * gdb.ada/mi_string_access.exp: New testcase.
6238 * gdb.ada/mi_string_access/bar.adb: New file.
6239 * gdb.ada/mi_string_access/pck.adb: New file.
6240 * gdb.ada/mi_string_access/pck.asd: New file.
6241
6242 2018-09-10 Xavier Roirand <roirand@adacore.com>
6243
6244 * gdb.ada/mi_var_union.exp: New testcase.
6245 * gdb.ada/mi_var_union/bar.adb: New file.
6246 * gdb.ada/mi_var_union/pck.adb: New file.
6247 * gdb.ada/mi_var_union/pck.asd: New file.
6248
6249 2018-09-08 Tom Tromey <tom@tromey.com>
6250
6251 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6252
6253 2018-09-08 Tom Tromey <tom@tromey.com>
6254
6255 PR python/16047:
6256 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6257 (register_pretty_printers): Register new printer.
6258 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6259 test.
6260 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6261 (an_int_type3): New global.
6262
6263 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6264
6265 * gdb.ada/expr_with_funcall: New testcase.
6266
6267 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/packed_array_assign: New testcase.
6270
6271 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6272
6273 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6274 names, and add test prefixes to make test names unique.
6275
6276 2018-09-05 Tom de Vries <tdevries@suse.de>
6277
6278 * gdb.dwarf2/varval.exp: Add test.
6279
6280 2018-09-04 Gary Benson <gbenson@redhat.com>
6281
6282 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6283 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6284
6285 2018-08-31 Tom Tromey <tom@tromey.com>
6286
6287 * gdb.rust/simple.rs: Rename second variable "v".
6288
6289 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6290
6291 * gdb.base/funcargs.c (use_a): New function.
6292 (recurse): Call use_a.
6293
6294 2018-08-29 Keith Seitz <keiths@redhat.com>
6295
6296 * gdb.compile/compile-cplus-anonymous.cc: New file.
6297 * gdb.compile/compile-cplus-anonymous.exp: New file.
6298 * gdb.compile/compile-cplus-array-decay.cc: New file.
6299 * gdb.compile/compile-cplus-array-decay.exp: New file.
6300 * gdb.compile/compile-cplus-inherit.cc: New file.
6301 * gdb.compile/compile-cplus-inherit.exp: New file.
6302 * gdb.compile/compile-cplus-member.cc: New file.
6303 * gdb.compile/compile-cplus-member.exp: New file.
6304 * gdb.compile/compile-cplus-method.cc: New file.
6305 * gdb.compile/compile-cplus-method.exp: New file.
6306 * gdb.compile/compile-cplus-mod.c: "New" file.
6307 * gdb.compile/compile-cplus-namespace.cc: New file.
6308 * gdb.compile/compile-cplus-namespace.exp: New file.
6309 * gdb.compile/compile-cplus-nested.cc: New file.
6310 * gdb.compile/compile-cplus-nested.exp: New file.
6311 * gdb.compile/compile-cplus-print.c: "New" file.
6312 * gdb.compile/compile-cplus-print.exp: "New" file.
6313 * gdb.compile/compile-cplus-virtual.cc: New file.
6314 * gdb.compile/compile-cplus-virtual.exp: New file.
6315 * gdb.compile/compile-cplus.c: "New" file.
6316 * gdb.compile/compile-cplus.exp: "New" file.
6317 * lib/compile-support.exp: New file.
6318
6319 2018-08-16 Gary Benson <gbenson@redhat.com>
6320
6321 PR gdb/13000:
6322 * gdb.base/batch-exit-status.exp: New file.
6323 * gdb.base/batch-exit-status.good-commands: Likewise.
6324 * gdb.base/batch-exit-status.bad-commands: Likewise.
6325
6326 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6327
6328 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6329 (struct struct02): Likewise.
6330 (struct struct03): Likewise.
6331 (struct struct04): Likewise.
6332 (struct struct_01_01): New struct.
6333 (struct struct_01_02): Likewise.
6334 (struct struct_01_03): Likewise.
6335 (struct struct_01_04): Likewise.
6336 (struct struct_02_01): Likewise.
6337 (struct struct_02_02): Likewise.
6338 (struct struct_02_03): Likewise.
6339 (struct struct_02_04): Likewise.
6340 (struct struct_04_01): Likewise.
6341 (struct struct_04_02): Likewise.
6342 (struct struct_04_03): Likewise.
6343 (struct struct_04_04): Likewise.
6344 (struct struct_05_01): Likewise.
6345 (struct struct_05_02): Likewise.
6346 (struct struct_05_03): Likewise.
6347 (struct struct_05_04): Likewise.
6348 (cmp_struct01): Remove function.
6349 (cmp_struct02): Likewise.
6350 (cmp_struct03): Likewise.
6351 (cmp_struct04): Likewise.
6352 (cmp_struct_01_01): Add Function.
6353 (cmp_struct_01_02): Likewise.
6354 (cmp_struct_01_03): Likewise.
6355 (cmp_struct_01_04): Likewise.
6356 (cmp_struct_02_01): Likewise.
6357 (cmp_struct_02_02): Likewise.
6358 (cmp_struct_02_03): Likewise.
6359 (cmp_struct_02_04): Likewise.
6360 (cmp_struct_04_01): Likewise.
6361 (cmp_struct_04_02): Likewise.
6362 (cmp_struct_04_03): Likewise.
6363 (cmp_struct_04_04): Likewise.
6364 (cmp_struct_05_01): Likewise.
6365 (cmp_struct_05_02): Likewise.
6366 (cmp_struct_05_03): Likewise.
6367 (cmp_struct_05_04): Likewise.
6368 (call_all): Add new structs.
6369 * gdb.base/infcall-nested-structs.exp: Likewise.
6370
6371 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6372
6373 * gdb.python/py-framefilter-mi.exp: Update regexp to
6374 check for "arch" field in frame output.
6375
6376 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6377
6378 * gdb.dwarf2/dw2-ranges-func.c: New file.
6379 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6380
6381 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6382
6383 * gdb.base/term.exp: Compare terminal settings with values from
6384 the inferior.
6385 * gdb.base/term.c: Get and set terminal settings.
6386
6387 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6388
6389 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6390 accommodate new "arch" field in frame output.
6391 * gdb.mi/mi-return.exp: Likewise.
6392 * gdb.mi/mi-stack.exp: Likewise.
6393 * gdb.mi/mi-syn-frame.exp: Likewise.
6394 * gdb.mi/user-selected-context-sync.exp: Likewise.
6395
6396 2018-08-19 Michael Spang <spang@google.com>
6397
6398 PR gdb/11786
6399 * gdb.base/gcore-tls-pie.c: New file.
6400 * gdb.base/gcore-tls-pie.exp: New file.
6401
6402 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6403
6404 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6405 * gdb.dwarf2/varval.c: New file.
6406 * gdb.dwarf2/varval.exp: New file.
6407
6408 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6409
6410 PR gdb/18931
6411 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6412
6413 2018-08-16 Keith Seitz <keiths@redhat.com>
6414
6415 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6416 tests expected to pass.
6417
6418 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6419
6420 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6421 -data-disassemble -a.
6422 (test_disassembly_bogus_args): Likewise.
6423
6424 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6425
6426 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6427
6428 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6429
6430 * gdb.base/vla-optimized-out.exp: Add new test.
6431
6432 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6433
6434 * gdb.base/vla-optimized-out-o3.exp: Delete.
6435 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6436 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6437 deleted tests.
6438
6439 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6440
6441 PR gdb/18050:
6442 * gdb.server/extended-remote-restart.c: New file.
6443 * gdb.server/extended-remote-restart.exp: New file.
6444
6445 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6446
6447 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6448 "set variable index = 42".
6449
6450 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6451
6452 * boards/index-cache-gdb.exp: New file.
6453 * gdb.dwarf2/index-cache.exp: New file.
6454 * gdb.dwarf2/index-cache.c: New file.
6455 * gdb.base/maint.exp: Check if we are using the index cache.
6456
6457 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6458
6459 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6460 MAKEFLAGS.
6461
6462 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6463
6464 * dg-extract-results.sh: Move to toplevel contrib.
6465 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6466 * Makefile.in (check-parallel-racy): Likewise.
6467
6468 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6469
6470 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6471 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6472 tests if the target supports scheduler locking.
6473
6474 2018-08-04 Tom de Vries <tdevries@suse.de>
6475
6476 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6477
6478 2018-08-02 Tom Tromey <tom@tromey.com>
6479
6480 PR symtab/16842.
6481 * gdb.cp/temargs.exp: Test "info address" of a template
6482 parameter.
6483
6484 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6485
6486 * gdb.python/py-mi-var-info-path-expression.c: New file.
6487 * gdb.python/py-mi-var-info-path-expression.py: New file.
6488 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6489
6490 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6491
6492 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6493 error after "cannot resolve name" string.
6494
6495 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6498 started.
6499 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6500
6501 2018-07-28 Tom de Vries <tdevries@suse.de>
6502
6503 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6504
6505 2018-07-26 Tom de Vries <tdevries@suse.de>
6506
6507 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6508
6509 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6510
6511 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6512 is visible.
6513
6514 2018-07-26 Tom de Vries <tdevries@suse.de>
6515
6516 PR breakpoints/23366
6517 * gdb.base/catch-follow-exec.c: New test.
6518 * gdb.base/catch-follow-exec.exp: New file.
6519
6520 2018-07-25 Tom de Vries <tdevries@suse.de>
6521
6522 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6523 vla-optimized-out.c.
6524
6525 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6526
6527 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6528 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6529
6530 2018-07-20 Tom de Vries <tdevries@suse.de>
6531
6532 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6533 NOCLONE macro.
6534 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6535
6536 2018-07-19 Tom de Vries <tdevries@suse.de>
6537
6538 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6539 regular expression.
6540
6541 2018-07-18 Tom de Vries <tdevries@suse.de>
6542
6543 * gdb.base/vla-optimized-out.c: New test.
6544 * gdb.base/vla-optimized-out.exp: New file.
6545
6546 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6547
6548 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6549 message "No address associated with hostname" when gdbserver
6550 cannot resolve the hostname.
6551
6552 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6553
6554 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6555 Add some test prefixes to make tests unique.
6556
6557 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6558
6559 * gdb.base/frameapply.c: New file.
6560 * gdb.base/frameapply.exp: New file.
6561
6562 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6563
6564 * gdb.base/skip.exp: Update expected error message.
6565
6566 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6567 Jan Kratochvil <jan.kratochvil@redhat.com>
6568 Paul Fertser <fercerpav@gmail.com>
6569 Tsutomu Seki <sekiriki@gmail.com>
6570
6571 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6572 parameter.
6573 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6574 by default.
6575 * boards/native-gdbserver.exp: Likewise.
6576 * gdb.server/run-without-local-binary.exp: Improve regexp used
6577 for detecting when a remote debugging connection succeeds.
6578 * gdb.server/server-connect.exp: New file.
6579 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6580 Do not prefix the port number with ":".
6581 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6582 support for detecting and using it. Add '$debughost_gdbserver'
6583 to the list of arguments used to start gdbserver. Handle case
6584 when gdbserver cannot resolve a network name.
6585
6586 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6587
6588 PR c++/23373
6589 * gdb.base/ptype-offsets.cc (struct static_member): New
6590 struct.
6591 (main) <stmember>: New variable.
6592 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6593 with a static member in it.
6594
6595 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6596
6597 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6598 watchpoints enabled and disabled.
6599
6600 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6601
6602 * gdb.base/examine-backward.exp: Still run tests around address
6603 0x0, even if address 0x0 is not readable. Update the pattern for
6604 matching address 0x0 in expected output.
6605
6606 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6607
6608 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6609 malloc/free.
6610
6611 2018-07-04 Tom de Vries <tdevries@suse.de>
6612
6613 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6614
6615 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6616
6617 PR tdep/8282
6618 * gdb.arch/mips-disassembler-options.exp: New test.
6619 * gdb.arch/mips-disassembler-options.s: New test source.
6620
6621 2018-06-29 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.threads/names.exp: Adjust expected "info threads" output.
6624
6625 2018-06-29 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.opt/inline-break.exp (line number, address): Add "info
6628 break" tests.
6629
6630 2018-06-29 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6633 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6634 number and address and running to them.
6635
6636 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6637
6638 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6639
6640 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 * lib/compiler.c: Remove executable permission flag.
6643
6644 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6645
6646 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6647 code.
6648 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6649
6650 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6651
6652 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6653
6654 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6655
6656 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6657 address argument is omitted.
6658
6659 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6660
6661 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6662
6663 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6664
6665 PR gdb/21695
6666 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6667 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6668
6669 2018-06-26 Tom Tromey <tom@tromey.com>
6670
6671 PR rust/22574:
6672 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6673 * gdb.rust/simple.rs (struct SimpleLayout): New.
6674
6675 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6678 "info registers" output.
6679
6680 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6681
6682 * gdb.base/watchpoint-hw-attach.c: New test.
6683 * gdb.base/watchpoint-hw-attach.exp: New file.
6684
6685 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6688 through /bin/sh.
6689 * boards/dwarf4-gdb-index.exp: Likewise.
6690 * boards/fission-dwp.exp: Likewise.
6691
6692 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6693
6694 * gdb.base/float128.exp: Add comment and improved fail message
6695 to the failure case of "print large128" test.
6696
6697 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6698
6699 * configure.ac: Remove AC_PREREQ.
6700 * configure: Re-generate.
6701
6702 2018-06-19 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6705 (func_extern_caller): New.
6706 (main): Call func_extern_caller.
6707 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6708 logic change.
6709
6710 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6711
6712 PR gdb/16841
6713 * gdb.cp/typedef-base.cc: New file.
6714 * gdb.cp/typedef-base.exp: New file.
6715
6716 2018-06-18 Tom de Vries <tdevries@suse.de>
6717
6718 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6719
6720 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6721 Richard Bunt <Richard.Bunt@arm.com>
6722
6723 * gdb.threads/attach-slow-waitpid.c: New file.
6724 * gdb.threads/attach-slow-waitpid.exp: New file.
6725 * gdb.threads/slow-waitpid.c: New file.
6726
6727 2018-06-14 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.base/fork-running-state.c: Include <errno.h>.
6730 (exit_if_relative_exits): New.
6731 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6732 exits.
6733 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6734 child exits.
6735
6736 2018-06-14 Tom de Vries <tdevries@suse.de>
6737
6738 PR cli/22573
6739 * gdb.base/finish-pretty.c: New test.
6740 * gdb.base/finish-pretty.exp: New file.
6741
6742 2018-06-14 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6745 gdb's expected startup output.
6746
6747 2018-06-14 Pedro Alves <palves@redhat.com>
6748
6749 * lib/selftest-support.exp (selftest_setup): Remove inlined
6750 function handling.
6751
6752 2018-06-14 Tom de Vries <tdevries@suse.de>
6753
6754 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6755 matching of breakpoint printing.
6756
6757 2018-06-13 Tom de Vries <tdevries@suse.de>
6758
6759 PR testsuite/23269
6760 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6761 (fork_child): ... here, and ...
6762 (fork_parent): ... here.
6763
6764 2018-06-12 Tom de Vries <tdevries@suse.de>
6765
6766 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6767
6768 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6769 Stephen Roberts <stephen.roberts@arm.com>
6770
6771 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6772 rewrite test to describe action performed, rather than possible
6773 failure.
6774
6775 2018-06-08 Gary Benson <gbenson@redhat.com>
6776
6777 * gdb.threads/check-libthread-db.exp: New file.
6778 * gdb.threads/check-libthread-db.c: Likewise.
6779
6780 2018-06-05 Tom Tromey <tom@tromey.com>
6781
6782 * gdb.base/default.exp: Update expected "show version" output.
6783
6784 2018-06-05 Tom Tromey <tom@tromey.com>
6785
6786 PR cli/12326:
6787 * gdb.cp/static-print-quit.exp: Update.
6788 * lib/gdb.exp (pagination_prompt): Update.
6789 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6790 * gdb.python/python.exp: Update.
6791
6792 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6793
6794 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6795
6796 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.ada/bp_fun_addr: New testcase.
6799
6800 2018-06-01 Tom Tromey <tom@tromey.com>
6801
6802 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6803 results.
6804 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6805 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6806 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6807 * gdb.base/maint.exp (maint_pass_if): Update.
6808
6809 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6810
6811 * gdb.base/endian.exp: New test.
6812 * gdb.base/endian.c: New test source.
6813
6814 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6815
6816 PR gdb/23203
6817 * gdb.base/bt-selected-frame.c: New file.
6818 * gdb.base/bt-selected-frame.exp: New file.
6819 * lib/gdb.exp (get_current_frame_number): New function.
6820
6821 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6822 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.threads/tls-core.c: Include <stdlib.h>
6825 (thread_proc): Call `abort'.
6826 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6827 (tls_core_test): New procedure, bits factored out from ...
6828 (top level): ... here. Test both native cores and gcore cores.
6829
6830 2018-05-23 Tom Tromey <tom@tromey.com>
6831
6832 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6833
6834 2018-05-23 Tom Tromey <tom@tromey.com>
6835
6836 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6837 symfile_complaints.
6838 (test_short_complaints): Likewise.
6839 (test_empty_complaints): Likewise.
6840 (test_initial_complaints): Update.
6841
6842 2018-05-23 Tom Tromey <tom@tromey.com>
6843
6844 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6845
6846 2018-05-23 Tom Tromey <tom@tromey.com>
6847
6848 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6849 (test_short_complaints): Update.
6850
6851 2018-05-22 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.base/remote.exp: Only gdb_start after compiling the
6854 testcase. Issue "disconnect" before testing "set remote" command
6855 defaults. Issue clean_restart before running to main.
6856
6857 2018-05-22 Pedro Alves <palves@redhat.com>
6858
6859 * gdb.base/remote.exp: Adjust expected output of "show remote
6860 memory-write-packet-size". Add tests for "set remote
6861 memory-write-packet-size 0" and "set remote
6862 memory-write-packet-size fixed/limit".
6863
6864 2018-05-22 Pedro Alves <palves@redhat.com>
6865
6866 PR gdb/22973
6867 * gdb.base/utf8-identifiers.c: New file.
6868 * gdb.base/utf8-identifiers.exp: New file.
6869
6870 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6871
6872 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6873
6874 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6875
6876 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6877
6878 2018-05-18 Tom Tromey <tom@tromey.com>
6879
6880 * gdb.base/ptype-offsets.exp: Update.
6881
6882 2018-05-17 Keith Seitz <keiths@redhat.com>
6883
6884 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6885 in expected breakpoint stop locations.
6886 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6887 move to proper scope to test variable values.
6888 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6889 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6890 New functions.
6891 (main): Call not_inline_func3.
6892 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6893 inline_func1, inline_func2, and inline_func3. Test that when each
6894 breakpoint is hit, GDB properly reports both the stop location
6895 and the backtrace. Repeat tests for temporary breakpoints.
6896
6897 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6898
6899 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6900 rather then trying to access it in determining whether the PID
6901 of `gdbserver' could have been retrieved.
6902
6903 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6904
6905 * gdb.arch/amd64-init-x87-values.S: New file.
6906 * gdb.arch/amd64-init-x87-values.exp: New file.
6907
6908 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6911
6912 2018-05-04 Tom Tromey <tom@tromey.com>
6913
6914 PR python/22730:
6915 * gdb.python/python.exp: Test multi-line execute.
6916
6917 2018-05-04 Tom Tromey <tom@tromey.com>
6918
6919 PR python/22731:
6920 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6921
6922 2018-05-04 Tom Tromey <tom@tromey.com>
6923
6924 PR gdb/11750:
6925 * gdb.base/define.exp: Test defining a user command inside a user
6926 command.
6927 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6928
6929 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6930 Pedro Alves <palves@redhat.com>
6931
6932 PR breakpoints/19806 and support for PR external/20207.
6933 * gdb.base/watchpoint-unaligned.c: New file.
6934 * gdb.base/watchpoint-unaligned.exp: New file.
6935
6936 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6937
6938 * gdb.base/maint.exp: Make test names unique, use
6939 test_prefix_command_help to test 'help maint info', and remove
6940 repeated test of 'help maint'.
6941
6942 2018-05-04 Tom Tromey <tom@tromey.com>
6943
6944 PR gdb/22619:
6945 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6946 behavior.
6947
6948 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6949
6950 * gdb.base/maint.exp: Process output from 'maint print registers'
6951 line at a time.
6952
6953 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6956 timeout.
6957
6958 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6959
6960 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6961 filter pattern.
6962
6963 2018-05-02 Pedro Alves <palves@redhat.com>
6964
6965 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6966 to_log_command renames.
6967 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6968
6969 2018-05-02 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.python/py-parameter.exp: Set test message.
6972
6973 2018-05-02 Tom Tromey <tom@tromey.com>
6974
6975 PR python/20084:
6976 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6977 PARAM_ZUINTEGER_UNLIMITED tests.
6978
6979 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6980
6981 PR rust/23124
6982 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6983 when casting.
6984
6985 2018-04-30 Tom Tromey <tom@tromey.com>
6986
6987 * gdb.python/py-type.exp: Check align attribute.
6988 * gdb.python/py-type.c: New "aligncheck" global.
6989
6990 2018-04-30 Tom Tromey <tom@tromey.com>
6991
6992 PR exp/17095:
6993 * gdb.dwarf2/dw2-align.exp: New file.
6994 * gdb.cp/align.exp: New file.
6995 * gdb.base/align.exp: New file.
6996 * lib/gdb.exp (gdb_int128_helper): New proc.
6997 (has_int128_c, has_int128_cxx): New caching procs.
6998
6999 2018-04-27 Tom Tromey <tom@tromey.com>
7000
7001 PR rust/22545:
7002 * gdb.rust/simple.exp: Add inclusive range tests.
7003
7004 2018-04-26 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7007 ifunc breakpoint locations correctly of ifunc breakpoints set
7008 while the program resolves the ifunc.
7009
7010 2018-04-26 Pedro Alves <palves@redhat.com>
7011
7012 * gdb.base/gnu-ifunc-final.c: New file.
7013 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7014 * gdb.base/gnu-ifunc.exp (executable): Delete.
7015 (staticexecutable): Adjust.
7016 (lib_opts, exec_opts): Delete.
7017 (make_binsuffix, build, set-break): New procedures.
7018 (misc_tests): New, with tests factored out from the top level.
7019 (top level): Test different combinations of ifunc resolver name,
7020 resolver with and with debug info, and ifunc target with and
7021 without debug info. Wrap static tests with with_target_prefix.
7022
7023 2018-04-26 Pedro Alves <palves@redhat.com>
7024
7025 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7026 return type" warnings.
7027
7028 2018-04-25 Pedro Alves <palves@redhat.com>
7029
7030 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7031 killed".
7032 * gdb.base/kill-after-signal.exp: Likewise.
7033 * gdb.threads/kill.exp: Likewise.
7034
7035 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7036 Sergio Durigan Junior <sergiodj@redhat.com>
7037 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7040 regexps to expect for '[Inferior ... detached]' as well.
7041 * gdb.base/attach.exp: Likewise.
7042 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7043 "gdb_continue_to_end".
7044 (test_catch_syscall_with_wrong_args): Likewise.
7045 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7046 ']'. Don't set 'verbose' on.
7047 * gdb.base/foll-vfork.exp: Likewise.
7048 * gdb.base/fork-print-inferior-events.c: New file.
7049 * gdb.base/fork-print-inferior-events.exp: New file.
7050 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7051 '[Inferior ... has been killed]' message.
7052 * gdb.base/kill-after-signal.exp: Likewise.
7053 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7054 detach message.
7055 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7056 message.
7057 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7058 regexps to expect for '[Inferior ... detached]' as well.
7059 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7060
7061 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7062
7063 PR gdb/23104
7064 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7065
7066 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7067
7068 PR gdb/23095
7069 * gdb.base/break-probes.exp: Pass shlib_load to
7070 prepare_for_testing. Set normal_bp to r_debug_state if target is
7071 bsd.
7072
7073 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7074
7075 * gdb.threads/multiple-successive-infcall.c: New test.
7076 * gdb.threads/multiple-successive-infcall.exp: New file.
7077
7078 2018-04-17 Tom Tromey <tom@tromey.com>
7079
7080 * gdb.rust/simple.rs (Union): New type.
7081 (main): New local "u".
7082 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7083
7084 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7085
7086 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7087 number information in output of "whereis" command.
7088 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7089
7090 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7091
7092 * gdb.ada/info_types.exp: Adjust expected output to the line
7093 numbers now printed by "info var/func/type".
7094 * gdb.base/completion.exp: Likewise.
7095 * gdb.base/included.exp: Likewise.
7096 * gdb.cp/cp-relocate.exp: Likewise.
7097 * gdb.cp/cplusfuncs.exp: Likewise.
7098 * gdb.cp/namespace.exp: Likewise.
7099 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7100
7101 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7102
7103 * gdb.btrace/cpu.exp: New.
7104
7105 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7106
7107 * gdb.base/step-indirect-call-thunk.exp: New.
7108 * gdb.base/step-indirect-call-thunk.c: New.
7109 * gdb.reverse/step-indirect-call-thunk.exp: New.
7110 * gdb.reverse/step-indirect-call-thunk.c: New.
7111
7112 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7113
7114 * gdb.base/pie-fork.c: New file.
7115 * gdb.base/pie-fork.exp: New file.
7116
7117 2018-04-11 Tom Tromey <tom@tromey.com>
7118
7119 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7120
7121 2018-04-10 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7124 exits. Instead loop running forever.
7125 (fork_parent): Run forever too.
7126
7127 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7128
7129 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7130 mi_continue_to_line.
7131 * gdb.mi/mi-stack.c (callee4): Add comment.
7132
7133 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7134
7135 * gdb.mi/mi-stack.exp: Fix indentation.
7136
7137 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7138
7139 PR gdb/22979
7140 * gdb.arch/amd64-osabi.exp: New file.
7141
7142 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7143
7144 PR gdb/22980
7145 * gdb.base/osabi.exp: New file.
7146
7147 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7148
7149 * gdb.cp/static-typedef-print.exp: New file.
7150 * gdb.cp/static-typedef-print.cc: New file.
7151
7152 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7153
7154 * gdb.ada/varsize_limit: New testcase.
7155
7156 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7157
7158 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7159
7160 * gdb.ada/notcplusplus: New testcase.
7161
7162 * gdb.base/c-linkage-name.c: New file.
7163 * gdb.base/c-linkage-name.exp: New testcase.
7164
7165 2018-03-26 Tom Tromey <tom@tromey.com>
7166
7167 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7168 * gdb.python/py-framefilter.py (name_error): New global.
7169 (ErrorInName.function): Use name_error.
7170
7171 2018-03-26 Tom Tromey <tom@tromey.com>
7172
7173 PR backtrace/15582:
7174 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7175
7176 2018-03-23 Keith Seitz <keiths@redhat.com>
7177
7178 PR c++/22968
7179 * gdb.cp/subtypes.exp: New file.
7180 * gdb.cp/subtypes.h: New file.
7181 * gdb.cp/subtypes.cc: New file.
7182 * gdb.cp/subtypes-2.cc: New file.
7183
7184 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7185
7186 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7187 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7188 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7189 -nostartfiles when compiling the test. Confirm that all registers
7190 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7191
7192 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7193
7194 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7195 option, syntax was wrong anyway.
7196 * gdb.arch/arm-disp-step.exp: Likewise.
7197 * gdb.arch/sparc64-regs.exp: Likewise.
7198 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7199 option, syntax was wrong anyway, switch to use
7200 prepare_for_testing.
7201 * gdb.arch/i386-disp-step.exp: Likewise.
7202
7203 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7204
7205 * gdb.ada/exec_changed.exp: Replace "target_info exists
7206 use_gdb_stub" by "use_gdb_stub".
7207 * gdb.ada/start.exp: Likewise.
7208 * gdb.base/async-shell.exp: Likewise.
7209 * gdb.base/attach-pie-misread.exp: Likewise.
7210 * gdb.base/attach-wait-input.exp: Likewise.
7211 * gdb.base/break-entry.exp: Likewise.
7212 * gdb.base/break-interp.exp: Likewise.
7213 * gdb.base/dprintf-detach.exp: Likewise.
7214 * gdb.base/nostdlib.exp: Likewise.
7215 * gdb.base/solib-nodir.exp: Likewise.
7216 * gdb.base/statistics.exp: Likewise.
7217 * gdb.base/testenv.exp: Likewise.
7218 * gdb.mi/mi-exec-run.exp: Likewise.
7219 * gdb.mi/mi-start.exp: Likewise.
7220 * gdb.multi/dummy-frame-restore.exp: Likewise.
7221 * gdb.multi/multi-arch-exec.exp: Likewise.
7222 * gdb.multi/multi-arch.exp: Likewise.
7223 * gdb.multi/tids.exp: Likewise.
7224 * gdb.multi/watchpoint-multi.exp: Likewise.
7225 * gdb.python/py-events.exp: Likewise.
7226 * gdb.threads/attach-into-signal.exp: Likewise.
7227 * gdb.threads/attach-stopped.exp: Likewise.
7228 * gdb.threads/threadapply.exp: Likewise.
7229 * lib/selftest-support.exp: Likewise.
7230
7231 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7232
7233 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7234
7235 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7236
7237 * gdb.perf/template-breakpoints.cc: New file.
7238 * gdb.perf/template-breakpoints.exp: New file.
7239 * gdb.perf/template-breakpoints.py: New file.
7240
7241 2018-03-19 Tom Tromey <tom@tromey.com>
7242
7243 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7244 y0.
7245 * gdb.rust/simple.exp: Test bare identifier form of struct
7246 initializer.
7247
7248 2018-03-19 Tom Tromey <tom@tromey.com>
7249
7250 * gdb.gdb/observer.exp: Remove.
7251
7252 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7253
7254 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7255 "qualified" option when setting breakpoints.
7256 * gdb.trace/backtrace.exp: Likewise.
7257 * gdb.trace/circ.exp: Likewise.
7258 * gdb.trace/collection.exp: Likewise.
7259 * gdb.trace/disconnected-tracing.exp: Likewise.
7260 * gdb.trace/ftrace-lock.exp: Likewise.
7261 * gdb.trace/ftrace.exp: Likewise.
7262 * gdb.trace/infotrace.exp: Likewise.
7263 * gdb.trace/packetlen.exp: Likewise.
7264 * gdb.trace/passc-dyn.exp: Likewise.
7265 * gdb.trace/qtro.exp: Likewise.
7266 * gdb.trace/read-memory.exp: Likewise.
7267 * gdb.trace/report.exp: Likewise.
7268 * gdb.trace/signal.exp: Likewise.
7269 * gdb.trace/status-stop.exp: Likewise.
7270 * gdb.trace/strace.exp: Likewise.
7271 * gdb.trace/tfind.exp: Likewise.
7272 * gdb.trace/trace-break.exp: Likewise.
7273 * gdb.trace/trace-condition.exp: Likewise.
7274 * gdb.trace/trace-mt.exp: Likewise.
7275 * gdb.trace/tstatus.exp: Likewise.
7276 * gdb.trace/tsv.exp: Likewise.
7277 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7278 * gdb.trace/unavailable.exp: Likewise.
7279 * gdb.trace/while-dyn.exp: Likewise.
7280
7281 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7282
7283 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7284 that libinproctrace is copied to the target.
7285
7286 2018-03-14 Tom Tromey <tom@tromey.com>
7287
7288 PR cli/14977:
7289 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7290 a null pointer.
7291 * gdb.base/wchar.exp: Likewise.
7292
7293 2018-03-14 Tom Tromey <tom@tromey.com>
7294
7295 PR cli/19918:
7296 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7297 flag.
7298
7299 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7300
7301 PR gdb/22841
7302 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7303 "target" to remote_exec.
7304
7305 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7306
7307 PR gdb/22841
7308 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7309 ${board}_upload): Remove.
7310
7311 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7312
7313 * gdb.cp/watch-cp.cc: New test.
7314 * gdb.cp/watch-cp.exp: New file.
7315
7316 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7317
7318 * gdb.base/infcall-nested-structs.exp: New file.
7319 * gdb.base/infcall-nested-structs.c: New file.
7320 * gdb.base/float.exp: Add riscv support.
7321
7322 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7323
7324 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7325 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7326
7327 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7328
7329 * gdb.server/abspath.exp: New file.
7330 * lib/gdb.exp (with_cwd): New procedure.
7331
7332 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7333
7334 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7335 use it.
7336 (gdb_is_target_remote_prompt): New proc.
7337 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7338 (gdb_is_target_native): Pass prompt parameter to
7339 gdb_is_target_1.
7340
7341 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7342
7343 * gdb.base/load-command.c: New file.
7344 * gdb.base/load-command.exp: New file.
7345 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7346 (gdb_is_target_1): ...this, and generalize for other targets
7347 than just remote.
7348 (gdb_is_target_remote): Use gdb_is_target_1.
7349 (gdb_is_target_native): use gdb_is_target_1.
7350
7351 2018-02-26 Tom Tromey <tom@tromey.com>
7352
7353 PR python/16497:
7354 * gdb.python/py-framefilter.exp: Update test.
7355
7356 2018-02-26 Tom Tromey <tom@tromey.com>
7357
7358 * gdb.dwarf2/variant.c: New file.
7359 * gdb.dwarf2/variant.exp: New file.
7360
7361 2018-02-26 Tom Tromey <tom@tromey.com>
7362
7363 * gdb.rust/simple.exp: Accept more possible results in enum test.
7364
7365 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7366
7367 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7368 parentheses.
7369
7370 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7371
7372 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7373 name of a variable: $actual_linejj -> $actual_line.
7374
7375 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7376
7377 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7378
7379 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7380
7381 * gdb.btrace/buffer-size.exp: Do not force BTS.
7382
7383 2018-02-14 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7386 getting a "Quit".
7387
7388 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7389
7390 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7391 Fix test name.
7392
7393 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7394
7395 * gdb.cp/m-static.exp: Check type of optimized out static
7396 member.
7397
7398 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7399
7400 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7401 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7402
7403 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7404 Leszek Swirski <leszeks@google.com>
7405
7406 * gdb.python/py-prettyprint.c
7407 (struct to_string_returns_value_inner,
7408 struct to_string_returns_value_wrapper): New.
7409 (main): Add tsrvw variable.
7410 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7411 ToStringReturnsValueWrapper): New classes.
7412 (register_pretty_printers): Register new pretty-printers.
7413 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7414 recursive pretty printer.
7415 * gdb.python/py-mi.exp: Likewise.
7416
7417 2018-02-01 Leszek Swirski <leszeks@google.com>
7418
7419 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7420 functions with the same name as an include file are parsed
7421 correctly.
7422
7423 2018-02-01 Yao Qi <yao.qi@linaro.org>
7424
7425 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7426 "\[^\r\n\]*".
7427
7428 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7429
7430 * gdb.arch/powerpc-prologue-frame.s: New file.
7431 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7432 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7433
7434 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7435
7436 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7437
7438 2018-01-30 Pedro Alves <palves@redhat.com>
7439
7440 PR gdb/13211
7441 * gdb.base/interrupt-daemon.c: New.
7442 * gdb.base/interrupt-daemon.exp: New.
7443 * gdb.multi/multi-term-settings.c: New.
7444 * gdb.multi/multi-term-settings.exp: New.
7445
7446 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7447
7448 * gdb.base/break.exp: Save the location where the breakpoint
7449 on break.c:47 was actually inserted when debugging the version
7450 compiled at -O2 and use it in the expected output of the "info
7451 break" test performed soon after.
7452
7453 2018-01-22 Pedro Alves <palves@redhat.com>
7454 Sergio Durigan Junior <sergiodj@redhat.com>
7455
7456 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7457 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7458
7459 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7460
7461 * gdb.base/break-include.c, gdb.base/break-include.inc,
7462 gdb.base/break-include.exp: New files.
7463 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7464 line number now being the actual line number where the breakpoint
7465 was inserted.
7466 * gdb.mi/mi-break.exp: Likewise.
7467 * gdb.mi/mi-reverse.exp: Likewise.
7468 * gdb.mi/mi-simplerun.exp: Ditto.
7469
7470 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7471
7472 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7473 varobj.
7474 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7475
7476 2018-01-21 Don Breazeal <donb@codesourcery.com>
7477 Andrew Burgess <andrew.burgess@embecosm.com>
7478
7479 * gdb.mi/basics.c: Add new global.
7480 * gdb.mi/mi-frame-regs.exp: New file.
7481 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7482 case.
7483
7484 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7485
7486 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7487 non-parameter, and on an unknown symbol.
7488
7489 2018-01-19 Tom Tromey <tom@tromey.com>
7490
7491 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7492 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7493
7494 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7495
7496 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7497 setrlimit and chdir to int.
7498
7499 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7500
7501 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7502 function.
7503 (my_tend): Likewise.
7504 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7505 rationale of avoiding FP- and vector instructions.
7506
7507 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7508
7509 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7510 "info reg" with "\[ \t\]*".
7511 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7512 "\[ \t\]+".
7513 * gdb.arch/s390-multiarch.exp: Ditto.
7514 * gdb.base/pc-fp.exp: Ditto.
7515 * gdb.reverse/i386-precsave.exp: Ditto.
7516 * gdb.reverse/i386-reverse.exp: Ditto.
7517 * gdb.reverse/i387-env-reverse.exp: Ditto.
7518 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7519
7520 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7521
7522 * lib/gdb.exp (gdb_compile): Re-enable use of
7523 universal_compile_options for languages other than Rust.
7524
7525 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7526
7527 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7528
7529 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7530
7531 PR gdb/16577
7532 * gdb.base/solib-vanish.exp: New.
7533 * gdb.base/solib-vanish-main.c: New.
7534 * gdb.base/solib-vanish-lib1.c: New.
7535 * gdb.base/solib-vanish-lib2.c: New.
7536
7537 2018-01-17 Yao Qi <yao.qi@linaro.org>
7538
7539 * gdb.compile/compile.exp: Match the address printed for
7540 frame in the output of command "bt".
7541
7542 2018-01-15 Tom Tromey <tom@tromey.com>
7543
7544 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7545 compute sp_reg.
7546
7547 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7548
7549 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7550 to prepare.
7551 (prepare): Return 0 on error, 1 on success.
7552
7553 2018-01-12 Pedro Alves <palves@redhat.com>
7554
7555 * gdb.base/continue-after-aborted-step-over.c: New.
7556 * gdb.base/continue-after-aborted-step-over.exp: New.
7557
7558 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7559
7560 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7561 options when not creating an executable.
7562
7563 2018-01-11 Pedro Alves <palves@redhat.com>
7564
7565 PR remote/22597
7566 * gdb.server/stop-reply-no-thread.c: New file.
7567 * gdb.server/stop-reply-no-thread.exp: New file.
7568
7569 2018-01-10 Pedro Alves <palves@redhat.com>
7570
7571 PR gdb/22670
7572 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7573 functions too. Test setting breakpoints and printing C functions
7574 with no debug info too.
7575 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7576
7577 2018-01-10 Pedro Alves <palves@redhat.com>
7578
7579 PR gdb/22670
7580 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7581 a fail.
7582
7583 2018-01-10 Pedro Alves <palves@redhat.com>
7584
7585 PR gdb/22670
7586 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7587
7588 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7589
7590 * gdb.server/unittest.exp: Match the output in non-development
7591 mode.
7592
7593 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7594
7595 * gdb.gdb/unittest.exp: Match output in non-development mode.
7596
7597 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7598
7599 * gdb.ada/access_tagged_param.exp: Relax expected output
7600 for value of "ObjL" in "continue" to pck.inspect breakpoint
7601 test.
7602
7603 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7604
7605 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7606 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7607
7608 2018-01-05 Pedro Alves <palves@redhat.com>
7609
7610 PR gdb/18653
7611 * gdb.base/libsegfault.exp: New.
7612
7613 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7614
7615 PR gdb/22670
7616 * gdb.ada/access_tagged_param.exp: New file.
7617 * gdb.ada/access_tagged_param/foo.adb: New file.
7618
7619 2018-01-05 Pedro Alves <palves@redhat.com>
7620
7621 PR gdb/22670
7622 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7623 exercise lower case too, and to exercise both full matching and
7624 wild matching.
7625
7626 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7627
7628 * gdb.ada/rename_subscript_param: New testcase.
7629
7630 2018-01-05 Jerome Guitton <guitton@adacore.com>
7631
7632 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7633
7634 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7635
7636 * gdb.ada/convvar_comp: New testcase.
7637
7638 2018-01-05 Xavier Roirand <roirand@adacore.com>
7639
7640 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7641 (My_Table): New global variable.
7642 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7643
7644 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7645
7646 PR gdb/22670
7647 * gdb.ada/maint_with_ada: New testcase.
7648
7649 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7650
7651 PR gdb/22670
7652 * gdb.ada/bp_c_mixed_case: New testcase.
7653
7654 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7655
7656 PR gdb/22670
7657 * gdb.ada/complete.exp: Add "complete break ada" test.
7658
7659 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7660
7661 PR gdb/22670
7662 * gdb.ada/info_addr_mixed_case: New testcase.
7663
7664 2018-01-03 Xavier Roirand <roirand@adacore.com>
7665
7666 * gdb.ada/excep_handle.exp: New testcase.
7667 * gdb.ada/excep_handle/foo.adb: New file.
7668 * gdb.ada/excep_handle/pck.ads: New file.
7669
7670 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7671
7672 * gdb.base/step-line.c: Add extra empty line in copyright header.
7673 * gdb.base/step-line.inp: Likewise.
7674
7675 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7676
7677 * gdb.ada/dyn_stride.exp: Add slice test.
7678
7679 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.ada/dyn_stride: New testcase.
7682
7683 2017-12-27 Stafford Horne <shorne@gmail.com>
7684
7685 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7686 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7687
7688 2017-12-27 Stafford Horne <shorne@gmail.com>
7689
7690 * gdb.base/reggroups.c: New file.
7691 * gdb.base/reggroups.exp: New file.
7692
7693 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.dwarf2/ada-valprint-error.c: New file.
7696 * gdb.dwarf2/ada-valprint-error.exp: New file.
7697
7698 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7699
7700 * gdb.ada/assign_arr: New testcase.
7701
7702 2017-12-18 Xavier Roirand <roirand@adacore.com>
7703
7704 * gdb.ada/funcall_ptr: New testcase.
7705
7706 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7707
7708 PR cli/16224
7709 * gdb.base/ptype-offsets.cc: New file.
7710 * gdb.base/ptype-offsets.exp: New file.
7711
7712 2017-12-15 Yao Qi <yao.qi@linaro.org>
7713
7714 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7715 if XML is disabled.
7716
7717 2017-12-15 Xavier Roirand <roirand@adacore.com>
7718
7719 * gdb.ada/same_component_name: New testcase.
7720
7721 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7722
7723 * gdb.ada/str_binop_equal: New testcase.
7724
7725 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7726
7727 * gdb.ada/task_switch_in_core: New testcase.
7728
7729 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7730
7731 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7732 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7733 call test_bkpt_qualified.
7734 (test_bkpt_qualified): New proc.
7735
7736 2017-12-13 Pedro Alves <palves@redhat.com>
7737
7738 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7739 Tighten regexp by matching with an anchor.
7740
7741 2017-12-13 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7744 ("expression with namespace"): New set of tests.
7745 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7746 (Nested::Test_NS::qux): New.
7747 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7748 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7749
7750 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7751
7752 * gdb.base/server-del-break.c: New file.
7753 * gdb.base/server-del-break.exp: New file.
7754
7755 2017-12-12 Stafford Horne <shorne@gmail.com>
7756
7757 * gdb.xml/tdesc-regs.exp: Add or1k support.
7758
7759 2017-12-12 Stafford Horne <shorne@gmail.com>
7760
7761 * gdb.base/bp-permanent.c: Define nop of or1k.
7762
7763 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7764
7765 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7766 output with components being reordered.
7767
7768 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7769
7770 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7771 output with components being reordered.
7772
7773 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7774 Pedro Alves <palves@redhat.com>
7775
7776 * gdb.base/maint.exp (check for .gdb_index): Check also for
7777 .debug_names.
7778 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7779 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7780 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7781 (.gdb_index used after symbol reloading): Support also .debug_names.
7782 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7783
7784 2017-12-08 Yao Qi <yao.qi@linaro.org>
7785
7786 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7787 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7788
7789 2017-12-08 Yao Qi <yao.qi@linaro.org>
7790
7791 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7792 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7793
7794 2017-12-08 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.arch/aarch64-tagged-pointer.c: New file.
7797 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7798
7799 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7800
7801 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7802 "int".
7803
7804 2017-12-07 Keith Seitz <keiths@redhat.com>
7805
7806 PR breakpoints/22569
7807 * gdb.linespec/ls-errs.exp: Change expected result of "break
7808 -source this file has spaces.c -line 3".
7809 Check that an explicit source file followed by whitespace is
7810 identified as an invalid explicit location.
7811
7812 2017-12-07 Keith Seitz <keiths@redhat.com>
7813
7814 * gdb.cp/nested-types.cc: New file.
7815 * gdb.cp/nested-types.exp: New file.
7816 * lib/cp-support.exp: Load data-structures.exp library.
7817 (debug_cp_test_ptype_class): New global.
7818 (cp_ptype_class_verbose, next_line): New procedures.
7819 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7820 Add and document new return value.
7821 Switch the list of lines to a queue.
7822 Add support for new `type' key for nested type definitions.
7823 Add debugging/troubleshooting messages.
7824 * lib/data-structures.exp: New file.
7825
7826 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7827
7828 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7829 with proc_with_prefix, don't use with_test_prefix.
7830
7831 2017-12-07 Tom Tromey <tom@tromey.com>
7832
7833 * gdb.base/break.exp: Add test for empty "commands".
7834
7835 2017-12-07 Yao Qi <yao.qi@linaro.org>
7836
7837 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7838 malloc and catch syscall.
7839
7840 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7841
7842 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7843 tests for explicit locations.
7844
7845 2017-12-06 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7848 force-disabling XML descriptions.
7849
7850 2017-12-04 Pedro Alves <palves@redhat.com>
7851
7852 PR gdb/22499
7853 * gdb.arch/amd64-disp-step-avx.S: New file.
7854 * gdb.arch/amd64-disp-step-avx.exp: New file.
7855
7856 2017-12-03 Pedro Alves <palves@redhat.com>
7857
7858 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7859 and <string.h>.
7860 (parent_function): Print distinct messages when waitpid fails, or
7861 the child exits with a signal, or the child exits for an unhandled
7862 reason.
7863 * gdb.threads/process-dies-while-detaching.exp
7864 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7865 it. Wait for both inferior output and GDB's prompt. Use an
7866 indirect spawn id list.
7867 (do_detach): New parameter 'child_exit'. Use it to compute
7868 expected inferior output.
7869 (test_detach, test_detach_watch, test_detach_killed_outside):
7870 Adjust to pass down the expected child exit kind.
7871
7872 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7873 Sergio Durigan Junior <sergiodj@redhat.com>
7874 Pedro Alves <palves@redhat.com>
7875
7876 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7877
7878 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7879
7880 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7881 to 'symbol-file' and 'add-symbol-file' can be
7882 position-independent.
7883
7884 2017-12-01 Yao Qi <yao.qi@linaro.org>
7885
7886 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7887 the URL in copyright header.
7888 * gdb.arch/aarch64-fp.exp: Likewise.
7889 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7890 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7891 * gdb.base/expand-psymtabs.exp: Likewise.
7892 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7893 * gdb.fortran/common-block.exp: Likewise.
7894 * gdb.fortran/common-block.f90: Likewise.
7895 * gdb.fortran/logical.exp: Likewise.
7896 * gdb.fortran/vla-datatypes.f90: Likewise.
7897 * gdb.fortran/vla-sub.f90: Likewise.
7898
7899 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7900
7901 * gdb.ada/repeat_dyn: New testcase.
7902
7903 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7904
7905 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7906 Update for changed thread numbering.
7907 * gdb.cell/bt.exp: Update for changed GDB output.
7908
7909 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7910
7911 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7912 setting isremote by hand.
7913 * boards/dwarf4-gdb-index.exp: Likewise.
7914 * boards/fission.exp: Likewise.
7915 * boards/stabs.exp: Likewise.
7916
7917 2017-11-30 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.linespec/cpls-ops.exp
7920 (check_explicit_skips_function_argument): Extract the underlying
7921 type of size_t instead of hardcoding it.
7922
7923 2017-11-29 Pedro Alves <palves@redhat.com>
7924
7925 PR c++/19436
7926 * gdb.linespec/cpls-abi-tag.cc: New file.
7927 * gdb.linespec/cpls-abi-tag.exp: New file.
7928
7929 2017-11-29 Pedro Alves <palves@redhat.com>
7930
7931 * gdb.base/langs.exp: Use -qualified.
7932 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7933 it.
7934 * gdb.cp/namespace.exp: Use -qualified.
7935 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7936 (overload-3, template-overload, template-ret-type, const-overload)
7937 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7938 procedures.
7939 (test_driver): Call them.
7940 * gdb.cp/save-bp-qualified.cc: New.
7941 * gdb.cp/save-bp-qualified.exp: New.
7942 * gdb.linespec/explicit.exp: Test -qualified.
7943 * lib/completion-support.exp (completion::explicit_opts_list): Add
7944 "-qualified".
7945 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7946
7947 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7948
7949 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7950
7951 2017-11-29 Tom Tromey <tom@tromey.com>
7952
7953 * gdb.base/relocate.exp: Update invalid argument test.
7954 Add new tests for invalid arguments.
7955
7956 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7957
7958 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7959 Return 0 as a long.
7960 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7961
7962 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7963
7964 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7965 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7966 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7967 func ().
7968 * gdb.cp/shadow.cc (B.func): Return 0.
7969
7970 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7971
7972 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7973 expected output in gdb_expect call to allow the exception
7974 message to be present as well. Fix syntax confusion to avoid
7975 TCL thinking that exception_name is an array.
7976
7977 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7978
7979 * gdb.arch/spu-info.c: Include <unistd.h>.
7980 (do_signal_test): Fix broken calls to write.
7981 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7982 Fix checks for empty mailboxes. Update signal tests for corrected
7983 do_signal_test routine. Allow nonzero event status.
7984 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7985 * gdb.cell/arch.exp: Use standard_output_file.
7986 * gdb.cell/break.exp: Likewise.
7987 * gdb.cell/bt.exp: Likewise.
7988 * gdb.cell/core.exp: Likewise.
7989 * gdb.cell/dwarfaddr.exp: Likewise.
7990 * gdb.cell/ea-cache.exp: Likewise.
7991 * gdb.cell/ea-standalone.exp: Likewise.
7992 * gdb.cell/f-regs.exp: Likewise.
7993 * gdb.cell/fork.exp: Likewise.
7994 * gdb.cell/gcore.exp: Likewise.
7995 * gdb.cell/mem-access.exp: Likewise.
7996 * gdb.cell/ptype.exp: Likewise.
7997 * gdb.cell/registers.exp: Likewise.
7998 * gdb.cell/sizeof.exp: Likewise.
7999 * gdb.cell/solib-symbol.exp: Likewise.
8000 * gdb.cell/solib.exp: Likewise.
8001
8002 2017-11-25 Pedro Alves <palves@redhat.com>
8003
8004 * gdb.base/complete-empty.exp: New file.
8005 * gdb.base/completion.exp: Adjust.
8006
8007 2017-11-25 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.linespec/cpls-ops.cc: New file.
8010 * gdb.linespec/cpls-ops.exp: New file.
8011 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8012 factored out from ...
8013 (test_complete_prefix_range): ... this.
8014
8015 2017-11-24 Pedro Alves <palves@redhat.com>
8016
8017 * gdb.linespec/cpcompletion.exp: New file.
8018 * gdb.linespec/cpls-hyphen.cc: New file.
8019 * gdb.linespec/cpls.cc: New file.
8020 * gdb.linespec/cpls2.cc: New file.
8021 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8022 test to use test_gdb_complete_unique. Add label completion,
8023 keyword completion and explicit location completion tests.
8024 * lib/completion-support.exp: New file.
8025
8026 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8027
8028 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8029 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8030 when hitting an exception catchpoint.
8031
8032 2017-11-22 Yao Qi <yao.qi@linaro.org>
8033
8034 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8035
8036 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8037
8038 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8039 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8040 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8041
8042 2017-11-22 Yao Qi <yao.qi@linaro.org>
8043
8044 * gdb.base/info-os.exp: Pass pthreads.
8045 * gdb.multi/multi-attach.exp: Likewise.
8046
8047 2017-11-22 Yao Qi <yao.qi@linaro.org>
8048
8049 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8050 compiler.
8051
8052 2017-11-22 Yao Qi <yao.qi@linaro.org>
8053
8054 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8055 * gdb.base/break-interp.exp: Likewise.
8056 * gdb.base/jit-attach-pie.exp: Likewise.
8057
8058 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8059
8060 * gdb.base/float128.c (large128): New variable.
8061 * gdb.base/float128.exp: Add test to print largest __float128 value.
8062
8063 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8064
8065 * gdb.arch/vsx-regs.exp: Update register content checks.
8066
8067 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8068
8069 * gdb.arch/ppc-longdouble.exp: New file.
8070 * gdb.arch/ppc-longdouble.c: Likewise.
8071
8072 2017-11-21 Pedro Alves <palves@redhat.com>
8073
8074 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8075
8076 2017-11-20 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8079 (long_double_typedef): New typedefs.
8080 Use DEF on double and long double.
8081 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8082 cases.
8083 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8084 and 'long_double_ptr_same_size' locals. Use them to decide
8085 whether cast from array/function to float is valid/invalid.
8086
8087 2017-11-17 Tom Tromey <tom@tromey.com>
8088
8089 * gdb.rust/traits.rs: New file.
8090 * gdb.rust/traits.exp: New file.
8091
8092 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8093
8094 * gdb.ada/minsyms: New testcase.
8095
8096 2017-11-16 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8099 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8100
8101 2017-11-16 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8104 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8105
8106 2017-11-16 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.server/reconnect-ctrl-c.c: New file.
8109 * gdb.server/reconnect-ctrl-c.exp: New file.
8110
8111 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8112
8113 * gdb.python/py-rbreak.exp: New file.
8114 * gdb.python/py-rbreak.c: New file.
8115 * gdb.python/py-rbreak-func2.c: New file.
8116
8117 2017-11-16 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8120 pattern.
8121 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8122 GDB.
8123
8124 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8125
8126 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8127 regex.
8128
8129 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8130
8131 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8132 test names.
8133
8134 2017-11-09 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8137 factored out from ...
8138 (top level): ... here, and adjusted to avoid expecting beyond the
8139 prompt in a single gdb_test_multiple.
8140
8141 2017-11-09 Pedro Alves <palves@redhat.com>
8142
8143 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8144 output.
8145 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8146 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8147 * gdb.server/ext-run.exp ("kill" test): Likewise.
8148 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8149
8150 2017-11-09 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8153 match till end of line.
8154
8155 2017-11-09 Pedro Alves <palves@redhat.com>
8156
8157 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8158
8159 2017-11-09 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8162 New procedures, factored out from ...
8163 (top level): ... here, and adjusted to avoid expecting beyond the
8164 prompt in one go.
8165
8166 2017-11-09 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8169 output. Fix '?' match.
8170
8171 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8172
8173 * gdb.ada/scoped_watch: New testcase.
8174 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8175 which is actually correct.
8176 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8177 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8178
8179 2017-11-08 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.gdb/complaints.exp (test_initial_complaints)
8182 (test_serial_complaints, test_short_complaints): Call
8183 complaint_internal instead of complaint.
8184
8185 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8186
8187 * gdb.threads/tls-core.c: New file.
8188 * gdb.threads/tls-core.exp: Likewise.
8189
8190 2017-11-08 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8193 (p Exported_Capitalized): New test.
8194 (p exported_capitalized): New test.
8195
8196 2017-11-07 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8199
8200 2017-11-07 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8203 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8204 (disable_invalid, disable_inverted, disable_negative): New
8205 procedures.
8206 ("bad numbers"): New set of tests.
8207
8208 2017-11-07 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.cp/ena-dis-br-range.exp: Add tests.
8211
8212 2017-11-07 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8215
8216 2017-11-07 Xavier Roirand <roirand@adacore.com>
8217 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.base/ena-dis-br.exp: Add reference to
8220 gdb.cp/ena-dis-br-range.exp.
8221 * gdb.cp/ena-dis-br-range.exp: New file.
8222 * gdb.cp/ena-dis-br-range.cc: New file.
8223
8224 2017-11-06 Pedro Alves <palves@redhat.com>
8225
8226 * gdb.base/attach-non-pgrp-leader.c: New.
8227 * gdb.base/attach-non-pgrp-leader.exp: New.
8228
8229 2017-11-06 Pedro Alves <palves@redhat.com>
8230
8231 * configure.ac: No longer check for termio.h and sgtty.h.
8232 * configure: Regenerate.
8233 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8234 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8235 Remove termio and sgtty code.
8236
8237 2017-11-03 Yao Qi <yao.qi@linaro.org>
8238
8239 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8240 in GDB is disabled.
8241
8242 2017-11-03 Yao Qi <yao.qi@linaro.org>
8243
8244 * gdb.python/py-thrhandle.exp: Skip it if python is not
8245 enabled.
8246
8247 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8248
8249 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8250 as a breakpoint command.
8251
8252 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8253
8254 PR python/21213
8255 * gdb.python/py-infthread.exp: Test calling
8256 InferiorThread.inferior () multiple times in a row.
8257
8258 2017-10-27 Keith Seitz <keiths@redhat.com>
8259
8260 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8261 Test "info break" for every inlined function breakpoint.
8262
8263 2017-10-27 Yao Qi <yao.qi@linaro.org>
8264
8265 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8266
8267 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8268
8269 * gdb.cp/classes.exp (test_static_members): Test printing
8270 Outer::instance.
8271 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8272 (Inner::instance, Outer::instance): New.
8273
8274 2017-10-24 Pedro Alves <palves@redhat.com>
8275
8276 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8277 extra console" test in two stages.
8278
8279 2017-10-24 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8282
8283 2017-10-24 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8286 loop.
8287
8288 2017-10-24 Pedro Alves <palves@redhat.com>
8289
8290 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8291 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8292
8293 2017-10-24 Pedro Alves <palves@redhat.com>
8294
8295 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8296 parameter and handle it. Don't output read value in test name.
8297
8298 2017-10-24 Pedro Alves <palves@redhat.com>
8299
8300 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8301 custom test name.
8302
8303 2017-10-24 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8306 include the unstable output directory name in the test's name.
8307 (initial_setup_simple) <'set args'>: Use custom test name.
8308
8309 2017-10-24 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8312 with explicit test name.
8313
8314 2017-10-20 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8317 'wait -i'. Use gdb_assert and remote_close.
8318
8319 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8320
8321 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8322 number from variable rather than hard-coded.
8323
8324 2017-10-19 Pedro Alves <palves@redhat.com>
8325
8326 * gdb.base/long-inferior-output.c: New file.
8327 * gdb.base/long-inferior-output.exp: New file.
8328
8329 2017-11-18 Keith Seitz <keiths@redhat.com>
8330
8331 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8332 method.
8333 (main): Call it.
8334 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8335 Add additional user-defined conversion operator tests.
8336
8337 2017-10-17 Pedro Alves <palves@redhat.com>
8338
8339 * boards/native-stdio-gdbserver.exp: Load "local-board".
8340
8341 2017-10-17 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/quit-live.c: New file.
8344 * gdb.base/quit-live.exp: New file.
8345
8346 2017-10-16 Keith Seitz <keiths@redhat.com>
8347
8348 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8349 (class_with_protected_typedef, class_with_private_typedef)
8350 (struct_with_public_typedef, struct_with_protected_typedef)
8351 (struct_with_private_typedef): New classes/structs.
8352 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8353 typedefs and access specifiers.
8354
8355 2017-10-16 Pedro Alves <palves@redhat.com>
8356 Simon Marchi <simon.marchi@polymtl.ca>
8357
8358 * README (Local vs Remote vs Native): New section.
8359 * boards/local-board.exp: New file, with bits factored out from
8360 ...
8361 * boards/native-extended-gdbserver.exp: ... here. Load
8362 "local-board".
8363 * boards/native-gdbserver.exp: Load "local-board".
8364 (${board}_spawn, ${board}_exec): Delete.
8365 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8366 ...
8367 * boards/stdio-gdbserver-base.exp: ... this new file.
8368 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8369 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8370 procedure.
8371 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8372 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8373 stdio_gdbserver_command.
8374 (${board}_get_remote_address, ${board}_get_comm_port)
8375 (${board}_download, ${board}_upload): Delete.
8376 (get_target_remote_pipe_cmd): New.
8377
8378 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8379
8380 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8381 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8382 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8383 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8384 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8385 remove with_test_prefix.
8386
8387 2017-10-13 Pedro Alves <palves@redhat.com>
8388
8389 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8390 * gdb.base/annota1.exp: Use it instead of is_remote.
8391 * gdb.base/annota3.exp: Use it instead of is_remote.
8392 * gdb.cp/annota2.exp: Use it instead of is_remote.
8393 * gdb.cp/annota3.exp: Use it instead of is_remote.
8394 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8395
8396 2017-10-13 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8399 (test_num_test_vars, run_and_count_vars, find_env)
8400 (test_set_unset_env, test_inherit_env_var): New procedures.
8401 (top level): Use them.
8402
8403 2017-10-13 Pedro Alves <palves@redhat.com>
8404
8405 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8406 also skip on stub-like targets.
8407
8408 2017-10-13 Pedro Alves <palves@redhat.com>
8409
8410 PR gdb/22293
8411 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8412 (top level): Move some tests to ...
8413 (test_not_found): ... this new procedure.
8414 (top level): Call it.
8415
8416 2017-10-13 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8419 expect different "info terminal" output if testing with a
8420 non-native target.
8421
8422 2017-10-13 Pedro Alves <palves@redhat.com>
8423 Simon Marchi <simon.marchi@polymtl.ca>
8424
8425 PR python/12966
8426 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8427
8428 2017-10-13 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8431 already.
8432
8433 2017-10-13 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8436 is_remote.
8437
8438 2017-10-13 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8441 is_remote.
8442
8443 2017-10-13 Pedro Alves <palves@redhat.com>
8444
8445 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8446 is set.
8447 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8448 instead of is_remote.
8449
8450 2017-10-13 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8453 (top level): Add comment.
8454
8455 2017-10-13 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.base/remote.exp (top level): Fix comment typo and add
8458 missing return.
8459
8460 2017-10-13 Pedro Alves <palves@redhat.com>
8461 Simon Marchi <simon.marchi@polymtl.ca>
8462
8463 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8464 calls and add comments. Skip test if use_gdb_stub is set.
8465 (top level): Use "set cwd" command instead of "cd" command.
8466
8467 2017-10-13 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8470 is_remote target check.
8471
8472 2017-10-13 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/scope.exp: Use build_executable + clean_restart +
8475 gdb_file_cmd instead of prepare_for_testing and no longer skip
8476 "before run" tests on is_remote target boards. Update comments.
8477 * boards/native-extended-gdbserver.exp
8478 (extended_gdbserver_load_last_file): New, factored out from ...
8479 (gdb_load): ... this. Move further below and add comment.
8480 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8481
8482 2017-10-12 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.base/attach.exp: Remove references to gdb64.
8485 * gdb.base/dbx.exp: Remove references to gdb64.
8486
8487 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8488 Pedro Alves <palves@redhat.com>
8489
8490 * gdb.base/label.exp: Remove is_remote target check.
8491
8492 2017-10-12 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.base/auvx.exp (coredir): Update comment.
8495 (top level) <core_works>: Use "set cwd" command instead of "cd"
8496 command.
8497
8498 2017-10-12 Pedro Alves <palves@redhat.com>
8499 Simon Marchi <simon.marchi@polymtl.ca>
8500
8501 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8502 target boards.
8503
8504 2017-10-12 Pedro Alves <palves@redhat.com>
8505 Simon Marchi <simon.marchi@polymtl.ca>
8506
8507 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8508 Instead skip if there's any gdb_protocol set.
8509
8510 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8511 Pedro Alves <palves@redhat.com>
8512
8513 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8514
8515 2017-10-12 Pedro Alves <palves@redhat.com>
8516 Simon Marchi <simon.marchi@polymtl.ca>
8517
8518 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8519 instead of on dejagnu remote boards.
8520
8521 2017-10-12 Pedro Alves <palves@redhat.com>
8522 Simon Marchi <simon.marchi@polymtl.ca>
8523
8524 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8525 checks. Use build_executable + clean_restart instead of
8526 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8527 of enabling non-stop after starting gdb.
8528
8529 2017-10-12 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8532 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8533 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8534 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8535
8536 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8537
8538 * gdb.arch/arc-tdesc-cpu.exp: New file.
8539 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8540
8541 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8542
8543 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8544
8545 2017-10-10 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8548 expect CLI output.
8549
8550 2017-10-10 Pedro Alves <palves@redhat.com>
8551
8552 * lib/selftest-support.exp (selftest_setup): Update for
8553 captured_command_loop's prototype change.
8554
8555 2017-10-09 Pedro Alves <palves@redhat.com>
8556
8557 Test both arch1=>arch2 and arch2=>arch1.
8558
8559 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8560 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8561 factored out to...
8562 (append_arch1_options, append_arch2_options, append_arch_options)
8563 (build_executables): New procedures.
8564 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8565 local.
8566 (top level): Add new 'first_arch' testing axis.
8567
8568 2017-10-09 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8571 (barrier): New.
8572 (thread_start, all_started): New functions.
8573 (main): Spawn new thread and wait until it is scheduled.
8574 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8575 option.
8576 (do_test): Add 'selected_thread' parameter. Run to all_started
8577 instead of main. Explicitly set the breakpoint at main. Switch
8578 to the SELECTED_THREAD thread.
8579 (top level): Test handling the exec event with either the main
8580 thread or the second thread selected.
8581
8582 2017-10-09 Pedro Alves <palves@redhat.com>
8583
8584 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8585 logic. Move STOP marker after the value checks.
8586 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8587 regexp.
8588
8589 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8590
8591 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8592
8593 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8594
8595 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8596 integer-to-dfp conversion.
8597 * gdb.base/dfp-test.exp: Likewise.
8598
8599 2017-10-04 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.multi/hangout.c: Include <unistd.h>.
8602 (hangout_loop): New function.
8603 (main): Call alarm. Call hangout_loop in a loop.
8604 * gdb.multi/hello.c: Include <unistd.h>.
8605 (hello_loop): New function.
8606 (main): Call alarm. Call hangout_loop in a loop.
8607 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8608 inferior with the other selected.
8609
8610 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8611
8612 * gdb.mi/list-thread-groups-available.exp: New file.
8613 * gdb.mi/list-thread-groups-available.c: New file.
8614
8615 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8616
8617 * gdb.base/set-cwd.exp: Make it available on
8618 native-extended-gdbserver.
8619
8620 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8621
8622 * gdb.base/set-cwd.c: New file.
8623 * gdb.base/set-cwd.exp: Likewise.
8624
8625 2017-10-02 Tom Tromey <tom@tromey.com>
8626
8627 PR rust/22236:
8628 * gdb.rust/simple.rs (main): New variable "fslice".
8629 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8630
8631 2017-10-02 Tom Tromey <tom@tromey.com>
8632
8633 * gdb.rust/simple.exp: Test ptype of a slice.
8634
8635 2017-10-02 Tom Tromey <tom@tromey.com>
8636
8637 * gdb.rust/simple.exp: Test index of slice.
8638
8639 2017-09-27 Tom Tromey <tom@tromey.com>
8640
8641 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8642
8643 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8644 Pedro Alves <palves@redhat.com>
8645
8646 * gdb.base/compare-sections.exp (get value of read-only section): Read
8647 as unsigned value.
8648 (corrupt read-only section): Likewise and don't set written if patching
8649 failed.
8650
8651 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8652
8653 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8654 files.
8655
8656 2017-09-20 Pedro Alves <palves@redhat.com>
8657
8658 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8659 symbol names in gdb's output.
8660 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8661
8662 2017-09-20 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8665 Rename to ...
8666 (test_list_ambiguous_symbol): ... this and add a symbol name
8667 parameter. Adjust.
8668 (test_list_ambiguous_function): Reimplement on top of
8669 test_list_ambiguous_symbol and also test listing ambiguous
8670 variables.
8671 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8672 (ambiguous_fun): ... this.
8673 (ambiguous_var): New.
8674 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8675 (ambiguous_fun): ... this.
8676 (ambiguous_var): New.
8677
8678 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8679
8680 * gdb.base/starti.c: New file.
8681 * gdb.base/starti.exp: New file.
8682 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8683
8684 2017-09-14 Pedro Alves <palves@redhat.com>
8685
8686 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8687 (top level): Use it instead of runto.
8688
8689 2017-09-11 Tom Tromey <tom@tromey.com>
8690
8691 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8692
8693 2017-09-11 Tom Tromey <tom@tromey.com>
8694
8695 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8696 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8697
8698 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8699
8700 * gdb.fortran/printing-types.exp: New file.
8701 * gdb.fortran/printing-types.exp: New file.
8702
8703 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8704
8705 * gdb.fortran/vla-ptype.exp: Fix typos.
8706 * gdb.fortran/vla-value.exp: Same.
8707
8708 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8709
8710 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8711 * gdb.mi/mi-var-child-f.exp: Likewise.
8712 * gdb.mi/mi-vla-fortran.exp: Likewise.
8713
8714 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8715 Christoph Weinmann <christoph.t.weinmann@intel.com>
8716 Bernhard Heckel <bernhard.heckel@intel.com>
8717
8718 * gdb.fortran/ptr-indentation.f90: New file.
8719 * gdb.fortran/ptr-indentation.exp: New file.
8720
8721 2017-09-05 Tom Tromey <tom@tromey.com>
8722
8723 PR gdb/22010:
8724 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8725
8726 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8727
8728 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8729
8730 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8731
8732 * gdb.threads/tls-nodebug-pie.c: New file.
8733 * gdb.threads/tls-nodebug-pie.exp: New file.
8734
8735 2017-09-05 Tom Tromey <tom@tromey.com>
8736
8737 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8738 for rust.
8739
8740 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8741
8742 * gdb.multi/multi-arch-exec.exp: Test with different
8743 "follow-exec-mode" settings.
8744 (do_test): New procedure.
8745
8746 2017-09-04 Pedro Alves <palves@redhat.com>
8747
8748 * gdb.base/func-static.c (S::method const, S::method volatile)
8749 (S::method volatile const): New methods.
8750 (c_s, v_s, cv_s): New instances.
8751 (main): Call method() on them.
8752 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8753 (cannot_resolve): New procedure.
8754 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8755 print-quote-unquoted columns.
8756 (do_test): Test printing each scope too.
8757
8758 2017-09-04 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.base/local-static.exp: Also test with
8761 class::method::variable wholly quoted.
8762 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8763
8764 2017-09-04 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.base/local-static.c: New.
8767 * gdb.base/local-static.cc: New.
8768 * gdb.base/local-static.exp: New.
8769
8770 2017-09-04 Pedro Alves <palves@redhat.com>
8771
8772 * gdb.asm/asm-source.exp: Add casts to int.
8773 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8774 (dataglobal64_1, dataglobal64_2): New globals.
8775 * gdb.base/nodebug.exp: Test different expressions involving the
8776 new globals, with print, whatis and ptype. Add casts to int.
8777 * gdb.base/solib-display.exp: Add casts to int.
8778 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8779 * gdb.cp/m-static.exp: Add cast to int.
8780 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8781 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8782 tls variable with no debug info without a cast. Test with a cast
8783 to int too.
8784 * gdb.trace/entry-values.exp: Add casts.
8785
8786 2017-09-04 Pedro Alves <palves@redhat.com>
8787
8788 * gdb.base/nodebug.exp: Test that ptype's error about functions
8789 with unknown return type includes the function name too.
8790
8791 2017-09-04 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8794 return type of munmap in infcall.
8795 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8796 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8797 type of ftell in infcall.
8798 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8799 type of getpid in infcall.
8800 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8801 infcall.
8802 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8803 Bail on failure to extract the pid.
8804 * gdb.base/nodebug.c: #include <stdint.h>.
8805 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8806 New functions.
8807 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8808 Change expected output of print/whatis/ptype with functions with
8809 no debug info. Test all supported languages. Call
8810 test_call_promotion.
8811 * gdb.compile/compile.exp: Adjust expected output to expect
8812 warning.
8813 * gdb.threads/siginfo-threads.exp: Likewise.
8814
8815 2017-09-04 Pedro Alves <palves@redhat.com>
8816
8817 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8818 "prototypes". Test calling float functions via prototyped and
8819 unprototyped function pointers.
8820 (perform_all_tests): New parameter "prototypes". Pass it down.
8821 (top level): Pass down "prototypes" parameter to
8822 perform_all_tests.
8823
8824 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8825
8826 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8827 Test with nested loops.
8828
8829 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8830
8831 * gdb.base/commands.exp: Call the new procedures.
8832 (loop_break_test, loop_continue_test): New procedures.
8833
8834 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8835
8836 * gdb.base/commands.exp: Call new procedure.
8837 (define_if_without_arg_test): New procedure.
8838
8839 2017-09-04 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/list-ambiguous.exp: New file.
8842 * gdb.base/list-ambiguous0.c: New file.
8843 * gdb.base/list-ambiguous1.c: New file.
8844 * gdb.base/list.exp (test_list_range): Adjust expected output.
8845
8846 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8847
8848 * gdb.base/share-env-with-gdbserver.c: New file.
8849 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8850
8851 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.base/commands.exp (gdbvar_simple_if_test,
8854 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8855 progvar_simple_if_test, progvar_simple_while_test,
8856 progvar_complex_if_while_test, user_defined_command_test,
8857 user_defined_command_args_eval,
8858 user_defined_command_args_stack_test,
8859 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8860 temporary_breakpoint_commands,
8861 gdb_test_no_prompt, redefine_hook_test,
8862 redefine_backtrace_test): Remove "global gdb_prompt".
8863
8864 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8865
8866 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8867 New proc, call it from toplevel.
8868
8869 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8870
8871 PR remote/21852
8872 * gdb.server/normal.c: New file, copied from gdb.base.
8873 * gdb.server/run-without-local-binary.exp: New file.
8874
8875 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8876
8877 * gdb.arch/sparc64-adi.exp: New file.
8878 * gdb.arch/sparc64-adi.c: New file.
8879
8880 2017-08-22 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8883 (top level): Add "list all overloads" tests.
8884
8885 2017-08-22 Tom Tromey <tom@tromey.com>
8886
8887 * gdb.gdb/xfullpath.exp: Remove.
8888
8889 2017-08-21 Pedro Alves <palves@redhat.com>
8890
8891 PR gdb/19487
8892 * gdb.base/symbol-alias.c: New.
8893 * gdb.base/symbol-alias2.c: New.
8894 * gdb.base/symbol-alias.exp: New.
8895
8896 2017-08-21 Pedro Alves <palves@redhat.com>
8897
8898 * gdb.base/dfp-test.c
8899 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8900 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8901 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8902 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8903 * gdb.base/whatis-ptype-typedefs.c: New.
8904 * gdb.base/whatis-ptype-typedefs.exp: New.
8905 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8906 (an_int, an_int_type, an_int_type2): New globals.
8907 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8908 involving typedefs and cast expressions.
8909 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8910 (lookup_typedefs_function): New.
8911 (typedefs_pretty_printers_dict): New.
8912 (top level): Register lookup_typedefs_function in
8913 gdb.pretty_printers.
8914
8915 2017-08-18 Yao Qi <yao.qi@linaro.org>
8916
8917 * gdb.server/unittest.exp: New.
8918
8919 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8920
8921 PR gdb/21954
8922 * gdb.base/environ.exp: Add test to check if 'unset environment'
8923 works.
8924
8925 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8926
8927 * lib/gdb.exp (universal_compile_options): New caching proc.
8928 (gdb_compile): Suppress GCC's coloring of messages.
8929
8930 2017-08-14 Tom Tromey <tom@tromey.com>
8931
8932 PR gdb/21675:
8933 * gdb.base/printcmds.exp (test_radices): New function.
8934 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8935 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8936 * lib/gdb.exp (get_integer_valueof): Use p/d.
8937
8938 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8939
8940 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8941 characters.
8942
8943 2017-08-05 Tom Tromey <tom@tromey.com>
8944
8945 * gdb.rust/simple.exp: Allow String to appear in a different
8946 namespace.
8947
8948 2017-07-26 Yao Qi <yao.qi@linaro.org>
8949
8950 * gdb.gdb/unittest.exp: Invoke command
8951 "maintenance check xml-descriptions".
8952
8953 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8954
8955 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8956 calling context.
8957 (hex128): Drop erroneous calculation of parameters.
8958
8959 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8960
8961 * gdb.python/py-unwind.exp: Disable stack protection when
8962 building test file.
8963
8964 2017-07-20 Pedro Alves <palves@redhat.com>
8965
8966 * gdb.base/default.exp (set language): Adjust expected output.
8967
8968 2017-07-20 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8971 (test_minsym): ... this, and make static.
8972 (get_pck__foo__bar__minsym): Rename to ...
8973 (get_test_minsym): ... this.
8974 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8975 symbol names and comments.
8976 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8977 (get_test_minsym): ... this.
8978 (pck__foo__bar__minsym__2): Rename to ...
8979 (test_minsym): ... this.
8980 (main): Adjust.
8981
8982 2017-07-17 Pedro Alves <palves@redhat.com>
8983
8984 * gdb.base/completion.exp: Adjust expected output.
8985 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8986 the completer works.
8987
8988 2017-07-17 Pedro Alves <palves@redhat.com>
8989
8990 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8991
8992 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8993
8994 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8995
8996 2017-07-14 Tom Tromey <tom@tromey.com>
8997
8998 PR rust/21764:
8999 * gdb.rust/simple.exp: Add tests.
9000
9001 2017-07-14 Tom Tromey <tom@tromey.com>
9002
9003 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9004
9005 2017-07-14 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.linespec/base/one/thefile.cc (z1): New function.
9008 * gdb.linespec/base/two/thefile.cc (z2): New function.
9009 * gdb.linespec/linespec.exp: Add tests.
9010
9011 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9012
9013 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9014 to mi_create_breakpoint.
9015
9016 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9017
9018 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9019 mi_create_breakpoint.
9020
9021 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9022
9023 * gdb.dlang/demangle.exp: Update for demangling changes.
9024
9025 2017-07-09 Tom Tromey <tom@tromey.com>
9026
9027 * gdb.dwarf2/shortpiece.exp: New file.
9028
9029 2017-07-06 David Blaikie <dblaikie@gmail.com>
9030
9031 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9032 built from fissiont-multi-cu{1,2}.c.
9033 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9034 except putting 'main' and 'func' in separate CUs in the same DWO file.
9035 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9036 test.
9037 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9038 test.
9039
9040 2017-07-06 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.python/py-unwind.exp: Test flushregs.
9043
9044 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9045
9046 PR cli/21688
9047 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9048 tests for alias commands and trailing whitespace.
9049
9050 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9051
9052 PR cli/21688
9053 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9054 procedure. Call it.
9055
9056 2017-06-29 Pedro Alves <palves@redhat.com>
9057
9058 * gdb.base/printcmds.exp: Add tests.
9059
9060 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9061
9062 PR gdb/21337
9063 * gdb.base/reread-readsym.exp: New file.
9064 * gdb.base/reread-readsym.c: New file.
9065
9066 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9067
9068 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9069 subpattern.
9070
9071 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9072
9073 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9074 extended mnemonic.
9075 * gdb.arch/powerpc-power9.s: Likewise.
9076
9077 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9078
9079 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9080 on 32-bit x86 targets. Exploit is_*_target macros where
9081 appropriate.
9082
9083 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9084
9085 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9086 register pieces.
9087
9088 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9089
9090 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9091 located in one or more DWARF pieces.
9092
9093 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9094
9095 * lib/gdb.exp (get_endianness): New proc.
9096 * gdb.arch/aarch64-fp.exp: Use it.
9097 * gdb.arch/altivec-regs.exp: Likewise.
9098 * gdb.arch/e500-regs.exp: Likewise.
9099 * gdb.arch/vsx-regs.exp: Likewise.
9100 * gdb.base/dump.exp: Likewise.
9101 * gdb.base/funcargs.exp: Likewise.
9102 * gdb.base/gnu_vector.exp: Likewise.
9103 * gdb.dwarf2/formdata16.exp: Likewise.
9104 * gdb.dwarf2/implptrpiece.exp: Likewise.
9105 * gdb.dwarf2/nonvar-access.exp: Likewise.
9106 * gdb.python/py-inferior.exp: Likewise.
9107 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9108
9109 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9110
9111 PR gdb/21226
9112 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9113 stack value pieces are taken from the LSB end.
9114
9115 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9116
9117 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9118 variable at nonzero offset.
9119
9120 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9121
9122 * gdb.dwarf2/var-access.c: New file.
9123 * gdb.dwarf2/var-access.exp: New test.
9124 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9125
9126 2017-06-12 Tom Tromey <tom@tromey.com>
9127
9128 * gdb.dwarf2/formdata16.exp: Add tests.
9129
9130 2017-06-12 Tom Tromey <tom@tromey.com>
9131
9132 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9133
9134 2017-06-12 Tom Tromey <tom@tromey.com>
9135
9136 PR exp/16225:
9137 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9138 * gdb.arch/vsx-regs.exp: Update tests.
9139 * gdb.arch/s390-vregs.exp (hex128): New proc.
9140 Update test.
9141 * gdb.arch/altivec-regs.exp: Update tests.
9142
9143 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9144
9145 * gdb.base/startup-with-shell.c: New file.
9146 * gdb.base/startup-with-shell.exp: Likewise.
9147
9148 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9149
9150 * gdb.server/non-existing-program.exp: Update regex in order to
9151 reflect the fact that gdbserver is now using fork_inferior (with a
9152 shell) to startup the inferior.
9153
9154 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9155
9156 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9157 support function calls from GDB.
9158
9159 2017-05-21 Tom Tromey <tom@tromey.com>
9160
9161 PR rust/21466:
9162 * gdb.rust/unsized.exp: New file.
9163 * gdb.rust/unsized.rs: New file.
9164
9165 2017-05-19 Tom Tromey <tom@tromey.com>
9166
9167 PR rust/21484:
9168 * gdb.rust/watch.exp: New file.
9169 * gdb.rust/watch.rs: New file.
9170
9171 2017-05-18 Tom Tromey <tom@tromey.com>
9172
9173 * gdb.rust/simple.exp: Allow Box to be qualified.
9174
9175 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9176
9177 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9178
9179 2017-05-18 Pedro Alves <palves@redhat.com>
9180
9181 * gdb.base/fileio.c (test_write, test_read, test_close)
9182 (test_fstat): Don't print 'ret' in the fail path.
9183
9184 2017-05-18 Pedro Alves <palves@redhat.com>
9185
9186 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9187 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9188 (test_system, test_rename, test_unlink, test_time): Change
9189 prototypes.
9190 * gdb.base/fileio.exp (stop_msg): Adjust.
9191
9192 2017-05-18 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.base/fileio.c (null_str): New global.
9195 (test_stat): Use it.
9196 * gdb.base/fileio.exp: Remove nowarnings.
9197
9198 2017-05-17 Yao Qi <yao.qi@linaro.org>
9199
9200 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9201
9202 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9203
9204 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9205 argument command.
9206 (top-level): Invoke test_set_inferior_tty.
9207
9208 2017-05-04 Pedro Alves <palves@redhat.com>
9209
9210 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9211 Add parens to print call for Python 3.
9212
9213 2017-05-03 Keith Seitz <keiths@redhat.com>
9214
9215 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9216 (main): Call it.
9217
9218 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9219
9220 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9221 to prev and next.
9222
9223 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9224
9225 * gdb.python/py-record-btrace.exp: Remove test for
9226 gdb.BtraceInstruction.error.
9227
9228 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9229
9230 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9231
9232 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9233
9234 * gdb.python/py-record-btrace-threads.c: New file.
9235 * gdb.python/py-record-btrace-threads.exp: New file.
9236
9237 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9238
9239 PR testsuite/8595
9240 * gdb.base/environ.exp: Make test available in all architectures.
9241 Move bits related to "info program" testing to
9242 gdb.base/info-program.exp. Rewrite tests to use the two new
9243 procedures mentione below.
9244 (test_set_show_env_var) New procedure.
9245 (test_set_show_env_var_equal): Likewise.
9246 * gdb.base/info-program.exp: New file.
9247
9248 2017-04-27 Keith Seitz <keiths@redhat.com>
9249
9250 * gdb.cp/oranking.cc (test15): New function.
9251 (main): Call test15 and declare additional variables for testing.
9252 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9253 "p foo101('abc')" tests.
9254 Add tests for cv qualifier overloads.
9255 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9256 "lvalue reference overload" test.
9257 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9258 "print value of f1 on Child&& in f2" test.
9259
9260 2017-04-19 Pedro Alves <palves@redhat.com>
9261
9262 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9263 procedure.
9264 (top level): Call it.
9265 * lib/gdb.exp (gdb_define_cmd): New procedure.
9266
9267 2017-04-12 Pedro Alves <palves@redhat.com>
9268
9269 PR gdb/21323
9270 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9271 (wchar): New global.
9272 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9273 (do_test_wide_char, wide_char_types_no_program, top level): Add
9274 wchar_t testing.
9275
9276 2017-04-12 Pedro Alves <palves@redhat.com>
9277
9278 PR c++/21323
9279 * gdb.cp/wide_char_types.c: New file.
9280 * gdb.cp/wide_char_types.exp: New file.
9281
9282 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9283
9284 PR gdb/21352
9285 * gdb.trace/tsv.exp: Add test for "tsave -r".
9286
9287 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9288
9289 * gdb.dlang/watch-loc.c: New file.
9290 * gdb.dlang/watch-loc.exp: New file.
9291
9292 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9293
9294 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9295
9296 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9297
9298 * gdb.arch/arc-analyze-prologue.S: New file.
9299 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9300
9301 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9302
9303 * gdb.arch/arc-decode-insn.S: New file.
9304 * gdb.arch/arc-decode-insn.exp: Likewise.
9305
9306 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9307
9308 PR tdep/20928
9309 * gdb.arch/sparc64-regs.exp: New file.
9310 * gdb.arch/sparc64-regs.S: Likewise.
9311
9312 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9313
9314 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9315 and memory view on Python 3.
9316
9317 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9318 Keith Seitz <keiths@redhat.com>
9319
9320 PR gdb/14441
9321 * gdb.cp/demangle.exp: Add rvalue reference tests.
9322 * gdb.cp/rvalue-ref-casts.cc: New file.
9323 * gdb.cp/rvalue-ref-casts.exp: New file.
9324 * gdb.cp/rvalue-ref-overload.cc: New file.
9325 * gdb.cp/rvalue-ref-overload.exp: New file.
9326 * gdb.cp/rvalue-ref-params.cc: New file.
9327 * gdb.cp/rvalue-ref-params.exp: New file.
9328 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9329 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9330 * gdb.cp/rvalue-ref-types.cc: New file.
9331 * gdb.cp/rvalue-ref-types.exp: New file.
9332 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9333 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9334
9335 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9336
9337 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9338 New procedure.
9339
9340 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9341
9342 * lib/mi-support.exp (mi_gdb_test): Add additional message
9343 for unexpected output.
9344
9345 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9346
9347 * gdb.base/examine-backward.c (Barrier): New character array
9348 constant, to ensure that TestStrings is preceded by a string
9349 terminator.
9350
9351 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9352
9353 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9354 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9355 and implicit pointer into such a location.
9356
9357 2017-03-16 Doug Evans <dje@google.com>
9358
9359 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9360
9361 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9362
9363 * gdb.cp/m-static.exp: Fix expectation for prototype of
9364 test5.single_constructor and single_constructor::single_constructor.
9365
9366 2017-03-16 Doug Evans <dje@google.com>
9367
9368 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9369 * gdb.guile/scm-lazy-string.c: New file.
9370 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9371 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9372 for pointer, array, typedef lazy strings.
9373
9374 2017-03-16 Doug Evans <dje@google.com>
9375
9376 PR python/17728, python/18439, python/18779
9377 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9378 * gdb.python/py-lazy-string.c (pointer): New typedef.
9379 (main): New locals ptr, array, typedef_ptr.
9380 * gdb.python/py-value.exp: Move lazy string tests to ...
9381 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9382 array, typedef lazy strings.
9383
9384 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9385
9386 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9387 Add optional 'test' parameter.
9388
9389 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9390
9391 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9392 Skip for versions of DejaGnu < 1.5.
9393
9394 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9395
9396 * lib/gdb.exp (dejagnu_version): New proc.
9397 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9398 Use dejagnu_version.
9399
9400 2017-03-10 Keith Seitz <keiths@redhat.com>
9401
9402 PR c++/8128
9403 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9404 type from destructor regexps.
9405 Add a branch which actually passes the test.
9406 Adjust "ptype t5i" test names.
9407
9408 2017-03-08 Pedro Alves <palves@redhat.com>
9409
9410 * gdb.base/step-over-exit.exp: Add explicit test message.
9411
9412 2017-03-08 Pedro Alves <palves@redhat.com>
9413
9414 PR gdb/18360
9415 * gdb.threads/interrupt-while-step-over.c: New file.
9416 * gdb.threads/interrupt-while-step-over.exp: New file.
9417
9418 2017-03-08 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9421 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9422
9423 2017-03-08 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9426 PKRU as not supported as a PASS.
9427
9428 2017-03-08 Pedro Alves <palves@redhat.com>
9429
9430 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9431 prefix instead of $binfile1/$binfile2.
9432 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9433 in test message.
9434 * gdb.python/py-completion.exp: Use "load python file" as test
9435 messages instead of unstable path names.
9436
9437 2017-03-08 Pedro Alves <palves@redhat.com>
9438 Jan Kratochvil <jan.kratochvil@redhat.com>
9439
9440 PR cli/21218
9441 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9442 New proc.
9443 (top level): Call it.
9444
9445 2017-03-08 Pedro Alves <palves@redhat.com>
9446
9447 PR tui/21216
9448 * gdb.tui/tui-nl-filtered-output.exp: New file.
9449
9450 2017-03-08 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.base/completion.exp: Move TUI completion tests to ...
9453 * gdb.tui/completion.exp: ... this new file.
9454
9455 2017-03-08 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/tui-disasm-long-lines.c,
9458 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9459 gdb.base/tui-layout.exp: Move to ...
9460 * gdb.tui/: ... this new directory.
9461
9462 2017-03-07 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.base/tui-layout.c: New file.
9465 * gdb.base/tui-layout.exp: New file.
9466
9467 2017-03-07 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/tui-layout.c: Rename to ...
9470 * gdb.base/tui-disasm-long-lines.c: ... this.
9471 * gdb.base/tui-layout.exp: Rename to ...
9472 * gdb.base/tui-disasm-long-lines.exp: ... this.
9473
9474 2017-03-07 Pedro Alves <palves@redhat.com>
9475
9476 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9477
9478 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9479
9480 * i386-mpx-call.c: New file.
9481 * i386-mpx-call.exp: New file.
9482
9483 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9484
9485 * gdb.arch/powerpc-power.exp: Delete test.
9486 * gdb.arch/powerpc-power.s: Likewise.
9487 * gdb.disasm/disassembler-options.exp: New test.
9488 * gdb.arch/powerpc-altivec.exp: Likewise.
9489 * gdb.arch/powerpc-altivec.s: Likewise.
9490 * gdb.arch/powerpc-altivec2.exp: Likewise.
9491 * gdb.arch/powerpc-altivec2.s: Likewise.
9492 * gdb.arch/powerpc-altivec3.exp: Likewise.
9493 * gdb.arch/powerpc-altivec3.s: Likewise.
9494 * gdb.arch/powerpc-power7.exp: Likewise.
9495 * gdb.arch/powerpc-power7.s: Likewise.
9496 * gdb.arch/powerpc-power8.exp: Likewise.
9497 * gdb.arch/powerpc-power8.s: Likewise.
9498 * gdb.arch/powerpc-power9.exp: Likewise.
9499 * gdb.arch/powerpc-power9.s: Likewise.
9500 * gdb.arch/powerpc-vsx.exp: Likewise.
9501 * gdb.arch/powerpc-vsx.s: Likewise.
9502 * gdb.arch/powerpc-vsx2.exp: Likewise.
9503 * gdb.arch/powerpc-vsx2.s: Likewise.
9504 * gdb.arch/powerpc-vsx3.exp: Likewise.
9505 * gdb.arch/powerpc-vsx3.s: Likewise.
9506 * gdb.arch/arm-disassembler-options.exp: Likewise.
9507 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9508 * gdb.arch/s390-disassembler-options.exp: Likewise.
9509
9510 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9511
9512 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9513 (check_supported_features): ... this. Changed return type to void.
9514 (supports_rdseed): New static global.
9515 (rdseed): Check supports_rdseed.
9516 (initialize): Call check_supported_features.
9517
9518 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9519
9520 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9521 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9522 and lqarx/stqcx.
9523 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9524 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9525
9526 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9527
9528 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9529 uppercase.
9530
9531 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 * gdb.dwarf2/formdata16.c: New file.
9534 * gdb.dwarf2/formdata16.exp: New file.
9535 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9536
9537 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9540 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9541 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9542 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9543 DW_AT_GNU_*.
9544
9545 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9546
9547 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9548
9549 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9550
9551 PR gdb/21164
9552 * gdb.base/maint.exp: Add testcases for when the commands do
9553 not have arguments.
9554
9555 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9556
9557 * gdb.cp/chained-calls.exp: Use p instead of P.
9558
9559 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9560
9561 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9562 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9563
9564 2017-02-14 Tom Tromey <tom@tromey.com>
9565
9566 PR python/13598:
9567 * gdb.python/py-events.exp: Add before_prompt event tests.
9568
9569 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9570
9571 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9572
9573 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9574
9575 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9576 (main): Call my_unique_function_name.
9577 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9578 completion of patterns with a single match.
9579 Add missing -re switches to gdb_test_multiple calls.
9580
9581 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9582
9583 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9584 return if core file is not recognized.
9585
9586 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9587
9588 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9589 and extra UIs.
9590
9591 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9592
9593 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9594 proc_with_prefix.
9595
9596 2017-02-10 Tom Tromey <tom@tromey.com>
9597
9598 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9599
9600 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9601
9602 PR gdb/21122
9603 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9604
9605 2017-02-08 Jerome Guitton <guitton@adacore.com>
9606
9607 * gdb.base/define.exp: Add test for command abbreviations
9608 in define.
9609
9610 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9611
9612 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9613 * gdb.reverse/insn-reverse-x86.c: New file.
9614
9615 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9616
9617 PR tdep/20936
9618 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9619
9620 2017-02-03 Tom Tromey <tom@tromey.com>
9621
9622 PR rust/21097:
9623 * gdb.rust/simple.exp: Add new tests.
9624
9625 2017-02-02 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9628 tests.
9629
9630 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9631
9632 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9633 taking a 2-byte value out of a 4-byte DWARF implicit value on
9634 big-endian targets.
9635 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9636 logic. Add test cases for DW_OP_implicit.
9637
9638 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9639
9640 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9641
9642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9643
9644 * gdb.btrace/enable.exp: Call gdb_exit before
9645 skip_gdbserver_tests.
9646
9647 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9648
9649 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9650 GDBFLAGS.
9651
9652 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9653
9654 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9655 the test is skipped.
9656 * gdb.btrace/data.exp: Likewise.
9657 * gdb.btrace/delta.exp: Likewise.
9658 * gdb.btrace/dlopen.exp: Likewise.
9659 * gdb.btrace/enable-running.exp: Likewise.
9660 * gdb.btrace/enable.exp: Likewise.
9661 * gdb.btrace/exception.exp: Likewise.
9662 * gdb.btrace/function_call_history.exp: Likewise.
9663 * gdb.btrace/gcore.exp: Likewise.
9664 * gdb.btrace/instruction_history.exp: Likewise.
9665 * gdb.btrace/multi-thread-step.exp: Likewise.
9666 * gdb.btrace/nohist.exp: Likewise.
9667 * gdb.btrace/non-stop.exp: Likewise.
9668 * gdb.btrace/reconnect.exp: Likewise.
9669 * gdb.btrace/record_goto-step.exp: Likewise.
9670 * gdb.btrace/record_goto.exp: Likewise.
9671 * gdb.btrace/rn-dl-bind.exp: Likewise.
9672 * gdb.btrace/segv.exp: Likewise.
9673 * gdb.btrace/step.exp: Likewise.
9674 * gdb.btrace/stepi.exp: Likewise.
9675 * gdb.btrace/tailcall-only.exp: Likewise.
9676 * gdb.btrace/tailcall.exp: Likewise.
9677 * gdb.btrace/tsx.exp: Likewise.
9678 * gdb.btrace/unknown_functions.exp: Likewise.
9679 * gdb.btrace/vdso.exp: Likewise.
9680
9681 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9682
9683 * gdb.btrace/enable-running.c: New.
9684 * gdb.btrace/enable-running.exp: New.
9685
9686 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9687
9688 * gdb.arch/amd64-gs_base.c: New file.
9689 * gdb.arch/amd64-gs_base.exp: New file.
9690
9691 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9692
9693 * lib/memory.exp: Remove spurious empty newlines.
9694
9695 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9696
9697 * gdb.python/py-bad-printers.exp: Load python file using "source".
9698 * gdb.python/py-events.exp: Likewise.
9699 * gdb.python/py-evsignal.exp: Likewise.
9700 * gdb.python/py-evthreads.exp: Likewise.
9701 * gdb.python/py-frame-args.exp: Likewise.
9702 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9703 * gdb.python/py-framefilter-mi.exp: Likewise.
9704 * gdb.python/py-framefilter.exp: Likewise.
9705 * gdb.python/py-mi.exp: Likewise.
9706 * gdb.python/py-pp-maint.exp: Likewise.
9707 * gdb.python/py-pp-registration.exp: Likewise.
9708 * gdb.python/py-prettyprint.exp: Likewise.
9709 (run_lang_tests): Likewise.
9710 * gdb.python/py-typeprint.exp: Likewise.
9711
9712 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9713
9714 * lib/memory.exp: New file.
9715 * lib/gdb.exp: Load memory.exp.
9716 * gdb.base/memattr.exp (delete_memory): Move proc to
9717 lib/memory.exp and rename to delete_memory_regions.
9718 Replace delete_memory with delete_memory_regions.
9719 Cleanup memory regions before tests.
9720 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9721 before tests.
9722
9723 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9724
9725 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9726 files.
9727 (initialize): New function conditionally defined.
9728 (testcases): Move within conditional block.
9729 (main): Call initialize.
9730 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9731 of gdb.reverse/insn-reverse.c.
9732 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9733 gdb.reverse/insn-reverse.c.
9734
9735 2017-01-26 Yao Qi <yao.qi@linaro.org>
9736
9737 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9738 disassemble on address 0.
9739
9740 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9741 Yao Qi <yao.qi@linaro.org>
9742
9743 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9744 * gdb.dwarf2/implptr-64bit.S: Remove.
9745 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9746 variables in caller's context. Add DW_OP_implicit_value.
9747
9748 2017-01-25 Yao Qi <yao.qi@linaro.org>
9749
9750 * lib/dwarf.exp (Dwarf::_location): Handle
9751 DW_OP_GNU_implicit_pointer with proper size.
9752
9753 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9754
9755 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9756 and add untested calls.
9757
9758 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9759
9760 * gdb.python/python.exp: Check line number against what GDB thinks
9761 the line number is for func1.
9762
9763 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9764
9765 * gdb.dlang/debug-expr.exp: New file.
9766
9767 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9768
9769 Fix test names for the following files:
9770
9771 * gdb.ada/exec_changed.exp
9772 * gdb.ada/info_types.exp
9773 * gdb.arch/aarch64-atomic-inst.exp
9774 * gdb.arch/aarch64-fp.exp
9775 * gdb.arch/altivec-abi.exp
9776 * gdb.arch/altivec-regs.exp
9777 * gdb.arch/amd64-byte.exp
9778 * gdb.arch/amd64-disp-step.exp
9779 * gdb.arch/amd64-dword.exp
9780 * gdb.arch/amd64-entry-value-inline.exp
9781 * gdb.arch/amd64-entry-value-param.exp
9782 * gdb.arch/amd64-entry-value-paramref.exp
9783 * gdb.arch/amd64-entry-value.exp
9784 * gdb.arch/amd64-i386-address.exp
9785 * gdb.arch/amd64-invalid-stack-middle.exp
9786 * gdb.arch/amd64-invalid-stack-top.exp
9787 * gdb.arch/amd64-optimout-repeat.exp
9788 * gdb.arch/amd64-prologue-skip.exp
9789 * gdb.arch/amd64-prologue-xmm.exp
9790 * gdb.arch/amd64-stap-special-operands.exp
9791 * gdb.arch/amd64-stap-wrong-subexp.exp
9792 * gdb.arch/amd64-tailcall-cxx.exp
9793 * gdb.arch/amd64-tailcall-noret.exp
9794 * gdb.arch/amd64-tailcall-ret.exp
9795 * gdb.arch/amd64-tailcall-self.exp
9796 * gdb.arch/amd64-word.exp
9797 * gdb.arch/arm-bl-branch-dest.exp
9798 * gdb.arch/arm-disp-step.exp
9799 * gdb.arch/arm-neon.exp
9800 * gdb.arch/arm-single-step-kernel-helper.exp
9801 * gdb.arch/avr-flash-qualifier.exp
9802 * gdb.arch/disp-step-insn-reloc.exp
9803 * gdb.arch/e500-abi.exp
9804 * gdb.arch/e500-regs.exp
9805 * gdb.arch/ftrace-insn-reloc.exp
9806 * gdb.arch/i386-avx512.exp
9807 * gdb.arch/i386-bp_permanent.exp
9808 * gdb.arch/i386-byte.exp
9809 * gdb.arch/i386-cfi-notcurrent.exp
9810 * gdb.arch/i386-disp-step.exp
9811 * gdb.arch/i386-dr3-watch.exp
9812 * gdb.arch/i386-float.exp
9813 * gdb.arch/i386-gnu-cfi.exp
9814 * gdb.arch/i386-mpx-map.exp
9815 * gdb.arch/i386-mpx-sigsegv.exp
9816 * gdb.arch/i386-mpx-simple_segv.exp
9817 * gdb.arch/i386-mpx.exp
9818 * gdb.arch/i386-permbkpt.exp
9819 * gdb.arch/i386-prologue.exp
9820 * gdb.arch/i386-signal.exp
9821 * gdb.arch/i386-size-overlap.exp
9822 * gdb.arch/i386-unwind.exp
9823 * gdb.arch/i386-word.exp
9824 * gdb.arch/mips-fcr.exp
9825 * gdb.arch/powerpc-d128-regs.exp
9826 * gdb.arch/powerpc-stackless.exp
9827 * gdb.arch/ppc64-atomic-inst.exp
9828 * gdb.arch/s390-stackless.exp
9829 * gdb.arch/s390-tdbregs.exp
9830 * gdb.arch/s390-vregs.exp
9831 * gdb.arch/sparc-sysstep.exp
9832 * gdb.arch/thumb-bx-pc.exp
9833 * gdb.arch/thumb-singlestep.exp
9834 * gdb.arch/thumb2-it.exp
9835 * gdb.arch/vsx-regs.exp
9836 * gdb.asm/asm-source.exp
9837 * gdb.base/a2-run.exp
9838 * gdb.base/advance.exp
9839 * gdb.base/all-bin.exp
9840 * gdb.base/anon.exp
9841 * gdb.base/args.exp
9842 * gdb.base/arithmet.exp
9843 * gdb.base/async-shell.exp
9844 * gdb.base/async.exp
9845 * gdb.base/attach-pie-noexec.exp
9846 * gdb.base/attach-twice.exp
9847 * gdb.base/auto-load.exp
9848 * gdb.base/bang.exp
9849 * gdb.base/bitfields.exp
9850 * gdb.base/break-always.exp
9851 * gdb.base/break-caller-line.exp
9852 * gdb.base/break-entry.exp
9853 * gdb.base/break-inline.exp
9854 * gdb.base/break-on-linker-gcd-function.exp
9855 * gdb.base/break-probes.exp
9856 * gdb.base/break.exp
9857 * gdb.base/breakpoint-shadow.exp
9858 * gdb.base/call-ar-st.exp
9859 * gdb.base/call-sc.exp
9860 * gdb.base/call-signal-resume.exp
9861 * gdb.base/call-strs.exp
9862 * gdb.base/callfuncs.exp
9863 * gdb.base/catch-fork-static.exp
9864 * gdb.base/catch-gdb-caused-signals.exp
9865 * gdb.base/catch-load.exp
9866 * gdb.base/catch-signal-fork.exp
9867 * gdb.base/catch-signal.exp
9868 * gdb.base/catch-syscall.exp
9869 * gdb.base/charset.exp
9870 * gdb.base/checkpoint.exp
9871 * gdb.base/chng-syms.exp
9872 * gdb.base/code-expr.exp
9873 * gdb.base/code_elim.exp
9874 * gdb.base/commands.exp
9875 * gdb.base/completion.exp
9876 * gdb.base/complex.exp
9877 * gdb.base/cond-expr.exp
9878 * gdb.base/condbreak.exp
9879 * gdb.base/consecutive.exp
9880 * gdb.base/continue-all-already-running.exp
9881 * gdb.base/coredump-filter.exp
9882 * gdb.base/corefile.exp
9883 * gdb.base/dbx.exp
9884 * gdb.base/debug-expr.exp
9885 * gdb.base/define.exp
9886 * gdb.base/del.exp
9887 * gdb.base/disabled-location.exp
9888 * gdb.base/disasm-end-cu.exp
9889 * gdb.base/disasm-optim.exp
9890 * gdb.base/display.exp
9891 * gdb.base/duplicate-bp.exp
9892 * gdb.base/ena-dis-br.exp
9893 * gdb.base/ending-run.exp
9894 * gdb.base/enumval.exp
9895 * gdb.base/environ.exp
9896 * gdb.base/eu-strip-infcall.exp
9897 * gdb.base/eval-avoid-side-effects.exp
9898 * gdb.base/eval-skip.exp
9899 * gdb.base/exitsignal.exp
9900 * gdb.base/expand-psymtabs.exp
9901 * gdb.base/filesym.exp
9902 * gdb.base/find-unmapped.exp
9903 * gdb.base/finish.exp
9904 * gdb.base/float.exp
9905 * gdb.base/foll-exec-mode.exp
9906 * gdb.base/foll-exec.exp
9907 * gdb.base/foll-fork.exp
9908 * gdb.base/fortran-sym-case.exp
9909 * gdb.base/freebpcmd.exp
9910 * gdb.base/func-ptr.exp
9911 * gdb.base/func-ptrs.exp
9912 * gdb.base/funcargs.exp
9913 * gdb.base/gcore-buffer-overflow.exp
9914 * gdb.base/gcore-relro-pie.exp
9915 * gdb.base/gcore-relro.exp
9916 * gdb.base/gcore.exp
9917 * gdb.base/gdb1090.exp
9918 * gdb.base/gdb11530.exp
9919 * gdb.base/gdb11531.exp
9920 * gdb.base/gdb1821.exp
9921 * gdb.base/gdbindex-stabs.exp
9922 * gdb.base/gdbvars.exp
9923 * gdb.base/hbreak.exp
9924 * gdb.base/hbreak2.exp
9925 * gdb.base/included.exp
9926 * gdb.base/infcall-input.exp
9927 * gdb.base/inferior-died.exp
9928 * gdb.base/infnan.exp
9929 * gdb.base/info-macros.exp
9930 * gdb.base/info-os.exp
9931 * gdb.base/info-proc.exp
9932 * gdb.base/info-shared.exp
9933 * gdb.base/info-target.exp
9934 * gdb.base/infoline.exp
9935 * gdb.base/interp.exp
9936 * gdb.base/interrupt.exp
9937 * gdb.base/jit-reader.exp
9938 * gdb.base/jit-simple.exp
9939 * gdb.base/kill-after-signal.exp
9940 * gdb.base/kill-detach-inferiors-cmd.exp
9941 * gdb.base/label.exp
9942 * gdb.base/langs.exp
9943 * gdb.base/ldbl_e308.exp
9944 * gdb.base/line-symtabs.exp
9945 * gdb.base/linespecs.exp
9946 * gdb.base/list.exp
9947 * gdb.base/long_long.exp
9948 * gdb.base/longest-types.exp
9949 * gdb.base/maint.exp
9950 * gdb.base/max-value-size.exp
9951 * gdb.base/memattr.exp
9952 * gdb.base/mips_pro.exp
9953 * gdb.base/morestack.exp
9954 * gdb.base/moribund-step.exp
9955 * gdb.base/multi-forks.exp
9956 * gdb.base/nested-addr.exp
9957 * gdb.base/nextoverexit.exp
9958 * gdb.base/noreturn-finish.exp
9959 * gdb.base/noreturn-return.exp
9960 * gdb.base/nostdlib.exp
9961 * gdb.base/offsets.exp
9962 * gdb.base/opaque.exp
9963 * gdb.base/pc-fp.exp
9964 * gdb.base/permissions.exp
9965 * gdb.base/print-symbol-loading.exp
9966 * gdb.base/prologue-include.exp
9967 * gdb.base/psymtab.exp
9968 * gdb.base/ptype.exp
9969 * gdb.base/random-signal.exp
9970 * gdb.base/randomize.exp
9971 * gdb.base/range-stepping.exp
9972 * gdb.base/readline-ask.exp
9973 * gdb.base/recpar.exp
9974 * gdb.base/recurse.exp
9975 * gdb.base/relational.exp
9976 * gdb.base/restore.exp
9977 * gdb.base/return-nodebug.exp
9978 * gdb.base/return.exp
9979 * gdb.base/run-after-attach.exp
9980 * gdb.base/save-bp.exp
9981 * gdb.base/scope.exp
9982 * gdb.base/sect-cmd.exp
9983 * gdb.base/set-lang-auto.exp
9984 * gdb.base/set-noassign.exp
9985 * gdb.base/setvar.exp
9986 * gdb.base/sigall.exp
9987 * gdb.base/sigbpt.exp
9988 * gdb.base/siginfo-addr.exp
9989 * gdb.base/siginfo-infcall.exp
9990 * gdb.base/siginfo-obj.exp
9991 * gdb.base/siginfo.exp
9992 * gdb.base/signals-state-child.exp
9993 * gdb.base/signest.exp
9994 * gdb.base/sigstep.exp
9995 * gdb.base/sizeof.exp
9996 * gdb.base/skip.exp
9997 * gdb.base/solib-corrupted.exp
9998 * gdb.base/solib-nodir.exp
9999 * gdb.base/solib-search.exp
10000 * gdb.base/stack-checking.exp
10001 * gdb.base/stale-infcall.exp
10002 * gdb.base/stap-probe.exp
10003 * gdb.base/start.exp
10004 * gdb.base/step-break.exp
10005 * gdb.base/step-bt.exp
10006 * gdb.base/step-line.exp
10007 * gdb.base/step-over-exit.exp
10008 * gdb.base/step-over-syscall.exp
10009 * gdb.base/step-resume-infcall.exp
10010 * gdb.base/step-test.exp
10011 * gdb.base/store.exp
10012 * gdb.base/structs3.exp
10013 * gdb.base/sym-file.exp
10014 * gdb.base/symbol-without-target_section.exp
10015 * gdb.base/term.exp
10016 * gdb.base/testenv.exp
10017 * gdb.base/ui-redirect.exp
10018 * gdb.base/until.exp
10019 * gdb.base/unwindonsignal.exp
10020 * gdb.base/value-double-free.exp
10021 * gdb.base/vla-datatypes.exp
10022 * gdb.base/vla-ptr.exp
10023 * gdb.base/vla-sideeffect.exp
10024 * gdb.base/volatile.exp
10025 * gdb.base/watch-cond-infcall.exp
10026 * gdb.base/watch-cond.exp
10027 * gdb.base/watch-non-mem.exp
10028 * gdb.base/watch-read.exp
10029 * gdb.base/watch-vfork.exp
10030 * gdb.base/watchpoint-cond-gone.exp
10031 * gdb.base/watchpoint-delete.exp
10032 * gdb.base/watchpoint-hw-hit-once.exp
10033 * gdb.base/watchpoint-hw.exp
10034 * gdb.base/watchpoint-stops-at-right-insn.exp
10035 * gdb.base/watchpoints.exp
10036 * gdb.base/wchar.exp
10037 * gdb.base/whatis-exp.exp
10038 * gdb.btrace/buffer-size.exp
10039 * gdb.btrace/data.exp
10040 * gdb.btrace/delta.exp
10041 * gdb.btrace/dlopen.exp
10042 * gdb.btrace/enable.exp
10043 * gdb.btrace/exception.exp
10044 * gdb.btrace/function_call_history.exp
10045 * gdb.btrace/gcore.exp
10046 * gdb.btrace/instruction_history.exp
10047 * gdb.btrace/nohist.exp
10048 * gdb.btrace/reconnect.exp
10049 * gdb.btrace/record_goto-step.exp
10050 * gdb.btrace/record_goto.exp
10051 * gdb.btrace/rn-dl-bind.exp
10052 * gdb.btrace/segv.exp
10053 * gdb.btrace/step.exp
10054 * gdb.btrace/stepi.exp
10055 * gdb.btrace/tailcall-only.exp
10056 * gdb.btrace/tailcall.exp
10057 * gdb.btrace/tsx.exp
10058 * gdb.btrace/unknown_functions.exp
10059 * gdb.btrace/vdso.exp
10060 * gdb.compile/compile-ifunc.exp
10061 * gdb.compile/compile-ops.exp
10062 * gdb.compile/compile-print.exp
10063 * gdb.compile/compile-setjmp.exp
10064 * gdb.cp/abstract-origin.exp
10065 * gdb.cp/ambiguous.exp
10066 * gdb.cp/annota2.exp
10067 * gdb.cp/annota3.exp
10068 * gdb.cp/anon-ns.exp
10069 * gdb.cp/anon-struct.exp
10070 * gdb.cp/anon-union.exp
10071 * gdb.cp/arg-reference.exp
10072 * gdb.cp/baseenum.exp
10073 * gdb.cp/bool.exp
10074 * gdb.cp/breakpoint.exp
10075 * gdb.cp/bs15503.exp
10076 * gdb.cp/call-c.exp
10077 * gdb.cp/casts.exp
10078 * gdb.cp/chained-calls.exp
10079 * gdb.cp/class2.exp
10080 * gdb.cp/classes.exp
10081 * gdb.cp/cmpd-minsyms.exp
10082 * gdb.cp/converts.exp
10083 * gdb.cp/cp-relocate.exp
10084 * gdb.cp/cpcompletion.exp
10085 * gdb.cp/cpexprs.exp
10086 * gdb.cp/cplabel.exp
10087 * gdb.cp/cplusfuncs.exp
10088 * gdb.cp/cpsizeof.exp
10089 * gdb.cp/ctti.exp
10090 * gdb.cp/derivation.exp
10091 * gdb.cp/destrprint.exp
10092 * gdb.cp/dispcxx.exp
10093 * gdb.cp/enum-class.exp
10094 * gdb.cp/exception.exp
10095 * gdb.cp/exceptprint.exp
10096 * gdb.cp/expand-psymtabs-cxx.exp
10097 * gdb.cp/expand-sals.exp
10098 * gdb.cp/extern-c.exp
10099 * gdb.cp/filename.exp
10100 * gdb.cp/formatted-ref.exp
10101 * gdb.cp/fpointer.exp
10102 * gdb.cp/gdb1355.exp
10103 * gdb.cp/gdb2495.exp
10104 * gdb.cp/hang.exp
10105 * gdb.cp/impl-this.exp
10106 * gdb.cp/infcall-dlopen.exp
10107 * gdb.cp/inherit.exp
10108 * gdb.cp/iostream.exp
10109 * gdb.cp/koenig.exp
10110 * gdb.cp/local.exp
10111 * gdb.cp/m-data.exp
10112 * gdb.cp/m-static.exp
10113 * gdb.cp/mb-ctor.exp
10114 * gdb.cp/mb-inline.exp
10115 * gdb.cp/mb-templates.exp
10116 * gdb.cp/member-name.exp
10117 * gdb.cp/member-ptr.exp
10118 * gdb.cp/meth-typedefs.exp
10119 * gdb.cp/method.exp
10120 * gdb.cp/method2.exp
10121 * gdb.cp/minsym-fallback.exp
10122 * gdb.cp/misc.exp
10123 * gdb.cp/namelessclass.exp
10124 * gdb.cp/namespace-enum.exp
10125 * gdb.cp/namespace-nested-import.exp
10126 * gdb.cp/namespace.exp
10127 * gdb.cp/nextoverthrow.exp
10128 * gdb.cp/no-dmgl-verbose.exp
10129 * gdb.cp/non-trivial-retval.exp
10130 * gdb.cp/noparam.exp
10131 * gdb.cp/nsdecl.exp
10132 * gdb.cp/nsimport.exp
10133 * gdb.cp/nsnested.exp
10134 * gdb.cp/nsnoimports.exp
10135 * gdb.cp/nsrecurs.exp
10136 * gdb.cp/nsstress.exp
10137 * gdb.cp/nsusing.exp
10138 * gdb.cp/operator.exp
10139 * gdb.cp/oranking.exp
10140 * gdb.cp/overload-const.exp
10141 * gdb.cp/overload.exp
10142 * gdb.cp/ovldbreak.exp
10143 * gdb.cp/ovsrch.exp
10144 * gdb.cp/paren-type.exp
10145 * gdb.cp/parse-lang.exp
10146 * gdb.cp/pass-by-ref.exp
10147 * gdb.cp/pr-1023.exp
10148 * gdb.cp/pr-1210.exp
10149 * gdb.cp/pr-574.exp
10150 * gdb.cp/pr10687.exp
10151 * gdb.cp/pr12028.exp
10152 * gdb.cp/pr17132.exp
10153 * gdb.cp/pr17494.exp
10154 * gdb.cp/pr9067.exp
10155 * gdb.cp/pr9167.exp
10156 * gdb.cp/pr9631.exp
10157 * gdb.cp/printmethod.exp
10158 * gdb.cp/psmang.exp
10159 * gdb.cp/psymtab-parameter.exp
10160 * gdb.cp/ptype-cv-cp.exp
10161 * gdb.cp/ptype-flags.exp
10162 * gdb.cp/re-set-overloaded.exp
10163 * gdb.cp/ref-types.exp
10164 * gdb.cp/rtti.exp
10165 * gdb.cp/scope-err.exp
10166 * gdb.cp/shadow.exp
10167 * gdb.cp/smartp.exp
10168 * gdb.cp/static-method.exp
10169 * gdb.cp/static-print-quit.exp
10170 * gdb.cp/temargs.exp
10171 * gdb.cp/templates.exp
10172 * gdb.cp/try_catch.exp
10173 * gdb.cp/typedef-operator.exp
10174 * gdb.cp/typeid.exp
10175 * gdb.cp/userdef.exp
10176 * gdb.cp/using-crash.exp
10177 * gdb.cp/var-tag.exp
10178 * gdb.cp/virtbase.exp
10179 * gdb.cp/virtfunc.exp
10180 * gdb.cp/virtfunc2.exp
10181 * gdb.cp/vla-cxx.exp
10182 * gdb.disasm/t01_mov.exp
10183 * gdb.disasm/t02_mova.exp
10184 * gdb.disasm/t03_add.exp
10185 * gdb.disasm/t04_sub.exp
10186 * gdb.disasm/t05_cmp.exp
10187 * gdb.disasm/t06_ari2.exp
10188 * gdb.disasm/t07_ari3.exp
10189 * gdb.disasm/t08_or.exp
10190 * gdb.disasm/t09_xor.exp
10191 * gdb.disasm/t10_and.exp
10192 * gdb.disasm/t11_logs.exp
10193 * gdb.disasm/t12_bit.exp
10194 * gdb.disasm/t13_otr.exp
10195 * gdb.dlang/circular.exp
10196 * gdb.dwarf2/arr-stride.exp
10197 * gdb.dwarf2/arr-subrange.exp
10198 * gdb.dwarf2/atomic-type.exp
10199 * gdb.dwarf2/bad-regnum.exp
10200 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10201 * gdb.dwarf2/callframecfa.exp
10202 * gdb.dwarf2/clztest.exp
10203 * gdb.dwarf2/corrupt.exp
10204 * gdb.dwarf2/data-loc.exp
10205 * gdb.dwarf2/dup-psym.exp
10206 * gdb.dwarf2/dw2-anon-mptr.exp
10207 * gdb.dwarf2/dw2-anonymous-func.exp
10208 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10209 * gdb.dwarf2/dw2-bad-unresolved.exp
10210 * gdb.dwarf2/dw2-basic.exp
10211 * gdb.dwarf2/dw2-canonicalize-type.exp
10212 * gdb.dwarf2/dw2-case-insensitive.exp
10213 * gdb.dwarf2/dw2-common-block.exp
10214 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10215 * gdb.dwarf2/dw2-compressed.exp
10216 * gdb.dwarf2/dw2-const.exp
10217 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10218 * gdb.dwarf2/dw2-cu-size.exp
10219 * gdb.dwarf2/dw2-dup-frame.exp
10220 * gdb.dwarf2/dw2-entry-value.exp
10221 * gdb.dwarf2/dw2-icycle.exp
10222 * gdb.dwarf2/dw2-ifort-parameter.exp
10223 * gdb.dwarf2/dw2-inline-break.exp
10224 * gdb.dwarf2/dw2-inline-param.exp
10225 * gdb.dwarf2/dw2-intercu.exp
10226 * gdb.dwarf2/dw2-intermix.exp
10227 * gdb.dwarf2/dw2-lexical-block-bare.exp
10228 * gdb.dwarf2/dw2-linkage-name-trust.exp
10229 * gdb.dwarf2/dw2-minsym-in-cu.exp
10230 * gdb.dwarf2/dw2-noloc.exp
10231 * gdb.dwarf2/dw2-op-call.exp
10232 * gdb.dwarf2/dw2-op-out-param.exp
10233 * gdb.dwarf2/dw2-opt-structptr.exp
10234 * gdb.dwarf2/dw2-param-error.exp
10235 * gdb.dwarf2/dw2-producer.exp
10236 * gdb.dwarf2/dw2-ranges-base.exp
10237 * gdb.dwarf2/dw2-ref-missing-frame.exp
10238 * gdb.dwarf2/dw2-reg-undefined.exp
10239 * gdb.dwarf2/dw2-regno-invalid.exp
10240 * gdb.dwarf2/dw2-restore.exp
10241 * gdb.dwarf2/dw2-restrict.exp
10242 * gdb.dwarf2/dw2-single-line-discriminators.exp
10243 * gdb.dwarf2/dw2-strp.exp
10244 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10245 * gdb.dwarf2/dw2-unresolved.exp
10246 * gdb.dwarf2/dw2-var-zero-addr.exp
10247 * gdb.dwarf2/dw4-sig-types.exp
10248 * gdb.dwarf2/dwz.exp
10249 * gdb.dwarf2/dynarr-ptr.exp
10250 * gdb.dwarf2/enum-type.exp
10251 * gdb.dwarf2/gdb-index.exp
10252 * gdb.dwarf2/implptr-64bit.exp
10253 * gdb.dwarf2/implptr-optimized-out.exp
10254 * gdb.dwarf2/implptr.exp
10255 * gdb.dwarf2/implref-array.exp
10256 * gdb.dwarf2/implref-const.exp
10257 * gdb.dwarf2/implref-global.exp
10258 * gdb.dwarf2/implref-struct.exp
10259 * gdb.dwarf2/mac-fileno.exp
10260 * gdb.dwarf2/main-subprogram.exp
10261 * gdb.dwarf2/member-ptr-forwardref.exp
10262 * gdb.dwarf2/method-ptr.exp
10263 * gdb.dwarf2/missing-sig-type.exp
10264 * gdb.dwarf2/nonvar-access.exp
10265 * gdb.dwarf2/opaque-type-lookup.exp
10266 * gdb.dwarf2/pieces-optimized-out.exp
10267 * gdb.dwarf2/pieces.exp
10268 * gdb.dwarf2/pr10770.exp
10269 * gdb.dwarf2/pr13961.exp
10270 * gdb.dwarf2/staticvirtual.exp
10271 * gdb.dwarf2/subrange.exp
10272 * gdb.dwarf2/symtab-producer.exp
10273 * gdb.dwarf2/trace-crash.exp
10274 * gdb.dwarf2/typeddwarf.exp
10275 * gdb.dwarf2/valop.exp
10276 * gdb.dwarf2/watch-notconst.exp
10277 * gdb.fortran/array-element.exp
10278 * gdb.fortran/charset.exp
10279 * gdb.fortran/common-block.exp
10280 * gdb.fortran/complex.exp
10281 * gdb.fortran/derived-type-function.exp
10282 * gdb.fortran/derived-type.exp
10283 * gdb.fortran/logical.exp
10284 * gdb.fortran/module.exp
10285 * gdb.fortran/multi-dim.exp
10286 * gdb.fortran/nested-funcs.exp
10287 * gdb.fortran/print-formatted.exp
10288 * gdb.fortran/subarray.exp
10289 * gdb.fortran/vla-alloc-assoc.exp
10290 * gdb.fortran/vla-datatypes.exp
10291 * gdb.fortran/vla-history.exp
10292 * gdb.fortran/vla-ptr-info.exp
10293 * gdb.fortran/vla-ptype-sub.exp
10294 * gdb.fortran/vla-ptype.exp
10295 * gdb.fortran/vla-sizeof.exp
10296 * gdb.fortran/vla-type.exp
10297 * gdb.fortran/vla-value-sub-arbitrary.exp
10298 * gdb.fortran/vla-value-sub-finish.exp
10299 * gdb.fortran/vla-value-sub.exp
10300 * gdb.fortran/vla-value.exp
10301 * gdb.fortran/whatis_type.exp
10302 * gdb.go/chan.exp
10303 * gdb.go/handcall.exp
10304 * gdb.go/hello.exp
10305 * gdb.go/integers.exp
10306 * gdb.go/methods.exp
10307 * gdb.go/package.exp
10308 * gdb.go/strings.exp
10309 * gdb.go/types.exp
10310 * gdb.go/unsafe.exp
10311 * gdb.guile/scm-arch.exp
10312 * gdb.guile/scm-block.exp
10313 * gdb.guile/scm-breakpoint.exp
10314 * gdb.guile/scm-cmd.exp
10315 * gdb.guile/scm-disasm.exp
10316 * gdb.guile/scm-equal.exp
10317 * gdb.guile/scm-frame-args.exp
10318 * gdb.guile/scm-frame-inline.exp
10319 * gdb.guile/scm-frame.exp
10320 * gdb.guile/scm-iterator.exp
10321 * gdb.guile/scm-math.exp
10322 * gdb.guile/scm-objfile.exp
10323 * gdb.guile/scm-ports.exp
10324 * gdb.guile/scm-symbol.exp
10325 * gdb.guile/scm-symtab.exp
10326 * gdb.guile/scm-value-cc.exp
10327 * gdb.guile/types-module.exp
10328 * gdb.linespec/break-ask.exp
10329 * gdb.linespec/cpexplicit.exp
10330 * gdb.linespec/explicit.exp
10331 * gdb.linespec/keywords.exp
10332 * gdb.linespec/linespec.exp
10333 * gdb.linespec/ls-dollar.exp
10334 * gdb.linespec/ls-errs.exp
10335 * gdb.linespec/skip-two.exp
10336 * gdb.linespec/thread.exp
10337 * gdb.mi/mi-async.exp
10338 * gdb.mi/mi-basics.exp
10339 * gdb.mi/mi-break.exp
10340 * gdb.mi/mi-catch-load.exp
10341 * gdb.mi/mi-cli.exp
10342 * gdb.mi/mi-cmd-param-changed.exp
10343 * gdb.mi/mi-console.exp
10344 * gdb.mi/mi-detach.exp
10345 * gdb.mi/mi-disassemble.exp
10346 * gdb.mi/mi-eval.exp
10347 * gdb.mi/mi-file-transfer.exp
10348 * gdb.mi/mi-file.exp
10349 * gdb.mi/mi-fill-memory.exp
10350 * gdb.mi/mi-inheritance-syntax-error.exp
10351 * gdb.mi/mi-linespec-err-cp.exp
10352 * gdb.mi/mi-logging.exp
10353 * gdb.mi/mi-memory-changed.exp
10354 * gdb.mi/mi-read-memory.exp
10355 * gdb.mi/mi-record-changed.exp
10356 * gdb.mi/mi-reg-undefined.exp
10357 * gdb.mi/mi-regs.exp
10358 * gdb.mi/mi-return.exp
10359 * gdb.mi/mi-reverse.exp
10360 * gdb.mi/mi-simplerun.exp
10361 * gdb.mi/mi-solib.exp
10362 * gdb.mi/mi-stack.exp
10363 * gdb.mi/mi-stepi.exp
10364 * gdb.mi/mi-syn-frame.exp
10365 * gdb.mi/mi-until.exp
10366 * gdb.mi/mi-var-block.exp
10367 * gdb.mi/mi-var-child.exp
10368 * gdb.mi/mi-var-cmd.exp
10369 * gdb.mi/mi-var-cp.exp
10370 * gdb.mi/mi-var-display.exp
10371 * gdb.mi/mi-var-invalidate.exp
10372 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10373 * gdb.mi/mi-vla-fortran.exp
10374 * gdb.mi/mi-watch.exp
10375 * gdb.mi/mi2-var-child.exp
10376 * gdb.mi/user-selected-context-sync.exp
10377 * gdb.modula2/unbounded-array.exp
10378 * gdb.multi/dummy-frame-restore.exp
10379 * gdb.multi/multi-arch-exec.exp
10380 * gdb.multi/multi-arch.exp
10381 * gdb.multi/tids.exp
10382 * gdb.multi/watchpoint-multi.exp
10383 * gdb.opencl/callfuncs.exp
10384 * gdb.opencl/convs_casts.exp
10385 * gdb.opencl/datatypes.exp
10386 * gdb.opencl/operators.exp
10387 * gdb.opencl/vec_comps.exp
10388 * gdb.opt/clobbered-registers-O2.exp
10389 * gdb.opt/inline-break.exp
10390 * gdb.opt/inline-bt.exp
10391 * gdb.opt/inline-cmds.exp
10392 * gdb.opt/inline-locals.exp
10393 * gdb.pascal/case-insensitive-symbols.exp
10394 * gdb.pascal/floats.exp
10395 * gdb.pascal/gdb11492.exp
10396 * gdb.python/lib-types.exp
10397 * gdb.python/py-arch.exp
10398 * gdb.python/py-as-string.exp
10399 * gdb.python/py-bad-printers.exp
10400 * gdb.python/py-block.exp
10401 * gdb.python/py-breakpoint-create-fail.exp
10402 * gdb.python/py-breakpoint.exp
10403 * gdb.python/py-caller-is.exp
10404 * gdb.python/py-cmd.exp
10405 * gdb.python/py-explore-cc.exp
10406 * gdb.python/py-explore.exp
10407 * gdb.python/py-finish-breakpoint.exp
10408 * gdb.python/py-finish-breakpoint2.exp
10409 * gdb.python/py-frame-args.exp
10410 * gdb.python/py-frame-inline.exp
10411 * gdb.python/py-frame.exp
10412 * gdb.python/py-framefilter-mi.exp
10413 * gdb.python/py-infthread.exp
10414 * gdb.python/py-lazy-string.exp
10415 * gdb.python/py-linetable.exp
10416 * gdb.python/py-mi-events.exp
10417 * gdb.python/py-mi-objfile.exp
10418 * gdb.python/py-mi.exp
10419 * gdb.python/py-objfile.exp
10420 * gdb.python/py-pp-integral.exp
10421 * gdb.python/py-pp-maint.exp
10422 * gdb.python/py-pp-re-notag.exp
10423 * gdb.python/py-pp-registration.exp
10424 * gdb.python/py-recurse-unwind.exp
10425 * gdb.python/py-strfns.exp
10426 * gdb.python/py-symbol.exp
10427 * gdb.python/py-symtab.exp
10428 * gdb.python/py-sync-interp.exp
10429 * gdb.python/py-typeprint.exp
10430 * gdb.python/py-unwind-maint.exp
10431 * gdb.python/py-unwind.exp
10432 * gdb.python/py-value-cc.exp
10433 * gdb.python/py-xmethods.exp
10434 * gdb.reverse/amd64-tailcall-reverse.exp
10435 * gdb.reverse/break-precsave.exp
10436 * gdb.reverse/break-reverse.exp
10437 * gdb.reverse/consecutive-precsave.exp
10438 * gdb.reverse/consecutive-reverse.exp
10439 * gdb.reverse/finish-precsave.exp
10440 * gdb.reverse/finish-reverse-bkpt.exp
10441 * gdb.reverse/finish-reverse.exp
10442 * gdb.reverse/fstatat-reverse.exp
10443 * gdb.reverse/getresuid-reverse.exp
10444 * gdb.reverse/i386-precsave.exp
10445 * gdb.reverse/i386-reverse.exp
10446 * gdb.reverse/i386-sse-reverse.exp
10447 * gdb.reverse/i387-env-reverse.exp
10448 * gdb.reverse/i387-stack-reverse.exp
10449 * gdb.reverse/insn-reverse.exp
10450 * gdb.reverse/machinestate-precsave.exp
10451 * gdb.reverse/machinestate.exp
10452 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10453 * gdb.reverse/pipe-reverse.exp
10454 * gdb.reverse/readv-reverse.exp
10455 * gdb.reverse/recvmsg-reverse.exp
10456 * gdb.reverse/rerun-prec.exp
10457 * gdb.reverse/s390-mvcle.exp
10458 * gdb.reverse/step-precsave.exp
10459 * gdb.reverse/step-reverse.exp
10460 * gdb.reverse/time-reverse.exp
10461 * gdb.reverse/until-precsave.exp
10462 * gdb.reverse/until-reverse.exp
10463 * gdb.reverse/waitpid-reverse.exp
10464 * gdb.reverse/watch-precsave.exp
10465 * gdb.reverse/watch-reverse.exp
10466 * gdb.rust/generics.exp
10467 * gdb.rust/methods.exp
10468 * gdb.rust/modules.exp
10469 * gdb.rust/simple.exp
10470 * gdb.server/connect-with-no-symbol-file.exp
10471 * gdb.server/ext-attach.exp
10472 * gdb.server/ext-restart.exp
10473 * gdb.server/ext-wrapper.exp
10474 * gdb.server/file-transfer.exp
10475 * gdb.server/server-exec-info.exp
10476 * gdb.server/server-kill.exp
10477 * gdb.server/server-mon.exp
10478 * gdb.server/wrapper.exp
10479 * gdb.stabs/exclfwd.exp
10480 * gdb.stabs/gdb11479.exp
10481 * gdb.threads/clone-new-thread-event.exp
10482 * gdb.threads/corethreads.exp
10483 * gdb.threads/current-lwp-dead.exp
10484 * gdb.threads/dlopen-libpthread.exp
10485 * gdb.threads/gcore-thread.exp
10486 * gdb.threads/sigstep-threads.exp
10487 * gdb.threads/watchpoint-fork.exp
10488 * gdb.trace/actions-changed.exp
10489 * gdb.trace/backtrace.exp
10490 * gdb.trace/change-loc.exp
10491 * gdb.trace/circ.exp
10492 * gdb.trace/collection.exp
10493 * gdb.trace/disconnected-tracing.exp
10494 * gdb.trace/ftrace.exp
10495 * gdb.trace/mi-trace-frame-collected.exp
10496 * gdb.trace/mi-trace-unavailable.exp
10497 * gdb.trace/mi-traceframe-changed.exp
10498 * gdb.trace/mi-tsv-changed.exp
10499 * gdb.trace/no-attach-trace.exp
10500 * gdb.trace/passc-dyn.exp
10501 * gdb.trace/qtro.exp
10502 * gdb.trace/range-stepping.exp
10503 * gdb.trace/read-memory.exp
10504 * gdb.trace/save-trace.exp
10505 * gdb.trace/signal.exp
10506 * gdb.trace/status-stop.exp
10507 * gdb.trace/tfile.exp
10508 * gdb.trace/trace-break.exp
10509 * gdb.trace/trace-buffer-size.exp
10510 * gdb.trace/trace-condition.exp
10511 * gdb.trace/tracefile-pseudo-reg.exp
10512 * gdb.trace/tstatus.exp
10513 * gdb.trace/unavailable.exp
10514 * gdb.trace/while-dyn.exp
10515 * gdb.trace/while-stepping.exp
10516
10517 2016-12-22 Doug Evans <xdje42@gmail.com>
10518
10519 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10520 and msymbols.
10521
10522 2016-12-19 Yao Qi <yao.qi@linaro.org>
10523
10524 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10525 (test_with_self): Don't call do_steps_and_nexts, and remove
10526 code about stepping into xmalloc.
10527
10528 2016-12-09 Yao Qi <yao.qi@linaro.org>
10529
10530 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10531
10532 2016-12-09 Yao Qi <yao.qi@linaro.org>
10533
10534 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10535
10536 2016-12-09 Pedro Alves <palves@redhat.com>
10537
10538 * gdb.base/all-architectures-0.exp: New file.
10539 * gdb.base/all-architectures-1.exp: New file.
10540 * gdb.base/all-architectures-2.exp: New file.
10541 * gdb.base/all-architectures-3.exp: New file.
10542 * gdb.base/all-architectures-4.exp: New file.
10543 * gdb.base/all-architectures-5.exp: New file.
10544 * gdb.base/all-architectures-6.exp: New file.
10545 * gdb.base/all-architectures-7.exp: New file.
10546 * gdb.base/all-architectures.exp.in: New file.
10547
10548 2016-12-09 Yao Qi <yao.qi@linaro.org>
10549
10550 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10551
10552 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10553
10554 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10555 possible.
10556 Remove useless pattern-matching code.
10557
10558 2016-12-02 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10561 procedure.
10562 (top level): Call it.
10563
10564 2016-12-02 Pedro Alves <palves@redhat.com>
10565
10566 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10567 New procedure.
10568 (top level): Call it.
10569
10570 2016-12-02 Pedro Alves <palves@redhat.com>
10571
10572 PR cli/20559
10573 * gdb.base/commands.exp (user_defined_command_args_eval): New
10574 procedure.
10575 (top level): Call it.
10576
10577 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10578
10579 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10580 timeout handling.
10581
10582 2016-12-02 Tom Tromey <tom@tromey.com>
10583
10584 * gdb.dwarf2/main-subprogram.c: New file.
10585 * gdb.dwarf2/main-subprogram.exp: New file.
10586
10587 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10588
10589 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10590 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10591 gdb_test_no_output for a couple of cases.
10592 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10593
10594 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10595
10596 Fix test names and standardize compilation error messages throughout
10597 the following files:
10598
10599 * gdb.ada/start.exp
10600 * gdb.arch/alpha-step.exp
10601 * gdb.arch/e500-prologue.exp
10602 * gdb.arch/ftrace-insn-reloc.exp
10603 * gdb.arch/gdb1291.exp
10604 * gdb.arch/gdb1431.exp
10605 * gdb.arch/gdb1558.exp
10606 * gdb.arch/i386-dr3-watch.exp
10607 * gdb.arch/i386-sse-stack-align.exp
10608 * gdb.arch/ia64-breakpoint-shadow.exp
10609 * gdb.arch/pa-nullify.exp
10610 * gdb.arch/powerpc-aix-prologue.exp
10611 * gdb.arch/thumb-bx-pc.exp
10612 * gdb.base/annota1.exp
10613 * gdb.base/annota3.exp
10614 * gdb.base/arrayidx.exp
10615 * gdb.base/assign.exp
10616 * gdb.base/attach.exp
10617 * gdb.base/auxv.exp
10618 * gdb.base/bang.exp
10619 * gdb.base/bfp-test.exp
10620 * gdb.base/bigcore.exp
10621 * gdb.base/bitfields2.exp
10622 * gdb.base/break-fun-addr.exp
10623 * gdb.base/break-probes.exp
10624 * gdb.base/call-rt-st.exp
10625 * gdb.base/callexit.exp
10626 * gdb.base/catch-fork-kill.exp
10627 * gdb.base/charset.exp
10628 * gdb.base/checkpoint.exp
10629 * gdb.base/comprdebug.exp
10630 * gdb.base/constvars.exp
10631 * gdb.base/coredump-filter.exp
10632 * gdb.base/cursal.exp
10633 * gdb.base/cvexpr.exp
10634 * gdb.base/detach.exp
10635 * gdb.base/display.exp
10636 * gdb.base/dmsym.exp
10637 * gdb.base/dprintf-pending.exp
10638 * gdb.base/dso2dso.exp
10639 * gdb.base/dtrace-probe.exp
10640 * gdb.base/dump.exp
10641 * gdb.base/enum_cond.exp
10642 * gdb.base/exe-lock.exp
10643 * gdb.base/exec-invalid-sysroot.exp
10644 * gdb.base/execl-update-breakpoints.exp
10645 * gdb.base/exprs.exp
10646 * gdb.base/fileio.exp
10647 * gdb.base/find.exp
10648 * gdb.base/finish.exp
10649 * gdb.base/fixsection.exp
10650 * gdb.base/foll-vfork.exp
10651 * gdb.base/frame-args.exp
10652 * gdb.base/gcore.exp
10653 * gdb.base/gdb1250.exp
10654 * gdb.base/global-var-nested-by-dso.exp
10655 * gdb.base/gnu-ifunc.exp
10656 * gdb.base/hashline1.exp
10657 * gdb.base/hashline2.exp
10658 * gdb.base/hashline3.exp
10659 * gdb.base/hbreak-in-shr-unsupported.exp
10660 * gdb.base/huge.exp
10661 * gdb.base/infcall-input.exp
10662 * gdb.base/info-fun.exp
10663 * gdb.base/info-shared.exp
10664 * gdb.base/jit-simple.exp
10665 * gdb.base/jit-so.exp
10666 * gdb.base/jit.exp
10667 * gdb.base/jump.exp
10668 * gdb.base/label.exp
10669 * gdb.base/lineinc.exp
10670 * gdb.base/logical.exp
10671 * gdb.base/longjmp.exp
10672 * gdb.base/macscp.exp
10673 * gdb.base/miscexprs.exp
10674 * gdb.base/new-ui-echo.exp
10675 * gdb.base/new-ui-pending-input.exp
10676 * gdb.base/new-ui.exp
10677 * gdb.base/nodebug.exp
10678 * gdb.base/nofield.exp
10679 * gdb.base/offsets.exp
10680 * gdb.base/overlays.exp
10681 * gdb.base/pending.exp
10682 * gdb.base/pointers.exp
10683 * gdb.base/pr11022.exp
10684 * gdb.base/printcmds.exp
10685 * gdb.base/prologue.exp
10686 * gdb.base/ptr-typedef.exp
10687 * gdb.base/realname-expand.exp
10688 * gdb.base/relativedebug.exp
10689 * gdb.base/relocate.exp
10690 * gdb.base/remote.exp
10691 * gdb.base/reread.exp
10692 * gdb.base/return2.exp
10693 * gdb.base/savedregs.exp
10694 * gdb.base/sep.exp
10695 * gdb.base/sepdebug.exp
10696 * gdb.base/sepsymtab.exp
10697 * gdb.base/set-inferior-tty.exp
10698 * gdb.base/setshow.exp
10699 * gdb.base/shlib-call.exp
10700 * gdb.base/sigaltstack.exp
10701 * gdb.base/siginfo-addr.exp
10702 * gdb.base/signals.exp
10703 * gdb.base/signull.exp
10704 * gdb.base/sigrepeat.exp
10705 * gdb.base/so-impl-ld.exp
10706 * gdb.base/solib-display.exp
10707 * gdb.base/solib-overlap.exp
10708 * gdb.base/solib-search.exp
10709 * gdb.base/solib-symbol.exp
10710 * gdb.base/structs.exp
10711 * gdb.base/structs2.exp
10712 * gdb.base/symtab-search-order.exp
10713 * gdb.base/twice.exp
10714 * gdb.base/unload.exp
10715 * gdb.base/varargs.exp
10716 * gdb.base/watchpoint-solib.exp
10717 * gdb.base/watchpoint.exp
10718 * gdb.base/whatis.exp
10719 * gdb.base/wrong_frame_bt_full.exp
10720 * gdb.btrace/dlopen.exp
10721 * gdb.cell/ea-standalone.exp
10722 * gdb.cell/ea-test.exp
10723 * gdb.cp/dispcxx.exp
10724 * gdb.cp/gdb2384.exp
10725 * gdb.cp/method2.exp
10726 * gdb.cp/nextoverthrow.exp
10727 * gdb.cp/pr10728.exp
10728 * gdb.disasm/am33.exp
10729 * gdb.disasm/h8300s.exp
10730 * gdb.disasm/mn10300.exp
10731 * gdb.disasm/sh3.exp
10732 * gdb.dwarf2/dw2-dir-file-name.exp
10733 * gdb.fortran/complex.exp
10734 * gdb.fortran/library-module.exp
10735 * gdb.guile/scm-pretty-print.exp
10736 * gdb.guile/scm-symbol.exp
10737 * gdb.guile/scm-type.exp
10738 * gdb.guile/scm-value.exp
10739 * gdb.linespec/linespec.exp
10740 * gdb.mi/gdb701.exp
10741 * gdb.mi/gdb792.exp
10742 * gdb.mi/mi-breakpoint-changed.exp
10743 * gdb.mi/mi-dprintf-pending.exp
10744 * gdb.mi/mi-dprintf.exp
10745 * gdb.mi/mi-exit-code.exp
10746 * gdb.mi/mi-pending.exp
10747 * gdb.mi/mi-solib.exp
10748 * gdb.mi/new-ui-mi-sync.exp
10749 * gdb.mi/pr11022.exp
10750 * gdb.mi/user-selected-context-sync.exp
10751 * gdb.opt/solib-intra-step.exp
10752 * gdb.python/py-events.exp
10753 * gdb.python/py-finish-breakpoint.exp
10754 * gdb.python/py-mi.exp
10755 * gdb.python/py-prettyprint.exp
10756 * gdb.python/py-shared.exp
10757 * gdb.python/py-symbol.exp
10758 * gdb.python/py-template.exp
10759 * gdb.python/py-type.exp
10760 * gdb.python/py-value.exp
10761 * gdb.reverse/solib-precsave.exp
10762 * gdb.reverse/solib-reverse.exp
10763 * gdb.server/solib-list.exp
10764 * gdb.stabs/weird.exp
10765 * gdb.threads/reconnect-signal.exp
10766 * gdb.threads/stepi-random-signal.exp
10767 * gdb.trace/actions.exp
10768 * gdb.trace/ax.exp
10769 * gdb.trace/backtrace.exp
10770 * gdb.trace/change-loc.exp
10771 * gdb.trace/deltrace.exp
10772 * gdb.trace/ftrace-lock.exp
10773 * gdb.trace/ftrace.exp
10774 * gdb.trace/infotrace.exp
10775 * gdb.trace/mi-tracepoint-changed.exp
10776 * gdb.trace/packetlen.exp
10777 * gdb.trace/passcount.exp
10778 * gdb.trace/pending.exp
10779 * gdb.trace/range-stepping.exp
10780 * gdb.trace/report.exp
10781 * gdb.trace/stap-trace.exp
10782 * gdb.trace/tfind.exp
10783 * gdb.trace/trace-break.exp
10784 * gdb.trace/trace-condition.exp
10785 * gdb.trace/trace-enable-disable.exp
10786 * gdb.trace/trace-mt.exp
10787 * gdb.trace/tracecmd.exp
10788 * gdb.trace/tspeed.exp
10789 * gdb.trace/tsv.exp
10790 * lib/perftest.exp
10791
10792 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10793
10794 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10795 with gdb_test_no_output.
10796 Use command as test name.
10797
10798 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10799
10800 Fix test names starting with uppercase throughout the files.
10801
10802 * gdb.ada/assign_1.exp
10803 * gdb.ada/boolean_expr.exp
10804 * gdb.base/arrayidx.exp
10805 * gdb.base/del.exp
10806 * gdb.base/gcore-buffer-overflow.exp
10807 * gdb.base/testenv.exp
10808 * gdb.compile/compile.exp
10809 * gdb.python/py-framefilter-invalidarg.exp
10810 * gdb.python/py-framefilter.exp
10811
10812 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10813
10814 Fix test names starting with uppercase throughout the files.
10815
10816 * gdb.ada/array_return.exp
10817 * gdb.ada/expr_delims.exp
10818 * gdb.ada/mi_dyn_arr.exp
10819 * gdb.ada/mi_interface.exp
10820 * gdb.ada/mi_var_array.exp
10821 * gdb.ada/watch_arg.exp
10822 * gdb.arch/alpha-step.exp
10823 * gdb.arch/altivec-regs.exp
10824 * gdb.arch/e500-regs.exp
10825 * gdb.arch/powerpc-d128-regs.exp
10826 * gdb.base/arrayidx.exp
10827 * gdb.base/break.exp
10828 * gdb.base/checkpoint.exp
10829 * gdb.base/debug-expr.exp
10830 * gdb.base/dmsym.exp
10831 * gdb.base/radix.exp
10832 * gdb.base/sepdebug.exp
10833 * gdb.base/testenv.exp
10834 * gdb.base/watch_thread_num.exp
10835 * gdb.base/watchpoint-cond-gone.exp
10836 * gdb.cell/break.exp
10837 * gdb.cell/ea-cache.exp
10838 * gdb.compile/compile.exp
10839 * gdb.cp/gdb2495.exp
10840 * gdb.gdb/selftest.exp
10841 * gdb.gdb/xfullpath.exp
10842 * gdb.go/hello.exp
10843 * gdb.go/integers.exp
10844 * gdb.objc/basicclass.exp
10845 * gdb.pascal/hello.exp
10846 * gdb.pascal/integers.exp
10847 * gdb.python/py-breakpoint.exp
10848 * gdb.python/py-cmd.exp
10849 * gdb.python/py-linetable.exp
10850 * gdb.python/py-xmethods.exp
10851 * gdb.python/python.exp
10852 * gdb.reverse/consecutive-precsave.exp
10853 * gdb.reverse/finish-precsave.exp
10854 * gdb.reverse/i386-precsave.exp
10855 * gdb.reverse/machinestate-precsave.exp
10856 * gdb.reverse/sigall-precsave.exp
10857 * gdb.reverse/solib-precsave.exp
10858 * gdb.reverse/step-precsave.exp
10859 * gdb.reverse/until-precsave.exp
10860 * gdb.reverse/watch-precsave.exp
10861 * gdb.threads/leader-exit.exp
10862 * gdb.threads/pthreads.exp
10863 * gdb.threads/wp-replication.exp
10864 * gdb.trace/actions.exp
10865 * gdb.trace/mi-tsv-changed.exp
10866 * gdb.trace/tsv.exp
10867
10868 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10869
10870 Fix test names starting with uppercase throughout the files.
10871
10872 * gdb.arch/i386-bp_permanent.exp
10873 * gdb.arch/i386-gnu-cfi.exp
10874 * gdb.base/disasm-end-cu.exp
10875 * gdb.base/macscp.exp
10876 * gdb.base/pending.exp
10877 * gdb.base/watch_thread_num.exp
10878 * gdb.cp/exception.exp
10879 * gdb.cp/gdb2495.exp
10880 * gdb.cp/local.exp
10881 * gdb.python/py-evsignal.exp
10882 * gdb.python/python.exp
10883 * gdb.trace/tracecmd.exp
10884
10885 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10886
10887 Fix test names starting with uppercase throughout the files.
10888
10889 * gdb.base/charset.exp
10890 * gdb.base/eval.exp
10891 * gdb.base/multi-forks.exp
10892 * gdb.guile/scm-progspace.exp
10893 * gdb.opencl/datatypes.exp
10894 * gdb.python/py-block.exp
10895 * gdb.python/py-function.exp
10896 * gdb.python/py-symbol.exp
10897 * gdb.python/py-symtab.exp
10898 * gdb.python/py-xmethods.exp
10899 * gdb.reverse/break-precsave.exp
10900 * gdb.reverse/break-reverse.exp
10901 * gdb.reverse/consecutive-precsave.exp
10902 * gdb.reverse/consecutive-reverse.exp
10903 * gdb.reverse/finish-precsave.exp
10904 * gdb.reverse/finish-reverse-bkpt.exp
10905 * gdb.reverse/finish-reverse.exp
10906 * gdb.reverse/fstatat-reverse.exp
10907 * gdb.reverse/getresuid-reverse.exp
10908 * gdb.reverse/i386-precsave.exp
10909 * gdb.reverse/i386-reverse.exp
10910 * gdb.reverse/i386-sse-reverse.exp
10911 * gdb.reverse/i387-stack-reverse.exp
10912 * gdb.reverse/insn-reverse.exp
10913 * gdb.reverse/machinestate-precsave.exp
10914 * gdb.reverse/machinestate.exp
10915 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10916 * gdb.reverse/pipe-reverse.exp
10917 * gdb.reverse/readv-reverse.exp
10918 * gdb.reverse/recvmsg-reverse.exp
10919 * gdb.reverse/rerun-prec.exp
10920 * gdb.reverse/s390-mvcle.exp
10921 * gdb.reverse/sigall-precsave.exp
10922 * gdb.reverse/sigall-reverse.exp
10923 * gdb.reverse/solib-precsave.exp
10924 * gdb.reverse/solib-reverse.exp
10925 * gdb.reverse/step-precsave.exp
10926 * gdb.reverse/step-reverse.exp
10927 * gdb.reverse/time-reverse.exp
10928 * gdb.reverse/until-precsave.exp
10929 * gdb.reverse/until-reverse.exp
10930 * gdb.reverse/waitpid-reverse.exp
10931 * gdb.reverse/watch-precsave.exp
10932 * gdb.reverse/watch-reverse.exp
10933
10934 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10935
10936 Fix test names starting with uppercase throughout the files.
10937
10938 * gdb.arch/i386-mpx-simple_segv.exp
10939 * gdb.arch/i386-mpx.exp
10940 * gdb.arch/i386-permbkpt.exp
10941 * gdb.arch/pa-nullify.exp
10942 * gdb.arch/powerpc-d128-regs.exp
10943 * gdb.arch/vsx-regs.exp
10944 * gdb.base/bfp-test.exp
10945 * gdb.base/break.exp
10946 * gdb.base/breakpoint-shadow.exp
10947 * gdb.base/callfuncs.exp
10948 * gdb.base/charset.exp
10949 * gdb.base/commands.exp
10950 * gdb.base/completion.exp
10951 * gdb.base/dfp-test.exp
10952 * gdb.base/echo.exp
10953 * gdb.base/ending-run.exp
10954 * gdb.base/eval.exp
10955 * gdb.base/expand-psymtabs.exp
10956 * gdb.base/float128.exp
10957 * gdb.base/floatn.exp
10958 * gdb.base/foll-exec-mode.exp
10959 * gdb.base/gdb1056.exp
10960 * gdb.base/gdb11531.exp
10961 * gdb.base/kill-after-signal.exp
10962 * gdb.base/multi-forks.exp
10963 * gdb.base/overlays.exp
10964 * gdb.base/pending.exp
10965 * gdb.base/sepdebug.exp
10966 * gdb.base/testenv.exp
10967 * gdb.base/valgrind-db-attach.exp
10968 * gdb.base/watch_thread_num.exp
10969 * gdb.base/watchpoint-cond-gone.exp
10970 * gdb.base/watchpoint.exp
10971 * gdb.base/watchpoints.exp
10972 * gdb.cp/arg-reference.exp
10973 * gdb.cp/baseenum.exp
10974 * gdb.cp/operator.exp
10975 * gdb.cp/shadow.exp
10976 * gdb.dwarf2/dw2-op-out-param.exp
10977 * gdb.dwarf2/dw2-reg-undefined.exp
10978 * gdb.go/chan.exp
10979 * gdb.go/hello.exp
10980 * gdb.go/integers.exp
10981 * gdb.go/methods.exp
10982 * gdb.go/package.exp
10983 * gdb.guile/scm-parameter.exp
10984 * gdb.guile/scm-progspace.exp
10985 * gdb.guile/scm-value.exp
10986 * gdb.mi/mi-pending.exp
10987 * gdb.mi/user-selected-context-sync.exp
10988 * gdb.multi/multi-attach.exp
10989 * gdb.multi/tids.exp
10990 * gdb.opt/clobbered-registers-O2.exp
10991 * gdb.pascal/floats.exp
10992 * gdb.pascal/integers.exp
10993 * gdb.python/py-block.exp
10994 * gdb.python/py-events.exp
10995 * gdb.python/py-parameter.exp
10996 * gdb.python/py-symbol.exp
10997 * gdb.python/py-symtab.exp
10998 * gdb.python/py-type.exp
10999 * gdb.python/py-value.exp
11000 * gdb.python/py-xmethods.exp
11001 * gdb.python/python.exp
11002 * gdb.reverse/break-precsave.exp
11003 * gdb.reverse/consecutive-precsave.exp
11004 * gdb.reverse/finish-precsave.exp
11005 * gdb.reverse/i386-precsave.exp
11006 * gdb.reverse/machinestate-precsave.exp
11007 * gdb.reverse/sigall-precsave.exp
11008 * gdb.reverse/solib-precsave.exp
11009 * gdb.reverse/step-precsave.exp
11010 * gdb.reverse/until-precsave.exp
11011 * gdb.reverse/watch-precsave.exp
11012 * gdb.server/ext-attach.exp
11013 * gdb.server/ext-restart.exp
11014 * gdb.server/ext-run.exp
11015 * gdb.server/ext-wrapper.exp
11016 * gdb.stabs/gdb11479.exp
11017 * gdb.stabs/weird.exp
11018 * gdb.threads/attach-many-short-lived-threads.exp
11019 * gdb.threads/kill.exp
11020 * gdb.threads/watchpoint-fork.exp
11021
11022 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11023
11024 Fix test names starting with uppercase throughout all the files below.
11025
11026 * gdb.ada/array_return.exp
11027 * gdb.ada/catch_ex.exp
11028 * gdb.ada/info_exc.exp
11029 * gdb.ada/mi_catch_ex.exp
11030 * gdb.ada/mi_dyn_arr.exp
11031 * gdb.ada/mi_ex_cond.exp
11032 * gdb.ada/mi_exc_info.exp
11033 * gdb.ada/mi_interface.exp
11034 * gdb.ada/mi_task_arg.exp
11035 * gdb.ada/mi_task_info.exp
11036 * gdb.ada/mi_var_array.exp
11037 * gdb.arch/alpha-step.exp
11038 * gdb.arch/amd64-disp-step.exp
11039 * gdb.arch/arm-disp-step.exp
11040 * gdb.arch/disp-step-insn-reloc.exp
11041 * gdb.arch/e500-prologue.exp
11042 * gdb.arch/ftrace-insn-reloc.exp
11043 * gdb.arch/gdb1558.exp
11044 * gdb.arch/i386-bp_permanent.exp
11045 * gdb.arch/i386-disp-step.exp
11046 * gdb.arch/i386-float.exp
11047 * gdb.arch/i386-gnu-cfi.exp
11048 * gdb.arch/ia64-breakpoint-shadow.exp
11049 * gdb.arch/mips16-thunks.exp
11050 * gdb.arch/pa-nullify.exp
11051 * gdb.arch/powerpc-aix-prologue.exp
11052 * gdb.arch/powerpc-power.exp
11053 * gdb.arch/ppc-dfp.exp
11054 * gdb.arch/s390-tdbregs.exp
11055 * gdb.arch/spu-info.exp
11056 * gdb.arch/spu-ls.exp
11057 * gdb.arch/thumb-bx-pc.exp
11058 * gdb.base/advance.exp
11059 * gdb.base/annota-input-while-running.exp
11060 * gdb.base/arrayidx.exp
11061 * gdb.base/asmlabel.exp
11062 * gdb.base/async.exp
11063 * gdb.base/attach-wait-input.exp
11064 * gdb.base/auto-connect-native-target.exp
11065 * gdb.base/batch-preserve-term-settings.exp
11066 * gdb.base/bfp-test.exp
11067 * gdb.base/bigcore.exp
11068 * gdb.base/bp-permanent.exp
11069 * gdb.base/break-always.exp
11070 * gdb.base/break-fun-addr.exp
11071 * gdb.base/break-idempotent.exp
11072 * gdb.base/break-main-file-remove-fail.exp
11073 * gdb.base/break-probes.exp
11074 * gdb.base/break-unload-file.exp
11075 * gdb.base/break.exp
11076 * gdb.base/call-ar-st.exp
11077 * gdb.base/call-rt-st.exp
11078 * gdb.base/call-sc.exp
11079 * gdb.base/call-signal-resume.exp
11080 * gdb.base/call-strs.exp
11081 * gdb.base/callexit.exp
11082 * gdb.base/callfuncs.exp
11083 * gdb.base/catch-gdb-caused-signals.exp
11084 * gdb.base/catch-signal-siginfo-cond.exp
11085 * gdb.base/catch-syscall.exp
11086 * gdb.base/compare-sections.exp
11087 * gdb.base/cond-eval-mode.exp
11088 * gdb.base/condbreak-call-false.exp
11089 * gdb.base/consecutive-step-over.exp
11090 * gdb.base/cursal.exp
11091 * gdb.base/disabled-location.exp
11092 * gdb.base/disasm-end-cu.exp
11093 * gdb.base/display.exp
11094 * gdb.base/double-prompt-target-event-error.exp
11095 * gdb.base/dprintf-bp-same-addr.exp
11096 * gdb.base/dprintf-detach.exp
11097 * gdb.base/dprintf-next.exp
11098 * gdb.base/dprintf-non-stop.exp
11099 * gdb.base/dprintf-pending.exp
11100 * gdb.base/dso2dso.exp
11101 * gdb.base/ending-run.exp
11102 * gdb.base/enum_cond.exp
11103 * gdb.base/examine-backward.exp
11104 * gdb.base/exe-lock.exp
11105 * gdb.base/exec-invalid-sysroot.exp
11106 * gdb.base/execl-update-breakpoints.exp
11107 * gdb.base/execution-termios.exp
11108 * gdb.base/fileio.exp
11109 * gdb.base/fixsection.exp
11110 * gdb.base/foll-exec-mode.exp
11111 * gdb.base/foll-exec.exp
11112 * gdb.base/fork-running-state.exp
11113 * gdb.base/frame-args.exp
11114 * gdb.base/fullpath-expand.exp
11115 * gdb.base/func-ptr.exp
11116 * gdb.base/gcore-relro-pie.exp
11117 * gdb.base/gdb1090.exp
11118 * gdb.base/gdb1555.exp
11119 * gdb.base/global-var-nested-by-dso.exp
11120 * gdb.base/gnu-ifunc.exp
11121 * gdb.base/hbreak-in-shr-unsupported.exp
11122 * gdb.base/hbreak-unmapped.exp
11123 * gdb.base/hook-stop.exp
11124 * gdb.base/infcall-input.exp
11125 * gdb.base/info-fun.exp
11126 * gdb.base/info-shared.exp
11127 * gdb.base/interrupt-noterm.exp
11128 * gdb.base/jit-so.exp
11129 * gdb.base/jit.exp
11130 * gdb.base/line-symtabs.exp
11131 * gdb.base/list.exp
11132 * gdb.base/longjmp.exp
11133 * gdb.base/macscp.exp
11134 * gdb.base/max-value-size.exp
11135 * gdb.base/nodebug.exp
11136 * gdb.base/nofield.exp
11137 * gdb.base/overlays.exp
11138 * gdb.base/paginate-after-ctrl-c-running.exp
11139 * gdb.base/paginate-bg-execution.exp
11140 * gdb.base/paginate-inferior-exit.exp
11141 * gdb.base/pending.exp
11142 * gdb.base/pr11022.exp
11143 * gdb.base/printcmds.exp
11144 * gdb.base/ptr-typedef.exp
11145 * gdb.base/ptype.exp
11146 * gdb.base/randomize.exp
11147 * gdb.base/range-stepping.exp
11148 * gdb.base/realname-expand.exp
11149 * gdb.base/relativedebug.exp
11150 * gdb.base/remote.exp
11151 * gdb.base/savedregs.exp
11152 * gdb.base/sepdebug.exp
11153 * gdb.base/set-noassign.exp
11154 * gdb.base/shlib-call.exp
11155 * gdb.base/shreloc.exp
11156 * gdb.base/sigaltstack.exp
11157 * gdb.base/sigbpt.exp
11158 * gdb.base/siginfo-addr.exp
11159 * gdb.base/siginfo-obj.exp
11160 * gdb.base/siginfo-thread.exp
11161 * gdb.base/signest.exp
11162 * gdb.base/signull.exp
11163 * gdb.base/sigrepeat.exp
11164 * gdb.base/skip.exp
11165 * gdb.base/so-impl-ld.exp
11166 * gdb.base/solib-corrupted.exp
11167 * gdb.base/solib-disc.exp
11168 * gdb.base/solib-display.exp
11169 * gdb.base/solib-overlap.exp
11170 * gdb.base/solib-search.exp
11171 * gdb.base/solib-symbol.exp
11172 * gdb.base/source-execution.exp
11173 * gdb.base/sss-bp-on-user-bp-2.exp
11174 * gdb.base/sss-bp-on-user-bp.exp
11175 * gdb.base/stack-checking.exp
11176 * gdb.base/stale-infcall.exp
11177 * gdb.base/step-break.exp
11178 * gdb.base/step-line.exp
11179 * gdb.base/step-over-exit.exp
11180 * gdb.base/step-test.exp
11181 * gdb.base/structs.exp
11182 * gdb.base/sym-file.exp
11183 * gdb.base/symtab-search-order.exp
11184 * gdb.base/term.exp
11185 * gdb.base/type-opaque.exp
11186 * gdb.base/unload.exp
11187 * gdb.base/until-nodebug.exp
11188 * gdb.base/until.exp
11189 * gdb.base/unwindonsignal.exp
11190 * gdb.base/watch-cond.exp
11191 * gdb.base/watch-non-mem.exp
11192 * gdb.base/watch_thread_num.exp
11193 * gdb.base/watchpoint-reuse-slot.exp
11194 * gdb.base/watchpoint-solib.exp
11195 * gdb.base/watchpoint.exp
11196 * gdb.btrace/dlopen.exp
11197 * gdb.cell/arch.exp
11198 * gdb.cell/break.exp
11199 * gdb.cell/bt.exp
11200 * gdb.cell/core.exp
11201 * gdb.cell/data.exp
11202 * gdb.cell/dwarfaddr.exp
11203 * gdb.cell/ea-cache.exp
11204 * gdb.cell/ea-standalone.exp
11205 * gdb.cell/ea-test.exp
11206 * gdb.cell/f-regs.exp
11207 * gdb.cell/fork.exp
11208 * gdb.cell/gcore.exp
11209 * gdb.cell/mem-access.exp
11210 * gdb.cell/ptype.exp
11211 * gdb.cell/registers.exp
11212 * gdb.cell/sizeof.exp
11213 * gdb.cell/solib-symbol.exp
11214 * gdb.cell/solib.exp
11215 * gdb.compile/compile-tls.exp
11216 * gdb.cp/exception.exp
11217 * gdb.cp/gdb2495.exp
11218 * gdb.cp/local.exp
11219 * gdb.cp/mb-inline.exp
11220 * gdb.cp/mb-templates.exp
11221 * gdb.cp/pr10687.exp
11222 * gdb.cp/pr9167.exp
11223 * gdb.cp/scope-err.exp
11224 * gdb.cp/templates.exp
11225 * gdb.cp/virtfunc.exp
11226 * gdb.dwarf2/dw2-dir-file-name.exp
11227 * gdb.dwarf2/dw2-single-line-discriminators.exp
11228 * gdb.fortran/complex.exp
11229 * gdb.fortran/library-module.exp
11230 * gdb.guile/guile.exp
11231 * gdb.guile/scm-cmd.exp
11232 * gdb.guile/scm-frame-inline.exp
11233 * gdb.guile/scm-objfile.exp
11234 * gdb.guile/scm-pretty-print.exp
11235 * gdb.guile/scm-symbol.exp
11236 * gdb.guile/scm-type.exp
11237 * gdb.guile/scm-value.exp
11238 * gdb.linespec/keywords.exp
11239 * gdb.linespec/ls-errs.exp
11240 * gdb.linespec/macro-relative.exp
11241 * gdb.linespec/thread.exp
11242 * gdb.mi/mi-breakpoint-changed.exp
11243 * gdb.mi/mi-dprintf-pending.exp
11244 * gdb.mi/mi-fullname-deleted.exp
11245 * gdb.mi/mi-logging.exp
11246 * gdb.mi/mi-pending.exp
11247 * gdb.mi/mi-solib.exp
11248 * gdb.mi/new-ui-mi-sync.exp
11249 * gdb.mi/user-selected-context-sync.exp
11250 * gdb.multi/dummy-frame-restore.exp
11251 * gdb.multi/multi-arch-exec.exp
11252 * gdb.multi/remove-inferiors.exp
11253 * gdb.multi/watchpoint-multi-exit.exp
11254 * gdb.opt/solib-intra-step.exp
11255 * gdb.perf/backtrace.exp
11256 * gdb.perf/single-step.exp
11257 * gdb.perf/skip-command.exp
11258 * gdb.perf/skip-prologue.exp
11259 * gdb.perf/solib.exp
11260 * gdb.python/lib-types.exp
11261 * gdb.python/py-as-string.exp
11262 * gdb.python/py-bad-printers.exp
11263 * gdb.python/py-block.exp
11264 * gdb.python/py-breakpoint.exp
11265 * gdb.python/py-cmd.exp
11266 * gdb.python/py-events.exp
11267 * gdb.python/py-evthreads.exp
11268 * gdb.python/py-finish-breakpoint.exp
11269 * gdb.python/py-finish-breakpoint2.exp
11270 * gdb.python/py-frame-inline.exp
11271 * gdb.python/py-frame.exp
11272 * gdb.python/py-inferior.exp
11273 * gdb.python/py-infthread.exp
11274 * gdb.python/py-mi.exp
11275 * gdb.python/py-objfile.exp
11276 * gdb.python/py-pp-maint.exp
11277 * gdb.python/py-pp-registration.exp
11278 * gdb.python/py-prettyprint.exp
11279 * gdb.python/py-recurse-unwind.exp
11280 * gdb.python/py-shared.exp
11281 * gdb.python/py-symbol.exp
11282 * gdb.python/py-symtab.exp
11283 * gdb.python/py-template.exp
11284 * gdb.python/py-type.exp
11285 * gdb.python/py-unwind-maint.exp
11286 * gdb.python/py-unwind.exp
11287 * gdb.python/py-value.exp
11288 * gdb.python/python.exp
11289 * gdb.reverse/finish-reverse-bkpt.exp
11290 * gdb.reverse/insn-reverse.exp
11291 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11292 * gdb.reverse/solib-precsave.exp
11293 * gdb.reverse/solib-reverse.exp
11294 * gdb.stabs/gdb11479.exp
11295 * gdb.stabs/weird.exp
11296 * gdb.threads/fork-child-threads.exp
11297 * gdb.threads/fork-plus-threads.exp
11298 * gdb.threads/fork-thread-pending.exp
11299 * gdb.threads/forking-threads-plus-breakpoint.exp
11300 * gdb.threads/hand-call-in-threads.exp
11301 * gdb.threads/interrupted-hand-call.exp
11302 * gdb.threads/linux-dp.exp
11303 * gdb.threads/local-watch-wrong-thread.exp
11304 * gdb.threads/next-while-other-thread-longjmps.exp
11305 * gdb.threads/non-ldr-exit.exp
11306 * gdb.threads/pending-step.exp
11307 * gdb.threads/print-threads.exp
11308 * gdb.threads/process-dies-while-detaching.exp
11309 * gdb.threads/process-dies-while-handling-bp.exp
11310 * gdb.threads/pthreads.exp
11311 * gdb.threads/queue-signal.exp
11312 * gdb.threads/reconnect-signal.exp
11313 * gdb.threads/signal-command-handle-nopass.exp
11314 * gdb.threads/signal-command-multiple-signals-pending.exp
11315 * gdb.threads/signal-delivered-right-thread.exp
11316 * gdb.threads/signal-sigtrap.exp
11317 * gdb.threads/sigthread.exp
11318 * gdb.threads/staticthreads.exp
11319 * gdb.threads/stepi-random-signal.exp
11320 * gdb.threads/thread-unwindonsignal.exp
11321 * gdb.threads/thread_check.exp
11322 * gdb.threads/thread_events.exp
11323 * gdb.threads/tid-reuse.exp
11324 * gdb.threads/tls-nodebug.exp
11325 * gdb.threads/tls-shared.exp
11326 * gdb.threads/tls-so_extern.exp
11327 * gdb.threads/tls.exp
11328 * gdb.threads/wp-replication.exp
11329 * gdb.trace/actions-changed.exp
11330 * gdb.trace/actions.exp
11331 * gdb.trace/backtrace.exp
11332 * gdb.trace/change-loc.exp
11333 * gdb.trace/collection.exp
11334 * gdb.trace/deltrace.exp
11335 * gdb.trace/disconnected-tracing.exp
11336 * gdb.trace/entry-values.exp
11337 * gdb.trace/ftrace-lock.exp
11338 * gdb.trace/ftrace.exp
11339 * gdb.trace/infotrace.exp
11340 * gdb.trace/mi-trace-frame-collected.exp
11341 * gdb.trace/mi-trace-unavailable.exp
11342 * gdb.trace/mi-traceframe-changed.exp
11343 * gdb.trace/mi-tracepoint-changed.exp
11344 * gdb.trace/mi-tsv-changed.exp
11345 * gdb.trace/no-attach-trace.exp
11346 * gdb.trace/packetlen.exp
11347 * gdb.trace/passc-dyn.exp
11348 * gdb.trace/passcount.exp
11349 * gdb.trace/pending.exp
11350 * gdb.trace/pr16508.exp
11351 * gdb.trace/qtro.exp
11352 * gdb.trace/range-stepping.exp
11353 * gdb.trace/read-memory.exp
11354 * gdb.trace/report.exp
11355 * gdb.trace/save-trace.exp
11356 * gdb.trace/signal.exp
11357 * gdb.trace/stap-trace.exp
11358 * gdb.trace/status-stop.exp
11359 * gdb.trace/strace.exp
11360 * gdb.trace/tfile.exp
11361 * gdb.trace/tfind.exp
11362 * gdb.trace/trace-break.exp
11363 * gdb.trace/trace-condition.exp
11364 * gdb.trace/trace-enable-disable.exp
11365 * gdb.trace/trace-mt.exp
11366 * gdb.trace/tracecmd.exp
11367 * gdb.trace/tracefile-pseudo-reg.exp
11368 * gdb.trace/tspeed.exp
11369 * gdb.trace/tstatus.exp
11370 * gdb.trace/tsv.exp
11371 * gdb.trace/unavailable.exp
11372 * gdb.trace/while-dyn.exp
11373 * gdb.trace/while-stepping.exp
11374 * lib/gdb-guile.exp
11375 * lib/gdb.exp
11376 * lib/mi-support.exp
11377 * lib/pascal.exp
11378 * lib/perftest.exp
11379 * lib/prelink-support.exp
11380 * lib/selftest-support.exp
11381
11382 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11383
11384 * Makefile.in: Include disable-implicit-rules.mk.
11385
11386 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11387
11388 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11389 non-byte-aligned bit fields.
11390
11391 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11392
11393 PR gdb/12616
11394 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11395 respects the DW_AT_data_bit_offset attribute.
11396
11397 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11398
11399 * gdb.base/default.exp: Fix output of "set language".
11400
11401 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11402
11403 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11404 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11405 make.
11406 * configure.ac: Remove checks for the make program.
11407 * configure: Re-generate.
11408
11409 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11410
11411 * gdb.python/py-recurse-unwind.c (main): Add loop.
11412 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11413 to read_register() and gdb.parse_and_eval(). Make each code
11414 call a separate case that can be individually tested.
11415 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11416 proc. Call cont_and_backtrace for each of the code paths that
11417 we want to test in the unwinder.
11418
11419 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11420
11421 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11422 the definition of struct S.
11423
11424 2016-11-11 Catherine Moore <clm@codesourcery.com>
11425
11426 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11427
11428 2016-11-09 Pedro Alves <palves@redhat.com>
11429
11430 * gdb.base/commands.exp (runto_or_return): New procedure.
11431 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11432 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11433 (progvar_simple_while_test, progvar_complex_if_while_test)
11434 (if_while_breakpoint_command_test)
11435 (infrun_breakpoint_command_test, breakpoint_command_test)
11436 (user_defined_command_test, watchpoint_command_test)
11437 (test_command_prompt_position, redefine_hook_test)
11438 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11439 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11440 multi_line_input and multi_line. Remove gdb_expect and
11441 gdb_stop_suppressing_tests uses.
11442 * lib/gdb.exp (valnum_re): New global.
11443 (multi_line_input): New procedure.
11444
11445 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11446
11447 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11448 Remove.
11449 (test_setup): Define with proc_with_prefix.
11450 (test_cli_inferior): Likewise.
11451 (test_cli_thread): Likewise.
11452 (test_cli_frame): Likewise.
11453 (test_cli_select_frame): Likewise.
11454 (test_cli_up_down): Likewise.
11455 (test_mi_thread_select): Likewise.
11456 (test_mi_stack_select_frame): Likewise.
11457 (test_cli_in_mi_inferior): Likewise.
11458 (test_cli_in_mi_thread): Likewise.
11459 (test_cli_in_mi_frame): Likewise.
11460 (top level): Do not use with_test_prefix_procname.
11461
11462 2016-11-09 Pedro Alves <palves@redhat.com>
11463
11464 * gdb.base/commands.exp (gdbvar_simple_if_test)
11465 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11466 (progvar_simple_if_test, progvar_simple_while_test)
11467 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11468 (infrun_breakpoint_command_test, breakpoint_command_test)
11469 (user_defined_command_test, watchpoint_command_test)
11470 (test_command_prompt_position, deprecated_command_test)
11471 (bp_deleted_in_command, temporary_breakpoint_commands)
11472 (stray_arg0_test, source_file_with_indented_comment)
11473 (recursive_source_test, if_commands_test)
11474 (error_clears_commands_left, redefine_hook_test)
11475 (redefine_backtrace_test): Use proc_with_prefix.
11476 * lib/gdb.exp (proc_with_prefix): New proc.
11477
11478 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11479
11480 * gdb.base/tui-layout.c: New file.
11481 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11482 disassembly window contains very long lines.
11483
11484 2016-11-08 Tom Tromey <tom@tromey.com>
11485
11486 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11487 depend on Python 2.
11488
11489 2016-11-08 Tom Tromey <tom@tromey.com>
11490
11491 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11492 New method.
11493
11494 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11495
11496 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11497
11498 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11499
11500 * gdb.rust/simple.rs: Add test for univariant enums without
11501 discriminants and for encoded struct-like enums.
11502
11503 2016-10-28 Pedro Alves <palves@redhat.com>
11504
11505 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11506 gdb_test_multiple, tighten regexps and match symtabs and line
11507 tables incrementally.
11508
11509 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11510
11511 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11512 general.
11513
11514 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11515
11516 * gdb.base/exec-invalid-sysroot.exp: New file.
11517
11518 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11519
11520 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11521
11522 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11525
11526 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11527
11528 * gdb.base/killed-outside.exp: Remove $options from a call to
11529 `prepare_for_testing'.
11530
11531 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11532
11533 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11534 Change test message.
11535
11536 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11537
11538 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11539 Update comment.
11540
11541 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11542
11543 * gdb.trace/mi-trace-save.exp: New file.
11544
11545 2016-10-13 Yao Qi <yao.qi@linaro.org>
11546
11547 * gdb.base/code_elim.exp (get_var_address): Remove.
11548 * gdb.base/relocate.exp: Likewise.
11549 * gdb.base/shreloc.exp: Likewise.
11550 * lib/gdb.exp (get_var_address): New.
11551
11552 2016-10-13 Yao Qi <yao.qi@linaro.org>
11553
11554 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11555 floating point tests if $skip_float_test is false.
11556
11557 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11558
11559 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11560 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11561 argc values.
11562 Add 1 to argc so we guarantee distinct initial/modified argc values.
11563
11564 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11565
11566 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11567
11568 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11569
11570 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11571 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11572 * gdb.arch/vsx-regs.exp: Likewise.
11573
11574 2016-10-07 Yao Qi <yao.qi@linaro.org>
11575
11576 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11577
11578 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11579
11580 * gdb.python/python.exp: Test decode_line("*0").
11581
11582 2016-10-06 Doug Evans <dje@google.com>
11583
11584 * gdb.python/py-value.exp (test_value_creation): Add test for large
11585 unsigned 64-bit value.
11586
11587 2016-10-06 Tom Tromey <tom@tromey.com>
11588
11589 * gdb.compile/compile.exp: Change java tests to rust.
11590 * gdb.base/setshow.exp: Change java tests to rust.
11591 * gdb.base/default.exp: Remove java from language list.
11592 * README (Examples): Update language example.
11593 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11594 test.
11595 * lib/gdb.exp (skip_java_tests): Remove.
11596 * lib/java.exp: Remove.
11597 * gdb.java: Remove.
11598
11599 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11600
11601 * gdb.arch/mips-fcr.exp: New test.
11602 * gdb.arch/mips-fcr.c: Source for the new test.
11603
11604 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11605
11606 * gdb.base/solib-disc.exp: Use `standard_output_file'
11607 throughout.
11608
11609 2016-10-06 Pedro Alves <palves@redhat.com>
11610
11611 * gdb.base/jit-simple-dl.c: New file.
11612 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11613 * gdb.base/jit-simple.c: ... this.
11614 * gdb.base/jit-simple.exp (jit_run): Delete.
11615 (build_jit): New proc.
11616 (jit_test_reread): Recompile either the main program or the shared
11617 library, depending on what is being tested. Skip changing address
11618 if caller wants to. Compare before/after addresses. If testing
11619 standalone, explicitly load the binary. Test "maint info
11620 breakpoints".
11621 (top level): Add "standalone vs shared lib" and "change address"
11622 vs "same address" axes.
11623
11624 2016-10-06 Pedro Alves <palves@redhat.com>
11625
11626 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11627 call.
11628 (jit_run): Delete.
11629 (jit_test_reread): Use with_test_prefix. Reload the main binary
11630 explicitly. Compare the before/after addresses of the JIT
11631 descriptor.
11632
11633 2016-08-15 Doug Evans <dje@google.com>
11634
11635 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11636 for single bitfields is bool.
11637 * gdb.xml/tdesc-regs.exp: Ditto.
11638
11639 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11642
11643 2016-10-05 Yao Qi <yao.qi@linaro.org>
11644
11645 * lib/gdb.exp (support_complex_tests): Return zero if
11646 gdb_skip_float_test return true.
11647
11648 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11649 Simon Marchi <simon.marchi@ericsson.com>
11650
11651 PR gdb/20487
11652 * gdb.mi/user-selected-context-sync.exp: New file.
11653 * gdb.mi/user-selected-context-sync.c: New file.
11654
11655 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11656 Simon Marchi <simon.marchi@ericsson.com>
11657
11658 PR gdb/20487
11659 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11660 =thread-select-event check.
11661
11662 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11663
11664 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11665 the compulsory L operand changes.
11666 * gdb.arch/powerpc-power.s: Likewise.
11667
11668 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11669
11670 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11671 * gdb.base/jit-attach-pie.c: New file.
11672 * gdb.base/jit-attach-pie.exp: New file.
11673
11674 2016-09-28 Pedro Alves <palves@redhat.com>
11675
11676 * gdb.base/infcall-input.c: New file.
11677 * gdb.base/infcall-input.exp: New file.
11678
11679 2016-09-22 Yao Qi <yao.qi@linaro.org>
11680
11681 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11682 (gdb_exit): Rename it to ...
11683 (gdbserver_gdb_exit): ... Close GDBserver.
11684 (gdb_exit): New proc, call gdbserver_gdb_exit.
11685 (mi_gdb_exit): Likewise.
11686
11687 2016-09-22 Yao Qi <yao.qi@linaro.org>
11688
11689 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11690 path.
11691 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11692 Remove duplication.
11693
11694 2016-09-22 Yao Qi <yao.qi@linaro.org>
11695
11696 * lib/gdbserver-support.exp: Check the existence of
11697 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11698
11699 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11700
11701 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11702
11703 2016-09-21 Tom Tromey <tom@tromey.com>
11704
11705 PR gdb/20604:
11706 * gdb.base/quit.exp: New file.
11707
11708 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11709
11710 * .gitignore: New file.
11711
11712 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11713
11714 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11715 throughout.
11716
11717 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11718
11719 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11720
11721 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11722
11723 * gdb.cp/casts.cc (decltype): Move it ...
11724 (main): ... with its call to ...
11725 * gdb.cp/casts03.cc: ... a new file.
11726 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11727
11728 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11729
11730 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11731
11732 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11733
11734 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11735 and sync up the test with tests in gas/testsuite/gas/ppc.
11736 * gdb.arch/powerpc-power.exp: Likewise.
11737
11738 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11741
11742 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11743 Jan Kratochvil <jan.kratochvil@redhat.com>
11744
11745 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11746 make m1's definition to be different from m2's. Use 'dummy' as an
11747 argument for probe 'two'.
11748
11749 2016-09-10 Jon Beniston <jon@beniston.com>
11750
11751 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11752 for sim target.
11753
11754 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11755
11756 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11757 variable declaration.
11758 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11759 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11760 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11761 received HWCAP as its argument.
11762
11763 2016-09-06 Pedro Alves <palves@redhat.com>
11764
11765 * gdb.base/new-ui-pending-input.c: New file.
11766 * gdb.base/new-ui-pending-input.exp: New file.
11767 * gdb.exp (clear_gdb_spawn_id): New procedure.
11768 (with_spawn_id): Check whether gdb_spawn_id exists before
11769 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11770 on exit.
11771
11772 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11773
11774 * gdb.base/float128.c: New file.
11775 * gdb.base/float128.exp: Likewise.
11776 * gdb.base/floatn.c: Likewise.
11777 * gdb.base/floatn.exp: Likewise.
11778
11779 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11780
11781 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11782
11783 2016-09-05 Pedro Alves <palves@redhat.com>
11784
11785 PR backtrace/19927
11786 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11787 unwinders are immediately called as side effect of "source" or
11788 "disable unwinder" commands.
11789 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11790
11791 2016-09-02 Yao Qi <yao.qi@linaro.org>
11792
11793 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11794 is true and $type is "float" or "double".
11795
11796 2016-09-02 Yao Qi <yao.qi@linaro.org>
11797
11798 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11799 true.
11800 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11801 * gdb.base/call-rt-st.exp: Likewise.
11802 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11803 return value instead of gdb,skip_float_test.
11804 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11805 (do_function_calls): Use its return value instead of
11806 gdb,skip_float_test.
11807 * gdb.base/finish.exp: Likewise.
11808 * gdb.base/funcargs.exp: Likewise.
11809 * gdb.base/return.exp: Likewise.
11810 * gdb.base/return2.exp: Likewise.
11811 * gdb.base/varargs.exp: Likewise.
11812 * lib/gdb.exp (gdb_skip_float_test): Change it to
11813 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11814
11815 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11816
11817 * gdb.multi/tids.exp: Test "thread apply all".
11818
11819 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 * gdb.base/default.exp (tty): Remove.
11822
11823 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11824
11825 * gdb.python/py-recurse-unwind.c: New file.
11826 * gdb.python/py-recurse-unwind.py: New file.
11827 * gdb.python/py-recurse-unwind.exp: New file.
11828
11829 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11830
11831 * gdb.base/set-inferior-tty.exp: New file.
11832 * gdb.base/set-inferior-tty.c: New file.
11833
11834 2016-08-23 Pedro Alves <palves@redhat.com>
11835
11836 PR gdb/20494
11837 * gdb.base/new-ui-echo.c: New file.
11838 * gdb.base/new-ui-echo.exp: New file.
11839
11840 2016-08-23 Yao Qi <yao.qi@linaro.org>
11841
11842 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11843 gdbserver_spawn.
11844 * gdb.server/connect-without-multi-process.exp (do_test):
11845 Likewise.
11846
11847 2016-08-23 Yao Qi <yao.qi@linaro.org>
11848
11849 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11850 standalone_txt. Delete gdb_txt and standalone_txt on host
11851 and target. Spawn the binary on target. Copy files from
11852 target to host.
11853
11854 2016-08-22 Pedro Alves <palves@redhat.com>
11855
11856 PR gdb/20505
11857 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11858 with_test_prefix. Factor out bits to ...
11859 (test_no_vdso): ... this new procedure.
11860
11861 2016-08-19 Carl Love <cel@us.ibm.com>
11862
11863 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11864 maintaining separate logic for constructing the output path.
11865 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11866 * gdb.arch/ppc-dfp.exp: Likewise.
11867 * gdb.arch/ppc-fp.exp: Likewise.
11868 * gdb.arch/vsx-regs.exp: Likewise.
11869 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11870 binprefix for generating the additional binary files.
11871
11872 2016-08-19 Pedro Alves <palves@redhat.com>
11873
11874 * gdb.trace/mi-trace-frame-collected.exp
11875 (test_trace_frame_collected): On x32, expect two registers.
11876
11877 2016-08-18 Carl Love <cel@us.ibm.com>
11878
11879 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11880 and sync up the test with tests in gas/testsuite/gas/ppc.
11881 * gdb.arch/powerpc-power.exp: Likewise.
11882
11883 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11884
11885 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11886 expected error message.
11887
11888 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11889
11890 * gdb.multi/remove-inferiors.exp: New file.
11891 * gdb.multi/remove-inferiors.c: New file.
11892
11893 2016-08-12 Yao Qi <yao.qi@linaro.org>
11894
11895 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11896 argument list.
11897
11898 2016-08-10 Pedro Alves <palves@redhat.com>
11899
11900 PR gdb/19187
11901 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11902 setup_kfails.
11903
11904 2016-08-09 Pedro Alves <palves@redhat.com>
11905 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 PR gdb/20418
11908 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11909 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11910
11911 2016-08-09 Pedro Alves <palves@redhat.com>
11912
11913 PR mi/20431
11914 * gdb.mi/mi-cmd-error.exp: New file.
11915
11916 2016-08-09 Pedro Alves <palves@redhat.com>
11917
11918 PR gdb/18653
11919 * gdb.base/signals-state-child.c: New file.
11920 * gdb.base/signals-state-child.exp: New file.
11921 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11922
11923 2016-08-09 Pedro Alves <palves@redhat.com>
11924
11925 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11926
11927 2016-08-03 Tom Tromey <tom@tromey.com>
11928
11929 PR python/18565:
11930 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11931
11932 2016-08-01 Yao Qi <yao.qi@linaro.org>
11933
11934 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11935 variable mode to "multi-process" if $multi_process is 1, otherwise
11936 set it to "single-process".
11937
11938 2016-08-01 Yao Qi <yao.qi@linaro.org>
11939
11940 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11941 * gdb.cp/cpexprs.exp: Likewise.
11942 * gdb.cp/m-static.exp: Likewise.
11943
11944 2016-07-26 Tom Tromey <tom@tromey.com>
11945
11946 PR python/20190:
11947 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11948 test.
11949
11950 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11951
11952 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11953 selecting assembly source files.
11954 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11955 assembly source files.
11956 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11957 assembly source files.
11958 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11959 selecting assembly source files.
11960
11961 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11962
11963 * gdb.base/new-ui.exp (do_test_invalid_args): New
11964 procedure.
11965
11966 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11967
11968 * gdb.btrace/reconnect.c: New file.
11969 * gdb.btrace/reconnect.exp: New file.
11970
11971 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11972
11973 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11974 to test_catch_syscall_group.
11975 (test_catch_syscall_group): New.
11976
11977 2016-07-21 Tom Tromey <tom@tromey.com>
11978
11979 * gdb.rust/simple.rs (main): Use empty struct expression.
11980 * gdb.rust/simple.exp: Add tests for empty struct expression.
11981
11982 2016-07-21 Yao Qi <yao.qi@linaro.org>
11983
11984 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11985 if gdb_skip_xml_test is true on some targets.
11986
11987 2016-07-21 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.server/solib-list.exp: Unset last_loaded_file.
11990
11991 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11992
11993 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11994 "step into captured_main (args)".
11995
11996 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11997
11998 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11999
12000 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12001
12002 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12003
12004 2016-07-19 Pedro Alves <palves@redhat.com>
12005
12006 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12007 * gdb.opt/inline-bt.exp: Likewise.
12008 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12009 additional_flags=-Winline.
12010 * gdb.opt/inline-locals.exp: Likewise.
12011 * gdb.opt/inline-markers.c (ATTR): Define.
12012 (inlined_fn): Use it.
12013
12014 2016-07-19 Yao Qi <yao.qi@linaro.org>
12015
12016 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12017 (test_with_self): Remove some code. Remove argument executable.
12018 (top-level): Use do_self_tests.
12019
12020 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12021 Don Breazeal <donb@codesourcery.com>
12022
12023 * gdb.base/maint.exp: Escape paths used in regular expressions.
12024 * gdb.stabs/weird.exp: Likewise.
12025
12026 2016-07-13 Tom Tromey <tom@tromey.com>
12027
12028 PR python/15620, PR python/18620:
12029 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12030 (test_bkpt_events): New procs.
12031
12032 2016-07-13 Tom Tromey <tom@tromey.com>
12033
12034 PR python/17698:
12035 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12036 test.
12037 (test_watchpoints): Likewise.
12038 (test_bkpt_pending): New proc.
12039
12040 2016-07-13 Tom Tromey <tom@tromey.com>
12041
12042 PR cli/18053:
12043 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12044 completion test.
12045
12046 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12047
12048 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12049 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12050 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12051 f_label.
12052 (g): Rename g_end_lbl to g_label.
12053 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12054 low_pc and high_pc.
12055 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12056
12057 2016-07-12 Tom Tromey <tom@tromey.com>
12058
12059 PR python/19293:
12060 * gdb.python/py-unwind-maint.exp: Update tests.
12061
12062 2016-07-12 Yao Qi <yao.qi@linaro.org>
12063
12064 * lib/selftest-support.exp (selftest_setup): Match the output
12065 when captured_main is inlined.
12066
12067 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12068
12069 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12070 New variables.
12071 (print this%a, print this%b, print this): New tests.
12072 * gdb.fortran/derived-types.f90 (this): New object and
12073 initialization.
12074
12075 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12076
12077 * gdb.ada/arraydim.exp: Remove extra directory level in build
12078 directory.
12079
12080 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12081
12082 * lib/ada.exp: Remove extra directory level in build directory.
12083 * gdb.ada/cond_lang.exp: Likewise.
12084 * gdb.ada/exec_changed.exp: Likewise.
12085 * gdb.ada/lang_switch.exp: Likewise.
12086
12087 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12088
12089 * simple.rs: Add test for raw pointer subscripting.
12090 * simple.exp: Add test expectations.
12091
12092 2016-07-05 Yao Qi <yao.qi@linaro.org>
12093
12094 * gdb.mi/mi-reverse.exp: Match =record-started output.
12095
12096 2016-07-01 Pedro Alves <palves@redhat.com>
12097
12098 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12099 procedure.
12100 (jit_reader_test): Test the jit reader's unwinder.
12101 * gdb.base/jithost.c (jit_function_00_code): New global.
12102 (main): Use memcpy to fill in the mmapped code, instead of poking
12103 bytes manually here.
12104 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12105 value.
12106 (read_debug_info): Save the function's range.
12107 (read_sp): New function.
12108 (unwind_frame): Use it. Also unwind RBP.
12109 (get_frame_id): Use read_sp.
12110 (gdb_init_reader): Use calloc instead of malloc.
12111 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12112 parameter. Use gdb_test_multiple.
12113
12114 2016-07-01 Pedro Alves <palves@redhat.com>
12115 Antoine Tremblay <antoine.tremblay@ericsson.com>
12116
12117 * gdb.threads/process-dies-while-detaching.c: New file.
12118 * gdb.threads/process-dies-while-detaching.exp: New file.
12119
12120 2016-07-01 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.multi/watchpoint-multi-exit.c: New file.
12123 * gdb.multi/watchpoint-multi-exit.exp: New file.
12124
12125 2016-06-30 Pedro Alves <palves@redhat.com>
12126
12127 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12128 unset inferior_spawn_id.
12129
12130 2016-06-30 Pedro Alves <palves@redhat.com>
12131
12132 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12133 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12134
12135 2016-06-29 Yao Qi <yao.qi@linaro.org>
12136
12137 * gdb.base/return.c: Add copyright header.
12138
12139 2016-06-29 Tom Tromey <tom@tromey.com>
12140
12141 PR python/20129:
12142 * gdb.python/py-framefilter.exp: Add tests for setting priority
12143 and disabling of non-existent frame filter.
12144
12145 2016-06-29 Yao Qi <yao.qi@linaro.org>
12146
12147 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12148 0x0f07ff.
12149
12150 2016-06-28 Yao Qi <yao.qi@linaro.org>
12151
12152 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12153 triplets. Start gdb, execute catch syscall, and continue. Check
12154 gdb's output to determine catch syscall is supported.
12155
12156 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12157
12158 * gdb.rust/simple.rs: Add test for returning unit in a function.
12159 * gdb.rust/simple.exp: Add expectation for functions returning
12160 unit.
12161
12162 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12163
12164 * gdb.python/py-breakpoint-create-fail.c,
12165 gdb.python/py-breakpoint-create-fail.exp,
12166 gdb.python/py-breakpoint-create-fail.py: New testcase.
12167
12168 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12169
12170 PR gdb/20239
12171 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12172 * gdb.rust/simple.exp: Add test expectations for new NonZero
12173 tests.
12174
12175 2016-06-24 David Taylor <dtaylor@emc.com>
12176
12177 * gdb.base/offsets.exp: New file.
12178 * gdb.base/offsets.c: New file.
12179
12180 2016-06-23 Tom Tromey <tom@tromey.com>
12181
12182 PR gdb/16483:
12183 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12184 before any filters are loaded.
12185
12186 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12187
12188 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12189 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12190 structs.
12191 * gdb.fortran/derived-type-function.exp: New file.
12192 * gdb.fortran/derived-type-function.f90: New file.
12193
12194
12195 2016-06-21 Pedro Alves <palves@redhat.com>
12196
12197 * gdb.base/new-ui.exp: New file.
12198 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12199 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12200 (with_spawn_id): New procedure.
12201
12202 2016-06-21 Pedro Alves <palves@redhat.com>
12203
12204 * gdb.mi/mi-exec-run.exp: New file.
12205
12206 2016-06-21 Pedro Alves <palves@redhat.com>
12207
12208 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12209 breakpoint command's output on the main UI.
12210 (test_break): New procedure, factored out from calls in the top
12211 level.
12212 (top level): Use foreach_with_prefix to test MI as main UI and as
12213 separate UI.
12214
12215 2016-06-21 Pedro Alves <palves@redhat.com>
12216
12217 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12218 (test_awatch_creation_and_listing)
12219 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12220 Remove 'type' parameter.
12221 (test_watchpoint_all): New parameter mi_mode. Remove
12222 with_test_prefix.
12223 (top level): Use foreach_with_prefix, and add main/separate UI MI
12224 testing axis.
12225
12226 2016-06-21 Pedro Alves <palves@redhat.com>
12227
12228 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12229 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12230 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12231 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12232 (gdb_main_spawn_id, mi_spawn_id): Declare and
12233 comment.
12234 (mi_create_inferior_pty): New procedure,
12235 factored out from default_mi_gdb_start.
12236 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12237 procedures.
12238 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12239 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12240 Use mi_create_inferior_pty.
12241 (mi_gdb_start): Use eval to pass down args list.
12242
12243 2016-06-21 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12246 * gdb.opt/inline-cmds.exp: Add MI tests.
12247
12248 2016-06-21 Pedro Alves <palves@redhat.com>
12249
12250 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12251
12252 2016-06-21 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12255 (top level): Use it instead of mi_execute_to.
12256
12257 2016-06-21 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12260 (cont_handler_str): New.
12261 (signal_stop_handler): Set stop_handler_str instead of printing to
12262 stdout.
12263 (continue_handler): Set cont_handler_str instead of printing to
12264 stdout.
12265 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12266 mi_send_resuming_command. Print stop_handler_str and
12267 cont_handler_str instead of expecting the python events print
12268 directly.
12269
12270 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12271
12272 * gdb.base/jit-reader.exp: New file.
12273 * gdb.base/jithost.c: New file.
12274 * gdb.base/jithost.h: New file.
12275 * gdb.base/jitreader.c : New file.
12276 * gdb.base/jit-protocol.h: New file.
12277
12278 2016-06-17 Yao Qi <yao.qi@linaro.org>
12279
12280 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12281 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12282 and detach-on-fork. Adjust tests.
12283 (top level): Invoke break_cond_on_syscall with combinations of
12284 syscall, follow-fork-mode and detach-on-fork.
12285
12286 2016-06-17 Yao Qi <yao.qi@linaro.org>
12287
12288 * gdb.base/step-over-exit.c: New.
12289 * gdb.base/step-over-exit.exp: New.
12290
12291 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12292
12293 * gdb.base/float.exp: Add target check for nds32*-*-*.
12294 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12295
12296 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12297
12298 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12299 for unsupported target features.
12300 * gdb.base/call-rt-st.exp: Likewise.
12301 * gdb.base/call-sc.exp: Likewise.
12302 * gdb.base/call-signal-resume.exp: Likewise.
12303 * gdb.base/call-strs.exp: Likewise.
12304 * gdb.base/callexit.exp: Likewise.
12305 * gdb.base/callfuncs.exp: Likewise.
12306 * gdb.base/nodebug.exp: Likewise.
12307 * gdb.base/printcmds.exp: Likewise.
12308 * gdb.base/ptype.exp: Likewise.
12309 * gdb.base/structs.exp: Likewise.
12310 * gdb.base/unwindonsignal.exp: Likewise.
12311 * gdb.cp/gdb2495.exp: Likewise.
12312 * gdb.cp/templates.exp: Likewise.
12313 * gdb.cp/virtfunc.exp: Likewise.
12314 * gdb.threads/hand-call-in-threads.exp: Likewise.
12315 * gdb.threads/interrupted-hand-call.exp: Likewise.
12316 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12317
12318 2016-06-10 Tom Tromey <tom@tromey.com>
12319
12320 PR rust/20110:
12321 * gdb.rust/expr.exp: Add test for integer constant larger than
12322 i32.
12323
12324 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12325
12326 * gdb.fortran/nested-funcs.exp: New.
12327 * gdb.fortran/nested-funcs.f90: New.
12328
12329 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12330
12331 * gdb.base/examine-backward.c: New file.
12332 * gdb.base/examine-backward.exp: New file.
12333
12334 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12335
12336 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12337 matching.
12338
12339 2016-06-02 Tom Tromey <tom@tromey.com>
12340
12341 PR python/18984:
12342 * gdb.python/py-shared.exp: Add solib_name test.
12343
12344 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12345
12346 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12347
12348 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12349
12350 PR c++/19893
12351 * gdb.dwarf2/implref.exp: Rename to...
12352 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12353 * gdb.dwarf2/implref-array.c: New file.
12354 * gdb.dwarf2/implref-array.exp: Likewise.
12355 * gdb.dwarf2/implref-global.c: Likewise.
12356 * gdb.dwarf2/implref-global.exp: Likewise.
12357 * gdb.dwarf2/implref-struct.c: Likewise.
12358 * gdb.dwarf2/implref-struct.exp: Likewise.
12359
12360 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12361
12362 * gdb.trace/trace-condition.exp: Add 64bit tests.
12363
12364 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12365
12366 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12367 bits types.
12368 (main): Adapt to 8 to 64 bits types.
12369 * gdb.trace/trace-condition.exp: Add new tests.
12370
12371 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12372
12373 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12374
12375 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12376
12377 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12378 Move condition tests...
12379 * gdb.trace/trace-condition.exp: Here.
12380
12381 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12382
12383 * gdb.trace/trace-condition.exp: Add counter-case tests.
12384
12385 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12386
12387 PR c++/15231
12388 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12389 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12390
12391 2016-05-27 Pedro Alves <palves@redhat.com>
12392
12393 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12394 New procedure.
12395 (top level): Call it, and bail out of DejaGnu is known to be bad.
12396
12397 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12398
12399 * gdb.base/whatis.c: Extend the test case.
12400 * gdb.base/whatis.exp: Add additional tests.
12401
12402 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12403
12404 * gdb.fortran/type.f90: Add pointer variable.
12405 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12406
12407 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12408
12409 * gdb.fortran/vla-type.exp: Fix testcase name.
12410
12411 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12412
12413 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12414
12415 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12416
12417 * gdb.fortran/type.f90: Add nested structures.
12418 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12419 * gdb.fortran/derived-type.exp: Adapt expected output.
12420 * gdb.fortran/vla-type.exp: Adapt expected output.
12421
12422 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12423
12424 * gdb.fortran/whatis_type.exp: Adapt expected output.
12425
12426 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12427
12428 * gdb.fortran/print_type.exp: Fix expected output.
12429 * gdb.fortran/whatis_type.exp: Fix expected output.
12430
12431 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12432
12433 * gdb.fortran/whatis_type.exp: Use multi_line.
12434
12435 2016-05-24 Tom Tromey <tom@tromey.com>
12436
12437 PR python/17386:
12438 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12439 use value as an index.
12440
12441 2016-05-23 Tom Tromey <tom@tromey.com>
12442
12443 PR python/17981:
12444 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12445 no-breakpoint case.
12446
12447 2016-05-24 Pedro Alves <palves@redhat.com>
12448
12449 PR gdb/19828
12450 * gdb.threads/clone-attach-detach.c: New file.
12451 * gdb.threads/clone-attach-detach.exp: New file.
12452
12453 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12454
12455 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12456
12457 2016-05-23 Tom Tromey <tom@tromey.com>
12458
12459 PR python/19438, PR python/18393:
12460 * gdb.python/py-progspace.exp: Add "dir" test.
12461 * gdb.python/py-objfile.exp: Add "dir" test.
12462
12463 2016-05-23 Yao Qi <yao.qi@linaro.org>
12464
12465 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12466 * gdb.arch/thumb2-it.exp: Likewise.
12467
12468 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12469
12470 * gdb.mi/mi-threads-interrupt.c: New file.
12471 * gdb.mi/mi-threads-interrupt.exp: New file.
12472
12473 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12474
12475 PR gdb/18077
12476 * gdb.mi/mi-async-run.exp: New file.
12477 * gdb.mi/mi-async-run.c: New file.
12478
12479 2016-05-17 Tom Tromey <tom@tromey.com>
12480 Manish Goregaokar <manishsmail@gmail.com>
12481
12482 * lib/rust-support.exp: New file.
12483 * lib/gdb.exp (skip_rust_tests): New proc.
12484 (build_executable_from_specs): Handle rust.
12485 * lib/future.exp (gdb_find_rustc): New proc.
12486 (gdb_default_target_compile): Handle rust.
12487 * gdb.rust/expr.exp: New file.
12488 * gdb.rust/generics.exp: New file.
12489 * gdb.rust/generics.rs: New file.
12490 * gdb.rust/methods.exp: New file.
12491 * gdb.rust/methods.rs: New file.
12492 * gdb.rust/modules.exp: New file.
12493 * gdb.rust/modules.rs: New file.
12494 * gdb.rust/simple.exp: New file.
12495 * gdb.rust/simple.rs: New file.
12496
12497 2016-05-17 Tom Tromey <tom@tromey.com>
12498
12499 * gdb.base/default.exp (set language): Add rust.
12500
12501 2016-05-17 Tom Tromey <tom@tromey.com>
12502
12503 * gdb.gdb/unittest.exp: New file.
12504
12505 2016-05-16 Yao Qi <yao.qi@linaro.org>
12506
12507 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12508 shell_prompt. Update shell_prompt_re.
12509
12510 2016-05-12 Doug Evans <dje@google.com>
12511
12512 PR symtab/19999
12513 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12514 $options when building executable.
12515 * gdb.dwarf2/fission-loclists-pie.S: New file.
12516 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12517
12518 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12519
12520 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12521 of [is_remote target],
12522
12523 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12524
12525 * lib/gdb.exp (use_gdb_stub): New procedure.
12526
12527 2016-05-03 Yunlian Jiang <yunlian@google.com>
12528 Doug Evans <dje@google.com>
12529
12530 PR symtab/19914
12531 * gdb.dwarf2/dwp-sepdebug.c: New file.
12532 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12533
12534 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12535
12536 * gdb.base/detach.exp: Remove is_remote check.
12537
12538 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * gdb.base/annota-input-while-running.exp: Don't check for
12541 [is_remote target]. Enable annotations after running to main.
12542 Remove unused "set test..." line.
12543
12544 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12545
12546 * gdb.trace/trace-enable-disable.exp: New file.
12547 * gdb.trace/trace-enable-disable.c: New file.
12548
12549 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12550
12551 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12552 use it in info sharedlibrary test.
12553 * gdb.trace/ftrace-lock.exp: Likewise.
12554 * gdb.trace/ftrace.exp: Likewise.
12555 * gdb.trace/range-stepping.exp: Likewise.
12556 * gdb.trace/trace-break.exp: Likewise.
12557 * gdb.trace/trace-condition.exp: Likewise.
12558 * gdb.trace/trace-mt.exp: Likewise.
12559
12560 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12561
12562 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12563 (gdb_load_shlib): ... this.
12564 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12565 gdb_load_shlib.
12566 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12567 * gdb.base/ctxobj.exp: Likewise.
12568 * gdb.base/dprintf-pending.exp: Likewise.
12569 * gdb.base/dso2dso.exp: Likewise.
12570 * gdb.base/fixsection.exp: Likewise.
12571 * gdb.base/gcore-relro.exp: Likewise.
12572 * gdb.base/gdb1555.exp: Likewise.
12573 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12574 * gdb.base/gnu-ifunc.exp: Likewise.
12575 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12576 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12577 * gdb.base/pending.exp: Likewise.
12578 * gdb.base/print-file-var.exp: Likewise.
12579 * gdb.base/print-symbol-loading.exp: Likewise.
12580 * gdb.base/shlib-call.exp: Likewise.
12581 * gdb.base/shreloc.exp: Likewise.
12582 * gdb.base/so-impl-ld.exp: Likewise.
12583 * gdb.base/solib-disc.exp: Likewise.
12584 * gdb.base/solib-nodir.exp: Likewise.
12585 * gdb.base/solib-overlap.exp: Likewise.
12586 * gdb.base/solib-symbol.exp: Likewise.
12587 * gdb.base/solib-weak.exp (do_test): Likewise.
12588 * gdb.base/sym-file.exp: Likewise.
12589 * gdb.base/symtab-search-order.exp: Likewise.
12590 * gdb.base/type-opaque.exp: Likewise.
12591 * gdb.base/unload.exp: Likewise.
12592 * gdb.base/watchpoint-solib.exp: Likewise.
12593 * gdb.compile/compile.exp: Likewise.
12594 * gdb.cp/gdb2384.exp: Likewise.
12595 * gdb.cp/infcall-dlopen.exp: Likewise.
12596 * gdb.cp/re-set-overloaded.exp: Likewise.
12597 * gdb.fortran/library-module.exp: Likewise.
12598 * gdb.opt/solib-intra-step.exp: Likewise.
12599 * gdb.python/py-finish-breakpoint.exp: Likewise.
12600 * gdb.python/py-shared.exp: Likewise.
12601 * gdb.reverse/solib-precsave.exp: Likewise.
12602 * gdb.reverse/solib-reverse.exp: Likewise.
12603 * gdb.server/solib-list.exp: Likewise.
12604 * gdb.threads/dlopen-libpthread.exp: Likewise.
12605 * gdb.threads/tls-shared.exp: Likewise.
12606 * gdb.threads/tls-so_extern.exp: Likewise.
12607 * gdb.trace/change-loc.exp: Likewise.
12608 * gdb.trace/ftrace-lock.exp: Likewise.
12609 * gdb.trace/ftrace.exp: Likewise.
12610 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12611 * gdb.trace/pending.exp: Likewise.
12612 * gdb.trace/range-stepping.exp: Likewise.
12613 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12614 (strace_info_marker): Likewise.
12615 (strace_probe_marker): Likewise.
12616 (strace_trace_on_same_addr): Likewise.
12617 (strace_trace_on_diff_addr): Likewise.
12618 * gdb.trace/trace-break.exp: Likewise.
12619 * gdb.trace/trace-condition.exp: Likewise.
12620 * gdb.trace/trace-mt.exp: Likewise.
12621
12622 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12623
12624 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12625 result of gdb_remote_download.
12626 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12627 * gdb.base/dso2dso.exp: Likewise.
12628 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12629 * gdb.base/print-file-var.exp: Likewise.
12630 * gdb.base/shlib-call.exp: Likewise.
12631 * gdb.base/shreloc.exp: Likewise.
12632 * gdb.base/solib-overlap.exp: Likewise.
12633 * gdb.base/solib-weak.exp (do_test): Likewise.
12634 * gdb.base/unload.exp: Likewise.
12635
12636 2016-04-27 Yao Qi <yao.qi@linaro.org>
12637
12638 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12639 exists.
12640
12641 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12642
12643 * vla-type.exp: Print structure from toplevel.
12644
12645 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12646
12647 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12648 of dynamic types.
12649 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12650 of dynamic types.
12651
12652 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12653
12654 * gdb.fortran/vla-type.f90: New file.
12655 * gdb.fortran/vla-type.exp: New file.
12656
12657 2016-04-25 Yao Qi <yao.qi@linaro.org>
12658
12659 * gdb.base/branch-to-self.c: New file.
12660 * gdb.base/branch-to-self.exp: New file.
12661
12662 2016-04-22 Yao Qi <yao.qi@linaro.org>
12663
12664 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12665 more after $hex.
12666
12667 2016-04-22 Yao Qi <yao.qi@linaro.org>
12668
12669 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12670 * gdb.base/annota3.exp: Likewise.
12671
12672 2016-04-22 Yao Qi <yao.qi@linaro.org>
12673
12674 * gdb.reverse/step-precsave.exp: Do one step and test program
12675 stops in "callee" and do multiple steps until program goes out
12676 of "callee".
12677 * gdb.reverse/step-reverse.exp: Likewise.
12678
12679 2016-04-22 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.trace/signal.exp: Also pass if
12682 $tracepoint_hits($i) > $iterations.
12683
12684 2016-04-22 Yao Qi <yao.qi@linaro.org>
12685
12686 * gdb.trace/signal.c: New file.
12687 * gdb.trace/signal.exp: New file.
12688
12689 2016-04-19 Doug Evans <xdje42@gmail.com>
12690
12691 * gdb.base/bad-file.exp: New file.
12692
12693 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12694
12695 * gdb.dwarf2/implref.exp: New file.
12696
12697 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12698
12699 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12700 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12701 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12702 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12703 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12704 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12705 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12706 * lib/fortran.exp (fortran_int4): New procedure.
12707 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12708 (fortran_logical4): Likewise.
12709
12710 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12711
12712 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12713
12714 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12715
12716 * lib/compiler.c: Add Intel specific preprocessor macros.
12717 * lib/compiler.cc: Likewise.
12718
12719 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12720
12721 * gdb.server/connect-with-no-symbol-file.c: New file.
12722 * gdb.server/connect-with-no-symbol-file.exp: New file.
12723
12724 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12725
12726 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12727
12728 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12729
12730 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12731 standard output directory.
12732
12733 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12734
12735 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12736
12737 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12738
12739 * gdb.btrace/instruction_history.c (loop): Add declaration.
12740
12741 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12742
12743 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12744
12745 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12746
12747 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12748 parentheses to print.
12749 (continue_handler): Likewise.
12750
12751 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12752
12753 * gdb.server/solib-list.exp: Remove is_remote check.
12754 Pass shlib= to gdb_compile. Don't link shared library with
12755 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12756 Run binary filename through "readlink -f" on the target.
12757
12758 2016-04-08 Pedro Alves <palves@redhat.com>
12759
12760 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12761 interpreter filename as argument to gdbserver_spawn.
12762 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12763 Return empty if $last_loaded_file does not exist.
12764
12765 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12766
12767 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12768 * gdb.base/jit-main.c: Use exit after usage.
12769
12770 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12771
12772 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12773 GDBHISTSIZE prior to the tests.
12774 * gdb.base/gdbinit-history.exp: Likewise.
12775
12776 2016-04-07 Pedro Alves <palves@redhat.com>
12777
12778 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12779 instead of build_executable. Use gdb_load_shlibs.
12780
12781 2016-04-07 Yao Qi <yao.qi@linaro.org>
12782
12783 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12784 Execute "si" command.
12785
12786 2016-04-07 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12789 number instead of the comments on some line.
12790
12791 2016-04-06 Don Breazeal <donb@codesourcery.com>
12792
12793 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12794 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12795
12796 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12797
12798 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12799 standard_output_file. Remove unused binfile variable.
12800
12801 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12802
12803 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12804 * gdb.python/py-mi-objfile.exp: Match "list main" output
12805 in console format.
12806
12807 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12808
12809 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12810 absolute.
12811
12812 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12813
12814 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12815 absolute.
12816 * gdb.trace/ftrace.exp: Likewise.
12817 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12818 targets as well.
12819 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12820 (gdb_load_shlibs): Copy libraries to test directory when testing
12821 natively. Only set solib-search-path if testing remotely.
12822 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12823
12824 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12825
12826 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12827 gdb_download. Use it even if the target is not remote.
12828 * gdb.base/jit.exp (compile_jit_test): Likewise.
12829 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12830 output directory if the destination board is local, otherwise use
12831 the standard remote_download from DejaGnu.
12832 (gdb_download): Remove.
12833 (gdb_load_shlibs): Use gdb_remote_download instead of
12834 gdb_download.
12835 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12836 Use gdb_remote_download instead of gdb_download. Use it even if
12837 the target is not remote.
12838 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12839 instead of gdb_download.
12840
12841 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12842
12843 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12844 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12845 run.
12846
12847 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12848
12849 PR gdb/19820
12850 * gdb.base/printcmds.exp: Add artificial arrays tests.
12851
12852 2016-03-31 Pedro Alves <palves@redhat.com>
12853
12854 PR gdb/19858
12855 * gdb.base/jit-main.c: Include unistd.h.
12856 (ATTACH): Define to 0 if not already defined.
12857 (wait_for_gdb, mypid): New globals.
12858 (WAIT_FOR_GDB): New macro.
12859 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12860 some breakpoint locations.
12861 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12862 New procedures.
12863 (one_jit_test): Add REATTACH parameter, and handle it. Use
12864 continue_to_test_location.
12865 (top level): Test attach, and adjusts calls to one_jit_test.
12866
12867 2016-03-31 Pedro Alves <palves@redhat.com>
12868
12869 PR gdb/19858
12870 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12871 BINSUFFIX parameter, and handle it.
12872 (top level): Adjust calls compile_jit_test.
12873
12874 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12875
12876 PR python/19743
12877 * gdb.python/py-mi-events-gdb.py: New file.
12878 * gdb.python/py-mi-events.c: New file.
12879 * gdb.python/py-mi-events.exp: New file.
12880
12881 2016-03-30 Yao Qi <yao.qi@linaro.org>
12882
12883 * gdb.reverse/until-precsave.exp: Match function name only.
12884 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12885 Move malloc to a condition block.
12886 * gdb.reverse/until-reverse.exp: Match function name only.
12887
12888 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12891 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12892 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12893 variable for GPR 0 instead of assuming it is register 0.
12894 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12895 * lib/trace-support.exp: Add s390 registers.
12896
12897 2016-03-29 Yao Qi <yao.qi@linaro.org>
12898
12899 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12900
12901 2016-03-24 Yao Qi <yao.qi@linaro.org>
12902
12903 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12904 test message.
12905
12906 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12907
12908 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12909 maintaining separate logic for constructing the output path.
12910
12911 2016-03-16 Don Breazeal <donb@codesourcery.com>
12912
12913 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12914 Retry fork and waitpid on interrupted system call errors.
12915 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12916 Use with_timeout_factor to increase timeout by factor of 10.
12917
12918 2016-03-15 Don Breazeal <donb@codesourcery.com>
12919
12920 * gdb.cp/scope-err.cc: New test program.
12921 * gdb.cp/scope-err.exp: New test script.
12922 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12923 lines and "set breakpoint here" comment.
12924 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12925 Fixed some whitespace and format issues.
12926 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12927 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12928
12929 2016-03-15 Doug Evans <dje@google.com>
12930
12931 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12932 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12933 All callers updated. Add tests for enums, mixed flags register.
12934
12935 2016-03-15 Doug Evans <dje@google.com>
12936
12937 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12938 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12939
12940 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12941
12942 * gdb.base/default.exp: Add $_as_string to the list of expected
12943 convenience functions.
12944
12945 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12946
12947 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12948
12949 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12950
12951 * gdb.python/py-as-string.exp: New file.
12952 * gdb.python/py-as-string.c: New file.
12953
12954 2016-03-09 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12957 signal" -> "Thread NN received signal" output change.
12958 * gdb.threads/ia64-sigill.exp: Likewise.
12959 * gdb.threads/linux-dp.exp: Likewise.
12960 * gdb.threads/manythreads.exp: Likewise.
12961 * gdb.threads/pending-step.exp: Likewise.
12962 * gdb.threads/print-threads.exp: Likewise.
12963 * gdb.threads/sigstep-threads.exp: Likewise.
12964 * gdb.threads/staticthreads.exp: Likewise.
12965 * gdb.threads/tls.exp: Likewise.
12966
12967 2016-03-09 Pedro Alves <palves@redhat.com>
12968
12969 * gdb.base/command-line-input.exp: New file.
12970
12971 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12972
12973 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12974 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12975 * gdb.trace/pending.exp: Accept leading dot before function name.
12976 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12977 * lib/trace-support.exp: Set registers for ppc.
12978
12979 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12980
12981 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12982 use it for disassembly; accept .main in addition to main in backtrace.
12983
12984 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12985 Marcin Kościelnicki <koriakin@0x04.net>
12986
12987 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12988 (gdb_recursion_test_ptr): New global variable.
12989 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12990 gdb_recursion_test.
12991 (gdb_c_test): Ditto.
12992
12993 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12994
12995 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12996 ordering.
12997
12998 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12999
13000 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13001 (bar): Add bar_start_lbl label.
13002 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13003 of foo/bar for emitting DWARF and tracing.
13004
13005 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13006
13007 * analyze-racy-logs.py: Set executable bit.
13008
13009 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13010
13011 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13012 (CHECK_TARGET_TMP): Likewise.
13013 (check-single-racy): New rule.
13014 (check-parallel-racy): Likewise.
13015 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13016 (do-check-parallel-racy): New rule.
13017 (check-racy/%.exp): Likewise.
13018 * README (Racy testcases): New section.
13019 * analyze-racy-logs.py: New file.
13020
13021 2016-03-03 Doug Evans <dje@google.com>
13022
13023 * gdb.base/skip.exp: Use with_test_prefix.
13024
13025 2016-03-03 Yao Qi <yao.qi@linaro.org>
13026
13027 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13028 Invoke step_over_syscall "clone" and break_cond_on_syscall
13029 "clone".
13030 * gdb.base/step-over-clone.c: New file.
13031
13032 2016-03-03 Yao Qi <yao.qi@linaro.org>
13033
13034 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13035 code format.
13036
13037 2016-03-03 Yao Qi <yao.qi@linaro.org>
13038
13039 * gdb.base/disp-step-fork.c: Rename to ...
13040 * gdb.base/step-over-fork.c: ... it. New file.
13041 * gdb.base/disp-step-vfork.c: Rename to ...
13042 * gdb.base/step-over-vfork.c: ... it. New file.
13043 * gdb.base/disp-step-syscall.exp: Rename to ...
13044 * gdb.base/step-over-syscall.exp: ... it. New file.
13045 (disp_step_cross_syscall): Rename to ...
13046 (step_over_syscall): ... it.
13047
13048 2016-03-03 Yao Qi <yao.qi@linaro.org>
13049
13050 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13051 If target supports condition evaluation on target, invoke
13052 break_cond_on_syscall for fork and vfork.
13053
13054 2016-03-03 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.base/disp-step-syscall.exp: Don't invoke
13057 support_displaced_stepping.
13058 (disp_step_cross_syscall): Test with displaced stepping off and
13059 on if supported.
13060
13061 2016-03-03 Yao Qi <yao.qi@linaro.org>
13062
13063 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13064 proc.
13065 (setup): New proc.
13066 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13067 and setup.
13068
13069 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13070
13071 * gdb.fortran/vla-history.exp: Remove breakpoint.
13072
13073 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13074
13075 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13076 exceeds timeout.
13077
13078 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13079
13080 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13081 breakpoint.
13082
13083 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13084
13085 * gdb.mi/vla.f90: Nullify pointer after declaration.
13086
13087 2016-03-01 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13090
13091 2016-03-01 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13094 before anything else.
13095 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13096 _GNU_SOURCE here.
13097 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13098 before anything else.
13099 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13100
13101 2016-03-01 Pedro Alves <palves@redhat.com>
13102
13103 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13104
13105 2016-03-01 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13108 prepare_for_testing.
13109
13110 2016-03-01 Yao Qi <yao.qi@linaro.org>
13111
13112 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13113
13114 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13115
13116 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13117 manually constructing the output path.
13118
13119 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13120
13121 * gdb.arch/s390-stackless.S: New.
13122 * gdb.arch/s390-stackless.exp: New.
13123
13124 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13125
13126 * gdb.dlang/circular.c: New file.
13127 * gdb.dlang/circular.exp: New file.
13128
13129 2016-02-26 Yao Qi <yao.qi@linaro.org>
13130
13131 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13132 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13133 (testcases): Update.
13134
13135 2016-02-26 Yao Qi <yao.qi@linaro.org>
13136
13137 * gdb.reverse/aarch64.c: Rename to ...
13138 * gdb.reverse/insn-reverse.c: ... it.
13139 * gdb.reverse/aarch64.exp: Rename to ...
13140 * gdb.reverse/insn-reverse.exp: ... it.
13141
13142 2016-02-26 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13145 (testcase_ftype): New.
13146 (testcases): New array.
13147 (n_testcases): New.
13148 (main): Call each element in testcases.
13149 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13150 (read_testcase): New.
13151 Do the tests in a loop.
13152
13153 2016-02-25 Yao Qi <yao.qi@linaro.org>
13154
13155 * gdb.base/branches.c: Remove.
13156
13157 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13158
13159 PR gdb/13808
13160 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13161
13162 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13163
13164 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13165
13166 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13167
13168 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13169 change x86_64 call_insn to 'callq'.
13170
13171 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13172
13173 * gdb.trace/tfile-avx.c: Move to...
13174 * gdb.trace/tracefile-pseudo-reg.c: Here.
13175 * gdb.trace/tfile-avx.exp: Move to...
13176 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13177
13178 2016-02-24 Gary Benson <gbenson@redhat.com>
13179
13180 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13181 message on attach.
13182
13183 2016-02-23 Doug Evans <dje@google.com>
13184
13185 * gdb.base/skip.c (test_skip): New function.
13186 (end_test_skip_file_and_function): New function.
13187 (test_skip_file_and_function): New function.
13188 * gdb.base/skip1.c (test_skip): New function.
13189 (skip1_test_skip_file_and_function): New function.
13190 * gdb.base/skip.exp: Add tests for new skip options.
13191 * gdb.base/skip-solib.exp: Update expected output.
13192 * gdb.perf/skip-command.cc: New file.
13193 * gdb.perf/skip-command.exp: New file.
13194 * gdb.perf/skip-command.py: New file.
13195
13196 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13197
13198 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13199 info registers pattern.
13200
13201 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13202
13203 * lib/future.exp: Add D support.
13204 (gdb_find_gdc): New proc.
13205 (gdb_default_target_compile): Add D support.
13206
13207 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13208
13209 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13210 user+system time.
13211 (trace_speed_test): Determine the iteration count for a time
13212 between 15..30 seconds.
13213
13214 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13215
13216 * gdb.arch/i386-mpx-sigsegv.c: New file.
13217 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13218 * gdb.arch/i386-mpx-simple_segv.c: New file.
13219 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13220
13221 2016-02-18 Yao Qi <yao.qi@linaro.org>
13222
13223 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13224 Don't call setup_kfail.
13225
13226 2016-02-18 Yao Qi <yao.qi@linaro.org>
13227
13228 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13229 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13230
13231 2016-02-16 Doug Evans <dje@google.com>
13232
13233 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13234 * gdb.base/skip1.c: Ditto.
13235 * gdb.base/skip.exp: Whitespace cleanup.
13236
13237 2016-02-16 Don Breazeal <donb@codesourcery.com>
13238
13239 PR remote/19496
13240 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13241 Remove kfail for PR remote/19496.
13242
13243 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13244
13245 * lib/gdb.exp (standard_temp_file): Return a path specific to
13246 the runtest invocation.
13247
13248 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13249
13250 * gdb.trace/save-trace.exp: Change relative path to be in the
13251 standard output directory.
13252
13253 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13254
13255 * gdb.arch/i386-prologue.c: Add missing prototypes.
13256
13257 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13258
13259 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13260 * gdb.arch/i386-prologue.exp: Likewise.
13261 * gdb.arch/i386-size.exp: Likewise.
13262
13263 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13264
13265 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13266 define object file path.
13267 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13268 file path.
13269 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13270 standard_output_file to define binfile.
13271
13272 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13273
13274 Fix compatibility with recent gfortran-5.3.1.
13275 * gdb.fortran/vla-history.exp (print vla1 allocated)
13276 (print vla2 allocated, print $2, print $3): Remove
13277 (print $4): Rename to ...
13278 (print $2): ... here.
13279 (print $9): Rename to ...
13280 (print $5): ... here.
13281 (print $10): Rename to ...
13282 (print $6): ... here.
13283 * gdb.fortran/vla.f90: Add pvla initialization.
13284
13285 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13288 New test.
13289 * gdb.fortran/vla-value-sub.exp: Likewise.
13290
13291 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13292
13293 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13294
13295 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13296
13297 * i386-biarch-core.exp: Define corefile using
13298 standard_output_file.
13299
13300 2016-02-12 Yao Qi <yao.qi@linaro.org>
13301
13302 * gdb.arch/arm-single-step-kernel-helper.c: New.
13303 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13304
13305 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13306
13307 * gdb.btrace/tailcall-only.exp: New.
13308 * gdb.btrace/tailcall-only.c: New.
13309 * gdb.btrace/x86_64-tailcall-only.S: New.
13310 * gdb.btrace/i686-tailcall-only.S: New.
13311
13312 2016-02-11 Pedro Alves <palves@redhat.com>
13313
13314 * README (Parallel testing): Add missing double quotes.
13315
13316 2016-02-11 Pedro Alves <palves@redhat.com>
13317
13318 * README (Parallel testing): New section.
13319 (GDB_PARALLEL): Rewrite.
13320 (FORCE_PARALLEL): Document.
13321
13322 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13323
13324 * gdb.trace/tfile-avx.c: New test.
13325 * gdb.trace/tfile-avx.exp: New test.
13326
13327 2016-02-09 Keith Seitz <keiths@redhat.com>
13328
13329 PR breakpoints/19546
13330 * gdb.base/infcall-exec.c: New file.
13331 * gdb.base/infcall-exec2.c: New file.
13332 * gdb.base/infcall-exec.exp: New file.
13333
13334 2016-02-09 Keith Seitz <keiths@redhat.com>
13335
13336 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13337 (toplevel): Call test_bkpt_address.
13338
13339 2016-02-09 Keith Seitz <keiths@redhat.com>
13340
13341 PR python/19506
13342 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13343 (toplevel): Call test_bkpt_address.
13344
13345 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13346
13347 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13348 to AC_OUTPUT.
13349 * configure: Regenerate.
13350
13351 2016-02-09 Pedro Alves <palves@redhat.com>
13352
13353 PR breakpoints/19548
13354 * gdb.base/execl-update-breakpoints.c (some_function): New
13355 function.
13356 (main): Call it.
13357 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13358 Tighten expected GDB output.
13359
13360 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13361
13362 * Makefile.in (ALL_SUBDIRS): Remove.
13363 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13364 (distclean maintainer-clean realclean): Likewise.
13365 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13366 * configure: Regenerate.
13367 * gdb.ada/Makefile.in: Delete.
13368 * gdb.arch/Makefile.in: Likewise.
13369 * gdb.asm/Makefile.in: Likewise.
13370 * gdb.base/Makefile.in: Likewise.
13371 * gdb.btrace/Makefile.in: Likewise.
13372 * gdb.cell/Makefile.in: Likewise.
13373 * gdb.compile/Makefile.in: Likewise.
13374 * gdb.cp/Makefile.in: Likewise.
13375 * gdb.disasm/Makefile.in: Likewise.
13376 * gdb.dlang/Makefile.in: Likewise.
13377 * gdb.dwarf2/Makefile.in: Likewise.
13378 * gdb.fortran/Makefile.in: Likewise.
13379 * gdb.gdb/Makefile.in: Likewise.
13380 * gdb.go/Makefile.in: Likewise.
13381 * gdb.guile/Makefile.in: Likewise.
13382 * gdb.java/Makefile.in: Likewise.
13383 * gdb.linespec/Makefile.in: Likewise.
13384 * gdb.mi/Makefile.in: Likewise.
13385 * gdb.modula2/Makefile.in: Likewise.
13386 * gdb.multi/Makefile.in: Likewise.
13387 * gdb.objc/Makefile.in: Likewise.
13388 * gdb.opencl/Makefile.in: Likewise.
13389 * gdb.opt/Makefile.in: Likewise.
13390 * gdb.pascal/Makefile.in: Likewise.
13391 * gdb.perf/Makefile.in: Likewise.
13392 * gdb.python/Makefile.in: Likewise.
13393 * gdb.reverse/Makefile.in: Likewise.
13394 * gdb.server/Makefile.in: Likewise.
13395 * gdb.stabs/Makefile.in: Likewise.
13396 * gdb.threads/Makefile.in: Likewise.
13397 * gdb.trace/Makefile.in: Likewise.
13398 * gdb.xml/Makefile.in: Likewise.
13399 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13400 GDB_PARALLEL.
13401 (standard_output_file): Remove check for GDB_PARALLEL, always
13402 return path in outputs/$subdir/$testname.
13403
13404 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13405
13406 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13407 (site.exp): Assign abs_srcdir to tcl's srcdir.
13408
13409 2016-02-04 Yao Qi <yao.qi@linaro.org>
13410
13411 * gdb.base/foll-exec-mode.c: Include limits.h.
13412 (main): Add parameters argc and argv. Get directory from
13413 argv[0].
13414 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13415 compilation.
13416 * gdb.base/foll-exec.c: Include limits.h.
13417 (main): Add parameters argc and argv.
13418 Get directory from argv[0].
13419 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13420 Adjust tests on the number of lines as source code changed.
13421 * gdb.base/foll-vfork-exit.c: Include limits.h.
13422 (main): Add one line of statement before vfork.
13423 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13424 (main): Add parameters argc and argv. Get directory from
13425 argv[0].
13426 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13427 (setup_gdb): Set tbreak to skip some source lines.
13428 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13429 (main): Add parameters argc and argv. Get directory from
13430 argv[0].
13431 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13432 compilation.
13433 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13434 (main): Add parameters argc and argv. Get directory from
13435 argv[0].
13436 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13437 compilation.
13438
13439 2016-02-01 Doug Evans <dje@google.com>
13440
13441 * gdb.base/skip.exp: Clean up multiple references to same test name.
13442
13443 2016-02-01 Pedro Alves <palves@redhat.com>
13444
13445 PR remote/19496
13446 * gdb.threads/forking-threads-plus-breakpoint.exp
13447 (displaced_stepping_supported): New global.
13448 (probe_displaced_stepping_support): New procedure.
13449 (do_test): Add 'displaced' parameter, and use it.
13450 (top level): Check for displaced stepping support. Add displaced
13451 stepping on/off testing axis.
13452
13453 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13454
13455 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13456 pointer. Don't perform further tests on the unassociated pointer
13457 if the first test fails.
13458
13459 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13460
13461 * gdb.base/max-value-size.c: New file.
13462 * gdb.base/max-value-size.exp: New file.
13463 * gdb.base/huge.exp: Disable max-value-size for this test.
13464
13465 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13466
13467 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13468
13469 2016-01-28 Yao Qi <yao.qi@linaro.org>
13470
13471 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13472
13473 2016-01-25 Pedro Alves <palves@redhat.com>
13474
13475 PR threads/19461
13476 * gdb.base/fork-running-state.c: New file.
13477 * gdb.base/fork-running-state.exp: New file.
13478
13479 2016-01-25 Pedro Alves <palves@redhat.com>
13480
13481 PR gdb/19494
13482 * gdb.base/catch-fork-kill.c: New file.
13483 * gdb.base/catch-fork-kill.exp: New file.
13484
13485 2016-01-25 Pedro Alves <palves@redhat.com>
13486
13487 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13488 Delete, moved to lib/gdb.exp.
13489 * gdb.threads/forking-threads-plus-breakpoint.exp
13490 (foreach_with_prefix): Likewise.
13491 * gdb.threads/process-dies-while-handling-bp.exp
13492 (foreach_with_prefix): Likewise.
13493 * lib/gdb.exp (foreach_with_prefix): New procedure.
13494
13495 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13496
13497 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13498 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13499
13500 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13501
13502 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13503 endian targets.
13504
13505 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13506 Pedro Alves <palves@redhat.com>
13507
13508 Fix testsuite compatibility with Guile.
13509 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13510 number.
13511
13512 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13513
13514 Fix testsuite compatibility with Guile.
13515 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13516 (thread 1): New test for backtrace through signal handler.
13517
13518 2016-01-22 Yao Qi <yao.qi@linaro.org>
13519
13520 PR testsuite/19491
13521 * gdb.base/multi-forks.c: Include
13522 ../lib/unbuffer_output.c
13523 (main): Call gdb_unbuffer_output.
13524
13525 2016-01-21 Doug Evans <dje@google.com>
13526
13527 * lib/ada.exp (gdb_compile_ada): Fix typo.
13528
13529 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13530
13531 * gdb.base/break-fun-addr.exp: New file.
13532 * gdb.base/break-fun-addr1.c: New file.
13533 * gdb.base/break-fun-addr2.c: New file.
13534
13535 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13536
13537 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13538 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13539 enum flag values.
13540
13541 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13542
13543 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13544 when GDB can not set the vector return value. Add more comments
13545 for clarification.
13546
13547 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13548
13549 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13550 command.
13551
13552 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13553
13554 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13555
13556 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * Makefile.in (check-single): Pass --status to runtest.
13559 (check/%.exp): Likewise.
13560
13561 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13562
13563 * Makefile.in (check-parallel): Propagate return code from make
13564 do-check-parallel.
13565
13566 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13567
13568 * gdb.trace/ftrace.exp: Fix expected message on continue.
13569 * gdb.trace/pending.exp: Fix expected message on continue.
13570 * gdb.trace/trace-break.exp: Fix expected message on continue.
13571
13572 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13573
13574 * lib/gdb.exp (gdb_test): Remove unused global references.
13575
13576 2016-01-18 Pedro Alves <palves@redhat.com>
13577
13578 * gdb.base/async-shell.exp: Adjust expected output.
13579 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13580 * gdb.base/siginfo-thread.exp: Adjust expected output.
13581 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13582 * gdb.java/jnpe.exp: Adjust expected output.
13583 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13584 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13585 * gdb.threads/leader-exit.exp: Adjust expected output.
13586 * gdb.threads/manythreads.exp: Adjust expected output.
13587 * gdb.threads/pthreads.exp: Adjust expected output.
13588 * gdb.threads/schedlock.exp: Adjust expected output.
13589 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13590 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13591 expected output.
13592 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13593 output.
13594 * gdb.threads/sigthread.exp: Adjust expected output.
13595 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13596
13597 2016-01-18 Yao Qi <yao.qi@linaro.org>
13598
13599 * gdb.guile/scm-section-script.c: Replace @progbits with
13600 %progbits.
13601 * gdb.python/py-section-script.c: Likewise.
13602
13603 2016-01-15 Pedro Alves <palves@redhat.com>
13604
13605 * gdb.multi/tids.exp: Test star wildcard ranges.
13606
13607 2016-01-15 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13610 command from "thread apply" invocation.
13611 (thr_apply_info_thr_invalid): Default the expected output to the
13612 input tid list.
13613 (top level): Add tests that use convenience variables. Add tests
13614 for "thread apply" with a valid TID list, but missing the command.
13615
13616 2016-01-13 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/default.exp: Expect $_gthread as well.
13619 * gdb.multi/tids.exp: Test $_gthread.
13620 * gdb.threads/thread-specific.exp: Test $_gthread.
13621
13622 2016-01-13 Pedro Alves <palves@redhat.com>
13623
13624 * gdb.multi/tids.exp: Test "info threads -gid".
13625
13626 2016-01-13 Pedro Alves <palves@redhat.com>
13627
13628 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13629 Breakpoint.thread.
13630 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13631
13632 2016-01-07 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.base/break.exp: Adjust to output changes.
13635 * gdb.base/hbreak2.exp: Likewise.
13636 * gdb.base/sepdebug.exp: Likewise.
13637 * gdb.base/watch_thread_num.exp: Likewise.
13638 * gdb.linespec/keywords.exp: Likewise.
13639 * gdb.multi/info-threads.exp: Likewise.
13640 * gdb.threads/thread-find.exp: Likewise.
13641 * gdb.multi/tids.c: New file.
13642 * gdb.multi/tids.exp: New file.
13643
13644 2016-01-13 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13647
13648 2016-01-13 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.base/default.exp: Expect $_inferior as well.
13651 * gdb.multi/base.exp: Test $_inferior.
13652
13653 2016-01-13 Pedro Alves <palves@redhat.com>
13654
13655 PR breakpoints/19388
13656 * gdb.base/catch-signal-siginfo-cond.c: New file.
13657 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13658
13659 2016-01-12 Josh Stone <jistone@redhat.com>
13660 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13661
13662 * gdb.base/catch-syscall.c (do_execve): New variable.
13663 (main): Conditionally trigger an execve.
13664 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13665 (test_catch_syscall_execve): New, check entry/return across execve.
13666 (do_syscall_tests): Call test_catch_syscall_execve.
13667
13668 2016-01-12 Pedro Alves <palves@redhat.com>
13669
13670 * gdb.base/random-signal.exp (do_test): New procedure, with body
13671 of testcase moved in.
13672
13673 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13674 Pedro Alves <palves@redhat.com>
13675
13676 * gdb.base/funcargs.exp (finish from indirectly called function):
13677 Reintroduce the case for 'First'.
13678
13679 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13680 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13683 (tcatch_vfork_then_child_follow_exec)
13684 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13685 identification.
13686
13687 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13688
13689 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13690 and repeats to unlimited.
13691 * gdb.python/py-value.exp: Likewise.
13692 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13693 and repeats to unlimited.
13694
13695 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13696
13697 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13698 and reordering the functions.
13699 * gdb.multi/hangout.c: Likewise.
13700 * gdb.multi/hello.c: Likewise.
13701
13702 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13703
13704 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13705 absolute.
13706 (SingleStatisticTestResult.report): Use dict.keys instead of
13707 dict.iterkeys.
13708
13709 2016-01-06 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13712
13713 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13714
13715 * gdb.btrace/dlopen.exp: New.
13716 * gdb.btrace/dlopen.c: New.
13717 * gdb.btrace/dlopen-dso.c: New.
13718
13719 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13720
13721 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13722 PATTERN argument is optional.
13723
13724 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13725
13726 * lib/ada.exp (target_compile_ada_from_dir): New function.
13727 (gdb_compile_ada): Reimplement avoiding the use of project files.
13728 * gdb.ada/gnat_ada.gpr: Delete.
13729 * gdb.ada/cond_lang.exp: Adjust test to make path before
13730 filename optional.
13731 * gdb.ada/small_reg_param.exp: Likewise.
13732
13733 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13734
13735 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13736
13737 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13738
13739 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13740 case.
13741
13742 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13743
13744 * gdb.base/break.exp: Remove dead code.
13745 * gdb.base/sepdebug.exp: Likewise.
13746
13747 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13748
13749 * gdb.asm/asm-source.exp: Remove HP-UX references.
13750 * gdb.base/annota1.exp: Likewise.
13751 * gdb.base/annota3.exp: Likewise.
13752 * gdb.base/attach.exp: Likewise.
13753 * gdb.base/bigcore.exp: Likewise.
13754 * gdb.base/break.exp: Likewise.
13755 * gdb.base/call-ar-st.exp: Likewise.
13756 * gdb.base/callfuncs.exp: Likewise.
13757 * gdb.base/catch-fork-static.exp: Likewise.
13758 * gdb.base/display.exp: Likewise.
13759 * gdb.base/foll-exec-mode.exp: Likewise.
13760 * gdb.base/foll-exec.exp: Likewise.
13761 * gdb.base/foll-fork.exp: Likewise.
13762 * gdb.base/foll-vfork.exp: Likewise.
13763 * gdb.base/funcargs.exp: Likewise.
13764 * gdb.base/hbreak2.exp: Likewise.
13765 * gdb.base/inferior-died.exp: Likewise.
13766 * gdb.base/interrupt.exp: Likewise.
13767 * gdb.base/multi-forks.exp: Likewise.
13768 * gdb.base/nodebug.exp: Likewise.
13769 * gdb.base/sepdebug.exp: Likewise.
13770 * gdb.base/solib1.c: Likewise.
13771 * gdb.base/step-test.exp: Likewise.
13772 * gdb.mi/non-stop.c: Likewise.
13773 * gdb.mi/pthreads.c: Likewise.
13774 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13775 * gdb.threads/pthreads.c: Likewise.
13776 * gdb.threads/staticthreads.exp: Likewise.
13777 * lib/future.exp: Likewise.
13778 * lib/gdb.exp: Likewise.
13779 * gdb.base/so-indr-cl.c: Remove.
13780 * gdb.base/so-indr-cl.exp: Likewise.
13781 * gdb.base/solib.c: Likewise.
13782 * gdb.base/solib.exp: Likewise.
13783 * gdb.base/solib2.c: Likewise.
13784
13785 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13786
13787 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13788 * gdb.base/call-ar-st.exp: Likewise.
13789 * gdb.base/callfuncs.exp: Likewise.
13790 * gdb.base/condbreak.exp: Likewise.
13791 * gdb.base/constvars.exp: Likewise.
13792 * gdb.base/hbreak2.exp: Likewise.
13793 * gdb.base/langs.exp: Likewise.
13794 * gdb.base/list.exp: Likewise.
13795 * gdb.base/long_long.exp: Likewise.
13796 * gdb.base/ptype.exp: Likewise.
13797 * gdb.base/scope.exp: Likewise.
13798 * gdb.base/signals.exp: Likewise.
13799 * gdb.base/so-impl-ld.exp: Likewise.
13800 * gdb.base/varargs.exp: Likewise.
13801 * gdb.base/volatile.exp: Likewise.
13802 * gdb.base/whatis.exp: Likewise.
13803 * gdb.cp/cplusfuncs.exp: Likewise.
13804 * gdb.cp/inherit.exp: Likewise.
13805 * gdb.cp/local.exp: Likewise.
13806 * gdb.cp/member-ptr.exp: Likewise.
13807 * gdb.cp/method.exp: Likewise.
13808 * gdb.cp/overload.exp: Likewise.
13809 * gdb.cp/templates.exp: Likewise.
13810 * gdb.stabs/weird.exp: Likewise.
13811 * lib/compiler.c: Likewise.
13812 * lib/compiler.cc: Likewise.
13813 * lib/cp-support.exp: Likewise.
13814 * lib/gdb.exp: Likewise.
13815
13816 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13817
13818 * configure.ac: Remove HP-UX case.
13819 * configure: Regenerate.
13820
13821 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13822
13823 * lib/gdb.exp (gdb_compile): Add function doc.
13824
13825 2015-12-17 Pedro Alves <palves@redhat.com>
13826
13827 PR threads/19354
13828 * gdb.multi/info-threads.exp: New file.
13829
13830 2015-12-15 Yao Qi <yao.qi@linaro.org>
13831
13832 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13833 is aarch64*-*-*.
13834
13835 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13836
13837 * gdb.base/history-duplicates.exp: Skip if no readline support.
13838
13839 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13840
13841 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13842
13843 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13844
13845 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13846
13847 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13848
13849 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13850 ctrl-C if nointerrupts target property is set.
13851 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13852 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13853 * gdb.base/paginate-bg-execution.exp: Likewise.
13854 * gdb.base/paginate-execution-startup.exp: Likewise.
13855 * gdb.base/random-signal.exp: Likewise.
13856 * gdb.base/range-stepping.exp: Likewise.
13857 * gdb.cp/annota2.exp: Likewise.
13858 * gdb.cp/annota3.exp: Likewise.
13859 * gdb.gdb/selftest.exp: Likewise.
13860 * gdb.threads/continue-pending-status.exp: Likewise.
13861 * gdb.threads/leader-exit.exp: Likewise.
13862 * gdb.threads/manythreads.exp: Likewise.
13863 * gdb.threads/pthreads.exp: Likewise.
13864 * gdb.threads/schedlock.exp: Likewise.
13865 * gdb.threads/sigthread.exp: Likewise.
13866
13867 2015-12-11 Don Breazeal <donb@codesourcery.com>
13868
13869 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13870 remote.
13871 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13872 * gdb.base/foll-exec.exp (main): Enable for target remote.
13873 * gdb.base/foll-fork.exp (main): Likewise.
13874 * gdb.base/foll-vfork.exp (main): Likewise.
13875 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13876 (proc continue_to_exit_bp_loc): Use clean_restart.
13877 * gdb.base/pie-execl.exp (main): Disable for target remote.
13878 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13879 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13880 * gdb.threads/execl.exp (main): Likewise.
13881 * gdb.threads/fork-child-threads.exp (main): Likewise.
13882 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13883 remote.
13884 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13885 remote.
13886 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13887 pid.tid style ptids, instead of just tid.
13888 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13889 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13890 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13891 ptids, instead of just tid.
13892
13893 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13894
13895 * gdb.base/list.exp (test_list_forward): Add end of file error
13896 test.
13897 (test_repeat_list_command): Add end of file error test.
13898 (test_list_backwards): Add beginning of file error test.
13899
13900 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13901
13902 * gdb.base/list.exp (test_list_invalid_args): New function,
13903 defined, and called.
13904
13905 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13906
13907 * gdb.base/list.exp (test_list): Make test names unique.
13908
13909 2015-12-11 Yao Qi <yao.qi@linaro.org>
13910
13911 * gdb.base/coremaker2.c: Remove.
13912
13913 2015-12-10 Pedro Alves <palves@redhat.com>
13914
13915 * gdb.multi/base.exp: Remove stale "spaces" references.
13916
13917 2015-12-10 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.multi/base.exp: Don't use nowarnings.
13920 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13921 * gdb.multi/hangout.c: Include stdio.h.
13922 * gdb.multi/hello.c: Include stdlib.h.
13923 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13924 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13925 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13926
13927 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13928
13929 * gdb.dwarf2/dw2-ranges-base.c: New file.
13930 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13931 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13932 support additional line table, and debug ranges generation.
13933 (Dwarf::ranges): New function, generate .debug_ranges.
13934 (Dwarf::lines): Support generating simple line table programs.
13935 (Dwarf::assemble): Initialise new namespace variables.
13936
13937 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13938
13939 * gdb.base/async.exp (proc test_background): Add case for
13940 asynchronous execution not supported.
13941
13942 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13943
13944 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13945 format and change test names to make them unique.
13946
13947 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13948 Pedro Alves <pedro@redhat.com>
13949
13950 PR gdb/18702
13951 Add checking of floatformats setup on x86_64 hosts.
13952 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13953 (smallval, bigval): New labels/constants.
13954 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13955 float" after loading bigval and smallval.
13956
13957 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13958
13959 * gdb.ada/fun_overload_menu.exp: New testcase.
13960 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13961
13962 2015-12-04 Josh Stone <jistone@redhat.com>
13963
13964 * gdb.base/catch-fork-static.exp: New.
13965
13966 2015-12-03 Yao Qi <yao.qi@linaro.org>
13967
13968 * gdb.base/sizeof.c: Don't include stdio.h and
13969 ../lib/unbuffer_output.c.
13970 (main): New variable 'size' and 'value'. Remove printf and
13971 gdb_unbuffer_output. Assign return value to size and value.
13972 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13973 at the beginning.
13974 (check_sizeof): Check the result by printing variable 'size'.
13975 (check_valueof): Check the result by printing variable 'value'.
13976
13977 2015-12-01 Yao Qi <yao.qi@linaro.org>
13978
13979 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13980 for aarch64*-*-linux* target.
13981
13982 2015-11-30 Pedro Alves <palves@redhat.com>
13983
13984 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13985
13986 2015-11-30 Pedro Alves <palves@redhat.com>
13987
13988 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13989 Handle non-stop mode vCont replies.
13990
13991 2015-11-30 Pedro Alves <palves@redhat.com>
13992
13993 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13994 prepare_for_testing. Start gdb with "set non-stop on" appended to
13995 GDBFLAGS. Lax expected stop output.
13996
13997 2015-11-27 Yao Qi <yao.qi@linaro.org>
13998
13999 * gdb.arch/arm-neon.exp: New.
14000 * gdb.arch/arm-neon.c: New.
14001
14002 2015-11-27 Yao Qi <yao.qi@linaro.org>
14003
14004 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14005
14006 2015-11-27 Yao Qi <yao.qi@linaro.org>
14007
14008 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14009 frames-invalid annotation.
14010
14011 2015-11-27 Yao Qi <yao.qi@linaro.org>
14012
14013 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14014
14015 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14016
14017 * gdb.threads/names.exp: New file.
14018 * gdb.threads/names.c: New file.
14019 * README: Mention gdb,no_thread_names.
14020
14021 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14022
14023 PR 19297
14024 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14025 support" error.
14026
14027 2015-11-24 Pedro Alves <palves@redhat.com>
14028
14029 PR 17539
14030 * gdb.base/display.exp: Expect displays to be sorted in ascending
14031 order. Use multi_line.
14032 * gdb.base/solib-display.exp: Likewise.
14033
14034 2015-11-24 Pedro Alves <palves@redhat.com>
14035
14036 PR 17539
14037 * gdb.base/display.exp: Expect displays to be sorted in ascending
14038 order. Use multi_line.
14039 * gdb.base/solib-display.exp: Likewise.
14040
14041 2015-11-24 Pedro Alves <palves@redhat.com>
14042
14043 PR 17539
14044 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14045 threads in ascending order.
14046 * gdb.base/foll-fork.exp: Likewise.
14047 * gdb.base/foll-vfork.exp: Likewise.
14048 * gdb.base/multi-forks.exp: Likewise.
14049 * gdb.mi/mi-nonstop.exp: Likewise.
14050 * gdb.mi/mi-nsintrall.exp: Likewise.
14051 * gdb.multi/base.exp: Likewise.
14052 * gdb.multi/multi-arch.exp: Likewise.
14053 * gdb.python/py-inferior.exp: Likewise.
14054 * gdb.threads/break-while-running.exp: Likewise.
14055 * gdb.threads/execl.exp: Likewise.
14056 * gdb.threads/gcore-thread.exp: Likewise.
14057 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14058 * gdb.threads/kill.exp: Likewise.
14059 * gdb.threads/linux-dp.exp: Likewise.
14060 * gdb.threads/multiple-step-overs.exp: Likewise.
14061 * gdb.threads/next-bp-other-thread.exp: Likewise.
14062 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14063 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14064 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14065 * gdb.threads/thread-find.exp: Likewise.
14066 * gdb.threads/tls.exp: Likewise.
14067 * lib/mi-support.exp (mi_reverse_list): Delete.
14068 (mi_check_thread_states): No longer reverse list.
14069
14070 2015-11-24 Pedro Alves <palves@redhat.com>
14071
14072 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14073 use lowercase.
14074
14075 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14076
14077 * gdb.trace/actions.c: Include trace-common.h.
14078 (main): Add a location for a fast tracepoint.
14079 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14080 the normal tracepoints.
14081 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14082
14083 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14084
14085 * save-trace.exp: Factor out code to these...
14086 (gdb_save_tracepoints): New.
14087 (gdb_load_tracepoints): New.
14088 (do_save_load_test): New.
14089
14090 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14091
14092 * gdb.base/asmlabel.exp: New test.
14093 * gdb.base/asmlabel.c: New test case.
14094
14095 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14096
14097 * gdb.base/wrong_frame_bt_full-main.c: New file.
14098 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14099 * gdb.base/wrong_frame_bt_full.exp: New file.
14100
14101 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14102
14103 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14104
14105 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14106
14107 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14108 pstate register when comparing registers values in
14109 sparc64-*-linux-gnu targets to avoid spurious differences.
14110
14111 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14112
14113 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14114
14115 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14116
14117 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14118 as type argument to gdb_compile.
14119 * gdb.base/nested-subp2.exp: Likewise.
14120 * gdb.base/nested-subp3.exp: Likewise.
14121
14122 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14123
14124 * lib/dwarf.exp (_note): Fix left shift of negative value.
14125 * gdb.trace/trace-condition.exp: Likewise.
14126
14127 2015-11-13 Yao Qi <yao.qi@linaro.org>
14128
14129 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14130 comments about d10v.
14131 (test_scalar_returns): Likewise.
14132 * gdb.base/d10v.ld: Remove.
14133 * gdb.base/overlays.exp: Remove the target triplet checking for
14134 d10v-*-*.
14135 * gdb.base/structs.exp (test_struct_returns): Remove the
14136 comments about d10v.
14137 (test_struct_calls): Likewise.
14138
14139 2015-11-13 Yao Qi <yao.qi@linaro.org>
14140
14141 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14142 * gdb.base/gnu_vector.c: Don't include stdio.h.
14143 (main): Don't print res and call add_some_intvecs.
14144
14145 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14146
14147 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14148 macro.
14149 (func5): Removed.
14150 (func4): Use FAST_TRACEPOINT_LABEL.
14151 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14152 macro.
14153 (func): Removed.
14154 (thread_function): Use FAST_TRACEPOINT_LABEL.
14155 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14156 (func): Remove.
14157 (marker): Use FAST_TRACEPOINT_LABEL.
14158 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14159 (pendfunc1): Remove.
14160 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14161 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14162 (foo): Remove.
14163 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14164 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14165 macro.
14166 (func): Remove.
14167 (marker): Use FAST_TRACEPOINT_LABEL.
14168 * gdb.trace/trace-common.h: New header.
14169 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14170 macro.
14171 (func): Remove.
14172 (marker): Use FAST_TRACEPOINT_LABEL.
14173 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14174 (func): Remove.
14175 (thread_function): Use FAST_TRACEPOINT_LABEL.
14176
14177 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14178
14179 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14180 in front.
14181 * gdb.trace/change-loc.exp: Use global pcreg definition.
14182 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14183 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14184 in front.
14185 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14186 * gdb.trace/pending.exp: Likewise.
14187 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14188 * gdb.trace/trace-break.exp: Likewise.
14189 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14190 in front.
14191 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14192 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14193 in front.
14194 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14195
14196 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14197
14198 * gdb.ada/fin_fun_out: New testcase.
14199
14200 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14201
14202 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14203 value associated with DW_AT_byte_size.
14204 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14205 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14206 DW_AT_upper_bound.
14207
14208 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14209
14210 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14211 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14212 version.
14213 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14214 gdb.dwarf2/dw2-canonicalize-type.exp,
14215 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14216 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14217 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14218 provided by gdb_target_symbol_prefix_flags_asm.
14219 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14220 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14221 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14222 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14223 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14224 macros where needed). Use this macro for symbols which require
14225 the prefix provided by SYMBOL_PREFIX.
14226
14227 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14228
14229 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14230 New procs.
14231 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14232 representing expressions, of more than one list element.
14233 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14234 to prepend linker symbol prefix to f.
14235 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14236 table_1 and table_2.
14237 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14238 Likewise, for f and g.
14239 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14240 for ptr.
14241 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14242 for main.
14243 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14244 table_1_ptr and table_2_ptr.
14245
14246 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14247 Joel Brobecker <brobecker@adacore.com>
14248
14249 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14250
14251 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14252
14253 * gdb.reverse/s390-mvcle.c: New test.
14254 * gdb.reverse/s390-mvcle.exp: New file.
14255 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14256
14257 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14258
14259 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14260
14261 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14262
14263 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14264 reaching marker2.
14265 * gdb.reverse/getresuid-reverse.exp: Likewise.
14266 * gdb.reverse/pipe-reverse.exp: Likewise.
14267 * gdb.reverse/readv-reverse.exp: Likewise.
14268 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14269 * gdb.reverse/time-reverse.exp: Likewise.
14270 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14271
14272 2015-10-30 Yao Qi <yao.qi@linaro.org>
14273
14274 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14275 (empty_cycle): Remove.
14276 (main): Don't call empty_cycle. Don't use watch_count_done.
14277 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14278 empty_cycle. Rewrite the code counting HW watchpoints.
14279
14280 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14281
14282 * gdb.reverse/fstatat-reverse.c: New test.
14283 * gdb.reverse/fstatat-reverse.exp: New file.
14284 * gdb.reverse/getresuid-reverse.c: New test.
14285 * gdb.reverse/getresuid-reverse.exp: New file.
14286 * gdb.reverse/pipe-reverse.c: New test.
14287 * gdb.reverse/pipe-reverse.exp: New file.
14288 * gdb.reverse/readv-reverse.c: New test.
14289 * gdb.reverse/readv-reverse.exp: New file.
14290 * gdb.reverse/recvmsg-reverse.c: New test.
14291 * gdb.reverse/recvmsg-reverse.exp: New file.
14292 * gdb.reverse/time-reverse.c: New test.
14293 * gdb.reverse/time-reverse.exp: New file.
14294 * gdb.reverse/waitpid-reverse.c: New test.
14295 * gdb.reverse/waitpid-reverse.exp: New file.
14296
14297 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14298
14299 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14300
14301 2015-10-26 Doug Evans <dje@google.com>
14302
14303 PR symtab/17391
14304 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14305 * gdb.dwarf2/bad-regnum.c: New file.
14306 * gdb.dwarf2/bad-regnum.exp: New file.
14307
14308 2015-10-26 Doug Evans <dje@google.com>
14309
14310 PR python/18938
14311 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14312 file.
14313
14314 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14317 for a change by "Mention language in compile error message".
14318
14319 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14320
14321 PR python/18073
14322 * gdb.python/py-type.c (C::a_method): New.
14323 (C::a_const_method): New.
14324 (C::a_static_method): New.
14325 (a_function): New.
14326 * gdb.python/py-type.exp (test_fields): Test getting fields
14327 from function and method.
14328
14329 2015-10-21 Keven Boell <keven.boell@intel.com>
14330
14331 * gdb.fortran/vla-alloc-assoc.exp: New file.
14332 * gdb.fortran/vla-datatypes.exp: New file.
14333 * gdb.fortran/vla-datatypes.f90: New file.
14334 * gdb.fortran/vla-history.exp: New file.
14335 * gdb.fortran/vla-ptype-sub.exp: New file.
14336 * gdb.fortran/vla-ptype.exp: New file.
14337 * gdb.fortran/vla-sizeof.exp: New file.
14338 * gdb.fortran/vla-sub.f90: New file.
14339 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14340 * gdb.fortran/vla-value-sub-finish.exp: New file.
14341 * gdb.fortran/vla-value-sub.exp: New file.
14342 * gdb.fortran/vla-value.exp: New file.
14343 * gdb.fortran/vla-ptr-info.exp: New file.
14344 * gdb.mi/mi-vla-fortran.exp: New file.
14345 * gdb.mi/vla.f90: New file.
14346
14347 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14348
14349 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14350 of hardwired timeout value.
14351
14352 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14353 Pedro Alves <palves@redhat.com>
14354
14355 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14356 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14357
14358 2015-10-19 Josh Stone <jistone@redhat.com>
14359
14360 * gdb.base/catch-syscall.c: Include <sched.h>.
14361 (unknown_syscall): New variable.
14362 (main): Trigger a vfork and an unknown syscall.
14363 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14364 (unknown_syscall_number): Likewise.
14365 (check_call_to_syscall): Accept an optional syscall pattern.
14366 (check_return_from_syscall): Likewise.
14367 (check_continue): Likewise.
14368 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14369 (test_catch_syscall_skipping_return): New test toggling off 'catch
14370 syscall' to step over the syscall return, then toggling back on.
14371 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14372 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14373 (do_syscall_tests): Call test_catch_syscall_without_args and
14374 test_catch_syscall_mid_vfork.
14375 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14376 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14377
14378 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14379
14380 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14381 print g_vE): Add new pass patterns.
14382 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14383 print various symbol names for vptr fields.
14384
14385 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14386
14387 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14388 results.
14389
14390 2015-10-12 Yao Qi <yao.qi@linaro.org>
14391
14392 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14393
14394 2015-10-12 Yao Qi <yao.qi@linaro.org>
14395
14396 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14397 is aarch64*-*-linux*.
14398
14399 2015-10-12 Yao Qi <yao.qi@linaro.org>
14400
14401 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14402 (can_relocate_bcond_true): ... it.
14403 (can_relocate_bcond_false): New function.
14404 (foo): Likewise.
14405 (can_relocate_bl): Likewise.
14406 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14407 can_relocate_bl.
14408
14409 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14410
14411 * gdb.base/nested-addr.c: New file.
14412 * gdb.base/nested-addr.exp: New testcase.
14413
14414 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14415
14416 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14417 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14418 its output. Ignore the output of "record goto begin" and instead
14419 check that GDB is replaying.
14420
14421 2015-10-09 Pedro Alves <palves@redhat.com>
14422
14423 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14424 (top level): Use it in the run with no args test.
14425
14426 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14427
14428 * gdb.dlang/properties.exp: New file.
14429
14430 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14431
14432 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14433 whether or not address 0x1000 is mapped on the target.
14434
14435 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14436
14437 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14438 build.
14439
14440 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14441
14442 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14443 instruction-history test.
14444
14445 2015-09-28 Doug Evans <dje@google.com>
14446
14447 * gdb.base/gcore.c (array_func): Add reference to static_array.
14448
14449 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14450
14451 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14452 source line.
14453
14454 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14455
14456 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14457 short or char as base type.
14458
14459 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14460
14461 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14462 to allow any size enum.
14463
14464 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14465
14466 * gdb.ada/array_ptr_renaming.exp: New testcase.
14467 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14468 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14469
14470 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14471
14472 * gdb.trace/ftrace-lock.c: New file.
14473 * gdb.trace/ftrace-lock.exp: New file.
14474
14475 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14476
14477 * gdb.arch/insn-reloc.c: New file.
14478 * gdb.arch/ftrace-insn-reloc.exp: New file.
14479
14480 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14481
14482 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14483 instruction.
14484 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14485 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14486 * gdb.trace/range-stepping.c: Likewise.
14487 * gdb.trace/trace-break.c: Likewise.
14488 * gdb.trace/trace-mt.c (thread_function): Likewise.
14489 * gdb.trace/ftrace.c (marker): Likewise.
14490 * gdb.trace/trace-condition.c (marker): Likewise.
14491 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14492 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14493 is_aarch64_target.
14494
14495 2015-09-18 Doug Evans <xdje42@gmail.com>
14496
14497 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14498 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14499
14500 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14501
14502 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14503 the breakpoint.
14504
14505 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14506
14507 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14508 the pending breakpoint. Remove timeout override for "Run till
14509 MI pending breakpoint on pendfunc3 on thread 2" test.
14510
14511 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14512
14513 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14514 filename pattern.
14515
14516 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14517
14518 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14519 in breakpoint filename pattern.
14520
14521 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14522
14523 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14524
14525 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14526
14527 * gdb.linespec/explicit.exp: Check for readline support for
14528 tab-completion tests. Fix obvious typo.
14529
14530 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14531
14532 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14533 and replay.
14534
14535 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14536
14537 * gdb.btrace/non-stop.c: New.
14538 * gdb.btrace/non-stop.exp: New.
14539
14540 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14541 Yao Qi <yao.qi@linaro.org>
14542
14543 * gdb.trace/trace-condition.c: New file.
14544 * gdb.trace/trace-condition.exp: New file.
14545
14546 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14547
14548 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14549 for testing bytecode compilation.
14550
14551 2015-09-16 Pedro Alves <palves@redhat.com>
14552 Sandra Loosemore <sandra@codesourcery.com>
14553
14554 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14555 (SECONDS): Redefine.
14556 (main): Call pthread_kill and alarm early.
14557 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14558 support.
14559 (test): If the target can't hardware step and doesn't support
14560 displaced stepping, increase the timeout.
14561
14562 2015-09-16 Pedro Alves <palves@redhat.com>
14563
14564 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14565 (enable_debug): New procedures.
14566 (test): Use them. Bail out if waiting for threads fails.
14567 (top level): Bail out if a test fails.
14568
14569 2015-09-16 Yao Qi <yao.qi@linaro.org>
14570
14571 * gdb.asm/asm-source.exp: Set asm-arch for
14572 aarch64*-*-* target.
14573 * gdb.asm/aarch64.inc: New file.
14574
14575 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14576
14577 * gdb.ada/array_of_variable_length.exp: New testcase.
14578 * gdb.ada/array_of_variable_length/foo.adb: New file.
14579 * gdb.ada/array_of_variable_length/pck.adb: New file.
14580 * gdb.ada/array_of_variable_length/pck.ads: New file.
14581
14582 2015-09-15 Doug Evans <dje@google.com>
14583
14584 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14585 of function static local variable.
14586
14587 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14588
14589 * gdb.threads/tls-so_extern.exp: New test file.
14590 * gdb.threads/tls-so_extern.c: New test file.
14591 * gdb.threads/tls-so_extern_main.c: New test file.
14592
14593 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14594
14595 * gdb.opt/solib-intra-step-lib.c: New file.
14596 * gdb.opt/solib-intra-step-main.c: New file.
14597 * gdb.opt/solib-intra-step.exp: New file.
14598
14599 2015-09-15 Pedro Alves <palves@redhat.com>
14600
14601 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14602 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14603
14604 2015-09-14 Pedro Alves <palves@redhat.com>
14605
14606 * gdb.base/hook-stop-continue.c: Delete.
14607 * gdb.base/hook-stop-continue.exp: Delete.
14608 * gdb.base/hook-stop-frame.c: Delete.
14609 * gdb.base/hook-stop-frame.exp: Delete.
14610 * gdb.base/hook-stop.c: New file.
14611 * gdb.base/hook-stop.exp: New file.
14612
14613 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14614
14615 * gdb.ada/access_to_packed_array.exp: New testcase.
14616 * gdb.ada/access_to_packed_array/foo.adb: New file.
14617 * gdb.ada/access_to_packed_array/pack.adb: New file.
14618 * gdb.ada/access_to_packed_array/pack.ads: New file.
14619
14620 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14621
14622 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14623 buffer size test.
14624
14625 2015-09-11 Don Breazeal <donb@codesourcery.com>
14626
14627 * gdb.base/foll-exec.c: Add copyright header. Fix
14628 formatting issues.
14629 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14630 (do_exec_tests): Use clean_restart in place of zap_session,
14631 and for test initialization. Fix formatting issues. Use
14632 fail in place of perror.
14633 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14634 an expect statement to match an expression with output from
14635 the program under debug.
14636 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14637 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14638 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14639 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14640 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14641
14642 2015-09-09 Doug Evans <dje@google.com>
14643
14644 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14645
14646 2015-09-09 Doug Evans <dje@google.com>
14647
14648 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14649
14650 2015-09-09 Doug Evans <dje@google.com>
14651
14652 * gdb.base/savedregs.exp: Fix typo.
14653
14654 2015-09-09 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14657
14658 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14659
14660 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14661 command actually switches threads. Give up on remaining
14662 tests if target fails to stop at breakpoint.
14663
14664 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14665
14666 * gdb.ada/funcall_char.exp: New testcase.
14667 * gdb.ada/funcall_char/foo.adb: New file.
14668
14669 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14670
14671 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14672 expected outputs. Add two testcases for completing ambiguous
14673 functions.
14674 * gdb.ada/complete/aux_pck.adb: New file.
14675 * gdb.ada/complete/aux_pck.ads: New file.
14676 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14677 Ambiguous_Func functions.
14678 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14679 * gdb.ada/complete/pck.adb: Likewise.
14680
14681 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14682
14683 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14684 failures to run the test program under GDB.
14685
14686 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14687
14688 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14689 to C.
14690
14691 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14692
14693 * gdb.base/run-after-attach.exp: New test file.
14694 * gdb.base/run-after-attach.c: New test file.
14695
14696 2015-08-26 Don Breazeal <donb@codesourcery.com>
14697
14698 * gdb.base/foll-exec-2.c: New test program.
14699 * gdb.base/foll-exec-2.exp: New test.
14700
14701 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14702
14703 * gdb.base/nested-subp1.exp: New file.
14704 * gdb.base/nested-subp1.c: New file.
14705 * gdb.base/nested-subp2.exp: New file.
14706 * gdb.base/nested-subp2.c: New file.
14707 * gdb.base/nested-subp3.exp: New file.
14708 * gdb.base/nested-subp3.c: New file.
14709
14710 2015-08-24 Pedro Alves <palves@redhat.com>
14711
14712 * gdb.server/connect-without-multi-process.c: New file.
14713 * gdb.server/connect-without-multi-process.exp: New file.
14714
14715 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14716
14717 * gdb.opt/inline-markers.c: Make z int.
14718
14719 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14720
14721 * gdb.opt/inline-markers.c: Make z volatile.
14722
14723 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14724
14725 * gdb.opt/inline-bt.c: New volatile global z.
14726 * gdb.opt/inline-cmds.c: Likewise.
14727 * gdb.opt/inline-locals.c: Likewise.
14728 * gdb.opt/inline-markers.c: New extern global z.
14729 (marker): Use z.
14730 (inline_fn): Likewise.
14731
14732 2015-08-24 Pedro Alves <palves@redhat.com>
14733
14734 * config/m32r-stub.exp: Remove file.
14735 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14736 * gdb.base/call-rt-st.exp: Likewise.
14737 * gdb.base/call-strs.exp: Likewise.
14738 * gdb.base/default.exp: Remove references to h8300-*-hms and
14739 *-*-udi*.
14740 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14741
14742 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14743
14744 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14745 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14746 and "return" use KFAIL when GDB can not read/write the vector
14747 return value.
14748
14749 2015-08-21 Gary Benson <gbenson@redhat.com>
14750
14751 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14752
14753 2015-08-20 Pedro Alves <palves@redhat.com>
14754
14755 * gdb.server/solib-list.exp: No longer expect an interior stop in
14756 non-stop mode.
14757
14758 2015-08-20 Pedro Alves <palves@redhat.com>
14759
14760 * gdb.server/connect-stopped-target.c: New file.
14761 * gdb.server/connect-stopped-target.exp: New file.
14762
14763 2015-08-20 Pedro Alves <palves@redhat.com>
14764
14765 * gdb.dwarf2/comp-unit-lang.exp: New file.
14766 * gdb.dwarf2/comp-unit-lang.c: New file.
14767
14768 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14769
14770 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14771 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14772
14773 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14774
14775 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14776 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14777
14778 2015-08-18 Doug Evans <dje@google.com>
14779 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14780
14781 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14782 skip_python_tests. New arg prompt_regexp.
14783 (skip_python_tests): New function.
14784 * lib/mi-support.exp (mi_skip_python_tests): New function.
14785 * gdb.python/py-mi-objfile-gdb.py: New file.
14786 * gdb.python/py-mi-objfile.c: New file.
14787 * gdb.python/py-mi-objfile.exp: New file.
14788
14789 2015-08-17 Keith Seitz <keiths@redhat.com>
14790
14791 * gdb.linespec/explicit.exp: Move strace test from here ...
14792 * gdb.trace/strace.exp: ... to here.
14793
14794 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14795
14796 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14797 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14798
14799 2015-08-14 Doug Evans <xdje42@gmail.com>
14800
14801 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14802 inferior before selecting a new file.
14803
14804 2015-08-14 Doug Evans <xdje42@gmail.com>
14805
14806 * gdb.mi/mi-disassemble.exp: Update.
14807 * gdb.base/disasm-optim.S: New file.
14808 * gdb.base/disasm-optim.c: New file.
14809 * gdb.base/disasm-optim.h: New file.
14810 * gdb.base/disasm-optim.exp: New file.
14811
14812 2015-08-14 Keith Seitz <keiths@redhat.com>
14813
14814 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14815 "evaluated-by".
14816
14817 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14818
14819 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14820
14821 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14822
14823 * gdb.ada/fun_renaming.exp: New testcase.
14824 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14825 * gdb.ada/fun_renaming/pack.adb: New file.
14826 * gdb.ada/fun_renaming/pack.ads: New file.
14827
14828 2015-08-12 Keith Seitz <keiths@redhat.com>
14829
14830 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14831 gdb_get_line_number.
14832
14833 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14834
14835 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14836 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14837 gdb.base/dso2dso.exp: New files.
14838
14839 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14840 Pedro Alves <palves@redhat.com>
14841 Keith Seitz <keiths@redhat.com>
14842
14843 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14844 GDBFLAGS.
14845
14846 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14847
14848 * gdb.base/gdbhistsize-history.exp
14849 (test_histsize_history_setting): Use save_vars.
14850 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14851 Use save_vars.
14852 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14853 * gdb.base/readline.exp: Use save_vars.
14854
14855 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14856
14857 * lib/gdb.exp (save_vars): New proc.
14858
14859 2015-08-11 Keith Seitz <keiths@redhat.com>
14860
14861 * gdb.base/help.exp: Update help_breakpoint_text.
14862
14863 2015-08-11 Keith Seitz <keiths@redhat.com>
14864
14865 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14866 (at toplevel): Call test_explicit_breakpoints.
14867 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14868 breakpoints.
14869 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14870 breakpoint conditions, "-cond".
14871
14872 2015-08-11 Keith Seitz <keiths@redhat.com>
14873
14874 * gdb.linespec/3explicit.c: New file.
14875 * gdb.linespec/cpexplicit.cc: New file.
14876 * gdb.linespec/cpexplicit.exp: New file.
14877 * gdb.linespec/explicit.c: New file.
14878 * gdb.linespec/explicit.exp: New file.
14879 * gdb.linespec/explicit2.c: New file.
14880 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14881 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14882 before using in the matching pattern.
14883 Clarify that `prefix' is a regular expression.
14884
14885 2015-08-11 Keith Seitz <keiths@redhat.com>
14886
14887 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14888 test.
14889 Add tests for missing ",FMT" and ",".
14890
14891 2015-08-10 Doug Evans <dje@google.com>
14892 Keith Seitz <keiths@redhat.com>
14893
14894 PR gdb/17960
14895 * gdb.base/completion.exp: Add location completer tests.
14896
14897 2015-08-07 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14900 tests here.
14901 (top level): Run do_test with and without displaced stepping.
14902
14903 2015-08-07 Pedro Alves <palves@redhat.com>
14904
14905 * gdb.base/valgrind-disp-step.c: New file.
14906 * gdb.base/valgrind-disp-step.exp: New file.
14907
14908 2015-08-07 Pedro Alves <palves@redhat.com>
14909
14910 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14911 Delete function.
14912 (main): Add alarm. Run an infinite loop instead of calling
14913 wait_threads.
14914 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14915 comment.
14916 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14917 Delete function.
14918 (main): Add alarm. Run an infinite loop instead of calling
14919 wait_threads.
14920 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14921 comment.
14922
14923 2015-08-07 Pedro Alves <palves@redhat.com>
14924
14925 * gdb.base/checkpoint-ns.exp: New file.
14926 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14927 standard_testfile.
14928
14929 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14930
14931 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14932 * gdb.btrace/instruction_history.exp: Update.
14933 * gdb.btrace/tsx.exp: New.
14934 * gdb.btrace/tsx.c: New.
14935
14936 2015-08-06 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14939 increase timeout.
14940 * gdb.reverse/until-precsave.exp: Bump timeouts.
14941
14942 2015-08-06 Pedro Alves <palves@redhat.com>
14943
14944 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14945
14946 2015-08-06 Pedro Alves <palves@redhat.com>
14947
14948 PR gdb/18749
14949 * gdb.threads/process-dies-while-handling-bp.c: New file.
14950 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14951
14952 2015-08-06 Pedro Alves <palves@redhat.com>
14953
14954 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14955 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14956
14957 2015-08-05 Pedro Alves <palves@redhat.com>
14958
14959 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14960 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14961
14962 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14963
14964 * gdb.base/bp-permanent.exp: Report test as unsupported if
14965 the target cannot stop at the permanent breakpoint.
14966
14967 2015-08-03 Doug Evans <dje@google.com>
14968
14969 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14970 10000.
14971
14972 2015-08-03 Doug Evans <dje@google.com>
14973
14974 * Makefile.in (workers/%.worker, build-perf): New rule.
14975 (GDB_PERFTEST_MODE): New variable.
14976 (check-perf): Use it.
14977 (clean): Clean up gdb.perf parallel build subdirs.
14978 * lib/build-piece.exp: New file.
14979 * lib/gdb.exp (make_gdb_parallel_path): New function
14980 (standard_output_file, standard_temp_file): Call it.
14981 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14982 of $GDB_PARALLEL.
14983 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14984
14985 2015-08-03 Doug Evans <dje@google.com>
14986
14987 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14988 (LOG_FILE_NAME): New global.
14989 (TextReporter.__init__): Initialize self.txt_sum.
14990 (TextReporter.report): Add support for multiple data-points.
14991 Move report to perftest.sum, put raw data in perftest.log.
14992 (TextReporter.start): Open sum and log files.
14993 (TextReporter.end): Close sum and log files.
14994 * gdb.perf/lib/perftest/testresult.py
14995 (SingleStatisticTestResult.record): Handle multiple data-points.
14996
14997 2015-07-31 Pedro Alves <palves@redhat.com>
14998
14999 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15000 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15001 kill_wait_spawned_process instead of explicit "kill -9".
15002 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15003 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15004 kill_wait_spawned_process.
15005 * gdb.base/attach-twice.exp: Likewise.
15006 * gdb.base/attach.exp: Likewise.
15007 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15008 gdb_test_multiple.
15009 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15010 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15011 kill_wait_spawned_process.
15012 * gdb.base/valgrind-infcall.exp: Likewise.
15013 * gdb.multi/multi-attach.exp: Likewise.
15014 * gdb.python/py-prompt.exp: Likewise.
15015 * gdb.python/py-sync-interp.exp: Likewise.
15016 * gdb.server/ext-attach.exp: Likewise.
15017 * gdb.threads/attach-into-signal.exp (corefunc): Use
15018 spawn_wait_for_attach, spawn_id_get_pid and
15019 kill_wait_spawned_process.
15020 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15021 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15022 spawn_id_get_pid and kill_wait_spawned_process.
15023 * gdb.threads/attach-stopped.exp (corefunc): Use
15024 spawn_wait_for_attach, spawn_id_get_pid and
15025 kill_wait_spawned_process.
15026 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15027 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15028 kill_wait_spawned_process instead of explicit "kill -9".
15029 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15030 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15031 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15032 processes. Don't map cygwin/windows pids here. Now returns a
15033 spawn id list.
15034
15035 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15036
15037 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15038 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15039 correct patch.
15040
15041 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15042
15043 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15044
15045 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15046
15047 Reapply:
15048 2014-05-21 Mark Wielaard <mjw@redhat.com>
15049
15050 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15051
15052 2015-07-30 Pedro Alves <palves@redhat.com>
15053
15054 * linux-low.c (handle_extended_wait): Set the child's last
15055 reported status to TARGET_WAITKIND_STOPPED.
15056
15057 2015-07-30 Pedro Alves <palves@redhat.com>
15058
15059 PR threads/18600
15060 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15061 only shows inferior 1.
15062
15063 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15064 Pedro Alves <palves@redhat.com>
15065
15066 PR threads/18600
15067 * gdb.threads/fork-plus-threads.c: New file.
15068 * gdb.threads/fork-plus-threads.exp: New file.
15069
15070 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15071
15072 * gdb.base/batch-preserve-term-settings.exp
15073 (test_terminal_settings_preserved_after_cli_exit): Use
15074 send_quit_command.
15075
15076 2015-07-29 Pedro Alves <palves@redhat.com>
15077 Don Breazeal <donb@codesourcery.com>
15078
15079 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15080 output from both inferior_spawn_id and gdb_spawn_id.
15081
15082 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15083
15084 * gdb.threads/attach-into-signal.exp (corefunc): Use
15085 with_test_prefix on nested loops, uniquefying the test messages.
15086
15087 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15088
15089 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15090 commit.
15091
15092 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15093
15094 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15095 New proc.
15096 (test_terminal_settings_preserved_after_sigterm): New test.
15097
15098 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15099
15100 * gdb.base/batch-preserve-term-settings.exp
15101 (test_terminal_settings_preserved_after_cli_exit): New test.
15102
15103 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15104
15105 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15106 manipulation of saved_gdbflags.
15107 (test_terminal_settings_preserved): Remove global declaration of
15108 the unused variable pagination_prompt. Remove manipulation of
15109 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15110 GDBFLAGS.
15111
15112 2015-07-29 Pedro Alves <palves@redhat.com>
15113
15114 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15115
15116 2015-07-29 Pedro Alves <palves@redhat.com>
15117
15118 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15119 at the top.
15120
15121 2015-07-29 Pedro Alves <palves@redhat.com>
15122
15123 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15124 (main): Call gdb_unbuffer_output.
15125 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15126 (main): Call gdb_unbuffer_output.
15127 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15128 (main): Call gdb_unbuffer_output.
15129 * gdb.base/call-strs.exp: Adjust to step over the
15130 gdb_unbuffer_output call.
15131 * gdb.base/catch-gdb-caused-signals.c: Include
15132 "../lib/unbuffer_output.c".
15133 (main): Call gdb_unbuffer_output.
15134 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15135 (main): Call gdb_unbuffer_output.
15136 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15137 (main): Call gdb_unbuffer_output.
15138 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15139 (main): Call gdb_unbuffer_output.
15140 * gdb.base/shlib-call.exp: Adjust to step over the
15141 gdb_unbuffer_output call.
15142 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15143 (main): Call gdb_unbuffer_output.
15144 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15145 (main): Call gdb_unbuffer_output.
15146 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15147 (main): Rename to ...
15148 (test): ... this.
15149 (main): Reimplement.
15150 * gdb.base/varargs.exp: Run to test instead of to main.
15151 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15152 (main): Call gdb_unbuffer_output.
15153
15154 2015-07-29 Pedro Alves <palves@redhat.com>
15155
15156 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15157 factore out from mi_continue_dprintf. For call-style dprintfs,
15158 expect dprintf output out of $inferior_spawn_id.
15159 (mi_continue_dprintf): Use mi_expect_dprintf.
15160 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15161 (main): Call gdb_unbuffer_output.
15162
15163 2015-07-29 Pedro Alves <palves@redhat.com>
15164
15165 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15166 (default_mi_gdb_start): Set inferior_spawn_id instead of
15167 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15168 gdb_spawn_id.
15169 (mi_gdb_test): Always expect inferior output from both
15170 $inferior_spawn_id and $gdb_spawn_id.
15171
15172 2015-07-29 Pedro Alves <palves@redhat.com>
15173
15174 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15175 send_inferior and $inferior_spawn_id.
15176
15177 2015-07-29 Pedro Alves <palves@redhat.com>
15178
15179 * gdb.gdb/complaints.exp (test_initial_complaints)
15180 (test_serial_complaints, test_short_complaints): Use
15181 gdb_test_stdio.
15182 (test_empty_complaint): Handle $inferior_spawn_id !=
15183 $gdb_spawn_id.
15184
15185 2015-07-29 Pedro Alves <palves@redhat.com>
15186
15187 * gdb.base/varargs.exp: Use gdb_test_stdio.
15188
15189 2015-07-29 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15192
15193 2015-07-29 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15196
15197 2015-07-29 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15200 parameter into two new parameters, "inf_result" and "gdb_result".
15201 Expect inferior output and gdb output from $inferior_spawn_id and
15202 $gdb_spawn_id, respectively. Adjust all callers.
15203
15204 2015-07-29 Pedro Alves <palves@redhat.com>
15205
15206 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15207 of gdb_test_sequence.
15208
15209 2015-07-29 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15212 (saw_spurious_output): Expect inferior output from
15213 $inferior_spawn_id. Use gdb_test_stdio.
15214
15215 2015-07-29 Pedro Alves <palves@redhat.com>
15216
15217 * gdb.base/dprintf.exp: Use standard_testfile. Change
15218 prepare_for_testing call.
15219 (srcfile): Don't set.
15220 (restart): New procedure.
15221 (test_dprintf): New procecure, use to continue over dprintfs.
15222 (test_call, test_agent): New procedures, tests moved here.
15223 Restart gdb and recreate dprintfs. Adjust expected output.
15224
15225 2015-07-29 Pedro Alves <palves@redhat.com>
15226
15227 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15228
15229 2015-07-29 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15232
15233 2015-07-29 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15236 gdb_test_stdio.
15237
15238 2015-07-29 Pedro Alves <palves@redhat.com>
15239
15240 * lib/gdb.exp (gdb_test_stdio): New procedure.
15241
15242 2015-07-29 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15245
15246 2015-07-29 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/call-signal-resume.exp: Remove check for
15249 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15250 * gdb.base/unwindonsignal.exp: Likewise.
15251 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15252 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15253
15254 2015-07-29 Pedro Alves <palves@redhat.com>
15255
15256 * gdb.base/siginfo-addr.c (pass): New function.
15257 (handler): Call it iff si_addr is correct.
15258 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15259 Set a breakpoint at "pass" and continue to it.
15260
15261 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15262
15263 * gdb.python/py-objfile.exp: Make some tests have unique names.
15264 * gdb.python/py-pp-registration.exp: Likewise.
15265
15266 2015-07-28 Pedro Alves <palves@redhat.com>
15267
15268 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15269
15270 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15271
15272 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15273
15274 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15275
15276 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15277
15278 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15279
15280 * gdb.base/gdb-sigterm-2.exp: New test.
15281
15282 2015-07-25 Doug Evans <xdje42@gmail.com>
15283
15284 Revert:
15285 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15286 (workers/%.worker, build-perf): New rule.
15287 (GDB_PERFTEST_MODE): New variable.
15288 (check-perf): Use it.
15289 (clean): Clean up gdb.perf parallel build subdirs.
15290 * lib/build-piece.exp: New file.
15291 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15292 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15293 name.
15294 (standard_temp_file): Ditto.
15295 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15296 of $GDB_PARALLEL.
15297
15298 2015-07-24 Doug Evans <dje@google.com>
15299
15300 * gdb.perf/lib/perftest/utils.py: New file.
15301 * gdb.perf/gm-hello.cc: New file.
15302 * gdb.perf/gm-pervasive-typedef.cc: New file.
15303 * gdb.perf/gm-pervasive-typedef.h: New file.
15304 * gdb.perf/gm-std.cc: New file.
15305 * gdb.perf/gm-std.h: New file.
15306 * gdb.perf/gm-use-cerr.cc: New file.
15307 * gdb.perf/gm-utils.h: New file.
15308 * gdb.perf/gmonster-null-lookup.py: New file.
15309 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15310 * gdb.perf/gmonster-print-cerr.py: New file.
15311 * gdb.perf/gmonster-ptype-string.py: New file.
15312 * gdb.perf/gmonster-runto-main.py: New file.
15313 * gdb.perf/gmonster-select-file.py: New file.
15314 * gdb.perf/gmonster1-null-lookup.exp: New file.
15315 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15316 * gdb.perf/gmonster1-print-cerr.exp: New file.
15317 * gdb.perf/gmonster1-ptype-string.exp: New file.
15318 * gdb.perf/gmonster1-runto-main.exp: New file.
15319 * gdb.perf/gmonster1-select-file.exp: New file.
15320 * gdb.perf/gmonster1.cc: New file.
15321 * gdb.perf/gmonster1.exp: New file.
15322 * gdb.perf/gmonster2-null-lookup.exp: New file.
15323 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15324 * gdb.perf/gmonster2-print-cerr.exp: New file.
15325 * gdb.perf/gmonster2-ptype-string.exp: New file.
15326 * gdb.perf/gmonster2-runto-main.exp: New file.
15327 * gdb.perf/gmonster2-select-file.exp: New file.
15328 * gdb.perf/gmonster2.cc: New file.
15329 * gdb.perf/gmonster2.exp: New file.
15330
15331 2015-07-24 Doug Evans <dje@google.com>
15332
15333 * gdb.perf/README: New file.
15334 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15335 * lib/gen-perf-test.exp: New file.
15336
15337 2015-07-24 Doug Evans <dje@google.com>
15338
15339 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15340 (PerfTest::startup): New function.
15341 (PerfTest::run): Return result of calling body.
15342 (PerfTest::assemble): Rewrite.
15343 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15344 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15345 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15346 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15347 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15348
15349 2015-07-24 Doug Evans <dje@google.com>
15350
15351 * lib/gdb.exp (clean_restart): Make executable optional.
15352
15353 2015-07-24 Doug Evans <dje@google.com>
15354
15355 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15356 compiler_info references.
15357 * gdb.cp/temargs.exp: Ditto.
15358 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15359 (get_compiler_info): Early exit if already computed. Set compiler_info
15360 to "unknown" if there was a problem.
15361 (test_compiler_info): Add function comment. Call get_compiler_info.
15362
15363 2015-07-24 Doug Evans <dje@google.com>
15364
15365 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15366 (workers/%.worker, build-perf): New rule.
15367 (GDB_PERFTEST_MODE): New variable.
15368 (check-perf): Use it.
15369 (clean): Clean up gdb.perf parallel build subdirs.
15370 * lib/build-piece.exp: New file.
15371 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15372 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15373 name.
15374 (standard_temp_file): Ditto.
15375 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15376 of $GDB_PARALLEL.
15377
15378 2015-07-24 Doug Evans <dje@google.com>
15379
15380 * lib/future.exp (gdb_default_target_compile): New option
15381 "early_flags".
15382 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15383 --as-needed.
15384
15385 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15386
15387 * gdb.base/catch-syscall.exp: Call gdb_exit before
15388 gdb_skip_xml_test.
15389
15390 2015-07-24 Pedro Alves <palves@redhat.com>
15391
15392 * gdb.python/py-events.exp: Accept output between the stop event
15393 and the prompt.
15394 * gdb.python/py-evsignal.exp: Likewise.
15395 * gdb.python/py-evthreads.exp: Likewise.
15396
15397 2015-07-24 Pedro Alves <palves@redhat.com>
15398
15399 PR gdb/18717
15400 * gdb.threads/non-ldr-exit.c: New file.
15401 * gdb.threads/non-ldr-exit.exp: New file.
15402
15403 2015-07-24 Yao Qi <yao.qi@linaro.org>
15404
15405 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15406 restarting process.
15407
15408 2015-07-24 Yao Qi <yao.qi@linaro.org>
15409
15410 * gdb.server/ext-restart.exp: New file.
15411
15412 2015-07-24 Yao Qi <yao.qi@linaro.org>
15413
15414 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15415 argument options.
15416 * gdb.server/ext-wrapper.exp: New file.
15417
15418 2015-07-23 Doug Evans <dje@google.com>
15419
15420 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15421 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15422
15423 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15424
15425 * gdb.ada/var_arr_typedef.exp: New testcase.
15426 * gdb.ada/var_arr_typedef/pack.adb: New file.
15427 * gdb.ada/var_arr_typedef/pack.ads: New file.
15428 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15429
15430 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15431
15432 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15433
15434 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15435
15436 * gdb.arch/i386-biarch-core.exp: Replace istarget
15437 by "complete set gnutarget". Remove expectation for the "core-file"
15438 command.
15439
15440 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15441
15442 Revert the previous commit:
15443 Tests for validate symbol file using build-id.
15444
15445 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15446
15447 Tests for validate symbol file using build-id.
15448 * gdb.base/solib-mismatch-lib.c: New file.
15449 * gdb.base/solib-mismatch-libmod.c: New file.
15450 * gdb.base/solib-mismatch.c: New file.
15451 * gdb.base/solib-mismatch.exp: New file.
15452
15453 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15454
15455 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15456 nios2-*-linux*.
15457 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15458 * gdb.base/siginfo.exp: Likewise.
15459 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15460
15461 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15462
15463 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15464 Move it to ...
15465 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15466 ... here.
15467 * gdb.trace/range-stepping.exp: Check that the target supports
15468 range stepping.
15469
15470 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15471
15472 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15473
15474 2015-07-14 Pedro Alves <palves@redhat.com>
15475
15476 * gdb.base/killed-outside.exp: New file.
15477 * gdb.base/killed-outside.c: New file.
15478
15479 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15482 (n at main): New.
15483 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15484
15485 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15486
15487 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15488 infcall tests instead of setting up for KFAIL.
15489
15490 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15491
15492 * gdb.btrace/record_goto-step.exp: New.
15493
15494 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15495
15496 PR compile/18484
15497 * gdb.compile/compile.c (struct struct_type): Add volatile to
15498 selffield's type.
15499 * gdb.compile/compile.exp
15500 (compile code struct_object.selffield = &struct_object): Skip further
15501 struct_object tests if this one xfails.
15502
15503 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15504
15505 PR exp/18617
15506 * gdb.trace/ax.exp: Add test.
15507
15508 2015-07-07 Yao Qi <yao.qi@linaro.org>
15509
15510 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15511 instead of istarget "aarch64*-*-*".
15512 * gdb.arch/aarch64-fp.exp: Likewise.
15513 * gdb.base/float.exp: Likewise.
15514 * gdb.reverse/aarch64.exp: Likewise.
15515 * lib/gdb.exp (is_aarch64_target): New proc.
15516
15517 2015-07-07 Yao Qi <yao.qi@linaro.org>
15518
15519 * lib/gdb.exp (is_aarch32_target): New proc.
15520 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15521 instead of "istarget "arm*-*-*"".
15522 * gdb.arch/arm-disp-step.exp: Likewise.
15523 * gdb.arch/thumb-bx-pc.exp: Likewise.
15524 * gdb.arch/thumb-prologue.exp: Likewise.
15525 * gdb.arch/thumb-singlestep.exp: Likewise.
15526 * gdb.base/disp-step-syscall.exp: Likewise.
15527 * gdb.base/float.exp: Likewise.
15528
15529 2015-07-07 Yao Qi <yao.qi@linaro.org>
15530
15531 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15532 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15533
15534 2015-07-07 Yao Qi <yao.qi@linaro.org>
15535
15536 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15537 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15538 if it exists.
15539 * gdb.multi/multi-arch.exp: Likewise.
15540
15541 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15542
15543 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15544 print.
15545
15546 2015-07-07 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15549
15550 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15551
15552 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15553 '[' and ']' characters.
15554
15555 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15556
15557 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15558
15559 2015-06-29 Pedro Alves <palves@redhat.com>
15560
15561 PR threads/18127
15562 * gdb.threads/hand-call-new-thread.c: New file.
15563 * gdb.threads/hand-call-new-thread.c: New file.
15564
15565 2015-06-26 Keith Seitz <keiths@redhat.com>
15566 Doug Evans <dje@google.com>
15567
15568 PR 16253
15569 * gdb.cp/var-tag-2.cc: New file.
15570 * gdb.cp/var-tag-3.cc: New file.
15571 * gdb.cp/var-tag-4.cc: New file.
15572 * gdb.cp/var-tag.cc: New file.
15573 * gdb.cp/var-tag.exp: New file.
15574
15575 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15576
15577 * gdb.base/history-duplicates.exp: New test.
15578
15579 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15580
15581 * gdb.base/completion.exp: Test the completion of the "focus"
15582 command.
15583
15584 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15585
15586 * gdb.arch/amd64-prologue-skip.S: New file.
15587 * gdb.arch/amd64-prologue-skip.exp: New file.
15588
15589 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15590
15591 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15592 is_address_zero_readable check.
15593
15594 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15595
15596 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15597 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15598
15599 2015-06-24 Yao Qi <yao.qi@linaro.org>
15600
15601 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15602 linux targets.
15603
15604 2015-06-24 Yao Qi <yao.qi@linaro.org>
15605
15606 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15607 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15608 * gdb.base/siginfo-thread.exp: Likewise.
15609
15610 2015-06-22 Yao Qi <yao.qi@linaro.org>
15611
15612 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15613
15614 2015-06-22 Yao Qi <yao.qi@linaro.org>
15615
15616 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15617 aarch64*-*-*.
15618 (skip_hw_watchpoint_tests): Likewise.
15619
15620 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15621
15622 * gdb.base/gdbinit-history.exp: Test the interaction between
15623 setting GDBHISTSIZE and setting the history size via .gdbinit.
15624
15625 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15626
15627 PR gdb/16999
15628 * gdb.base/gdbhistsize-history.exp: New test.
15629
15630 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15631
15632 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15633 with GDBHISTSIZE.
15634 * gdb.base/readline.exp: Likewise.
15635
15636 2015-06-17 Yao Qi <yao.qi@linaro.org>
15637
15638 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15639 line.
15640
15641 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15642
15643 * gdb.base/gdbinit-history.exp: Add test case to check that
15644 an unlimited history file does not get truncated on exit.
15645
15646 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15647
15648 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15649 (VECTOR): New macro. Use it...
15650 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15651 ...for these typedefs.
15652 (int8, char1, int1, double1): New typedefs.
15653 (struct just_int2, struct two_int2): New structures.
15654 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15655 (add_structvecs, add_singlevecs): New functions.
15656 (main): Call add_some_intvecs twice.
15657 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15658 the compile and exit upon failure. Try compiling for the "native"
15659 architecture. Test inferior function calls with vector arguments
15660 and vector return value handling with "finish" and "return".
15661
15662 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15663
15664 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15665 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15666 PE file.
15667 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15668
15669 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15670
15671 PR breakpoints/16465
15672 * gdb.mi/mi-dprintf-pending.c: New file.
15673 * gdb.mi/mi-dprintf-pending.exp: New test.
15674 * gdb.mi/mi-dprintf-pendshr.c: New file.
15675
15676 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15677 Mircea Gherzan <mircea.gherzan@intel.com>
15678
15679 * gdb.arch/i386-mpx-map.c: New file.
15680 * gdb.arch/i386-mpx-map.exp: New File.
15681
15682 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15683
15684 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15685 * gdb.arch/i386-mpx.exp: Indentation fixed.
15686
15687 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15688
15689 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15690 function and improved indentation.
15691 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15692 gdb_test_multiple. Added additional tests to skip the test.
15693
15694 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15695
15696 * gdb.arch/i386-avx512.c: Change path in include file.
15697 * gdb.arch/i386-avx512.exp: Change include dir path
15698 compilation flag.
15699 * gdb.arch/i386-mpx.c: Change path in include file.
15700 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15701 flag.
15702
15703 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15704
15705 * gdb.compile/compile-print.exp (compile print *vararray@3)
15706 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15707
15708 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15709
15710 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15711 (do not keep jit in memory): ... this.
15712 (expect 5): Change it to ...
15713 (expect no 5): ... this.
15714
15715 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15716
15717 PR gdb/15564
15718 * gdb.mi/mi-detach.exp: New file.
15719
15720 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 PR symtab/18392
15723 * gdb.arch/amd64-tailcall-self.S: New file.
15724 * gdb.arch/amd64-tailcall-self.c: New file.
15725 * gdb.arch/amd64-tailcall-self.exp: New file.
15726
15727 2015-05-28 Don Breazeal <donb@codesourcery.com>
15728
15729 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15730 tests for remote targets by checking is_target_gdbserver.
15731
15732 2015-05-27 Doug Evans <dje@google.com>
15733
15734 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15735 * gdb.dwarf2/opaque-type-lookup.c: New file.
15736 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15737
15738 2015-05-26 Doug Evans <dje@google.com>
15739
15740 * gdb.cp/iostream.cc: New file.
15741 * gdb.cp/iostream.exp: New file.
15742
15743 2015-05-26 Doug Evans <dje@google.com>
15744
15745 * gdb.dwarf2/dw2-op-call.exp: Update.
15746 * gdb.dwarf2/dw4-sig-types.exp: Update.
15747 * gdb.dwarf2/implptr.exp: Update.
15748 * gdb.mi/mi-cmd-param-changed.exp: Update.
15749
15750 2015-05-26 Doug Evans <dje@google.com>
15751
15752 * gdb.python/py-lazy-string.c: New file.
15753 * gdb.python/py-lazy-string.exp: New file.
15754 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15755 (main): Update. Add estring3.
15756 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15757 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15758
15759 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15760 Yao Qi <yao.qi@linaro.org>
15761
15762 * gdb.reverse/aarch64.c: New.
15763 * gdb.reverse/aarch64.exp: New.
15764
15765 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15766
15767 * lib/gdb.exp (supports_process_record): Return true for
15768 aarch64*-linux*.
15769 (supports_reverse): Likewise.
15770
15771 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15772
15773 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15774 Use with_test_prefix.
15775
15776 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15777
15778 * gdb.base/completion.exp: Add test for completion of layout
15779 names.
15780
15781 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15782
15783 * lib/gdb.exp (skip_tui_tests): New proc.
15784 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15785
15786 2015-05-19 Pedro Alves <palves@redhat.com>
15787
15788 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15789 Save the whole env array instead of just HOME. Unset HISTSIZE in
15790 the environment while testing. Restore whole environment
15791 afterwards.
15792
15793 2015-05-16 Doug Evans <xdje42@gmail.com>
15794
15795 * gdb.guile/scm-ports.c: New file.
15796 * gdb.guile/scm-ports.exp: Add memory port tests.
15797
15798 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15799
15800 * gdb.compile/compile-print.c: New file.
15801 * gdb.compile/compile-print.exp: New file.
15802
15803 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15804
15805 * gdb.compile/compile-ops.exp: Cast param to void.
15806 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15807 (compile code struct_object.selffield = &struct_object): Add xfail.
15808
15809 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15810
15811 * gdb.ada/arr_enum_with_gap: New testcase.
15812
15813 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15814
15815 * gdb.ada/byte_packed_arr: New testcase.
15816
15817 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15818
15819 * gdb.ada/pckd_neg: New testcase.
15820
15821 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15822
15823 PR gdb/17820
15824 * gdb.base/gdbinit-history.exp: New test.
15825 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15826 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15827
15828 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15829
15830 * gdb.python/py-xmethods.cc: Enhance test case.
15831 * gdb.python/py-xmethods.exp: New tests.
15832 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15833 function.
15834 (B_indexoper): Likewise.
15835 (global_dm_list) : Add new xmethod worker functions.
15836
15837 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15838
15839 * gdb.base/coredump-filter.exp: Correctly unset
15840 "coredump_var_addr" array.
15841
15842 2015-05-08 Pedro Alves <palves@redhat.com>
15843
15844 * gdb.server/non-existing-program.exp: Unset spawn_id.
15845
15846 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15847
15848 PR python/18291
15849 * gdb.python/py-xmethods.exp: Add tests.
15850
15851 2015-05-08 Yao Qi <yao.qi@linaro.org>
15852
15853 PR gdb/18208
15854 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15855 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15856 function set_coredump_filter, and remove remote_exec call.
15857 Remove argument ipid. Callers update.
15858 (top level): Don't get inferior's PID.
15859
15860 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15861
15862 * gdb.base/watch_thread_num.exp: Skip test on targets without
15863 access watchpoints.
15864
15865 2015-05-06 Pedro Alves <palves@redhat.com>
15866
15867 PR server/18081
15868 * gdb.server/non-existing-program.exp: New file.
15869
15870 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15871
15872 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15873
15874 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15875
15876 * gdb.ada/out_of_line_in_inlined: New testcase.
15877
15878 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15879
15880 * gdb.ada/var_rec_arr: New testcase.
15881
15882 2015-04-30 Yao Qi <yao.qi@linaro.org>
15883
15884 * gdb.base/break-idempotent.exp: If
15885 skip_hw_watchpoint_multi_tests returns true, skip the tests
15886 on "rwatch" and "awatch".
15887
15888 2015-04-30 Yao Qi <yao.qi@linaro.org>
15889
15890 * gdb.base/relativedebug.exp: Invoke gdb command
15891 "info sharedlibrary", and if libc.so doesn't have debug info,
15892 skip the test.
15893
15894 2015-04-29 Doug Evans <dje@google.com>
15895
15896 * gdb.python/py-xmethods.exp: Add ptype tests.
15897 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15898 get_result_type method.
15899
15900 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15901
15902 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15903 the target does not support hardware watchpoints.
15904
15905 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15906
15907 * gdb.base/break-always.exp: Abort testing if writing to memory
15908 causes an error.
15909
15910 2015-04-28 Doug Evans <dje@google.com>
15911
15912 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15913 * gdb.python/py-pp-registration.exp: ... here. New file.
15914 * gdb.python/py-pp-registration.c: New file.
15915 * gdb.python/py-pp-registration.py: New file.
15916
15917 2015-04-28 Doug Evans <dje@google.com>
15918
15919 * gdb.python/py-bad-printers.c: New file.
15920 * gdb.python/py-bad-printers.py: New file.
15921 * gdb.python/py-bad-printers.exp: New file.
15922
15923 2015-04-28 Sasha Smundak <asmundak@google.com>
15924
15925 * gdb.python/py-type.exp: New test.
15926
15927 2015-04-28 Andy Wingo <wingo@igalia.com>
15928
15929 * gdb.python/py-parameter.exp:
15930 * gdb.guile/scm-parameter.exp: Escape the path that we are
15931 matching against, as it might contain characters that are special
15932 to regular expressions.
15933
15934 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15935
15936 * gdb.ada/rec_comp: New testcase.
15937
15938 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15939
15940 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15941 before using it.
15942
15943 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15944
15945 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15946 new tests for verilog output.
15947
15948 2015-04-24 Yao Qi <yao.qi@linaro.org>
15949
15950 * boards/remote-gdbserver-on-localhost.exp: New file.
15951
15952 2015-04-23 Pedro Alves <palves@redhat.com>
15953
15954 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15955 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15956 "end of file", remove $inferior_spawn_id from the indirect list.
15957
15958 2015-04-23 Pedro Alves <palves@redhat.com>
15959
15960 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15961
15962 2015-04-23 Pedro Alves <palves@redhat.com>
15963
15964 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15965 on $any_spawn_id instead of only on $gdb_spawn_id.
15966
15967 2015-04-21 Pierre Muller <muller@sourceware.org>
15968
15969 PR pascal/17815
15970 * lib/pascal.exp (gpc_compile): Add new option "class".
15971 (fpc_compile): Likewise.
15972 * gdb.pascal/case-insensitive-symbols.pas: New file.
15973 * gdb.pascal/case-insensitive-symbols.exp: New file.
15974
15975 2015-04-20 Gary Benson <gbenson@redhat.com>
15976
15977 * gdb.base/attach.exp: Fix three extended remote failures.
15978
15979 2015-04-17 Gary Benson <gbenson@redhat.com>
15980
15981 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15982 the main executable over the remote protocol.
15983
15984 2015-04-16 Pedro Alves <palves@redhat.com>
15985
15986 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15987 a new gdbserver if gdbserver_reconnect_p is set.
15988
15989 2015-04-16 Pedro Alves <palves@redhat.com>
15990
15991 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15992 is set, don't exit gdbserver.
15993
15994 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15995
15996 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15997 appropriate .insn, such that an older assembler can be used.
15998 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15999 the z/Architecture instruction set on 31-bit targets as well.
16000
16001 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16002
16003 * gdb.go/handcall.exp: Remove all logic related to the first
16004 breakpoint and rely on go_runto_main instead.
16005 * gdb.go/strings.exp: Likewise.
16006 * gdb.go/unsafe.exp: Likewise.
16007 * gdb.go/hello.exp: Likewise. Also rename the remaining
16008 breakpoint marker to "breakpoint 1".
16009 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16010 * gdb.go/strings.go: Likewise.
16011 * gdb.go/unsafe.go: Likewise.
16012 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16013 "set breakpoint 2 here" and rename the remaining breakpoint marker
16014 to "breakpoint 1".
16015
16016 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16017
16018 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16019 if itertools.imap is not present.
16020 * gdb.python/py-objfile.exp: Add parentheses.
16021 * gdb.python/py-type.exp: Same.
16022 * gdb.python/py-unwind-maint.py: Same.
16023
16024 2015-04-15 Yao Qi <yao.qi@linaro.org>
16025
16026 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16027 of ":$ptr_size" and set its form explicitly.
16028
16029 2015-04-15 Pedro Alves <palves@redhat.com>
16030 Yao Qi <yao.qi@linaro.org>
16031
16032 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16033 timeout by factor of 4.
16034 (test_regular_watch): Likewise.
16035 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16036 * gdb.reverse/sigall-reverse.exp: Likewise.
16037 * gdb.reverse/until-precsave.exp: Likewise.
16038 * lib/gdb.exp (with_timeout_factor): New proc.
16039 (gdb_expect): Move some code to ...
16040 (get_largest_timeout): ... here. New procedure.
16041
16042 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16043
16044 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16045
16046 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16047
16048 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16049 to write to the .text section.
16050
16051 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16052
16053 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16054 Handle the case of targets that do not provide PID information.
16055
16056 2015-04-13 Yao Qi <yao.qi@linaro.org>
16057
16058 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16059 and use expect instead of gdb_expect.
16060
16061 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16062
16063 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16064 "coredump_var_addr" to avoid naming conflict with other testcases.
16065
16066 2015-04-10 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16069 gdb_test_sequence and gdb_assert.
16070
16071 2015-04-10 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16074 test messages that don't include the breakpoint address.
16075
16076 2015-04-10 Yao Qi <yao.qi@linaro.org>
16077
16078 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16079 false for some offset and width combinations which aren't
16080 supported by linux kernel.
16081
16082 2015-04-10 Pedro Alves <palves@redhat.com>
16083
16084 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16085 procedure, factored out from ...
16086 (top level): ... here. Add "set displaced-stepping" testing axis.
16087 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16088 parameter "displaced". Use it.
16089 (top level): Use foreach and add "set displaced-stepping" testing
16090 axis.
16091
16092 2015-04-10 Pedro Alves <palves@redhat.com>
16093
16094 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16095 Remove comment.
16096 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16097 both the address of the instruction that triggers the watchpoint
16098 and the address of the instruction immediately after, and use
16099 those addresses for the test. Fix comment.
16100
16101 2015-04-10 Pedro Alves <palves@redhat.com>
16102
16103 * gdb.base/sigstep.exp (breakpoint_to_handler)
16104 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16105 Test "backtrace" in handler.
16106 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16107 (top level): Add new "displaced" test axis to
16108 breakpoint_to_handler, breakpoint_to_handler_entry and
16109 breakpoint_over_handler.
16110
16111 2015-04-10 Pedro Alves <palves@redhat.com>
16112
16113 PR gdb/18216
16114 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16115
16116 2015-04-10 Yao Qi <yao.qi@linaro.org>
16117
16118 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16119 (test_add_rn_pc): New function.
16120 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16121 (top level): Invoke test_add_rn_pc.
16122
16123 2015-04-10 Pedro Alves <palves@redhat.com>
16124
16125 PR gdb/13858
16126 * gdb.base/step-over-no-symbols.exp: New file.
16127
16128 2015-04-09 Andy Wingo <wingo@igalia.com>
16129
16130 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16131 after the Python tests.
16132
16133 2015-04-08 Keith Seitz <keiths@redhat.com>
16134
16135 PR python/16699
16136 * gdb.python/py-completion.exp: New tests for completion.
16137 * gdb.python/py-completion.py (CompleteLimit1): New class.
16138 (CompleteLimit2): Likewise.
16139 (CompleteLimit3): Likewise.
16140 (CompleteLimit4): Likewise.
16141 (CompleteLimit5): Likewise.
16142 (CompleteLimit6): Likewise.
16143 (CompleteLimit7): Likewise.
16144
16145 2015-04-08 Pedro Alves <palves@redhat.com>
16146
16147 PR gdb/18214
16148 PR gdb/18216
16149 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16150 function.
16151 (main): Install it as SIGUSR1 handler.
16152 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16153 parameter. Always use "setup" as prefix. Toggle "set
16154 displaced-stepping" off/on depending on global. Don't switch to
16155 thread 1 here.
16156 (top level): Add displaced stepping "off/on" test axis. Update
16157 "setup" calls. Wrap each subtest with with_test_prefix. Test
16158 continuing with a queued signal in each thread.
16159
16160 2015-04-08 Pedro Alves <palves@redhat.com>
16161
16162 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16163 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16164 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16165 Return early if running to main fails.
16166 * gdb.trace/while-stepping.exp: Likewise.
16167
16168 2015-04-07 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16171 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16172 interact with inferior program.
16173
16174 2015-04-07 Pedro Alves <palves@redhat.com>
16175
16176 * lib/gdb.exp (inferior_spawn_id): New global.
16177 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16178 spawn id after processing the user code.
16179 (default_gdb_start): Set inferior_spawn_id.
16180 (send_inferior): New procedure.
16181 * lib/gdbserver-support.exp (gdbserver_start): Set
16182 inferior_spawn_id.
16183 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16184
16185 2015-04-07 Pedro Alves <palves@redhat.com>
16186
16187 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16188 * lib/gdbserver-support.exp (gdbserver_start): Make
16189 $server_spawn_id global.
16190 (gdbserver_start): Don't wait for gdbserver's spawn id with
16191 expect_background.
16192 (close_gdbserver): New procedure.
16193 (gdb_exit): Rename the default version and reimplement.
16194
16195 2015-04-07 Pedro Alves <palves@redhat.com>
16196
16197 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16198 append the substituted item, not the original item.
16199
16200 2015-04-07 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16203 gdb_expect.
16204
16205 2015-04-07 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16208 output appearing once only.
16209
16210 2015-04-07 Pedro Alves <palves@redhat.com>
16211
16212 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16213 that doesn't expect anything. Return early if running to main
16214 fails.
16215
16216 2015-04-07 Yao Qi <yao.qi@linaro.org>
16217
16218 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16219 (child_function): Call alarm.
16220 (main): Move call to alarm into the loop.
16221 * gdb.threads/non-stop-fair-events.exp: Build program with
16222 -DTIMEOUT=$timeout.
16223
16224 2015-04-06 Doug Evans <xdje42@gmail.com>
16225
16226 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16227 Fix dest parameter to board_info.
16228 (fpc_compile): Ditto.
16229 (gdb_compile_pascal): Rename dest arg to destfile.
16230
16231 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16232
16233 * gdb.ada/funcall_ref.exp: New file.
16234 * gdb.ada/funcall_ref/foo.adb: New file.
16235
16236 2015-04-02 Yao Qi <yao.qi@linaro.org>
16237
16238 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16239 is remote.
16240
16241 2015-04-02 Gary Benson <gbenson@redhat.com>
16242
16243 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16244
16245 2015-04-01 Sasha Smundak <asmundak@google.com>
16246
16247 * gdb.python/py-unwind-maint.c: New file.
16248 * gdb.python/py-unwind-maint.exp: New test.
16249 * gdb.python/py-unwind-maint.py: New file.
16250 * gdb.python/py-unwind.c: New file.
16251 * gdb.python/py-unwind.exp: New test.
16252 * gdb.python/py-unwind.py: New test.
16253
16254 2015-04-01 Pedro Alves <palves@redhat.com>
16255
16256 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16257 to fail instead of non-existent $test.
16258
16259 2015-04-01 Pedro Alves <palves@redhat.com>
16260
16261 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16262 GDBFLAGS if not empty.
16263
16264 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16265
16266 * gdb.ada/complete.exp: Remove "multi_line".
16267 * gdb.ada/info_exc.exp: Remove "multi_line".
16268 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16269 * gdb.ada/ptype_field.exp: Remove "multi_line".
16270 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16271 * gdb.ada/tagged.exp: Remove "multi_line".
16272 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16273 [multi_line ...]
16274 * gdb.btrace/delta.exp: Likewise.
16275 * gdb.btrace/exception.exp: Likewise.
16276 * gdb.btrace/function_call_history.exp: Likewise.
16277 * gdb.btrace/instruction_history.exp: Likewise.
16278 * gdb.btrace/nohist.exp: Likewise.
16279 * gdb.btrace/record_goto.exp: Likewise.
16280 * gdb.btrace/segv.exp: Likewise.
16281 * gdb.btrace/stepi.exp: Likewise.
16282 * gdb.btrace/tailcall.exp: Likewise.
16283 * gdb.btrace/unknown_functions.exp: Likewise.
16284 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16285 * lib/gdb.exp: Add the "multi_line" helper.
16286
16287 2015-04-01 Pedro Alves <palves@redhat.com>
16288
16289 * gdb.threads/tid-reuse.c: New file.
16290 * gdb.threads/tid-reuse.exp: New file.
16291
16292 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16293
16294 PR corefiles/16092
16295 * gdb.base/coredump-filter.c: New file.
16296 * gdb.base/coredump-filter.exp: Likewise.
16297
16298 2015-03-27 Petr Machata <pmachata@redhat.com>
16299
16300 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16301 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16302 (Dwarf::assemble): Initialize them.
16303 (Dwarf::lines): New function.
16304
16305 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16306
16307 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16308 SYMBOL_PREFIX for x86_64-*-cygwin.
16309
16310 2015-03-26 Andy Wingo <wingo@igalia.com>
16311
16312 PR symtab/18148
16313 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16314 const_value but not a location.
16315 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16316 location defined in non-main CUs are visible.
16317
16318 2015-03-26 Yao Qi <yao.qi@linaro.org>
16319
16320 PR testsuite/18139
16321 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16322 Add a line number entry for the same line.
16323 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16324 Add a line number entry for the same line.
16325
16326 2015-03-26 Yao Qi <yao.qi@linaro.org>
16327
16328 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16329 .int 0.
16330 (func): Likewise. Add .Lfunc_1 label.
16331 Use .Lfunc_1 label.
16332 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16333 .int 0.
16334 (func): Likewise.
16335 Use .Lfunc_1 label.
16336
16337 2015-03-26 Yao Qi <yao.qi@linaro.org>
16338
16339 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16340 Call gdb_compile instead to compile each .s files without debug
16341 information.
16342
16343 2015-03-26 Yao Qi <yao.qi@linaro.org>
16344
16345 * gdb.base/savedregs.exp (process_saved_regs): Make
16346 "Saved registers:" optional in the pattern.
16347
16348 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16349
16350 * gdb.btrace/next.exp: Merged into step.exp.
16351 * gdb.btrace/finish.exp: Merged into step.exp.
16352 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16353 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16354 "record goto" and checking the exact replay position.
16355 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16356 check for "Recording format" in "info record" output.
16357 * gdb.btrace/record_goto.exp: Choose test file based on target.
16358 * gdb.btrace/x86-record_goto.S: Renamed into ...
16359 * gdb.btrace/x86_64-record_goto.S: ... this.
16360 * gdb.btrace/i686-record_goto.S: New.
16361 * gdb.btrace/x86-tailcall.S: Renamed into ...
16362 * gdb.btrace/x86_64-tailcall.S: ... this.
16363 * gdb.btrace/i686-tailcall.S: New.
16364 * gdb.btrace/x86-tailcall.c: Renamed into ...
16365 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16366 separate statements. Update test.
16367 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16368 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16369 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16370 * gdb.btrace/tailcall.exp: Choose test file based on target.
16371 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16372
16373 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16374
16375 * gdb.btrace/exception.exp: Increase BTS buffer size.
16376
16377 2015-03-24 Pedro Alves <palves@redhat.com>
16378
16379 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16380
16381 2015-03-24 Pedro Alves <palves@redhat.com>
16382
16383 * gdb.threads/schedlock.exp (test_step): No longer expect that
16384 "set scheduler-locking step" with "next" over a function call runs
16385 threads unlocked.
16386
16387 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16388
16389 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16390
16391 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16392
16393 PR breakpoints/16466
16394 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16395 * gdb.mi/mi-pending.c (thread_func): New function.
16396 (int main): Add threading support required.
16397 * gdb.mi/mi-pending.exp: Add tests for this issue.
16398 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16399 (pendfunc2): Remove stdio dependency.
16400 * gdb.mi/mi-pendshr2.c: New file.
16401
16402 2015-03-23 Keith Seitz <keiths@redhat.com>
16403
16404 * gdb.linespec/keywords.c: New file.
16405 * gdb.linespec/keywords.exp: New file.
16406
16407 2015-03-23 Keith Seitz <keiths@redhat.com>
16408
16409 PR gdb/18021
16410 * gdb.dwarf2/staticvirtual.exp: New test.
16411
16412 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16413
16414 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16415 * README: Remove HP-UX and gdb.hp.
16416 (configuration):
16417 * configure: Regenerate.
16418 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16419 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16420 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16421 gdb.hp/gdb.defects/Makefile.
16422 * gdb.hp/Makefile.in: File deleted.
16423 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16424 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16425 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16426 * gdb.hp/gdb.aCC/run.c: File deleted.
16427 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16428 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16429 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16430 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16431 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16432 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16433 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16434 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16435 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16436 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16437 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16438 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16439 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16440 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16441 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16442 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16443 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16444 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16445 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16446 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16447 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16448 * gdb.hp/gdb.compat/average.c: File deleted.
16449 * gdb.hp/gdb.compat/sum.c: File deleted.
16450 * gdb.hp/gdb.compat/xdb.c: File deleted.
16451 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16452 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16453 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16454 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16455 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16456 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16457 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16458 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16459 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16460 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16461 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16462 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16463 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16464 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16465 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16466 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16467 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16468 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16469 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16470 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16471 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16472 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16473 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16474 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16475 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16476 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16477 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16478 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16479 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16480 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16481 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16482 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16483 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16484 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16485 * gdb.hp/tools/odump: File deleted.
16486
16487 2015-03-19 Pedro Alves <palves@redhat.com>
16488
16489 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16490 (saw_thread_3): New globals.
16491 (top level): Increment them when an event for the corresponding
16492 thread is seen.
16493 (no thread starvation): New test.
16494
16495 2015-03-19 Pedro Alves <palves@redhat.com>
16496
16497 * gdb.threads/continue-pending-status.c: New file.
16498 * gdb.threads/continue-pending-status.exp: New file.
16499
16500 2015-03-18 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16503 Use gdb_is_target_remote instead of is_remote. Use
16504 gdb_test_multiple instead of gdb_expect. Exit early if
16505 gdb_test_multiple hits its internal matches. Tighten stepi tests
16506 expected output. Fail on exit with any signal, instead of just
16507 SIGILL.
16508
16509 2015-03-18 Yao Qi <yao.qi@linaro.org>
16510
16511 PR tdep/18107
16512 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16513 variable.
16514 * gdb.base/catch-syscall.exp: Don't skip it on
16515 aarch64*-*-linux* target. Remove elements in all_syscalls.
16516 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16517 target.
16518 (setup_all_syscalls): New proc.
16519
16520 2015-03-16 Yao Qi <yao.qi@linaro.org>
16521
16522 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16523 (top level): Skip tests if valid_addr_p returns false for
16524 $cmd1 or $cmd2.
16525
16526 2015-03-11 Andy Wingo <wingo@igalia.com>
16527
16528 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16529
16530 2015-03-11 Yao Qi <yao.qi@linaro.org>
16531
16532 * gdb.base/catch-syscall.exp: Fix typo in comments.
16533
16534 2015-03-11 Yao Qi <yao.qi@linaro.org>
16535
16536 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16537
16538 2015-03-09 Pedro Alves <palves@redhat.com>
16539
16540 * dg-extract-results.py: Delete.
16541
16542 2015-03-09 Pedro Alves <palves@redhat.com>
16543
16544 Merge dg-extract-results.sh from GCC upstream (r218843).
16545
16546 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16547 * dg-extract-results.sh: Use --text with grep to avoid issues with
16548 binary files. Fall back to cat -v, if that doesn't work.
16549
16550 2015-03-05 Pedro Alves <palves@redhat.com>
16551
16552 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16553
16554 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16555
16556 * lib/mi-support.exp (mi_expect_interrupt): Accept
16557 alternative event for when in all-stop mode.
16558
16559 2015-03-04 Pedro Alves <palves@redhat.com>
16560
16561 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16562
16563 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16564
16565 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16566
16567 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16568
16569 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16570 regexps for GDB's current line display, accept a hex address
16571 preceding the line number.
16572
16573 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16574
16575 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16576 the 'arch1' variable for "s390*-linux*" targets.
16577
16578 2015-03-04 Pedro Alves <palves@redhat.com>
16579
16580 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16581 (main): Pass missing retval argument to pthread_join call.
16582
16583 2015-03-02 Pedro Alves <palves@redhat.com>
16584
16585 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16586 (top level): Call do_test with non-stop as well.
16587
16588 2015-03-02 Pedro Alves <palves@redhat.com>
16589
16590 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16591 -1.
16592
16593 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16594
16595 * gdb.arch/s390-vregs.exp: New test.
16596 * gdb.arch/s390-vregs.S: New file.
16597
16598 2015-02-27 Pedro Alves <palves@redhat.com>
16599
16600 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16601 call to catch_command_errors.
16602 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16603 catch_command_errors.
16604
16605 2015-02-27 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16608 "true" for boolean result.
16609 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16610 prototype of main.
16611
16612 2015-02-27 Pedro Alves <palves@redhat.com>
16613
16614 * lib/unbuffer_output.c: New file.
16615 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16616 (main): Call gdb_unbuffer_output.
16617
16618 2015-02-27 Yao Qi <yao.qi@linaro.org>
16619
16620 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16621 target.
16622
16623 2015-02-26 Doug Evans <dje@google.com>
16624
16625 * gdb.cp/class2.cc (Dbase, D): New classes.
16626 (main): New local delta.
16627 * gdb.cp/class2.exp: Test printing delta.
16628 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16629 (dynbar): New global.
16630 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16631
16632 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16633
16634 * gdb.compile/compile-ifunc.c: New file.
16635 * gdb.compile/compile-ifunc.exp: New file.
16636
16637 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16638
16639 * gdb.base/structs.exp: Check for correct struct on finish.
16640
16641 2015-02-26 Yao Qi <yao.qi@linaro.org>
16642
16643 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16644 is zero.
16645
16646 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16647
16648 * gdb.arch/cordic.ko.bz2: New file.
16649 * gdb.arch/cordic.ko.debug.bz2: New file.
16650 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16651
16652 2015-02-25 Yao Qi <yao.qi@linaro.org>
16653
16654 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16655 aarch64*-*-* target.
16656
16657 2015-02-23 Pedro Alves <palves@redhat.com>
16658
16659 * lib/gdb.exp (delete_breakpoints): Rewrite using
16660 gdb_test_multiple.
16661
16662 2015-02-23 Pedro Alves <palves@redhat.com>
16663
16664 * gdb.base/info-os.c: Include stdlib.h.
16665
16666 2015-02-22 Doug Evans <xdje42@gmail.com>
16667
16668 PR symtab/17855
16669 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16670 is read after symbols have been re-read.
16671 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16672 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16673
16674 2015-02-21 Doug Evans <dje@google.com>
16675
16676 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16677
16678 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16679
16680 PR corefiles/17808
16681 * gdb.arch/i386-biarch-core.core.bz2: New file.
16682 * gdb.arch/i386-biarch-core.exp: New file.
16683
16684 2015-02-21 Pedro Alves <palves@redhat.com>
16685
16686 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16687 runto_main fails.
16688
16689 2015-02-20 Pedro Alves <palves@redhat.com>
16690
16691 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16692 info probes.
16693
16694 2015-02-20 Pedro Alves <palves@redhat.com>
16695
16696 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16697
16698 2015-02-20 Pedro Alves <palves@redhat.com>
16699
16700 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16701 clean_restart before gdb_target_supports_trace.
16702
16703 2015-02-20 Pedro Alves <palves@redhat.com>
16704
16705 PR threads/18006
16706 * gdb.threads/clone-thread_db.c: New file.
16707 * gdb.threads/clone-thread_db.exp: New file.
16708
16709 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16710
16711 PR breakpoints/16812
16712 * gdb.base/catch-gdb-caused-signals.c: New file.
16713 * gdb.base/catch-gdb-caused-signals.exp: New file.
16714
16715 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16716
16717 * configure: Regenerated.
16718 * configure.ac: Use GDB_AC_TRANSFORM.
16719 * aclocal.m4: sinclude ../transform.m4.
16720
16721 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16722
16723 * lib/dtrace.exp: New file.
16724 * gdb.base/dtrace-probe.exp: Likewise.
16725 * gdb.base/dtrace-probe.d: Likewise.
16726 * gdb.base/dtrace-probe.c: Likewise.
16727 * lib/pdtrace.in: Likewise.
16728 * configure.ac: Output variables with the transformed names of
16729 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16730 * configure: Regenerated.
16731
16732 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16733
16734 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16735 expected message when trying to access $_probe_* convenience
16736 variables while not on a probe.
16737
16738 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16739
16740 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16741
16742 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16743
16744 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16745 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16746
16747 2015-02-10 Doug Evans <xdje42@gmail.com>
16748
16749 * lib/gdb.exp (gdb_load): Always return a result.
16750
16751 2015-02-10 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/signal-sigtrap.c: New file.
16754 * gdb.threads/signal-sigtrap.exp: New file.
16755
16756 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16757
16758 * gdb.trace/no-attach-trace.c: New file.
16759 * gdb.trace/no-attach-trace.exp: New file.
16760
16761 2015-02-09 Mark Wielaard <mjw@redhat.com>
16762
16763 * gdb.dwarf2/atomic.c: New file.
16764 * gdb.dwarf2/atomic-type.exp: Likewise.
16765
16766 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16767
16768 * gdb.btrace/buffer-size.exp: Update "info record" output.
16769 * gdb.btrace/delta.exp: Update "info record" output.
16770 * gdb.btrace/enable.exp: Update "info record" output.
16771 * gdb.btrace/finish.exp: Update "info record" output.
16772 * gdb.btrace/instruction_history.exp: Update "info record" output.
16773 * gdb.btrace/next.exp: Update "info record" output.
16774 * gdb.btrace/nexti.exp: Update "info record" output.
16775 * gdb.btrace/step.exp: Update "info record" output.
16776 * gdb.btrace/stepi.exp: Update "info record" output.
16777 * gdb.btrace/nohist.exp: Update "info record" output.
16778
16779 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16780
16781 * gdb.btrace/buffer-size: New.
16782
16783 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16784
16785 * gdb.btrace/delta.exp: Update "info record" output.
16786 * gdb.btrace/enable.exp: Update "info record" output.
16787 * gdb.btrace/finish.exp: Update "info record" output.
16788 * gdb.btrace/instruction_history.exp: Update "info record" output.
16789 * gdb.btrace/next.exp: Update "info record" output.
16790 * gdb.btrace/nexti.exp: Update "info record" output.
16791 * gdb.btrace/step.exp: Update "info record" output.
16792 * gdb.btrace/stepi.exp: Update "info record" output.
16793 * gdb.btrace/nohist.exp: Update "info record" output.
16794
16795 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16796
16797 PR gdb/15678
16798 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16799
16800 2015-02-06 Pedro Alves <palves@redhat.com>
16801
16802 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16803 macro.
16804 (seconds_left, again): New globals.
16805 (main): Wait seconds_left in a 1-second sleep loop instead of
16806 sleeping 180 seconds. If 'again' is set, reset the seconds
16807 counter.
16808 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16809 'again' in the inferior before detaching. Print the seconds left.
16810 (options): New global.
16811 (top level): Build program with -DTIMEOUT=$timeout.
16812
16813 2015-02-06 Pedro Alves <palves@redhat.com>
16814
16815 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16816 determine how many seconds to pass to 'alarm'.
16817 * gdb.base/gdb-sigterm.exp (top level): Build program with
16818 -DTIMEOUT=$timeout.
16819 (do_test): Return success/failure indication. Add more verbose
16820 logging. Don't fail if 200 single steps are seen. Instead, fail
16821 when the test times out.
16822 (passes): New global.
16823 (top level): Break the testing loop if testing fails on any
16824 iteration. Use gdb_assert.
16825
16826 2015-02-04 Don Breazeal <donb@codesourcery.com>
16827
16828 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16829 and initialize them.
16830 (ipc_cleanup): New function.
16831 (main): Don't declare shmid, semid, and msqid. Add a call to
16832 atexit so that we call ipc_cleanup on exit.
16833
16834 2015-02-04 Pedro Alves <palves@redhat.com>
16835
16836 * boards/native-extended-gdbserver.exp: Remove any target variant
16837 specifications from the board name before clearing the isremote
16838 flag from board_info.
16839
16840 2015-01-31 Doug Evans <xdje42@gmail.com>
16841
16842 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16843
16844 2015-01-31 Gary Benson <gbenson@redhat.com>
16845
16846 * gdb.base/completion.exp: Disable completion limiting for
16847 existing tests. Add new tests to check completion limiting.
16848 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16849
16850 2015-01-31 Doug Evans <xdje42@gmail.com>
16851
16852 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16853
16854 2015-01-31 Doug Evans <xdje42@gmail.com>
16855
16856 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16857 entries. Duplicate file section script entries.
16858 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16859 inlined entries. Add test for safe-path rejection.
16860 * gdb.python/py-section-script.c: Add duplicate inlined section script
16861 entries. Duplicate file section script entries.
16862 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16863 inlined entries. Add test for safe-path rejection.
16864
16865 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16866
16867 * gdb.ada/disc_arr_bound: New testcase.
16868
16869 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16870
16871 * gdb.ada/mi_var_array: New testcase.
16872
16873 2015-01-27 Doug Evans <dje@google.com>
16874
16875 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16876 Add test for objfile.filename, objfile.username after objfile
16877 has been unloaded.
16878
16879 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16880
16881 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16882 the second test to print the name attribute of value
16883 returned by the call to gdb.lookup_type, and adjust
16884 the expected output accordingly.
16885
16886 2015-01-25 Mark Wielaard <mjw@redhat.com>
16887
16888 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16889 * gdb.base/disp-step-fork.c: Include unistd.h.
16890 * gdb.base/siginfo-obj.c: Include stdio.h.
16891 * gdb.base/siginfo-thread.c: Likewise.
16892 * gdb.mi/non-stop.c: Include unistd.h.
16893 * gdb.mi/nsthrexec.c: Include stdio.h.
16894 * gdb.mi/pthreads.c: Include unistd.h.
16895 * gdb.modula2/unbounded1.c (main): Declare returns int.
16896 * gdb.reverse/consecutive-reverse.c: Likewise.
16897 * gdb.threads/create-fail.c: Include unistd.h.
16898 * gdb.threads/killed.c: Likewise.
16899 * gdb.threads/linux-dp.c: Likewise.
16900 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16901 * gdb.threads/non-ldr-exc-2.c: Likewise.
16902 * gdb.threads/non-ldr-exc-3.c: Likewise.
16903 * gdb.threads/non-ldr-exc-4.c: Likewise.
16904 * gdb.threads/pthreads.c: Include unistd.h.
16905 (main): Declare returns int.
16906 * gdb.threads/tls-main.c (foo): New declaration.
16907 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16908
16909 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16910
16911 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16912 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16913
16914 2015-01-15 Mark Wielaard <mjw@redhat.com>
16915
16916 * gdb.base/noreturn-return.c: New file.
16917 * gdb.base/noreturn-return.exp: New file.
16918 * gdb.base/noreturn-finish.c: New file.
16919 * gdb.base/noreturn-finish.exp: New file.
16920
16921 2015-01-23 Pedro Alves <palves@redhat.com>
16922
16923 * gdb.threads/continue-pending-after-query.c: New file.
16924 * gdb.threads/continue-pending-after-query.exp: New file.
16925
16926 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16927 Simon Marchi <simon.marchi@ericsson.com>
16928
16929 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16930 * gdb.base/valgrind-db-attach.exp: Same.
16931 * gdb.base/valgrind-infcall.exp: Same.
16932 * lib/mi-support.exp (default_mi_gdb_start): Same.
16933 * lib/prompt.exp (default_prompt_gdb_start): Same.
16934 * lib/gdb.exp (default_gdb_spawn): Same.
16935 (gdb_interact): New.
16936
16937
16938 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16939
16940 * gdb.compile/compile.exp (pointer to jit function): New test.
16941
16942 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16943
16944 * lib/gdb.exp (supports_process_record): Return true for
16945 powerpc*-*-linux*.
16946 (supports_reverse): Likewise.
16947
16948 2015-01-15 Don Breazeal <donb@codesourcery.com>
16949
16950 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16951 instead of checking whether the target board is remote and
16952 use spawn_wait_for_attach instead of exec/sleep.
16953 * gdb.base/attach-twice.exp: Likewise.
16954
16955 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16956
16957 * gdb.ada/var_arr_attrs: New testcase.
16958
16959 2015-01-14 Pedro Alves <palves@redhat.com>
16960 Joel Brobecker <brobecker@adacore.com>
16961
16962 PR gdb/17525
16963 * gdb.base/bp-cmds-execution-x-script.c: New file.
16964 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16965 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16966
16967 2015-01-14 Pedro Alves <palves@redhat.com>
16968
16969 PR cli/17828
16970 * gdb.base/batch-preserve-term-settings.c: New file.
16971 * gdb.base/batch-preserve-term-settings.exp: New file.
16972
16973 2015-01-13 Doug Evans <dje@google.com>
16974
16975 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16976 binary.
16977
16978 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16979
16980 * Makefile.in (clean mostlyclean): Do not delete *.py.
16981
16982 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16983
16984 * gdb.python/py-lookup-type.exp: New file.
16985
16986 2015-01-12 Pedro Alves <palves@redhat.com>
16987
16988 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16989 restore GDBFLAGS before returning.
16990
16991 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16992
16993 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16994 is_amd64_regs_target and is_x86_like_target.
16995
16996 2015-01-11 Doug Evans <xdje42@gmail.com>
16997
16998 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16999 is given without an explicit form.
17000 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17001 attributes.
17002 * gdb.dwarf/corrupt.exp: Ditto.
17003 * gdb.dwarf2/enum-type.exp: Ditto.
17004 * gdb.trace/entry-values.exp: Ditto.
17005 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17006
17007 2015-01-11 Doug Evans <xdje42@gmail.com>
17008
17009 PR gdb/15830
17010 * gdb.base/maint.exp: Remove references to "maint demangle".
17011 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17012 Add tests for explicitly specifying language to demangle.
17013 * gdb.dlang/demangle.exp: Ditto.
17014
17015 2015-01-09 Pedro Alves <palves@redhat.com>
17016
17017 * gdb.threads/non-stop-fair-events.c: New file.
17018 * gdb.threads/non-stop-fair-events.exp: New file.
17019
17020 2015-01-09 Pedro Alves <palves@redhat.com>
17021
17022 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17023 the global scope. Set a breakpoint after all threads are started
17024 rather than stepping over two source lines. Expect the prompt.
17025 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17026 global.
17027 (NUM): Now 15.
17028 (main): Use threads_started_barrier to wait for all threads to
17029 start. Main thread no longer calls thread_function. Exit after
17030 180 seconds.
17031 (loop): New function.
17032 (thread_function): Wait on threads_started_barrier barrier. Call
17033 'loop' at each iteration.
17034 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17035 threads have started, instead of hardcoding number of "next"
17036 steps. Use an access watchpoint instead of a write watchpoint.
17037
17038 2015-01-09 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17041 (thread_func): Wait on barrier.
17042 (main): Wait for all threads to start before stopping GDB.
17043 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17044 global.
17045 (thread1_func, thread2_func): Wait on barrier.
17046 (main): Wait for all threads to start before stopping GDB.
17047 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17048 New global.
17049 (thread1_func, thread2_func): Wait on barrier.
17050 (main): Wait for all threads to start before stopping GDB.
17051
17052 2015-01-09 Pedro Alves <palves@redhat.com>
17053
17054 * gdb.threads/attach-many-short-lived-threads.c: New file.
17055 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17056
17057 2014-01-09 Pedro Alves <palves@redhat.com>
17058
17059 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17060 instead of to thread 2.
17061 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17062 Add barrier around each pthread_create call instead of around all
17063 calls.
17064 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17065 Set a break on thread_function and have the child threads hit it
17066 one at at a time.
17067
17068 2015-01-09 Pedro Alves <palves@redhat.com>
17069
17070 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17071 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17072 false.
17073 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17074 checking whether the target board is remote.
17075 * gdb.multi/multi-attach.exp: Likewise.
17076 * gdb.python/py-sync-interp.exp: Likewise.
17077 * gdb.server/ext-attach.exp: Likewise.
17078 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17079 tests that need to attach, instead of checking whether the target
17080 board is remote at the top of the file.
17081
17082 2015-01-08 Yao Qi <yao@codesourcery.com>
17083
17084 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17085
17086 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17087
17088 Fix testcase compilation.
17089 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17090
17091 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17092
17093 * gdb.python/py-type.exp: Add a couple test about empty
17094 array creation, and negative-length array creation.
17095
17096 2015-01-02 Doug Evans <xdje42@gmail.com>
17097
17098 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17099
17100 2015-01-02 Doug Evans <dje@google.com>
17101
17102 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17103
17104 2014-12-29 Yao Qi <yao@codesourcery.com>
17105
17106 * gdb.trace/entry-values.exp: Update comments. Rename variable
17107 bar_call_foo to returned_from_foo.
17108
17109 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17110
17111 PR gdb/17394
17112 * gdb.linespec/break-asm-file.c: New file.
17113 * gdb.linespec/break-asm-file.exp: New file.
17114 * gdb.linespec/break-asm-file0.s: New file.
17115 * gdb.linespec/break-asm-file1.s: New file.
17116
17117 2014-12-18 Nigel Stephens <nigel@mips.com>
17118 Maciej W. Rozycki <macro@codesourcery.com>
17119
17120 * gdb.base/float.exp: Handle the new output from "info float" on
17121 MIPS targets.
17122
17123 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17124
17125 Fix MinGW compilation.
17126 * gdb.compile/compile-ops.exp: Update untested message if
17127 !skip_compile_feature_tests.
17128 * gdb.compile/compile-setjmp.exp: Likewise.
17129 * gdb.compile/compile-tls.exp: Likewise.
17130 * gdb.compile/compile.exp: Likewise.
17131 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17132 supported on this host".
17133
17134 2014-12-16 Doug Evans <xdje42@gmail.com>
17135
17136 * boards/stabs.exp: New file.
17137
17138 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17139
17140 * gdb.base/completion.exp: Adjust to format changes of "maint
17141 print user-registers".
17142
17143 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17144
17145 PR server/17457
17146 * gdb.arch/aarch64-fp.c: New file.
17147 * gdb.arch/aarch64-fp.exp: New file.
17148
17149 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17150
17151 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17152 r210637, r210913, r211666, r215400, r215817).
17153
17154 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17155 * dg-extract-results.py: New file.
17156 * dg-extract-results.sh: Use it if the environment seems
17157 suitable.
17158
17159 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17160
17161 * dg-extract-results.py (parse_run): Handle warnings that
17162 are printed before a test harness is run.
17163
17164 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17165
17166 * dg-extract-results.py (Named): Remove __cmp__ method.
17167 (output_variation): Use a key to sort variation.harnesses.
17168
17169 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17170
17171 * dg-extract-results.py: For Python 3, force sys.stdout to
17172 handle surrogate escape sequences.
17173 (safe_open): New function.
17174 (output_segment, main): Use it.
17175
17176 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17177
17178 * dg-extract-results.py (Prog.result_re): Include options
17179 in test name.
17180
17181 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17182
17183 * dg-extract-results.py (output_variation): Always sort if
17184 do_sum.
17185
17186 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17187
17188 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17189 as long as we get pagination notifications.
17190
17191 2014-12-15 Jason Merrill <jason@redhat.com>
17192
17193 * Makefile.in (check-gdb.%): Restore.
17194 * README: Mention it.
17195
17196 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17197
17198 * gdb.ada/str_uninit: New testcase.
17199
17200 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17201
17202 PR symtab/17642
17203 * gdb.base/vla-stub-define.c: New file.
17204 * gdb.base/vla-stub.c: New file.
17205 * gdb.base/vla-stub.exp: New file.
17206
17207 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17208 Jan Kratochvil <jan.kratochvil@redhat.com>
17209 Tom Tromey <tromey@redhat.com>
17210
17211 * configure.ac: Add gdb.compile/.
17212 * configure: Regenerate.
17213 * gdb.compile/Makefile.in: New file.
17214 * gdb.compile/compile-ops.exp: New file.
17215 * gdb.compile/compile-ops.c: New file.
17216 * gdb.compile/compile-tls.c: New file.
17217 * gdb.compile/compile-tls.exp: New file.
17218 * gdb.compile/compile-constvar.S: New file.
17219 * gdb.compile/compile-constvar.c: New file.
17220 * gdb.compile/compile-mod.c: New file.
17221 * gdb.compile/compile-nodebug.c: New file.
17222 * gdb.compile/compile-setjmp-mod.c: New file.
17223 * gdb.compile/compile-setjmp.c: New file.
17224 * gdb.compile/compile-setjmp.exp: New file.
17225 * gdb.compile/compile-shlib.c: New file.
17226 * gdb.compile/compile.c: New file.
17227 * gdb.compile/compile.exp: New file.
17228 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17229
17230 2014-12-12 Tom Tromey <tromey@redhat.com>
17231
17232 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17233 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17234
17235 2014-12-12 Doug Evans <dje@google.com>
17236
17237 * lib/gdb-python.exp (get_python_valueof): New function.
17238 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17239
17240 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17241
17242 * gdb.base/completion.exp: Add test for completion of "info
17243 registers ".
17244
17245 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17246
17247 * gdb.base/func-ptrs.c: New file.
17248 * gdb.base/func-ptrs.exp: New file.
17249
17250 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17251
17252 PR breakpoints/17012
17253 * gdb.base/dprintf-detach.c: New file.
17254 * gdb.base/dprintf-detach.exp: New file.
17255
17256 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17257
17258 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17259 * lib/gdb.exp (target_is_gdbserver): New procedure.
17260
17261 2014-12-08 Doug Evans <dje@google.com>
17262
17263 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17264
17265 2014-12-05 Yao Qi <yao@codesourcery.com>
17266
17267 * gdb.guile/scm-error.exp: Remove the third argument to
17268 gdb_remote_download.
17269 * gdb.guile/scm-frame-args.exp: Likewise.
17270 * gdb.guile/scm-section-script.exp: Likewise.
17271
17272 2014-12-05 Yao Qi <yao@codesourcery.com>
17273
17274 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17275
17276 2014-12-04 Doug Evans <dje@google.com>
17277
17278 * gdb.python/py-objfile.exp: Add tests for
17279 objfile.add_separate_debug_file.
17280
17281 2014-12-04 Doug Evans <dje@google.com>
17282
17283 * lib/gdb.exp (get_build_id): New function.
17284 (build_id_debug_filename_get): Rewrite to use it.
17285 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17286
17287 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17288
17289 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17290 `method(long)', not just 0x0.
17291 * gdb.cp/nsalias.exp: Align code labels to 4.
17292 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17293 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17294 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17295 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17296 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17297 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17298
17299 2014-12-02 Doug Evans <dje@google.com>
17300
17301 PR symtab/17602
17302 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17303 * gdb.cp/anon-ns2.cc: ... here. New file.
17304 * gdb.cp/anon-ns.exp: Update.
17305
17306 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17307
17308 * gdb.python/py-events.py (inferior_call_handler): New.
17309 (register_changed_handler, memory_changed_handler): New.
17310 (test_events.invoke): Register new handlers.
17311 * gdb.python/py-events.exp: Add tests for inferior call,
17312 memory_changed and register_changed events.
17313
17314 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17315
17316 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17317 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17318 if the linker doesn't understand this.
17319
17320 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17321
17322 * gdb.python/python.exp: Change expected reply to help().
17323
17324 2014-12-01 Yao Qi <yao@codesourcery.com>
17325
17326 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17327 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17328 * configure: Re-generated.
17329
17330 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17331
17332 * gdb.cp/chained-calls.cc: New file.
17333 * gdb.cp/chained-calls.exp: New file.
17334 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17335
17336 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17337
17338 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17339 * gdb.dwarf2/symtab-producer.exp: Same.
17340 * gdb.gdb/python-interrupts.exp: Same.
17341 * gdb.gdb/python-selftest.exp: Same.
17342 * gdb.python/py-linetable.exp: Same.
17343 * gdb.python/py-type.exp: Same.
17344 * gdb.python/py-value-cc.exp: Same.
17345 * gdb.python/py-value.exp: Same.
17346
17347 2014-11-28 Yao Qi <yao@codesourcery.com>
17348
17349 * gdb.base/break-probes.exp: Match library name prefixed with
17350 sysroot.
17351
17352 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17353
17354 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17355 test expected output. Add parentheses for the call to print.
17356 Remove L suffix from integers.
17357
17358 2014-11-26 Doug Evans <dje@google.com>
17359
17360 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17361
17362 2014-11-22 Yao Qi <yao@codesourcery.com>
17363
17364 * gdb.trace/entry-values.c: Remove asms.
17365 (foo): Add foo_label.
17366 (bar): Add bar_label.
17367 * gdb.trace/entry-values.exp: Remove code computing foo's
17368 length and bar's length.
17369 (Dwarf::assemble): Invoke function_range for bar and use
17370 MACRO_AT_func for foo.
17371
17372 2014-11-22 Yao Qi <yao@codesourcery.com>
17373
17374 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17375 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17376 Use .Lgcc43_procstart instead of gcc43.
17377
17378 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17379
17380 * gdb.ada/n_arr_bound: New testcase.
17381
17382 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17383
17384 PR breakpoints/10737
17385 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17386 test_catch_syscall_multi_arch.
17387 (test_catch_syscall_multi_arch): New function.
17388
17389 2014-11-20 Doug Evans <xdje42@gmail.com>
17390
17391 * gdb.base/maint.exp: Update expected output.
17392
17393 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17394
17395 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17396 4-byte instruction on S390.
17397
17398 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17399
17400 * gdb.ada/arr_arr: New testcase.
17401
17402 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17403
17404 * gdb.ada/pkd_arr_elem: New Testcase.
17405
17406 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17407
17408 * gdb.reverse/break-precsave: Expect completion message for
17409 core file reads.
17410 * gdb.reverse/consecutive-precsave.exp: Likewise.
17411 * gdb.reverse/finish-precsave.exp: Likewise.
17412 * gdb.reverse/i386-precsave.exp: Likewise.
17413 * gdb.reverse/machinestate-precsave.exp: Likewise.
17414 * gdb.reverse/sigall-precsave.exp: Likewise.
17415 * gdb.reverse/solib-precsave.exp: Likewise.
17416 * gdb.reverse/step-precsave.exp: Likewise.
17417 * gdb.reverse/until-precsave.exp: Likewise.
17418 * gdb.reverse/watch-precsave.exp: Likewise.
17419
17420 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17421
17422 * gdb.base/bp-permanent.c: Include unistd.h.
17423 * gdb.python/py-framefilter-mi.c (main): Add return type.
17424 * gdb.python/py-framefilter.c (main): Likewise.
17425 * gdb.trace/actions-changed.c (main): Likewise.
17426
17427 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17428
17429 * gdb.mi/until.c: Add eye-catchers.
17430 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17431 line numbers.
17432
17433 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17434
17435 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17436 function header variants in break1.c.
17437 * gdb.base/ena-dis-br.exp: Likewise.
17438 * gdb.base/hbreak2.exp: Likewise.
17439 * gdb.reverse/until-precsave.exp: Drop references to removed
17440 non-prototype function header variants in ur1.c.
17441 * gdb.reverse/until-reverse.exp: Likewise.
17442
17443 2014-11-17 Petr Machata <pmachata@redhat.com>
17444
17445 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17446 ${_cu_offset_size} bytes abbrev offset.
17447
17448 2014-11-15 Doug Evans <xdje42@gmail.com>
17449
17450 PR symtab/17559
17451 * gdb.base/line-symtabs.exp: New file.
17452 * gdb.base/line-symtabs.c: New file.
17453 * gdb.base/line-symtabs.h: New file.
17454
17455 2014-11-14 Yao Qi <yao@codesourcery.com>
17456
17457 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17458 (func): Add label func_label.
17459 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17460 Replace low_pc and high_pc with MACRO_AT_range.
17461 Replace name, low_pc and high_pc with MACRO_AT_func.
17462
17463 2014-11-14 Yao Qi <yao@codesourcery.com>
17464
17465 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17466 Replace name, low_pc and high_pc with MACRO_AT_func.
17467
17468 2014-11-14 Yao Qi <yao@codesourcery.com>
17469
17470 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17471 produce debug information.
17472 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17473
17474 2014-11-14 Yao Qi <yao@codesourcery.com>
17475
17476 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17477 object and get function length.
17478 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17479 with MACRO_AT_func.
17480 (top-level): Replace gdb_compile and clean_restart with
17481 prepare_for_testing.
17482 * gdb.dwarf2/main.c (main): Add label main_label.
17483
17484 2014-11-14 Yao Qi <yao@codesourcery.com>
17485
17486 * lib/dwarf.exp (function_range): New procedure.
17487 (Dwarf::_handle_macro_at_func): New procedure.
17488 (Dwarf::_handle_macro_at_range): New procedure.
17489 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17490
17491 2014-11-14 Yao Qi <yao@codesourcery.com>
17492
17493 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17494 (_handle_attribute): New procedure.
17495
17496 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17497
17498 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17499 * gdb.base/call-sc.c (zed): Likewise.
17500 * gdb.base/checkpoint.c (main): Likewise.
17501 * gdb.base/dump.c (main): Likewise.
17502 * gdb.base/gcore.c (main): Likewise.
17503 * gdb.base/huge.c (main): Likewise.
17504 * gdb.base/multi-forks.c (main): Likewise.
17505 * gdb.base/pr10179-a.c (main): Likewise.
17506 * gdb.base/savedregs.c (main): Likewise.
17507 * gdb.base/sigaltstack.c (main): Likewise.
17508 * gdb.base/siginfo.c (main): Likewise.
17509 * gdb.base/structs.c (zed): Likewise.
17510 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17511 * gdb.mi/mi-syn-frame.c (main): Likewise.
17512 * gdb.mi/until.c (foo, main): Likewise.
17513 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17514 * gdb.base/solib-weak.c (foo): Declare.
17515 * gdb.base/attach-twice.c: Include stdio.h.
17516 * gdb.base/weaklib1.c: Likewise.
17517 * gdb.base/weaklib2.c: Likewise.
17518 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17519 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17520 unistd.h.
17521 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17522 * gdb.mi/mi-exit-code.c: Likewise.
17523 * gdb.base/break-interp-lib.c: Include string.h.
17524 * gdb.base/coremaker.c: Likewise.
17525 * gdb.base/testenv.c: Likewise.
17526 * gdb.python/py-finish-breakpoint.c: Likewise.
17527 * gdb.base/inferior-died.c: Include sys/wait.h.
17528 * gdb.base/fileio.c: Include time.h.
17529 * gdb.base/async-shell.c: Include unistd.h.
17530 * gdb.base/dprintf-non-stop.c: Likewise.
17531 * gdb.base/info-os.c: Likewise.
17532 * gdb.mi/mi-console.c: Likewise.
17533 * gdb.mi/watch-nonstop.c: Likewise.
17534 * gdb.python/py-events.c: Likewise.
17535 * gdb.base/async.c (baz): Move up before its invocation.
17536 * gdb.base/code_elim2.c (my_global_func): Likewise.
17537 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17538 * gdb.base/advance.c (func2): Likewise.
17539
17540 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17541
17542 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17543 variant.
17544 * gdb.base/annota3.c: Likewise.
17545 * gdb.base/async.c: Likewise.
17546 * gdb.base/average.c: Likewise.
17547 * gdb.base/call-ar-st.c: Likewise.
17548 * gdb.base/call-rt-st.c: Likewise.
17549 * gdb.base/call-sc.c: Likewise.
17550 * gdb.base/call-strs.c: Likewise.
17551 * gdb.base/ending-run.c: Likewise.
17552 * gdb.base/execd-prog.c: Likewise.
17553 * gdb.base/exprs.c: Likewise.
17554 * gdb.base/foll-exec.c: Likewise.
17555 * gdb.base/foll-fork.c: Likewise.
17556 * gdb.base/foll-vfork.c: Likewise.
17557 * gdb.base/funcargs.c: Likewise.
17558 * gdb.base/gcore.c: Likewise.
17559 * gdb.base/jump.c: Likewise.
17560 * gdb.base/langs0.c: Likewise.
17561 * gdb.base/langs1.c: Likewise.
17562 * gdb.base/langs2.c: Likewise.
17563 * gdb.base/mips_pro.c: Likewise.
17564 * gdb.base/nodebug.c: Likewise.
17565 * gdb.base/opaque0.c: Likewise.
17566 * gdb.base/opaque1.c: Likewise.
17567 * gdb.base/recurse.c: Likewise.
17568 * gdb.base/run.c: Likewise.
17569 * gdb.base/scope0.c: Likewise.
17570 * gdb.base/scope1.c: Likewise.
17571 * gdb.base/setshow.c: Likewise.
17572 * gdb.base/setvar.c: Likewise.
17573 * gdb.base/shmain.c: Likewise.
17574 * gdb.base/shr1.c: Likewise.
17575 * gdb.base/shr2.c: Likewise.
17576 * gdb.base/sigall.c: Likewise.
17577 * gdb.base/signals.c: Likewise.
17578 * gdb.base/so-indr-cl.c: Likewise.
17579 * gdb.base/solib2.c: Likewise.
17580 * gdb.base/structs.c: Likewise.
17581 * gdb.base/sum.c: Likewise.
17582 * gdb.base/vforked-prog.c: Likewise.
17583 * gdb.base/watchpoint.c: Likewise.
17584 * gdb.reverse/shr2.c: Likewise.
17585 * gdb.reverse/until-reverse.c: Likewise.
17586 * gdb.reverse/ur1.c: Likewise.
17587 * gdb.reverse/watch-reverse.c: Likewise.
17588
17589 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17590
17591 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17592 variant.
17593 * gdb.base/sepdebug.exp: Drop references to removed code.
17594
17595 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17596
17597 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17598 variant. Preserve original line numbering.
17599 * gdb.base/list1.c: Likewise.
17600
17601 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17602
17603 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17604 variant.
17605 * gdb.base/break1.c: Likewise.
17606 * gdb.base/break.exp: Drop references to removed code.
17607
17608 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17609
17610 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17611 variant.
17612
17613 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17614
17615 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17616
17617 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17618
17619 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17620 logic into perform_all_tests() and invoke it with and without
17621 function header prototypes.
17622 (do_function_calls): Remove conditional XFAIL for PR 5318.
17623 (rerun_and_prepare): Remove duplicate code.
17624 (perform_all_tests): New. Main logic moved here.
17625
17626 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17627
17628 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17629 code guarded by #ifdef NO_PROTOTYPES.
17630 (t_double_many_args): Likewise.
17631 (DEF_FUNC_MANY_ARGS_1): Likewise.
17632 (DEF_FUNC_VALUES_1): Likewise.
17633 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17634 guarded by #ifdef PROTOTYPES.
17635
17636 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17637
17638 * gdb.mi/mi-console.c: Add eye-catcher.
17639 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17640 instead of literal line number.
17641
17642 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17643
17644 * gdb.base/shr2.c: Add eye-catcher.
17645 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17646 line number.
17647
17648 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17649
17650 * gdb.base/jump.c: Add eye-catchers.
17651 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17652 numbers.
17653
17654 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17655
17656 * gdb.base/execd-prog.c: Add eye-catchers.
17657 * gdb.base/foll-exec.c: Likewise.
17658 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17659 line numbers.
17660
17661 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17662
17663 * gdb.base/ending-run.c: Add eye-catchers.
17664 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17665 literal line numbers.
17666
17667 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17668
17669 * gdb.base/call-rt-st.c: Add eye-catchers.
17670 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17671 literal line numbers.
17672
17673 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17674
17675 * gdb.base/call-ar-st.c: Add eye-catchers.
17676 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17677 literal line numbers.
17678
17679 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17680
17681 * gdb.base/average.c: Add eye-catchers.
17682 * gdb.base/sum.c: Likewise.
17683 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17684 regexps dynamically.
17685
17686 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17687
17688 * gdb.base/solib1.c: Add eye-catchers.
17689 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17690 literal line numbers.
17691
17692 2014-11-12 Pedro Alves <palves@redhat.com>
17693
17694 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17695 leader has exited.
17696
17697 2014-11-12 Pedro Alves <palves@redhat.com>
17698
17699 * gdb.arch/i386-bp_permanent.c: New file.
17700 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17701 (srcfile): Set to i386-bp_permanent.c.
17702 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17703 that stepi does not execute the 'leave' instruction, instead of
17704 testing it does execute.
17705 * gdb.base/bp-permanent.c: New file.
17706 * gdb.base/bp-permanent.exp: New file.
17707
17708 2014-11-10 Doug Evans <xdje42@gmail.com>
17709
17710 PR symtab/17564
17711 * gdb.base/symtab-search-order.exp: New file.
17712 * gdb.base/symtab-search-order.c: New file.
17713 * gdb.base/symtab-search-order-1.c: New file.
17714 * gdb.base/symtab-search-order-shlib-1.c: New file.
17715
17716 2014-11-07 Pedro Alves <palves@redhat.com>
17717
17718 PR gdb/17511
17719 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17720 i?86-*-linux*.
17721
17722 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17723
17724 PR c++/17494
17725 * gdb.cp/pr17494.cc: New file.
17726 * gdb.cp/pr17494.exp: New file.
17727
17728 2014-11-02 Yao Qi <yao@codesourcery.com>
17729
17730 * gdb.python/python.exp: Get working directory and match the
17731 output of "set extended-prompt \\w " with it.
17732
17733 2014-10-30 Doug Evans <dje@google.com>
17734
17735 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17736 in objfiles.
17737 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17738 in progspaces.
17739
17740 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17741
17742 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17743 * gdb.base/realname-expand.exp: Likewise.
17744 * gdb.linespec/macro-relative.exp: Likewise.
17745
17746 2014-10-29 Pedro Alves <palves@redhat.com>
17747
17748 PR gdb/17408
17749 * gdb.threads/schedlock.c (some_function): New function.
17750 (call_function): New global.
17751 (MAYBE_CALL_SOME_FUNCTION): New macro.
17752 (thread_function): Call it.
17753 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17754 and use it instead of a global counter. Adjust all callers.
17755 (get_current_thread): Use "find current thread" for test message
17756 here rather than having all callers pass down the same string.
17757 (goto_loop): New procedure, factored out from ...
17758 (my_continue): ... this.
17759 (step_ten_loops): Change parameter from test message to command to
17760 use. Adjust.
17761 (list_count): Delete global.
17762 (check_result): New procedure, factored out from duplicate top
17763 level code.
17764 (continue tests): Wrap in with_test_prefix.
17765 (test_step): New procedure, factored out from duplicate top level
17766 code.
17767 (top level): Test "step" in combination with all scheduler-locking
17768 modes. Test "next" in combination with all scheduler-locking
17769 modes, and in combination with stepping over a function call or
17770 not.
17771 * gdb.threads/next-bp-other-thread.c: New file.
17772 * gdb.threads/next-bp-other-thread.exp: New file.
17773
17774 2014-10-29 Pedro Alves <palves@redhat.com>
17775
17776 PR python/17372
17777 * gdb.python/python.exp: Test a multi-line command that spawns
17778 interactive Python.
17779 * gdb.base/multi-line-starts-subshell.exp: New file.
17780
17781 2014-10-29 Yao Qi <yao@codesourcery.com>
17782
17783 * gdb.base/fileio.exp: Make directories on host.
17784
17785 2014-10-29 Yao Qi <yao@codesourcery.com>
17786
17787 * gdb.base/fileio.c (test_write): Close the file.
17788
17789 2014-10-28 Pedro Alves <palves@redhat.com>
17790
17791 PR gdb/12623
17792 * gdb.base/sigstep.c (no_handler): New global.
17793 (main): If 'no_handler is true, set the signal handlers to
17794 SIG_IGN.
17795 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17796 with_sw_watch and no_handler parameters. Handle them.
17797 (top level) <stepping over handler when stopped at a breakpoint
17798 test>: Add a test axis for testing with a software watchpoint, and
17799 another for testing with the signal handler set to SIG_IGN.
17800 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17801 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17802
17803 2014-10-28 Pedro Alves <palves@redhat.com>
17804
17805 PR gdb/17511
17806 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17807 * gdb.base/sigstep.exp (other_handler_location): New global.
17808 (advance): Support stepping into the signal handler, and running
17809 commands while in the handler.
17810 (in_handler_map): New global.
17811 (top level): In the advance test, add combinations for getting
17812 into the handler with stepping commands, and for running commands
17813 in the handler. Add comment descripting the advancei tests.
17814
17815 2014-10-28 Pedro Alves <palves@redhat.com>
17816
17817 * gdb.base/sigstep.exp: Use build_executable instead of
17818 prepare_for_testing.
17819 (top level): Move code that starts GDB, runs to main and creates a
17820 display to ...
17821 (restart): ... this new procedure.
17822 (top level): Move backtrace from signal handler test to ...
17823 (validate_backtrace): ... this new procedure.
17824 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17825 with_test_prefix. Always restart GDB.
17826 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17827 with_test_prefix. Always restart GDB. No need to delete
17828 breakpoints after the test.
17829 (test_skip_handler): Remove prefix parameter.
17830 (skip_over_handler, breakpoint_to_handler)
17831 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17832 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17833 restart GDB. No need to delete breakpoints after the test.
17834 (top level): Use foreach to call the test procedures with
17835 different commands.
17836
17837 2014-10-28 Pedro Alves <palves@redhat.com>
17838
17839 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17840 instead of GNATS numbers.
17841 * gdb.base/sigbpt.exp: Likewise.
17842 * gdb.base/siginfo.exp: Likewise.
17843 * gdb.base/sigstep.exp: Likewise.
17844
17845 2014-10-27 Pedro Alves <palves@redhat.com>
17846
17847 * gdb.base/sigstep.c (dummy): New global.
17848 (main): Issue a couple writes to the new global.
17849 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17850 procedures.
17851 (skip_over_handler): Use test_skip_handler.
17852 (top level): Call skip_over_handler for stepi and nexti too.
17853 (breakpoint_over_handler): Use test_skip_handler.
17854 (top level): Call breakpoint_over_handler for stepi and nexti too.
17855
17856 2014-10-27 Yao Qi <yao@codesourcery.com>
17857
17858 * gdb.trace/tfile.c (adjust_function_address)
17859 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17860 function descriptor.
17861
17862 2014-10-24 Don Breazeal <donb@codesourcery.com>
17863
17864 * gdb.base/foll-fork.exp (test_follow_fork,
17865 catch_fork_child_follow): Check for updated fork messages emitted
17866 from infrun.c.
17867 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17868 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17869 vfork_and_exec_child_follow_through_step): Check for updated vfork
17870 messages emitted from infrun.c.
17871
17872 2014-10-24 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.base/corefile.exp: Remove references to ultrix.
17875 * gdb.base/interrupt.exp: Likewise.
17876 * gdb.base/whatis.exp: Likewise.
17877 * gdb.gdb/selftest.exp: Likewise.
17878 * gdb.threads/manythreads.exp: Likewise.
17879 * gdb.threads/print-threads.exp: Likewise.
17880 * gdb.threads/pthreads.exp:: Likewise.
17881 * gdb.threads/schedlock.exp: Likewise.
17882
17883 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17884
17885 * gdb.cp/non-trivial-retval.cc: Add a test case.
17886 * gdb.cp/non-trivial-retval.exp: Add a test.
17887
17888 2014-10-20 Yao Qi <yao@codesourcery.com>
17889
17890 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17891 * gdb.python/py-objfile-script-gdb.py: New file.
17892 * gdb.python/py-objfile-script.exp: Update reference to
17893 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17894 of remote_download. Remove the dest file.
17895
17896 2014-10-20 Yao Qi <yao@codesourcery.com>
17897
17898 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17899 * gdb.base/step-line.exp: Likewise.
17900 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17901 * gdb.dwarf2/dw2-basic.exp: Likewise.
17902 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17903 * gdb.dwarf2/dw2-filename.exp: Likewise.
17904 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17905 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17906 * gdb.dwarf2/dw2-producer.exp: Likewise.
17907 * gdb.dwarf2/mac-fileno.exp: Likewise.
17908 * gdb.python/py-frame-args.exp: Likewise.
17909 * gdb.python/py-framefilter.exp: Likewise.
17910 * gdb.python/py-mi.exp: Likewise.
17911 * gdb.python/py-objfile-script.exp: Likewise
17912 * gdb.python/py-pp-integral.exp: Likewise.
17913 * gdb.python/py-pp-re-notag.exp: Likewise.
17914 * gdb.python/py-prettyprint.exp: Likewise.
17915 * gdb.python/py-section-script.exp: Likewise.
17916 * gdb.python/py-typeprint.exp: Likewise.
17917 * gdb.python/py-xmethods.exp: Likewise.
17918 * gdb.stabs/weird.exp: Likewise.
17919 * gdb.xml/tdesc-regs.exp: Likewise.
17920
17921 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17922
17923 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17924 (out_cu): Use addr_len for the size of addresses.
17925 (out_line): Likewise. Size DW_LNE_set_address instruction
17926 according to addr_len.
17927 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17928 (FUNC): Add START_INSNS to definition.
17929
17930 2014-10-18 Yao Qi <yao@codesourcery.com>
17931
17932 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17933 gdb_has_argv0 return true.
17934 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17935 check [target_info exists noargs], check [gdb_has_argv0]
17936 instead.
17937 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17938 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17939 procedures.
17940
17941 2014-10-17 Doug Evans <dje@google.com>
17942
17943 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17944 event.
17945 * gdb.python/py-events.py: Add clear_objfiles event.
17946
17947 2014-10-17 Doug Evans <dje@google.com>
17948
17949 * gdb.python/py-objfile.exp: Test progspace attribute.
17950
17951 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17952
17953 * gdb.guile/scm-breakpoint.exp: Do not assume any
17954 directory separators when matching source file paths.
17955 * gdb.python/py-breakpoint.exp: Likewise.
17956 * gdb.reverse/break-precsave.exp: Likewise.
17957 * gdb.reverse/break-reverse.exp: Likewise.
17958 * gdb.reverse/consecutive-precsave.exp: Likewise.
17959 * gdb.reverse/finish-precsave.exp: Likewise.
17960 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17961 * gdb.reverse/finish-reverse.exp: Likewise.
17962 * gdb.reverse/i386-precsave.exp: Likewise.
17963 * gdb.reverse/i387-env-reverse.exp: Likewise.
17964 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17965 * gdb.reverse/machinestate-precsave.exp: Likewise.
17966 * gdb.reverse/machinestate.exp: Likewise.
17967 * gdb.reverse/sigall-precsave.exp: Likewise.
17968 * gdb.reverse/solib-precsave.exp: Likewise.
17969 * gdb.reverse/step-precsave.exp: Likewise.
17970 * gdb.reverse/until-precsave.exp: Likewise.
17971 * gdb.reverse/watch-precsave.exp: Likewise.
17972 * gdb.reverse/watch-reverse.exp: Likewise.
17973
17974 2014-10-17 Yao Qi <yao@codesourcery.com>
17975
17976 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17977 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17978
17979 2014-10-17 Pedro Alves <palves@redhat.com>
17980
17981 PR gdb/17471
17982 * gdb.base/bg-execution-repeat.c: New file.
17983 * gdb.base/bg-execution-repeat.exp: New file.
17984
17985 2014-10-17 Pedro Alves <palves@redhat.com>
17986
17987 PR gdb/17300
17988 * gdb.base/continue-all-already-running.c: New file.
17989 * gdb.base/continue-all-already-running.exp: New file.
17990
17991 2014-10-17 Pedro Alves <palves@redhat.com>
17992
17993 PR gdb/17472
17994 * gdb.base/annota-input-while-running.c: New file.
17995 * gdb.base/annota-input-while-running.exp: New file.
17996
17997 2014-10-17 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.base/callfuncs.exp: emove references to osf.
18000 * gdb.base/sigall.exp: Likewise.
18001 * gdb.gdb/selftest.exp: Likewise.
18002 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18003 * gdb.mi/non-stop.c: Likewise.
18004 * gdb.mi/pthreads.c: Likewise.
18005 * gdb.reverse/sigall-precsave.exp: Likewise.
18006 * gdb.reverse/sigall-reverse.exp: Likewise.
18007 * gdb.threads/pthreads.c: Likewise.
18008 * gdb.threads/pthreads.exp: Likewise.
18009
18010 2014-10-17 Yao Qi <yao@codesourcery.com>
18011
18012 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18013 check 'target_info exists noargs'.
18014 (test_command_prompt_position): Likewise.
18015 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18016 Remove "set args".
18017 (progvar_simple_while_test): Likewise.
18018 (progvar_complex_if_while_test): Likewise.
18019 (if_while_breakpoint_command_test): Likewise.
18020 (infrun_breakpoint_command_test): Likewise.
18021 (breakpoint_command_test): Likewise.
18022 (watchpoint_command_test): Likewise.
18023 (bp_deleted_in_command_test): Likewise.
18024 (temporary_breakpoint_commands): Likewise.
18025
18026 2014-10-16 Yao Qi <yao@codesourcery.com>
18027
18028 * gdb.base/remotetimeout.exp: Remove noargs checking.
18029
18030 2014-10-15 Pedro Alves <palves@redhat.com>
18031
18032 PR breakpoints/9649
18033 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18034 * gdb.base/breakpoint-in-ro-region.exp
18035 (probe_target_hardware_step): New procedure.
18036 (top level): Probe hardware stepping and hardware breakpoint
18037 support. Test stepping through a read-only region, with both
18038 "breakpoint auto-hw" on and off and both "always-inserted" on and
18039 off.
18040
18041 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18042
18043 * gdb.dlang/demangle.exp: Update for demangling changes.
18044
18045 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18046
18047 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18048 * gdb.cp/non-trivial-retval.exp: Add new tests.
18049
18050 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18051
18052 PR c++/13403
18053 PR c++/15154
18054 * gdb.cp/non-trivial-retval.cc: New file.
18055 * gdb.cp/non-trivial-retval.exp: New file.
18056
18057 2014-10-15 Yao Qi <yao@codesourcery.com>
18058
18059 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18060 remote host.
18061
18062 2014-10-15 Yao Qi <yao@codesourcery.com>
18063
18064 * gdb.python/py-symbol.exp: Match file base name if host is
18065 remote, otherwise match file name with dir name.
18066 * gdb.python/py-symtab.exp: Likewise.
18067 * gdb.python/python.exp: Likewise.
18068
18069 2014-10-15 Yao Qi <yao@codesourcery.com>
18070
18071 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18072 pattern.
18073 * gdb.python/py-symtab.exp: Likewise.
18074 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18075 locationn.
18076
18077 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.ada/addr_arith: New testcase.
18080
18081 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18082
18083 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18084 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18085 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18086 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18087
18088 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18089
18090 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18091 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18092 * gdb.arch/stap-eval-lang-ada.exp: New file.
18093
18094 2014-10-14 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.mi/mi-var-child.c (nothing1): New function.
18097 (nothing2): New function.
18098 (do_children_tests): Set function pointers by nothing1 and
18099 nothing2.
18100 * gdb.mi/mi-var-child.exp: Step over new added statements.
18101 Update test to match the new output.
18102 * gdb.mi/var-cmd.c (nothing1): New function.
18103 (nothing2): New function.
18104 (do_children_tests): Set function pointers by nothing1 and
18105 nothing2.
18106 * gdb.mi/mi-var-display.exp: Update test to match output.
18107 Step to the line specified by $line_dct_nothing.
18108 Increase the number of lines to step.
18109
18110 2014-10-14 Yao Qi <yao@codesourcery.com>
18111
18112 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18113 tests.
18114 * gdb.mi/mi2-var-child.exp: Likewise.
18115
18116 2014-10-13 Doug Evans <dje@google.com>
18117
18118 * gdb.python/py-objfile.exp: Change name of file name test.
18119
18120 2014-10-13 Doug Evans <dje@google.com>
18121
18122 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18123 from the start of the CU.
18124
18125 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18126 Yao Qi <yao@codesourcery.com>
18127
18128 Fix "save breakpoints" for "catch" command.
18129 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18130 Remove -nonewline. Match also the added "main" line.
18131
18132 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18133
18134 Fix "save breakpoints" for "disable $bpnum" command.
18135 * gdb.base/save-bp.c (main): Add label.
18136 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18137
18138 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18139
18140 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18141
18142 2014-10-11 Yao Qi <yao@codesourcery.com>
18143
18144 * gdb.server/server-kill.exp: Execute command
18145 "set remote trace-status-packet on" before "tstatus".
18146
18147 2014-10-11 Yao Qi <yao@codesourcery.com>
18148
18149 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18150 (main): Call getppid.
18151 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18152 and continue to it. Read variable "server_pid".
18153
18154 2014-10-11 Yao Qi <yao@codesourcery.com>
18155
18156 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18157
18158 2014-10-11 Yao Qi <yao@codesourcery.com>
18159
18160 * gdb.threads/thread-find.exp: Don't execute command
18161 "info threads".
18162 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18163 * gdb.threads/linux-dp.exp: Don't check the condition
18164 $threads_created equals to zero.
18165
18166 2014-10-10 Pedro Alves <palves@redhat.com>
18167
18168 * gdb.base/bigcore.exp: Remove references to IRIX.
18169 * gdb.base/funcargs.exp: Likewise.
18170 * gdb.base/interrupt.exp: Likewise.
18171 * gdb.base/mips_pro.exp: Likewise.
18172 * gdb.base/nodebug.exp: Likewise.
18173 * gdb.base/setvar.exp: Likewise.
18174 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18175
18176 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18177 Pedro Alves <palves@redhat.com>
18178
18179 PR symtab/14466
18180 * gdb.base/vdso-warning.c: New file.
18181 * gdb.base/vdso-warning.exp: New file.
18182
18183 2014-10-02 Doug Evans <dje@google.com>
18184
18185 * gdb.base/structs.c (main): Don't run forever.
18186
18187 2014-10-02 Pedro Alves <palves@redhat.com>
18188
18189 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18190 (top level) <stop threads 1, stop threads 2>: Use it.
18191
18192 2014-10-02 Pedro Alves <palves@redhat.com>
18193
18194 * gdb.threads/break-while-running.exp (test): Add new
18195 'update_thread_list' argument. Skip "info threads" if false.
18196 (top level): Add new 'update_thread_list' axis.
18197
18198 2014-10-02 Pedro Alves <palves@redhat.com>
18199
18200 PR breakpoints/17431
18201 * gdb.base/execl-update-breakpoints.c: New file.
18202 * gdb.base/execl-update-breakpoints.exp: New file.
18203
18204 2014-10-01 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.base/breakpoint-in-ro-region.c: New file.
18207 * gdb.base/breakpoint-in-ro-region.exp: New file.
18208
18209 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18210
18211 * gdb.mi/mi-exit-code.exp: New file.
18212 * gdb.mi/mi-exit-code.c: New file.
18213
18214 2014-09-30 Yao Qi <yao@codesourcery.com>
18215
18216 * lib/prelink-support.exp (build_executable_own_libs): Error if
18217 the target isn't native.
18218
18219 2014-09-30 Yao Qi <yao@codesourcery.com>
18220
18221 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18222 false.
18223
18224 2014-09-22 Pedro Alves <palves@redhat.com>
18225
18226 * gdb.threads/break-while-running.exp: New file.
18227 * gdb.threads/break-while-running.c: New file.
18228
18229 2014-09-19 Yao Qi <yao@codesourcery.com>
18230
18231 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18232 Invoke test. Restart GDB with --readnow and invoke test again.
18233
18234 2014-09-19 Yao Qi <yao@codesourcery.com>
18235
18236 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18237 proc set_breakpoint_on_gcd_function. Invoke
18238 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18239 invoke set_breakpoint_on_gcd_function again.
18240
18241 2014-09-18 Doug Evans <dje@google.com>
18242
18243 * gdb.dwarf2/symtab-producer.exp: New file.
18244
18245 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18246
18247 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18248 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18249 * gdb.base/global-var-nested-by-dso.c: Likewise.
18250 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18251
18252 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18253 Pedro Alves <palves@redhat.com>
18254
18255 * gdb.base/watch-bitfields.exp: Pass string other than test file
18256 name to prepare_for_testing.
18257 (watch): New procedure.
18258 (expect_watchpoint): Use with_test_prefix.
18259 (top level): Factor out tests to ...
18260 (test_watch_location, test_regular_watch): ... these new
18261 procedures, and use with_test_prefix and gdb_continue_to_end.
18262
18263 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18264
18265 PR breakpoints/12526
18266 * gdb.base/watch-bitfields.exp: New file.
18267 * gdb.base/watch-bitfields.c: New file.
18268
18269 2014-09-16 Pedro Alves <palves@redhat.com>
18270
18271 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18272 software and hardware addresses, not software address against
18273 itself.
18274
18275 2014-09-16 Pedro Alves <palves@redhat.com>
18276
18277 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18278 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18279
18280 2014-09-16 Pedro Alves <palves@redhat.com>
18281
18282 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18283 files.
18284 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18285 "*-*-vxworks*" throughout.
18286 * gdb.base/break.exp: Likewise.
18287 * gdb.base/default.exp: Likewise.
18288 * gdb.base/scope.exp: Likewise.
18289 * gdb.base/sepdebug.exp: Likewise.
18290 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18291 throughout.
18292 * gdb.base/run.c: Likewise.
18293 * gdb.base/sepdebug.c: Likewise.
18294 * gdb.hp/gdb.aCC/run.c: Likewise.
18295 * gdb.reverse/until-reverse.c: Likewise.
18296 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18297
18298 2014-09-16 Yao Qi <yao@codesourcery.com>
18299
18300 * boards/local-remote-host-native.exp: New file.
18301
18302 2014-09-14 Doug Evans <xdje42@gmail.com>
18303
18304 * gdb.threads/queue-signal.c (thread_count): New variable.
18305 (thread_count_mutex, thread_count_condvar): New variables.
18306 (incr_thread_count, wait_all_threads_running): New functions.
18307 (main): Wait for all threads to be in their thread functions.
18308
18309 2014-09-13 Doug Evans <xdje42@gmail.com>
18310
18311 * gdb.threads/queue-signal.c: New file.
18312 * gdb.threads/queue-signal.exp: New file.
18313
18314 2014-09-13 Doug Evans <xdje42@gmail.com>
18315
18316 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18317 be consistent with what default_gdb_init uses.
18318 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18319 the plain text of the prompt. Add some logging printfs.
18320 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18321
18322 2014-09-12 Pedro Alves <palves@redhat.com>
18323
18324 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18325 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18326 * gdb.arch/i386-size-overlap.exp: Likewise.
18327 * gdb.arch/i386-size.exp: Likewise.
18328 * gdb.arch/i386-unwind.exp: Likewise.
18329 * gdb.base/a2-run.exp: Likewise.
18330 * gdb.base/break.exp: Likewise.
18331 * gdb.base/charset.exp: Likewise.
18332 * gdb.base/chng-syms.exp: Likewise.
18333 * gdb.base/commands.exp: Likewise.
18334 * gdb.base/dbx.exp: Likewise.
18335 * gdb.base/find.exp: Likewise.
18336 * gdb.base/funcargs.exp: Likewise.
18337 * gdb.base/jit-simple.exp: Likewise.
18338 * gdb.base/reread.exp: Likewise.
18339 * gdb.base/sepdebug.exp: Likewise.
18340 * gdb.base/step-bt.exp: Likewise.
18341 * gdb.cp/mb-inline.exp: Likewise.
18342 * gdb.cp/mb-templates.exp: Likewise.
18343 * gdb.objc/basicclass.exp: Likewise.
18344 * gdb.threads/killed.exp: Likewise.
18345
18346 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18347
18348 PR tdep/17379
18349 * gdb.arch/powerpc-stackless.S: New file.
18350 * gdb.arch/powerpc-stackless.exp: New file.
18351
18352 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18353
18354 * gdb.base/attach.c: Include unistd.h.
18355 (main): Call alarm. Add label postloop.
18356 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18357 gdb_breakpoint, gdb_continue_to_breakpoint.
18358 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18359
18360 2014-09-11 Pedro Alves <palves@redhat.com>
18361
18362 PR gdb/17347
18363 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18364 * gdb.base/attach.exp (test_command_line_attach_run): New
18365 procedure.
18366 (top level): Call it.
18367
18368 2014-09-11 Pedro Alves <palves@redhat.com>
18369
18370 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18371 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18372 (do_command_attach_tests): Use spawn_wait_for_attach.
18373 * gdb.base/solib-overlap.exp: Likewise.
18374 * gdb.multi/multi-attach.exp: Likewise.
18375 * gdb.python/py-prompt.exp: Likewise.
18376 * gdb.python/py-sync-interp.exp: Likewise.
18377 * gdb.server/ext-attach.exp: Likewise.
18378
18379 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18380
18381 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18382 command in testcase. Simplify testcase.
18383
18384 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18385
18386 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18387
18388 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18389
18390 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18391
18392 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18393
18394 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18395
18396 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18397
18398 * gdb.dwarf2/dynarr-ptr.c: New file.
18399 * gdb.dwarf2/dynarr-ptr.exp: New file.
18400
18401 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18402
18403 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18404 of 30 rather than hardcoding 120 for a slow test case. Take the
18405 `gdb,timeout' target setting into account for this calculation.
18406 Don't extend the timeout for the test cases that don't need it.
18407
18408 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18409
18410 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18411 a factor of 2 for a slow test case. Take the `gdb,timeout'
18412 target setting into account for this calculation.
18413 * gdb.reverse/until-precsave.exp: Increase the timeout by
18414 a factor of 15 and 3 respectively rather than adding 120
18415 for a pair of slow test cases. Take the `gdb,timeout'
18416 target setting into account for this calculation.
18417
18418 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18419
18420 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18421 timeout, don't pass one down to gdb_expect.
18422 (gdb_expect): Rework timeout selection.
18423
18424 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18425
18426 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18427 exception on timeout.
18428 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18429 (gdbserver_start_extended): Catch any `gdbserver_start' error
18430 exceptions.
18431 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18432 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18433 `gdbserver_gdb_load' error exceptions.
18434
18435 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18436
18437 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18438 120 on waiting for the TCP socket to open.
18439
18440 2014-09-09 Doug Evans <xdje42@gmail.com>
18441
18442 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18443 _caller_matches, _any_caller_is, _any_caller_matches.
18444
18445 2014-09-09 Doug Evans <xdje42@gmail.com>
18446
18447 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18448
18449 2014-09-09 Yao Qi <yao@codesourcery.com>
18450
18451 * gdb.mi/mi-var-display.exp: Set print symbol off.
18452
18453 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18454
18455 PR gdb/17035
18456 * gdb.base/commands.exp: Add tests to verify user-defined
18457 commands with empty bodies.
18458 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18459 python commands in `show user command`.
18460 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18461 scheme commands in `show user command`.
18462
18463 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18464
18465 PR python/17355
18466 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18467 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18468 * gdb.python/py-framefilter-invalidarg.exp: New file.
18469 * gdb.python/py-framefilter-invalidarg.py: New file.
18470
18471 2014-09-06 Doug Evans <xdje42@gmail.com>
18472
18473 PR 15276
18474 * gdb.python/py-caller-is.c: New file.
18475 * gdb.python/py-caller-is.exp: New file.
18476
18477 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18478
18479 PR gdb/17235
18480 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18481 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18482
18483 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18484
18485 PR fortran/17237
18486 * gdb.fortran/print-formatted.exp: New file.
18487 * gdb.fortran/print-formatted.f90: Likewise.
18488
18489 2014-09-03 Sasha Smundak <asmundak@google.com>
18490
18491 * gdb.python/py-frame.exp: Test Frame.read_register.
18492
18493 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18494
18495 PR python/16699
18496 * gdb.python/py-completion.exp: New file.
18497 * gdb.python/py-completion.py: Likewise.
18498
18499 2014-08-28 Doug Evans <dje@google.com>
18500
18501 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18502 eax,etc. are live with values set by gdb and thus the compiler can't
18503 use them.
18504 * gdb.arch/i386-pseudo.c (main): Ditto.
18505
18506 2014-08-27 Doug Evans <dje@google.com>
18507
18508 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18509
18510 2014-08-25 Doug Evans <dje@google.com>
18511
18512 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18513 (main): Ditto.
18514
18515 2014-08-25 Doug Evans <dje@google.com>
18516
18517 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18518
18519 2014-08-24 Yao Qi <yao@codesourcery.com>
18520
18521 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18522 symbol off.
18523 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18524
18525 2014-08-22 Doug Evans <dje@google.com>
18526
18527 PR 17276
18528 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18529 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18530 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18531
18532 2014-08-22 Yao Qi <yao@codesourcery.com>
18533
18534 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18535 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18536 * gdb.python/python.exp: Likewise. Use .py file on the host
18537 instead of the build.
18538
18539 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18540
18541 * gdb.threads/gcore-stale-thread.c: New file.
18542 * gdb.threads/gcore-stale-thread.exp: New file.
18543
18544 2014-08-21 Pedro Alves <palves@redhat.com>
18545
18546 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18547 * gdb.base/gcore-relro-pie.exp: Likewise.
18548 * gdb.base/gcore-relro.exp: Likewise.
18549 * gdb.base/gcore.exp: Likewise.
18550 * gdb.base/print-symbol-loading.exp: Likewise.
18551 * gdb.threads/gcore-thread.exp: Likewise.
18552 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18553
18554 2014-08-20 Pedro Alves <palves@redhat.com>
18555 Jan Kratochvil <jan.kratochvil@redhat.com>
18556
18557 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18558 configure.
18559 (EXPECT): Handle READ1 being set.
18560 (all): Depend on EXTRA_RULES.
18561 (check-read1, expect-read1, read1.so, read1): New rules.
18562 * README (Testsuite Parameters): Document the READ1 make variable.
18563 (Race detection): New section.
18564 * configure: Regenerate.
18565 * configure.ac: If build==host==target, and running under a
18566 GNU/glibc system, add read1 to the extra Makefile rules.
18567 (EXTRA_RULES): AC_SUBST it.
18568 * lib/read1.c: New file.
18569
18570 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18571
18572 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18573 the handling of variables declared as a typedef to an array
18574 which a DW_AT_data_location attribute.
18575
18576 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18577 Pedro Alves <palves@redhat.com>
18578
18579 PR symtab/14604
18580 PR symtab/14605
18581 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18582 gdb_test.
18583
18584 2014-08-19 Pedro Alves <palves@redhat.com>
18585
18586 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18587
18588 2014-08-19 Yao Qi <yao@codesourcery.com>
18589
18590 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18591 right line.
18592
18593 2014-08-18 David Blaikie <dblaikie@gmail.com>
18594
18595 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18596
18597 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18598
18599 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18600 attribute in array range.
18601
18602 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18603
18604 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18605
18606 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18607
18608 PR c++/17132
18609 * gdb.cp/pr17132.cc: New file.
18610 * gdb.cp/pr17132.exp: New file.
18611
18612 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18613
18614 * gdb.python/py-xmethods.py (A_getarrayind)
18615 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18616 Use 'print' with function call syntax.
18617 (E_method_matcher.match): Fix tab vs space indentation mixup.
18618
18619 2014-08-15 Yao Qi <yao@codesourcery.com>
18620
18621 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18622 false.
18623
18624 2014-08-15 Yao Qi <yao@codesourcery.com>
18625
18626 * gdb.cp/casts.exp: Set print symbol off.
18627 * gdb.cp/class2.exp: Likewise.
18628 * gdb.cp/overload.exp: Likewise.
18629 * gdb.cp/templates.exp: Likewise.
18630
18631 2014-08-11 Doug Evans <dje@google.com>
18632
18633 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18634 (test_load_shlib): Update.
18635
18636 2014-08-09 Yao Qi <yao@codesourcery.com>
18637
18638 * gdb.base/display.exp: Invoke is_address_zero_readable.
18639 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18640 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18641 * gdb.base/hbreak-unmapped.exp: Return if
18642 is_address_zero_readable returns true.
18643 * gdb.base/signest.exp: Likewise.
18644 * gdb.base/signull.exp: Likewise.
18645 * gdb.base/sigbpt.exp: Likewise.
18646 * gdb.guile/scm-disasm.exp: Do the test if
18647 is_address_zero_readable returns false.
18648 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18649 * gdb.python/py-arch.exp: Likewise.
18650 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18651 * lib/gdb.exp (is_address_zero_readable): New proc.
18652
18653 2014-08-09 Yao Qi <yao@codesourcery.com>
18654
18655 PR testsuite/13443
18656 * gdb.mi/mi-var-display.exp: Make test messages unique.
18657
18658 2014-08-04 Tom Tromey <tromey@redhat.com>
18659
18660 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18661 target 0".
18662
18663 2014-08-04 Tom Tromey <tromey@redhat.com>
18664
18665 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18666 "target_resume".
18667
18668 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18669
18670 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18671 inner_vla_struct_object_size.
18672 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18673 as xfail.
18674
18675 2014-07-30 Pedro Alves <palves@redhat.com>
18676
18677 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18678 comment.
18679
18680 2014-07-29 Yao Qi <yao@codesourcery.com>
18681
18682 PR gdb/17206
18683 * gdb.base/until-nodebug.exp: New.
18684
18685 2014-07-28 Doug Evans <xdje42@gmail.com>
18686
18687 PR guile/17203
18688 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18689 previously existing parameter, and previously ambiguously spelled
18690 parameter.
18691
18692 2014-07-28 Will Newton <will.newton@linaro.org>
18693
18694 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18695
18696 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18697 Doug Evans <xdje42@gmail.com>
18698
18699 PR guile/17146
18700 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18701
18702 2014-07-25 Pedro Alves <palves@redhat.com>
18703
18704 * gdb.threads/signal-command-handle-nopass.c: New file.
18705 * gdb.threads/signal-command-handle-nopass.exp: New file.
18706 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18707 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18708 * gdb.threads/signal-delivered-right-thread.c: New file.
18709 * gdb.threads/signal-delivered-right-thread.exp: New file.
18710
18711 2014-07-25 Pedro Alves <palves@redhat.com>
18712
18713 * gdb.base/double-prompt-target-event-error.exp
18714 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18715 match.
18716 (cancel_pagination_in_target_event): Rework double prompt
18717 detection.
18718 * gdb.base/paginate-after-ctrl-c-running.exp
18719 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18720 <return>' match.
18721 * gdb.base/paginate-bg-execution.exp
18722 (test_bg_execution_pagination_return)
18723 (test_bg_execution_pagination_cancel): Remove '-notransfer
18724 <return>' matches.
18725 * gdb.base/paginate-execution-startup.exp
18726 (test_fg_execution_pagination_return)
18727 (test_fg_execution_pagination_cancel): Remove '-notransfer
18728 <return>' matches.
18729 * gdb.base/paginate-inferior-exit.exp
18730 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18731 match.
18732 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18733 * lib/gdb.exp (pagination_prompt): Run text through
18734 string_to_regexp.
18735 (gdb_test_multiple): Match $pagination_prompt instead of
18736 "<return>".
18737 (string_to_regexp): Move to lib/gdb-utils.exp.
18738
18739 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18740
18741 * gdb.arch/amd64-entry-value-paramref.S: New file.
18742 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18743 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18744 * gdb.arch/amd64-optimout-repeat.S: New file.
18745 * gdb.arch/amd64-optimout-repeat.c: New file.
18746 * gdb.arch/amd64-optimout-repeat.exp: New file.
18747
18748 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18749
18750 PR gdb/17170
18751 * gdb.base/statistics.exp: New file.
18752
18753 2014-07-17 Doug Evans <dje@google.com>
18754
18755 PR gdb/17170
18756 * gdb.base/maint.exp: Update testing of per-command stats.
18757
18758 2014-07-16 Pedro Alves <palves@redhat.com>
18759
18760 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18761 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18762 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18763 (tfile_write_buf): New functions.
18764 (add_memory_block): Rewrite using the above.
18765 (adjust_function_address): New function.
18766 (FUNCTION_ADDRESS): New macro.
18767 (write_basic_trace_file): Remove short_x local, and use
18768 tfile_write_16. Change type of func_addr local to unsigned long
18769 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18770 here. Cast argument of add_memory_block to char pointer.
18771 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18772 (main): Remove parameters.
18773 * gdb.trace/tfile.exp: Remove nowarnings.
18774
18775 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18776
18777 * gdb.base/debug-expr.exp: Test string evaluation with
18778 "debug expression" on.
18779
18780 2014-07-15 Pedro Alves <palves@redhat.com>
18781
18782 * gdb.base/reread.exp: Use clean_restart.
18783
18784 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18785
18786 * gdb.arch/avr-flash-qualifer.c: New.
18787 * gdb.arch/avr-flash-qualifer.exp: New.
18788
18789 2014-07-14 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18792 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18793
18794 2014-07-14 Pedro Alves <palves@redhat.com>
18795
18796 * gdb.base/double-prompt-target-event-error.c: New file.
18797 * gdb.base/double-prompt-target-event-error.exp: New file.
18798
18799 2014-07-14 Pedro Alves <palves@redhat.com>
18800
18801 PR gdb/17072
18802 * gdb.base/paginate-inferior-exit.c: New file.
18803 * gdb.base/paginate-inferior-exit.exp: New file.
18804
18805 2014-07-14 Pedro Alves <palves@redhat.com>
18806
18807 PR gdb/17072
18808 * gdb.base/paginate-bg-execution.c: New file.
18809 * gdb.base/paginate-bg-execution.exp: New file.
18810
18811 2014-07-14 Pedro Alves <palves@redhat.com>
18812
18813 PR gdb/17072
18814 * gdb.base/paginate-execution-startup.c: New file.
18815 * gdb.base/paginate-execution-startup.exp: New file.
18816 * lib/gdb.exp (pagination_prompt): New global.
18817 (default_gdb_spawn): New procedure, factored out from
18818 default_gdb_spawn.
18819 (default_gdb_start): Adjust to call default_gdb_spawn.
18820 (gdb_spawn): New procedure.
18821
18822 2014-07-14 Pedro Alves <palves@redhat.com>
18823
18824 * lib/gdb.exp (gdb_assert): New procedure.
18825 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18826
18827 2014-07-14 Pedro Alves <palves@redhat.com>
18828
18829 * gdb.base/execution-termios.c: New file.
18830 * gdb.base/execution-termios.exp: New file.
18831
18832 2014-07-14 Tom Tromey <tromey@redhat.com>
18833
18834 * gdb.cp/vla-cxx.cc: New file.
18835 * gdb.cp/vla-cxx.exp: New file.
18836
18837 2014-07-14 Tom Tromey <tromey@redhat.com>
18838
18839 * gdb.reverse/rerun-prec.c: New file.
18840 * gdb.reverse/rerun-prec.exp: New file.
18841
18842 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18843 Maciej W. Rozycki <macro@codesourcery.com>
18844
18845 * lib/gdb-utils.exp: New file.
18846 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18847 inline `gdb_init_command' processing.
18848 (gdb_start_cmd): Likewise.
18849 * lib/mi-support.exp (mi_run_cmd): Likewise.
18850 * README: Document `gdb_init_command' and `gdb_init_commands'.
18851
18852 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18853
18854 Fix false FAIL running under a very long directory name.
18855 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18856 and "set print elements 10000". Twice.
18857
18858 2014-07-11 Yao Qi <yao@codesourcery.com>
18859
18860 * gdb.base/exprs.exp: "set print symbol off".
18861
18862 2014-07-11 Pedro Alves <palves@redhat.com>
18863
18864 * gdb.threads/kill.c: New file.
18865 * gdb.threads/kill.exp: New file.
18866
18867 2014-07-10 Yao Qi <yao@codesourcery.com>
18868
18869 * gdb.trace/tfile.c (write_basic_trace_file)
18870 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18871 address written to trace file.
18872
18873 2014-07-09 Pedro Alves <palves@redhat.com>
18874
18875 * gdb.base/attach-wait-input.exp: New file.
18876 * gdb.base/attach-wait-input.c: New file.
18877
18878 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18879
18880 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18881 setting up test structures.
18882 (main): Call new test function.
18883 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18884 test function, continue into test function and walk test
18885 structures.
18886
18887 2014-07-02 Yao Qi <yao@codesourcery.com>
18888
18889 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18890 'bar_start' at the beginning of functions 'foo' and 'bar'
18891 respectively.
18892 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18893 instead of 'foo' and 'bar'.
18894
18895 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18896
18897 * gdb.btrace/segv.exp: New.
18898 * gdb.btrace/segv.c: New.
18899
18900 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18901
18902 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18903 instruction.
18904
18905 2014-06-30 Mark Wielaard <mjw@redhat.com>
18906
18907 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18908 vulture, vilify, villar): New volatile array constants.
18909 (vindictive, vegetation): New const volatile array constants.
18910 * gdb.base/volatile.exp: Test volatile and const volatile array
18911 types.
18912
18913 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18914
18915 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18916 target lacks support for awatch, rwatch, or hbreak.
18917
18918 2014-06-27 Yao Qi <yao@codesourcery.com>
18919
18920 * gdb.multi/dummy-frame-restore.exp: New.
18921 * gdb.multi/dummy-frame-restore.c: New.
18922
18923 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18924
18925 * gdb.btrace/gcore.exp: New.
18926
18927 2014-06-23 Pedro Alves <palves@redhat.com>
18928
18929 * gdb.base/watchpoint-reuse-slot.c: New file.
18930 * gdb.base/watchpoint-reuse-slot.exp: New file.
18931
18932 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18933
18934 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18935 progspace's filename in 'info', 'enable' and 'disable' command
18936 tests.
18937
18938 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18939
18940 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18941 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18942 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18943
18944 2014-06-20 Gary Benson <gbenson@redhat.com>
18945
18946 * gdb.arch/i386-avx.exp: Fix include file location.
18947 * gdb.arch/i386-sse.exp: Likewise.
18948
18949 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18950
18951 * gdb.dlang/expression.exp: New file.
18952
18953 2014-06-19 Pedro Alves <palves@redhat.com>
18954
18955 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18956 out from ...
18957 (top level): ... here. Iterate running tests under different
18958 scheduler-locking settings.
18959
18960 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18961
18962 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18963 to DW_FORM_addr and use non-zero addresses.
18964
18965 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18966
18967 PR gdb/17017
18968 * gdb.python/py-xmethods.cc: Add global function call counters and
18969 increment them in their respective functions. Remove "cout"
18970 statements.
18971 * gdb.python/py-xmethods.exp: Make tests check the global function
18972 call counters instead of depending on inferior IO.
18973
18974 2014-06-18 Don Breazeal <donb@codesourcery.com>
18975
18976 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18977 Deleted procedure.
18978 (explicit_fork_parent_follow): Deleted procedure.
18979 (explicit_fork_child_follow): Deleted procedure.
18980 (test_follow_fork): New procedure.
18981 (do_fork_tests): Replace calls to deleted procedures with
18982 calls to test_follow_fork and reset GDB for subsequent
18983 procedure calls.
18984
18985 2014-06-17 Yao Qi <yao@codesourcery.com>
18986
18987 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18988 CP1252.
18989
18990 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18991
18992 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18993 Initialize ptr and S explicitly.
18994 (skip_type_update_when_not_use_rtti_test): Likewise.
18995
18996 2014-06-16 Keith Seitz <keiths@redhat.com>
18997
18998 PR mi/15863
18999 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19000 the inferior is started.
19001
19002 2014-06-16 Pedro Alves <palves@redhat.com>
19003
19004 * gdb.base/break-main-file-remove-fail.c: New file.
19005 * gdb.base/break-main-file-remove-fail.exp: New file.
19006 * gdb.base/break-unload-file.exp: Use build_executable instead of
19007 prepare_for_testing.
19008 (test_break): New parameter "initial_load". Handle it.
19009 (top level): Add initial_load cmdline/file axis.
19010
19011 2014-06-12 Tom Tromey <tromey@redhat.com>
19012
19013 * gdb.base/completion.exp: Don't use directory name in test.
19014
19015 2014-06-09 Gary Benson <gbenson@redhat.com>
19016
19017 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19018 separate the always-available ANSI-standard signals from the
19019 signals that require checking.
19020 (main): Likewise.
19021 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19022 Likewise.
19023 (main): Likewise.
19024
19025 2014-06-07 Keith Seitz <keiths@redhat.com>
19026
19027 Revert:
19028 PR c++/16253
19029 * gdb.cp/var-tag.cc: New file.
19030 * gdb.cp/var-tag.exp: New file.
19031 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19032 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19033 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19034 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19035
19036 2014-06-06 Doug Evans <xdje42@gmail.com>
19037
19038 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19039
19040 2014-06-06 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19043 in target debug output instead of looking at RSP packets,
19044 disabling the test on any target that uses hardware stepping.
19045 Update comments.
19046
19047 2014-06-06 Pedro Alves <palves@redhat.com>
19048
19049 * gdb.base/break-unload-file.exp: Fix typo.
19050
19051 2014-06-06 Yao Qi <yao@codesourcery.com>
19052
19053 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19054 from "jit_function" to "^jit_function".
19055
19056 2014-06-06 Yao Qi <yao@codesourcery.com>
19057
19058 * gdb.base/async.c (foo): Add one statement.
19059 * gdb.base/async.exp: Get the next instruction address and
19060 match the output of "nexti" by instruction address. Match
19061 the hex address in the output of "finish".
19062
19063 2014-06-06 Gary Benson <gbenson@redhat.com>
19064
19065 * gdb.base/call-signals.c: Remove preprocessor conditionals
19066 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19067 SIGSEGV and SIGTERM.
19068 * gdb.base/sigall.c: Likewise.
19069 * gdb.base/unwindonsignal.c: Likewise.
19070 * gdb.reverse/sigall-reverse.c: Likewise.
19071
19072 2014-06-06 Yao Qi <yao@codesourcery.com>
19073
19074 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19075 readable, skip the test.
19076
19077 2014-06-06 Yao Qi <yao@codesourcery.com>
19078
19079 * gdb.threads/staticthreads.c (thread_function): Move the line
19080 setting breakpoint on forward.
19081 * gdb.threads/staticthreads.exp: Update comments.
19082
19083 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19084
19085 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19086 "history-append! type error".
19087
19088 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19089
19090 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19091 erroneous dprintf expected input.
19092
19093 2014-06-04 Doug Evans <xdje42@gmail.com>
19094
19095 * gdb.guile/scm-generics.exp: Delete.
19096
19097 2014-06-04 Doug Evans <xdje42@gmail.com>
19098
19099 * gdb.guile/scm-breakpoint.exp: Update.
19100 Add tests for breakpoint registration.
19101
19102 2014-06-04 Tom Tromey <tromey@redhat.com>
19103
19104 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19105 VLA-in-union.
19106 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19107 inner_vla_struct, vla_union types. Initialize objects of those
19108 types and compute their sizes.
19109
19110 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19111 Hui Zhu <hui@codesourcery.com>
19112
19113 * gdb.base/fileio.exp: Add test for shell not available as well as
19114 available.
19115 * gdb.base/fileio.c (test_system): Check for shell twice.
19116
19117 2014-06-04 Yao Qi <yao@codesourcery.com>
19118
19119 * gdb.base/auto-connect-native-target.exp: Remove redundant
19120 space from the regexp pattern.
19121
19122 2014-06-04 Yao Qi <yao@codesourcery.com>
19123
19124 * gdb.base/default.exp: Replace "child" with "native" in
19125 regexp pattern.
19126
19127 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19128
19129 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19130 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19131 * gdb.python/py-xmethods.py: Python script supporting the
19132 new testcase and tests.
19133
19134 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19135 Pedro Alves <palves@redhat.com>
19136
19137 PR breakpoints/17000
19138 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19139 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19140
19141 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19142
19143 * gdb.base/subst.exp: Add tests to verify partial path matching
19144 output.
19145
19146 2014-06-03 Pedro Alves <palves@redhat.com>
19147
19148 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19149 target that doesn't use software single-stepping.
19150
19151 2014-06-03 Pedro Alves <palves@redhat.com>
19152
19153 PR breakpoints/17000
19154 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19155 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19156
19157 2014-06-02 Doug Evans <xdje42@gmail.com>
19158
19159 * gdb.guile/scm-parameter.exp: New file.
19160
19161 2014-06-02 Doug Evans <xdje42@gmail.com>
19162
19163 * gdb.guile/scm-cmd.c: New file.
19164 * gdb.guile/scm-cmd.exp: New file.
19165
19166 2014-06-02 Doug Evans <xdje42@gmail.com>
19167
19168 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19169 pretty-printer lookup.
19170 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19171 (make-pp_s-printer): Call it.
19172 (make-pretty-printer-from-dict): New function.
19173 (lookup-pretty-printer-maker-from-dict): New function.
19174 (*pretty-printer*): Simplify.
19175 (make-objfile-pp_s-printer): New function.
19176 (install-objfile-pretty-printers!): New function.
19177 (make-progspace-pp_s-printer): New function.
19178 (install-progspace-pretty-printers!): New function.
19179 * gdb.guile/scm-progspace.c: New file.
19180 * gdb.guile/scm-progspace.exp: New file.
19181
19182 2014-06-02 Pedro Alves <palves@redhat.com>
19183
19184 * gdb.base/dprintf-bp-same-addr.c: New file.
19185 * gdb.base/dprintf-bp-same-addr.exp: New file.
19186
19187 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19188
19189 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19190 * gdb.arch/powerpc-power.s: Likewise.
19191
19192 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19193
19194 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19195
19196 2014-06-01 Yao Qi <yao@codesourcery.com>
19197
19198 * gdb.base/watchpoint.exp (test_watch_location): Check null
19199 pointer can be dereferenced. If not, do the test, otherwise
19200 skip it.
19201
19202 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19203
19204 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19205 results.
19206 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19207
19208 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19209
19210 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19211 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19212 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19213 * gdb.arch/amd64-invalid-stack-top.c: New file.
19214 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19215
19216 2014-05-30 Pedro Alves <palves@redhat.com>
19217
19218 PR breakpoints/17000
19219 * gdb.base/sss-bp-on-user-bp.c: New file.
19220 * gdb.base/sss-bp-on-user-bp.exp: New file.
19221
19222 2014-05-30 David Blaikie <dblaikie@gmail.com>
19223
19224 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19225 gnu_inline semantics via attribute.
19226 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19227 source explicitly specifies the required semantics.
19228
19229 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19230
19231 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19232
19233 2014-05-29 Pedro Alves <palves@redhat.com>
19234 Tom Tromey <tromey@redhat.com>
19235
19236 * gdb.base/async-shell.exp: Don't enable target-async.
19237 * gdb.base/async.exp
19238 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19239 parameter. Adjust.
19240 (top level): Don't test with "target-async".
19241 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19242 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19243 * gdb.base/inferior-died.exp: Don't enable target-async.
19244 * gdb.base/interrupt-noterm.exp: Likewise.
19245 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19246 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19247 * gdb.mi/mi-nonstop.exp: Likewise.
19248 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19249 * gdb.mi/mi-nsintrall.exp: Likewise.
19250 * gdb.mi/mi-nsmoribund.exp: Likewise.
19251 * gdb.mi/mi-nsthrexec.exp: Likewise.
19252 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19253 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19254 * gdb.python/py-evsignal.exp: Don't enable target-async.
19255 * gdb.python/py-evthreads.exp: Likewise.
19256 * gdb.python/py-prompt.exp: Likewise.
19257 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19258 * gdb.server/solib-list.exp: Don't enable target-async.
19259 * gdb.threads/thread-specific-bp.exp: Likewise.
19260 * lib/mi-support.exp: Adjust to use mi-async.
19261
19262 2014-05-29 Pedro Alves <palves@redhat.com>
19263
19264 PR gdb/13860
19265 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19266 reason, even in sync mode.
19267
19268 2014-05-29 Pedro Alves <palves@redhat.com>
19269 Hui Zhu <hui@codesourcery.com>
19270
19271 PR PR15693
19272 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19273 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19274 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19275 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19276
19277 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19278
19279 * config/monitor.exp (gdb_target_monitor): Replace use of
19280 "set remotebaud" by "set serial baud".
19281
19282 2014-05-26 Andy Wingo <wingo@igalia.com>
19283
19284 * gdb.guile/scm-breakpoint.exp:
19285 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19286 properties instead of gdb-object-properties.
19287
19288 2014-05-26 Yao Qi <yao@codesourcery.com>
19289
19290 * gdb.server/no-thread-db.exp: Specify source file name
19291 explicitly when setting a breakpoint.
19292
19293 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19294
19295 * gdb.btrace/vdso.c: New.
19296 * gdb.btrace/vdso.exp: New.
19297
19298 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19299
19300 * gdb.base/gcore.exp (capture_command_output): Move ...
19301 * lib/gdb.exp (capture_command_output): ... here.
19302
19303 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19304
19305 * gdb.btrace/data.exp: Test memory access during btrace replay.
19306
19307 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19308
19309 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19310
19311 2014-05-21 Pedro Alves <palves@redhat.com>
19312
19313 PR gdb/13860
19314 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19315 (top level): Test that output related to execution commands is
19316 sent to the console with CLI commands, but not with MI commands.
19317 Test that breakpoint events are always mirrored to the console.
19318 Also expect the new source line to be output after a "next" in
19319 async mode too. Make it a pass/fail test.
19320 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19321 output.
19322 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19323
19324 2014-05-21 Pedro Alves <palves@redhat.com>
19325
19326 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19327 Use them to test variations of "list" after reaching a breakpoint.
19328 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19329 Test "list" with listsize 10 after reaching a breakpoint.
19330 * gdb.python/python.exp (decode_line current location line
19331 number): Adjust expected line number.
19332
19333 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19334
19335 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19336 behavior for $args, pass it directly to "run".
19337
19338 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19339
19340 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19341 30000 to 65536.
19342
19343 2014-05-21 Pedro Alves <palves@redhat.com>
19344
19345 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19346 auto-connect-native-target off".
19347 * gdb.base/auto-connect-native-target.c: New file.
19348 * gdb.base/auto-connect-native-target.exp: New file.
19349
19350 2014-05-21 Pedro Alves <palves@redhat.com>
19351
19352 * gdb.base/default.exp: Test "target native" instead of "target
19353 child".
19354
19355 2014-05-21 Mark Wielaard <mjw@redhat.com>
19356
19357 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19358
19359 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19360
19361 Fix TLS access for -static -pthread.
19362 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19363 <HAVE_TLS> (thread_function, main): Initialize it.
19364 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19365 Add clean_restart.
19366 <$have_tls != "">: Check TLSVAR.
19367
19368 2014-05-21 Pedro Alves <palves@redhat.com>
19369
19370 * gdb.base/dcache-line-read-error.c: New.
19371 * gdb.base/dcache-line-read-error.exp: New.
19372
19373 2014-05-20 Pedro Alves <palves@redhat.com>
19374
19375 * gdb.base/compare-sections.c: New file.
19376 * gdb.base/compare-sections.exp: New file.
19377
19378 2014-05-20 Pedro Alves <palves@redhat.com>
19379
19380 * gdb.base/break-idempotent.c: New file.
19381 * gdb.base/break-idempotent.exp: New file.
19382
19383 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19384
19385 * gdb.btrace/nohist.exp: New.
19386
19387 2014-05-20 Yao Qi <yao@codesourcery.com>
19388
19389 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19390 gdb.reverse directory and gdb_reverse_timeout exists in board
19391 setting.
19392 * README: Document gdb_reverse_timeout.
19393
19394 2014-05-20 Yao Qi <yao@codesourcery.com>
19395
19396 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19397 'test_file_name'. Treat args as a string instead of a list.
19398 (gdb_init): Rename argument 'args' by 'test_file_name'.
19399
19400 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19401
19402 * gdb.arch/powerpc-power.exp: New file.
19403 * gdb.arch/powerpc-power.s: New file.
19404
19405 2014-05-16 Doug Evans <dje@google.com>
19406
19407 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19408 * gdb.base/completion.exp: Check that all expected files exist
19409 before doing file completion.
19410
19411 2014-05-16 Doug Evans <dje@google.com>
19412
19413 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19414 Update.
19415 (do_syscall_tests_without_xml): Update.
19416
19417 2014-05-16 Pedro Alves <palves@redhat.com>
19418
19419 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19420 instead of "unknown output after running".
19421
19422 2014-05-16 Yao Qi <yao@codesourcery.com>
19423
19424 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19425 file1.txt from host at the end.
19426 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19427
19428 2014-05-15 Doug Evans <dje@google.com>
19429
19430 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19431 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19432 loading file. Add test for TU lookup.
19433
19434 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19435
19436 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19437 calling "-exec-arguments" or "set args" before running the
19438 inferior.
19439
19440 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19441
19442 * lib/mi-support.exp (mi_expect_stop): Expect message for
19443 inferiors that exit with non-zero exit code.
19444
19445 2014-05-14 Yao Qi <yao@codesourcery.com>
19446
19447 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19448 match absolute path on remote host.
19449 (test_file_list_exec_source_files): Remove "/" from the
19450 pattern.
19451
19452 2014-05-14 Yao Qi <yao@codesourcery.com>
19453
19454 * boards/local-remote-host-notty.exp (${board}_file): New
19455 proc.
19456
19457 2014-05-07 Kyle McMartin <kyle@redhat.com>
19458
19459 Pushed by Joel Brobecker <brobecker@adacore.com>.
19460 * gdb.arch/aarch64-atomic-inst.c: New file.
19461 * gdb.arch/aarch64-atomic-inst.exp: New file.
19462
19463 2014-05-07 Yao Qi <yao@codesourcery.com>
19464
19465 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19466 in current context" too.
19467
19468 2014-05-05 Keith Seitz <keiths@redhat.com>
19469
19470 * gdb.linespec/ls-dollar.exp: Add test for linespec
19471 file:convenience_variable.
19472
19473 2014-05-05 Yao Qi <yao@codesourcery.com>
19474
19475 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19476 traceframes into tfile and ctf trace files. Read data from
19477 trace file and test collected data.
19478 (gdb_collect_locals_test): Likewise.
19479 (gdb_unavailable_registers_test): Likewise.
19480 (gdb_unavailable_floats): Likewise.
19481 (gdb_collect_globals_test): Likewise.
19482 (top-level): Append "ctf" to trace_file_targets if GDB
19483 supports.
19484
19485 2014-05-05 Yao Qi <yao@codesourcery.com>
19486
19487 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19488 code to ...
19489 (gdb_collect_args_test_1): ... it. New proc.
19490 (gdb_collect_locals_test): Move some code to ...
19491 (gdb_collect_locals_test_1): ... it. New proc.
19492 (gdb_unavailable_registers_test): Move some code to ...
19493 (gdb_unavailable_registers_test_1): ... it. New proc.
19494 (gdb_unavailable_floats): Move some code to ...
19495 (gdb_unavailable_floats_1): ... it. New proc.
19496
19497 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19498
19499 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19500 probes to test for bitness recognition.
19501 * gdb.arch/amd64-stap-optional-prefix.exp
19502 (test_probe_value_without_reg): New procedure.
19503 Add code to test for different kinds of bitness.
19504
19505 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19506
19507 PR breakpoints/16889
19508 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19509 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19510
19511 2014-05-01 Pedro Alves <palves@redhat.com>
19512
19513 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19514 gdb_file_cmd if no file is specified.
19515 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19516 last_loaded_file to set the remote exec-file.
19517
19518 2014-05-01 Pedro Alves <palves@redhat.com>
19519
19520 * boards/local-remote-host.exp: New file.
19521
19522 2014-05-01 Pedro Alves <palves@redhat.com>
19523
19524 * boards/local-remote-host.exp: Rename to ...
19525 * boards/local-remote-host-notty.exp: ... this.
19526
19527 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19528
19529 * gdb.ada/dyn_arrayidx: New testcase.
19530
19531 2014-04-26 Yao Qi <yao@codesourcery.com>
19532
19533 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19534 and compute the length of function main. Save it in
19535 $main_length.
19536 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19537 (top-level): Use gdb_compile to compile objects into
19538 executable and restart GDB. Remove invocation to
19539 prepare_for_testing.
19540
19541 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19542 Pedro Alves <palves@redhat.com>
19543
19544 PR server/16255
19545 * gdb.multi/multi-attach.c: New file.
19546 * gdb.multi/multi-attach.exp: New file.
19547
19548 2014-04-25 Pedro Alves <palves@redhat.com>
19549
19550 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19551 user.
19552 (top level): Test that "set remote conditional-breakpoints-packet
19553 off" works as intended.
19554 * gdb.base/dprintf.exp: Test that "set remote
19555 breakpoint-commands-packet off" works as intended.
19556 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19557 New function.
19558 (top level): Call it.
19559 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19560 remote fast-tracepoints-packet off" works as intended.
19561 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19562 * lib/gdb.exp (gdb_is_target_remote): ... here.
19563
19564 2014-04-24 David Blaikie <dblaikie@gmail.com>
19565
19566 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19567 ensure clang would not discard them.
19568 * gdb.base/gdbvars.c: Ditto.
19569 * gdb.base/memattr.c: Ditto.
19570 * gdb.base/whatis.c: Ditto.
19571 * gdb.python/py-prettyprint.c: Ditto.
19572 * gdb.trace/actions.c: Ditto.
19573 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19574 ensure clang would not discard it.
19575
19576 2014-04-24 David Blaikie <dblaikie@gmail.com>
19577
19578 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19579 clang to emit the full definition of type required by the test
19580 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19581
19582 2014-04-24 David Blaikie <dblaikie@gmail.com>
19583
19584 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19585 coax Clang into emitting the definition of the type.
19586 * gdb.cp/pr10728-x.h (y): Ditto.
19587 * gdb.cp/pr10728-y.cc (y): Ditto.
19588
19589 2014-04-24 David Blaikie <dblaikie@gmail.com>
19590
19591 * gdb.base/label.exp: XFAIL label related tests under Clang.
19592 * gdb.cp/cplabel.exp: Ditto.
19593 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19594 under Clang those using labels.
19595
19596 2014-04-25 Yao Qi <yao@codesourcery.com>
19597
19598 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19599 double_label.
19600 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19601 partial_label and double_label.
19602
19603 2014-04-24 David Blaikie <dblaikie@gmail.com>
19604
19605 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19606
19607 2014-04-24 David Blaikie <dblaikie@gmail.com>
19608
19609 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19610 of the function to work across GCC and Clang.
19611 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19612 pointer types (const void ** const V void **).
19613
19614 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19615 Walfred Tedeschi <walfred.tedeschi@intel.com>
19616
19617 * Makefile.in (EXECUTABLES): Added i386-avx512.
19618 * gdb.arch/i386-avx512.c: New file.
19619 * gdb.arch/i386-avx512.exp: Likewise.
19620
19621 2014-04-23 Keith Seitz <keiths@redhat.com>
19622
19623 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19624 (mi_make_breakpoint_table): New procedure.
19625 (mi_create_breakpoint): Use mi_make_breakpoint
19626 and return the result.
19627 (mi_make_breakpoint): New procedure.
19628 (mi_build_kv_pairs): New procedure.
19629
19630 * gdb.mi/mi-break.exp: Remove unused globals,
19631 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19632 All callers updated.
19633 * gdb.mi/mi-dprintf.exp: Use variable to track command
19634 number.
19635 Update all callers of mi_create_breakpoint and use
19636 mi_make_breakpoint_table.
19637 Remove any unused global variables.
19638 * gdb.mi/mi-nonstop.exp: Likewise.
19639 * gdb.mi/mi-nsintrall.exp: Likewise.
19640 * gdb.mi/mi-nsmoribund.exp: Likewise.
19641 * gdb.mi/mi-nsthrexec.exp: Likewise.
19642 * gdb.mi/mi-reverse.exp: Likewise.
19643 * gdb.mi/mi-simplerun.exp: Likewise.
19644 * gdb.mi/mi-stepn.exp: Likewise.
19645 * gdb.mi/mi-syn-frame.exp: Likewise.
19646 * gdb.mi/mi-until.exp: Likewise.
19647 * gdb.mi/mi-var-cp.exp: Likewise.
19648 * gdb.mi/mi-var-display.exp: Likewise.
19649 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19650 * gdb.mi/mi2-var-child.exp: Likewise.
19651 * gdb.mi/mi-vla-c99.exp: Likewise.
19652 * lib/mi-support.exp: Likewise.
19653
19654 From Ian Lance Taylor <iant@cygnus.com>:
19655 * lib/gdb.exp (parse_args): New procedure.
19656
19657 2014-04-23 Pedro Alves <palves@redhat.com>
19658
19659 * gdb.base/break-unload-file.c: New file.
19660 * gdb.base/break-unload-file.exp: New file.
19661 * gdb.base/sym-file-lib.c (baz): New function.
19662 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19663 field.
19664 (load): Store the segment's mapped size.
19665 (unload): New function.
19666 (unload_shlib): New function.
19667 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19668 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19669 set a breakpoint at baz, and call it.
19670 * gdb.base/sym-file.exp: New tests for stale breakpoint
19671 instructions.
19672
19673 2014-04-23 Pedro Alves <palves@redhat.com>
19674
19675 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19676 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19677 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19678 * gdb.base/hbreak-unmapped.c: New file.
19679 * gdb.base/hbreak-unmapped.exp: New file.
19680 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19681 * lib/gdb.exp (gdb_is_target_remote): ... here.
19682
19683 2014-04-22 Pedro Alves <palves@redhat.com>
19684
19685 * gdb.base/consecutive-step-over.c: New file.
19686 * gdb.base/consecutive-step-over.exp: New file.
19687
19688 2014-04-22 Pedro Alves <palves@redhat.com>
19689
19690 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19691 instead of send_gdb/gdb_expect.
19692
19693 2014-04-22 Yao Qi <yao@codesourcery.com>
19694
19695 * lib/trace-support.exp (generate_tracefile): New procedure.
19696 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19697 return 0.
19698 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19699 if generate_tracefile returns 1.
19700
19701 2014-04-18 Tom Tromey <palves@redhat.com>
19702 Pedro alves <tromey@redhat.com>
19703
19704 PR backtrace/15558
19705 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19706 with a backtrace limit.
19707 * gdb.python/py-frame-inline.exp: Test running to an inline
19708 function with a backtrace limit, and printing the newest frame.
19709 * gdb.python/py-frame-inline.c (main): Call f.
19710
19711 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19712
19713 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19714
19715 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19716
19717 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19718 Drop prefix from unsupported source file path.
19719
19720 2014-04-17 Yao Qi <yao@codesourcery.com>
19721
19722 * lib/gdb.exp (with_target_charset): New proc.
19723 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19724 with_target_charset.
19725 (test_print_strings): Likewise.
19726 (test_repeat_bytes): Likewise.
19727 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19728 for some tests.
19729
19730 2014-04-16 Keith Seitz <keiths@redhat.com>
19731
19732 PR gdb/15827
19733 * gdb.dwarf2/corrupt.c: New file.
19734 * gdb.dwarf2/corrupt.exp: New file.
19735
19736 2014-04-16 Keith Seitz <keiths@redhat.com>
19737
19738 PR c++/16597
19739 * gdb.cp/namelessclass.cc: New file.
19740 * gdb.cp/namelessclass.exp: New file.
19741 * gdb.cp/namelessclass.S: New file.
19742
19743 2014-04-16 Doug Evans <dje@google.com>
19744
19745 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19746 Add comment.
19747 (gdbserver_default_get_comm_port): New function.
19748 (gdbserver_start): Check if board file provided
19749 "gdbserver,get_comm_port" and use it if so.
19750 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19751 (gdb,socketport): Set to "stdio".
19752 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19753 (stdio_gdbserver_template): Delete.
19754 (${board}_get_remote_address): Update.
19755 (${board}_build_remote_cmd): Delete.
19756 (${board}_get_comm_port): New function.
19757 (${board}_spawn): Update.
19758 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19759 Delete.
19760 (${board}_get_remote_address): Update.
19761 (${board}_get_comm_port): New function.
19762
19763 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19764
19765 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19766 appearing in any order.
19767
19768 2014-04-15 Doug Evans <dje@google.com>
19769
19770 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19771 uninitialized value of "description".
19772
19773 2014-04-15 Keith Seitz <keiths@redhat.com>
19774
19775 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19776 Remove unused globals.
19777 (test_running_the_program): Likewise.
19778 (test_controlled_execution): Likewise.
19779 (test_controlling_breakpoints): Likewise.
19780 (test_program_termination): Likewise.
19781
19782 2014-04-15 Keith Seitz <keiths@redhat.com>
19783
19784 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19785 unused globals.
19786 (test_rbreak_creation_and_listing): Likewise.
19787 (test_ignore_count): Likewise.
19788 (test_error): Likewise.
19789
19790 2014-04-15 Pedro Alves <palves@redhat.com>
19791
19792 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19793 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19794 sym-file-loader.c.
19795 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19796 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19797 to sym-file-loader.c.
19798 (struct library): Forward declare.
19799 (load_shlib, lookup_function): Change prototypes.
19800 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19801 (translate_offset): Remove declarations.
19802 (get_text_addr): New declaration.
19803 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19804 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19805 sym-file-loader.h.
19806 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19807 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19808 here from sym-file-loader.h.
19809 (struct library): New structure.
19810 (load_shlib, lookup_function): Change prototypes and adjust to
19811 work with a struct library.
19812 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19813 (translate_offset): Make static.
19814 (get_text_addr): New function.
19815 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19816
19817 2014-04-15 Pedro Alves <palves@redhat.com>
19818
19819 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19820
19821 2014-04-15 Pedro Alves <palves@redhat.com>
19822
19823 * gdb.base/sym-file-loader.c: Include <limits.h>.
19824 (SELF_LINK): New define.
19825 (get_origin): New function.
19826 (load_shlib): Use it.
19827 * gdb.base/sym-file.exp: Don't early return if the target is
19828 remote. Use runto_main, and issue fail is that fails. Use
19829 gdb_load_shlibs.
19830 (shlib_name): Delete.
19831 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19832
19833 2014-04-15 Pedro Alves <palves@redhat.com>
19834
19835 * gdb.base/sym-file.exp: Remove regex characters from test
19836 message. Don't refer to breakpoint numbers in test messages.
19837
19838 2014-04-14 Keith Seitz <keiths@redhat.com>
19839
19840 PR c++/16253
19841 * gdb.cp/var-tag.cc: New file.
19842 * gdb.cp/var-tag.exp: New file.
19843 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19844 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19845 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19846 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19847
19848 2014-04-14 Tom Tromey <tromey@redhat.com>
19849
19850 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19851 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19852 type.
19853 * gdb.cp/enum-class.exp: New file.
19854 * gdb.cp/enum-class.cc: New file.
19855
19856 2014-04-14 Tom Tromey <tromey@redhat.com>
19857
19858 * gdb.dwarf2/enum-type.exp: New file.
19859
19860 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19861
19862 * gdb.mi/mi-vla-c99.exp: New file.
19863 * gdb.mi/vla.c: New file.
19864
19865 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19866
19867 * gdb.base/vla-datatypes.c: New file.
19868 * gdb.base/vla-datatypes.exp: New file.
19869
19870 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19871
19872 * gdb.base/vla-ptr.c: New file.
19873 * gdb.base/vla-ptr.exp: New file.
19874
19875 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19876
19877 * gdb.dwarf2/count.exp: New file.
19878
19879 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19880
19881 * gdb.base/vla-sideeffect.c: New file.
19882 * gdb.base/vla-sideeffect.exp: New file.
19883
19884 2014-04-14 David Blaikie <dblaikie@gmail.com>
19885
19886 * gdb.mi/non-stop.c: Add return value for non-void function return
19887 statement.
19888 * gdb.threads/staticthreads.c: Ditto.
19889
19890 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19891 Doug Evans <xdje42@gmail.com>
19892
19893 * gdb.guile/scm-value.c: Improve test case.
19894 * gdb.guile/scm-value.exp: Add new test.
19895
19896 2014-04-11 David Blaikie <dblaikie@gmail.com>
19897
19898 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19899 override Clang's default.
19900
19901 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19902
19903 Revert the following changes (regressions):
19904
19905 * gdb.base/vla-sideeffect.c: New file.
19906 * gdb.base/vla-sideeffect.exp: New file.
19907
19908 * gdb.dwarf2/count.exp: New file.
19909
19910 * gdb.base/vla-multi.c: New file.
19911 * gdb.base/vla-multi.exp: New file.
19912
19913 * gdb.base/vla-ptr.c: New file.
19914 * gdb.base/vla-ptr.exp: New file.
19915
19916 * gdb.base/vla-datatypes.c: New file.
19917 * gdb.base/vla-datatypes.exp: New file.
19918
19919 * gdb.mi/mi-vla-c99.exp: New file.
19920 * gdb.mi/vla.c: New file.
19921
19922 2014-04-11 Keith Seitz <keiths@redhat.com>
19923
19924 PR c++/16675
19925 * gdb.cp/cpsizeof.exp: New file.
19926 * gdb.cp/cpsizeof.cc: New file.
19927
19928 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19929
19930 * gdb.mi/mi-vla-c99.exp: New file.
19931 * gdb.mi/vla.c: New file.
19932
19933 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19934
19935 * gdb.base/vla-datatypes.c: New file.
19936 * gdb.base/vla-datatypes.exp: New file.
19937
19938 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19939
19940 * gdb.base/vla-ptr.c: New file.
19941 * gdb.base/vla-ptr.exp: New file.
19942
19943 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19944
19945 * gdb.base/vla-multi.c: New file.
19946 * gdb.base/vla-multi.exp: New file.
19947
19948 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19949
19950 * gdb.dwarf2/count.exp: New file.
19951
19952 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19953
19954 * gdb.base/vla-sideeffect.c: New file.
19955 * gdb.base/vla-sideeffect.exp: New file.
19956
19957 2014-04-11 Yao Qi <yao@codesourcery.com>
19958
19959 * gdb.base/completion.exp: Check file exists before running tests
19960 on file completion.
19961
19962 2014-04-10 Pedro Alves <palves@redhat.com>
19963
19964 * gdb.base/cond-eval-mode.c: New file.
19965 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19966 prepare_for_testing to build the new file. Check result of
19967 runto_main.
19968 (test_break, test_watch): New procedures.
19969 (top level): Use them.
19970
19971 2014-04-08 Pierre Muller <muller@sourceware.org>
19972
19973 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19974 Ctrl-V use for mingw hosts.
19975
19976 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19977
19978 * gdb.python/py-value.c: Improve test case.
19979 * gdb.python/py-value.exp: Add new test.
19980
19981 2014-04-07 David Blaikie <dblaikie@gmail.com>
19982
19983 * lib/compiler.c: Identify the clang compiler.
19984 * lib/compiler.cc: Ditto.
19985
19986 2014-04-03 Yao Qi <yao@codesourcery.com>
19987
19988 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19989
19990 2014-04-01 Anton Blanchard <anton@samba.org>
19991
19992 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19993 messages unique.
19994
19995 2014-04-01 Anton Blanchard <anton@samba.org>
19996
19997 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19998 prepare_for_testing.
19999
20000 2014-04-01 Anton Blanchard <anton@samba.org>
20001
20002 * gdb.arch/ppc64-atomic-inst.c: Remove.
20003 * gdb.arch/ppc64-atomic-inst.S: New file.
20004 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20005
20006 2014-03-31 Doug Evans <dje@google.com>
20007
20008 * gdb.base/print-symbol-loading-lib.c: New file.
20009 * gdb.base/print-symbol-loading-main.c: New file.
20010 * gdb.base/print-symbol-loading.exp: New file.
20011
20012 2014-03-31 Yao Qi <yao@codesourcery.com>
20013
20014 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20015
20016 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20017
20018 * gdb.ada/mi_dyn_arr: New testcase.
20019
20020 2014-03-27 Doug Evans <dje@google.com>
20021
20022 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20023
20024 2014-03-27 Yao Qi <yao@codesourcery.com>
20025
20026 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20027 if target is nios2-*-*.
20028
20029 2014-03-26 Yao Qi <yao@codesourcery.com>
20030
20031 * lib/gdb.exp (readline_is_used): New proc.
20032 * gdb.base/completion.exp: Move tests on command complete up.
20033 Skip the rest of tests if readline is not used.
20034 * gdb.ada/complete.exp: Skp the test if readline is not
20035 used.
20036 * gdb.base/filesym.exp: Likewise.
20037 * gdb.base/macscp.exp: Likewise.
20038 * gdb.base/readline-ask.exp: Likewise.
20039 * gdb.base/readline.exp: Likewise.
20040 * gdb.python/py-cmd.exp: Likewise.
20041 * gdb.trace/tfile.exp: Likewise.
20042
20043 2014-03-26 Yao Qi <yao@codesourcery.com>
20044
20045 * gdb.base/macscp.exp: Fix code format issues.
20046
20047 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20048
20049 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20050 * gdb.asm/powerpc64le.inc: New file.
20051
20052 2014-03-25 Pedro Alves <palves@redhat.com>
20053 Doug Evans <dje@google.com>
20054
20055 * gdb.base/source-execution.c: New file.
20056 * gdb.base/source-execution.exp: New file.
20057 * gdb.base/source-execution.gdb: New file.
20058
20059 2014-03-24 Doug Evans <dje@google.com>
20060
20061 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20062 using fission.
20063
20064 2014-03-24 Hui Zhu <hui@codesourcery.com>
20065 Pedro Alves <palves@redhat.com>
20066
20067 PR breakpoints/16101
20068 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20069 test pass/fail messages. Detect missing support for dprintf when
20070 breakpoints are actually inserted.
20071 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20072 breakpoints are actually inserted.
20073 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20074 fails.
20075
20076 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20077
20078 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20079
20080 2014-03-22 Doug Evans <xdje42@gmail.com>
20081
20082 * gdb.python/python.exp (python not supported): Verify multi-line
20083 python command issues an error.
20084 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20085 guile command issues an error.
20086
20087 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20088
20089 * gdb.threads/thread-specific.exp: Handle the lack of usable
20090 $this_breakpoint and $this_thread.
20091
20092 2014-03-21 Hui Zhu <hui@codesourcery.com>
20093
20094 * gdb.base/attach.exp (do_command_attach_tests): New.
20095
20096 2014-03-20 Tom Tromey <tromey@redhat.com>
20097 Pedro Alves <palves@redhat.com>
20098
20099 PR cli/15718
20100 * gdb.base/condbreak-call-false.c: New file.
20101 * gdb.base/condbreak-call-false.exp: New file.
20102
20103 2014-03-20 Pedro Alves <palves@redhat.com>
20104
20105 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20106 Delete.
20107 (block_signals, unblock_signals): Delete.
20108 (child_function_2, main): Remove references to deleted variable
20109 and functions.
20110
20111 2014-03-20 Pedro Alves <palves@redhat.com>
20112
20113 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20114 Use pthread_kill to signal thread 2.
20115 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20116 Adjust to make the test send itself a signal rather than using the
20117 host's "kill" command.
20118
20119 2014-03-20 Pedro Alves <palves@redhat.com>
20120
20121 * gdb.threads/multiple-step-overs.c: New file.
20122 * gdb.threads/multiple-step-overs.exp: New file.
20123 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20124 Adjust expected infrun debug output.
20125
20126 2014-03-20 Pedro Alves <palves@redhat.com>
20127
20128 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20129 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20130
20131 2014-03-20 Pedro Alves <palves@redhat.com>
20132
20133 PR breakpoints/7143
20134 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20135 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20136 of gdb_test_multiple.
20137 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20138 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20139
20140 2014-03-20 Pedro Alves <palves@redhat.com>
20141
20142 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20143 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20144
20145 2014-03-19 Pedro Alves <palves@redhat.com>
20146
20147 * gdb.base/async.exp: Remove early return.
20148
20149 2014-03-19 Pedro Alves <palves@redhat.com>
20150
20151 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20152
20153 2014-03-19 Pedro Alves <palves@redhat.com>
20154
20155 * gdb.base/async.exp (test_background): Expect \r\n after
20156 "completed." in the fail pattern.
20157
20158 2014-03-19 Pedro Alves <palves@redhat.com>
20159
20160 * gdb.base/async.exp (test_background): New procedure.
20161 Use it for all background execution command tests.
20162
20163 2014-03-19 Pedro Alves <palves@redhat.com>
20164
20165 * gdb.base/async.exp: Use prepare_for_testing.
20166
20167 2014-03-19 Pedro Alves <palves@redhat.com>
20168
20169 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20170 the same line.
20171
20172 2014-03-19 Pedro Alves <palves@redhat.com>
20173
20174 * gdb.base/async.c (main): Add "jump here" and "until here" line
20175 marker comments.
20176 * gdb.base/async.exp (jump_here): New global.
20177 (jump& test): Use it.
20178 (until_here): New global.
20179 (until& test): Use it.
20180
20181 2014-03-19 Pedro Alves <palves@redhat.com>
20182
20183 * gdb.base/async.exp: Don't frob gdb_protocol.
20184
20185 2014-03-18 Doug Evans <xdje42@gmail.com>
20186
20187 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20188 Fix spelling of exec-done-display.
20189
20190 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20191
20192 PR gdb/15358
20193 * gdb.base/gdb-sigterm.c: New file.
20194 * gdb.base/gdb-sigterm.exp: New file.
20195
20196 2014-03-18 Pedro Alves <palves@redhat.com>
20197
20198 PR gdb/13860
20199 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20200 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20201 solib-event.
20202
20203 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20204
20205 * gdb.ada/pckd_arr_ren: New testcase.
20206
20207 2014-03-13 Doug Evans <xdje42@gmail.com>
20208
20209 PR guile/16612
20210 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20211 collect after discarding symbols.
20212
20213 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20214 Doug Evans <xdje42@gmail.com>
20215
20216 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20217 to history survives a gc.
20218
20219 2014-03-13 Pedro Alves <palves@redhat.com>
20220
20221 * gdb.base/default.exp: Don't test "target procfs".
20222
20223 2014-03-13 Pedro Alves <palves@redhat.com>
20224
20225 * gdb.base/default.exp: Update "target child" and "target procfs"
20226 tests to not expect "Unix".
20227
20228 2014-03-12 Tom Tromey <tromey@redhat.com>
20229
20230 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20231 New procs. Add target-async tests.
20232 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20233 Add target-async tests.
20234
20235 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20236
20237 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20238 'func_start' and 'func_end' for the beginning and end of the
20239 function code, respectively.
20240 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20241 'func_end' instead of 'func' and 'main'.
20242
20243 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20244
20245 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20246 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20247 generate the debug info assembler source.
20248
20249 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20250
20251 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20252 * gdb.dwarf2/arr-subrange.exp: Likewise.
20253 * gdb.dwarf2/dwz.exp: Likewise.
20254 * gdb.dwarf2/method-ptr.exp: Likewise.
20255 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20256 * gdb.dwarf2/subrange.exp: Likewise.
20257 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20258 * gdb.dwarf2/implptrpiece.exp: Likewise.
20259 * gdb.dwarf2/nostaticblock.exp: Likewise.
20260
20261 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20262
20263 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20264 directory to absolute path name arguments.
20265
20266 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20267
20268 * gdb.ada/tagged_access: New testcase.
20269
20270 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20271
20272 * gdb.btrace/data.exp: Update expected output.
20273
20274 2014-03-06 Yao Qi <yao@codesourcery.com>
20275
20276 * gdb.trace/pr16508.exp: New file.
20277
20278 2014-03-05 Pedro Alves <palves@redhat.com>
20279
20280 PR gdb/16575
20281 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20282 procedure.
20283 (top level): Adjust to use it. Add tests that exercise breakpoint
20284 interaction with the code-cache.
20285
20286 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20287
20288 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20289 test for 'history-append!'.
20290
20291 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20292
20293 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20294 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20295 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20296 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20297 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20298 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20299
20300 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20301
20302 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20303 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20304 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20305
20306 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20307
20308 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20309
20310 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20311
20312 * gdb.dwarf2/arr-stride.c: New file.
20313 * gdb.dwarf2/arr-stride.exp: New file.
20314
20315 2014-02-26 Pedro Alves <palves@redhat.com>
20316
20317 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20318 that won't ever trigger. Make sure that GDB reports the correct
20319 breakpoint that caused the stop.
20320
20321 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20322
20323 PR gdb/16626
20324 * gdb.base/auto-load-script: New file.
20325 * gdb.base/auto-load.c: New file.
20326 * gdb.base/auto-load.exp: New file.
20327
20328 PR gdb/16626
20329 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20330
20331 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20332
20333 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20334 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20335
20336 2014-02-24 Doug Evans <dje@google.com>
20337
20338 * lib/gdb.exp (run_on_host): Log error output if program fails.
20339
20340 2014-02-21 Pedro Alves <palves@redhat.com>
20341
20342 * gdb.threads/step-after-sr-lock.c: Rename to ...
20343 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20344 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20345 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20346 ... this.
20347
20348 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20349
20350 PR tdep/16397
20351 * gdb.arch/amd64-stap-special-operands.exp: New file.
20352 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20353 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20354 * gdb.arch/amd64-stap-triplet.S: Likewise.
20355 * gdb.arch/amd64-stap-triplet.c: Likewise.
20356
20357 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20358
20359 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20360 in .section pseudo-op.
20361
20362 2014-02-20 lin zuojian <manjian2006@gmail.com>
20363 Joel Brobecker <brobecker@adacore.com>
20364 Doug Evans <xdje42@gmail.com>
20365
20366 PR symtab/16581
20367 * gdb.dwarf2/dw2-icycle.S: New file.
20368 * gdb.dwarf2/dw2-icycle.c: New file.
20369 * gdb.dwarf2/dw2-icycle.exp: New file.
20370
20371 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20372
20373 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20374 operations on gdb.Value objects.
20375 * gdb.python/py-value-cc.exp: Add new test to test operations on
20376 gdb.Value objects.
20377
20378 2014-02-18 Doug Evans <dje@google.com>
20379
20380 * Makefile.in (TESTS): New variable.
20381 (expanded_tests, expanded_tests_or_none): New variables
20382 (check-single): Pass $(expanded_tests_or_none) to runtest.
20383 (check-parallel): Only run tests in $(TESTS) if non-empty.
20384 (check/no-matching-tests-found): New rule.
20385 * README: Document TESTS makefile variable.
20386
20387 2014-02-18 Doug Evans <dje@google.com>
20388
20389 * Makefile.in (check-parallel): rm -rf outputs temp.
20390
20391 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20392
20393 Fix "ERROR: no fileid for" in the testsuite.
20394 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20395
20396 2014-02-12 Doug Evans <dje@google.com>
20397
20398 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20399 (MISCELLANEOUS): New variable.
20400 (clean): rm -rf $(MISCELLANEOUS).
20401 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20402 dwp live in the same directory as symlinks, with each symlink pointed
20403 to a differently named file in a different directory.
20404
20405 2014-02-11 Doug Evans <dje@google.com>
20406
20407 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20408 of Tcl file commands.
20409
20410 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20411
20412 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20413 "kill -SIGUSR1 -1".
20414
20415 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20416
20417 * gdb.ada/tick_length_array_enum_idx: New testcase.
20418
20419 2014-02-10 Doug Evans <xdje42@gmail.com>
20420
20421 * configure.ac (AC_OUTPUT): Add gdb.guile.
20422 * configure: Regenerate.
20423 * lib/gdb-guile.exp: New file.
20424 * lib/gdb.exp (get_target_charset): New function.
20425 * gdb.base/help.exp: Update expected output from "apropos apropos".
20426 * gdb.guile/Makefile.in: New file.
20427 * gdb.guile/guile.exp: New file.
20428 * gdb.guile/scm-arch.c: New file.
20429 * gdb.guile/scm-arch.exp: New file.
20430 * gdb.guile/scm-block.c: New file.
20431 * gdb.guile/scm-block.exp: New file.
20432 * gdb.guile/scm-breakpoint.c: New file.
20433 * gdb.guile/scm-breakpoint.exp: New file.
20434 * gdb.guile/scm-disasm.c: New file.
20435 * gdb.guile/scm-disasm.exp: New file.
20436 * gdb.guile/scm-equal.c: New file.
20437 * gdb.guile/scm-equal.exp: New file.
20438 * gdb.guile/scm-error.exp: New file.
20439 * gdb.guile/scm-error.scm: New file.
20440 * gdb.guile/scm-frame-args.c: New file.
20441 * gdb.guile/scm-frame-args.exp: New file.
20442 * gdb.guile/scm-frame-args.scm: New file.
20443 * gdb.guile/scm-frame-inline.c: New file.
20444 * gdb.guile/scm-frame-inline.exp: New file.
20445 * gdb.guile/scm-frame.c: New file.
20446 * gdb.guile/scm-frame.exp: New file.
20447 * gdb.guile/scm-generics.exp: New file.
20448 * gdb.guile/scm-gsmob.exp: New file.
20449 * gdb.guile/scm-iterator.c: New file.
20450 * gdb.guile/scm-iterator.exp: New file.
20451 * gdb.guile/scm-math.c: New file.
20452 * gdb.guile/scm-math.exp: New file.
20453 * gdb.guile/scm-objfile-script-gdb.in: New file.
20454 * gdb.guile/scm-objfile-script.c: New file.
20455 * gdb.guile/scm-objfile-script.exp: New file.
20456 * gdb.guile/scm-objfile.c: New file.
20457 * gdb.guile/scm-objfile.exp: New file.
20458 * gdb.guile/scm-ports.exp: New file.
20459 * gdb.guile/scm-pretty-print.c: New file.
20460 * gdb.guile/scm-pretty-print.exp: New file.
20461 * gdb.guile/scm-pretty-print.scm: New file.
20462 * gdb.guile/scm-section-script.c: New file.
20463 * gdb.guile/scm-section-script.exp: New file.
20464 * gdb.guile/scm-section-script.scm: New file.
20465 * gdb.guile/scm-symbol.c: New file.
20466 * gdb.guile/scm-symbol.exp: New file.
20467 * gdb.guile/scm-symtab-2.c: New file.
20468 * gdb.guile/scm-symtab.c: New file.
20469 * gdb.guile/scm-symtab.exp: New file.
20470 * gdb.guile/scm-type.c: New file.
20471 * gdb.guile/scm-type.exp: New file.
20472 * gdb.guile/scm-value-cc.cc: New file.
20473 * gdb.guile/scm-value-cc.exp: New file.
20474 * gdb.guile/scm-value.c: New file.
20475 * gdb.guile/scm-value.exp: New file.
20476 * gdb.guile/source2.scm: New file.
20477 * gdb.guile/types-module.cc: New file.
20478 * gdb.guile/types-module.exp: New file.
20479
20480 2014-02-10 Yao Qi <yao@codesourcery.com>
20481
20482 PR testsuite/16543
20483 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20484 * configure: Regenerated.
20485 * Makefile.in: New file.
20486
20487 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20488
20489 * gdb.python/py-framefilter.exp: Fix typo.
20490
20491 2014-02-08 Yao Qi <yao@codesourcery.com>
20492
20493 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20494 that no =breakpoint-modified is emitted when breakpoints are
20495 modified through MI commands.
20496
20497 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20498 Pedro Alves <palves@redhat.com>
20499
20500 * gdb.threads/step-after-sr-lock.c: New file.
20501 * gdb.threads/step-after-sr-lock.exp: New file.
20502
20503 2014-02-07 Pedro Alves <palves@redhat.com>
20504
20505 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20506
20507 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20508
20509 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20510 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20511
20512 2014-02-06 Doug Evans <xdje42@gmail.com>
20513
20514 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20515 output.
20516
20517 * gdb.gdb/python-interrupts.exp: New file.
20518
20519 2014-02-05 Yao Qi <yao@codesourcery.com>
20520
20521 * gdb.trace/report.exp (use_collected_data): Test the output
20522 of "info threads" and "info inferiors".
20523
20524 2014-02-05 Yao Qi <yao@codesourcery.com>
20525
20526 Revert this patch:
20527
20528 2013-05-24 Yao Qi <yao@codesourcery.com>
20529
20530 * gdb.trace/tfile.exp: Test inferior and thread.
20531
20532 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20533
20534 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20535 on a function.
20536 * gdb.base/step-bt.c: Call hello via function pointer to make
20537 sure its first instruction is executed on powerpc64le-linux.
20538
20539 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20540
20541 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20542
20543 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20544
20545 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20546 of the test patterns for use on little-endian systems.
20547
20548 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20549
20550 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20551 (decimal_vector): Fix for little-endian.
20552
20553 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20554
20555 * gdb.arch/sparc-sysstep.exp: New file.
20556 * gdb.arch/sparc-sysstep.c: Likewise.
20557
20558 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20559
20560 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20561
20562 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20563
20564 2014-01-23 Tom Tromey <tromey@redhat.com>
20565
20566 * gdb.ada/array_char_idx: New testcase.
20567
20568 2014-01-23 Tom Tromey <tromey@redhat.com>
20569
20570 PR python/16487:
20571 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20572 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20573 classes.
20574
20575 2014-01-23 Tom Tromey <tromey@redhat.com>
20576
20577 PR python/16491:
20578 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20579 string from an inferior frame.
20580 * gdb.python/py-framefilter-mi.exp: Update.
20581
20582 2014-01-22 Doug Evans <dje@google.com>
20583
20584 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20585
20586 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20587
20588 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20589
20590 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20591
20592 * gdb.trace/entry-values.exp: Remove excess space character from
20593 regex patterns. Handle s390 call instruction.
20594
20595 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20596
20597 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20598 define "*_start" label. Make "name" static.
20599 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20600 ${name} by references to ${name}_start.
20601
20602 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20603
20604 * gdb.base/info-macros.exp: Remove "debug" from the compile
20605 options.
20606
20607 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20608
20609 * gdb.dlang/demangle.exp: New file.
20610
20611 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20612
20613 * gdb.dlang/primitive-types.exp: New file.
20614
20615 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20616
20617 * configure.ac: Create gdb.dlang/Makefile.
20618 * configure: Regenerate.
20619 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20620 * gdb.dlang/Makefile.in: New file.
20621 * lib/d-support.exp: New file.
20622 * lib/gdb.exp (skip_d_tests): New proc.
20623
20624 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20625
20626 * gdb.btrace/delta.exp: Check reverse stepi.
20627 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20628 * gdb.btrace/finish.exp: New.
20629 * gdb.btrace/next.exp: New.
20630 * gdb.btrace/nexti.exp: New.
20631 * gdb.btrace/record_goto.c: Add comments.
20632 * gdb.btrace/step.exp: New.
20633 * gdb.btrace/stepi.exp: New.
20634 * gdb.btrace/multi-thread-step.c: New.
20635 * gdb.btrace/multi-thread-step.exp: New.
20636 * gdb.btrace/rn-dl-bind.c: New.
20637 * gdb.btrace/rn-dl-bind.exp: New.
20638 * gdb.btrace/data.c: New.
20639 * gdb.btrace/data.exp: New.
20640 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20641
20642 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20643
20644 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20645 * gdb.btrace/exception.exp: Update.
20646 * gdb.btrace/instruction_history.exp: Update.
20647 * gdb.btrace/record_goto.exp: Update.
20648 * gdb.btrace/tailcall.exp: Update.
20649 * gdb.btrace/unknown_functions.exp: Update.
20650 * gdb.btrace/delta.exp: New.
20651
20652 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20653
20654 * gdb.btrace/record_goto.exp: Add backtrace test.
20655 * gdb.btrace/tailcall.exp: Add backtrace test.
20656
20657 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20658
20659 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20660 * gdb.btrace/record_goto.c: New.
20661 * gdb.btrace/record_goto.exp: New.
20662 * gdb.btrace/x86-record_goto.S: New.
20663
20664 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20665
20666 * gdb.btrace/function_call_history.exp: Update tests.
20667 * gdb.btrace/instruction_history.exp: Update tests.
20668
20669 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20670
20671 * gdb.btrace/function_call_history.exp: Fix expected field
20672 order for "record function-call-history".
20673 Add new tests for "record function-call-history /c".
20674 * gdb.btrace/exception.cc: New.
20675 * gdb.btrace/exception.exp: New.
20676 * gdb.btrace/tailcall.exp: New.
20677 * gdb.btrace/x86-tailcall.S: New.
20678 * gdb.btrace/x86-tailcall.c: New.
20679 * gdb.btrace/unknown_functions.c: New.
20680 * gdb.btrace/unknown_functions.exp: New.
20681 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20682
20683 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20684
20685 * gdb.btrace/instruction_history.exp: Update.
20686 * gdb.btrace/function_call_history.exp: Update.
20687
20688 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20689
20690 * gdb.btrace/function_call_history.exp: Fix expected function
20691 trace.
20692 * gdb.btrace/instruction_history.exp: Initialize traced.
20693 Remove traced_functions.
20694
20695 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20696
20697 * gdb.btrace/function_call_history.exp: Update
20698 * gdb.btrace/instruction_history.exp: Update.
20699
20700 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20701
20702 * gdb.btrace/enable.exp: Update expected text.
20703
20704 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20705
20706 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20707 bytes.
20708
20709 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20710
20711 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20712
20713 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20714
20715 * lib/gdb.exp (supports_process_record): Return true for
20716 arm*-linux*. (supports_reverse): Likewise.
20717
20718 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20719
20720 PR python/15464
20721 PR python/16113
20722 * gdb.python/py-type.c: Enhance test case.
20723 * gdb.python/py-value-cc.cc: Likewise
20724 * gdb.python/py-type.exp: Add new tests.
20725 * gdb.python/py-value-cc.exp: Likewise
20726
20727 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20728 Pedro Alves <palves@redhat.com>
20729
20730 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20731 Make "name" extern.
20732 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20733 references to ${name}_start by references to ${name}.
20734
20735 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20736
20737 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20738
20739 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20740
20741 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20742
20743 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20744 Pedro Alves <palves@redhat.com>
20745
20746 * gdb.mi/mi-info-os.exp: Connect to the target with
20747 mi_gdb_target_load.
20748
20749 2014-01-08 Pedro Alves <palves@redhat.com>
20750
20751 * gdb.threads/reconnect-signal.c: New file.
20752 * gdb.threads/reconnect-signal.exp: New file.
20753
20754 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20755
20756 * gdb.base/source-dir.exp: New file.
20757
20758 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20759
20760 * gdb.ada/mi_interface: New testcase.
20761
20762 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20763
20764 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20765 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20766 gdb.ada/pp-rec-component/pck.ads: New files.
20767
20768 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20769
20770 * gdb.python/py-pp-integral.c: New file.
20771 * gdb.python/py-pp-integral.py: New file.
20772 * gdb.python/py-pp-integral.exp: New file.
20773
20774 For older changes see ChangeLog-1993-2013.
20775 \f
20776 ;; Local Variables:
20777 ;; mode: change-log
20778 ;; left-margin: 8
20779 ;; fill-column: 74
20780 ;; version-control: never
20781 ;; End:
20782
20783 Copyright 2014-2020 Free Software Foundation, Inc.
20784 Copying and distribution of this file, with or without modification,
20785 are permitted provided the copyright notice and this notice are preserved.