]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/ChangeLog
[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.c
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
4
5 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
6
7 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
8 Initialize to empty string at top level.
9 (gdb_wrapper_init): Revert check for file existence on build.
10 Build the wrapper in its default place, not a build-specific
11 location. When host == build, make the pathname absolute.
12 (gdb_compile): Delete leftover declaration of
13 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
14 string instead of uninitialized.
15
16 2020-07-22 Kevin Buettner <kevinb@redhat.com>
17
18 * gdb.base/corefile2.exp: New file.
19 * gdb.base/coremaker2.exp: New file.
20
21 2020-07-22 Kevin Buettner <kevinb@redhat.com>
22
23 * gdb.base/coredump-filter.exp: Add second
24 non-Private-Shared-Anon-File test.
25 (test_disasm): Rename binfile for test which is expected
26 to fail.
27
28 2020-07-22 Kevin Buettner <kevinb@redhat.com>
29
30 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
31 data in core file".
32 * gdb.base/coremaker.c (buf2ro): New global.
33 (mmapdata): Add a read-only mmap mapping.
34
35 2020-07-22 Kevin Buettner <kevinb@redhat.com>
36
37 PR corefiles/25631
38 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
39 New test.
40 * gdb.base/coremaker.c (buf3): New global.
41 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
42 flags.
43
44 2020-07-22 Kevin Buettner <kevinb@redhat.com>
45
46 * gdb.base/coremaker.c (filler_ro): New global constant.
47
48 2020-07-22 Tom Tromey <tromey@adacore.com>
49
50 * gdb.ada/mi_prot.exp: New file.
51 * gdb.ada/mi_prot/pkg.adb: New file.
52 * gdb.ada/mi_prot/pkg.ads: New file.
53 * gdb.ada/mi_prot/prot.adb: New file.
54
55 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
56
57 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
58 loads two JITers.
59
60 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
61
62 * gdb.python/py-arch-reg-groups.exp: Additional tests.
63
64 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.python/py-arch-reg-names.exp: Additional tests.
67
68 2020-07-21 Tom de Vries <tdevries@suse.de>
69
70 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
71 breakpoint locations".
72 * gdb.reverse/solib-reverse.exp: Same.
73
74 2020-07-21 Tom de Vries <tdevries@suse.de>
75
76 * gdb.reverse/step-reverse.c (callee): Merge statements.
77
78 2020-07-21 Tom de Vries <tdevries@suse.de>
79
80 * gdb.fortran/info-modules.exp (info module variables): Allow missing
81 line numbers for some variables.
82
83 2020-07-21 Tom de Vries <tdevries@suse.de>
84
85 * gdb.opt/inline-locals.c (init_array): New func.
86 (func1): Use init_array.
87 * gdb.opt/inline-locals.exp: Update pattern.
88
89 2020-07-21 Tom de Vries <tdevries@suse.de>
90
91 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
92 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
93
94 2020-07-20 Ludovic Courtès <ludo@gnu.org>
95
96 * gdb.guile/source2.scm: Add #f first argument to 'format'.
97 * gdb.guile/types-module.exp: Remove "ERROR:" from
98 regexps since Guile 3.0 no longer prints that.
99
100 2020-07-20 Ludovic Courtès <ludo@gnu.org>
101
102 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
103 error regexp to match on Guile 2.2.
104
105 2020-07-20 Gary Benson <gbenson@redhat.com>
106
107 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
108 with clang.
109
110 2020-07-20 Tom de Vries <tdevries@suse.de>
111
112 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
113 (omp_set_lock_in_order): New function.
114 (single_scope, multi_scope, nested_func, nested_parallel): Use
115 omp_set_lock_in_order and omp_unset_lock.
116 (main): Init and destroy lock and lock2.
117
118 2020-07-20 Tom de Vries <tdevries@suse.de>
119
120 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
121
122 2020-07-20 Tom de Vries <tdevries@suse.de>
123
124 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
125
126 2020-07-17 Tom de Vries <tdevries@suse.de>
127
128 * gdb.base/valgrind-infcall-2.c: New test.
129 * gdb.base/valgrind-infcall-2.exp: New file.
130 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
131
132 2020-07-17 Tom de Vries <tdevries@suse.de>
133
134 * gdb.dlang/circular.c (found): Use found_label as label name.
135 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
136 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
137 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
138 * gdb.dwarf2/ada-linkage-name.exp: Same.
139 * gdb.dwarf2/arr-subrange.exp: Same.
140 * gdb.dwarf2/atomic-type.exp: Same.
141 * gdb.dwarf2/comp-unit-lang.exp: Same.
142 * gdb.dwarf2/cpp-linkage-name.exp: Same.
143 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
144 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
145 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
146 * gdb.dwarf2/implptr-64bit.exp: Same.
147 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
148 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
149 * gdb.dwarf2/imported-unit.exp: Same.
150 * gdb.dwarf2/main-subprogram.exp: Same.
151 * gdb.dwarf2/missing-type-name.exp: Same.
152 * gdb.dwarf2/nonvar-access.exp: Same.
153 * gdb.dwarf2/struct-with-sig.exp: Same.
154 * gdb.dwarf2/typedef-void-finish.exp: Same.
155 * gdb.dwarf2/void-type.exp: Same.
156
157 2020-07-17 Tom de Vries <tdevries@suse.de>
158
159 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
160 src parameter.
161 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
162 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
163 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
164 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
165 * gdb.dwarf2/dwz.exp: Same.
166 * gdb.dwarf2/implptr-optimized-out.exp: Same.
167 * gdb.dwarf2/implref-array.exp: Same.
168 * gdb.dwarf2/implref-const.exp: Same.
169 * gdb.dwarf2/implref-global.exp: Same.
170 * gdb.dwarf2/implref-struct.exp: Same.
171 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
172 * gdb.dwarf2/opaque-type-lookup.exp: Same.
173 * gdb.dwarf2/var-access.exp: Same.
174 * gdb.dwarf2/varval.exp: Same.
175 * gdb.trace/entry-values.exp: Same.
176
177 2020-07-17 Tom de Vries <tdevries@suse.de>
178
179 * lib/dwarf.exp (Dwarf::extern): Remove.
180 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
181 * gdb.dlang/circular.exp: Same.
182 * gdb.dwarf2/comp-unit-lang.exp: Same.
183 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
184 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
185 * gdb.dwarf2/dwz.exp: Same.
186 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
187 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
188 * gdb.dwarf2/imported-unit.exp: Same.
189 * gdb.dwarf2/opaque-type-lookup.exp: Same.
190
191 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
192
193 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
194 Use double quotes instead of single quotes.
195
196 2020-07-16 Caroline Tice <cmtice@google.com>
197
198 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
199 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
200
201 2020-07-16 Tom de Vries <tdevries@suse.de>
202
203 * lib/dwarf.exp (program): Initialize _line.
204 (DW_LNE_end_sequence): Reinitialize _line.
205 (DW_LNS_advance_line): Update _line.
206 (line): New proc.
207 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
208 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
209 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
210 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
211 * gdb.dwarf2/dw2-is-stmt.exp: Same.
212 * gdb.dwarf2/dw2-ranges-func.exp: Same.
213
214 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
217 generic.
218
219 2020-07-15 Tom de Vries <tdevries@suse.de>
220
221 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
222 is_amd64_regs_target.
223
224 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.fortran/ptype-on-functions.exp: Add more tests.
227 * gdb.fortran/ptype-on-functions.f90: Likewise.
228
229 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
230
231 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
232 values in documentation for addr_size to 4 and 8.
233
234 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
235
236 * gdb.arch/amd64-osabi.exp: Update.
237 * gdb.arch/arm-disassembler-options.exp: Update.
238 * gdb.arch/powerpc-disassembler-options.exp: Update.
239 * gdb.arch/ppc64-symtab-cordic.exp: Update.
240 * gdb.arch/s390-disassembler-options.exp: Update.
241 * gdb.base/all-architectures.exp.tcl: Update.
242 * gdb.base/attach-pie-noexec.exp: Update.
243 * gdb.base/catch-syscall.exp: Update.
244 * gdb.xml/tdesc-arch.exp: Update.
245
246 2020-07-14 Tom de Vries <tdevries@suse.de>
247
248 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
249 (local_gettid): ... this.
250 (fn): Update.
251
252 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
253
254 * gdb.base/info_sources.exp: Skip directory match tests on
255 remote hosts.
256
257 2020-07-13 Gary Benson <gbenson@redhat.com>
258
259 * gdb.base/savedregs.exp (caller): Use parentheses to
260 make expected expression evaluation ordering explicit.
261
262 2020-07-13 Gary Benson <gbenson@redhat.com>
263
264 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
265
266 2020-07-13 Gary Benson <gbenson@redhat.com>
267
268 * gdb.base/bigcore.c (main): Use a volatile pointer when
269 attempting to trigger a SIGSEGV.
270 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
271 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
272 * gdb.base/savedregs.c (thrower): Likewise.
273 * gdb.mi/mi-syn-frame.c (bar): Likewise.
274
275 2020-07-13 Gary Benson <gbenson@redhat.com>
276
277 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
278 defining and using VLA structure fields into...
279 * gdb.base/vla-struct-fields.c: New file.
280 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
281 tests into...
282 * gdb.base/vla-struct-fields.exp: New file.
283
284 2020-07-13 Tom de Vries <tdevries@suse.de>
285
286 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
287 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
288 * gdb.base/gold-gdb-index.exp: Same.
289 * gdb.base/morestack.exp: Same.
290
291 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
292
293 PR rust/26121
294 * gdb.rust/modules.rs: Prevent linker from discarding test
295 symbol.
296
297 2020-07-10 Pedro Alves <pedro@palves.net>
298
299 PR gdb/26199
300 * gdb.multi/multi-target.c (exit_thread): New.
301 (thread_start): Break loop if EXIT_THREAD.
302 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
303 (top level) Call test_no_resumed.
304
305 2020-07-08 Tom Tromey <tromey@adacore.com>
306
307 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
308 * gdb.ada/catch_ex.exp: Examine catchpoint text.
309
310 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
311
312 PR python/22748
313 * gdb.opt/inline-frame-tailcall.c: New file.
314 * gdb.opt/inline-frame-tailcall.exp: New file.
315 * gdb.python/py-unwind-inline.c: New file.
316 * gdb.python/py-unwind-inline.exp: New file.
317 * gdb.python/py-unwind-inline.py: New file.
318
319 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
320
321 * gdb.python/py-arch-reg-groups.exp: New file.
322
323 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.python/py-arch-reg-names.exp: New file.
326
327 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
330 gdb.PendingFrame.architecture method.
331
332 2020-07-06 Tom de Vries <tdevries@suse.de>
333
334 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
335
336 2020-07-03 Pedro Alves <palves@redhat.com>
337
338 * gdb.base/structs2.c (main): Adjust second parem_reg call to
339 explicitly write negative numbers.
340 * gdb.base/structs2.exp: Adjust expected output.
341
342 2020-07-03 Pedro Alves <palves@redhat.com>
343
344 * gdb.base/charset.c (init_string): Change all char parameters to
345 unsigned char parameters.
346
347 2020-07-03 Pedro Alves <palves@redhat.com>
348
349 * gdb.base/call-sc.exp (start_scalars_test): Use
350 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
351 * gdb.base/overlays.c: Remove references to PARAMS.
352 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
353 * gdb.base/reread.exp: Don't set 'prototypes' global.
354 * gdb.base/structs.exp (start_structs_test): Use
355 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
356 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
357 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
358 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
359 call.
360 * gdb.base/varargs.exp: Don't set 'prototypes' global.
361
362 2020-07-03 Pedro Alves <palves@redhat.com>
363
364 * gdb.base/m32rovly.c: Delete.
365 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
366
367 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
368
369 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
370 of gdb_py_test_multiple.
371 * gdb.python/py-cmd.exp: Likewise.
372 * gdb.python/py-events.exp: Likewise.
373 * gdb.python/py-function.exp: Likewise.
374 * gdb.python/py-inferior.exp: Likewise.
375 * gdb.python/py-infthread.exp: Likewise.
376 * gdb.python/py-linetable.exp: Likewise.
377 * gdb.python/py-parameter.exp: Likewise.
378 * gdb.python/py-value.exp: Likewise.
379
380 2020-06-30 Tom de Vries <tdevries@suse.de>
381
382 PR testsuite/26175
383 * lib/future.exp (gdb_default_target_compile): Detect and handle
384 early_flags.
385
386 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
387
388 * boards/simavr.exp (gdb_load): Catch errors when closing
389 previous connection. Close connection, wait for process and
390 unset simavr_spawn_id on failure.
391
392 2020-06-29 Tom de Vries <tdevries@suse.de>
393
394 * lib/gdb.exp (unknown): Make test-case unresolved.
395
396 2020-06-29 Tom de Vries <tdevries@suse.de>
397
398 PR gdb/25475
399 * gdb.server/solib-list.exp: Verify that the symbol reload
400 confirmation question is asked.
401
402 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
403
404 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
405 have a input seq nr in each pass message.
406 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
407 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
408 * gdb.python/python.exp: Make test names unique,
409 use gdb_test_multiline instead of gdb_py_test_multiple,
410 use $gdb_test_name.
411 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
412
413 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
414
415 * configure.ac: Add --enable-libctf.
416 * aclocal.m4: sinclude ../config/enable.m4.
417 * Makefile.in (site.exp): Add enable_libctf to site.exp.
418 * lib/gdb.exp (skip_ctf_tests): Use it.
419 * gdb.base/ctf-constvars.exp: Error message tweak.
420 * gdb.base/ctf-ptype.exp: Likewise.
421 * configure: Regenerate.
422
423 2020-06-26 Gary Benson <gbenson@redhat.com>
424
425 * gdb.cp/try_catch.cc: Include string.h.
426 (main): Replace comparison against string literal with
427 strcmp, avoiding build failure with -Wstring-compare.
428 Add "marker test-complete".
429 * gdb.cp/try_catch.exp: Run the test to the above marker,
430 then verify that the value of "test" is still true.
431
432 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
435
436 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
439
440 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
443 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
444 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
445 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
446 * gdb.arch/riscv-tdesc-loading.exp: New file.
447
448 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
449
450 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
451
452 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
453
454 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
455 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
456 * gdb.arch/riscv-tdesc-regs.c: New file.
457 * gdb.arch/riscv-tdesc-regs.exp: New file.
458
459 2020-06-24 Pedro Alves <palves@redhat.com>
460
461 * gdb.arch/amd64-entry-value-paramref.exp: Use
462 prepare_for_testing_full and don't pass "c++" for the .S file
463 build spec.
464 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
465 $options, since it's an assembly file. Remove -Wno-deprecated.
466 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
467 compiling C++ programs.
468
469 2020-06-24 Pedro Alves <palves@redhat.com>
470
471 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
472 Clang, add "-Wno-unknown-warning-option" to the options.
473
474 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.xml/tdesc-reload.c: New file.
477 * gdb.xml/tdesc-reload.exp: New file.
478 * gdb.xml/maint-xml-dump-01.xml: New file.
479 * gdb.xml/maint-xml-dump-02.xml: New file.
480 * gdb.xml/maint-xml-dump.exp: New file.
481
482 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
483
484 * lib/completion-support.exp (test_gdb_completion_offers_commands):
485 Adjust for omitted commands when TUI is disabled.
486
487 2020-06-23 Gary Benson <gbenson@redhat.com>
488 Pedro Alves <palves@redhat.com>
489
490 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
491 * gdb.cp/nsimport.cc: Likewise.
492 * gdb.cp/nsnested.cc: Likewise.
493 * gdb.cp/nsnoimports.cc: Likewise.
494 * gdb.cp/nsusing.cc: Likewise.
495 * gdb.cp/smartp.cc: Likewise.
496 * gdb.python/py-pp-integral.c: Likewise.
497 * gdb.python/py-pp-re-notag.c: Likewise.
498
499 2020-06-23 Gary Benson <gbenson@redhat.com>
500
501 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
502 * gdb.cp/nsimport.cc: Likewise.
503 * gdb.cp/nsnested.cc: Likewise.
504 * gdb.cp/nsnoimports.cc: Likewise.
505 * gdb.cp/nsusing.cc: Likewise.
506 * gdb.cp/smartp.cc: Likewise.
507 * gdb.python/py-pp-integral.c: Likewise.
508 * gdb.python/py-pp-re-notag.c: Likewise.
509
510 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
511
512 * gdb.base/default-args.exp: New test.
513 * gdb.base/default-args.c: New file.
514 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
515 * gdb.base/default.exp: Update to new help text.
516 * gdb.base/help.exp: Likewise.
517 * gdb.base/page.exp: Likewise.
518 * gdb.base/style.exp: Likewise.
519 * gdb.guile/guile.exp: Likewise.
520 * gdb.python/python.exp: Likewise.
521
522 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
523
524 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
525 remote host. Fix search path syntax on Windows host.
526
527 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
528
529 * gdb.base/attach.exp: Test priority of 'exec-file' changed
530 over 'exec-file-mismatch'.
531 * gdb.base/attach.c: Mark should_exit volatile.
532 * gdb.base/attach2.c: Likewise. Add a comment explaining
533 why the sleep cannot be big.
534 * gdb.base/attach3.c: New file.
535
536 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
537
538 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
539 prefix optional.
540
541 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
542
543 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
544 for remote host.
545
546 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
547 Hafiz Abid Qadeer <abidh@codesourcery.com>
548
549 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
550 file sent to remote host.
551 (top level): Allow int32_t as type of 32-bit register.
552
553 2020-06-19 Tom de Vries <tdevries@suse.de>
554
555 * lib/gdb.exp (gdb_note): New proc.
556 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
557 (gdb_default_target_compile): ... here. Only call
558 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
559 (use_gdb_compile): Change to array.
560 (toplevel): Update sets of use_gdb_compile to specify language.
561 Warn about default_target_compile override. Store dejagnu's version
562 of default_target_compile in dejagnu_default_target_compile.
563
564 2020-06-18 Tom de Vries <tdevries@suse.de>
565
566 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
567 (default_gdb_init): ... here.
568
569 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
570
571 Fix TUI support checks in gdb.tui tests.
572
573 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
574 just say UNSUPPORTED.
575 * gdb.tui/corefile-run.exp: Likewise.
576 * gdb.tui/empty.exp: Likewise.
577 * gdb.tui/list-before.exp: Likewise.
578 * gdb.tui/list.exp: Likewise.
579 * gdb.tui/main.exp: Likewise.
580 * gdb.tui/regs.exp: Likewise.
581 * gdb.tui/resize.exp: Likewise.
582 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
583 * gdb.tui/tui-layout-asm.exp: Likewise.
584 * gdb.tui/tui-missing-src.exp: Likewise.
585 * gdb.tui/winheight.exp: Likewise.
586 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
587
588 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
589
590 Fix TCL error in gdb.python/py-format-string.exp.
591
592 * gdb.python/py-format-string.exp: Move test for python support
593 earlier, out of function body.
594
595 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
596
597 * gdb.base/index-cache-load-twice.c: New.
598 * gdb.base/index-cache-load-twice.exp: New.
599
600 2020-06-17 Keith Seitz <keiths@redhat.com>
601
602 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
603 when executing "gdb --configuration".
604
605 2020-06-17 Tom de Vries <tdevries@suse.de>
606
607 * lib/gdb.exp (gdb_tcl_unknown): New proc.
608 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
609 conditional on presence of gdb_tcl_unknown.
610 (gdb_finish): Make override undo conditional on presence of
611 gdb_tcl_unknown.
612
613 2020-06-16 Tom Tromey <tom@tromey.com>
614
615 * gdb.python/tui-window.py (failwin): New function. Register it
616 as a TUI window type.
617 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
618
619 2020-06-16 Gary Benson <gbenson@redhat.com>
620
621 * gdb.python/py-nested-maps.c (create_map): Add missing return
622 value.
623 (create_map_map): Likewise.
624
625 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
626
627 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
628 variable.
629 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
630 and use the already-defined 'options' variable.
631
632 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
633 Tom de Vries <tdevries@suse.de>
634
635 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
636 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
637 (gdb_setup_known_globals): New proc.
638 (gdb_cleanup_globals): New proc.
639 * lib/gdb.exp (load_lib): New override proc.
640 (gdb_stdin_log_init): Set var in_file as persistent global.
641 * lib/pascal.exp (gdb_stdin_log_init): Set vars
642 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
643 fpc_compiler as persistent global.
644
645 2020-06-12 Tom de Vries <tdevries@suse.de>
646
647 * lib/tuiterm.exp (spawn): Rename to ...
648 (tui_spawn): ... this.
649 (toplevel): Move rename of spawn ...
650 (gdb_init_tuiterm): ... here. New proc.
651 (gdb_finish_tuiterm): New proc.
652 * lib/gdb.exp (gdb_finish_hooks): New global var.
653 (gdb_finish): Handle gdb_finish_hooks.
654 (tuiterm_env): New proc.
655 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
656 tuiterm_env.
657 * gdb.tui/basic.exp: Same.
658 * gdb.tui/corefile-run.exp: Same.
659 * gdb.tui/empty.exp: Same.
660 * gdb.tui/list-before.exp: Same.
661 * gdb.tui/list.exp: Same.
662 * gdb.tui/main.exp: Same.
663 * gdb.tui/new-layout.exp: Same.
664 * gdb.tui/regs.exp: Same.
665 * gdb.tui/resize.exp: Same.
666 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
667 * gdb.tui/tui-layout-asm.exp: Same.
668 * gdb.tui/tui-missing-src.exp: Same.
669 * gdb.tui/winheight.exp: Same.
670
671 2020-06-12 Tom de Vries <tdevries@suse.de>
672
673 PR testsuite/26110
674 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
675 (gdb_finish): Reinstall dejagnu's override of ::unknown.
676
677 2020-06-11 Tom Tromey <tom@tromey.com>
678
679 PR gdb/18318:
680 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
681 floating point tests.
682
683 2020-06-11 Keith Seitz <keiths@redhat.com>
684
685 PR gdb/21356
686 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
687 vla_struct.
688 Add new struct vla_typedef and union vla_typedef_union and
689 corresponding instantiation objects.
690 Initialize new objects.
691 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
692 and vla_typedef_union_object.
693 Fixup type for vla_struct_object.
694
695 2020-06-11 Tom de Vries <tdevries@suse.de>
696
697 * lib/gdb.exp (with_override): New proc, factored out of ...
698 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
699
700 2020-06-10 Tom de Vries <tdevries@suse.de>
701
702 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
703
704 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
705
706 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
707 parameter, update callers.
708
709 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
710
711 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
712 * gdb.dwarf2/share-psymtabs-bt.c: New file.
713 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
714
715 2020-06-04 Tom de Vries <tdevries@suse.de>
716
717 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
718
719 2020-06-04 Tom de Vries <tdevries@suse.de>
720
721 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
722 exp_continue.
723
724 2020-06-04 Tom de Vries <tdevries@suse.de>
725
726 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
727
728 2020-06-03 Tom de Vries <tdevries@suse.de>
729
730 PR symtab/26046
731 * gdb.cp/breakpoint-locs-2.cc: New test.
732 * gdb.cp/breakpoint-locs.cc: New test.
733 * gdb.cp/breakpoint-locs.exp: New file.
734 * gdb.cp/breakpoint-locs.h: New test.
735
736 2020-06-03 Tom de Vries <tdevries@suse.de>
737
738 PR testsuite/25609
739 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
740 value of global verbose.
741 * gdb.base/jit-elf.exp: Same.
742 * gdb.base/jit-reader.exp: Same.
743
744 2020-06-02 Tom de Vries <tdevries@suse.de>
745
746 * gdb.dwarf2/multidictionary.exp: Don't use
747 gdb_spawn_with_cmdline_opts.
748
749 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
750
751 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
752 use_header case.
753 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
754 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
755 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
756 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
757 * gdb.dwarf2/dw2-inline-header.c: New file.
758 * gdb.dwarf2/dw2-inline-header.h: New file.
759
760 2020-05-30 Pedro Alves <palves@redhat.com>
761
762 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
763 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
764
765 2020-05-29 Gary Benson <gbenson@redhat.com>
766
767 * gdb.compile/compile-cplus.exp (additional_flags): Also
768 set when building with clang.
769 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
770 when building with clang.
771
772 2020-05-29 Gary Benson <gbenson@redhat.com>
773
774 * gdb.arch/i386-avx.exp (additional_flags): Also set when
775 building with clang.
776 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
777
778 2020-05-29 Gary Benson <gbenson@redhat.com>
779
780 * gdb.cp/koenig.exp (prepare_for_testing): Add
781 additional_flags=-Wno-unused-comparison.
782 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
783
784 2020-05-28 Gary Benson <gbenson@redhat.com>
785
786 * gdb.base/sigaltstack.c (catcher): Add default case to switch
787 statement.
788
789 2020-05-28 Gary Benson <gbenson@redhat.com>
790
791 * gdb.cp/classes.exp (prepare_for_testing): Add
792 additional_flags=-Wno-deprecated-register.
793 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
794 * gdb.cp/misc.exp: Likewise.
795
796 2020-05-28 Gary Benson <gbenson@redhat.com>
797
798 * gdb.linespec/cpls-ops.cc (dummy): New static global.
799 (test_op_new::operator new): Add return statement.
800 (test_op_new_array::operator new[]): Likewise.
801
802 2020-05-27 Pedro Alves <palves@redhat.com>
803
804 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
805 check. Use test_gdb_complete_unique instead of
806 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
807 test_gdb_complete_multiple instead of
808 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
809
810 2020-05-27 Luis Machado <luis.machado@linaro.org>
811
812 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
813 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
814 * gdb.arch/arm-disassembler-options.exp: Likewise.
815 * gdb.arch/arm-disp-step.exp: Likewise.
816 * gdb.arch/thumb-prologue.exp: Likewise.
817 * gdb.base/async.exp: Likewise.
818 * gdb.base/auxv.exp: Likewise.
819 * gdb.base/complex-parts.exp: Likewise.
820 * gdb.base/ena-dis-br.exp: Likewise.
821 * gdb.base/foll-exec.exp: Likewise.
822 * gdb.base/permissions.exp: Likewise.
823 * gdb.base/relocate.exp: Likewise.
824 * gdb.base/return2.exp: Likewise.
825 * gdb.base/sigbpt.exp: Likewise.
826 * gdb.base/siginfo-obj.exp: Likewise.
827 * gdb.cp/converts.exp: Likewise.
828 * gdb.cp/exceptprint.exp: Likewise.
829 * gdb.cp/inherit.exp: Likewise.
830 * gdb.cp/nsnoimports.exp: Likewise.
831 * gdb.cp/virtbase2.exp: Likewise.
832 * gdb.mi/mi-var-cmd.exp: Likewise.
833 * gdb.mi/var-cmd.c: Likewise.
834
835 2020-05-26 Tom Tromey <tromey@adacore.com>
836
837 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
838
839 2020-05-26 Tom Tromey <tromey@adacore.com>
840
841 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
842 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
843 type.
844 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
845 variable.
846
847 2020-05-26 Christian Biesinger <cbiesinger@google.com>
848
849 * Makefile.in: Use = instead of == for the test command
850 for portability.
851
852 2020-05-26 Tom de Vries <tdevries@suse.de>
853
854 * gdb.base/gold-gdb-index-2.c: New test.
855 * gdb.base/gold-gdb-index.c: New test.
856 * gdb.base/gold-gdb-index.exp: New file.
857 * gdb.base/gold-gdb-index.h: New test.
858
859 2020-05-25 Tom de Vries <tdevries@suse.de>
860
861 * boards/gold-gdb-index.exp: New file.
862
863 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
864
865 * boards/simavr.exp: New file.
866
867 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
868
869 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
870 * gdb.base/inferior-args.exp: New file.
871 * gdb.base/inferior-args.c: New file.
872
873 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
874
875 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
876 inferior_args. Pass it to gdb_reload.
877 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
878 inferior_args.
879 (gdb_reload): Add inferior_args argument.
880 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
881 pass it to gdbserver_run.
882 * boards/native-gdbserver.exp: Do not set noargs.
883 * boards/native-extended-gdbserver.exp (gdb_reload): Add
884 inferior_args argument.
885 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
886 * gdb.base/a2-run.exp: Check for use_gdb_stub.
887 * gdb.base/args.exp: Likewise.
888
889 2020-05-25 Tom de Vries <tdevries@suse.de>
890
891 * lib/gdb.exp (exec_is_pie): Add comment.
892
893 2020-05-25 Tom de Vries <tdevries@suse.de>
894
895 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
896 instead of $binfile in the untested message.
897
898 2020-05-25 Tom de Vries <tdevries@suse.de>
899
900 PR testsuite/26031
901 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
902
903 2020-05-25 Tom de Vries <tdevries@suse.de>
904
905 * boards/gold.exp: New file.
906
907 2020-05-23 Tom Tromey <tom@tromey.com>
908
909 * gdb.base/style.exp: Remove completion styling test.
910 * lib/gdb-utils.exp (style): Remove completion styles.
911
912 2020-05-23 Tom Tromey <tom@tromey.com>
913
914 * gdb.base/style.exp: Add completion styling test.
915 * lib/gdb-utils.exp (style): Add completion styles.
916
917 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
918
919 * gdb.base/annota1.exp: Update expected results.
920 * gdb.cp/annota2.exp: Update expected results, remove duplicate
921 test name.
922 * gdb.cp/annota3.exp: Update expected results.
923
924 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
925
926 PR gdb/26016
927 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
928 against MAP_FAILED.
929 * gdb.base/coremaker.c (mmapdata): Likewise.
930 * gdb.base/jit-reader-host.c (main): Likewise.
931 * gdb.base/sym-file-loader.c (load): Likewise.
932 (load_shlib): Likewise.
933
934 2020-05-20 Tom Tromey <tromey@adacore.com>
935
936 * gdb.ada/array_char_idx.exp: Recognize initialized array.
937
938 2020-05-20 Tom de Vries <tdevries@suse.de>
939
940 PR symtab/25833
941 * gdb.base/with-mf-inc.c: New test.
942 * gdb.base/with-mf-main.c: New test.
943 * gdb.base/with-mf.exp: New file.
944
945 2020-05-19 Tom Tromey <tromey@adacore.com>
946
947 * gdb.rust/simple.exp: Restore missing test result.
948
949 2020-05-19 Tom de Vries <tdevries@suse.de>
950
951 * gdb.base/gdb-caching-proc.exp: Fix typo.
952
953 2020-05-19 Tom Tromey <tromey@adacore.com>
954
955 * gdb.rust/simple.exp: Add some test descriptions.
956 (test_one_slice): Use with_test_prefix.
957
958 2020-05-18 Tom de Vries <tdevries@suse.de>
959
960 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
961
962 2020-05-17 Pedro Alves <palves@redhat.com>
963
964 PR gdb/25741
965 * gdb.base/hw-sw-break-same-address.exp: New file.
966
967 2020-05-16 Pedro Alves <palves@redhat.com>
968
969 * gdb.multi/multi-re-run.exp (test_re_run): Switch
970 LAST_LOADED_FILE accordingly.
971
972 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
973
974 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
975
976 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
977
978 * gdb.base/help.exp: Test apropos and help for commands
979 having aliases. Fixed comments not starting with an
980 upper-case letter or not finishing with a dot.
981
982 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
983
984 * gdb.base/alias.exp: Update help output check.
985
986 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
987
988 * gdb.base/default.exp: Update output following fixes.
989
990 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
991
992 * gdb.base/alias.exp: Test aliases starting with a prefix of
993 another alias.
994
995 2020-05-15 Gary Benson <gbenson@redhat.com>
996
997 * gdb.base/info-os.c (main): Add return statement.
998 * gdb.base/info_minsym.c (minsym_fun): Likewise.
999 * gdb.base/large-frame-2.c (func): Likewise.
1000 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1001 * gdb.base/pr10179-b.c (foo2): Likewise.
1002 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1003 * gdb.base/watch-cond.c (func): Likewise.
1004 * gdb.multi/goodbye.c (verylongfun): Likewise.
1005 * gdb.multi/hello.c (commonfun): Likewise.
1006 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1007 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1008 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1009 Likewise.
1010 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1011 * gdb.threads/interrupt-while-step-over.c (child_function):
1012 Likewise.
1013 * gdb.trace/actions-changed.c (end): Likewise.
1014
1015 2020-05-15 Gary Benson <gbenson@redhat.com>
1016
1017 * gdb.opencl/callfuncs.exp: Report when test skipped.
1018 * gdb.opencl/convs_casts.exp: Likewise.
1019 * gdb.opencl/datatypes.exp: Likewise.
1020 * gdb.opencl/operators.exp: Likewise.
1021 * gdb.opencl/vec_comps.exp: Likewise.
1022
1023 2020-05-15 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.base/align.exp.in: Rename to ...
1026 * gdb.base/align.exp.tcl: ... this.
1027 * gdb.base/align-c++.exp: Update.
1028 * gdb.base/align-c.exp: Update.
1029 * gdb.base/all-architectures.exp.in: Rename to ...
1030 * gdb.base/all-architectures.exp: ... this.
1031 * gdb.base/all-architectures-0.exp: Update.
1032 * gdb.base/all-architectures-1.exp: Update.
1033 * gdb.base/all-architectures-2.exp: Update.
1034 * gdb.base/all-architectures-3.exp: Update.
1035 * gdb.base/all-architectures-4.exp: Update.
1036 * gdb.base/all-architectures-5.exp: Update.
1037 * gdb.base/all-architectures-6.exp: Update.
1038 * gdb.base/all-architectures-7.exp: Update.
1039 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1040 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1041 * gdb.base/infcall-nested-structs-c++.exp: Update.
1042 * gdb.base/infcall-nested-structs-c.exp: Update.
1043 * gdb.base/info-types.exp.in: Rename to ...
1044 * gdb.base/info-types.exp.tcl: ... this.
1045 * gdb.base/info-types-c++.exp: Update.
1046 * gdb.base/info-types-c.exp: Update.
1047 * gdb.base/max-depth.exp.in: Rename to ...
1048 * gdb.base/max-depth.exp.tcl: ... this.
1049 * gdb.base/max-depth-c++.exp: Update.
1050 * gdb.base/max-depth-c.exp: Update.
1051 * gdb.cp/cpexprs.exp.in: Rename to ...
1052 * gdb.cp/cpexprs.exp.tcl: ... this.
1053 * gdb.cp/cpexprs-debug-types.exp: Update.
1054 * gdb.cp/cpexprs.exp: Update.
1055 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1056 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1057 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1058 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1059 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1060 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1061 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1062 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1063 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1064 * gdb.dwarf2/clang-debug-names.exp: Update.
1065
1066 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1067
1068 * lib/check-test-names.exp: Remove code that prevents this file
1069 loading when tests are run in parallel.
1070
1071 2020-05-15 Pedro Alves <palves@redhat.com>
1072
1073 * gdb.multi/multi-kill.exp (start_inferior): Remove
1074 'testpid' parameter. Refer to namespace variable directly.
1075 (testpid): Declare as namespace variable.
1076
1077 2020-05-15 Pedro Alves <palves@redhat.com>
1078
1079 * gdb.multi/multi-kill.exp: Wrap in namespace.
1080 (start_inferior): Add TESTPID parameter. Use it instead of the
1081 testpid global.
1082 (top level): Define empty TESTPID array, and pass it down to
1083 start_inferior.
1084
1085 2020-05-14 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1088 output.
1089
1090 2020-05-14 Tom de Vries <tdevries@suse.de>
1091
1092 * gdb.base/align.exp: Split into ...
1093 * gdb.base/align.exp.in: ...
1094 * gdb.base/align-c++.exp: ...
1095 * gdb.base/align-c.exp: ... these.
1096 * gdb.base/infcall-nested-structs.exp: Split into ...
1097 * gdb.base/infcall-nested-structs.exp.in: ...
1098 * gdb.base/infcall-nested-structs-c++.exp: ...
1099 * gdb.base/infcall-nested-structs-c.exp: ... these.
1100 * gdb.base/info-types.exp: Split into ...
1101 * gdb.base/info-types.exp.in: ...
1102 * gdb.base/info-types-c++.exp: ...
1103 * gdb.base/info-types-c.exp: ... these.
1104 * gdb.base/max-depth.exp: Split into ...
1105 * gdb.base/max-depth.exp.in: ...
1106 * gdb.base/max-depth-c++.exp: ...
1107 * gdb.base/max-depth-c.exp: ... these.
1108 * gdb.cp/infcall-nodebug.exp: Split into ...
1109 * gdb.cp/infcall-nodebug.exp.in: ...
1110 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1111 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1112 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1113 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1114
1115 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1116 Pedro Alves <palves@redhat.com>
1117
1118 * gdb.multi/multi-exit.c: New file.
1119 * gdb.multi/multi-exit.exp: New file.
1120 * gdb.multi/multi-kill.c: New file.
1121 * gdb.multi/multi-kill.exp: New file.
1122
1123 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1124
1125 * gdb.base/annota1.exp: Update the expected output.
1126 * gdb.cp/annota2.exp: Ditto.
1127
1128 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1129
1130 * lib/check-test-names.exp: Disable when testing is being run in
1131 parallel.
1132
1133 2020-05-12 Tom de Vries <tdevries@suse.de>
1134
1135 * gdb.base/jit-elf.exp: Fix string concat.
1136
1137 2020-05-12 Tom de Vries <tdevries@suse.de>
1138
1139 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1140 messages.
1141
1142 2020-05-12 Tom de Vries <tdevries@suse.de>
1143
1144 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1145
1146 2020-05-12 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1149 * gdb.ada/mi_catch_ex.exp: Same.
1150 * gdb.ada/mi_catch_ex_hand.exp: Same.
1151
1152 2020-05-12 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.fortran/complex.exp: Use with_test_prefix.
1155
1156 2020-05-12 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.trace/passcount.exp: Fix test-names.
1159
1160 2020-05-12 Tom de Vries <tdevries@suse.de>
1161
1162 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1163
1164 2020-05-12 Tom de Vries <tdevries@suse.de>
1165
1166 * gdb.gdb/complaints.exp: Use with_test_prefix.
1167 * gdb.xml/tdesc-regs.exp: Same.
1168 * gdb.opt/inline-locals.exp: Fix test name.
1169
1170 2020-05-12 Tom de Vries <tdevries@suse.de>
1171
1172 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1173 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1174 * gdb.dwarf2/implref-struct.exp: Same.
1175 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1176 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1177
1178 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1179
1180 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1181
1182 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1183
1184 * lib/check-test-names.exp (all_test_names): New module variable.
1185 (counts): Add 'duplicates' field.
1186 (_check_duplicates): New procedure.
1187 (check): Also check for duplicates.
1188 (do_log_summary): Print duplicates count.
1189 (do_reset_vars): Reset counter for duplicate test names, and
1190 discard all know test names.
1191
1192 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1193
1194 * lib/gdb.exp: Include check-test-names.exp library.
1195 * lib/check-test-names.exp: New file.
1196
1197 2020-05-11 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1200
1201 2020-05-11 Keith Seitz <keiths@redhat.com>
1202
1203 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1204
1205 2020-05-11 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1208 * gdb.cp/cpexprs.exp.in: .. here.
1209 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1210 cpexprs.exp.
1211
1212 2020-05-11 Keith Seitz <keiths@redhat.com>
1213
1214 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1215 test names.
1216 * gdb.ada/arrayptr.exp: Likewise.
1217 * gdb.ada/assign_arr.exp: Likewise.
1218 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1219 * gdb.ada/bp_on_var.exp: Likewise.
1220 * gdb.ada/call_pn.exp: Likewise.
1221 * gdb.ada/complete.exp: Likewise.
1222 * gdb.ada/fun_overload_menu.exp: Likewise.
1223 * gdb.ada/funcall_param.exp: Likewise.
1224 * gdb.ada/funcall_ref.exp: Likewise.
1225 * gdb.ada/packed_array_assign.exp: Likewise.
1226 * gdb.ada/same_component_name.exp: Likewise.
1227 * gdb.ada/type_coercion.exp: Likewise.
1228 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1229 * gdb.ada/variant_record_packed_array.exp: Likewise.
1230
1231 2020-05-11 Tom de Vries <tdevries@suse.de>
1232
1233 PR symtab/25941
1234 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1235 out of ...
1236 * gdb.dwarf2/clang-debug-names.exp: ... here.
1237 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1238 clang-debug-names.exp.in.
1239 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1240 * gdb.dwarf2/clang-debug-names-2.c: New test.
1241
1242 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1243
1244 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1245 (fortran_runto_main): New Proc, fortran version of runto_main.
1246 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1247 * gdb.fortran/array-bounds.exp: Likewise.
1248 * gdb.fortran/array-slices.exp: Likewise.
1249 * gdb.fortran/block-data.exp: Likewise.
1250 * gdb.fortran/charset.exp: Likewise.
1251 * gdb.fortran/common-block.exp: Likewise.
1252 * gdb.fortran/complex.exp: Likewise.
1253 * gdb.fortran/derived-type-function.exp: Likewise.
1254 * gdb.fortran/derived-type.exp: Likewise.
1255 * gdb.fortran/info-modules.exp: Likewise.
1256 * gdb.fortran/info-types.exp: Likewise.
1257 * gdb.fortran/intrinsics.exp: Likewise.
1258 * gdb.fortran/library-module.exp: Likewise.
1259 * gdb.fortran/logical.exp: Likewise.
1260 * gdb.fortran/max-depth.exp: Likewise.
1261 * gdb.fortran/module.exp: Likewise.
1262 * gdb.fortran/multi-dim.exp: Likewise.
1263 * gdb.fortran/nested-funcs.exp: Likewise.
1264 * gdb.fortran/print-formatted.exp: Likewise.
1265 * gdb.fortran/print_type.exp: Likewise.
1266 * gdb.fortran/printing-types.exp: Likewise.
1267 * gdb.fortran/ptr-indentation.exp: Likewise.
1268 * gdb.fortran/ptype-on-functions.exp: Likewise.
1269 * gdb.fortran/subarray.exp: Likewise.
1270 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1271 * gdb.fortran/vla-datatypes.exp: Likewise.
1272 * gdb.fortran/vla-history.exp: Likewise.
1273 * gdb.fortran/vla-ptr-info.exp: Likewise.
1274 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1275 * gdb.fortran/vla-ptype.exp: Likewise.
1276 * gdb.fortran/vla-sizeof.exp: Likewise.
1277 * gdb.fortran/vla-type.exp: Likewise.
1278 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1279 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1280 * gdb.fortran/vla-value-sub.exp: Likewise.
1281 * gdb.fortran/vla-value.exp: Likewise.
1282 * gdb.fortran/whatis_type.exp: Likewise.
1283 * gdb.mi/mi-var-child-f.exp: Likewise.
1284
1285 2020-05-09 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1288
1289 2020-05-08 Tom de Vries <tdevries@suse.de>
1290
1291 * gdb.dwarf2/clang-debug-names.c: New test.
1292 * gdb.dwarf2/clang-debug-names.exp: New file.
1293
1294 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1295
1296 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1297 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1298
1299 2020-05-06 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1302 breakpoint is at a "recommended breakpoint location".
1303 * gdb.reverse/consecutive-reverse.exp: Same.
1304
1305 2020-05-06 Tom de Vries <tdevries@suse.de>
1306
1307 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1308 address.
1309
1310 2020-05-06 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1313
1314 2020-05-06 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1317 info for r.
1318
1319 2020-05-06 Tom de Vries <tdevries@suse.de>
1320
1321 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1322 necessary.
1323
1324 2020-05-06 Tom de Vries <tdevries@suse.de>
1325
1326 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1327 void.
1328
1329 2020-05-06 Tom de Vries <tdevries@suse.de>
1330
1331 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1332 of ...
1333 * gdb.base/async.exp: ... here.
1334 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1335 "recommended breakpoint location".
1336
1337 2020-05-06 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1340
1341 2020-05-04 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.base/async.exp: Check whether instruction addresses are a
1344 "recommended breakpoint location".
1345
1346 2020-05-03 Tom Tromey <tom@tromey.com>
1347
1348 * gdb.base/sepdebug.exp: Remove "catch" test.
1349 * gdb.base/break.exp: Remove "catch" test.
1350 * gdb.base/default.exp: Update expected output.
1351
1352 2020-05-02 Tom de Vries <tdevries@suse.de>
1353
1354 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1355 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1356 * gdb.arch/i386-mpx-map.exp: Same.
1357 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1358 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1359 * gdb.arch/i386-mpx.exp: Same.
1360
1361 2020-05-02 Tom de Vries <tdevries@suse.de>
1362
1363 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1364
1365 2020-05-01 Tom de Vries <tdevries@suse.de>
1366
1367 * gdb.ada/operator_bp.exp: Allow more than required amount of
1368 breakpoint.
1369
1370 2020-05-01 Tom de Vries <tdevries@suse.de>
1371
1372 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1373
1374 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1375
1376 PR gdb/18706
1377 * gdb.cp/stub-array-size.cc: New test.
1378 * gdb.cp/stub-array-size.exp: New file.
1379 * gdb.cp/stub-array-size.h: New test.
1380 * gdb.cp/stub-array-size2.cc: New test.
1381
1382 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1383
1384 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1385 output to the new format.
1386
1387 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1388
1389 * gdb.base/break.exp: Use with_test_prefix.
1390
1391 2020-04-29 Tom de Vries <tdevries@suse.de>
1392
1393 * lib/gdb.exp (debug_types): New proc.
1394 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1395 * gdb.python/py-symtab.exp: Same.
1396
1397 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1398
1399 PR gdb/17320
1400 * gdb.base/pretty-array.c: New test.
1401 * gdb.base/pretty-array.exp: New file.
1402
1403 2020-04-29 Tom de Vries <tdevries@suse.de>
1404
1405 PR symtab/25889
1406 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1407 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1408 and include cpexprs.exp.
1409
1410 2020-04-28 Mark Williams <mark@myosotissp.com>
1411
1412 PR gdb/24480
1413 * dw4-toplevel-types.exp: Test for top level types.
1414 * dw4-toplevel-types.cc: Test for top level types.
1415
1416 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1417
1418 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1419 (theads -> threads).
1420
1421 2020-04-28 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1424
1425 2020-04-28 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1428
1429 2020-04-28 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1432
1433 2020-04-28 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.dwarf2/main-foo.c: New test.
1436 * gdb.dwarf2/struct-with-sig.exp: New file.
1437
1438 2020-04-25 Tom de Vries <tdevries@suse.de>
1439
1440 * boards/debug-types.exp: New file.
1441
1442 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1443
1444 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1445
1446 2020-04-24 Tom Tromey <tom@tromey.com>
1447
1448 PR symtab/12707:
1449 * gdb.python/py-symbol.exp: Update expected results for
1450 linkage_name test.
1451 * gdb.cp/print-demangle.exp: New file.
1452 * gdb.base/c-linkage-name.exp: Fix test.
1453 * gdb.guile/scm-symbol.exp: Update expected results for
1454 linkage_name test.
1455
1456 2020-04-24 Tom Tromey <tom@tromey.com>
1457
1458 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1459 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1460 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1461 assembler.
1462
1463 2020-04-24 Tom de Vries <tdevries@suse.de>
1464
1465 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1466 C++.
1467
1468 2020-04-24 Tom Tromey <tromey@adacore.com>
1469
1470 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1471 values.
1472 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1473 values. Update test for minimal encodings.
1474 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1475 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1476 values. Update test for minimal encodings.
1477
1478 2020-04-24 Tom Tromey <tromey@adacore.com>
1479
1480 PR python/23662:
1481 * gdb.ada/variant.exp: Add Python checks.
1482 * gdb.rust/simple.exp: Add dynamic type checks.
1483
1484 2020-04-24 Tom Tromey <tromey@adacore.com>
1485
1486 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1487 Make array type matching more lax.
1488 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1489 * gdb.ada/mi_variant.exp: New file.
1490 * gdb.ada/mi_variant/pck.ads: New file.
1491 * gdb.ada/mi_variant/pkg.adb: New file.
1492 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1493 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1494
1495 2020-04-24 Tom Tromey <tromey@adacore.com>
1496
1497 * gdb.ada/variant.exp: Add dynamic field offset tests.
1498 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1499 * gdb.ada/variant/pkg.adb: Add new variables.
1500
1501 2020-04-24 Tom Tromey <tromey@adacore.com>
1502
1503 * gdb.ada/variant.exp: New file
1504 * gdb.ada/variant/pkg.adb: New file
1505 * gdb.ada/variant/pck.adb: New file
1506
1507 2020-04-24 Tom de Vries <tdevries@suse.de>
1508
1509 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1510
1511 2020-04-24 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1514 flags.
1515
1516 2020-04-24 Tom de Vries <tdevries@suse.de>
1517
1518 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1519
1520 2020-04-24 Tom de Vries <tdevries@suse.de>
1521
1522 * lib/gdb.exp (default_gdb_start): Handle eof.
1523 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1524 failure.
1525 * gdb.base/readnever.exp: Handle clean_restart failure.
1526
1527 2020-04-23 Tom de Vries <tdevries@suse.de>
1528
1529 * gdb.base/decl-before-def.exp: Run to main and print a again.
1530
1531 2020-04-23 Tom de Vries <tdevries@suse.de>
1532
1533 * gdb.base/decl-before-def-decl.c: New test.
1534 * gdb.base/decl-before-def-def.c: New test.
1535 * gdb.base/decl-before-def.exp: New file.
1536
1537 2020-04-23 Tom de Vries <tdevries@suse.de>
1538
1539 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1540
1541 2020-04-22 Tom de Vries <tdevries@suse.de>
1542
1543 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1544 debug_info_offset.
1545 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1546 before $objsfile in the line line.
1547
1548 2020-04-22 Tom de Vries <tdevries@suse.de>
1549
1550 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1551
1552 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1553
1554 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1555 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1556 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1557 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1558 * gdb.base/jit-protocol.h: Update definitions to match all usage
1559 contexts.
1560
1561 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1562
1563 * gdb.base: Rename all jit related test and source files.
1564
1565 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1566
1567 * gdb.base/jit-reader.exp: Relax register output check.
1568
1569 2020-04-22 Tom de Vries <tdevries@suse.de>
1570
1571 PR symtab/25764
1572 * gdb.base/psym-external-decl-2.c: New test.
1573 * gdb.base/psym-external-decl.c: New test.
1574 * gdb.base/psym-external-decl.exp: New file.
1575 * gdb.threads/tls.exp: Add PR25807 kfail.
1576
1577 2020-04-22 Tom de Vries <tdevries@suse.de>
1578
1579 PR symtab/25801
1580 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1581 in "info source" output.
1582
1583 2020-04-22 Tom de Vries <tdevries@suse.de>
1584
1585 PR symtab/25700
1586 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1587 symtab for imported_unit.c.
1588
1589 2020-04-21 Gary Benson <gbenson@redhat.com>
1590
1591 * gdb.base/advance.c (func): New argument, to match call site.
1592 (func2, func3): Add return statements.
1593
1594 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1595
1596 * gdb.multi/run-only-second-inf.c: New file.
1597 * gdb.multi/run-only-second-inf.exp: New file.
1598
1599 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1600
1601 * gdb.btrace/multi-inferior.c: New test.
1602 * gdb.btrace/multi-inferior.exp: New file.
1603
1604 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1605
1606 * gdb.btrace/enable-new-thread.c: New test.
1607 * gdb.btrace/enable-new-thread.exp: New file.
1608
1609 2020-04-21 Tom de Vries <tdevries@suse.de>
1610
1611 PR gdb/25471
1612 * gdb.threads/killed-outside.c: New test.
1613 * gdb.threads/killed-outside.exp: New file.
1614
1615 2020-04-20 Gary Benson <gbenson@redhat.com>
1616
1617 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1618 * gdb.base/nested-subp2.exp: Likewise.
1619 * gdb.base/nested-subp3.exp: Likewise.
1620
1621 2020-04-20 Gary Benson <gbenson@redhat.com>
1622
1623 * gdb.base/nested-subp1.exp: Disable test when using clang.
1624 * gdb.base/nested-subp2.exp: Likewise.
1625 * gdb.base/nested-subp3.exp: Likewise.
1626
1627 2020-04-20 Gary Benson <gbenson@redhat.com>
1628
1629 * gdb.cp/exception.cc: Fix compilation error with clang.
1630
1631 2020-04-20 Gary Benson <gbenson@redhat.com>
1632
1633 * gdb.trace/tspeed.c: Fix compilation error with clang.
1634
1635 2020-04-20 Gary Benson <gbenson@redhat.com>
1636
1637 * gdb.base/jit-main.c: Fix compilation error with clang.
1638
1639 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1640
1641 * gdb.base/attach-twice.c: Include "sys/types.h".
1642 (PTRACE_ATTACH): Add fallback definition.
1643 (main): Pass `0' to the 4th argument of `ptrace'.
1644
1645 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1646
1647 * gdb.base/fork-running-state.c: Include "signal.h".
1648
1649 2020-04-17 Tom Tromey <tromey@adacore.com>
1650
1651 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1652 Update tests.
1653 * gdb.btrace/cpu.exp: Update tests.
1654 * gdb.base/maint.exp: Update tests.
1655 * gdb.base/default.exp: Update tests.
1656 * gdb.base/completion.exp: Update tests.
1657
1658 2020-04-16 Tom de Vries <tdevries@suse.de>
1659
1660 PR symtab/25791
1661 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1662 (ensure_gdb_index): and factor out and move ...
1663 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1664 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1665
1666 2020-04-16 Tom de Vries <tdevries@suse.de>
1667
1668 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1669 loading exec.
1670
1671 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1672
1673 * gdb.base/many-completions.exp: New file.
1674
1675 2020-04-14 Tom de Vries <tdevries@suse.de>
1676
1677 PR symtab/25718
1678 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1679
1680 2020-04-14 Tom de Vries <tdevries@suse.de>
1681
1682 PR symtab/25720
1683 * gdb.base/maint-expand-symbols-header-file.c: New test.
1684 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1685 * gdb.base/maint-expand-symbols-header-file.h: New test.
1686
1687 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1688
1689 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1690 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1691 get_func_info.
1692 (get_func_info): Delete.
1693 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1694 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1695 * lib/dwarf.exp (get_func_info): New function.
1696
1697 2020-04-13 Tom de Vries <tdevries@suse.de>
1698
1699 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1700 to what find_gnatmake does.
1701
1702 2020-04-10 Tom de Vries <tdevries@suse.de>
1703
1704 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1705 -readnow.
1706
1707 2020-04-10 Tom de Vries <tdevries@suse.de>
1708
1709 PR cli/25808
1710 * gdb.base/style.c: Add leading newlines.
1711 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1712 Check listing of main's one-line body.
1713
1714 2020-04-08 Tom de Vries <tdevries@suse.de>
1715
1716 * lib/gdb.exp (psymtabs_p): New proc.
1717 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1718 importing unit" unsupported if there are no partial symbols.
1719
1720 2020-04-08 Tom de Vries <tdevries@suse.de>
1721
1722 PR testsuite/25760
1723 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1724
1725 2020-04-07 Tom de Vries <tdevries@suse.de>
1726
1727 PR symtab/25796
1728 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1729
1730 2020-04-07 Tom de Vries <tdevries@suse.de>
1731
1732 * gdb.base/check-psymtab.c: New test.
1733 * gdb.base/check-psymtab.exp: New file.
1734
1735 2020-04-06 Tom Tromey <tromey@adacore.com>
1736
1737 * gdb.ada/variant-record/proc.adb: New file.
1738 * gdb.ada/variant-record/value.adb: New file.
1739 * gdb.ada/variant-record/value.s: New file.
1740 * gdb.ada/variant-record.exp: New file.
1741
1742 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1743
1744 PR gdb/25325
1745 * gdb.cp/typed-enum.cc: New test.
1746 * gdb.cp/typed-enum.exp: New file.
1747
1748 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1749
1750 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1751 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1752 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1753 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1754 * gdb.opt/inline-small-func.c: New file.
1755 * gdb.opt/inline-small-func.exp: New file.
1756 * gdb.opt/inline-small-func.h: New file.
1757
1758 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1759
1760 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1761 function.
1762
1763 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1764
1765 * lib/dwarf.exp (function_range): Allow compiler options to be
1766 specified.
1767
1768 2020-04-02 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1771 __attribute__((always_inline)).
1772 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1773
1774 2020-04-02 Tom de Vries <tdevries@suse.de>
1775
1776 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1777 (gdbserver_gdb_exit): ... here. Add timeout warning.
1778 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1779 (connect_target_extended_remote): Append new server_spawn_id to
1780 server_spawn_ids.
1781 (cleanup): New proc.
1782 (setup, <toplevel>): Call cleanup.
1783
1784 2020-04-02 Tom de Vries <tdevries@suse.de>
1785
1786 * gdb.base/main-psymtab.exp: New file.
1787
1788 2020-04-02 Tom de Vries <tdevries@suse.de>
1789
1790 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1791
1792 2020-04-01 Tom Tromey <tom@tromey.com>
1793
1794 * gdb.base/complex-parts.exp: Add type tests.
1795
1796 2020-04-01 Tom Tromey <tom@tromey.com>
1797
1798 * gdb.base/complex-parts.exp: Add arithmetic tests.
1799
1800 2020-04-01 Tom Tromey <tom@tromey.com>
1801
1802 * gdb.compile/compile.exp: Update.
1803 * gdb.compile/compile-cplus.exp: Update.
1804 * gdb.base/varargs.exp: Update.
1805 * gdb.base/floatn.exp: Update.
1806 * gdb.base/endianity.exp: Update.
1807 * gdb.base/callfuncs.exp (do_function_calls): Update.
1808 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1809 (complex_float_integral_args): Update.
1810 * gdb.base/complex.exp: Update.
1811 * gdb.base/complex-parts.exp: Update.
1812
1813 2020-04-01 Tom Tromey <tromey@adacore.com>
1814
1815 * gdb.rust/union.rs: New file.
1816 * gdb.rust/union.exp: New file.
1817 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1818 (main): Update.
1819 * gdb.rust/simple.exp: Move union tests to union.exp.
1820
1821 2020-04-01 Tom Tromey <tromey@adacore.com>
1822
1823 * gdb.rust/simple.rs (main): Remove "y0".
1824
1825 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1826
1827 * gdb.multi/stop-all-on-exit.c: New test.
1828 * gdb.multi/stop-all-on-exit.exp: New file.
1829
1830 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1831
1832 PR gdb/24789
1833 * gdb.cp/misc.cc: Add integer reference variable.
1834 * gdb.cp/misc.exp: Add test.
1835
1836 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1837
1838 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1839 scenario to cover execution until the end and also the case
1840
1841 2020-03-31 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1844 c. Use "maint info symtabs" to check symtab expansion.
1845
1846 2020-03-30 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1849 unsupported.
1850 (verify_psymtab_expanded): Move ...
1851 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1852 test.
1853 (readnow): New proc.
1854
1855 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1858 with $hex.
1859
1860 2020-03-20 Tom Tromey <tromey@adacore.com>
1861
1862 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1863
1864 2020-03-20 Tom Tromey <tromey@adacore.com>
1865
1866 * gdb.ada/sub_variant/subv.adb: New file.
1867 * gdb.ada/sub_variant.exp: New file.
1868
1869 2020-03-20 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1872 first break fails.
1873 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1874
1875 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1876
1877 * gdb.server/exit-multiple-threads.c: New file.
1878 * gdb.server/exit-multiple-threads.exp: New file.
1879
1880 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1881
1882 * gdb.fortran/mixed-lang-stack.c: New file.
1883 * gdb.fortran/mixed-lang-stack.cpp: New file.
1884 * gdb.fortran/mixed-lang-stack.exp: New file.
1885 * gdb.fortran/mixed-lang-stack.f90: New file.
1886
1887 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1888
1889 * gdb.linespec/cp-completion-aliases.cc: New file.
1890 * gdb.linespec/cp-completion-aliases.exp: New file.
1891
1892 2020-03-19 Tom de Vries <tdevries@suse.de>
1893
1894 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1895 more precise.
1896
1897 2020-03-18 Tom de Vries <tdevries@suse.de>
1898
1899 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1900 * gdb.dwarf2/break-inline-psymtab.c: New test.
1901 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1902
1903 2020-03-16 Tom de Vries <tdevries@suse.de>
1904
1905 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1906 cache_verify and cache_verify_proc.
1907
1908 2020-03-15 Tom de Vries <tdevries@suse.de>
1909
1910 * gdb.server/solib-list.exp: Handle
1911 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1912
1913 2020-03-15 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1916 objfiles".
1917
1918 2020-03-14 Tom Tromey <tom@tromey.com>
1919
1920 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1921
1922 2020-03-14 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1925
1926 2020-03-14 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1929 result in line-by-line fashion.
1930
1931 2020-03-14 Tom de Vries <tdevries@suse.de>
1932
1933 * lib/gdb.exp (supports_statement_frontiers): New proc.
1934 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1935
1936 2020-03-14 Tom de Vries <tdevries@suse.de>
1937
1938 * gdb.base/printcmds.exp: Add missing quoting for "print
1939 teststring2".
1940
1941 2020-03-13 Tom Tromey <tom@tromey.com>
1942
1943 * gdb.base/printcmds.exp (test_print_strings): Add regression
1944 test.
1945 * gdb.base/printcmds.c (charptr): New typedef.
1946 (teststring2): New global.
1947
1948 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1949
1950 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1951 full path in the test name.
1952 (test_ld): Add some with_test_prefix blocks to make test names
1953 unique.
1954
1955 2020-03-13 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1958
1959 2020-03-13 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1962
1963 2020-03-13 Tom de Vries <tdevries@suse.de>
1964
1965 PR symtab/25646
1966 * gdb.dwarf2/imported-unit.exp: Add test.
1967
1968 2020-03-13 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1971 (var1, var2): New variable.
1972 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1973 matching symbols.
1974
1975 2020-03-13 Tom de Vries <tdevries@suse.de>
1976
1977 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1978 (Term::command): Use prompt prefix.
1979 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1980 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1981 command_no_prompt_prefix instead of prefix.
1982 * gdb.tui/tui-layout-asm.exp: Same.
1983
1984 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1985
1986 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1987
1988 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1989
1990 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1991 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1992 on" while stepping over the test instruction, match printed
1993 message.
1994
1995 2020-03-12 Tom de Vries <tdevries@suse.de>
1996
1997 * gdb.base/info-types.exp: Use exp_continue during matching of output
1998 of "info types".
1999
2000 2020-03-12 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2003
2004 2020-03-12 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.fortran/module.exp: Use exp_continue during matching of output
2007 of "info variable -n".
2008
2009 2020-03-12 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2012 gdb.dwarf2/dw2-ranges-base.c.
2013
2014 2020-03-12 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2017 in presence of GLIBC debuginfo.
2018
2019 2020-03-12 Tom de Vries <tdevries@suse.de>
2020
2021 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2022 $core.
2023
2024 2020-03-12 Tom de Vries <tdevries@suse.de>
2025
2026 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2027 more precise.
2028
2029 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2030
2031 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2032 from Unix to Windows path.
2033
2034 2020-03-11 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.ada/minsyms.exp: Set language to ada.
2037
2038 2020-03-11 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2041
2042 2020-03-11 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2045
2046 2020-03-11 Tom Tromey <tromey@adacore.com>
2047
2048 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2049
2050 2020-03-11 Tom de Vries <tdevries@suse.de>
2051
2052 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2053
2054 2020-03-11 Tom de Vries <tdevries@suse.de>
2055
2056 * gdb.base/break-interp.exp: Limit verbose scope.
2057
2058 2020-03-11 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.fortran/logical.f90: Define variable with character type.
2061 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2062
2063 2020-03-11 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2066
2067 2020-03-11 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2070 symtabs.
2071
2072 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2073 Bernd Edlinger <bernd.edlinger@hotmail.de>
2074
2075 * gdb.cp/step-and-next-inline.cc: New file.
2076 * gdb.cp/step-and-next-inline.exp: New file.
2077 * gdb.cp/step-and-next-inline.h: New file.
2078 * gdb.dwarf2/dw2-is-stmt.c: New file.
2079 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2080 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2081 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2082 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2083
2084 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2085
2086 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2087 is-stmt flag in the line table.
2088
2089 2020-03-09 Tom de Vries <tdevries@suse.de>
2090
2091 * lib/gdb.exp (cached_file): Create cache dir.
2092
2093 2020-03-07 Tom de Vries <tdevries@suse.de>
2094
2095 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2096 * gdb.cp/rvalue-ref-params.exp: Same.
2097
2098 2020-03-06 Tom de Vries <tdevries@suse.de>
2099
2100 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2101 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2102
2103 2020-03-06 Tom de Vries <tdevries@suse.de>
2104
2105 * README: Fix "the the".
2106 * gdb.base/dprintf.exp: Same.
2107
2108 2020-03-05 Tom de Vries <tdevries@suse.de>
2109
2110 * gdb.base/maint.exp: Update "main print statistics" expected output.
2111
2112 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2113
2114 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2115 (fortran_int8): Likewise.
2116 (fortran_real4): Likewise.
2117 (fortran_real8): Likewise.
2118 (fortran_complex4): Likewise.
2119 (fortran_logical4): Likewise.
2120 (fortran_character1): Likewise.
2121
2122 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2125 printed as true.
2126
2127 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2128
2129 * gdb.base/printcmds.exp: Add test to verify printf of a
2130 variable holding an address.
2131
2132 2020-03-03 Tom de Vries <tdevries@suse.de>
2133
2134 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2135
2136 2020-03-03 Tom de Vries <tdevries@suse.de>
2137
2138 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2139 gdb_test_multiple call.
2140
2141 2020-03-03 Tom de Vries <tdevries@suse.de>
2142
2143 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2144 gdb_test_multiple calls.
2145
2146 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2147
2148 * gdb.base/default.exp: Remove test of 'set history filename'.
2149 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2150 filename to the empty string.
2151 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2152 and GDBHISTSIZE.
2153
2154 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2155
2156 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2157 disabled.
2158
2159 2020-03-02 Pedro Alves <palves@redhat.com>
2160 Tom de Vries <tdevries@suse.de>
2161
2162 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2163 -prompt prefix, before user_code argument. Add -lbl option likewise.
2164 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2165 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2166 argument.
2167 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2168 have "\r\n" at start-of-line, instead of at end-of-line.
2169
2170 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2171
2172 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2173 libinproctrace.so.
2174
2175 2020-02-28 Luis Machado <luis.machado@linaro.org>
2176
2177 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2178 to "p/x".
2179
2180 2020-02-28 Luis Machado <luis.machado@linaro.org>
2181
2182 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2183 asm/ptrace.h and error.h.
2184
2185 2020-02-28 Tom de Vries <tdevries@suse.de>
2186
2187 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2188 (struct wrapper, do_something, mundane/symada__cS): Move ...
2189 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2190 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2191 Update "print symada__cS before partial symtab expansion" regexp.
2192 Update breakpoint location. Flush symbol cache after expansion.
2193
2194 2020-02-28 Luis Machado <luis.machado@linaro.org>
2195
2196 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2197
2198 2020-02-27 Tom de Vries <tdevries@suse.de>
2199
2200 * config/sid.exp: Remove unused globals.
2201 * gdb.base/attach.exp: Same.
2202 * gdb.base/catch-load.exp: Same.
2203 * gdb.base/dbx.exp: Same.
2204 * lib/gdb.exp: Same.
2205 * lib/mi-support.exp: Same.
2206 * lib/prompt.exp: Same.
2207
2208 2020-02-27 Tom de Vries <tdevries@suse.de>
2209
2210 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2211 not set.
2212
2213 2020-02-26 Aaron Merey <amerey@redhat.com>
2214
2215 * gdb.debuginfod: New directory for debuginfod tests.
2216 * gdb.debuginfod/main.c: New test file.
2217 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2218
2219 2020-02-26 Tom de Vries <tdevries@suse.de>
2220
2221 PR gdb/25603
2222 * gdb.base/persistent-lang.cc: New test.
2223 * gdb.base/persistent-lang.exp: New file.
2224
2225 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2226
2227 * gdb.fortran/derived-type-striding.exp: Add a new test.
2228 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2229 new test.
2230
2231 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2234 names.
2235
2236 2020-02-25 Tom de Vries <tdevries@suse.de>
2237
2238 PR go/18926
2239 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2240
2241 2020-02-24 Tom de Vries <tdevries@suse.de>
2242
2243 PR gdb/25592
2244 * gdb.base/info-locals-unused-static-var.c: New test.
2245 * gdb.base/info-locals-unused-static-var.exp: New file.
2246
2247 2020-02-22 Tom Tromey <tom@tromey.com>
2248
2249 * gdb.python/tui-window.exp: New file.
2250 * gdb.python/tui-window.py: New file.
2251
2252 2020-02-22 Tom Tromey <tom@tromey.com>
2253
2254 PR tui/17850:
2255 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2256 tests.
2257
2258 2020-02-22 Tom Tromey <tom@tromey.com>
2259
2260 * gdb.tui/new-layout.exp: Add sub-layout tests.
2261
2262 2020-02-22 Tom Tromey <tom@tromey.com>
2263
2264 * gdb.tui/new-layout.exp: New file.
2265
2266 2020-02-22 Tom Tromey <tom@tromey.com>
2267
2268 * gdb.rust/rust-style.rs: New file.
2269 * gdb.rust/rust-style.exp: New file.
2270 * gdb.base/style.exp: Test structure printing.
2271 * gdb.base/style.c (struct some_struct): New type.
2272 (enum etype): New type.
2273 (struct_value): New global.
2274
2275 2020-02-21 Tom de Vries <tdevries@suse.de>
2276
2277 PR go/18926
2278 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2279 Remove blanket xfails. Use message argument for gdb_breakpoint.
2280 Make continuing to breakpoint test conditional on setting breakpoint.
2281 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2282 DW_AT_name attribute. Add xfail for GCC PR93866.
2283
2284 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2285
2286 * gdb.dwarf2/cpp-linkage-name.c: New file.
2287 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2288
2289 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2290
2291 * lib/gdb.exp (gdb_wrapper_init): Reset
2292 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2293 not exist.
2294
2295 2020-02-20 Tom de Vries <tdevries@suse.de>
2296
2297 PR go/17018
2298 * gdb.go/hello.exp: Copy ...
2299 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2300 print of st to print value of global definition. Add xfail for GCC
2301 PR93844.
2302 * gdb.go/hello.exp: Remove printing of st before definition.
2303 * gdb.go/hello.go: Copy ...
2304 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2305 to st.
2306 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2307
2308 2020-02-20 Tom de Vries <tdevries@suse.de>
2309
2310 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2311 (gdb_simple_compile): Handle compile_flags go by using .go extension
2312 for source file.
2313 * gdb.go/chan.exp: Use support_go_compile.
2314 * gdb.go/handcall.exp: Same.
2315 * gdb.go/hello.exp: Same.
2316 * gdb.go/integers.exp: Same.
2317 * gdb.go/max-depth.exp: Same.
2318 * gdb.go/methods.exp: Same.
2319 * gdb.go/package.exp: Same.
2320 * gdb.go/strings.exp: Same.
2321 * gdb.go/types.exp: Same.
2322 * gdb.go/unsafe.exp: Same.
2323
2324 2020-02-19 Tom de Vries <tdevries@suse.de>
2325
2326 * gdb.python/lib-types.exp: Make xfail more strict.
2327
2328 2020-02-19 Tom de Vries <tdevries@suse.de>
2329
2330 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2331
2332 2020-02-19 Doug Evans <dje@google.com>
2333
2334 PR rust/25535
2335 * gdb.rust/simple.exp: Add test.
2336 * gdb.rust/simple.rs: Add test.
2337
2338 2020-02-19 Tom de Vries <tdevries@suse.de>
2339
2340 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2341 output line-by-line.
2342
2343 2020-02-19 Tom de Vries <tdevries@suse.de>
2344
2345 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2346
2347 2020-02-19 Tom de Vries <tdevries@suse.de>
2348
2349 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2350 prelink.
2351
2352 2020-02-19 Tom de Vries <tdevries@suse.de>
2353
2354 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2355 (gdb_do_cache): Use gdb_do_cache_wrap.
2356 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2357
2358 2020-02-19 Tom de Vries <tdevries@suse.de>
2359
2360 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2361 gdb_compile option.
2362
2363 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2364
2365 * gdb.base/printcmds.exp (test_print_enums): Update expected
2366 output.
2367
2368 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2369
2370 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2371 for "unknown".
2372
2373 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2374
2375 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2376 enumerator.
2377
2378 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2379
2380 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2381 FE_, add FE_NONE.
2382 (three): Update.
2383 (enum flag_enum_without_zero): New enum.
2384 (flag_enum_without_zero): New variable.
2385 (enum not_flag_enum): New enum.
2386 (three_not_flag): New variable.
2387 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2388 (test_print_enums): Add more tests for printing flag enums.
2389
2390 2020-02-18 Tom de Vries <tdevries@suse.de>
2391
2392 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2393 (gdb_compile_ada): ... here.
2394 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2395 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2396
2397 2020-02-14 Tom Tromey <tom@tromey.com>
2398
2399 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2400 build directory.
2401 * boards/gdbserver-base.exp: Update path to gdbserver.
2402
2403 2020-02-13 Tom de Vries <tdevries@suse.de>
2404
2405 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2406
2407 2020-02-13 Tom de Vries <tdevries@suse.de>
2408
2409 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2410 are missing.
2411
2412 2020-02-13 Tom de Vries <tdevries@suse.de>
2413
2414 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2415 call.
2416
2417 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2418
2419 PR tui/25126
2420 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2421 * gdb.base/cached-source-file.c: New file.
2422 * gdb.base/cached-source-file.exp: New file.
2423
2424 2020-02-11 Tom de Vries <tdevries@suse.de>
2425
2426 PR testsuite/25488
2427 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2428
2429 2020-02-10 Tom de Vries <tdevries@suse.de>
2430
2431 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2432
2433 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2434
2435 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2436 and $after_addr are both integers before making a comparison.
2437
2438 2020-02-09 Tom de Vries <tdevries@suse.de>
2439
2440 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2441 command output and paste it into gdb.log. If any, paste catch message
2442 to gdb.log.
2443
2444 2020-02-07 Tom Tromey <tromey@adacore.com>
2445
2446 PR breakpoints/24915:
2447 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2448
2449 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2450
2451 * gdb.tui/tui-missing-src.exp: Add the "missing source
2452 file" test for the TUI.
2453
2454 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2455
2456 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2457 including a port number in the output.
2458
2459 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2460
2461 * lib/fortran.exp (fortran_int4): Handle clang.
2462 (fortran_int8): Likewise.
2463 (fortran_real4): Likewise.
2464 (fortran_real8): Likewise.
2465 (fortran_complex4): Likewise.
2466 (fortran_logical4): Likewise.
2467 (fortran_character1): Likewise.
2468
2469 2020-02-04 Tom de Vries <tdevries@suse.de>
2470
2471 * README (Race detection): Add note.
2472
2473 2020-02-04 Tom de Vries <tdevries@suse.de>
2474
2475 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2476
2477 2020-02-04 Tom de Vries <tdevries@suse.de>
2478
2479 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2480
2481 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2482
2483 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2484 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2485 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2486 blttar, bnetarl.
2487 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2488 binary for blttar, bnetarl.
2489 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2490 wait instruction. Delete ldmx test.
2491 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2492
2493 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2494
2495 * gdb.fortran/array-bounds-high.exp: New file.
2496 * gdb.fortran/array-bounds-high.f90: New file.
2497
2498 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2499
2500 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2501 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2502
2503 2020-02-01 Tom de Vries <tdevries@suse.de>
2504
2505 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2506
2507 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2508
2509 PR tui/9765
2510 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2511 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2512
2513 2020-01-29 Luis Machado <luis.machado@linaro.org>
2514
2515 * gdb.arch/aarch64-brk-patterns.c: New source file.
2516 * gdb.arch/aarch64-brk-patterns.exp: New test.
2517
2518 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2519
2520 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2521 GCC/Clang version.
2522 * gdb.cp/pass-by-ref.exp: Ditto.
2523
2524 2020-01-29 Tom de Vries <tdevries@suse.de>
2525
2526 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2527 * gdb.threads/watchpoint-fork-mt.c: Same.
2528 * gdb.threads/watchpoint-fork-parent.c: Same.
2529 * gdb.threads/watchpoint-fork-st.c: Same.
2530 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2531
2532 2020-01-27 Luis Machado <luis.machado@linaro.org>
2533
2534 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2535 sitting at a syscall instruction when we hit the syscall function's
2536 breakpoint.
2537 Check PC against one obtained with the x command.
2538 Validate syscall number.
2539 (step_over_syscall): Don't continue to the syscall instruction if
2540 we're already there.
2541
2542 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2543
2544 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2545
2546 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2547
2548 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2549 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2550
2551 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2552
2553 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2554 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2555
2556 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * gdb.base/maint.exp: Update line table parsing test.
2559 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2560
2561 2020-01-24 Pedro Alves <palves@redhat.com>
2562
2563 PR gdb/25410
2564 * gdb.multi/multi-re-run-1.c: New.
2565 * gdb.multi/multi-re-run-2.c: New.
2566 * gdb.multi/multi-re-run.exp: New.
2567
2568 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2569
2570 PR gdb/23718
2571 * gdb.server/server-kill-python.exp: New file.
2572
2573 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2574
2575 * gdb.server/multi-ui-errors.c: New file.
2576 * gdb.server/multi-ui-errors.exp: New file.
2577
2578 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 PR tui/9765
2581 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2582
2583 2020-01-19 Tom Tromey <tom@tromey.com>
2584
2585 * gdb.tui/main.exp: Add check for plain "file".
2586
2587 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2588
2589 * lib/gdb.exp: Fix spelling error (seperatelly).
2590
2591 2020-01-14 Tom Tromey <tom@tromey.com>
2592
2593 PR symtab/12535:
2594 * gdb.python/python.exp: Test decode_line with empty string
2595 argument.
2596
2597 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2598
2599 * gdb.base/skip-inline.exp: Extend test.
2600
2601 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2602
2603 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2604 * gdb.dwarf2/dw2-bad-elf.c: New file.
2605 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2606
2607 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2608
2609 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2610 _line_saw_file.
2611
2612 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2615 border.
2616
2617 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2618
2619 * gdb.multi/multi-target.exp (setup): Factor out "info
2620 connections" and "info inferiors" tests to ...
2621 (test_info_inferiors): ... this new procedure.
2622 (top level): Run new "info-inferiors" tests.
2623
2624 2020-01-10 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.server/bkpt-other-inferior.exp: New file.
2627
2628 2020-01-10 Pedro Alves <palves@redhat.com>
2629
2630 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2631 of "add-inferior".
2632 * gdb.base/quit-live.exp: Likewise.
2633 * gdb.base/remote-exec-file.exp: Likewise.
2634 * gdb.guile/scm-progspace.exp: Likewise.
2635 * gdb.linespec/linespec.exp: Likewise.
2636 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2637 * gdb.mi/user-selected-context-sync.exp: Likewise.
2638 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2639 "info inferiors" tests.
2640 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2641 "add-inferior".
2642 * gdb.multi/watchpoint-multi.exp: Likewise.
2643 * gdb.python/py-inferior.exp: Likewise.
2644 * gdb.server/extended-remote-restart.exp: Likewise.
2645 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2646 "info inferiors".
2647 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2648 * gdb.trace/report.exp: Likewise.
2649
2650 2020-01-10 Pedro Alves <palves@redhat.com>
2651
2652 * gdb.multi/multi-target.c: New file.
2653 * gdb.multi/multi-target.exp: New file.
2654 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2655 mode requested, but remote does not support non-stop".
2656
2657 2020-01-10 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2660 disconnect before reconnecting.
2661
2662 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2663 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.server/connect-without-multi-process.exp: Also test
2666 continuing to end.
2667
2668 2020-01-10 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.base/remote-exec-file.exp: New file.
2671
2672 2020-01-10 Pedro Alves <palves@redhat.com>
2673
2674 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2675 output.
2676 * gdb.threads/async.c: New.
2677 * gdb.threads/async.exp: New.
2678 * gdb.multi/tids-gid-reset.c: New.
2679 * gdb.multi/tids-gid-reset.exp: New.
2680
2681 2020-01-10 George Barrett <bob@bob131.so>
2682
2683 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2684 to help in finding the image relocation offset.
2685 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2686 options in arguments.
2687 (stap_test_no_debuginfo): Likewise.
2688 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2689 test variants.
2690 (stap_test): Add null semaphore relocation test.
2691
2692 2020-01-10 George Barrett <bob@bob131.so>
2693
2694 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2695 * gdb.base/stap-probe.exp: Likewise.
2696 (stap_test): Pass argument as an additional flag.
2697 (stap_test_no_debuginfo): Likewise.
2698 (stap_test): Check `info probes stap' output for semaphore
2699 addresses if the test binary is supposed to have them.
2700
2701 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.tui/basic.exp: Add more scrolling tests.
2704
2705 2020-01-09 Tom Tromey <tom@tromey.com>
2706
2707 PR tui/18932:
2708 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2709 meangingful value.
2710 (Term::command, Term::resize): Update.
2711 * gdb.tui/basic.exp: Add scrolling test.
2712
2713 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2714
2715 * gdb.tui/tui-layout-asm.exp: New file.
2716
2717 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2718
2719 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2720
2721 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2724 (Term::enter_tui): Use Term::prepare_for_tui.
2725
2726 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2729 called.
2730
2731 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2732
2733 * gdb.base/skip.exp: Fix race condition in test.
2734
2735 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2736
2737 * gdb.base/backtrace.c: New file.
2738 * gdb.base/backtrace.exp: New file.
2739
2740 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2741
2742 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2743
2744 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2745
2746 * gdb.base/style.exp: Test that warnings are styled.
2747
2748 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2749
2750 * gdb.base/line65535.exp: New file.
2751 * gdb.base/line65535.c: New file.
2752
2753 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2754
2755 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2756 * lib/gnat_debug_info_test.adb: New file.
2757 * gdb.ada/ptype_tagged_param.exp: Use
2758 gnat_runtime_has_debug_info, expect a different output if
2759 runtime does not have debug info.
2760
2761 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2762
2763 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2764 (another) quote in test name.
2765
2766 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2767
2768 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2769 Add quote in test name.
2770
2771 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2772
2773 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2774 directory instead.
2775 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2776 * gdb.cp/pass-by-ref-2.cc: New file.
2777 * gdb.cp/pass-by-ref-2.exp: New file.
2778
2779 2019-12-20 Tom Tromey <tom@tromey.com>
2780
2781 * gdb.tui/list-before.exp: New file.
2782
2783 2019-12-20 Tom Tromey <tom@tromey.com>
2784
2785 * gdb.tui/list.exp: Check for source on initial listing.
2786
2787 2019-12-11 Tom Tromey <tromey@adacore.com>
2788
2789 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2790 Add crlf test.
2791
2792 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2793
2794 * gdb.base/default.exp: Update value of $_gdb_major.
2795
2796 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2797
2798 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2799
2800 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2801
2802 * gdb.base/skip.exp: Whitespace fix.
2803
2804 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2805
2806 * gdb.base/skip-inline.c: New file.
2807 * gdb.base/skip-inline.exp: New file.
2808
2809 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2810
2811 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2812 jit_function_00 to jit_function_stack_mangle.
2813 * gdb.base/jithost.c (jit_function_t): Rename to...
2814 (jit_function_stack_mangle_t): ... this.
2815 (jit_function_add_t): New typedef.
2816 (jit_function_00_code): Rename to...
2817 (jit_function_stack_mangle_code): ... this, make static.
2818 (jit_function_add_code): New.
2819 (main): Generate "add" function and call it. Adjust to changes
2820 in jithost_abi.
2821 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2822 (struct jithost_abi) <begin, end>: Remove fields.
2823 <object, function_stack_mangle, function_add>: New fields.
2824 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2825 code_end>: Remove fields.
2826 <func_stack_mangle>: New field.
2827 (read_debug_info): Adjust to renaming, create block for "add"
2828 function.
2829 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2830
2831 2019-12-11 Tom Tromey <tom@tromey.com>
2832
2833 * gdb.tui/resize.exp: Fix regexp.
2834 * gdb.tui/regs.exp: Fix regexps.
2835 * gdb.tui/main.exp: Fix regexp.
2836
2837 2019-12-11 Tom Tromey <tom@tromey.com>
2838
2839 * gdb.tui/resize.exp: Update.
2840 * gdb.tui/empty.exp (layouts): Update.
2841
2842 2019-12-11 Tom Tromey <tom@tromey.com>
2843
2844 * gdb.tui/regs.exp: Update.
2845 * gdb.tui/empty.exp (layouts): Update.
2846 * gdb.tui/basic.exp: Update.
2847 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2848
2849 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2850
2851 * gdb.base/options.exp: Add -raw-values in the print completion list.
2852 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2853
2854 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2855
2856 * gdb.threads/omp-par-scope.c: New file.
2857 * gdb/threads/omp-par-scope.exp: New file.
2858
2859 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2860
2861 * lib/gdb.exp (support_nested_function_tests): New proc.
2862
2863 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2864
2865 * lib/gdb.exp (gdb_compile_openmp): New proc.
2866 (build_executable_from_specs): Add an "openmp" option.
2867 (gdb_compile_pthreads): Add non-executable case.
2868
2869 2019-12-10 Tom Tromey <tromey@adacore.com>
2870
2871 * gdb.ada/unchecked_union.exp: New file.
2872 * gdb.ada/unchecked_union/pck.adb: New file.
2873 * gdb.ada/unchecked_union/pck.ads: New file.
2874 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2875 * gdb-utils.exp (string_to_regexp): Also quote "?".
2876
2877 2019-12-10 George Barrett <bob@bob131.so>
2878
2879 Test scripted probe breakpoints.
2880 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2881 * gdb.python/py-breakpoint.c (main): Likewise.
2882 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2883 specifier test.
2884 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2885
2886 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2887
2888 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2889 an rvalue parameter.
2890 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2891 parameter.
2892
2893 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2894
2895 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2896 modules.
2897
2898 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2899
2900 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2901 broken version of GCC.
2902
2903 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2904
2905 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2906 sym-info-cmds library.
2907 * gdb.fortran/info-types.exp: Likewise.
2908 * lib/sym-info-cmds.exp: New file.
2909
2910 2019-12-08 Tom de Vries <tdevries@suse.de>
2911
2912 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2913
2914 2019-12-07 Keith Seitz <keiths@redhat.com>
2915
2916 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2917 * gdb.base/corefile-buildid-shlib.c: New file.
2918 * gdb.base/corefile-buildid.c: New file.
2919 * gdb.base/corefile-buildid.exp: New file.
2920
2921 2019-12-06 Tom de Vries <tdevries@suse.de>
2922
2923 * gdb.dwarf2/varval.exp: Add decl before def test.
2924
2925 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2926
2927 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2928
2929 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2930
2931 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2932 CV and reference conversion for overload resolution.
2933 * gdb.cp/rvalue-ref-overload.exp: Test it.
2934
2935 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2936
2937 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2938 * gdb.base/frameapply.exp: Test faas without command.
2939
2940 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2943 Fortran tests.
2944 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2945 order.
2946
2947 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2948
2949 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2950 casting to type with no kind specified.
2951 (test_basic_parsing_of_type_kinds): Additional tests for types
2952 with no kind specified, and add tests for single/double
2953 precision/complex types.
2954
2955 2019-12-04 Tom Tromey <tromey@adacore.com>
2956
2957 * gdb.base/endianity.c (struct other) <x>: New field.
2958 (main): Initialize it.
2959 * gdb.base/endianity.exp: Update.
2960
2961 2019-12-04 Tom Tromey <tromey@adacore.com>
2962
2963 * gdb.ada/scalar_storage/storage.adb: New file.
2964 * gdb.ada/scalar_storage/pck.adb: New file.
2965 * gdb.ada/scalar_storage/pck.ads: New file.
2966 * gdb.ada/scalar_storage.exp: New file.
2967
2968 2019-12-04 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2971 (main): Initialize it.
2972 * gdb.base/endianity.exp: Update.
2973
2974 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2975
2976 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2977
2978 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2979
2980 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2981 -symbol-info-module-functions and -symbol-info-module-variables.
2982
2983 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2984
2985 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2986
2987 2019-12-01 Richard Bunt <richard.bunt@arm.com>
2988 Andrew Burgess <andrew.burgess@embecosm.com>
2989
2990 * gdb.fortran/derived-type-striding.exp: New file.
2991 * gdb.fortran/derived-type-striding.f90: New file.
2992 * gdb.fortran/array-slices.exp: New file.
2993 * gdb.fortran/array-slices.f90: New file.
2994
2995 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2996
2997 * gdb.base/define.exp: Test . in command names.
2998 * gdb.base/setshow.exp: Update test, as . is now part of
2999 command name.
3000
3001 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3002
3003 * gdb.base/define-prefix.exp: New file.
3004
3005 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3008 compile.
3009 (skip_btrace_pt_tests): Likewise.
3010
3011 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * gdb.fortran/info-modules.exp: Compile source files in correct
3014 order.
3015
3016 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3017
3018 * gdb.dwarf2/imported-unit.exp: New file.
3019 * gdb.dwarf2/imported-unit.c: New file.
3020
3021 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * gdb.mi/mi-fortran-modules-2.f90: New file.
3024 * gdb.mi/mi-fortran-modules.exp: New file.
3025 * gdb.mi/mi-fortran-modules.f90: New file.
3026
3027 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.mi/mi-sym-info-1.c: New file.
3030 * gdb.mi/mi-sym-info-2.c: New file.
3031 * gdb.mi/mi-sym-info.exp: New file.
3032
3033 2019-11-22 Tom Tromey <tromey@adacore.com>
3034
3035 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3036 * gdb.ada/tasks/foo.adb: Add another stopping location.
3037
3038 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3039
3040 * gdb.base/endianity.c: New test.
3041 * gdb.base/endianity.exp: New file.
3042
3043 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3044
3045 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3046
3047 2019-11-21 Tom de Vries <tdevries@suse.de>
3048
3049 PR gdb/24956
3050 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3051
3052 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3053
3054 * gdb.python/py-progspace.exp: Add missing parentheses on some
3055 'print' commands.
3056
3057 2019-11-19 Tom Tromey <tom@tromey.com>
3058
3059 * gdb.tui/winheight.exp: New file.
3060
3061 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3062
3063 * gdb.base/ctf-whatis.c: Delete.
3064 * gdb.base/ctf-whatis.exp: Delete.
3065 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3066
3067 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.base/ctf-cvexpr.exp: Delete.
3070 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3071
3072 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3073
3074 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3075 the compiler. Clean up header comment a little.
3076 * gdb.base/ctf-ptype.exp: Likewise.
3077 * gdb.base/ctf-whatis.exp: Likewise.
3078 * lib/gdb.exp (skip_ctf_tests): New proc.
3079
3080 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3081
3082 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3083 * gdb.tui/corefile-run.exp: New file.
3084
3085 2019-11-14 Tom Tromey <tromey@adacore.com>
3086
3087 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3088 regression tests.
3089
3090 2019-11-12 Tom Tromey <tom@tromey.com>
3091
3092 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3093 after any command. Expect prompt after WAIT_FOR is seen.
3094 (enter_tui): Enable resize messages.
3095 (command): Expect command in output.
3096 (get_line): Avoid error when cursor appears to be off-screen.
3097 (dump_screen): Include screen size in title.
3098 (_do_resize): New proc, from "resize".
3099 (resize): Rewrite. Do resize in two steps.
3100 * gdb.tui/empty.exp (layouts): Fix entries.
3101 (check_boxes): Remove xfail.
3102 (check_text): Dump screen on failure.
3103
3104 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3105
3106 * gdb.python/py-symbol.exp: Add test for
3107 gdb.lookup_static_symbols.
3108
3109 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * gdb.python/py-symbol.c: Declare and call function from new
3112 py-symbol-2.c file.
3113 * gdb.python/py-symbol.exp: Compile both source files, and add new
3114 tests for gdb.lookup_static_symbol.
3115 * gdb.python/py-symbol-2.c: New file.
3116
3117 2019-11-02 Tom de Vries <tdevries@suse.de>
3118
3119 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3120 * gdb.base/anon.exp: Same.
3121 * gdb.base/auto-connect-native-target.exp: Same.
3122 * gdb.base/call-ar-st.exp: Same.
3123 * gdb.base/catch-syscall.exp: Same.
3124 * gdb.base/commands.exp: Same.
3125 * gdb.base/default.exp: Same.
3126 * gdb.base/display.exp: Same.
3127 * gdb.base/float.exp: Same.
3128 * gdb.base/foll-fork.exp: Same.
3129 * gdb.base/help.exp: Same.
3130 * gdb.base/info-macros.exp: Same.
3131 * gdb.base/info-proc.exp: Same.
3132 * gdb.base/info-target.exp: Same.
3133 * gdb.base/long_long.exp: Same.
3134 * gdb.base/macscp.exp: Same.
3135 * gdb.base/memattr.exp: Same.
3136 * gdb.base/nofield.exp: Same.
3137 * gdb.base/pointers.exp: Same.
3138 * gdb.base/printcmds.exp: Same.
3139 * gdb.base/ptype.exp: Same.
3140 * gdb.base/restore.exp: Same.
3141 * gdb.base/return.exp: Same.
3142 * gdb.base/scope.exp: Same.
3143 * gdb.base/set-noassign.exp: Same.
3144 * gdb.base/setshow.exp: Same.
3145 * gdb.base/shlib-call.exp: Same.
3146 * gdb.base/signals.exp: Same.
3147 * gdb.base/sigstep.exp: Same.
3148 * gdb.base/skip.exp: Same.
3149 * gdb.base/solib-symbol.exp: Same.
3150 * gdb.base/stap-probe.exp: Same.
3151 * gdb.base/step-line.exp: Same.
3152 * gdb.base/step-test.exp: Same.
3153 * gdb.base/style.exp: Same.
3154 * gdb.base/varargs.exp: Same.
3155 * gdb.base/vla-datatypes.exp: Same.
3156 * gdb.base/vla-ptr.exp: Same.
3157 * gdb.base/vla-sideeffect.exp: Same.
3158 * gdb.base/volatile.exp: Same.
3159 * gdb.base/watch-cond-infcall.exp: Same.
3160 * gdb.base/watchpoint.exp: Same.
3161
3162 2019-11-02 Tom de Vries <tdevries@suse.de>
3163
3164 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3165 * gdb.cp/cpexprs.exp: Same.
3166 * gdb.cp/except-multi-location.exp: Same.
3167 * gdb.cp/exceptprint.exp: Same.
3168 * gdb.cp/gdb2384.exp: Same.
3169 * gdb.cp/inherit.exp: Same.
3170 * gdb.cp/m-static.exp: Same.
3171 * gdb.cp/meth-typedefs.exp: Same.
3172 * gdb.cp/misc.exp: Same.
3173 * gdb.cp/namespace.exp: Same.
3174 * gdb.cp/non-trivial-retval.exp: Same.
3175 * gdb.cp/overload.exp: Same.
3176 * gdb.cp/pr17132.exp: Same.
3177 * gdb.cp/re-set-overloaded.exp: Same.
3178 * gdb.cp/rvalue-ref-types.exp: Same.
3179 * gdb.cp/templates.exp: Same.
3180
3181 2019-11-01 Luis Machado <luis.machado@linaro.org>
3182
3183 PR gdb/25124
3184
3185 * gdb.arch/pr25124.S: New file.
3186 * gdb.arch/pr25124.exp: New file.
3187
3188 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3189
3190 * gdb.fortran/info-modules.exp: Update expected results, and add
3191 additional tests for 'info module functinos', and 'info module
3192 variables'.
3193 * gdb.fortran/info-types.exp: Update expected results.
3194 * gdb.fortran/info-types.f90: Extend testcase with additional
3195 module variables and functions.
3196
3197 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3198
3199 * gdb.fortran/info-modules.exp: New file.
3200 * gdb.fortran/info-types.exp: Build with new file.
3201 * gdb.fortran/info-types.f90: Include and use new module.
3202 * gdb.fortran/info-types-2.f90: New file.
3203
3204 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3205
3206 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3207 * gdb.base/settings.exp: Test all settings types using
3208 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3209 that now verifies that the value of "maint show" is the same as
3210 returned by the settings functions. Test the type of the
3211 maintenance settings.
3212 * gdb.base/default.exp: Update show_conv_list.
3213
3214 2019-10-31 Tom de Vries <tdevries@suse.de>
3215
3216 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3217 gdb_test.
3218 * gdb.arch/amd64-disp-step.exp: Same.
3219 * gdb.asm/asm-source.exp: Same.
3220 * gdb.btrace/buffer-size.exp: Same.
3221 * gdb.btrace/cpu.exp: Same.
3222 * gdb.btrace/enable.exp: Same.
3223 * gdb.dwarf2/count.exp: Same.
3224 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3225 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3226 * gdb.fortran/vla-datatypes.exp: Same.
3227 * gdb.fortran/vla-history.exp: Same.
3228 * gdb.fortran/vla-ptype.exp: Same.
3229 * gdb.fortran/vla-value.exp: Same.
3230 * gdb.fortran/whatis_type.exp: Same.
3231 * gdb.guile/guile.exp: Same.
3232 * gdb.multi/tids.exp: Same.
3233 * gdb.python/py-finish-breakpoint.exp: Same.
3234 * gdb.python/py-framefilter.exp: Same.
3235 * gdb.python/py-pp-registration.exp: Same.
3236 * gdb.python/py-xmethods.exp: Same.
3237 * gdb.python/python.exp: Same.
3238 * gdb.server/connect-with-no-symbol-file.exp: Same.
3239 * gdb.server/no-thread-db.exp: Same.
3240 * gdb.server/run-without-local-binary.exp: Same.
3241 * gdb.stabs/weird.exp: Same.
3242 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3243 * gdb.threads/thread-find.exp: Same.
3244 * gdb.threads/tls-shared.exp: Same.
3245 * gdb.threads/tls.exp: Same.
3246 * gdb.threads/wp-replication.exp: Same.
3247 * gdb.trace/ax.exp: Same.
3248 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3249
3250 2019-10-31 Tom de Vries <tdevries@suse.de>
3251
3252 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3253 * gdb.ada/array_subscript_addr.exp: Same.
3254 * gdb.ada/arrayidx.exp: Same.
3255 * gdb.ada/arrayparam.exp: Same.
3256 * gdb.ada/arrayptr.exp: Same.
3257 * gdb.ada/boolean_expr.exp: Same.
3258 * gdb.ada/call_pn.exp: Same.
3259 * gdb.ada/complete.exp: Same.
3260 * gdb.ada/fixed_cmp.exp: Same.
3261 * gdb.ada/fun_addr.exp: Same.
3262 * gdb.ada/funcall_param.exp: Same.
3263 * gdb.ada/interface.exp: Same.
3264 * gdb.ada/mod_from_name.exp: Same.
3265 * gdb.ada/null_array.exp: Same.
3266 * gdb.ada/packed_array.exp: Same.
3267 * gdb.ada/packed_tagged.exp: Same.
3268 * gdb.ada/print_chars.exp: Same.
3269 * gdb.ada/print_pc.exp: Same.
3270 * gdb.ada/ptype_arith_binop.exp: Same.
3271 * gdb.ada/ptype_field.exp: Same.
3272 * gdb.ada/ptype_tagged_param.exp: Same.
3273 * gdb.ada/rec_return.exp: Same.
3274 * gdb.ada/ref_tick_size.exp: Same.
3275 * gdb.ada/str_ref_cmp.exp: Same.
3276 * gdb.ada/taft_type.exp: Same.
3277 * gdb.ada/tagged.exp: Same.
3278 * gdb.ada/type_coercion.exp: Same.
3279 * gdb.ada/uninitialized_vars.exp: Same.
3280
3281 2019-10-30 Tom de Vries <tdevries@suse.de>
3282
3283 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3284
3285 2019-10-26 Tom de Vries <tdevries@suse.de>
3286
3287 * gdb.base/bigcore.c: Fix typos in comments.
3288 * gdb.base/ctf-ptype.c: Same.
3289 * gdb.base/long_long.c: Same.
3290 * gdb.dwarf2/dw2-op-out-param.S: Same.
3291 * gdb.python/py-evthreads.c: Same.
3292 * gdb.reverse/i387-stack-reverse.c: Same.
3293 * gdb.trace/tfile.c: Same.
3294 * lib/compiler.c: Same.
3295 * lib/compiler.cc: Same.
3296
3297 2019-10-25 Tom de Vries <tdevries@suse.de>
3298
3299 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3300 gdb_test_multiple calls.
3301 * gdb.reverse/sigall-reverse.exp: Same.
3302 * gdb.reverse/solib-precsave.exp: Same.
3303 * gdb.reverse/solib-reverse.exp: Same.
3304 * gdb.reverse/until-precsave.exp: Same.
3305 * gdb.reverse/until-reverse.exp: Same.
3306
3307 2019-10-24 Tom de Vries <tdevries@suse.de>
3308
3309 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3310 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3311 kfail using -wrap pattern flag and convenience variable
3312 gdb_test_name.
3313
3314 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * gdb.python/py-progspace.exp: Add tests for the
3317 Progspace.block_for_pc method.
3318
3319 2019-10-23 Tom Tromey <tom@tromey.com>
3320
3321 * configure: Rebuild.
3322 * aclocal.m4: Use m4_include, not sinclude.
3323
3324 2019-10-21 Tom de Vries <tdevries@suse.de>
3325
3326 * gdb.base/infcall-nested-structs.c: Add
3327 __attribute__((noinline,noclone)) to all functions.
3328 (call_all): Add missing variable initialization. Simplify return value.
3329 (breakpt): Increment volatile variable, to prevent call from being
3330 optimized out.
3331 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3332
3333 2019-10-17 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.fortran/module.exp: Allow info variables to print info for files
3336 other than module.f90.
3337
3338 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.fortran/module.exp: Extend with 'info variables' test.
3341
3342 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3343
3344 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3345 F77_FOR_TARGET.
3346
3347 2019-10-16 Tom de Vries <tdevries@suse.de>
3348
3349 PR tdep/25096
3350 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3351
3352 2019-10-16 Tom de Vries <tdevries@suse.de>
3353
3354 PR tdep/24104
3355 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3356 Add KFAIL for PR tdep/25096.
3357
3358 2019-10-16 Tom de Vries <tdevries@suse.de>
3359
3360 PR testsuite/25059
3361 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3362
3363 2019-10-16 Tom de Vries <tdevries@suse.de>
3364
3365 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3366 as signed.
3367
3368 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3369
3370 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3371 one instead of increasing timeout.
3372
3373 2019-10-13 Tom de Vries <tdevries@suse.de>
3374
3375 PR record/25038
3376 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3377 * gdb.reverse/sigall-reverse.exp: Same.
3378 * gdb.reverse/solib-precsave.exp: Same.
3379 * gdb.reverse/solib-reverse.exp: Same.
3380 * gdb.reverse/step-precsave.exp: Same.
3381 * gdb.reverse/until-precsave.exp: Same.
3382 * gdb.reverse/until-reverse.exp: Same.
3383 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3384
3385 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3386
3387 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3388 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3389 (cmp_struct_05_01, cmp_struct_static_02_01)
3390 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3391 comparisons.
3392
3393 2019-10-10 Tom de Vries <tdevries@suse.de>
3394
3395 PR testsuite/24888
3396 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3397 gnatlink.
3398
3399 2019-10-09 Tom de Vries <tdevries@suse.de>
3400
3401 PR testsuite/25048
3402 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3403
3404 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3405
3406 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3407 exceptions due to missing debug information.
3408
3409 2019-10-07 Tom de Vries <tdevries@suse.de>
3410
3411 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3412
3413 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3416 * gdb.base/annota1.exp: Update to use gdb_test_name.
3417
3418 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3419
3420 * gdb.base/ctf-whatis.exp: New file.
3421 * gdb.base/ctf-whatis.c: New file.
3422 * gdb.base/ctf-ptype.exp: New file.
3423 * gdb.base/ctf-ptype.c: New file.
3424 * gdb.base/ctf-constvars.exp: New file.
3425 * gdb.base/ctf-constvars.c: New file.
3426 * gdb.base/ctf-cvexpr.exp: New file.
3427
3428 2019-10-04 Tom de Vries <tdevries@suse.de>
3429
3430 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3431 for loop.
3432
3433 2019-10-03 Tom Tromey <tom@tromey.com>
3434
3435 PR rust/24976:
3436 * gdb.rust/simple.rs (Union2): New type.
3437 (main): Use Union2.
3438 * gdb.rust/simple.exp: Add test.
3439
3440 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3441
3442 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3443 nested function prefix.
3444
3445 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3446 Richard Bunt <richard.bunt@arm.com>
3447 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3450 nested functions.
3451 * gdb.fortran/nested-funcs.f90: Update expected results.
3452 * gdb.fortran/nested-funcs-2.exp: New file.
3453 * gdb.fortran/nested-funcs-2.f90: New file.
3454
3455 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * gdb.python/py-parameter.exp: Make test names unique.
3458 * gdb.python/py-template.exp: Likewise.
3459 * gdb.python/py-value.exp: Likewise.
3460
3461 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.base/break-interp.exp: Reduce test name duplication.
3464 * gdb.base/call-sc.exp: Likewise.
3465 * gdb.base/callfuncs.exp: Likewise.
3466 * gdb.base/charset.exp: Likewise.
3467 * gdb.base/dump.exp: Likewise.
3468 * gdb.base/ena-dis-br.exp: Likewise.
3469 * gdb.base/relational.exp: Likewise.
3470 * gdb.base/step-over-syscall.exp: Likewise.
3471 * gdb.base/structs.exp: Likewise.
3472
3473 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3474
3475 * gdb.linespec/explicit.exp: Make test names unique.
3476 * gdb.linespec/ls-errs.exp: Likewise.
3477
3478 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3479
3480 * gdb.reverse/break-precsave.exp: Make test names unique.
3481 * gdb.reverse/break-reverse.exp: Likewise.
3482 * gdb.reverse/finish-precsave.exp: Likewise.
3483 * gdb.reverse/finish-reverse.exp: Likewise.
3484 * gdb.reverse/machinestate-precsave.exp: Likewise.
3485 * gdb.reverse/machinestate.exp: Likewise.
3486 * gdb.reverse/readv-reverse.exp: Likewise.
3487 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3488 * gdb.reverse/sigall-precsave.exp: Likewise.
3489 * gdb.reverse/sigall-reverse.exp: Likewise.
3490 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3491 * gdb.reverse/watch-precsave.exp: Likewise.
3492 * gdb.reverse/watch-reverse.exp: Likewise.
3493
3494 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3495
3496 * gdb.threads/stop-with-handle.c: New file.
3497 * gdb.threads/stop-with-handle.exp: New file.
3498
3499 2019-10-03 Tom de Vries <tdevries@suse.de>
3500
3501 PR testsuite/25059
3502 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3503 directory" line to be missing.
3504
3505 2019-10-03 Tom de Vries <tdevries@suse.de>
3506
3507 PR testsuite/25059
3508 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3509 type optional.
3510
3511 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3512
3513 * gdb.python/py-format-string.c (string.h): New include.
3514 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3515 the same value, for endianness-independence.
3516 * gdb.python/py-format-string.exp (default_regexp_dict)
3517 (test_pretty_structs, test_format): Adjust expected output to the
3518 changed initialization.
3519
3520 2019-10-02 Tom Tromey <tromey@adacore.com>
3521
3522 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3523
3524 2019-10-02 Pedro Alves <palves@redhat.com>
3525 Andrew Burgess <andrew.burgess@embecosm.com>
3526
3527 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3528 "print-file-var.h".
3529 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3530 (get_version_1): Print this_version_id and its address.
3531 Add extern "C" wrappers around interface functions.
3532 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3533 "print-file-var.h".
3534 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3535 (get_version_2): Print this_version_id and its address.
3536 Add extern "C" wrappers around interface functions.
3537 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3538 <stddef.h> and "print-file-var.h".
3539 Add extern "C" wrappers around interface functions.
3540 [VERSION_ID_MAIN] (this_version_id): Define.
3541 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3542 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3543 up extern "C" blocks.
3544 * gdb.base/print-file-var.exp (test): New, factored out from top
3545 level.
3546 (top level): Test all combinations of attribute hidden or not,
3547 dlopen or not, and this_version_id symbol in main file or not.
3548 Compile tests as both C++ and C, make test names unique.
3549
3550 2019-10-01 Tom Tromey <tom@tromey.com>
3551
3552 * gdb.base/style.exp: Test "show logging filename".
3553
3554 2019-10-01 Tom Tromey <tom@tromey.com>
3555
3556 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3557 * gdb.base/style.exp: Add metadata style test.
3558
3559 2019-10-01 Tom Tromey <tom@tromey.com>
3560
3561 * gdb.base/style.exp: Test "pwd".
3562
3563 2019-10-01 Tom Tromey <tom@tromey.com>
3564
3565 * gdb.base/style.exp: Update tests.
3566
3567 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3568
3569 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3570 'six' to unsigned.
3571 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3572 'five'. Use an all-ones bit pattern for each.
3573 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3574 to its changed values.
3575
3576 2019-09-30 Tom Tromey <tromey@adacore.com>
3577
3578 * gdb.rust/traits.rs: Disable all warnings.
3579
3580 2019-09-29 Tom de Vries <tdevries@suse.de>
3581
3582 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3583
3584 2019-09-29 Tom de Vries <tdevries@suse.de>
3585
3586 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3587
3588 2019-09-27 Tom de Vries <tdevries@suse.de>
3589
3590 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3591
3592 2019-09-27 Tom de Vries <tdevries@suse.de>
3593
3594 PR record/23188
3595 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3596
3597 2019-09-26 Tom Tromey <tromey@adacore.com>
3598
3599 * gdb.ada/py_taft.exp: New file.
3600 * gdb.ada/py_taft/main.adb: New file.
3601 * gdb.ada/py_taft/pkg.adb: New file.
3602 * gdb.ada/py_taft/pkg.ads: New file.
3603
3604 2019-09-24 Tom de Vries <tdevries@suse.de>
3605
3606 PR gdb/24598
3607 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3608
3609 2019-09-22 Tom de Vries <tdevries@suse.de>
3610
3611 * gdb.base/restore.exp: Allow register variables to be optimized out at
3612 -O0.
3613
3614 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3615
3616 * gdb.arch/spu-info.exp: Remove file.
3617 * gdb.arch/spu-info.c: Remove file.
3618 * gdb.arch/spu-ls.exp: Remove file.
3619 * gdb.arch/spu-ls.c: Remove file.
3620
3621 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3622 * gdb.asm/spu.inc: Remove file.
3623
3624 * gdb.base/dump.exp: Remove support for spu*-*-*.
3625 * gdb.base/stack-checking.exp: Likewise.
3626 * gdb.base/overlays.exp: Likewise.
3627 * gdb.base/ovlymgr.c: Likewise.
3628 * gdb.base/spu.ld: Remove file.
3629
3630 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3631 * gdb.cp/cpexprs.exp: Likewise.
3632 * gdb.cp/exception.exp: Likewise.
3633 * gdb.cp/gdb2495.exp: Likewise.
3634 * gdb.cp/mb-templates.exp: Likewise.
3635 * gdb.cp/pr9167.exp: Likewise.
3636 * gdb.cp/userdef.exp: Likewise.
3637
3638 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3639
3640 * gdb.cell: Remove directory.
3641 * lib/cell.exp: Remove file.
3642
3643 2019-09-19 Tom de Vries <tdevries@suse.de>
3644
3645 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3646
3647 2019-09-19 Tom de Vries <tdevries@suse.de>
3648
3649 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3650
3651 2019-09-19 Tom de Vries <tdevries@suse.de>
3652
3653 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3654 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3655 (gdb_target_cmd): ... here.
3656 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3657 value 2.
3658
3659 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.base/source-dir.exp: Avoid having directory names in test
3662 names.
3663
3664 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3665
3666 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3667 directory.
3668
3669 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3670
3671 * gdb.base/list-missing-source.exp: New file.
3672
3673 2019-09-14 Tom de Vries <tdevries@suse.de>
3674
3675 PR teststuite/24599
3676 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3677 * lib/ada.exp (gnatmake_version_at_least): New proc.
3678
3679 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3680
3681 * gdb.base/maint.exp: Use exec_has_index_section.
3682
3683 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3684
3685 * gdb.base/maint.exp: Add test for 'maint info sections'.
3686
3687 2019-09-12 Tom de Vries <tdevries@suse.de>
3688
3689 * gdb.base/store.exp: Allow register variables to be optimized out at
3690 -O0.
3691
3692 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3693
3694 * gdb.ada/rdv_wait.exp: Update to new task names.
3695 * gdb.base/task_switch_in_core.exp: Likewise.
3696 * gdb.base/info_sources_base.c: Likewise.
3697
3698 2019-09-10 Tom Tromey <tromey@adacore.com>
3699
3700 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3701
3702 2019-09-10 Tom Tromey <tromey@adacore.com>
3703
3704 * gdb.ada/dgopt.exp: New file.
3705 * gdb.ada/dgopt/x.adb: New file.
3706
3707 2019-09-08 Tom Tromey <tom@tromey.com>
3708
3709 * gdb.tui/resize.exp: Remove setup_xfail.
3710 * gdb.tui/regs.exp: Remove setup_xfail.
3711 * gdb.tui/basic.exp: Remove setup_xfail.
3712
3713 2019-09-06 David Blaikie <dblaikie@gmail.com>
3714
3715 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3716 * gdb.cp/cplabel.exp: Ditto.
3717 * gdb.linespec/ls-errs.exp: Ditto.
3718
3719 2019-09-05 Tom de Vries <tdevries@suse.de>
3720
3721 * lib/gdb.exp (cmp_file_string): New proc.
3722 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3723 runto_main. Verify save breakpoints output.
3724
3725 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3726
3727 * gdb.base/info-var.exp: Test info variables without running
3728 to main, to avoid expect's buffer overflow.
3729
3730 2019-09-03 Tom Tromey <tromey@adacore.com>
3731
3732 * gdb.ada/bias.exp: New file.
3733 * gdb.ada/bias/bias.adb: New file.
3734 * gdb.ada/print_chars.exp: Add regression test.
3735 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3736 (MC): New variable.
3737
3738 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3739
3740 * gdb.base/argv0-symlink.exp: Run only on native target
3741 and local host.
3742
3743 2019-08-29 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3746 diverse debug info.
3747 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3748
3749 2019-08-28 Tom de Vries <tdevries@suse.de>
3750
3751 * gdb.base/info-var.exp: Allow info variables to print info for files
3752 other than info-var-f1.c and info-var-f2.c.
3753
3754 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3755
3756 * gdb.fortran/info-types.exp: Add module.
3757 * gdb.fortran/info-types.f90: Update expected results.
3758
3759 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3760
3761 * gdb.fortran/info-types.exp: New file.
3762 * gdb.fortran/info-types.f90: New file.
3763 * lib/fortran.exp (fortran_character1): New proc.
3764
3765 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3766
3767 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3768 functions'. Reindent as needed.
3769 * gdb.base/info-var-f1.c: New file.
3770 * gdb.base/info-var-f2.c: New file.
3771 * gdb.base/info-var.exp: New file.
3772 * gdb.base/info-var.h: New file.
3773
3774 2019-08-26 Tom de Vries <tdevries@suse.de>
3775
3776 PR c++/24852
3777 * gdb.cp/no-libstdcxx-probe.exp: New test.
3778
3779 2019-08-26 Tom de Vries <tdevries@suse.de>
3780
3781 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3782 * tests need to be skipped.
3783 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3784 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3785 mi_skip_libstdcxx_probe_tests.
3786
3787 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3788
3789 * gdb.python/py-xmethods.exp: Use raw strings when passing
3790 arguments to SimpleXMethodMatcher.
3791
3792 2019-08-22 Tom de Vries <tdevries@suse.de>
3793
3794 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3795 more informative.
3796
3797 2019-08-21 Pedro Alves <palves@redhat.com>
3798
3799 * gdb.base/with.exp: Test "with" with no arguments.
3800
3801 2019-08-21 Tom de Vries <tdevries@suse.de>
3802
3803 * gdb.base/gdb-caching-proc.exp: Sort files.
3804
3805 2019-08-20 Tom de Vries <tdevries@suse.de>
3806
3807 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3808 compilation.
3809
3810 2019-08-16 Tom de Vries <tdevries@suse.de>
3811
3812 * gdb.base/compare-sections.exp ("after run to main"): Allow
3813 mismatched read-only sections for PIE executables.
3814
3815 2019-08-16 Tom Tromey <tom@tromey.com>
3816
3817 * lib/tuiterm.exp (_csi_Z): New proc.
3818 * gdb.tui/basic.exp: Update window positions.
3819 * gdb.tui/empty.exp: Update window positions.
3820
3821 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3822
3823 * gdb.base/examine-backward.exp: Correct regexp for
3824 "examine 3 bytes backward from ${address_zero}".
3825
3826 2019-08-15 Tom Tromey <tom@tromey.com>
3827
3828 * gdb.tui/empty.exp: Enable resizing tests.
3829
3830 2019-08-15 Tom Tromey <tromey@adacore.com>
3831
3832 * gdb.ada/char_enum.exp: Add regression tests.
3833 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3834 and '0'.
3835 (Char, Gchar): Update.
3836 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3837
3838 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3839
3840 * gdb.python/python.exp: Expect a leading underscore on
3841 GdbOutput{,Error}File.
3842
3843 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3844
3845 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3846 Windows host.
3847
3848 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3849
3850 * gdb.base/batch-preserve-term-settings.exp
3851 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3852
3853 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3854
3855 * lib/gdb.exp: When running on a mingw target, replace
3856 /x/ with x:/.
3857
3858 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3859
3860 * gdb.arch/aarch64-prologue.c: New test.
3861 * gdb.arch/aarch64-prologue.exp: New file.
3862
3863 2019-08-13 Tom de Vries <tdevries@suse.de>
3864
3865 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3866 Thread.
3867
3868 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3869
3870 * gdb.python/py-completion.exp: Download the .py file to the host
3871 and use its host pathname. Conditionalize tests that use
3872 tab completion and manipulate files on the build machine.
3873 * gdb.python/py-events.exp: Download the .py file to the host
3874 and use its host pathname.
3875 * gdb.python/py-evsignal.exp: Likewise.
3876 * gdb.python/py-evthreads.exp: Likewise.
3877 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3878 pathname syntax.
3879 * gdb.python/py-framefilter.exp: Download the .py file to the right
3880 place on the host. Match Windows pathname syntax.
3881 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3882 .py file to the host and use its host pathname.
3883 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3884 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3885 build pathname. Skip symlink test on Windows host. Add missing
3886 newline at end of file.
3887 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3888 and use its host pathname.
3889 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3890 * gdb.python/py-section-script.exp: Use host location of binfile
3891 on safe-path. Use correct path separator on Windows host.
3892 Reorder alternatives in gdb_test_multiple to prevent matching
3893 the wrong alternative on success.
3894 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3895
3896 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3897
3898 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3899 expect the GDB inferior to no longer immediately stop after
3900 being resumed with "signal SIGINT".
3901
3902 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3903
3904 * gdb.linespec/break-ask.exp: Generalize regexps to match
3905 Windows pathnames too.
3906
3907 2019-08-08 Tom de Vries <tdevries@suse.de>
3908
3909 PR testsuite/24862
3910 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3911
3912 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3913
3914 * gdb.base/style.exp: Update tests for help doc new invariants.
3915 * gdb.base/help.exp: Likewise.
3916
3917 2019-08-06 Tom Tromey <tom@tromey.com>
3918
3919 * gdb.base/style.exp: Add disassemble test.
3920 * gdb.base/style.c (some_called_function): New function.
3921 (main): Use it.
3922
3923 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3924
3925 * gdb.python/py-block.exp: Test dictionary access on blocks.
3926
3927 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3928
3929 PR gdb/24863
3930 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3931 -list-thread-groups --available test when running under
3932 check-read1.
3933
3934 2019-08-05 Tom de Vries <tdevries@suse.de>
3935
3936 PR testsuite/24863
3937 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3938 * gdb.base/help.exp: Use with_read1_timeout_factor.
3939 * gdb.base/info-macros.exp: Same.
3940 * gdb.cp/nested-types.exp: Same.
3941
3942 2019-08-05 Tom de Vries <tdevries@suse.de>
3943
3944 * lib/gdb.exp (version_at_least): Factor out of ...
3945 (tcl_version_at_least): ... here.
3946 (gdb_compile): Fail if pie results in non-PIE executable.
3947 (readelf_version, readelf_prints_pie): New proc.
3948 (exec_is_pie): Return -1 if unknown.
3949
3950 2019-08-05 Tom de Vries <tdevries@suse.de>
3951
3952 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3953
3954 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3955
3956 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3957
3958 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3959
3960 * lib/completion-support.exp (test_gdb_complete_none): Skip
3961 tab completion tests if no readline support.
3962 (test_gdb_complete_unique_re): Likewise.
3963 (test_gdb_complete_multiple): Likewise.
3964
3965 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3966
3967 * gdb.base/info_sources.exp: New file.
3968 * gdb.base/info_sources.c: New file.
3969 * gdb.base/info_sources_base.c: New file.
3970
3971 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3972
3973 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3974 prefix argument.
3975 (test_exit_status): Add prefix argument.
3976
3977 2019-08-01 Tom de Vries <tdevries@suse.de>
3978
3979 PR testsuite/24863
3980 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3981 calling exp_continue for new thread and thread exited messages.
3982
3983 2019-08-01 Tom de Vries <tdevries@suse.de>
3984
3985 PR testsuite/24863
3986 * gdb.base/structs.exp: Fix check-read1 timeout using
3987 gdb_test_sequence.
3988 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3989
3990 2019-08-01 Tom de Vries <tdevries@suse.de>
3991
3992 PR testsuite/24863
3993 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3994 line.
3995
3996 2019-08-01 Tom de Vries <tdevries@suse.de>
3997
3998 PR testsuite/24863
3999 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4000
4001 2019-07-30 Tom Tromey <tromey@adacore.com>
4002
4003 * gdb.ada/display_nested.exp: New file.
4004 * gdb.ada/display_nested/foo.adb: New file.
4005 * gdb.ada/display_nested/pack.adb: New file.
4006 * gdb.ada/display_nested/pack.ads: New file.
4007
4008 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4009
4010 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4011 namespace.
4012 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4013
4014 2019-07-30 Tom de Vries <tdevries@suse.de>
4015
4016 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4017 instead.
4018
4019 2019-07-30 Tom de Vries <tdevries@suse.de>
4020
4021 PR testsuite/24834
4022 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4023 (exec_is_pie): New proc.
4024
4025 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4026
4027 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4028
4029 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4030
4031 * gdb.python/py-objfile.c: Add global and static vars.
4032 * gdb.python/py-objfile.exp: Test new functions Objfile.
4033 lookup_global_symbol and lookup_static_symbol.
4034
4035 2019-07-29 Tom Tromey <tom@tromey.com>
4036
4037 * lib/tuiterm.exp (Term::_csi_@): New proc.
4038 (Term::_csi_X): Don't move cursor.
4039
4040 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4041
4042 * gdb.base/options.exp: Update backtrace - completion to
4043 new option -frame-info.
4044 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4045 Test new 'set print frame-info'. Test backtrace -frame-info
4046 overriding 'set print frame-info'.
4047 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4048 Test new 'set print frame-info'.
4049 Verify consistency of backtrace with and without filters, with and
4050 without -no-filters.
4051 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4052 default.
4053
4054 2019-07-29 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4057 no arguments".
4058
4059 2019-07-29 Tom de Vries <tdevries@suse.de>
4060
4061 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4062 is a substring of the first for "complete non-unique file name".
4063
4064 2019-07-29 Tom de Vries <tdevries@suse.de>
4065
4066 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4067 with ".*".
4068
4069 2019-07-29 Tom de Vries <tdevries@suse.de>
4070
4071 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4072 Pass prompt_regexp parameter to gdb_test_multiple calls.
4073
4074 2019-07-29 Tom de Vries <tdevries@suse.de>
4075
4076 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4077 print registers" regexps.
4078
4079 2019-07-29 Tom de Vries <tdevries@suse.de>
4080
4081 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4082
4083 2019-07-29 Tom de Vries <tdevries@suse.de>
4084
4085 PR gdb/24855
4086 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4087 (skip_python_tests_prompt): Add prompt_regexp argument to
4088 gdb_test_multiple calls.
4089
4090 2019-07-27 Tom Tromey <tom@tromey.com>
4091
4092 * gdb.tui/main.exp: New file.
4093
4094 2019-07-27 Tom Tromey <tom@tromey.com>
4095
4096 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4097 optional.
4098 * gdb.tui/empty.exp: New file.
4099
4100 2019-07-27 Tom Tromey <tom@tromey.com>
4101
4102 * lib/tuiterm.exp (spawn): New proc.
4103 (Term::resize): New proc.
4104 * gdb.tui/resize.exp: New file.
4105
4106 2019-07-27 Tom Tromey <tom@tromey.com>
4107
4108 * gdb.tui/list.exp: New file.
4109
4110 2019-07-27 Tom Tromey <tom@tromey.com>
4111
4112 * gdb.tui/regs.exp: New file.
4113
4114 2019-07-27 Tom Tromey <tom@tromey.com>
4115
4116 * gdb.tui/basic.exp: Add "layout split" test.
4117
4118 2019-07-27 Tom Tromey <tom@tromey.com>
4119
4120 * gdb.tui/basic.exp: Add "layout asm" test.
4121
4122 2019-07-27 Tom Tromey <tom@tromey.com>
4123
4124 * lib/tuiterm.exp: New file.
4125 * gdb.tui/basic.exp: New file.
4126
4127 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4128
4129 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4130 Enable tests associated with this flag. Adjust regex
4131 referencing "foo_low" to now refer to "foo_cold" instead.
4132
4133 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4134
4135 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4136 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4137 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4138 foo_cold. Revise comments to match.
4139 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4140 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4141 were wrapped into this proc; Call do_test in loop from outermost
4142 level.
4143 (foo_low): Rename all occurrences to "foo_cold".
4144 (backtrace from baz): New test.
4145 (x2/i foo_cold): New test.
4146 (info line *foo_cold): New test.
4147
4148 2019-07-26 Tom de Vries <tdevries@suse.de>
4149
4150 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4151
4152 2019-07-25 Tom de Vries <tdevries@suse.de>
4153
4154 PR testsuite/24830
4155 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4156 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4157 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4158 (skip_libstdcxx_probe_tests): ... here.
4159 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4160
4161 2019-07-24 Tom de Vries <tdevries@suse.de>
4162
4163 PR testsuite/24807
4164 * gdb.objc/basicclass.m: Include stdio.h.
4165 * gdb.objc/nondebug.m: Same.
4166 * gdb.objc/objcdecode.m: Same.
4167
4168 2019-07-24 Tom de Vries <tdevries@suse.de>
4169
4170 PR testsuite/24612
4171 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4172 additional_flags.
4173
4174 2019-07-24 Tom de Vries <tdevries@suse.de>
4175
4176 PR testsuite/24831
4177 * gdb.multi/tids.exp: Update error messages for info threads.
4178
4179 2019-07-24 Tom de Vries <tdevries@suse.de>
4180
4181 * gdb.base/info-types.exp: Allow info types to print info for more than
4182 one file.
4183
4184 2019-07-23 Tom de Vries <tdevries@suse.de>
4185
4186 PR testsuite/24842
4187 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4188 gdb_spawn_with_cmdline_opts.
4189
4190 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4191
4192 * gdb.arch/arm-cmse-sgstubs.c: New test.
4193 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4194
4195 2019-07-23 Tom de Vries <tdevries@suse.de>
4196
4197 PR testsuite/24711
4198 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4199 issuing next command.
4200
4201 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.ada/info_auto_lang.exp: Update expected results.
4204 * gdb.base/info-types.c: Add additional types to check.
4205 * gdb.base/info-types.exp: Update expected results.
4206
4207 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4208
4209 * gdb.base/info-types.c: New file.
4210 * gdb.base/info-types.exp: New file.
4211
4212 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4213
4214 * gdb.arch/riscv-bp-infcall.c: New file.
4215 * gdb.arch/riscv-bp-infcall.exp: New file.
4216
4217 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4218
4219 PR breakpoints/24541
4220 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4221
4222 2019-07-14 Tom de Vries <tdevries@suse.de>
4223
4224 PR testsuite/24760
4225 * gdb.objc/basicclass.exp: Fix unterminated string.
4226
4227 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4228 Andrew Burgess <andrew.burgess@embecosm.com>
4229
4230 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4231 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4232 negative bounds.
4233 * gdb.fortran/vla-value.exp: Print elements of an array with
4234 negative bounds.
4235 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4236 testing.
4237
4238 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4239
4240 * gdb.base/options.exp (expect_string): Dequote strings in
4241 results.
4242 (test-string): Test strings with different quoting and reindent.
4243
4244 2019-07-10 Tom Tromey <tromey@adacore.com>
4245
4246 * gdb.ada/mi_ex_cond.exp: Update expected results.
4247 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4248 * gdb.ada/mi_catch_ex.exp: Update expected results.
4249 * gdb.ada/mi_catch_assert.exp: Update expected results.
4250 * gdb.ada/catch_ex.exp (catch_exception_info)
4251 (catch_exception_entry, catch_assert_entry)
4252 (catch_unhandled_entry): Update.
4253 * gdb.ada/catch_assert_if.exp: Update expected results.
4254
4255 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4256 Stephen Roberts <stephen.roberts@arm.com>
4257
4258 * gdb.base/define.exp: Restore original prompt.
4259
4260 2019-07-09 Pedro Alves <palves@redhat.com>
4261
4262 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4263 breakpoints" output.
4264 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4265 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4266 throw" creates breakpoint.
4267 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4268 'type="catchpoint"'.
4269
4270 2019-07-09 Pedro Alves <palves@redhat.com>
4271
4272 PR c++/15468
4273 * gdb.cp/except-multi-location-lib.cc: New.
4274 * gdb.cp/except-multi-location-main.cc: New.
4275 * gdb.cp/except-multi-location.exp: New.
4276
4277 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4278
4279 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4280 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4281 argument and update callers.
4282
4283 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4284
4285 * gdb.arch/amd64-break-on-asm-line.S: New file.
4286 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4287
4288 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4289
4290 * gdb.base/printcmds.exp: Test printing C string and
4291 C wide string convenience vars without transiting via the inferior.
4292 Also make test names unique.
4293
4294 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4295
4296 PR breakpoints/25011
4297 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4298
4299 2019-07-04 Pedro Alves <palves@redhat.com>
4300
4301 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4302 body returned ok(0), break(3) or continue(4).
4303 * gdb.testsuite/foreach_with_prefix.exp: New file.
4304
4305 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4306
4307 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4308
4309 2019-07-03 Pedro Alves <palves@redhat.com>
4310
4311 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4312 "return -code".
4313
4314 2019-07-03 Pedro Alves <palves@redhat.com>
4315
4316 PR cli/24732
4317 * gdb.base/shell.exp: Load completion-support.exp.
4318 Adjust expected error output. Add completion tests.
4319
4320 2019-07-03 Pedro Alves <palves@redhat.com>
4321
4322 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4323 string_to_regexp.
4324
4325 2019-07-03 Pedro Alves <palves@redhat.com>
4326
4327 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4328 (expect_integer): Adjust to expect "-string".
4329 (expect_string): New.
4330 (all_options): Expect "-string".
4331 (test-flag, test-boolean): Adjust to expect "-string".
4332 (test-string): New proc.
4333 (top level): Call it.
4334
4335 2019-07-03 Pedro Alves <palves@redhat.com>
4336
4337 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4338 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4339 the expected output in the success.
4340
4341 2019-07-03 Pedro Alves <palves@redhat.com>
4342
4343 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4344 Split one gdb_test_multiple call in two to avoid a race.
4345
4346 2019-07-03 Pedro Alves <palves@redhat.com>
4347
4348 * gdb.base/with.c: New file.
4349 * gdb.base/with.exp: New file.
4350
4351 2019-07-03 Pedro Alves <palves@redhat.com>
4352
4353 * gdb.base/settings.exp: Replace all references to "maint
4354 test-settings set" with references to "maint set test-settings",
4355 and all references to "maint test-settings show" with references
4356 to "maint show test-settings".
4357
4358 2019-07-03 Pedro Alves <palves@redhat.com>
4359
4360 * gdb.base/settings.exp (test-string): Adjust expected out when
4361 testing "maint test-settings show filename"
4362
4363 2019-07-02 Pedro Alves <palves@redhat.com>
4364
4365 * gdb.base/options.exp (test-info-threads): New procedure.
4366 (top level): Call it.
4367
4368 2019-06-28 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.dwarf2/ada-linkage-name.c: New file.
4371 * gdb.dwarf2/ada-linkage-name.exp: New file.
4372
4373 2019-06-27 Tom Tromey <tromey@adacore.com>
4374
4375 PR c++/20020:
4376 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4377
4378 2019-06-26 Tom de Vries <tdevries@suse.de>
4379
4380 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4381
4382 2019-06-26 Tom de Vries <tdevries@suse.de>
4383
4384 * gdb.base/index-cache.exp: Add back missing debug option.
4385
4386 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4387
4388 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4389
4390 2019-06-25 Tom de Vries <tdevries@suse.de>
4391
4392 PR testsuite/24727
4393 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4394
4395 2019-06-24 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4398
4399 2019-06-24 Tom de Vries <tdevries@suse.de>
4400
4401 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4402 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4403 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4404
4405 2019-06-24 Tom de Vries <tdevries@suse.de>
4406
4407 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4408
4409 2019-06-21 Tom de Vries <tdevries@suse.de>
4410
4411 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4412
4413 2019-06-21 Tom de Vries <tdevries@suse.de>
4414
4415 PR testsuite/24518
4416 PR ada/24713
4417 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4418 index.
4419
4420 2019-06-19 Tom Tromey <tromey@adacore.com>
4421
4422 * gdb.ada/length_cond.exp: Add intro comment.
4423
4424 2019-06-19 Tom Tromey <tromey@adacore.com>
4425
4426 * gdb.ada/length_cond.exp: New file.
4427 * gdb.ada/length_cond/length_cond.adb: New file.
4428 * gdb.ada/length_cond/pck.adb: New file.
4429 * gdb.ada/length_cond/pck.ads: New file.
4430
4431 2019-06-18 Tom de Vries <tdevries@suse.de>
4432
4433 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4434
4435 2019-06-18 Tom Tromey <tromey@adacore.com>
4436
4437 * gdb.base/list0.h: Add comment explaining control character.
4438
4439 2019-06-18 Tom de Vries <tdevries@suse.de>
4440
4441 * boards/fission.exp: Break up long debug_flags line.
4442
4443 2019-06-16 Tom de Vries <tdevries@suse.de>
4444
4445 PR gdb/24445
4446 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4447 generated index.
4448
4449 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4450
4451 PR gdb/24686
4452 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4453 improve detection of bug gdb/24541.
4454
4455 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4456
4457 PR gdb/24669
4458 * gdb.base/index-cache.exp (uses_readnow,
4459 expecting_index_cache_use): Define global variable.
4460 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4461 expecting_index_cache_use.
4462
4463 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4464 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.fortran/pointers.f90: New file.
4467 * gdb.fortran/print_type.exp: New file.
4468 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4469 * gdb.fortran/vla-type.exp: Likewise.
4470 * gdb.fortran/vla-value.exp: Likewise.
4471 * gdb.mi/mi-vla-fortran.exp: Likewise.
4472
4473 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4474
4475 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4476 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4477 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4478 as a stop reason.
4479
4480 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4481
4482 * gdb.base/annota1.exp: Update expected results.
4483 * gdb.cp/annota2.exp: Likewise.
4484 * gdb.cp/annota3.exp: Likewise.
4485
4486 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.base/style-logging.exp: Remove path from test name.
4489
4490 2019-06-14 Tom Tromey <tromey@adacore.com>
4491
4492 PR gdb/24502:
4493 * gdb.base/style-logging.exp: New file.
4494
4495 2019-06-14 Tom Tromey <tromey@adacore.com>
4496
4497 * gdb.base/symfile-warn.exp: New file.
4498 * gdb.base/symfile-warn.c: New file.
4499
4500 2019-06-14 Tom Tromey <tromey@adacore.com>
4501
4502 * gdb.base/annotate-symlink.exp: New file.
4503
4504 2019-06-14 Tom Tromey <tromey@adacore.com>
4505
4506 * gdb.ada/set_wstr.exp: Add reassignment test.
4507
4508 2019-06-14 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4511 'unchecked_access and 'unrestricted_access as well.
4512
4513 2019-06-14 Tom Tromey <tromey@adacore.com>
4514
4515 PR ada/24539:
4516 * gdb.ada/vla.exp: Update tests.
4517 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4518 pragma.
4519
4520 2019-06-13 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/settings.exp (test-integer): Test junk after
4523 "unlimited".
4524
4525 2019-06-13 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/options.exp (test-thread-apply): New.
4528 (top level): Call it.
4529
4530 2019-06-13 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.base/options.exp (test-frame-apply): New.
4533 (top level): Test print commands with different "frame apply"
4534 prefixes.
4535
4536 2019-06-13 Pedro Alves <palves@redhat.com>
4537
4538 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4539 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4540 'max_completions' parameter and handle it.
4541 (test_gdb_completion_offers_commands): New.
4542
4543 2019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4546
4547 2019-06-13 Pedro Alves <palves@redhat.com>
4548
4549 * gdb.base/options.exp (test-backtrace): New.
4550 (top level): Call it.
4551
4552 2019-06-13 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.guile/scm-frame-args.exp: Use "set print
4555 raw-frame-arguments" instead of "set print raw frame-arguments".
4556 * gdb.python/py-frame-args.exp: Likewise.
4557
4558 2019-06-13 Pedro Alves <palves@redhat.com>
4559
4560 * gdb.compile/compile.exp: Adjust expected output to option
4561 processing changes.
4562
4563 2019-06-13 Pedro Alves <palves@redhat.com>
4564
4565 * gdb.base/options.exp: Build executable.
4566 (test-print): New procedure.
4567 (top level): Call it, once for "print" and another for "compile
4568 print".
4569
4570 2019-06-13 Pedro Alves <palves@redhat.com>
4571
4572 * gdb.base/options.c: New file.
4573 * gdb.base/options.exp: New file.
4574
4575 2019-06-13 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4578 that "o" is ambiguous.
4579
4580 2019-06-13 Pedro Alves <palves@redhat.com>
4581
4582 * gdb.base/settings.c: New file.
4583 * gdb.base/settings.exp: New file.
4584
4585 2019-06-13 Pedro Alves <palves@redhat.com>
4586
4587 * gdb.base/completion.exp: Fix comment typo.
4588
4589 2019-06-13 Pedro Alves <palves@redhat.com>
4590
4591 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4592 foo --1" test.
4593
4594 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4595
4596 * gdb.fortran/block-data.f: New.
4597 * gdb.fortran/block-data.exp: New.
4598
4599 2019-06-11 Tom de Vries <tdevries@suse.de>
4600
4601 PR testsuite/24521
4602 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4603 message.
4604
4605 2019-06-11 Tom de Vries <tdevries@suse.de>
4606
4607 PR testsuite/24521
4608 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4609
4610 2019-06-11 Tom de Vries <tdevries@suse.de>
4611
4612 * boards/readnow.exp: New file.
4613
4614 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4615
4616 * gdb.fortran/vla-sizeof.exp: Update expected results.
4617
4618 2019-06-06 Amos Bird <amosbird@gmail.com>
4619
4620 * gdb.base/annota1.exp (thread_switch): Add test for
4621 thread-exited annotation.
4622
4623 2019-06-06 Tom Tromey <tromey@adacore.com>
4624
4625 * gdb.base/maint.exp: Expect command started/finished output.
4626
4627 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4630 comment.
4631 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4632
4633 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4634
4635 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4636 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4637 * gdb.arch/riscv-unwind-long-insn.c: New file.
4638 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4639
4640 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4641
4642 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4643
4644 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4645
4646 * lib/gdb.exp (help_list_trailer): New regexp variable
4647 factorizing the help trailer message.
4648 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4649 arg to allow to better factorize various tests.
4650 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4651 (test_prefix_command_help): Use help_list_trailer.
4652 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4653 * gdb.guile/scm-cmd.exp: Likewise.
4654 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4655 * gdb.base/help.exp: Use test_user_defined_class_help.
4656 * gdb.base/style.exp: Add tests for styling of help and apropos.
4657 * lib/gdb-utils.exp (style): Add title and highlight styles.
4658
4659 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4660
4661 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4662 $_shell_exitsignal.
4663 * gdb.base/default.exp: Update for new convenience variables.
4664
4665 2019-05-29 Tom Tromey <tromey@adacore.com>
4666
4667 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4668 to "break complete ada" test case's regexp.
4669
4670 2019-05-29 Tom Tromey <tromey@adacore.com>
4671
4672 PR c++/20020:
4673 * gdb.cp/constexpr-field.exp: New file.
4674 * gdb.cp/constexpr-field.cc: New file.
4675
4676 2019-05-29 Tom Tromey <tromey@adacore.com>
4677
4678 * gdb.base/finish.exp (finish_no_print): New proc.
4679 (finish_tests): Call it.
4680
4681 2019-05-24 Tom de Vries <tdevries@suse.de>
4682
4683 * gdb.dwarf2/gdb-add-index.exp: New file.
4684
4685 2019-05-22 Tom Tromey <tromey@adacore.com>
4686
4687 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4688 * gdb.base/style.exp: Use "style".
4689 * lib/gdb-utils.exp (style): New proc.
4690
4691 2019-05-22 Tom de Vries <tdevries@suse.de>
4692
4693 * gdb.base/align.exp: Require c++11.
4694
4695 2019-05-22 Tom de Vries <tdevries@suse.de>
4696
4697 PR testsuite/24586
4698 * gdb.python/py-mi-var-info-path-expression.exp: Call
4699 mi_skip_python_tests to check if python is supported.
4700
4701 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4702
4703 * gdb.arch/aarch64-pauth.c: New test.
4704 * gdb.arch/aarch64-pauth.exp: New file.
4705
4706 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4707
4708 * README (Re-running Tests Outside The Testsuite): New section.
4709
4710 2019-05-21 Tom de Vries <tdevries@suse.de>
4711
4712 * gdb.arch/amd64-eval.exp: Require c++11.
4713 * gdb.base/max-depth.exp: Same.
4714 * gdb.compile/compile-cplus-array-decay.exp: Same.
4715 * gdb.cp/meth-typedefs.exp: Same.
4716 * gdb.cp/subtypes.exp: Same.
4717 * gdb.cp/temargs.exp: Same.
4718
4719 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4720
4721 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4722
4723 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4724
4725 PR gdb/18644
4726 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4727 * gdb.fortran/printing-types.exp: Add new test.
4728 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4729 testing.
4730 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4731 setup_kfail call.
4732
4733 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4734
4735 * README (Running the Testsuite): Change example.
4736 (Testsuite Parameters): Remove TRANSCRIPT.
4737 * lib/gdb.exp: Remove TRANSCRIPT check.
4738
4739 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4740
4741 * README (Testsuite Parameters): Add replay logging to
4742 GDBSERVER_DEBUG.
4743 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4744 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4745 as a comma separated list.
4746 (gdb_debug_init): Override procedure.
4747
4748 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4749
4750 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4751 (gdb_write_cmd_file): New procedure.
4752 * lib/gdbserver-support.exp (gdbserver_start): Call
4753 gdbserver_write_cmd_file.
4754 (gdbserver_write_cmd_file): New procedure.
4755
4756 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4757
4758 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4759 (delete_breakpoints): Likewise.
4760 (gdb_run_cmd): Likewise.
4761 (gdb_start_cmd): Likewise.
4762 (gdb_starti_cmd): Likewise.
4763 (gdb_internal_error_resync): Likewise.
4764 (gdb_test_multiple): Likewise.
4765 (gdb_reinitialize_dir): Likewise.
4766 (default_gdb_exit): Likewise.
4767 (gdb_file_cmd): Mark kill as optional.
4768 (default_gdb_start): Call gdb_stdin_log_init.
4769 (send_gdb): Call gdb_stdin_log_write.
4770 (rerun_to_main): Mark Y as an answer.
4771 (gdb_stdin_log_init): New function.
4772 (gdb_stdin_log_write): Likewise.
4773
4774 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4775
4776 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4777 * gdb.base/debug-expr.exp: Likewise.
4778 * gdb.base/foll-fork.exp: Likewise.
4779 * gdb.base/foll-vfork.exp: Likewise.
4780 * gdb.base/fork-print-inferior-events.exp: Likewise.
4781 * gdb.base/gdb-sigterm.exp: Likewise.
4782 * gdb.base/gdbinit-history.exp: Likewise.
4783 * gdb.base/osabi.exp: Likewise.
4784 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4785 * gdb.base/ui-redirect.exp: Likewise.
4786 * gdb.gdb/unittest.exp: Likewise.
4787 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4788 * gdb.mi/mi-watch.exp: Likewise.
4789 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4790 * gdb.mi/user-selected-context-sync.exp: Likewise.
4791 * gdb.python/python.exp: Disable debug test when debugging.
4792 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4793 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4794 Likewise.
4795 * gdb.threads/stepi-random-signal.exp: Likewise.
4796
4797 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4798
4799 * Makefile.in: Pass through GDB_DEBUG.
4800 * README (Testsuite Parameters): Add GDB_DEBUG.
4801 (gdb,debug): Add board setting.
4802 * lib/gdb.exp (default_gdb_start): Start debugging.
4803 (gdb_debug_enabled): New procedure.
4804 (gdb_debug_init): Likewise.
4805
4806 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4807
4808 * Makefile.in: Pass through GDB_DEBUG.
4809 * README (Testsuite Parameters): Add GDB_DEBUG.
4810 (gdb,debug): Add board setting.
4811 * lib/gdb.exp (default_gdb_start): Start debugging.
4812 (gdb_debug_enabled): New procedure.
4813 (gdb_debug_init): Likewise.
4814
4815 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4816
4817 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4818
4819 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4820
4821 * gdb.base/ui-redirect.exp: Test redirection.
4822
4823 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4824
4825 * gdb.mi/mi-complete.exp: New file.
4826 * gdb.mi/mi-complete.cc: Likewise.
4827
4828 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4829
4830 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4831 indexed and sliced arrays, and pointers to arrays.
4832
4833 2019-05-14 Tom Tromey <tromey@adacore.com>
4834
4835 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4836 styling test.
4837
4838 2019-05-14 Tom de Vries <tdevries@suse.de>
4839
4840 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4841 selection entry encoding.
4842
4843 2019-05-10 Tom Tromey <tromey@adacore.com>
4844
4845 * gdb.ada/info_exc.exp: Add "complete" test.
4846
4847 2019-05-09 Tom de Vries <tdevries@suse.de>
4848
4849 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4850 CU-relative.
4851
4852 2019-05-09 Tom de Vries <tdevries@suse.de>
4853
4854 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4855 CU-relative.
4856
4857 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4858
4859 * gdb.ada/frame_arg_lang.exp: New testcase.
4860 * gdb.ada/frame_arg_lang/bla.adb: New file.
4861 * gdb.ada/frame_arg_lang/pck.ads: New file.
4862 * gdb.ada/frame_arg_lang/pck.adb: New file.
4863 * gdb.ada/frame_arg_lang/foo.c: New file.
4864
4865 2019-05-08 Tom Tromey <tromey@adacore.com>
4866
4867 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4868
4869 2019-05-08 Tom Tromey <tromey@adacore.com>
4870
4871 * gdb.base/ptype-offsets.exp: Update tests.
4872
4873 2019-05-08 Tom Tromey <tromey@adacore.com>
4874
4875 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4876 cases.
4877 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4878 "short".
4879
4880 2019-05-08 Tom Tromey <tromey@adacore.com>
4881
4882 * gdb.ada/vla.exp: New file.
4883 * gdb.ada/vla/vla.adb: New file.
4884
4885 2019-05-07 Tom de Vries <tdevries@suse.de>
4886
4887 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4888
4889 2019-05-07 Tom de Vries <tdevries@suse.de>
4890
4891 PR testsuite/24522
4892 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4893 section.
4894
4895 2019-05-07 Tom de Vries <tdevries@suse.de>
4896
4897 PR testsuite/24522
4898 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4899 .debug_aranges section.
4900
4901 2019-05-07 Tom de Vries <tdevries@suse.de>
4902
4903 PR testsuite/24159
4904 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4905
4906 2019-05-06 Tom de Vries <tdevries@suse.de>
4907
4908 * lib/gdb.exp (exec_has_index_section): New proc.
4909 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4910 section.
4911
4912 2019-05-04 Tom de Vries <tdevries@suse.de>
4913
4914 * boards/cc-with-debug-names.exp: New file.
4915
4916 2019-05-03 Tom Tromey <tromey@adacore.com>
4917
4918 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4919 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4920 * gdb.ada/char_enum.exp: Add test.
4921
4922 2019-05-03 Tom de Vries <tdevries@suse.de>
4923
4924 * boards/cc-with-gdb-index.exp: New file.
4925
4926 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4927
4928 * gdb.rust/simple.exp: Add new test case.
4929 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4930 (main): Initialise an instance of the new struct.
4931
4932 2019-05-01 Tom Tromey <tromey@adacore.com>
4933
4934 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4935 record.
4936 (NPR): New variable.
4937 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4938 test.
4939
4940 2019-05-01 Tom Tromey <tromey@adacore.com>
4941
4942 * gdb.ada/packed_array_assign.exp: Add packed assignment
4943 regression test.
4944
4945 2019-05-01 Tom de Vries <tdevries@suse.de>
4946
4947 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4948
4949 2019-05-01 Tom de Vries <tdevries@suse.de>
4950
4951 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4952
4953 2019-04-30 Ali Tamur <tamur@google.com>
4954
4955 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4956
4957 2019-04-30 Tom Tromey <tromey@adacore.com>
4958
4959 * lib/ada.exp (find_ada_tool): New proc.
4960 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4961 * gdb.ada/catch_ex_std.exp: New file.
4962 * gdb.ada/catch_ex_std/foo.adb: New file.
4963 * gdb.ada/catch_ex_std/some_package.adb: New file.
4964 * gdb.ada/catch_ex_std/some_package.ads: New file.
4965
4966 2019-04-30 Tom Tromey <tromey@adacore.com>
4967
4968 PR c++/24470:
4969 * gdb.cp/temargs.cc: Add test code from PR.
4970
4971 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4972
4973 * gdb.fortran/vla-datatypes.exp: Update expected results.
4974 * gdb.fortran/vla-ptype.exp: Likewise.
4975 * gdb.fortran/vla-type.exp: Likewise.
4976 * gdb.fortran/vla-value.exp: Likewise.
4977
4978 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.fortran/ptr-indentation.exp: Update expected results.
4981 * gdb.fortran/ptype-on-functions.exp: Likewise.
4982 * gdb.fortran/vla-ptr-info.exp: Likewise.
4983 * gdb.fortran/vla-value.exp: Likewise.
4984
4985 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.fortran/ptype-on-functions.exp: New file.
4988 * gdb.fortran/ptype-on-functions.f90: New file.
4989
4990 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4991
4992 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4993 case void string.
4994
4995 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4996
4997 * gdb.fortran/complex.exp: Expand.
4998 * gdb.fortran/complex.f: Renamed to...
4999 * gdb.fortran/complex.f90: ...this, and extended to add more
5000 complex values.
5001
5002 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5003
5004 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5005 MODULO, CMPLX.
5006
5007 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5008 Richard Bunt <richard.bunt@arm.com>
5009
5010 * gdb.base/max-depth.c: New file.
5011 * gdb.base/max-depth.exp: New file.
5012 * gdb.python/py-nested-maps.c: New file.
5013 * gdb.python/py-nested-maps.exp: New file.
5014 * gdb.python/py-nested-maps.py: New file.
5015 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5016 (test_all_common): Call test_max_depth.
5017 * gdb.fortran/max-depth.exp: New file.
5018 * gdb.fortran/max-depth.f90: New file.
5019 * gdb.go/max-depth.exp: New file.
5020 * gdb.go/max-depth.go: New file.
5021 * gdb.modula2/max-depth.exp: New file.
5022 * gdb.modula2/max-depth.c: New file.
5023 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5024
5025 2019-04-29 Tom de Vries <tdevries@suse.de>
5026
5027 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5028
5029 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5030
5031 * gdb.base/callexit.exp: Test may-call-functions off.
5032
5033 2019-04-25 Keith Seitz <keiths@redhat.com>
5034
5035 PR c++/24367
5036 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5037 (another_incomplete_struct, test_incomplete): New definitions.
5038 (main): Use new definitions.
5039 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5040 functions.
5041
5042 2019-04-25 Ali Tamur <tamur@google.com>
5043
5044 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5045
5046 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5047
5048 PR corefiles/11608
5049 PR corefiles/18187
5050 * gdb.base/coredump-filter-build-id.exp: New file.
5051
5052 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5053
5054 * Makefile.in: Pass through GDBSERVER_DEBUG.
5055 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5056 (gdbserver,debug): Add board setting.
5057 * gdb.trace/tspeed.exp: Skip when debugging.
5058 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5059 * lib/gdbserver-support.exp: Likewise
5060
5061 2019-04-24 Tom Tromey <tromey@adacore.com>
5062
5063 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5064 Rust.
5065
5066 2019-04-24 Tom Tromey <tromey@adacore.com>
5067
5068 * gdb.arch/amd64-eval.exp: Test bitfield return.
5069 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5070 (class Foo) <return_bitfields>: New method.
5071 (main): Call it.
5072
5073 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5074
5075 * gdb.cp/many-args.cc: New file.
5076 * gdb.cp/many-args.exp: New file.
5077
5078 2019-04-23 Tom de Vries <tdevries@suse.de>
5079
5080 PR gdb/24433
5081 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5082
5083 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5084
5085 * gdb.trace/backtrace.exp: Use nopie flag.
5086 * gdb.trace/circ.exp: Likewise.
5087 * gdb.trace/collection.exp: Likewise.
5088 * gdb.trace/ftrace.exp: Likewise.
5089 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5090 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5091 * gdb.trace/qtro.exp: Likewise.
5092 * gdb.trace/read-memory.exp: Likewise.
5093 * gdb.trace/report.exp: Likewise.
5094 * gdb.trace/tfile.exp: Likewise.
5095 * gdb.trace/tfind.exp: Likewise.
5096 * gdb.trace/unavailable.exp: Likewise.
5097
5098 2019-04-22 Pedro Alves <palves@redhat.com>
5099
5100 * gdb.base/solib-probes-nosharedlibrary.c,
5101 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5102
5103 2019-04-19 Tom Tromey <tromey@adacore.com>
5104
5105 * gdb.ada/ptype_union.c: New file.
5106 * gdb.ada/ptype_union.exp: New file.
5107
5108 2019-04-19 Tom Tromey <tromey@adacore.com>
5109
5110 PR symtab/24423:
5111 * gdb.base/list0.h (foo): Add a control-l character.
5112
5113 2019-04-18 Tom de Vries <tdevries@suse.de>
5114
5115 PR gdb/24433
5116 * boards/local-board.exp: Set sysroot to "".
5117
5118 2019-04-18 Tom de Vries <tdevries@suse.de>
5119 Pedro Alves <palves@redhat.com>
5120
5121 PR gdb/24454
5122 * gdb.threads/vfork-follow-child-exec.c: New file.
5123 * gdb.threads/vfork-follow-child-exec.exp: New file.
5124 * gdb.threads/vfork-follow-child-exit.c: New file.
5125 * gdb.threads/vfork-follow-child-exit.exp: New file.
5126
5127 2019-04-15 Leszek Swirski <leszeks@google.com>
5128
5129 * gdb.arch/amd64-eval.cc: New file.
5130 * gdb.arch/amd64-eval.exp: New file.
5131
5132 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5133
5134 * gdb.server/sysroot.c: New test.
5135 * gdb.server/sysroot.exp: New file.
5136 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5137 matching param.
5138
5139 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5140
5141 * gdb.base/align.exp: Extend test to cover structures containing
5142 only static fields.
5143
5144 2019-04-11 Tom de Vries <tdevries@suse.de>
5145
5146 * boards/cc-with-dwz-m.exp: New file.
5147 * boards/cc-with-dwz.exp: New file.
5148 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5149
5150 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5151
5152 * gdb.base/start-cpp.exp: New file.
5153 * gdb.base/start-cpp.cc: New file.
5154
5155 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5156
5157 * gdb.python/py-thrhandle.exp: Adjust tests to call
5158 thread_from_handle instead of thread_from_thread_handle.
5159
5160 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5161
5162 * gdb.python/py-thrhandle.exp: Add tests for
5163 gdb.InferiorThread.handle.
5164
5165 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5166
5167 * gdb.python/py-function.exp: Check calling helper function from
5168 all languages.
5169 * lib/gdb.exp (gdb_supported_languages): New proc.
5170
5171 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5172
5173 * gdb.base/complex-parts.c: New file.
5174 * gdb.base/complex-parts.exp: New file.
5175
5176 2019-04-01 Tom Tromey <tromey@adacore.com>
5177
5178 PR symtab/23331:
5179 * gdb.dwarf2/dw2-ranges-main.c: New file.
5180 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5181 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5182
5183 2019-03-30 Simon Marchi <simark@simark.ca>
5184
5185 * gdb.base/default.exp: Add values for $_gdb_major and
5186 $_gdb_minor.
5187
5188 2019-03-29 Tom Tromey <tromey@adacore.com>
5189
5190 * gdb.base/help.exp: Tighten apropos regexp.
5191
5192 2019-03-29 Keith Seitz <keiths@redhat.com>
5193
5194 * gdb.fortran/array-bounds.exp: New file.
5195 * gdb.fortran/array-bounds.f90: New file.
5196
5197 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5198
5199 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5200
5201 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5202
5203 * gdb.multi/hello.c (main): Increase alarm timer.
5204
5205 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5206
5207 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5208 factor when no hardware watchpoint support.
5209
5210 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5211 Pedro Alves <palves@redhat.com>
5212
5213 * boards/local-board.exp: set sysroot to /.
5214
5215 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5216
5217 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5218 in child.
5219
5220 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5223 field.
5224 (make_container): Initialise new field.
5225 * gdb.python/py-prettyprint.exp: Add new tests.
5226 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5227 <display_hint>: New method.
5228
5229 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5232 gdb_continue_to_breakpoint more throughout this test.
5233 (run_lang_tests) Supply unique test names, and use
5234 gdb_test_no_output.
5235
5236 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5237
5238 * gdb.base/finish-pretty.exp: Update expected results.
5239 * gdb.base/pretty-print.c: New file.
5240 * gdb.base/pretty-print.exp: New file.
5241
5242 2019-03-25 Pedro Alves <palves@redhat.com>
5243
5244 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5245 move comments outside list. Append '-i "" eof' section.
5246
5247 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5248
5249 PR testsuite/25016
5250 * README: Add pie options.
5251 * gdb.base/break-interp.exp: Ensure pie is disabled.
5252 * gdb.base/dump.exp: Likewise.
5253 * lib/gdb.exp (gdb_compile): Add pie option.
5254
5255 2019-03-19 Tom Tromey <tromey@adacore.com>
5256
5257 * gdb.mi/mi2-cli-display.c: New file.
5258 * gdb.mi/mi2-cli-display.exp: New file.
5259
5260 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5261 Tom Tromey <tromey@adacore.com>
5262
5263 * gdb.ada/ptype_array/pck.adb: New file.
5264 * gdb.ada/ptype_array/pck.ads: New file.
5265 * gdb.ada/ptype_array/foo.adb: New file.
5266 * gdb.ada/ptype_array.exp: New file.
5267
5268 2019-03-14 Tom Tromey <tromey@adacore.com>
5269
5270 * gdb.base/style.exp: Add "set style sources" test.
5271
5272 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5273
5274 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5275 * mi-breakpoint-multiple-locations.exp: ... this.
5276 (make_breakpoints_pattern): New proc.
5277 (do_test): Add mi_version parameter, test -break-insert,
5278 -break-info and =breakpoint-created.
5279
5280 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * config/default.exp: Remove 'load_lib gdb.exp'.
5283 * config/monitor.exp: Likewise.
5284 * config/sid.exp: Likewise.
5285 * config/sim.exp: Likewise.
5286 * config/slite.exp: Likewise.
5287 * config/unix.exp: Likewise.
5288 * gdb.base/default.exp: Remove unhelpful comment.
5289
5290 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5291
5292 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5293
5294 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5297
5298 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5299
5300 * gdb.fortran/type-kinds.exp: Update expected results.
5301
5302 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5303
5304 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5305
5306 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5307
5308 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5309 function.
5310 (test_basic_parsing_of_type_kinds): Expand types tested.
5311 (test_parsing_invalid_type_kinds): New function.
5312
5313 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5314
5315 * gdb.fortran/intrinsics.exp: New file.
5316 * gdb.fortran/intrinsics.f90: New file.
5317 * gdb.fortran/type-kinds.exp: New file.
5318
5319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.fortran/dot-ops.exp: New file.
5322
5323 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5324
5325 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5326 Check upper and lower case logical literals.
5327
5328 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5329
5330 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5331 Remove duplicate tests.
5332
5333 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5334
5335 * lib/gdb.exp (builtin_cd): rename of cd.
5336 (cd): Override builtin.
5337
5338 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5339
5340 * gdb.fortran/function-calls.exp: New file.
5341 * gdb.fortran/function-calls.f90: New test.
5342
5343 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5344
5345 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5346 on user program standard output.
5347 * gdb.fortran/short-circuit-argument-list.f90: Record function
5348 calls.
5349
5350 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5351
5352 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5353 failure.
5354
5355 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5356
5357 PR gdb/8527
5358 * gdb.base/interrupt-daemon-attach.c,
5359 gdb.base/interrupt-daemon-attach.exp: New test.
5360
5361 2019-02-27 Pedro Alves <palves@redhat.com>
5362
5363 * gdb.base/page.exp: Add tests for "set width/height -1".
5364
5365 2019-02-27 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/page.exp: Add tests for "set/show width/height" with
5368 "infinite" values.
5369
5370 2019-02-27 Tom Tromey <tromey@adacore.com>
5371
5372 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5373 2.4.
5374 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5375 workaround.
5376
5377 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5378
5379 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5380 tests for structs with static members.
5381
5382 2019-02-26 Tom Tromey <tromey@adacore.com>
5383
5384 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5385 ValueError, not TypeError.
5386
5387 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5388
5389 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5390 call from main program.
5391
5392 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5393
5394 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5395 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5396 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5397 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5398 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5399
5400 2019-02-22 Keith Seitz <keiths@redhat.com>
5401
5402 PR symtab/23853
5403 * gdb.base/symlink-sourcefile.c: New file.
5404 * gdb.base/symlink-sourcefile.exp: New file.
5405
5406 2019-02-20 Tom Tromey <tom@tromey.com>
5407
5408 * gdb.base/info_qt.exp: Update.
5409
5410 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5411
5412 * gdb.base/source.exp: Move "error in sourced script" code to
5413 the end.
5414 * gdb.base/source-error.gdb: Move contents to
5415 source-error-1.gdb. Add new code to source source-error-1.gdb.
5416 * gdb.base/source-error-1.gdb: New file, from previous
5417 source-error.gdb.
5418
5419 2019-02-17 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5422 for macro styling.
5423 * gdb.base/style.c (SOME_MACRO): New macro.
5424
5425 2019-02-17 Tom Tromey <tom@tromey.com>
5426
5427 * gdb.base/style.exp: Add line-wrapping tests.
5428 * gdb.base/page.exp: Add test for quitting during pagination.
5429
5430 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.ada/big_packed_array: New testcase.
5433 * gdb.ada/homonym.exp: Fix incorrect expected output for
5434 "break <homonym__get_value>" test.
5435
5436 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5437
5438 PR breakpoints/21870
5439 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5440 and prepare_for_testing. Add comment.
5441 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5442 redundant cleanup call. Clean up comment.
5443
5444 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5445
5446 PR breakpoints/21870
5447 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5448 * gdb.arch/aarch64-dbreg-contents.c: New file.
5449
5450 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5451
5452 * gdb.ada/mi_ref_changeable: New testcase.
5453
5454 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5455
5456 * gdb.base/attach.exp: Add double attach test.
5457
5458 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5459
5460 * lib/gdb.exp (default_gdb_start): Don't match pagination
5461 prompt.
5462 (gdb_init): Set stty_init.
5463
5464 2019-01-27 Tom Tromey <tom@tromey.com>
5465
5466 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5467 skip_python_tests.
5468
5469 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5470
5471 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5472 New structure.
5473 (struct struct_static_02_02): Likewise.
5474 (struct struct_static_02_03): Likewise.
5475 (struct struct_static_02_04): Likewise.
5476 (struct struct_static_04_01): Likewise.
5477 (struct struct_static_04_02): Likewise.
5478 (struct struct_static_04_03): Likewise.
5479 (struct struct_static_04_04): Likewise.
5480 (struct struct_static_06_01): Likewise.
5481 (struct struct_static_06_02): Likewise.
5482 (struct struct_static_06_03): Likewise.
5483 (struct struct_static_06_04): Likewise.
5484 (cmp_struct_static_02_01): Likewise.
5485 (cmp_struct_static_02_02): Likewise.
5486 (cmp_struct_static_02_03): Likewise.
5487 (cmp_struct_static_02_04): Likewise.
5488 (cmp_struct_static_04_01): Likewise.
5489 (cmp_struct_static_04_02): Likewise.
5490 (cmp_struct_static_04_03): Likewise.
5491 (cmp_struct_static_04_04): Likewise.
5492 (cmp_struct_static_06_01): Likewise.
5493 (cmp_struct_static_06_02): Likewise.
5494 (cmp_struct_static_06_03): Likewise.
5495 (cmp_struct_static_06_04): Likewise.
5496 (call_all): Test new structs.
5497 * gdb.base/infcall-nested-structs.exp: Likewise.
5498
5499 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5500 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5501
5502 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5503 * gdb.base/stack-protector.c: New test.
5504 * gdb.base/stack-protector.exp: New file.
5505 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5506 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5507 option.
5508 (gdb_compile): Remove stack protector for GCC and prevent
5509 recursion.
5510
5511 2019-01-16 Keith Seitz <keiths@redhat.com>
5512
5513 PR gdb/23773
5514 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5515
5516 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5517
5518 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5519 aliases.
5520 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5521 tests.
5522 * gdb.arch/powerpc-vector-regs.c: New file.
5523 * gdb.arch/powerpc-vector-regs.exp: New file.
5524
5525 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5526
5527 * gdb.arch/altivec-regs.exp: Fix the list passed to
5528 gdb_expect_list when testing "info vector".
5529
5530 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5531
5532 * gdb.base/style.exp: Don't include path in testname.
5533
5534 2019-01-10 Keith Seitz <keiths@redhat.com>
5535
5536 PR gdb/23712
5537 PR symtab/23010
5538 * gdb.dwarf2/multidictionary.exp: New file.
5539
5540 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5541
5542 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5543 (test_gnuv3_style_demangling): ... this.
5544 (test_lucid_style_demangling): Remove.
5545 (test_arm_style_demangling): Remove.
5546 (test_hp_style_demangling): Remove.
5547 (do_tests): Remove calls to the above.
5548
5549 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5550
5551 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5552 case.
5553
5554 2019-01-06 Tom Tromey <tom@tromey.com>
5555
5556 PR gdb/28155:
5557 * gdb.dwarf2/typedef-void-finish.exp: New file.
5558
5559 2018-12-28 Tom Tromey <tom@tromey.com>
5560 Simon Marchi <simark@simark.ca>
5561
5562 * gdb.base/jit-exec.exp: New file.
5563 * gdb.base/jit-exec.c: New file.
5564 * gdb.base/jit-execd.c: New file.
5565
5566 2018-12-28 Tom Tromey <tom@tromey.com>
5567
5568 * gdb.base/style.exp: Update test to check for address styling.
5569
5570 2018-12-28 Tom Tromey <tom@tromey.com>
5571
5572 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5573 message.
5574
5575 2018-12-28 Tom Tromey <tom@tromey.com>
5576
5577 * gdb.base/style.exp: Add test for version number styling.
5578
5579 2018-12-28 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.base/style.exp: Add test for print_address_symbolic.
5582
5583 2018-12-28 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.base/style.exp: Add test for breakpoint setting.
5586
5587 2018-12-28 Tom Tromey <tom@tromey.com>
5588
5589 * gdb.base/style.exp: Add test for variable names.
5590
5591 2018-12-28 Tom Tromey <tom@tromey.com>
5592
5593 * gdb.base/style.exp: New file.
5594 * gdb.base/style.c: New file.
5595
5596 2018-12-28 Tom Tromey <tom@tromey.com>
5597
5598 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5599 "dumb".
5600 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5601 the TERM environment variable.
5602
5603 2018-12-27 Tom Tromey <tom@tromey.com>
5604
5605 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5606 pagination test.
5607
5608 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5611 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5612
5613 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5614
5615 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5616 Filename a.adb changed to bp_fun_addr.adb.
5617 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5618
5619 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5620
5621 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5622 non-PIE executables.
5623 * README: Mention the gdb,nopie_flag board setting.
5624 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5625 non-PIE executable.
5626 * gdb.arch/amd64-entry-value.exp: Likewise.
5627 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5628 * gdb.arch/i386-float.exp: Likewise.
5629 * gdb.arch/i386-signal.exp: Likewise.
5630 * gdb.mi/mi-reg-undefined.exp: Likewise.
5631
5632 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5633
5634 PR gdb/23974
5635 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5636
5637 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5638
5639 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5640 Update order of results accordingly.
5641
5642 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5643
5644 * gdb.base/annota1.exp: Update a test regexp.
5645
5646 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5647
5648 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5649
5650 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5651
5652 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5653 (reuse_time): Initialize to REUSE_TIME_CAP.
5654 (check_rc): New function.
5655 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5656 Check pthread_create rc.
5657 (spawner_thread_func): Check pthread_create and pthread_join rc.
5658
5659 2018-12-08 Pedro Alves <palves@redhat.com>
5660
5661 * gdb.base/list.exp (test_forward_search): Rename to ...
5662 (test_forward_reverse_search): ... this. Also test reverse-search
5663 and the forward-search alias.
5664
5665 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5666
5667 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5668 local timeout variable before return, and remove all local timeout
5669 variable entirely.
5670 (gdb_load): Likewise.
5671
5672 2018-12-01 Tom de Vries <tdevries@suse.de>
5673
5674 * gdb.base/gdb-caching-proc.exp: New file.
5675
5676 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5677
5678 * Makefile.in (TIMESTAMP): New variable.
5679 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5680 command.
5681 (check-single-racy): Likewise.
5682 (check/%.exp): Likewise.
5683 (check-racy/%.exp): Likewise.
5684 (workers/%.worker): Likewise.
5685 (build-perf): Likewise.
5686 (check-perf): Likewise.
5687 * README: Describe new "TS" and "TS_FORMAT" variables.
5688 * print-ts.py: New file.
5689
5690 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5691
5692 PR python/23714
5693 * gdb.python/python.exp: Test command repetition after
5694 gdb.execute.
5695
5696 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5697
5698 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5699 is correctly aligned.
5700
5701 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5702
5703 * gdb.ada/info_auto_lang.exp: New testcase.
5704 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5705 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5706 * gdb.ada/info_auto_lang/some_c.c: New file.
5707
5708 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5709
5710 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5711 FUNC_lang language syntax.
5712
5713 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5714
5715 * gdb.base/info_minsym.c: New file.
5716 * gdb.base/info_minsym.exp: New file.
5717
5718 2018-11-19 Tom Tromey <tom@tromey.com>
5719
5720 PR rust/23625:
5721 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5722 * gdb.rust/expr.exp: Update expected output. Change one test.
5723
5724 2018-11-19 Tom Tromey <tom@tromey.com>
5725
5726 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5727
5728 2018-11-19 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5731 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5732 see the expected warning.
5733
5734 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5735
5736 PR gdb/22736:
5737 * gdb.cp/infcall-nodebug-lib.c: New test.
5738 * gdb.cp/infcall-nodebug-main.c: New test.
5739 * gdb.cp/infcall-nodebug.exp: New file.
5740
5741 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5742
5743 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5744 completer tests.
5745
5746 2018-11-09 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.base/msym-lang.c: New test.
5749 * gdb.base/msym-lang.exp: New file.
5750 * gdb.base/msym-lang-main.c: New test.
5751
5752 2018-11-08 Tom Tromey <tom@tromey.com>
5753
5754 PR gdb/23555:
5755 PR gdb/23838:
5756 * gdb.base/warning.exp: New file.
5757
5758 2018-11-08 Jan Beulich <jbeulich@suse.com>
5759
5760 * testsuite/gdb.arch/i386-avx512.c,
5761 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5762
5763 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5764
5765 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5766 point hardware.
5767
5768 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5769
5770 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5771 * gdb.dwarf2/missing-type-name.exp: New file.
5772
5773 2018-11-06 Tom de Vries <tdevries@suse.de>
5774
5775 * gdb.base/many-headers.c: New test.
5776 * gdb.base/many-headers.exp: New file.
5777
5778 2018-11-06 Jim Wilson <jimw@sifive.com>
5779
5780 * gdb.base/code_elim.exp: For riscv, set additional_flags
5781 to include -msmall-data-limit=0.
5782
5783 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5784
5785 * gdb.ada/watch_minus_l: New testcase.
5786
5787 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5788
5789 * gdb.arch/aix-sighandle.c: New file.
5790 * gdb.arch/aix-sighandle.exp: New file.
5791
5792 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5793
5794 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5795 registers being unions.
5796
5797 2018-10-31 Tom de Vries <tdevries@suse.de>
5798
5799 * lib/valgrind.exp: New file.
5800 (vgdb_start, vgdb_stop): New procs, factored out of ...
5801 * gdb.base/valgrind-bt.exp: ... here, ...
5802 * gdb.base/valgrind-disp-step.exp: ... here and ...
5803 * gdb.base/valgrind-infcall.exp: ... here.
5804
5805 2018-10-31 Tom de Vries <tdevries@suse.de>
5806
5807 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5808
5809 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.dwarf2/void-type.c: New file.
5812 * gdb.dwarf2/void-type.exp: New file.
5813
5814 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5815
5816 * gdb.base/info_qt.c: New file.
5817 * gdb.base/info_qt.exp: New file.
5818
5819 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5820
5821 * gdb.arch/powerpc-htm-regs.c: New file.
5822 * gdb.arch/powerpc-htm-regs.exp: New file.
5823
5824 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5825
5826 * gdb.arch/powerpc-tar.c: New file.
5827 * gdb.arch/powerpc-tar.exp: New file.
5828
5829 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5830
5831 * gdb.arch/powerpc-ppr-dscr.c: New file.
5832 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5833
5834 2018-10-25 Tom de Vries <tdevries@suse.de>
5835
5836 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5837
5838 2018-10-24 Tom de Vries <tdevries@suse.de>
5839
5840 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5841 longer exists error.
5842
5843 2018-10-24 Tom de Vries <tdevries@suse.de>
5844
5845 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5846
5847 2018-10-24 Tom de Vries <tdevries@suse.de>
5848
5849 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5850 --db-attach in valgrind.
5851
5852 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5853
5854 * gdb.arch/riscv-reg-aliases.c: New file.
5855 * gdb.arch/riscv-reg-aliases.exp: New file.
5856
5857 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5858
5859 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5860
5861 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5862
5863 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5864
5865 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5866
5867 * gdb.cp/ovldbreak.exp: Fix regexps.
5868
5869 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5870
5871 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5872
5873 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5874
5875 PR cli/23785
5876 * gdb.base/restore.exp: New test to check if "restore" with an
5877 invalid file doesn't segfault.
5878
5879 2018-10-18 Tom de Vries <tdevries@suse.de>
5880
5881 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5882 * gdb.ada/excep_handle.exp: Same.
5883 * gdb.ada/mi_string_access.exp: Same.
5884 * gdb.ada/mi_var_union.exp: Same.
5885 * gdb.arch/arc-analyze-prologue.exp: Same.
5886 * gdb.arch/arc-decode-insn.exp: Same.
5887 * gdb.base/readnever.exp: Same.
5888 * gdb.fortran/printing-types.exp: Same.
5889 * gdb.guile/scm-lazy-string.exp: Same.
5890
5891 2018-10-16 Tom de Vries <tdevries@suse.de>
5892
5893 PR gdb/23730
5894 * gdb.base/catch-follow-exec.c: Add copyright notice.
5895 * gdb.base/catch-follow-exec.exp: Rewrite to use
5896 gdb_spawn_with_cmdline_opts. Require gdb-native.
5897
5898 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5899
5900 * gdb.trace/actions-changed.exp: Check for arch support.
5901 * gdb.trace/actions.exp: Likewise.
5902 * gdb.trace/ax.exp: Likewise.
5903 * gdb.trace/backtrace.exp: Likewise.
5904 * gdb.trace/change-loc.exp: Likewise.
5905 * gdb.trace/deltrace.exp: Likewise.
5906 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5907 * gdb.trace/ftrace.exp: Likewise.
5908 * gdb.trace/infotrace.exp: Check for arch support.
5909 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5910 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5911 * gdb.trace/mi-tsv-changed.exp: Likewise.
5912 * gdb.trace/packetlen.exp: Likewise.
5913 * gdb.trace/passc-dyn.exp: Likewise.
5914 * gdb.trace/passcount.exp: Likewise.
5915 * gdb.trace/pending.exp: Likewise.
5916 * gdb.trace/range-stepping.exp: Check for shlib support.
5917 * gdb.trace/report.exp: Check for arch support.
5918 * gdb.trace/save-trace.exp: Likewise.
5919 * gdb.trace/signal.exp: Check for signal support.
5920 * gdb.trace/tfind.exp: Check for arch support.
5921 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5922 * gdb.trace/trace-common.h: Add comment.
5923 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5924 * gdb.trace/trace-enable-disable.exp: Likewise.
5925 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5926 * gdb.trace/tracecmd.exp: Check for arch support.
5927 * gdb.trace/tspeed.exp: Check for shlib and target support.
5928 * gdb.trace/tstatus.exp: Check for arch support.
5929 * gdb.trace/tsv.exp: Likewise.
5930 * gdb.trace/while-dyn.exp: Likewise.
5931 * gdb.trace/while-stepping.exp: Likewise.
5932 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5933
5934 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5935
5936 * gdb.trace/tspeed.exp: Remove nowarnings.
5937 (prepare_for_trace_test): Declare "global ipalib".
5938 * gdb.trace/tspeed.c: Include unistd.h.
5939 (main): Remove superfluous printf argument.
5940
5941 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5942
5943 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5944 directory prefix on the filename.
5945
5946 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5947
5948 * gdb.gdb/unittest.exp: Update expected message informing that
5949 selftests have been disabled.
5950 * gdb.server/unittest.exp: Likewise.
5951
5952 2018-10-09 Tom de Vries <tdevries@suse.de>
5953
5954 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5955 with runto_main.
5956
5957 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5958
5959 PR c++/16841
5960 * gdb.cp/virtbase2.cc: New file.
5961 * gdb.cp/virtbase2.exp: New file.
5962
5963 2018-10-06 Tom Tromey <tom@tromey.com>
5964
5965 PR python/19399:
5966 * gdb.python/py-inferior.exp: Add architecture test.
5967
5968 2018-10-06 Tom Tromey <tom@tromey.com>
5969
5970 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5971 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5972
5973 2018-10-06 Tom Tromey <tom@tromey.com>
5974
5975 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5976 of a "throw" catchpoint.
5977
5978 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5979
5980 * gdb.base/info-proc.exp: Update string expected from "help info
5981 proc".
5982
5983 2018-10-04 Tom Tromey <tom@tromey.com>
5984
5985 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5986 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5987 (test_initial_complaints, test_empty_complaints): Update.
5988 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5989
5990 2018-10-04 Tom Tromey <tom@tromey.com>
5991
5992 PR cli/19551:
5993 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5994 * lib/gdb.exp (gdb_file_cmd): Update.
5995 * gdb.stabs/weird.exp (print_weird_var): Update.
5996 * gdb.server/solib-list.exp: Update.
5997 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5998 * gdb.mi/mi-cli.exp: Update.
5999 * gdb.linespec/linespec.exp: Update.
6000 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6001 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6002 * gdb.cp/cp-relocate.exp: Update.
6003 * gdb.base/sym-file.exp: Update.
6004 * gdb.base/relocate.exp: Update.
6005 * gdb.base/readnever.exp: Update.
6006 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6007 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6008 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6009 * gdb.base/code_elim.exp: Update.
6010 * gdb.base/break-unload-file.exp (test_break): Update.
6011 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6012 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6013 Update.
6014 * gdb.base/attach.exp (do_attach_tests): Update.
6015 * gdb.base/sepdebug.exp: Update.
6016 * gdb.python/py-section-script.exp: Update.
6017
6018 2018-10-04 Tom Tromey <tom@tromey.com>
6019
6020 PR cli/22234:
6021 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6022 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6023 output.
6024
6025 2018-10-04 Tom Tromey <tom@tromey.com>
6026
6027 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6028 set width and height to 0.
6029 (test_command_line_attach_run): Use -quiet.
6030
6031 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6032
6033 * lib/gdb.exp (skip_ifunc_tests): New.
6034 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6035 other compile failures.
6036 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6037
6038 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6039
6040 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6041 is_amd64_regs_target.
6042
6043 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6044
6045 * gdb.arch/aarch64-sighandler-regs.c: New test.
6046 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6047 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6048
6049 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6050
6051 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6052 assembly.
6053
6054 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6055
6056 * gdb.base/frame-selection.exp: New file.
6057 * gdb.base/frame-selection.c: New file.
6058
6059 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6060
6061 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6062 pthread barrier.
6063 (main): Likewise.
6064
6065 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6066
6067 * gdb.base/large-frame-1.c: New file.
6068 * gdb.base/large-frame-2.c: New file.
6069 * gdb.base/large-frame.exp: New file.
6070 * gdb.base/large-frame.h: New file.
6071
6072 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6073
6074 PR gdb/20948
6075 * gdb.base/write_mem.exp: New test.
6076 * gdb.base/write_mem.c: Likewise.
6077
6078 2018-09-23 Tom Tromey <tom@tromey.com>
6079
6080 PR python/18852:
6081 * gdb.python/py-parameter.exp: Add test for parameter that throws
6082 on "set".
6083
6084 2018-09-23 Tom Tromey <tom@tromey.com>
6085
6086 PR python/17284:
6087 * gdb.python/py-template.exp (test_template_arg): Add test for
6088 negative template argument number.
6089
6090 2018-09-23 Tom Tromey <tom@tromey.com>
6091
6092 PR python/14062:
6093 * gdb.python/python.exp: Add test for post_event error.
6094
6095 2018-09-23 Tom Tromey <tom@tromey.com>
6096
6097 PR python/18170:
6098 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6099 convert pointers to int and long.
6100
6101 2018-09-23 Tom Tromey <tom@tromey.com>
6102
6103 PR python/20126:
6104 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6105 signed-ness conversion tests.
6106
6107 2018-09-23 Tom Tromey <tom@tromey.com>
6108
6109 PR python/18352;
6110 * gdb.python/py-value.exp (test_float_conversion): New proc.
6111 Use it.
6112
6113 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6114
6115 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6116
6117 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6118
6119 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6120 no readline.
6121 * gdb.base/utf8-identifiers.exp: Likewise.
6122 * gdb.cp/cpcompletion.exp: Likewise.
6123 * gdb.linespec/cpcompletion.exp: Likewise.
6124 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6125 * gdb.linespec/cpls-ops.exp: Likewise.
6126
6127 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6128 Chris January <chris.january@arm.com>
6129
6130 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6131 * gdb.fortran/short-circuit-argument-list.exp: New file.
6132 * gdb.fortran/short-circuit-argument-list.f90: New test.
6133
6134 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6135
6136 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6137 "arch=" keyword when executing "-stack-list-frames".
6138
6139 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6140
6141 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6142 "arch=" keyword when executing "-stack-list-frames".
6143
6144 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6145
6146 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6147 break ada".
6148
6149 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6150
6151 PR python/23669
6152 * gdb.python/python.exp: Test gdb.execute("show commands").
6153
6154 2018-09-16 Tom Tromey <tom@tromey.com>
6155
6156 * gdb.base/new-ui.exp (do_execution_tests): Update.
6157 * gdb.base/dbx.exp (test_breakpoints): Update.
6158
6159 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6160
6161 * lib/gdb.exp (gdb_simple_compile): Add proc.
6162 (is_elf_target): Use gdb_simple_compile.
6163 (skip_altivec_tests): Likewise.
6164 (skip_vsx_tests): Likewise.
6165 (skip_tsx_tests): Likewise.
6166 (skip_btrace_tests): Likewise.
6167 (skip_btrace_pt_tests): Likewise.
6168 (gdb_can_simple_compile): Likewise.
6169 (gdb_has_argv0): Likewise.
6170 (gdb_target_symbol_prefix): Likewise.
6171 (target_supports_scheduler_locking): Likewise.
6172
6173 2018-09-13 Tom Tromey <tom@tromey.com>
6174
6175 * Makefile.in (TAGS): Recognize proc_with_prefix and
6176 gdb_caching_proc.
6177
6178 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6179
6180 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6181 method.
6182
6183 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6184
6185 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6186 and a few other Inferior properties when the Inferior is no
6187 longer valid.
6188
6189 2018-09-13 Tom Tromey <tom@tromey.com>
6190
6191 PR rust/23650:
6192 * gdb.rust/simple.exp: Add test for enum field access error.
6193
6194 2018-09-13 Tom Tromey <tom@tromey.com>
6195
6196 PR rust/23626:
6197 * gdb.rust/simple.rs (EmptyEnum): New type.
6198 (main): Use it.
6199 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6200
6201 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6202
6203 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6204 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6205 * gdb.python/py-symtab.exp: Update test printing an objfile.
6206
6207 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6208
6209 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6210 object.
6211
6212 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6213
6214 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6215 (support_complex_tests): Use gdb_can_simple_compile.
6216 (is_ilp32_target): Likewise.
6217 (is_lp64_target): Likewise.
6218 (is_64_target): Likewise.
6219 (is_amd64_regs_target): Likewise.
6220 (is_aarch32_target): Likewise.
6221 (gdb_int128_helper): Likewise.
6222
6223 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6224
6225 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6226
6227 2018-09-10 Jerome Guitton <guitton@adacore.com>
6228
6229 * gdb.ada/same_component_name: Add test for case of tagged record
6230 with variable-length fields.
6231
6232 2018-09-10 Xavier Roirand <roirand@adacore.com>
6233
6234 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6235 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6236 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6237 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6238
6239 2018-09-10 Xavier Roirand <roirand@adacore.com>
6240
6241 * gdb.ada/mi_string_access.exp: New testcase.
6242 * gdb.ada/mi_string_access/bar.adb: New file.
6243 * gdb.ada/mi_string_access/pck.adb: New file.
6244 * gdb.ada/mi_string_access/pck.asd: New file.
6245
6246 2018-09-10 Xavier Roirand <roirand@adacore.com>
6247
6248 * gdb.ada/mi_var_union.exp: New testcase.
6249 * gdb.ada/mi_var_union/bar.adb: New file.
6250 * gdb.ada/mi_var_union/pck.adb: New file.
6251 * gdb.ada/mi_var_union/pck.asd: New file.
6252
6253 2018-09-08 Tom Tromey <tom@tromey.com>
6254
6255 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6256
6257 2018-09-08 Tom Tromey <tom@tromey.com>
6258
6259 PR python/16047:
6260 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6261 (register_pretty_printers): Register new printer.
6262 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6263 test.
6264 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6265 (an_int_type3): New global.
6266
6267 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/expr_with_funcall: New testcase.
6270
6271 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6272
6273 * gdb.ada/packed_array_assign: New testcase.
6274
6275 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6276
6277 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6278 names, and add test prefixes to make test names unique.
6279
6280 2018-09-05 Tom de Vries <tdevries@suse.de>
6281
6282 * gdb.dwarf2/varval.exp: Add test.
6283
6284 2018-09-04 Gary Benson <gbenson@redhat.com>
6285
6286 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6287 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6288
6289 2018-08-31 Tom Tromey <tom@tromey.com>
6290
6291 * gdb.rust/simple.rs: Rename second variable "v".
6292
6293 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6294
6295 * gdb.base/funcargs.c (use_a): New function.
6296 (recurse): Call use_a.
6297
6298 2018-08-29 Keith Seitz <keiths@redhat.com>
6299
6300 * gdb.compile/compile-cplus-anonymous.cc: New file.
6301 * gdb.compile/compile-cplus-anonymous.exp: New file.
6302 * gdb.compile/compile-cplus-array-decay.cc: New file.
6303 * gdb.compile/compile-cplus-array-decay.exp: New file.
6304 * gdb.compile/compile-cplus-inherit.cc: New file.
6305 * gdb.compile/compile-cplus-inherit.exp: New file.
6306 * gdb.compile/compile-cplus-member.cc: New file.
6307 * gdb.compile/compile-cplus-member.exp: New file.
6308 * gdb.compile/compile-cplus-method.cc: New file.
6309 * gdb.compile/compile-cplus-method.exp: New file.
6310 * gdb.compile/compile-cplus-mod.c: "New" file.
6311 * gdb.compile/compile-cplus-namespace.cc: New file.
6312 * gdb.compile/compile-cplus-namespace.exp: New file.
6313 * gdb.compile/compile-cplus-nested.cc: New file.
6314 * gdb.compile/compile-cplus-nested.exp: New file.
6315 * gdb.compile/compile-cplus-print.c: "New" file.
6316 * gdb.compile/compile-cplus-print.exp: "New" file.
6317 * gdb.compile/compile-cplus-virtual.cc: New file.
6318 * gdb.compile/compile-cplus-virtual.exp: New file.
6319 * gdb.compile/compile-cplus.c: "New" file.
6320 * gdb.compile/compile-cplus.exp: "New" file.
6321 * lib/compile-support.exp: New file.
6322
6323 2018-08-16 Gary Benson <gbenson@redhat.com>
6324
6325 PR gdb/13000:
6326 * gdb.base/batch-exit-status.exp: New file.
6327 * gdb.base/batch-exit-status.good-commands: Likewise.
6328 * gdb.base/batch-exit-status.bad-commands: Likewise.
6329
6330 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6331
6332 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6333 (struct struct02): Likewise.
6334 (struct struct03): Likewise.
6335 (struct struct04): Likewise.
6336 (struct struct_01_01): New struct.
6337 (struct struct_01_02): Likewise.
6338 (struct struct_01_03): Likewise.
6339 (struct struct_01_04): Likewise.
6340 (struct struct_02_01): Likewise.
6341 (struct struct_02_02): Likewise.
6342 (struct struct_02_03): Likewise.
6343 (struct struct_02_04): Likewise.
6344 (struct struct_04_01): Likewise.
6345 (struct struct_04_02): Likewise.
6346 (struct struct_04_03): Likewise.
6347 (struct struct_04_04): Likewise.
6348 (struct struct_05_01): Likewise.
6349 (struct struct_05_02): Likewise.
6350 (struct struct_05_03): Likewise.
6351 (struct struct_05_04): Likewise.
6352 (cmp_struct01): Remove function.
6353 (cmp_struct02): Likewise.
6354 (cmp_struct03): Likewise.
6355 (cmp_struct04): Likewise.
6356 (cmp_struct_01_01): Add Function.
6357 (cmp_struct_01_02): Likewise.
6358 (cmp_struct_01_03): Likewise.
6359 (cmp_struct_01_04): Likewise.
6360 (cmp_struct_02_01): Likewise.
6361 (cmp_struct_02_02): Likewise.
6362 (cmp_struct_02_03): Likewise.
6363 (cmp_struct_02_04): Likewise.
6364 (cmp_struct_04_01): Likewise.
6365 (cmp_struct_04_02): Likewise.
6366 (cmp_struct_04_03): Likewise.
6367 (cmp_struct_04_04): Likewise.
6368 (cmp_struct_05_01): Likewise.
6369 (cmp_struct_05_02): Likewise.
6370 (cmp_struct_05_03): Likewise.
6371 (cmp_struct_05_04): Likewise.
6372 (call_all): Add new structs.
6373 * gdb.base/infcall-nested-structs.exp: Likewise.
6374
6375 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6376
6377 * gdb.python/py-framefilter-mi.exp: Update regexp to
6378 check for "arch" field in frame output.
6379
6380 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6381
6382 * gdb.dwarf2/dw2-ranges-func.c: New file.
6383 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6384
6385 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6386
6387 * gdb.base/term.exp: Compare terminal settings with values from
6388 the inferior.
6389 * gdb.base/term.c: Get and set terminal settings.
6390
6391 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6392
6393 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6394 accommodate new "arch" field in frame output.
6395 * gdb.mi/mi-return.exp: Likewise.
6396 * gdb.mi/mi-stack.exp: Likewise.
6397 * gdb.mi/mi-syn-frame.exp: Likewise.
6398 * gdb.mi/user-selected-context-sync.exp: Likewise.
6399
6400 2018-08-19 Michael Spang <spang@google.com>
6401
6402 PR gdb/11786
6403 * gdb.base/gcore-tls-pie.c: New file.
6404 * gdb.base/gcore-tls-pie.exp: New file.
6405
6406 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6407
6408 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6409 * gdb.dwarf2/varval.c: New file.
6410 * gdb.dwarf2/varval.exp: New file.
6411
6412 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6413
6414 PR gdb/18931
6415 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6416
6417 2018-08-16 Keith Seitz <keiths@redhat.com>
6418
6419 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6420 tests expected to pass.
6421
6422 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6423
6424 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6425 -data-disassemble -a.
6426 (test_disassembly_bogus_args): Likewise.
6427
6428 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6429
6430 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6431
6432 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6433
6434 * gdb.base/vla-optimized-out.exp: Add new test.
6435
6436 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6437
6438 * gdb.base/vla-optimized-out-o3.exp: Delete.
6439 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6440 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6441 deleted tests.
6442
6443 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6444
6445 PR gdb/18050:
6446 * gdb.server/extended-remote-restart.c: New file.
6447 * gdb.server/extended-remote-restart.exp: New file.
6448
6449 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6450
6451 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6452 "set variable index = 42".
6453
6454 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6455
6456 * boards/index-cache-gdb.exp: New file.
6457 * gdb.dwarf2/index-cache.exp: New file.
6458 * gdb.dwarf2/index-cache.c: New file.
6459 * gdb.base/maint.exp: Check if we are using the index cache.
6460
6461 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6462
6463 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6464 MAKEFLAGS.
6465
6466 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6467
6468 * dg-extract-results.sh: Move to toplevel contrib.
6469 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6470 * Makefile.in (check-parallel-racy): Likewise.
6471
6472 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6473
6474 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6475 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6476 tests if the target supports scheduler locking.
6477
6478 2018-08-04 Tom de Vries <tdevries@suse.de>
6479
6480 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6481
6482 2018-08-02 Tom Tromey <tom@tromey.com>
6483
6484 PR symtab/16842.
6485 * gdb.cp/temargs.exp: Test "info address" of a template
6486 parameter.
6487
6488 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6489
6490 * gdb.python/py-mi-var-info-path-expression.c: New file.
6491 * gdb.python/py-mi-var-info-path-expression.py: New file.
6492 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6493
6494 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6495
6496 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6497 error after "cannot resolve name" string.
6498
6499 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6500
6501 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6502 started.
6503 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6504
6505 2018-07-28 Tom de Vries <tdevries@suse.de>
6506
6507 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6508
6509 2018-07-26 Tom de Vries <tdevries@suse.de>
6510
6511 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6512
6513 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6514
6515 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6516 is visible.
6517
6518 2018-07-26 Tom de Vries <tdevries@suse.de>
6519
6520 PR breakpoints/23366
6521 * gdb.base/catch-follow-exec.c: New test.
6522 * gdb.base/catch-follow-exec.exp: New file.
6523
6524 2018-07-25 Tom de Vries <tdevries@suse.de>
6525
6526 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6527 vla-optimized-out.c.
6528
6529 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6530
6531 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6532 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6533
6534 2018-07-20 Tom de Vries <tdevries@suse.de>
6535
6536 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6537 NOCLONE macro.
6538 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6539
6540 2018-07-19 Tom de Vries <tdevries@suse.de>
6541
6542 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6543 regular expression.
6544
6545 2018-07-18 Tom de Vries <tdevries@suse.de>
6546
6547 * gdb.base/vla-optimized-out.c: New test.
6548 * gdb.base/vla-optimized-out.exp: New file.
6549
6550 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6551
6552 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6553 message "No address associated with hostname" when gdbserver
6554 cannot resolve the hostname.
6555
6556 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6557
6558 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6559 Add some test prefixes to make tests unique.
6560
6561 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6562
6563 * gdb.base/frameapply.c: New file.
6564 * gdb.base/frameapply.exp: New file.
6565
6566 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6567
6568 * gdb.base/skip.exp: Update expected error message.
6569
6570 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6571 Jan Kratochvil <jan.kratochvil@redhat.com>
6572 Paul Fertser <fercerpav@gmail.com>
6573 Tsutomu Seki <sekiriki@gmail.com>
6574
6575 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6576 parameter.
6577 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6578 by default.
6579 * boards/native-gdbserver.exp: Likewise.
6580 * gdb.server/run-without-local-binary.exp: Improve regexp used
6581 for detecting when a remote debugging connection succeeds.
6582 * gdb.server/server-connect.exp: New file.
6583 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6584 Do not prefix the port number with ":".
6585 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6586 support for detecting and using it. Add '$debughost_gdbserver'
6587 to the list of arguments used to start gdbserver. Handle case
6588 when gdbserver cannot resolve a network name.
6589
6590 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6591
6592 PR c++/23373
6593 * gdb.base/ptype-offsets.cc (struct static_member): New
6594 struct.
6595 (main) <stmember>: New variable.
6596 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6597 with a static member in it.
6598
6599 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6600
6601 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6602 watchpoints enabled and disabled.
6603
6604 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6605
6606 * gdb.base/examine-backward.exp: Still run tests around address
6607 0x0, even if address 0x0 is not readable. Update the pattern for
6608 matching address 0x0 in expected output.
6609
6610 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6611
6612 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6613 malloc/free.
6614
6615 2018-07-04 Tom de Vries <tdevries@suse.de>
6616
6617 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6618
6619 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6620
6621 PR tdep/8282
6622 * gdb.arch/mips-disassembler-options.exp: New test.
6623 * gdb.arch/mips-disassembler-options.s: New test source.
6624
6625 2018-06-29 Pedro Alves <palves@redhat.com>
6626
6627 * gdb.threads/names.exp: Adjust expected "info threads" output.
6628
6629 2018-06-29 Pedro Alves <palves@redhat.com>
6630
6631 * gdb.opt/inline-break.exp (line number, address): Add "info
6632 break" tests.
6633
6634 2018-06-29 Pedro Alves <palves@redhat.com>
6635
6636 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6637 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6638 number and address and running to them.
6639
6640 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6641
6642 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6643
6644 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6645
6646 * lib/compiler.c: Remove executable permission flag.
6647
6648 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6649
6650 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6651 code.
6652 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6653
6654 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6655
6656 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6657
6658 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6659
6660 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6661 address argument is omitted.
6662
6663 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6664
6665 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6666
6667 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6668
6669 PR gdb/21695
6670 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6671 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6672
6673 2018-06-26 Tom Tromey <tom@tromey.com>
6674
6675 PR rust/22574:
6676 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6677 * gdb.rust/simple.rs (struct SimpleLayout): New.
6678
6679 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6680
6681 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6682 "info registers" output.
6683
6684 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6685
6686 * gdb.base/watchpoint-hw-attach.c: New test.
6687 * gdb.base/watchpoint-hw-attach.exp: New file.
6688
6689 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6690
6691 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6692 through /bin/sh.
6693 * boards/dwarf4-gdb-index.exp: Likewise.
6694 * boards/fission-dwp.exp: Likewise.
6695
6696 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6697
6698 * gdb.base/float128.exp: Add comment and improved fail message
6699 to the failure case of "print large128" test.
6700
6701 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * configure.ac: Remove AC_PREREQ.
6704 * configure: Re-generate.
6705
6706 2018-06-19 Pedro Alves <palves@redhat.com>
6707
6708 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6709 (func_extern_caller): New.
6710 (main): Call func_extern_caller.
6711 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6712 logic change.
6713
6714 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6715
6716 PR gdb/16841
6717 * gdb.cp/typedef-base.cc: New file.
6718 * gdb.cp/typedef-base.exp: New file.
6719
6720 2018-06-18 Tom de Vries <tdevries@suse.de>
6721
6722 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6723
6724 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6725 Richard Bunt <Richard.Bunt@arm.com>
6726
6727 * gdb.threads/attach-slow-waitpid.c: New file.
6728 * gdb.threads/attach-slow-waitpid.exp: New file.
6729 * gdb.threads/slow-waitpid.c: New file.
6730
6731 2018-06-14 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/fork-running-state.c: Include <errno.h>.
6734 (exit_if_relative_exits): New.
6735 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6736 exits.
6737 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6738 child exits.
6739
6740 2018-06-14 Tom de Vries <tdevries@suse.de>
6741
6742 PR cli/22573
6743 * gdb.base/finish-pretty.c: New test.
6744 * gdb.base/finish-pretty.exp: New file.
6745
6746 2018-06-14 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6749 gdb's expected startup output.
6750
6751 2018-06-14 Pedro Alves <palves@redhat.com>
6752
6753 * lib/selftest-support.exp (selftest_setup): Remove inlined
6754 function handling.
6755
6756 2018-06-14 Tom de Vries <tdevries@suse.de>
6757
6758 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6759 matching of breakpoint printing.
6760
6761 2018-06-13 Tom de Vries <tdevries@suse.de>
6762
6763 PR testsuite/23269
6764 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6765 (fork_child): ... here, and ...
6766 (fork_parent): ... here.
6767
6768 2018-06-12 Tom de Vries <tdevries@suse.de>
6769
6770 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6771
6772 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6773 Stephen Roberts <stephen.roberts@arm.com>
6774
6775 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6776 rewrite test to describe action performed, rather than possible
6777 failure.
6778
6779 2018-06-08 Gary Benson <gbenson@redhat.com>
6780
6781 * gdb.threads/check-libthread-db.exp: New file.
6782 * gdb.threads/check-libthread-db.c: Likewise.
6783
6784 2018-06-05 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.base/default.exp: Update expected "show version" output.
6787
6788 2018-06-05 Tom Tromey <tom@tromey.com>
6789
6790 PR cli/12326:
6791 * gdb.cp/static-print-quit.exp: Update.
6792 * lib/gdb.exp (pagination_prompt): Update.
6793 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6794 * gdb.python/python.exp: Update.
6795
6796 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6797
6798 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6799
6800 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6801
6802 * gdb.ada/bp_fun_addr: New testcase.
6803
6804 2018-06-01 Tom Tromey <tom@tromey.com>
6805
6806 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6807 results.
6808 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6809 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6810 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6811 * gdb.base/maint.exp (maint_pass_if): Update.
6812
6813 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6814
6815 * gdb.base/endian.exp: New test.
6816 * gdb.base/endian.c: New test source.
6817
6818 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6819
6820 PR gdb/23203
6821 * gdb.base/bt-selected-frame.c: New file.
6822 * gdb.base/bt-selected-frame.exp: New file.
6823 * lib/gdb.exp (get_current_frame_number): New function.
6824
6825 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6826 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.threads/tls-core.c: Include <stdlib.h>
6829 (thread_proc): Call `abort'.
6830 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6831 (tls_core_test): New procedure, bits factored out from ...
6832 (top level): ... here. Test both native cores and gcore cores.
6833
6834 2018-05-23 Tom Tromey <tom@tromey.com>
6835
6836 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6837
6838 2018-05-23 Tom Tromey <tom@tromey.com>
6839
6840 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6841 symfile_complaints.
6842 (test_short_complaints): Likewise.
6843 (test_empty_complaints): Likewise.
6844 (test_initial_complaints): Update.
6845
6846 2018-05-23 Tom Tromey <tom@tromey.com>
6847
6848 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6849
6850 2018-05-23 Tom Tromey <tom@tromey.com>
6851
6852 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6853 (test_short_complaints): Update.
6854
6855 2018-05-22 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.base/remote.exp: Only gdb_start after compiling the
6858 testcase. Issue "disconnect" before testing "set remote" command
6859 defaults. Issue clean_restart before running to main.
6860
6861 2018-05-22 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.base/remote.exp: Adjust expected output of "show remote
6864 memory-write-packet-size". Add tests for "set remote
6865 memory-write-packet-size 0" and "set remote
6866 memory-write-packet-size fixed/limit".
6867
6868 2018-05-22 Pedro Alves <palves@redhat.com>
6869
6870 PR gdb/22973
6871 * gdb.base/utf8-identifiers.c: New file.
6872 * gdb.base/utf8-identifiers.exp: New file.
6873
6874 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6875
6876 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6877
6878 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6879
6880 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6881
6882 2018-05-18 Tom Tromey <tom@tromey.com>
6883
6884 * gdb.base/ptype-offsets.exp: Update.
6885
6886 2018-05-17 Keith Seitz <keiths@redhat.com>
6887
6888 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6889 in expected breakpoint stop locations.
6890 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6891 move to proper scope to test variable values.
6892 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6893 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6894 New functions.
6895 (main): Call not_inline_func3.
6896 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6897 inline_func1, inline_func2, and inline_func3. Test that when each
6898 breakpoint is hit, GDB properly reports both the stop location
6899 and the backtrace. Repeat tests for temporary breakpoints.
6900
6901 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6902
6903 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6904 rather then trying to access it in determining whether the PID
6905 of `gdbserver' could have been retrieved.
6906
6907 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6908
6909 * gdb.arch/amd64-init-x87-values.S: New file.
6910 * gdb.arch/amd64-init-x87-values.exp: New file.
6911
6912 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6913
6914 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6915
6916 2018-05-04 Tom Tromey <tom@tromey.com>
6917
6918 PR python/22730:
6919 * gdb.python/python.exp: Test multi-line execute.
6920
6921 2018-05-04 Tom Tromey <tom@tromey.com>
6922
6923 PR python/22731:
6924 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6925
6926 2018-05-04 Tom Tromey <tom@tromey.com>
6927
6928 PR gdb/11750:
6929 * gdb.base/define.exp: Test defining a user command inside a user
6930 command.
6931 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6932
6933 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6934 Pedro Alves <palves@redhat.com>
6935
6936 PR breakpoints/19806 and support for PR external/20207.
6937 * gdb.base/watchpoint-unaligned.c: New file.
6938 * gdb.base/watchpoint-unaligned.exp: New file.
6939
6940 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6941
6942 * gdb.base/maint.exp: Make test names unique, use
6943 test_prefix_command_help to test 'help maint info', and remove
6944 repeated test of 'help maint'.
6945
6946 2018-05-04 Tom Tromey <tom@tromey.com>
6947
6948 PR gdb/22619:
6949 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6950 behavior.
6951
6952 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6953
6954 * gdb.base/maint.exp: Process output from 'maint print registers'
6955 line at a time.
6956
6957 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6958
6959 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6960 timeout.
6961
6962 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6963
6964 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6965 filter pattern.
6966
6967 2018-05-02 Pedro Alves <palves@redhat.com>
6968
6969 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6970 to_log_command renames.
6971 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6972
6973 2018-05-02 Tom Tromey <tom@tromey.com>
6974
6975 * gdb.python/py-parameter.exp: Set test message.
6976
6977 2018-05-02 Tom Tromey <tom@tromey.com>
6978
6979 PR python/20084:
6980 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6981 PARAM_ZUINTEGER_UNLIMITED tests.
6982
6983 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6984
6985 PR rust/23124
6986 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6987 when casting.
6988
6989 2018-04-30 Tom Tromey <tom@tromey.com>
6990
6991 * gdb.python/py-type.exp: Check align attribute.
6992 * gdb.python/py-type.c: New "aligncheck" global.
6993
6994 2018-04-30 Tom Tromey <tom@tromey.com>
6995
6996 PR exp/17095:
6997 * gdb.dwarf2/dw2-align.exp: New file.
6998 * gdb.cp/align.exp: New file.
6999 * gdb.base/align.exp: New file.
7000 * lib/gdb.exp (gdb_int128_helper): New proc.
7001 (has_int128_c, has_int128_cxx): New caching procs.
7002
7003 2018-04-27 Tom Tromey <tom@tromey.com>
7004
7005 PR rust/22545:
7006 * gdb.rust/simple.exp: Add inclusive range tests.
7007
7008 2018-04-26 Pedro Alves <palves@redhat.com>
7009
7010 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7011 ifunc breakpoint locations correctly of ifunc breakpoints set
7012 while the program resolves the ifunc.
7013
7014 2018-04-26 Pedro Alves <palves@redhat.com>
7015
7016 * gdb.base/gnu-ifunc-final.c: New file.
7017 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7018 * gdb.base/gnu-ifunc.exp (executable): Delete.
7019 (staticexecutable): Adjust.
7020 (lib_opts, exec_opts): Delete.
7021 (make_binsuffix, build, set-break): New procedures.
7022 (misc_tests): New, with tests factored out from the top level.
7023 (top level): Test different combinations of ifunc resolver name,
7024 resolver with and with debug info, and ifunc target with and
7025 without debug info. Wrap static tests with with_target_prefix.
7026
7027 2018-04-26 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7030 return type" warnings.
7031
7032 2018-04-25 Pedro Alves <palves@redhat.com>
7033
7034 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7035 killed".
7036 * gdb.base/kill-after-signal.exp: Likewise.
7037 * gdb.threads/kill.exp: Likewise.
7038
7039 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7040 Sergio Durigan Junior <sergiodj@redhat.com>
7041 Pedro Alves <palves@redhat.com>
7042
7043 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7044 regexps to expect for '[Inferior ... detached]' as well.
7045 * gdb.base/attach.exp: Likewise.
7046 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7047 "gdb_continue_to_end".
7048 (test_catch_syscall_with_wrong_args): Likewise.
7049 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7050 ']'. Don't set 'verbose' on.
7051 * gdb.base/foll-vfork.exp: Likewise.
7052 * gdb.base/fork-print-inferior-events.c: New file.
7053 * gdb.base/fork-print-inferior-events.exp: New file.
7054 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7055 '[Inferior ... has been killed]' message.
7056 * gdb.base/kill-after-signal.exp: Likewise.
7057 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7058 detach message.
7059 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7060 message.
7061 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7062 regexps to expect for '[Inferior ... detached]' as well.
7063 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7064
7065 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7066
7067 PR gdb/23104
7068 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7069
7070 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7071
7072 PR gdb/23095
7073 * gdb.base/break-probes.exp: Pass shlib_load to
7074 prepare_for_testing. Set normal_bp to r_debug_state if target is
7075 bsd.
7076
7077 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7078
7079 * gdb.threads/multiple-successive-infcall.c: New test.
7080 * gdb.threads/multiple-successive-infcall.exp: New file.
7081
7082 2018-04-17 Tom Tromey <tom@tromey.com>
7083
7084 * gdb.rust/simple.rs (Union): New type.
7085 (main): New local "u".
7086 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7087
7088 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7089
7090 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7091 number information in output of "whereis" command.
7092 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7093
7094 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7095
7096 * gdb.ada/info_types.exp: Adjust expected output to the line
7097 numbers now printed by "info var/func/type".
7098 * gdb.base/completion.exp: Likewise.
7099 * gdb.base/included.exp: Likewise.
7100 * gdb.cp/cp-relocate.exp: Likewise.
7101 * gdb.cp/cplusfuncs.exp: Likewise.
7102 * gdb.cp/namespace.exp: Likewise.
7103 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7104
7105 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7106
7107 * gdb.btrace/cpu.exp: New.
7108
7109 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7110
7111 * gdb.base/step-indirect-call-thunk.exp: New.
7112 * gdb.base/step-indirect-call-thunk.c: New.
7113 * gdb.reverse/step-indirect-call-thunk.exp: New.
7114 * gdb.reverse/step-indirect-call-thunk.c: New.
7115
7116 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7117
7118 * gdb.base/pie-fork.c: New file.
7119 * gdb.base/pie-fork.exp: New file.
7120
7121 2018-04-11 Tom Tromey <tom@tromey.com>
7122
7123 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7124
7125 2018-04-10 Pedro Alves <palves@redhat.com>
7126
7127 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7128 exits. Instead loop running forever.
7129 (fork_parent): Run forever too.
7130
7131 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7132
7133 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7134 mi_continue_to_line.
7135 * gdb.mi/mi-stack.c (callee4): Add comment.
7136
7137 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7138
7139 * gdb.mi/mi-stack.exp: Fix indentation.
7140
7141 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 PR gdb/22979
7144 * gdb.arch/amd64-osabi.exp: New file.
7145
7146 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7147
7148 PR gdb/22980
7149 * gdb.base/osabi.exp: New file.
7150
7151 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7152
7153 * gdb.cp/static-typedef-print.exp: New file.
7154 * gdb.cp/static-typedef-print.cc: New file.
7155
7156 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7157
7158 * gdb.ada/varsize_limit: New testcase.
7159
7160 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7161
7162 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7163
7164 * gdb.ada/notcplusplus: New testcase.
7165
7166 * gdb.base/c-linkage-name.c: New file.
7167 * gdb.base/c-linkage-name.exp: New testcase.
7168
7169 2018-03-26 Tom Tromey <tom@tromey.com>
7170
7171 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7172 * gdb.python/py-framefilter.py (name_error): New global.
7173 (ErrorInName.function): Use name_error.
7174
7175 2018-03-26 Tom Tromey <tom@tromey.com>
7176
7177 PR backtrace/15582:
7178 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7179
7180 2018-03-23 Keith Seitz <keiths@redhat.com>
7181
7182 PR c++/22968
7183 * gdb.cp/subtypes.exp: New file.
7184 * gdb.cp/subtypes.h: New file.
7185 * gdb.cp/subtypes.cc: New file.
7186 * gdb.cp/subtypes-2.cc: New file.
7187
7188 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7189
7190 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7191 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7192 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7193 -nostartfiles when compiling the test. Confirm that all registers
7194 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7195
7196 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7197
7198 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7199 option, syntax was wrong anyway.
7200 * gdb.arch/arm-disp-step.exp: Likewise.
7201 * gdb.arch/sparc64-regs.exp: Likewise.
7202 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7203 option, syntax was wrong anyway, switch to use
7204 prepare_for_testing.
7205 * gdb.arch/i386-disp-step.exp: Likewise.
7206
7207 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7208
7209 * gdb.ada/exec_changed.exp: Replace "target_info exists
7210 use_gdb_stub" by "use_gdb_stub".
7211 * gdb.ada/start.exp: Likewise.
7212 * gdb.base/async-shell.exp: Likewise.
7213 * gdb.base/attach-pie-misread.exp: Likewise.
7214 * gdb.base/attach-wait-input.exp: Likewise.
7215 * gdb.base/break-entry.exp: Likewise.
7216 * gdb.base/break-interp.exp: Likewise.
7217 * gdb.base/dprintf-detach.exp: Likewise.
7218 * gdb.base/nostdlib.exp: Likewise.
7219 * gdb.base/solib-nodir.exp: Likewise.
7220 * gdb.base/statistics.exp: Likewise.
7221 * gdb.base/testenv.exp: Likewise.
7222 * gdb.mi/mi-exec-run.exp: Likewise.
7223 * gdb.mi/mi-start.exp: Likewise.
7224 * gdb.multi/dummy-frame-restore.exp: Likewise.
7225 * gdb.multi/multi-arch-exec.exp: Likewise.
7226 * gdb.multi/multi-arch.exp: Likewise.
7227 * gdb.multi/tids.exp: Likewise.
7228 * gdb.multi/watchpoint-multi.exp: Likewise.
7229 * gdb.python/py-events.exp: Likewise.
7230 * gdb.threads/attach-into-signal.exp: Likewise.
7231 * gdb.threads/attach-stopped.exp: Likewise.
7232 * gdb.threads/threadapply.exp: Likewise.
7233 * lib/selftest-support.exp: Likewise.
7234
7235 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7236
7237 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7238
7239 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7240
7241 * gdb.perf/template-breakpoints.cc: New file.
7242 * gdb.perf/template-breakpoints.exp: New file.
7243 * gdb.perf/template-breakpoints.py: New file.
7244
7245 2018-03-19 Tom Tromey <tom@tromey.com>
7246
7247 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7248 y0.
7249 * gdb.rust/simple.exp: Test bare identifier form of struct
7250 initializer.
7251
7252 2018-03-19 Tom Tromey <tom@tromey.com>
7253
7254 * gdb.gdb/observer.exp: Remove.
7255
7256 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7257
7258 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7259 "qualified" option when setting breakpoints.
7260 * gdb.trace/backtrace.exp: Likewise.
7261 * gdb.trace/circ.exp: Likewise.
7262 * gdb.trace/collection.exp: Likewise.
7263 * gdb.trace/disconnected-tracing.exp: Likewise.
7264 * gdb.trace/ftrace-lock.exp: Likewise.
7265 * gdb.trace/ftrace.exp: Likewise.
7266 * gdb.trace/infotrace.exp: Likewise.
7267 * gdb.trace/packetlen.exp: Likewise.
7268 * gdb.trace/passc-dyn.exp: Likewise.
7269 * gdb.trace/qtro.exp: Likewise.
7270 * gdb.trace/read-memory.exp: Likewise.
7271 * gdb.trace/report.exp: Likewise.
7272 * gdb.trace/signal.exp: Likewise.
7273 * gdb.trace/status-stop.exp: Likewise.
7274 * gdb.trace/strace.exp: Likewise.
7275 * gdb.trace/tfind.exp: Likewise.
7276 * gdb.trace/trace-break.exp: Likewise.
7277 * gdb.trace/trace-condition.exp: Likewise.
7278 * gdb.trace/trace-mt.exp: Likewise.
7279 * gdb.trace/tstatus.exp: Likewise.
7280 * gdb.trace/tsv.exp: Likewise.
7281 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7282 * gdb.trace/unavailable.exp: Likewise.
7283 * gdb.trace/while-dyn.exp: Likewise.
7284
7285 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7286
7287 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7288 that libinproctrace is copied to the target.
7289
7290 2018-03-14 Tom Tromey <tom@tromey.com>
7291
7292 PR cli/14977:
7293 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7294 a null pointer.
7295 * gdb.base/wchar.exp: Likewise.
7296
7297 2018-03-14 Tom Tromey <tom@tromey.com>
7298
7299 PR cli/19918:
7300 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7301 flag.
7302
7303 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7304
7305 PR gdb/22841
7306 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7307 "target" to remote_exec.
7308
7309 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7310
7311 PR gdb/22841
7312 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7313 ${board}_upload): Remove.
7314
7315 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7316
7317 * gdb.cp/watch-cp.cc: New test.
7318 * gdb.cp/watch-cp.exp: New file.
7319
7320 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7321
7322 * gdb.base/infcall-nested-structs.exp: New file.
7323 * gdb.base/infcall-nested-structs.c: New file.
7324 * gdb.base/float.exp: Add riscv support.
7325
7326 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7327
7328 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7329 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7330
7331 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7332
7333 * gdb.server/abspath.exp: New file.
7334 * lib/gdb.exp (with_cwd): New procedure.
7335
7336 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7337
7338 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7339 use it.
7340 (gdb_is_target_remote_prompt): New proc.
7341 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7342 (gdb_is_target_native): Pass prompt parameter to
7343 gdb_is_target_1.
7344
7345 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7346
7347 * gdb.base/load-command.c: New file.
7348 * gdb.base/load-command.exp: New file.
7349 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7350 (gdb_is_target_1): ...this, and generalize for other targets
7351 than just remote.
7352 (gdb_is_target_remote): Use gdb_is_target_1.
7353 (gdb_is_target_native): use gdb_is_target_1.
7354
7355 2018-02-26 Tom Tromey <tom@tromey.com>
7356
7357 PR python/16497:
7358 * gdb.python/py-framefilter.exp: Update test.
7359
7360 2018-02-26 Tom Tromey <tom@tromey.com>
7361
7362 * gdb.dwarf2/variant.c: New file.
7363 * gdb.dwarf2/variant.exp: New file.
7364
7365 2018-02-26 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.rust/simple.exp: Accept more possible results in enum test.
7368
7369 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7370
7371 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7372 parentheses.
7373
7374 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7375
7376 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7377 name of a variable: $actual_linejj -> $actual_line.
7378
7379 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7380
7381 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7382
7383 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7384
7385 * gdb.btrace/buffer-size.exp: Do not force BTS.
7386
7387 2018-02-14 Pedro Alves <palves@redhat.com>
7388
7389 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7390 getting a "Quit".
7391
7392 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7393
7394 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7395 Fix test name.
7396
7397 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7398
7399 * gdb.cp/m-static.exp: Check type of optimized out static
7400 member.
7401
7402 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7403
7404 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7405 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7406
7407 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7408 Leszek Swirski <leszeks@google.com>
7409
7410 * gdb.python/py-prettyprint.c
7411 (struct to_string_returns_value_inner,
7412 struct to_string_returns_value_wrapper): New.
7413 (main): Add tsrvw variable.
7414 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7415 ToStringReturnsValueWrapper): New classes.
7416 (register_pretty_printers): Register new pretty-printers.
7417 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7418 recursive pretty printer.
7419 * gdb.python/py-mi.exp: Likewise.
7420
7421 2018-02-01 Leszek Swirski <leszeks@google.com>
7422
7423 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7424 functions with the same name as an include file are parsed
7425 correctly.
7426
7427 2018-02-01 Yao Qi <yao.qi@linaro.org>
7428
7429 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7430 "\[^\r\n\]*".
7431
7432 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7433
7434 * gdb.arch/powerpc-prologue-frame.s: New file.
7435 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7436 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7437
7438 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7439
7440 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7441
7442 2018-01-30 Pedro Alves <palves@redhat.com>
7443
7444 PR gdb/13211
7445 * gdb.base/interrupt-daemon.c: New.
7446 * gdb.base/interrupt-daemon.exp: New.
7447 * gdb.multi/multi-term-settings.c: New.
7448 * gdb.multi/multi-term-settings.exp: New.
7449
7450 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7451
7452 * gdb.base/break.exp: Save the location where the breakpoint
7453 on break.c:47 was actually inserted when debugging the version
7454 compiled at -O2 and use it in the expected output of the "info
7455 break" test performed soon after.
7456
7457 2018-01-22 Pedro Alves <palves@redhat.com>
7458 Sergio Durigan Junior <sergiodj@redhat.com>
7459
7460 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7461 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7462
7463 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.base/break-include.c, gdb.base/break-include.inc,
7466 gdb.base/break-include.exp: New files.
7467 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7468 line number now being the actual line number where the breakpoint
7469 was inserted.
7470 * gdb.mi/mi-break.exp: Likewise.
7471 * gdb.mi/mi-reverse.exp: Likewise.
7472 * gdb.mi/mi-simplerun.exp: Ditto.
7473
7474 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7475
7476 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7477 varobj.
7478 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7479
7480 2018-01-21 Don Breazeal <donb@codesourcery.com>
7481 Andrew Burgess <andrew.burgess@embecosm.com>
7482
7483 * gdb.mi/basics.c: Add new global.
7484 * gdb.mi/mi-frame-regs.exp: New file.
7485 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7486 case.
7487
7488 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7489
7490 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7491 non-parameter, and on an unknown symbol.
7492
7493 2018-01-19 Tom Tromey <tom@tromey.com>
7494
7495 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7496 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7497
7498 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7499
7500 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7501 setrlimit and chdir to int.
7502
7503 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7504
7505 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7506 function.
7507 (my_tend): Likewise.
7508 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7509 rationale of avoiding FP- and vector instructions.
7510
7511 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7512
7513 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7514 "info reg" with "\[ \t\]*".
7515 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7516 "\[ \t\]+".
7517 * gdb.arch/s390-multiarch.exp: Ditto.
7518 * gdb.base/pc-fp.exp: Ditto.
7519 * gdb.reverse/i386-precsave.exp: Ditto.
7520 * gdb.reverse/i386-reverse.exp: Ditto.
7521 * gdb.reverse/i387-env-reverse.exp: Ditto.
7522 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7523
7524 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7525
7526 * lib/gdb.exp (gdb_compile): Re-enable use of
7527 universal_compile_options for languages other than Rust.
7528
7529 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7530
7531 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7532
7533 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7534
7535 PR gdb/16577
7536 * gdb.base/solib-vanish.exp: New.
7537 * gdb.base/solib-vanish-main.c: New.
7538 * gdb.base/solib-vanish-lib1.c: New.
7539 * gdb.base/solib-vanish-lib2.c: New.
7540
7541 2018-01-17 Yao Qi <yao.qi@linaro.org>
7542
7543 * gdb.compile/compile.exp: Match the address printed for
7544 frame in the output of command "bt".
7545
7546 2018-01-15 Tom Tromey <tom@tromey.com>
7547
7548 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7549 compute sp_reg.
7550
7551 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7552
7553 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7554 to prepare.
7555 (prepare): Return 0 on error, 1 on success.
7556
7557 2018-01-12 Pedro Alves <palves@redhat.com>
7558
7559 * gdb.base/continue-after-aborted-step-over.c: New.
7560 * gdb.base/continue-after-aborted-step-over.exp: New.
7561
7562 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7563
7564 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7565 options when not creating an executable.
7566
7567 2018-01-11 Pedro Alves <palves@redhat.com>
7568
7569 PR remote/22597
7570 * gdb.server/stop-reply-no-thread.c: New file.
7571 * gdb.server/stop-reply-no-thread.exp: New file.
7572
7573 2018-01-10 Pedro Alves <palves@redhat.com>
7574
7575 PR gdb/22670
7576 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7577 functions too. Test setting breakpoints and printing C functions
7578 with no debug info too.
7579 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7580
7581 2018-01-10 Pedro Alves <palves@redhat.com>
7582
7583 PR gdb/22670
7584 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7585 a fail.
7586
7587 2018-01-10 Pedro Alves <palves@redhat.com>
7588
7589 PR gdb/22670
7590 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7591
7592 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7593
7594 * gdb.server/unittest.exp: Match the output in non-development
7595 mode.
7596
7597 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7598
7599 * gdb.gdb/unittest.exp: Match output in non-development mode.
7600
7601 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7602
7603 * gdb.ada/access_tagged_param.exp: Relax expected output
7604 for value of "ObjL" in "continue" to pck.inspect breakpoint
7605 test.
7606
7607 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7608
7609 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7610 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7611
7612 2018-01-05 Pedro Alves <palves@redhat.com>
7613
7614 PR gdb/18653
7615 * gdb.base/libsegfault.exp: New.
7616
7617 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7618
7619 PR gdb/22670
7620 * gdb.ada/access_tagged_param.exp: New file.
7621 * gdb.ada/access_tagged_param/foo.adb: New file.
7622
7623 2018-01-05 Pedro Alves <palves@redhat.com>
7624
7625 PR gdb/22670
7626 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7627 exercise lower case too, and to exercise both full matching and
7628 wild matching.
7629
7630 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.ada/rename_subscript_param: New testcase.
7633
7634 2018-01-05 Jerome Guitton <guitton@adacore.com>
7635
7636 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7637
7638 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdb.ada/convvar_comp: New testcase.
7641
7642 2018-01-05 Xavier Roirand <roirand@adacore.com>
7643
7644 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7645 (My_Table): New global variable.
7646 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7647
7648 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7649
7650 PR gdb/22670
7651 * gdb.ada/maint_with_ada: New testcase.
7652
7653 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7654
7655 PR gdb/22670
7656 * gdb.ada/bp_c_mixed_case: New testcase.
7657
7658 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7659
7660 PR gdb/22670
7661 * gdb.ada/complete.exp: Add "complete break ada" test.
7662
7663 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7664
7665 PR gdb/22670
7666 * gdb.ada/info_addr_mixed_case: New testcase.
7667
7668 2018-01-03 Xavier Roirand <roirand@adacore.com>
7669
7670 * gdb.ada/excep_handle.exp: New testcase.
7671 * gdb.ada/excep_handle/foo.adb: New file.
7672 * gdb.ada/excep_handle/pck.ads: New file.
7673
7674 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7675
7676 * gdb.base/step-line.c: Add extra empty line in copyright header.
7677 * gdb.base/step-line.inp: Likewise.
7678
7679 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.ada/dyn_stride.exp: Add slice test.
7682
7683 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7684
7685 * gdb.ada/dyn_stride: New testcase.
7686
7687 2017-12-27 Stafford Horne <shorne@gmail.com>
7688
7689 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7690 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7691
7692 2017-12-27 Stafford Horne <shorne@gmail.com>
7693
7694 * gdb.base/reggroups.c: New file.
7695 * gdb.base/reggroups.exp: New file.
7696
7697 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7698
7699 * gdb.dwarf2/ada-valprint-error.c: New file.
7700 * gdb.dwarf2/ada-valprint-error.exp: New file.
7701
7702 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7703
7704 * gdb.ada/assign_arr: New testcase.
7705
7706 2017-12-18 Xavier Roirand <roirand@adacore.com>
7707
7708 * gdb.ada/funcall_ptr: New testcase.
7709
7710 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7711
7712 PR cli/16224
7713 * gdb.base/ptype-offsets.cc: New file.
7714 * gdb.base/ptype-offsets.exp: New file.
7715
7716 2017-12-15 Yao Qi <yao.qi@linaro.org>
7717
7718 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7719 if XML is disabled.
7720
7721 2017-12-15 Xavier Roirand <roirand@adacore.com>
7722
7723 * gdb.ada/same_component_name: New testcase.
7724
7725 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7726
7727 * gdb.ada/str_binop_equal: New testcase.
7728
7729 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7730
7731 * gdb.ada/task_switch_in_core: New testcase.
7732
7733 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7734
7735 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7736 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7737 call test_bkpt_qualified.
7738 (test_bkpt_qualified): New proc.
7739
7740 2017-12-13 Pedro Alves <palves@redhat.com>
7741
7742 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7743 Tighten regexp by matching with an anchor.
7744
7745 2017-12-13 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7748 ("expression with namespace"): New set of tests.
7749 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7750 (Nested::Test_NS::qux): New.
7751 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7752 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7753
7754 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7755
7756 * gdb.base/server-del-break.c: New file.
7757 * gdb.base/server-del-break.exp: New file.
7758
7759 2017-12-12 Stafford Horne <shorne@gmail.com>
7760
7761 * gdb.xml/tdesc-regs.exp: Add or1k support.
7762
7763 2017-12-12 Stafford Horne <shorne@gmail.com>
7764
7765 * gdb.base/bp-permanent.c: Define nop of or1k.
7766
7767 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7768
7769 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7770 output with components being reordered.
7771
7772 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7773
7774 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7775 output with components being reordered.
7776
7777 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7778 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/maint.exp (check for .gdb_index): Check also for
7781 .debug_names.
7782 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7783 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7784 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7785 (.gdb_index used after symbol reloading): Support also .debug_names.
7786 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7787
7788 2017-12-08 Yao Qi <yao.qi@linaro.org>
7789
7790 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7791 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7792
7793 2017-12-08 Yao Qi <yao.qi@linaro.org>
7794
7795 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7796 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7797
7798 2017-12-08 Yao Qi <yao.qi@linaro.org>
7799
7800 * gdb.arch/aarch64-tagged-pointer.c: New file.
7801 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7802
7803 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7804
7805 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7806 "int".
7807
7808 2017-12-07 Keith Seitz <keiths@redhat.com>
7809
7810 PR breakpoints/22569
7811 * gdb.linespec/ls-errs.exp: Change expected result of "break
7812 -source this file has spaces.c -line 3".
7813 Check that an explicit source file followed by whitespace is
7814 identified as an invalid explicit location.
7815
7816 2017-12-07 Keith Seitz <keiths@redhat.com>
7817
7818 * gdb.cp/nested-types.cc: New file.
7819 * gdb.cp/nested-types.exp: New file.
7820 * lib/cp-support.exp: Load data-structures.exp library.
7821 (debug_cp_test_ptype_class): New global.
7822 (cp_ptype_class_verbose, next_line): New procedures.
7823 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7824 Add and document new return value.
7825 Switch the list of lines to a queue.
7826 Add support for new `type' key for nested type definitions.
7827 Add debugging/troubleshooting messages.
7828 * lib/data-structures.exp: New file.
7829
7830 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7831
7832 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7833 with proc_with_prefix, don't use with_test_prefix.
7834
7835 2017-12-07 Tom Tromey <tom@tromey.com>
7836
7837 * gdb.base/break.exp: Add test for empty "commands".
7838
7839 2017-12-07 Yao Qi <yao.qi@linaro.org>
7840
7841 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7842 malloc and catch syscall.
7843
7844 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7845
7846 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7847 tests for explicit locations.
7848
7849 2017-12-06 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7852 force-disabling XML descriptions.
7853
7854 2017-12-04 Pedro Alves <palves@redhat.com>
7855
7856 PR gdb/22499
7857 * gdb.arch/amd64-disp-step-avx.S: New file.
7858 * gdb.arch/amd64-disp-step-avx.exp: New file.
7859
7860 2017-12-03 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7863 and <string.h>.
7864 (parent_function): Print distinct messages when waitpid fails, or
7865 the child exits with a signal, or the child exits for an unhandled
7866 reason.
7867 * gdb.threads/process-dies-while-detaching.exp
7868 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7869 it. Wait for both inferior output and GDB's prompt. Use an
7870 indirect spawn id list.
7871 (do_detach): New parameter 'child_exit'. Use it to compute
7872 expected inferior output.
7873 (test_detach, test_detach_watch, test_detach_killed_outside):
7874 Adjust to pass down the expected child exit kind.
7875
7876 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7877 Sergio Durigan Junior <sergiodj@redhat.com>
7878 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7881
7882 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7883
7884 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7885 to 'symbol-file' and 'add-symbol-file' can be
7886 position-independent.
7887
7888 2017-12-01 Yao Qi <yao.qi@linaro.org>
7889
7890 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7891 the URL in copyright header.
7892 * gdb.arch/aarch64-fp.exp: Likewise.
7893 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7894 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7895 * gdb.base/expand-psymtabs.exp: Likewise.
7896 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7897 * gdb.fortran/common-block.exp: Likewise.
7898 * gdb.fortran/common-block.f90: Likewise.
7899 * gdb.fortran/logical.exp: Likewise.
7900 * gdb.fortran/vla-datatypes.f90: Likewise.
7901 * gdb.fortran/vla-sub.f90: Likewise.
7902
7903 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7904
7905 * gdb.ada/repeat_dyn: New testcase.
7906
7907 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7908
7909 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7910 Update for changed thread numbering.
7911 * gdb.cell/bt.exp: Update for changed GDB output.
7912
7913 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7916 setting isremote by hand.
7917 * boards/dwarf4-gdb-index.exp: Likewise.
7918 * boards/fission.exp: Likewise.
7919 * boards/stabs.exp: Likewise.
7920
7921 2017-11-30 Pedro Alves <palves@redhat.com>
7922
7923 * gdb.linespec/cpls-ops.exp
7924 (check_explicit_skips_function_argument): Extract the underlying
7925 type of size_t instead of hardcoding it.
7926
7927 2017-11-29 Pedro Alves <palves@redhat.com>
7928
7929 PR c++/19436
7930 * gdb.linespec/cpls-abi-tag.cc: New file.
7931 * gdb.linespec/cpls-abi-tag.exp: New file.
7932
7933 2017-11-29 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.base/langs.exp: Use -qualified.
7936 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7937 it.
7938 * gdb.cp/namespace.exp: Use -qualified.
7939 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7940 (overload-3, template-overload, template-ret-type, const-overload)
7941 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7942 procedures.
7943 (test_driver): Call them.
7944 * gdb.cp/save-bp-qualified.cc: New.
7945 * gdb.cp/save-bp-qualified.exp: New.
7946 * gdb.linespec/explicit.exp: Test -qualified.
7947 * lib/completion-support.exp (completion::explicit_opts_list): Add
7948 "-qualified".
7949 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7950
7951 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7952
7953 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7954
7955 2017-11-29 Tom Tromey <tom@tromey.com>
7956
7957 * gdb.base/relocate.exp: Update invalid argument test.
7958 Add new tests for invalid arguments.
7959
7960 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7961
7962 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7963 Return 0 as a long.
7964 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7965
7966 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7967
7968 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7969 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7970 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7971 func ().
7972 * gdb.cp/shadow.cc (B.func): Return 0.
7973
7974 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7975
7976 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7977 expected output in gdb_expect call to allow the exception
7978 message to be present as well. Fix syntax confusion to avoid
7979 TCL thinking that exception_name is an array.
7980
7981 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7982
7983 * gdb.arch/spu-info.c: Include <unistd.h>.
7984 (do_signal_test): Fix broken calls to write.
7985 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7986 Fix checks for empty mailboxes. Update signal tests for corrected
7987 do_signal_test routine. Allow nonzero event status.
7988 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7989 * gdb.cell/arch.exp: Use standard_output_file.
7990 * gdb.cell/break.exp: Likewise.
7991 * gdb.cell/bt.exp: Likewise.
7992 * gdb.cell/core.exp: Likewise.
7993 * gdb.cell/dwarfaddr.exp: Likewise.
7994 * gdb.cell/ea-cache.exp: Likewise.
7995 * gdb.cell/ea-standalone.exp: Likewise.
7996 * gdb.cell/f-regs.exp: Likewise.
7997 * gdb.cell/fork.exp: Likewise.
7998 * gdb.cell/gcore.exp: Likewise.
7999 * gdb.cell/mem-access.exp: Likewise.
8000 * gdb.cell/ptype.exp: Likewise.
8001 * gdb.cell/registers.exp: Likewise.
8002 * gdb.cell/sizeof.exp: Likewise.
8003 * gdb.cell/solib-symbol.exp: Likewise.
8004 * gdb.cell/solib.exp: Likewise.
8005
8006 2017-11-25 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.base/complete-empty.exp: New file.
8009 * gdb.base/completion.exp: Adjust.
8010
8011 2017-11-25 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.linespec/cpls-ops.cc: New file.
8014 * gdb.linespec/cpls-ops.exp: New file.
8015 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8016 factored out from ...
8017 (test_complete_prefix_range): ... this.
8018
8019 2017-11-24 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.linespec/cpcompletion.exp: New file.
8022 * gdb.linespec/cpls-hyphen.cc: New file.
8023 * gdb.linespec/cpls.cc: New file.
8024 * gdb.linespec/cpls2.cc: New file.
8025 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8026 test to use test_gdb_complete_unique. Add label completion,
8027 keyword completion and explicit location completion tests.
8028 * lib/completion-support.exp: New file.
8029
8030 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8031
8032 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8033 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8034 when hitting an exception catchpoint.
8035
8036 2017-11-22 Yao Qi <yao.qi@linaro.org>
8037
8038 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8039
8040 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8041
8042 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8043 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8044 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8045
8046 2017-11-22 Yao Qi <yao.qi@linaro.org>
8047
8048 * gdb.base/info-os.exp: Pass pthreads.
8049 * gdb.multi/multi-attach.exp: Likewise.
8050
8051 2017-11-22 Yao Qi <yao.qi@linaro.org>
8052
8053 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8054 compiler.
8055
8056 2017-11-22 Yao Qi <yao.qi@linaro.org>
8057
8058 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8059 * gdb.base/break-interp.exp: Likewise.
8060 * gdb.base/jit-attach-pie.exp: Likewise.
8061
8062 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8063
8064 * gdb.base/float128.c (large128): New variable.
8065 * gdb.base/float128.exp: Add test to print largest __float128 value.
8066
8067 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8068
8069 * gdb.arch/vsx-regs.exp: Update register content checks.
8070
8071 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8072
8073 * gdb.arch/ppc-longdouble.exp: New file.
8074 * gdb.arch/ppc-longdouble.c: Likewise.
8075
8076 2017-11-21 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8079
8080 2017-11-20 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8083 (long_double_typedef): New typedefs.
8084 Use DEF on double and long double.
8085 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8086 cases.
8087 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8088 and 'long_double_ptr_same_size' locals. Use them to decide
8089 whether cast from array/function to float is valid/invalid.
8090
8091 2017-11-17 Tom Tromey <tom@tromey.com>
8092
8093 * gdb.rust/traits.rs: New file.
8094 * gdb.rust/traits.exp: New file.
8095
8096 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8097
8098 * gdb.ada/minsyms: New testcase.
8099
8100 2017-11-16 Pedro Alves <palves@redhat.com>
8101
8102 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8103 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8104
8105 2017-11-16 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8108 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8109
8110 2017-11-16 Pedro Alves <palves@redhat.com>
8111
8112 * gdb.server/reconnect-ctrl-c.c: New file.
8113 * gdb.server/reconnect-ctrl-c.exp: New file.
8114
8115 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8116
8117 * gdb.python/py-rbreak.exp: New file.
8118 * gdb.python/py-rbreak.c: New file.
8119 * gdb.python/py-rbreak-func2.c: New file.
8120
8121 2017-11-16 Pedro Alves <palves@redhat.com>
8122
8123 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8124 pattern.
8125 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8126 GDB.
8127
8128 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8129
8130 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8131 regex.
8132
8133 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8134
8135 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8136 test names.
8137
8138 2017-11-09 Pedro Alves <palves@redhat.com>
8139
8140 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8141 factored out from ...
8142 (top level): ... here, and adjusted to avoid expecting beyond the
8143 prompt in a single gdb_test_multiple.
8144
8145 2017-11-09 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8148 output.
8149 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8150 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8151 * gdb.server/ext-run.exp ("kill" test): Likewise.
8152 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8153
8154 2017-11-09 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8157 match till end of line.
8158
8159 2017-11-09 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8162
8163 2017-11-09 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8166 New procedures, factored out from ...
8167 (top level): ... here, and adjusted to avoid expecting beyond the
8168 prompt in one go.
8169
8170 2017-11-09 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8173 output. Fix '?' match.
8174
8175 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8176
8177 * gdb.ada/scoped_watch: New testcase.
8178 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8179 which is actually correct.
8180 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8181 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8182
8183 2017-11-08 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.gdb/complaints.exp (test_initial_complaints)
8186 (test_serial_complaints, test_short_complaints): Call
8187 complaint_internal instead of complaint.
8188
8189 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8190
8191 * gdb.threads/tls-core.c: New file.
8192 * gdb.threads/tls-core.exp: Likewise.
8193
8194 2017-11-08 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8197 (p Exported_Capitalized): New test.
8198 (p exported_capitalized): New test.
8199
8200 2017-11-07 Pedro Alves <palves@redhat.com>
8201
8202 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8203
8204 2017-11-07 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8207 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8208 (disable_invalid, disable_inverted, disable_negative): New
8209 procedures.
8210 ("bad numbers"): New set of tests.
8211
8212 2017-11-07 Pedro Alves <palves@redhat.com>
8213
8214 * gdb.cp/ena-dis-br-range.exp: Add tests.
8215
8216 2017-11-07 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8219
8220 2017-11-07 Xavier Roirand <roirand@adacore.com>
8221 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.base/ena-dis-br.exp: Add reference to
8224 gdb.cp/ena-dis-br-range.exp.
8225 * gdb.cp/ena-dis-br-range.exp: New file.
8226 * gdb.cp/ena-dis-br-range.cc: New file.
8227
8228 2017-11-06 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.base/attach-non-pgrp-leader.c: New.
8231 * gdb.base/attach-non-pgrp-leader.exp: New.
8232
8233 2017-11-06 Pedro Alves <palves@redhat.com>
8234
8235 * configure.ac: No longer check for termio.h and sgtty.h.
8236 * configure: Regenerate.
8237 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8238 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8239 Remove termio and sgtty code.
8240
8241 2017-11-03 Yao Qi <yao.qi@linaro.org>
8242
8243 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8244 in GDB is disabled.
8245
8246 2017-11-03 Yao Qi <yao.qi@linaro.org>
8247
8248 * gdb.python/py-thrhandle.exp: Skip it if python is not
8249 enabled.
8250
8251 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8252
8253 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8254 as a breakpoint command.
8255
8256 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8257
8258 PR python/21213
8259 * gdb.python/py-infthread.exp: Test calling
8260 InferiorThread.inferior () multiple times in a row.
8261
8262 2017-10-27 Keith Seitz <keiths@redhat.com>
8263
8264 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8265 Test "info break" for every inlined function breakpoint.
8266
8267 2017-10-27 Yao Qi <yao.qi@linaro.org>
8268
8269 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8270
8271 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8272
8273 * gdb.cp/classes.exp (test_static_members): Test printing
8274 Outer::instance.
8275 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8276 (Inner::instance, Outer::instance): New.
8277
8278 2017-10-24 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8281 extra console" test in two stages.
8282
8283 2017-10-24 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8286
8287 2017-10-24 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8290 loop.
8291
8292 2017-10-24 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8295 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8296
8297 2017-10-24 Pedro Alves <palves@redhat.com>
8298
8299 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8300 parameter and handle it. Don't output read value in test name.
8301
8302 2017-10-24 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8305 custom test name.
8306
8307 2017-10-24 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8310 include the unstable output directory name in the test's name.
8311 (initial_setup_simple) <'set args'>: Use custom test name.
8312
8313 2017-10-24 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8316 with explicit test name.
8317
8318 2017-10-20 Pedro Alves <palves@redhat.com>
8319
8320 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8321 'wait -i'. Use gdb_assert and remote_close.
8322
8323 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8324
8325 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8326 number from variable rather than hard-coded.
8327
8328 2017-10-19 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.base/long-inferior-output.c: New file.
8331 * gdb.base/long-inferior-output.exp: New file.
8332
8333 2017-11-18 Keith Seitz <keiths@redhat.com>
8334
8335 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8336 method.
8337 (main): Call it.
8338 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8339 Add additional user-defined conversion operator tests.
8340
8341 2017-10-17 Pedro Alves <palves@redhat.com>
8342
8343 * boards/native-stdio-gdbserver.exp: Load "local-board".
8344
8345 2017-10-17 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.base/quit-live.c: New file.
8348 * gdb.base/quit-live.exp: New file.
8349
8350 2017-10-16 Keith Seitz <keiths@redhat.com>
8351
8352 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8353 (class_with_protected_typedef, class_with_private_typedef)
8354 (struct_with_public_typedef, struct_with_protected_typedef)
8355 (struct_with_private_typedef): New classes/structs.
8356 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8357 typedefs and access specifiers.
8358
8359 2017-10-16 Pedro Alves <palves@redhat.com>
8360 Simon Marchi <simon.marchi@polymtl.ca>
8361
8362 * README (Local vs Remote vs Native): New section.
8363 * boards/local-board.exp: New file, with bits factored out from
8364 ...
8365 * boards/native-extended-gdbserver.exp: ... here. Load
8366 "local-board".
8367 * boards/native-gdbserver.exp: Load "local-board".
8368 (${board}_spawn, ${board}_exec): Delete.
8369 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8370 ...
8371 * boards/stdio-gdbserver-base.exp: ... this new file.
8372 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8373 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8374 procedure.
8375 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8376 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8377 stdio_gdbserver_command.
8378 (${board}_get_remote_address, ${board}_get_comm_port)
8379 (${board}_download, ${board}_upload): Delete.
8380 (get_target_remote_pipe_cmd): New.
8381
8382 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8383
8384 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8385 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8386 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8387 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8388 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8389 remove with_test_prefix.
8390
8391 2017-10-13 Pedro Alves <palves@redhat.com>
8392
8393 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8394 * gdb.base/annota1.exp: Use it instead of is_remote.
8395 * gdb.base/annota3.exp: Use it instead of is_remote.
8396 * gdb.cp/annota2.exp: Use it instead of is_remote.
8397 * gdb.cp/annota3.exp: Use it instead of is_remote.
8398 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8399
8400 2017-10-13 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8403 (test_num_test_vars, run_and_count_vars, find_env)
8404 (test_set_unset_env, test_inherit_env_var): New procedures.
8405 (top level): Use them.
8406
8407 2017-10-13 Pedro Alves <palves@redhat.com>
8408
8409 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8410 also skip on stub-like targets.
8411
8412 2017-10-13 Pedro Alves <palves@redhat.com>
8413
8414 PR gdb/22293
8415 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8416 (top level): Move some tests to ...
8417 (test_not_found): ... this new procedure.
8418 (top level): Call it.
8419
8420 2017-10-13 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8423 expect different "info terminal" output if testing with a
8424 non-native target.
8425
8426 2017-10-13 Pedro Alves <palves@redhat.com>
8427 Simon Marchi <simon.marchi@polymtl.ca>
8428
8429 PR python/12966
8430 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8431
8432 2017-10-13 Pedro Alves <palves@redhat.com>
8433
8434 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8435 already.
8436
8437 2017-10-13 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8440 is_remote.
8441
8442 2017-10-13 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8445 is_remote.
8446
8447 2017-10-13 Pedro Alves <palves@redhat.com>
8448
8449 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8450 is set.
8451 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8452 instead of is_remote.
8453
8454 2017-10-13 Pedro Alves <palves@redhat.com>
8455
8456 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8457 (top level): Add comment.
8458
8459 2017-10-13 Pedro Alves <palves@redhat.com>
8460
8461 * gdb.base/remote.exp (top level): Fix comment typo and add
8462 missing return.
8463
8464 2017-10-13 Pedro Alves <palves@redhat.com>
8465 Simon Marchi <simon.marchi@polymtl.ca>
8466
8467 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8468 calls and add comments. Skip test if use_gdb_stub is set.
8469 (top level): Use "set cwd" command instead of "cd" command.
8470
8471 2017-10-13 Pedro Alves <palves@redhat.com>
8472
8473 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8474 is_remote target check.
8475
8476 2017-10-13 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.base/scope.exp: Use build_executable + clean_restart +
8479 gdb_file_cmd instead of prepare_for_testing and no longer skip
8480 "before run" tests on is_remote target boards. Update comments.
8481 * boards/native-extended-gdbserver.exp
8482 (extended_gdbserver_load_last_file): New, factored out from ...
8483 (gdb_load): ... this. Move further below and add comment.
8484 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8485
8486 2017-10-12 Pedro Alves <palves@redhat.com>
8487
8488 * gdb.base/attach.exp: Remove references to gdb64.
8489 * gdb.base/dbx.exp: Remove references to gdb64.
8490
8491 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8492 Pedro Alves <palves@redhat.com>
8493
8494 * gdb.base/label.exp: Remove is_remote target check.
8495
8496 2017-10-12 Pedro Alves <palves@redhat.com>
8497
8498 * gdb.base/auvx.exp (coredir): Update comment.
8499 (top level) <core_works>: Use "set cwd" command instead of "cd"
8500 command.
8501
8502 2017-10-12 Pedro Alves <palves@redhat.com>
8503 Simon Marchi <simon.marchi@polymtl.ca>
8504
8505 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8506 target boards.
8507
8508 2017-10-12 Pedro Alves <palves@redhat.com>
8509 Simon Marchi <simon.marchi@polymtl.ca>
8510
8511 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8512 Instead skip if there's any gdb_protocol set.
8513
8514 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8515 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8518
8519 2017-10-12 Pedro Alves <palves@redhat.com>
8520 Simon Marchi <simon.marchi@polymtl.ca>
8521
8522 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8523 instead of on dejagnu remote boards.
8524
8525 2017-10-12 Pedro Alves <palves@redhat.com>
8526 Simon Marchi <simon.marchi@polymtl.ca>
8527
8528 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8529 checks. Use build_executable + clean_restart instead of
8530 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8531 of enabling non-stop after starting gdb.
8532
8533 2017-10-12 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8536 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8537 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8538 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8539
8540 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8541
8542 * gdb.arch/arc-tdesc-cpu.exp: New file.
8543 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8544
8545 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8546
8547 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8548
8549 2017-10-10 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8552 expect CLI output.
8553
8554 2017-10-10 Pedro Alves <palves@redhat.com>
8555
8556 * lib/selftest-support.exp (selftest_setup): Update for
8557 captured_command_loop's prototype change.
8558
8559 2017-10-09 Pedro Alves <palves@redhat.com>
8560
8561 Test both arch1=>arch2 and arch2=>arch1.
8562
8563 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8564 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8565 factored out to...
8566 (append_arch1_options, append_arch2_options, append_arch_options)
8567 (build_executables): New procedures.
8568 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8569 local.
8570 (top level): Add new 'first_arch' testing axis.
8571
8572 2017-10-09 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8575 (barrier): New.
8576 (thread_start, all_started): New functions.
8577 (main): Spawn new thread and wait until it is scheduled.
8578 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8579 option.
8580 (do_test): Add 'selected_thread' parameter. Run to all_started
8581 instead of main. Explicitly set the breakpoint at main. Switch
8582 to the SELECTED_THREAD thread.
8583 (top level): Test handling the exec event with either the main
8584 thread or the second thread selected.
8585
8586 2017-10-09 Pedro Alves <palves@redhat.com>
8587
8588 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8589 logic. Move STOP marker after the value checks.
8590 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8591 regexp.
8592
8593 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8594
8595 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8596
8597 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8598
8599 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8600 integer-to-dfp conversion.
8601 * gdb.base/dfp-test.exp: Likewise.
8602
8603 2017-10-04 Pedro Alves <palves@redhat.com>
8604
8605 * gdb.multi/hangout.c: Include <unistd.h>.
8606 (hangout_loop): New function.
8607 (main): Call alarm. Call hangout_loop in a loop.
8608 * gdb.multi/hello.c: Include <unistd.h>.
8609 (hello_loop): New function.
8610 (main): Call alarm. Call hangout_loop in a loop.
8611 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8612 inferior with the other selected.
8613
8614 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8615
8616 * gdb.mi/list-thread-groups-available.exp: New file.
8617 * gdb.mi/list-thread-groups-available.c: New file.
8618
8619 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8620
8621 * gdb.base/set-cwd.exp: Make it available on
8622 native-extended-gdbserver.
8623
8624 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8625
8626 * gdb.base/set-cwd.c: New file.
8627 * gdb.base/set-cwd.exp: Likewise.
8628
8629 2017-10-02 Tom Tromey <tom@tromey.com>
8630
8631 PR rust/22236:
8632 * gdb.rust/simple.rs (main): New variable "fslice".
8633 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8634
8635 2017-10-02 Tom Tromey <tom@tromey.com>
8636
8637 * gdb.rust/simple.exp: Test ptype of a slice.
8638
8639 2017-10-02 Tom Tromey <tom@tromey.com>
8640
8641 * gdb.rust/simple.exp: Test index of slice.
8642
8643 2017-09-27 Tom Tromey <tom@tromey.com>
8644
8645 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8646
8647 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8648 Pedro Alves <palves@redhat.com>
8649
8650 * gdb.base/compare-sections.exp (get value of read-only section): Read
8651 as unsigned value.
8652 (corrupt read-only section): Likewise and don't set written if patching
8653 failed.
8654
8655 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8656
8657 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8658 files.
8659
8660 2017-09-20 Pedro Alves <palves@redhat.com>
8661
8662 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8663 symbol names in gdb's output.
8664 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8665
8666 2017-09-20 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8669 Rename to ...
8670 (test_list_ambiguous_symbol): ... this and add a symbol name
8671 parameter. Adjust.
8672 (test_list_ambiguous_function): Reimplement on top of
8673 test_list_ambiguous_symbol and also test listing ambiguous
8674 variables.
8675 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8676 (ambiguous_fun): ... this.
8677 (ambiguous_var): New.
8678 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8679 (ambiguous_fun): ... this.
8680 (ambiguous_var): New.
8681
8682 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8683
8684 * gdb.base/starti.c: New file.
8685 * gdb.base/starti.exp: New file.
8686 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8687
8688 2017-09-14 Pedro Alves <palves@redhat.com>
8689
8690 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8691 (top level): Use it instead of runto.
8692
8693 2017-09-11 Tom Tromey <tom@tromey.com>
8694
8695 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8696
8697 2017-09-11 Tom Tromey <tom@tromey.com>
8698
8699 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8700 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8701
8702 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8703
8704 * gdb.fortran/printing-types.exp: New file.
8705 * gdb.fortran/printing-types.exp: New file.
8706
8707 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8708
8709 * gdb.fortran/vla-ptype.exp: Fix typos.
8710 * gdb.fortran/vla-value.exp: Same.
8711
8712 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8713
8714 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8715 * gdb.mi/mi-var-child-f.exp: Likewise.
8716 * gdb.mi/mi-vla-fortran.exp: Likewise.
8717
8718 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8719 Christoph Weinmann <christoph.t.weinmann@intel.com>
8720 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * gdb.fortran/ptr-indentation.f90: New file.
8723 * gdb.fortran/ptr-indentation.exp: New file.
8724
8725 2017-09-05 Tom Tromey <tom@tromey.com>
8726
8727 PR gdb/22010:
8728 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8729
8730 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8731
8732 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8733
8734 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8735
8736 * gdb.threads/tls-nodebug-pie.c: New file.
8737 * gdb.threads/tls-nodebug-pie.exp: New file.
8738
8739 2017-09-05 Tom Tromey <tom@tromey.com>
8740
8741 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8742 for rust.
8743
8744 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8745
8746 * gdb.multi/multi-arch-exec.exp: Test with different
8747 "follow-exec-mode" settings.
8748 (do_test): New procedure.
8749
8750 2017-09-04 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.base/func-static.c (S::method const, S::method volatile)
8753 (S::method volatile const): New methods.
8754 (c_s, v_s, cv_s): New instances.
8755 (main): Call method() on them.
8756 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8757 (cannot_resolve): New procedure.
8758 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8759 print-quote-unquoted columns.
8760 (do_test): Test printing each scope too.
8761
8762 2017-09-04 Pedro Alves <palves@redhat.com>
8763
8764 * gdb.base/local-static.exp: Also test with
8765 class::method::variable wholly quoted.
8766 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8767
8768 2017-09-04 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.base/local-static.c: New.
8771 * gdb.base/local-static.cc: New.
8772 * gdb.base/local-static.exp: New.
8773
8774 2017-09-04 Pedro Alves <palves@redhat.com>
8775
8776 * gdb.asm/asm-source.exp: Add casts to int.
8777 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8778 (dataglobal64_1, dataglobal64_2): New globals.
8779 * gdb.base/nodebug.exp: Test different expressions involving the
8780 new globals, with print, whatis and ptype. Add casts to int.
8781 * gdb.base/solib-display.exp: Add casts to int.
8782 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8783 * gdb.cp/m-static.exp: Add cast to int.
8784 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8785 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8786 tls variable with no debug info without a cast. Test with a cast
8787 to int too.
8788 * gdb.trace/entry-values.exp: Add casts.
8789
8790 2017-09-04 Pedro Alves <palves@redhat.com>
8791
8792 * gdb.base/nodebug.exp: Test that ptype's error about functions
8793 with unknown return type includes the function name too.
8794
8795 2017-09-04 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8798 return type of munmap in infcall.
8799 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8800 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8801 type of ftell in infcall.
8802 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8803 type of getpid in infcall.
8804 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8805 infcall.
8806 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8807 Bail on failure to extract the pid.
8808 * gdb.base/nodebug.c: #include <stdint.h>.
8809 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8810 New functions.
8811 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8812 Change expected output of print/whatis/ptype with functions with
8813 no debug info. Test all supported languages. Call
8814 test_call_promotion.
8815 * gdb.compile/compile.exp: Adjust expected output to expect
8816 warning.
8817 * gdb.threads/siginfo-threads.exp: Likewise.
8818
8819 2017-09-04 Pedro Alves <palves@redhat.com>
8820
8821 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8822 "prototypes". Test calling float functions via prototyped and
8823 unprototyped function pointers.
8824 (perform_all_tests): New parameter "prototypes". Pass it down.
8825 (top level): Pass down "prototypes" parameter to
8826 perform_all_tests.
8827
8828 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8829
8830 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8831 Test with nested loops.
8832
8833 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8834
8835 * gdb.base/commands.exp: Call the new procedures.
8836 (loop_break_test, loop_continue_test): New procedures.
8837
8838 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8839
8840 * gdb.base/commands.exp: Call new procedure.
8841 (define_if_without_arg_test): New procedure.
8842
8843 2017-09-04 Pedro Alves <palves@redhat.com>
8844
8845 * gdb.base/list-ambiguous.exp: New file.
8846 * gdb.base/list-ambiguous0.c: New file.
8847 * gdb.base/list-ambiguous1.c: New file.
8848 * gdb.base/list.exp (test_list_range): Adjust expected output.
8849
8850 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8851
8852 * gdb.base/share-env-with-gdbserver.c: New file.
8853 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8854
8855 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8856
8857 * gdb.base/commands.exp (gdbvar_simple_if_test,
8858 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8859 progvar_simple_if_test, progvar_simple_while_test,
8860 progvar_complex_if_while_test, user_defined_command_test,
8861 user_defined_command_args_eval,
8862 user_defined_command_args_stack_test,
8863 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8864 temporary_breakpoint_commands,
8865 gdb_test_no_prompt, redefine_hook_test,
8866 redefine_backtrace_test): Remove "global gdb_prompt".
8867
8868 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8869
8870 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8871 New proc, call it from toplevel.
8872
8873 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8874
8875 PR remote/21852
8876 * gdb.server/normal.c: New file, copied from gdb.base.
8877 * gdb.server/run-without-local-binary.exp: New file.
8878
8879 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8880
8881 * gdb.arch/sparc64-adi.exp: New file.
8882 * gdb.arch/sparc64-adi.c: New file.
8883
8884 2017-08-22 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8887 (top level): Add "list all overloads" tests.
8888
8889 2017-08-22 Tom Tromey <tom@tromey.com>
8890
8891 * gdb.gdb/xfullpath.exp: Remove.
8892
8893 2017-08-21 Pedro Alves <palves@redhat.com>
8894
8895 PR gdb/19487
8896 * gdb.base/symbol-alias.c: New.
8897 * gdb.base/symbol-alias2.c: New.
8898 * gdb.base/symbol-alias.exp: New.
8899
8900 2017-08-21 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.base/dfp-test.c
8903 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8904 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8905 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8906 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8907 * gdb.base/whatis-ptype-typedefs.c: New.
8908 * gdb.base/whatis-ptype-typedefs.exp: New.
8909 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8910 (an_int, an_int_type, an_int_type2): New globals.
8911 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8912 involving typedefs and cast expressions.
8913 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8914 (lookup_typedefs_function): New.
8915 (typedefs_pretty_printers_dict): New.
8916 (top level): Register lookup_typedefs_function in
8917 gdb.pretty_printers.
8918
8919 2017-08-18 Yao Qi <yao.qi@linaro.org>
8920
8921 * gdb.server/unittest.exp: New.
8922
8923 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8924
8925 PR gdb/21954
8926 * gdb.base/environ.exp: Add test to check if 'unset environment'
8927 works.
8928
8929 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8930
8931 * lib/gdb.exp (universal_compile_options): New caching proc.
8932 (gdb_compile): Suppress GCC's coloring of messages.
8933
8934 2017-08-14 Tom Tromey <tom@tromey.com>
8935
8936 PR gdb/21675:
8937 * gdb.base/printcmds.exp (test_radices): New function.
8938 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8939 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8940 * lib/gdb.exp (get_integer_valueof): Use p/d.
8941
8942 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8943
8944 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8945 characters.
8946
8947 2017-08-05 Tom Tromey <tom@tromey.com>
8948
8949 * gdb.rust/simple.exp: Allow String to appear in a different
8950 namespace.
8951
8952 2017-07-26 Yao Qi <yao.qi@linaro.org>
8953
8954 * gdb.gdb/unittest.exp: Invoke command
8955 "maintenance check xml-descriptions".
8956
8957 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8958
8959 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8960 calling context.
8961 (hex128): Drop erroneous calculation of parameters.
8962
8963 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8964
8965 * gdb.python/py-unwind.exp: Disable stack protection when
8966 building test file.
8967
8968 2017-07-20 Pedro Alves <palves@redhat.com>
8969
8970 * gdb.base/default.exp (set language): Adjust expected output.
8971
8972 2017-07-20 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8975 (test_minsym): ... this, and make static.
8976 (get_pck__foo__bar__minsym): Rename to ...
8977 (get_test_minsym): ... this.
8978 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8979 symbol names and comments.
8980 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8981 (get_test_minsym): ... this.
8982 (pck__foo__bar__minsym__2): Rename to ...
8983 (test_minsym): ... this.
8984 (main): Adjust.
8985
8986 2017-07-17 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/completion.exp: Adjust expected output.
8989 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8990 the completer works.
8991
8992 2017-07-17 Pedro Alves <palves@redhat.com>
8993
8994 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8995
8996 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8997
8998 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8999
9000 2017-07-14 Tom Tromey <tom@tromey.com>
9001
9002 PR rust/21764:
9003 * gdb.rust/simple.exp: Add tests.
9004
9005 2017-07-14 Tom Tromey <tom@tromey.com>
9006
9007 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9008
9009 2017-07-14 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.linespec/base/one/thefile.cc (z1): New function.
9012 * gdb.linespec/base/two/thefile.cc (z2): New function.
9013 * gdb.linespec/linespec.exp: Add tests.
9014
9015 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9016
9017 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9018 to mi_create_breakpoint.
9019
9020 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9021
9022 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9023 mi_create_breakpoint.
9024
9025 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9026
9027 * gdb.dlang/demangle.exp: Update for demangling changes.
9028
9029 2017-07-09 Tom Tromey <tom@tromey.com>
9030
9031 * gdb.dwarf2/shortpiece.exp: New file.
9032
9033 2017-07-06 David Blaikie <dblaikie@gmail.com>
9034
9035 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9036 built from fissiont-multi-cu{1,2}.c.
9037 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9038 except putting 'main' and 'func' in separate CUs in the same DWO file.
9039 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9040 test.
9041 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9042 test.
9043
9044 2017-07-06 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.python/py-unwind.exp: Test flushregs.
9047
9048 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9049
9050 PR cli/21688
9051 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9052 tests for alias commands and trailing whitespace.
9053
9054 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9055
9056 PR cli/21688
9057 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9058 procedure. Call it.
9059
9060 2017-06-29 Pedro Alves <palves@redhat.com>
9061
9062 * gdb.base/printcmds.exp: Add tests.
9063
9064 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9065
9066 PR gdb/21337
9067 * gdb.base/reread-readsym.exp: New file.
9068 * gdb.base/reread-readsym.c: New file.
9069
9070 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9071
9072 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9073 subpattern.
9074
9075 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9076
9077 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9078 extended mnemonic.
9079 * gdb.arch/powerpc-power9.s: Likewise.
9080
9081 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9082
9083 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9084 on 32-bit x86 targets. Exploit is_*_target macros where
9085 appropriate.
9086
9087 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9088
9089 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9090 register pieces.
9091
9092 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9093
9094 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9095 located in one or more DWARF pieces.
9096
9097 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9098
9099 * lib/gdb.exp (get_endianness): New proc.
9100 * gdb.arch/aarch64-fp.exp: Use it.
9101 * gdb.arch/altivec-regs.exp: Likewise.
9102 * gdb.arch/e500-regs.exp: Likewise.
9103 * gdb.arch/vsx-regs.exp: Likewise.
9104 * gdb.base/dump.exp: Likewise.
9105 * gdb.base/funcargs.exp: Likewise.
9106 * gdb.base/gnu_vector.exp: Likewise.
9107 * gdb.dwarf2/formdata16.exp: Likewise.
9108 * gdb.dwarf2/implptrpiece.exp: Likewise.
9109 * gdb.dwarf2/nonvar-access.exp: Likewise.
9110 * gdb.python/py-inferior.exp: Likewise.
9111 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9112
9113 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9114
9115 PR gdb/21226
9116 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9117 stack value pieces are taken from the LSB end.
9118
9119 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9120
9121 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9122 variable at nonzero offset.
9123
9124 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9125
9126 * gdb.dwarf2/var-access.c: New file.
9127 * gdb.dwarf2/var-access.exp: New test.
9128 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9129
9130 2017-06-12 Tom Tromey <tom@tromey.com>
9131
9132 * gdb.dwarf2/formdata16.exp: Add tests.
9133
9134 2017-06-12 Tom Tromey <tom@tromey.com>
9135
9136 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9137
9138 2017-06-12 Tom Tromey <tom@tromey.com>
9139
9140 PR exp/16225:
9141 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9142 * gdb.arch/vsx-regs.exp: Update tests.
9143 * gdb.arch/s390-vregs.exp (hex128): New proc.
9144 Update test.
9145 * gdb.arch/altivec-regs.exp: Update tests.
9146
9147 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9148
9149 * gdb.base/startup-with-shell.c: New file.
9150 * gdb.base/startup-with-shell.exp: Likewise.
9151
9152 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9153
9154 * gdb.server/non-existing-program.exp: Update regex in order to
9155 reflect the fact that gdbserver is now using fork_inferior (with a
9156 shell) to startup the inferior.
9157
9158 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9159
9160 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9161 support function calls from GDB.
9162
9163 2017-05-21 Tom Tromey <tom@tromey.com>
9164
9165 PR rust/21466:
9166 * gdb.rust/unsized.exp: New file.
9167 * gdb.rust/unsized.rs: New file.
9168
9169 2017-05-19 Tom Tromey <tom@tromey.com>
9170
9171 PR rust/21484:
9172 * gdb.rust/watch.exp: New file.
9173 * gdb.rust/watch.rs: New file.
9174
9175 2017-05-18 Tom Tromey <tom@tromey.com>
9176
9177 * gdb.rust/simple.exp: Allow Box to be qualified.
9178
9179 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9180
9181 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9182
9183 2017-05-18 Pedro Alves <palves@redhat.com>
9184
9185 * gdb.base/fileio.c (test_write, test_read, test_close)
9186 (test_fstat): Don't print 'ret' in the fail path.
9187
9188 2017-05-18 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9191 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9192 (test_system, test_rename, test_unlink, test_time): Change
9193 prototypes.
9194 * gdb.base/fileio.exp (stop_msg): Adjust.
9195
9196 2017-05-18 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/fileio.c (null_str): New global.
9199 (test_stat): Use it.
9200 * gdb.base/fileio.exp: Remove nowarnings.
9201
9202 2017-05-17 Yao Qi <yao.qi@linaro.org>
9203
9204 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9205
9206 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9207
9208 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9209 argument command.
9210 (top-level): Invoke test_set_inferior_tty.
9211
9212 2017-05-04 Pedro Alves <palves@redhat.com>
9213
9214 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9215 Add parens to print call for Python 3.
9216
9217 2017-05-03 Keith Seitz <keiths@redhat.com>
9218
9219 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9220 (main): Call it.
9221
9222 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9223
9224 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9225 to prev and next.
9226
9227 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9228
9229 * gdb.python/py-record-btrace.exp: Remove test for
9230 gdb.BtraceInstruction.error.
9231
9232 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9233
9234 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9235
9236 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9237
9238 * gdb.python/py-record-btrace-threads.c: New file.
9239 * gdb.python/py-record-btrace-threads.exp: New file.
9240
9241 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9242
9243 PR testsuite/8595
9244 * gdb.base/environ.exp: Make test available in all architectures.
9245 Move bits related to "info program" testing to
9246 gdb.base/info-program.exp. Rewrite tests to use the two new
9247 procedures mentione below.
9248 (test_set_show_env_var) New procedure.
9249 (test_set_show_env_var_equal): Likewise.
9250 * gdb.base/info-program.exp: New file.
9251
9252 2017-04-27 Keith Seitz <keiths@redhat.com>
9253
9254 * gdb.cp/oranking.cc (test15): New function.
9255 (main): Call test15 and declare additional variables for testing.
9256 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9257 "p foo101('abc')" tests.
9258 Add tests for cv qualifier overloads.
9259 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9260 "lvalue reference overload" test.
9261 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9262 "print value of f1 on Child&& in f2" test.
9263
9264 2017-04-19 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9267 procedure.
9268 (top level): Call it.
9269 * lib/gdb.exp (gdb_define_cmd): New procedure.
9270
9271 2017-04-12 Pedro Alves <palves@redhat.com>
9272
9273 PR gdb/21323
9274 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9275 (wchar): New global.
9276 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9277 (do_test_wide_char, wide_char_types_no_program, top level): Add
9278 wchar_t testing.
9279
9280 2017-04-12 Pedro Alves <palves@redhat.com>
9281
9282 PR c++/21323
9283 * gdb.cp/wide_char_types.c: New file.
9284 * gdb.cp/wide_char_types.exp: New file.
9285
9286 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9287
9288 PR gdb/21352
9289 * gdb.trace/tsv.exp: Add test for "tsave -r".
9290
9291 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9292
9293 * gdb.dlang/watch-loc.c: New file.
9294 * gdb.dlang/watch-loc.exp: New file.
9295
9296 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9297
9298 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9299
9300 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9301
9302 * gdb.arch/arc-analyze-prologue.S: New file.
9303 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9304
9305 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9306
9307 * gdb.arch/arc-decode-insn.S: New file.
9308 * gdb.arch/arc-decode-insn.exp: Likewise.
9309
9310 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9311
9312 PR tdep/20928
9313 * gdb.arch/sparc64-regs.exp: New file.
9314 * gdb.arch/sparc64-regs.S: Likewise.
9315
9316 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9317
9318 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9319 and memory view on Python 3.
9320
9321 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9322 Keith Seitz <keiths@redhat.com>
9323
9324 PR gdb/14441
9325 * gdb.cp/demangle.exp: Add rvalue reference tests.
9326 * gdb.cp/rvalue-ref-casts.cc: New file.
9327 * gdb.cp/rvalue-ref-casts.exp: New file.
9328 * gdb.cp/rvalue-ref-overload.cc: New file.
9329 * gdb.cp/rvalue-ref-overload.exp: New file.
9330 * gdb.cp/rvalue-ref-params.cc: New file.
9331 * gdb.cp/rvalue-ref-params.exp: New file.
9332 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9333 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9334 * gdb.cp/rvalue-ref-types.cc: New file.
9335 * gdb.cp/rvalue-ref-types.exp: New file.
9336 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9337 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9338
9339 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9340
9341 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9342 New procedure.
9343
9344 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9345
9346 * lib/mi-support.exp (mi_gdb_test): Add additional message
9347 for unexpected output.
9348
9349 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9350
9351 * gdb.base/examine-backward.c (Barrier): New character array
9352 constant, to ensure that TestStrings is preceded by a string
9353 terminator.
9354
9355 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9356
9357 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9358 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9359 and implicit pointer into such a location.
9360
9361 2017-03-16 Doug Evans <dje@google.com>
9362
9363 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9364
9365 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9366
9367 * gdb.cp/m-static.exp: Fix expectation for prototype of
9368 test5.single_constructor and single_constructor::single_constructor.
9369
9370 2017-03-16 Doug Evans <dje@google.com>
9371
9372 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9373 * gdb.guile/scm-lazy-string.c: New file.
9374 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9375 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9376 for pointer, array, typedef lazy strings.
9377
9378 2017-03-16 Doug Evans <dje@google.com>
9379
9380 PR python/17728, python/18439, python/18779
9381 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9382 * gdb.python/py-lazy-string.c (pointer): New typedef.
9383 (main): New locals ptr, array, typedef_ptr.
9384 * gdb.python/py-value.exp: Move lazy string tests to ...
9385 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9386 array, typedef lazy strings.
9387
9388 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9389
9390 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9391 Add optional 'test' parameter.
9392
9393 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9394
9395 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9396 Skip for versions of DejaGnu < 1.5.
9397
9398 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9399
9400 * lib/gdb.exp (dejagnu_version): New proc.
9401 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9402 Use dejagnu_version.
9403
9404 2017-03-10 Keith Seitz <keiths@redhat.com>
9405
9406 PR c++/8128
9407 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9408 type from destructor regexps.
9409 Add a branch which actually passes the test.
9410 Adjust "ptype t5i" test names.
9411
9412 2017-03-08 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.base/step-over-exit.exp: Add explicit test message.
9415
9416 2017-03-08 Pedro Alves <palves@redhat.com>
9417
9418 PR gdb/18360
9419 * gdb.threads/interrupt-while-step-over.c: New file.
9420 * gdb.threads/interrupt-while-step-over.exp: New file.
9421
9422 2017-03-08 Pedro Alves <palves@redhat.com>
9423
9424 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9425 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9426
9427 2017-03-08 Pedro Alves <palves@redhat.com>
9428
9429 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9430 PKRU as not supported as a PASS.
9431
9432 2017-03-08 Pedro Alves <palves@redhat.com>
9433
9434 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9435 prefix instead of $binfile1/$binfile2.
9436 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9437 in test message.
9438 * gdb.python/py-completion.exp: Use "load python file" as test
9439 messages instead of unstable path names.
9440
9441 2017-03-08 Pedro Alves <palves@redhat.com>
9442 Jan Kratochvil <jan.kratochvil@redhat.com>
9443
9444 PR cli/21218
9445 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9446 New proc.
9447 (top level): Call it.
9448
9449 2017-03-08 Pedro Alves <palves@redhat.com>
9450
9451 PR tui/21216
9452 * gdb.tui/tui-nl-filtered-output.exp: New file.
9453
9454 2017-03-08 Pedro Alves <palves@redhat.com>
9455
9456 * gdb.base/completion.exp: Move TUI completion tests to ...
9457 * gdb.tui/completion.exp: ... this new file.
9458
9459 2017-03-08 Pedro Alves <palves@redhat.com>
9460
9461 * gdb.base/tui-disasm-long-lines.c,
9462 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9463 gdb.base/tui-layout.exp: Move to ...
9464 * gdb.tui/: ... this new directory.
9465
9466 2017-03-07 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.base/tui-layout.c: New file.
9469 * gdb.base/tui-layout.exp: New file.
9470
9471 2017-03-07 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.base/tui-layout.c: Rename to ...
9474 * gdb.base/tui-disasm-long-lines.c: ... this.
9475 * gdb.base/tui-layout.exp: Rename to ...
9476 * gdb.base/tui-disasm-long-lines.exp: ... this.
9477
9478 2017-03-07 Pedro Alves <palves@redhat.com>
9479
9480 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9481
9482 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9483
9484 * i386-mpx-call.c: New file.
9485 * i386-mpx-call.exp: New file.
9486
9487 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9488
9489 * gdb.arch/powerpc-power.exp: Delete test.
9490 * gdb.arch/powerpc-power.s: Likewise.
9491 * gdb.disasm/disassembler-options.exp: New test.
9492 * gdb.arch/powerpc-altivec.exp: Likewise.
9493 * gdb.arch/powerpc-altivec.s: Likewise.
9494 * gdb.arch/powerpc-altivec2.exp: Likewise.
9495 * gdb.arch/powerpc-altivec2.s: Likewise.
9496 * gdb.arch/powerpc-altivec3.exp: Likewise.
9497 * gdb.arch/powerpc-altivec3.s: Likewise.
9498 * gdb.arch/powerpc-power7.exp: Likewise.
9499 * gdb.arch/powerpc-power7.s: Likewise.
9500 * gdb.arch/powerpc-power8.exp: Likewise.
9501 * gdb.arch/powerpc-power8.s: Likewise.
9502 * gdb.arch/powerpc-power9.exp: Likewise.
9503 * gdb.arch/powerpc-power9.s: Likewise.
9504 * gdb.arch/powerpc-vsx.exp: Likewise.
9505 * gdb.arch/powerpc-vsx.s: Likewise.
9506 * gdb.arch/powerpc-vsx2.exp: Likewise.
9507 * gdb.arch/powerpc-vsx2.s: Likewise.
9508 * gdb.arch/powerpc-vsx3.exp: Likewise.
9509 * gdb.arch/powerpc-vsx3.s: Likewise.
9510 * gdb.arch/arm-disassembler-options.exp: Likewise.
9511 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9512 * gdb.arch/s390-disassembler-options.exp: Likewise.
9513
9514 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9515
9516 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9517 (check_supported_features): ... this. Changed return type to void.
9518 (supports_rdseed): New static global.
9519 (rdseed): Check supports_rdseed.
9520 (initialize): Call check_supported_features.
9521
9522 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9523
9524 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9525 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9526 and lqarx/stqcx.
9527 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9528 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9529
9530 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9531
9532 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9533 uppercase.
9534
9535 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9536
9537 * gdb.dwarf2/formdata16.c: New file.
9538 * gdb.dwarf2/formdata16.exp: New file.
9539 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9540
9541 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9542
9543 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9544 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9545 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9546 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9547 DW_AT_GNU_*.
9548
9549 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9552
9553 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9554
9555 PR gdb/21164
9556 * gdb.base/maint.exp: Add testcases for when the commands do
9557 not have arguments.
9558
9559 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9560
9561 * gdb.cp/chained-calls.exp: Use p instead of P.
9562
9563 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9564
9565 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9566 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9567
9568 2017-02-14 Tom Tromey <tom@tromey.com>
9569
9570 PR python/13598:
9571 * gdb.python/py-events.exp: Add before_prompt event tests.
9572
9573 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9574
9575 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9576
9577 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9578
9579 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9580 (main): Call my_unique_function_name.
9581 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9582 completion of patterns with a single match.
9583 Add missing -re switches to gdb_test_multiple calls.
9584
9585 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9586
9587 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9588 return if core file is not recognized.
9589
9590 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9591
9592 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9593 and extra UIs.
9594
9595 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9596
9597 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9598 proc_with_prefix.
9599
9600 2017-02-10 Tom Tromey <tom@tromey.com>
9601
9602 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9603
9604 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9605
9606 PR gdb/21122
9607 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9608
9609 2017-02-08 Jerome Guitton <guitton@adacore.com>
9610
9611 * gdb.base/define.exp: Add test for command abbreviations
9612 in define.
9613
9614 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9615
9616 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9617 * gdb.reverse/insn-reverse-x86.c: New file.
9618
9619 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9620
9621 PR tdep/20936
9622 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9623
9624 2017-02-03 Tom Tromey <tom@tromey.com>
9625
9626 PR rust/21097:
9627 * gdb.rust/simple.exp: Add new tests.
9628
9629 2017-02-02 Pedro Alves <palves@redhat.com>
9630
9631 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9632 tests.
9633
9634 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9635
9636 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9637 taking a 2-byte value out of a 4-byte DWARF implicit value on
9638 big-endian targets.
9639 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9640 logic. Add test cases for DW_OP_implicit.
9641
9642 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9643
9644 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9645
9646 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9647
9648 * gdb.btrace/enable.exp: Call gdb_exit before
9649 skip_gdbserver_tests.
9650
9651 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9652
9653 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9654 GDBFLAGS.
9655
9656 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9657
9658 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9659 the test is skipped.
9660 * gdb.btrace/data.exp: Likewise.
9661 * gdb.btrace/delta.exp: Likewise.
9662 * gdb.btrace/dlopen.exp: Likewise.
9663 * gdb.btrace/enable-running.exp: Likewise.
9664 * gdb.btrace/enable.exp: Likewise.
9665 * gdb.btrace/exception.exp: Likewise.
9666 * gdb.btrace/function_call_history.exp: Likewise.
9667 * gdb.btrace/gcore.exp: Likewise.
9668 * gdb.btrace/instruction_history.exp: Likewise.
9669 * gdb.btrace/multi-thread-step.exp: Likewise.
9670 * gdb.btrace/nohist.exp: Likewise.
9671 * gdb.btrace/non-stop.exp: Likewise.
9672 * gdb.btrace/reconnect.exp: Likewise.
9673 * gdb.btrace/record_goto-step.exp: Likewise.
9674 * gdb.btrace/record_goto.exp: Likewise.
9675 * gdb.btrace/rn-dl-bind.exp: Likewise.
9676 * gdb.btrace/segv.exp: Likewise.
9677 * gdb.btrace/step.exp: Likewise.
9678 * gdb.btrace/stepi.exp: Likewise.
9679 * gdb.btrace/tailcall-only.exp: Likewise.
9680 * gdb.btrace/tailcall.exp: Likewise.
9681 * gdb.btrace/tsx.exp: Likewise.
9682 * gdb.btrace/unknown_functions.exp: Likewise.
9683 * gdb.btrace/vdso.exp: Likewise.
9684
9685 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9686
9687 * gdb.btrace/enable-running.c: New.
9688 * gdb.btrace/enable-running.exp: New.
9689
9690 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9691
9692 * gdb.arch/amd64-gs_base.c: New file.
9693 * gdb.arch/amd64-gs_base.exp: New file.
9694
9695 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9696
9697 * lib/memory.exp: Remove spurious empty newlines.
9698
9699 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9700
9701 * gdb.python/py-bad-printers.exp: Load python file using "source".
9702 * gdb.python/py-events.exp: Likewise.
9703 * gdb.python/py-evsignal.exp: Likewise.
9704 * gdb.python/py-evthreads.exp: Likewise.
9705 * gdb.python/py-frame-args.exp: Likewise.
9706 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9707 * gdb.python/py-framefilter-mi.exp: Likewise.
9708 * gdb.python/py-framefilter.exp: Likewise.
9709 * gdb.python/py-mi.exp: Likewise.
9710 * gdb.python/py-pp-maint.exp: Likewise.
9711 * gdb.python/py-pp-registration.exp: Likewise.
9712 * gdb.python/py-prettyprint.exp: Likewise.
9713 (run_lang_tests): Likewise.
9714 * gdb.python/py-typeprint.exp: Likewise.
9715
9716 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9717
9718 * lib/memory.exp: New file.
9719 * lib/gdb.exp: Load memory.exp.
9720 * gdb.base/memattr.exp (delete_memory): Move proc to
9721 lib/memory.exp and rename to delete_memory_regions.
9722 Replace delete_memory with delete_memory_regions.
9723 Cleanup memory regions before tests.
9724 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9725 before tests.
9726
9727 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9728
9729 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9730 files.
9731 (initialize): New function conditionally defined.
9732 (testcases): Move within conditional block.
9733 (main): Call initialize.
9734 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9735 of gdb.reverse/insn-reverse.c.
9736 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9737 gdb.reverse/insn-reverse.c.
9738
9739 2017-01-26 Yao Qi <yao.qi@linaro.org>
9740
9741 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9742 disassemble on address 0.
9743
9744 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9745 Yao Qi <yao.qi@linaro.org>
9746
9747 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9748 * gdb.dwarf2/implptr-64bit.S: Remove.
9749 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9750 variables in caller's context. Add DW_OP_implicit_value.
9751
9752 2017-01-25 Yao Qi <yao.qi@linaro.org>
9753
9754 * lib/dwarf.exp (Dwarf::_location): Handle
9755 DW_OP_GNU_implicit_pointer with proper size.
9756
9757 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9758
9759 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9760 and add untested calls.
9761
9762 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9763
9764 * gdb.python/python.exp: Check line number against what GDB thinks
9765 the line number is for func1.
9766
9767 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9768
9769 * gdb.dlang/debug-expr.exp: New file.
9770
9771 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9772
9773 Fix test names for the following files:
9774
9775 * gdb.ada/exec_changed.exp
9776 * gdb.ada/info_types.exp
9777 * gdb.arch/aarch64-atomic-inst.exp
9778 * gdb.arch/aarch64-fp.exp
9779 * gdb.arch/altivec-abi.exp
9780 * gdb.arch/altivec-regs.exp
9781 * gdb.arch/amd64-byte.exp
9782 * gdb.arch/amd64-disp-step.exp
9783 * gdb.arch/amd64-dword.exp
9784 * gdb.arch/amd64-entry-value-inline.exp
9785 * gdb.arch/amd64-entry-value-param.exp
9786 * gdb.arch/amd64-entry-value-paramref.exp
9787 * gdb.arch/amd64-entry-value.exp
9788 * gdb.arch/amd64-i386-address.exp
9789 * gdb.arch/amd64-invalid-stack-middle.exp
9790 * gdb.arch/amd64-invalid-stack-top.exp
9791 * gdb.arch/amd64-optimout-repeat.exp
9792 * gdb.arch/amd64-prologue-skip.exp
9793 * gdb.arch/amd64-prologue-xmm.exp
9794 * gdb.arch/amd64-stap-special-operands.exp
9795 * gdb.arch/amd64-stap-wrong-subexp.exp
9796 * gdb.arch/amd64-tailcall-cxx.exp
9797 * gdb.arch/amd64-tailcall-noret.exp
9798 * gdb.arch/amd64-tailcall-ret.exp
9799 * gdb.arch/amd64-tailcall-self.exp
9800 * gdb.arch/amd64-word.exp
9801 * gdb.arch/arm-bl-branch-dest.exp
9802 * gdb.arch/arm-disp-step.exp
9803 * gdb.arch/arm-neon.exp
9804 * gdb.arch/arm-single-step-kernel-helper.exp
9805 * gdb.arch/avr-flash-qualifier.exp
9806 * gdb.arch/disp-step-insn-reloc.exp
9807 * gdb.arch/e500-abi.exp
9808 * gdb.arch/e500-regs.exp
9809 * gdb.arch/ftrace-insn-reloc.exp
9810 * gdb.arch/i386-avx512.exp
9811 * gdb.arch/i386-bp_permanent.exp
9812 * gdb.arch/i386-byte.exp
9813 * gdb.arch/i386-cfi-notcurrent.exp
9814 * gdb.arch/i386-disp-step.exp
9815 * gdb.arch/i386-dr3-watch.exp
9816 * gdb.arch/i386-float.exp
9817 * gdb.arch/i386-gnu-cfi.exp
9818 * gdb.arch/i386-mpx-map.exp
9819 * gdb.arch/i386-mpx-sigsegv.exp
9820 * gdb.arch/i386-mpx-simple_segv.exp
9821 * gdb.arch/i386-mpx.exp
9822 * gdb.arch/i386-permbkpt.exp
9823 * gdb.arch/i386-prologue.exp
9824 * gdb.arch/i386-signal.exp
9825 * gdb.arch/i386-size-overlap.exp
9826 * gdb.arch/i386-unwind.exp
9827 * gdb.arch/i386-word.exp
9828 * gdb.arch/mips-fcr.exp
9829 * gdb.arch/powerpc-d128-regs.exp
9830 * gdb.arch/powerpc-stackless.exp
9831 * gdb.arch/ppc64-atomic-inst.exp
9832 * gdb.arch/s390-stackless.exp
9833 * gdb.arch/s390-tdbregs.exp
9834 * gdb.arch/s390-vregs.exp
9835 * gdb.arch/sparc-sysstep.exp
9836 * gdb.arch/thumb-bx-pc.exp
9837 * gdb.arch/thumb-singlestep.exp
9838 * gdb.arch/thumb2-it.exp
9839 * gdb.arch/vsx-regs.exp
9840 * gdb.asm/asm-source.exp
9841 * gdb.base/a2-run.exp
9842 * gdb.base/advance.exp
9843 * gdb.base/all-bin.exp
9844 * gdb.base/anon.exp
9845 * gdb.base/args.exp
9846 * gdb.base/arithmet.exp
9847 * gdb.base/async-shell.exp
9848 * gdb.base/async.exp
9849 * gdb.base/attach-pie-noexec.exp
9850 * gdb.base/attach-twice.exp
9851 * gdb.base/auto-load.exp
9852 * gdb.base/bang.exp
9853 * gdb.base/bitfields.exp
9854 * gdb.base/break-always.exp
9855 * gdb.base/break-caller-line.exp
9856 * gdb.base/break-entry.exp
9857 * gdb.base/break-inline.exp
9858 * gdb.base/break-on-linker-gcd-function.exp
9859 * gdb.base/break-probes.exp
9860 * gdb.base/break.exp
9861 * gdb.base/breakpoint-shadow.exp
9862 * gdb.base/call-ar-st.exp
9863 * gdb.base/call-sc.exp
9864 * gdb.base/call-signal-resume.exp
9865 * gdb.base/call-strs.exp
9866 * gdb.base/callfuncs.exp
9867 * gdb.base/catch-fork-static.exp
9868 * gdb.base/catch-gdb-caused-signals.exp
9869 * gdb.base/catch-load.exp
9870 * gdb.base/catch-signal-fork.exp
9871 * gdb.base/catch-signal.exp
9872 * gdb.base/catch-syscall.exp
9873 * gdb.base/charset.exp
9874 * gdb.base/checkpoint.exp
9875 * gdb.base/chng-syms.exp
9876 * gdb.base/code-expr.exp
9877 * gdb.base/code_elim.exp
9878 * gdb.base/commands.exp
9879 * gdb.base/completion.exp
9880 * gdb.base/complex.exp
9881 * gdb.base/cond-expr.exp
9882 * gdb.base/condbreak.exp
9883 * gdb.base/consecutive.exp
9884 * gdb.base/continue-all-already-running.exp
9885 * gdb.base/coredump-filter.exp
9886 * gdb.base/corefile.exp
9887 * gdb.base/dbx.exp
9888 * gdb.base/debug-expr.exp
9889 * gdb.base/define.exp
9890 * gdb.base/del.exp
9891 * gdb.base/disabled-location.exp
9892 * gdb.base/disasm-end-cu.exp
9893 * gdb.base/disasm-optim.exp
9894 * gdb.base/display.exp
9895 * gdb.base/duplicate-bp.exp
9896 * gdb.base/ena-dis-br.exp
9897 * gdb.base/ending-run.exp
9898 * gdb.base/enumval.exp
9899 * gdb.base/environ.exp
9900 * gdb.base/eu-strip-infcall.exp
9901 * gdb.base/eval-avoid-side-effects.exp
9902 * gdb.base/eval-skip.exp
9903 * gdb.base/exitsignal.exp
9904 * gdb.base/expand-psymtabs.exp
9905 * gdb.base/filesym.exp
9906 * gdb.base/find-unmapped.exp
9907 * gdb.base/finish.exp
9908 * gdb.base/float.exp
9909 * gdb.base/foll-exec-mode.exp
9910 * gdb.base/foll-exec.exp
9911 * gdb.base/foll-fork.exp
9912 * gdb.base/fortran-sym-case.exp
9913 * gdb.base/freebpcmd.exp
9914 * gdb.base/func-ptr.exp
9915 * gdb.base/func-ptrs.exp
9916 * gdb.base/funcargs.exp
9917 * gdb.base/gcore-buffer-overflow.exp
9918 * gdb.base/gcore-relro-pie.exp
9919 * gdb.base/gcore-relro.exp
9920 * gdb.base/gcore.exp
9921 * gdb.base/gdb1090.exp
9922 * gdb.base/gdb11530.exp
9923 * gdb.base/gdb11531.exp
9924 * gdb.base/gdb1821.exp
9925 * gdb.base/gdbindex-stabs.exp
9926 * gdb.base/gdbvars.exp
9927 * gdb.base/hbreak.exp
9928 * gdb.base/hbreak2.exp
9929 * gdb.base/included.exp
9930 * gdb.base/infcall-input.exp
9931 * gdb.base/inferior-died.exp
9932 * gdb.base/infnan.exp
9933 * gdb.base/info-macros.exp
9934 * gdb.base/info-os.exp
9935 * gdb.base/info-proc.exp
9936 * gdb.base/info-shared.exp
9937 * gdb.base/info-target.exp
9938 * gdb.base/infoline.exp
9939 * gdb.base/interp.exp
9940 * gdb.base/interrupt.exp
9941 * gdb.base/jit-reader.exp
9942 * gdb.base/jit-simple.exp
9943 * gdb.base/kill-after-signal.exp
9944 * gdb.base/kill-detach-inferiors-cmd.exp
9945 * gdb.base/label.exp
9946 * gdb.base/langs.exp
9947 * gdb.base/ldbl_e308.exp
9948 * gdb.base/line-symtabs.exp
9949 * gdb.base/linespecs.exp
9950 * gdb.base/list.exp
9951 * gdb.base/long_long.exp
9952 * gdb.base/longest-types.exp
9953 * gdb.base/maint.exp
9954 * gdb.base/max-value-size.exp
9955 * gdb.base/memattr.exp
9956 * gdb.base/mips_pro.exp
9957 * gdb.base/morestack.exp
9958 * gdb.base/moribund-step.exp
9959 * gdb.base/multi-forks.exp
9960 * gdb.base/nested-addr.exp
9961 * gdb.base/nextoverexit.exp
9962 * gdb.base/noreturn-finish.exp
9963 * gdb.base/noreturn-return.exp
9964 * gdb.base/nostdlib.exp
9965 * gdb.base/offsets.exp
9966 * gdb.base/opaque.exp
9967 * gdb.base/pc-fp.exp
9968 * gdb.base/permissions.exp
9969 * gdb.base/print-symbol-loading.exp
9970 * gdb.base/prologue-include.exp
9971 * gdb.base/psymtab.exp
9972 * gdb.base/ptype.exp
9973 * gdb.base/random-signal.exp
9974 * gdb.base/randomize.exp
9975 * gdb.base/range-stepping.exp
9976 * gdb.base/readline-ask.exp
9977 * gdb.base/recpar.exp
9978 * gdb.base/recurse.exp
9979 * gdb.base/relational.exp
9980 * gdb.base/restore.exp
9981 * gdb.base/return-nodebug.exp
9982 * gdb.base/return.exp
9983 * gdb.base/run-after-attach.exp
9984 * gdb.base/save-bp.exp
9985 * gdb.base/scope.exp
9986 * gdb.base/sect-cmd.exp
9987 * gdb.base/set-lang-auto.exp
9988 * gdb.base/set-noassign.exp
9989 * gdb.base/setvar.exp
9990 * gdb.base/sigall.exp
9991 * gdb.base/sigbpt.exp
9992 * gdb.base/siginfo-addr.exp
9993 * gdb.base/siginfo-infcall.exp
9994 * gdb.base/siginfo-obj.exp
9995 * gdb.base/siginfo.exp
9996 * gdb.base/signals-state-child.exp
9997 * gdb.base/signest.exp
9998 * gdb.base/sigstep.exp
9999 * gdb.base/sizeof.exp
10000 * gdb.base/skip.exp
10001 * gdb.base/solib-corrupted.exp
10002 * gdb.base/solib-nodir.exp
10003 * gdb.base/solib-search.exp
10004 * gdb.base/stack-checking.exp
10005 * gdb.base/stale-infcall.exp
10006 * gdb.base/stap-probe.exp
10007 * gdb.base/start.exp
10008 * gdb.base/step-break.exp
10009 * gdb.base/step-bt.exp
10010 * gdb.base/step-line.exp
10011 * gdb.base/step-over-exit.exp
10012 * gdb.base/step-over-syscall.exp
10013 * gdb.base/step-resume-infcall.exp
10014 * gdb.base/step-test.exp
10015 * gdb.base/store.exp
10016 * gdb.base/structs3.exp
10017 * gdb.base/sym-file.exp
10018 * gdb.base/symbol-without-target_section.exp
10019 * gdb.base/term.exp
10020 * gdb.base/testenv.exp
10021 * gdb.base/ui-redirect.exp
10022 * gdb.base/until.exp
10023 * gdb.base/unwindonsignal.exp
10024 * gdb.base/value-double-free.exp
10025 * gdb.base/vla-datatypes.exp
10026 * gdb.base/vla-ptr.exp
10027 * gdb.base/vla-sideeffect.exp
10028 * gdb.base/volatile.exp
10029 * gdb.base/watch-cond-infcall.exp
10030 * gdb.base/watch-cond.exp
10031 * gdb.base/watch-non-mem.exp
10032 * gdb.base/watch-read.exp
10033 * gdb.base/watch-vfork.exp
10034 * gdb.base/watchpoint-cond-gone.exp
10035 * gdb.base/watchpoint-delete.exp
10036 * gdb.base/watchpoint-hw-hit-once.exp
10037 * gdb.base/watchpoint-hw.exp
10038 * gdb.base/watchpoint-stops-at-right-insn.exp
10039 * gdb.base/watchpoints.exp
10040 * gdb.base/wchar.exp
10041 * gdb.base/whatis-exp.exp
10042 * gdb.btrace/buffer-size.exp
10043 * gdb.btrace/data.exp
10044 * gdb.btrace/delta.exp
10045 * gdb.btrace/dlopen.exp
10046 * gdb.btrace/enable.exp
10047 * gdb.btrace/exception.exp
10048 * gdb.btrace/function_call_history.exp
10049 * gdb.btrace/gcore.exp
10050 * gdb.btrace/instruction_history.exp
10051 * gdb.btrace/nohist.exp
10052 * gdb.btrace/reconnect.exp
10053 * gdb.btrace/record_goto-step.exp
10054 * gdb.btrace/record_goto.exp
10055 * gdb.btrace/rn-dl-bind.exp
10056 * gdb.btrace/segv.exp
10057 * gdb.btrace/step.exp
10058 * gdb.btrace/stepi.exp
10059 * gdb.btrace/tailcall-only.exp
10060 * gdb.btrace/tailcall.exp
10061 * gdb.btrace/tsx.exp
10062 * gdb.btrace/unknown_functions.exp
10063 * gdb.btrace/vdso.exp
10064 * gdb.compile/compile-ifunc.exp
10065 * gdb.compile/compile-ops.exp
10066 * gdb.compile/compile-print.exp
10067 * gdb.compile/compile-setjmp.exp
10068 * gdb.cp/abstract-origin.exp
10069 * gdb.cp/ambiguous.exp
10070 * gdb.cp/annota2.exp
10071 * gdb.cp/annota3.exp
10072 * gdb.cp/anon-ns.exp
10073 * gdb.cp/anon-struct.exp
10074 * gdb.cp/anon-union.exp
10075 * gdb.cp/arg-reference.exp
10076 * gdb.cp/baseenum.exp
10077 * gdb.cp/bool.exp
10078 * gdb.cp/breakpoint.exp
10079 * gdb.cp/bs15503.exp
10080 * gdb.cp/call-c.exp
10081 * gdb.cp/casts.exp
10082 * gdb.cp/chained-calls.exp
10083 * gdb.cp/class2.exp
10084 * gdb.cp/classes.exp
10085 * gdb.cp/cmpd-minsyms.exp
10086 * gdb.cp/converts.exp
10087 * gdb.cp/cp-relocate.exp
10088 * gdb.cp/cpcompletion.exp
10089 * gdb.cp/cpexprs.exp
10090 * gdb.cp/cplabel.exp
10091 * gdb.cp/cplusfuncs.exp
10092 * gdb.cp/cpsizeof.exp
10093 * gdb.cp/ctti.exp
10094 * gdb.cp/derivation.exp
10095 * gdb.cp/destrprint.exp
10096 * gdb.cp/dispcxx.exp
10097 * gdb.cp/enum-class.exp
10098 * gdb.cp/exception.exp
10099 * gdb.cp/exceptprint.exp
10100 * gdb.cp/expand-psymtabs-cxx.exp
10101 * gdb.cp/expand-sals.exp
10102 * gdb.cp/extern-c.exp
10103 * gdb.cp/filename.exp
10104 * gdb.cp/formatted-ref.exp
10105 * gdb.cp/fpointer.exp
10106 * gdb.cp/gdb1355.exp
10107 * gdb.cp/gdb2495.exp
10108 * gdb.cp/hang.exp
10109 * gdb.cp/impl-this.exp
10110 * gdb.cp/infcall-dlopen.exp
10111 * gdb.cp/inherit.exp
10112 * gdb.cp/iostream.exp
10113 * gdb.cp/koenig.exp
10114 * gdb.cp/local.exp
10115 * gdb.cp/m-data.exp
10116 * gdb.cp/m-static.exp
10117 * gdb.cp/mb-ctor.exp
10118 * gdb.cp/mb-inline.exp
10119 * gdb.cp/mb-templates.exp
10120 * gdb.cp/member-name.exp
10121 * gdb.cp/member-ptr.exp
10122 * gdb.cp/meth-typedefs.exp
10123 * gdb.cp/method.exp
10124 * gdb.cp/method2.exp
10125 * gdb.cp/minsym-fallback.exp
10126 * gdb.cp/misc.exp
10127 * gdb.cp/namelessclass.exp
10128 * gdb.cp/namespace-enum.exp
10129 * gdb.cp/namespace-nested-import.exp
10130 * gdb.cp/namespace.exp
10131 * gdb.cp/nextoverthrow.exp
10132 * gdb.cp/no-dmgl-verbose.exp
10133 * gdb.cp/non-trivial-retval.exp
10134 * gdb.cp/noparam.exp
10135 * gdb.cp/nsdecl.exp
10136 * gdb.cp/nsimport.exp
10137 * gdb.cp/nsnested.exp
10138 * gdb.cp/nsnoimports.exp
10139 * gdb.cp/nsrecurs.exp
10140 * gdb.cp/nsstress.exp
10141 * gdb.cp/nsusing.exp
10142 * gdb.cp/operator.exp
10143 * gdb.cp/oranking.exp
10144 * gdb.cp/overload-const.exp
10145 * gdb.cp/overload.exp
10146 * gdb.cp/ovldbreak.exp
10147 * gdb.cp/ovsrch.exp
10148 * gdb.cp/paren-type.exp
10149 * gdb.cp/parse-lang.exp
10150 * gdb.cp/pass-by-ref.exp
10151 * gdb.cp/pr-1023.exp
10152 * gdb.cp/pr-1210.exp
10153 * gdb.cp/pr-574.exp
10154 * gdb.cp/pr10687.exp
10155 * gdb.cp/pr12028.exp
10156 * gdb.cp/pr17132.exp
10157 * gdb.cp/pr17494.exp
10158 * gdb.cp/pr9067.exp
10159 * gdb.cp/pr9167.exp
10160 * gdb.cp/pr9631.exp
10161 * gdb.cp/printmethod.exp
10162 * gdb.cp/psmang.exp
10163 * gdb.cp/psymtab-parameter.exp
10164 * gdb.cp/ptype-cv-cp.exp
10165 * gdb.cp/ptype-flags.exp
10166 * gdb.cp/re-set-overloaded.exp
10167 * gdb.cp/ref-types.exp
10168 * gdb.cp/rtti.exp
10169 * gdb.cp/scope-err.exp
10170 * gdb.cp/shadow.exp
10171 * gdb.cp/smartp.exp
10172 * gdb.cp/static-method.exp
10173 * gdb.cp/static-print-quit.exp
10174 * gdb.cp/temargs.exp
10175 * gdb.cp/templates.exp
10176 * gdb.cp/try_catch.exp
10177 * gdb.cp/typedef-operator.exp
10178 * gdb.cp/typeid.exp
10179 * gdb.cp/userdef.exp
10180 * gdb.cp/using-crash.exp
10181 * gdb.cp/var-tag.exp
10182 * gdb.cp/virtbase.exp
10183 * gdb.cp/virtfunc.exp
10184 * gdb.cp/virtfunc2.exp
10185 * gdb.cp/vla-cxx.exp
10186 * gdb.disasm/t01_mov.exp
10187 * gdb.disasm/t02_mova.exp
10188 * gdb.disasm/t03_add.exp
10189 * gdb.disasm/t04_sub.exp
10190 * gdb.disasm/t05_cmp.exp
10191 * gdb.disasm/t06_ari2.exp
10192 * gdb.disasm/t07_ari3.exp
10193 * gdb.disasm/t08_or.exp
10194 * gdb.disasm/t09_xor.exp
10195 * gdb.disasm/t10_and.exp
10196 * gdb.disasm/t11_logs.exp
10197 * gdb.disasm/t12_bit.exp
10198 * gdb.disasm/t13_otr.exp
10199 * gdb.dlang/circular.exp
10200 * gdb.dwarf2/arr-stride.exp
10201 * gdb.dwarf2/arr-subrange.exp
10202 * gdb.dwarf2/atomic-type.exp
10203 * gdb.dwarf2/bad-regnum.exp
10204 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10205 * gdb.dwarf2/callframecfa.exp
10206 * gdb.dwarf2/clztest.exp
10207 * gdb.dwarf2/corrupt.exp
10208 * gdb.dwarf2/data-loc.exp
10209 * gdb.dwarf2/dup-psym.exp
10210 * gdb.dwarf2/dw2-anon-mptr.exp
10211 * gdb.dwarf2/dw2-anonymous-func.exp
10212 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10213 * gdb.dwarf2/dw2-bad-unresolved.exp
10214 * gdb.dwarf2/dw2-basic.exp
10215 * gdb.dwarf2/dw2-canonicalize-type.exp
10216 * gdb.dwarf2/dw2-case-insensitive.exp
10217 * gdb.dwarf2/dw2-common-block.exp
10218 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10219 * gdb.dwarf2/dw2-compressed.exp
10220 * gdb.dwarf2/dw2-const.exp
10221 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10222 * gdb.dwarf2/dw2-cu-size.exp
10223 * gdb.dwarf2/dw2-dup-frame.exp
10224 * gdb.dwarf2/dw2-entry-value.exp
10225 * gdb.dwarf2/dw2-icycle.exp
10226 * gdb.dwarf2/dw2-ifort-parameter.exp
10227 * gdb.dwarf2/dw2-inline-break.exp
10228 * gdb.dwarf2/dw2-inline-param.exp
10229 * gdb.dwarf2/dw2-intercu.exp
10230 * gdb.dwarf2/dw2-intermix.exp
10231 * gdb.dwarf2/dw2-lexical-block-bare.exp
10232 * gdb.dwarf2/dw2-linkage-name-trust.exp
10233 * gdb.dwarf2/dw2-minsym-in-cu.exp
10234 * gdb.dwarf2/dw2-noloc.exp
10235 * gdb.dwarf2/dw2-op-call.exp
10236 * gdb.dwarf2/dw2-op-out-param.exp
10237 * gdb.dwarf2/dw2-opt-structptr.exp
10238 * gdb.dwarf2/dw2-param-error.exp
10239 * gdb.dwarf2/dw2-producer.exp
10240 * gdb.dwarf2/dw2-ranges-base.exp
10241 * gdb.dwarf2/dw2-ref-missing-frame.exp
10242 * gdb.dwarf2/dw2-reg-undefined.exp
10243 * gdb.dwarf2/dw2-regno-invalid.exp
10244 * gdb.dwarf2/dw2-restore.exp
10245 * gdb.dwarf2/dw2-restrict.exp
10246 * gdb.dwarf2/dw2-single-line-discriminators.exp
10247 * gdb.dwarf2/dw2-strp.exp
10248 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10249 * gdb.dwarf2/dw2-unresolved.exp
10250 * gdb.dwarf2/dw2-var-zero-addr.exp
10251 * gdb.dwarf2/dw4-sig-types.exp
10252 * gdb.dwarf2/dwz.exp
10253 * gdb.dwarf2/dynarr-ptr.exp
10254 * gdb.dwarf2/enum-type.exp
10255 * gdb.dwarf2/gdb-index.exp
10256 * gdb.dwarf2/implptr-64bit.exp
10257 * gdb.dwarf2/implptr-optimized-out.exp
10258 * gdb.dwarf2/implptr.exp
10259 * gdb.dwarf2/implref-array.exp
10260 * gdb.dwarf2/implref-const.exp
10261 * gdb.dwarf2/implref-global.exp
10262 * gdb.dwarf2/implref-struct.exp
10263 * gdb.dwarf2/mac-fileno.exp
10264 * gdb.dwarf2/main-subprogram.exp
10265 * gdb.dwarf2/member-ptr-forwardref.exp
10266 * gdb.dwarf2/method-ptr.exp
10267 * gdb.dwarf2/missing-sig-type.exp
10268 * gdb.dwarf2/nonvar-access.exp
10269 * gdb.dwarf2/opaque-type-lookup.exp
10270 * gdb.dwarf2/pieces-optimized-out.exp
10271 * gdb.dwarf2/pieces.exp
10272 * gdb.dwarf2/pr10770.exp
10273 * gdb.dwarf2/pr13961.exp
10274 * gdb.dwarf2/staticvirtual.exp
10275 * gdb.dwarf2/subrange.exp
10276 * gdb.dwarf2/symtab-producer.exp
10277 * gdb.dwarf2/trace-crash.exp
10278 * gdb.dwarf2/typeddwarf.exp
10279 * gdb.dwarf2/valop.exp
10280 * gdb.dwarf2/watch-notconst.exp
10281 * gdb.fortran/array-element.exp
10282 * gdb.fortran/charset.exp
10283 * gdb.fortran/common-block.exp
10284 * gdb.fortran/complex.exp
10285 * gdb.fortran/derived-type-function.exp
10286 * gdb.fortran/derived-type.exp
10287 * gdb.fortran/logical.exp
10288 * gdb.fortran/module.exp
10289 * gdb.fortran/multi-dim.exp
10290 * gdb.fortran/nested-funcs.exp
10291 * gdb.fortran/print-formatted.exp
10292 * gdb.fortran/subarray.exp
10293 * gdb.fortran/vla-alloc-assoc.exp
10294 * gdb.fortran/vla-datatypes.exp
10295 * gdb.fortran/vla-history.exp
10296 * gdb.fortran/vla-ptr-info.exp
10297 * gdb.fortran/vla-ptype-sub.exp
10298 * gdb.fortran/vla-ptype.exp
10299 * gdb.fortran/vla-sizeof.exp
10300 * gdb.fortran/vla-type.exp
10301 * gdb.fortran/vla-value-sub-arbitrary.exp
10302 * gdb.fortran/vla-value-sub-finish.exp
10303 * gdb.fortran/vla-value-sub.exp
10304 * gdb.fortran/vla-value.exp
10305 * gdb.fortran/whatis_type.exp
10306 * gdb.go/chan.exp
10307 * gdb.go/handcall.exp
10308 * gdb.go/hello.exp
10309 * gdb.go/integers.exp
10310 * gdb.go/methods.exp
10311 * gdb.go/package.exp
10312 * gdb.go/strings.exp
10313 * gdb.go/types.exp
10314 * gdb.go/unsafe.exp
10315 * gdb.guile/scm-arch.exp
10316 * gdb.guile/scm-block.exp
10317 * gdb.guile/scm-breakpoint.exp
10318 * gdb.guile/scm-cmd.exp
10319 * gdb.guile/scm-disasm.exp
10320 * gdb.guile/scm-equal.exp
10321 * gdb.guile/scm-frame-args.exp
10322 * gdb.guile/scm-frame-inline.exp
10323 * gdb.guile/scm-frame.exp
10324 * gdb.guile/scm-iterator.exp
10325 * gdb.guile/scm-math.exp
10326 * gdb.guile/scm-objfile.exp
10327 * gdb.guile/scm-ports.exp
10328 * gdb.guile/scm-symbol.exp
10329 * gdb.guile/scm-symtab.exp
10330 * gdb.guile/scm-value-cc.exp
10331 * gdb.guile/types-module.exp
10332 * gdb.linespec/break-ask.exp
10333 * gdb.linespec/cpexplicit.exp
10334 * gdb.linespec/explicit.exp
10335 * gdb.linespec/keywords.exp
10336 * gdb.linespec/linespec.exp
10337 * gdb.linespec/ls-dollar.exp
10338 * gdb.linespec/ls-errs.exp
10339 * gdb.linespec/skip-two.exp
10340 * gdb.linespec/thread.exp
10341 * gdb.mi/mi-async.exp
10342 * gdb.mi/mi-basics.exp
10343 * gdb.mi/mi-break.exp
10344 * gdb.mi/mi-catch-load.exp
10345 * gdb.mi/mi-cli.exp
10346 * gdb.mi/mi-cmd-param-changed.exp
10347 * gdb.mi/mi-console.exp
10348 * gdb.mi/mi-detach.exp
10349 * gdb.mi/mi-disassemble.exp
10350 * gdb.mi/mi-eval.exp
10351 * gdb.mi/mi-file-transfer.exp
10352 * gdb.mi/mi-file.exp
10353 * gdb.mi/mi-fill-memory.exp
10354 * gdb.mi/mi-inheritance-syntax-error.exp
10355 * gdb.mi/mi-linespec-err-cp.exp
10356 * gdb.mi/mi-logging.exp
10357 * gdb.mi/mi-memory-changed.exp
10358 * gdb.mi/mi-read-memory.exp
10359 * gdb.mi/mi-record-changed.exp
10360 * gdb.mi/mi-reg-undefined.exp
10361 * gdb.mi/mi-regs.exp
10362 * gdb.mi/mi-return.exp
10363 * gdb.mi/mi-reverse.exp
10364 * gdb.mi/mi-simplerun.exp
10365 * gdb.mi/mi-solib.exp
10366 * gdb.mi/mi-stack.exp
10367 * gdb.mi/mi-stepi.exp
10368 * gdb.mi/mi-syn-frame.exp
10369 * gdb.mi/mi-until.exp
10370 * gdb.mi/mi-var-block.exp
10371 * gdb.mi/mi-var-child.exp
10372 * gdb.mi/mi-var-cmd.exp
10373 * gdb.mi/mi-var-cp.exp
10374 * gdb.mi/mi-var-display.exp
10375 * gdb.mi/mi-var-invalidate.exp
10376 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10377 * gdb.mi/mi-vla-fortran.exp
10378 * gdb.mi/mi-watch.exp
10379 * gdb.mi/mi2-var-child.exp
10380 * gdb.mi/user-selected-context-sync.exp
10381 * gdb.modula2/unbounded-array.exp
10382 * gdb.multi/dummy-frame-restore.exp
10383 * gdb.multi/multi-arch-exec.exp
10384 * gdb.multi/multi-arch.exp
10385 * gdb.multi/tids.exp
10386 * gdb.multi/watchpoint-multi.exp
10387 * gdb.opencl/callfuncs.exp
10388 * gdb.opencl/convs_casts.exp
10389 * gdb.opencl/datatypes.exp
10390 * gdb.opencl/operators.exp
10391 * gdb.opencl/vec_comps.exp
10392 * gdb.opt/clobbered-registers-O2.exp
10393 * gdb.opt/inline-break.exp
10394 * gdb.opt/inline-bt.exp
10395 * gdb.opt/inline-cmds.exp
10396 * gdb.opt/inline-locals.exp
10397 * gdb.pascal/case-insensitive-symbols.exp
10398 * gdb.pascal/floats.exp
10399 * gdb.pascal/gdb11492.exp
10400 * gdb.python/lib-types.exp
10401 * gdb.python/py-arch.exp
10402 * gdb.python/py-as-string.exp
10403 * gdb.python/py-bad-printers.exp
10404 * gdb.python/py-block.exp
10405 * gdb.python/py-breakpoint-create-fail.exp
10406 * gdb.python/py-breakpoint.exp
10407 * gdb.python/py-caller-is.exp
10408 * gdb.python/py-cmd.exp
10409 * gdb.python/py-explore-cc.exp
10410 * gdb.python/py-explore.exp
10411 * gdb.python/py-finish-breakpoint.exp
10412 * gdb.python/py-finish-breakpoint2.exp
10413 * gdb.python/py-frame-args.exp
10414 * gdb.python/py-frame-inline.exp
10415 * gdb.python/py-frame.exp
10416 * gdb.python/py-framefilter-mi.exp
10417 * gdb.python/py-infthread.exp
10418 * gdb.python/py-lazy-string.exp
10419 * gdb.python/py-linetable.exp
10420 * gdb.python/py-mi-events.exp
10421 * gdb.python/py-mi-objfile.exp
10422 * gdb.python/py-mi.exp
10423 * gdb.python/py-objfile.exp
10424 * gdb.python/py-pp-integral.exp
10425 * gdb.python/py-pp-maint.exp
10426 * gdb.python/py-pp-re-notag.exp
10427 * gdb.python/py-pp-registration.exp
10428 * gdb.python/py-recurse-unwind.exp
10429 * gdb.python/py-strfns.exp
10430 * gdb.python/py-symbol.exp
10431 * gdb.python/py-symtab.exp
10432 * gdb.python/py-sync-interp.exp
10433 * gdb.python/py-typeprint.exp
10434 * gdb.python/py-unwind-maint.exp
10435 * gdb.python/py-unwind.exp
10436 * gdb.python/py-value-cc.exp
10437 * gdb.python/py-xmethods.exp
10438 * gdb.reverse/amd64-tailcall-reverse.exp
10439 * gdb.reverse/break-precsave.exp
10440 * gdb.reverse/break-reverse.exp
10441 * gdb.reverse/consecutive-precsave.exp
10442 * gdb.reverse/consecutive-reverse.exp
10443 * gdb.reverse/finish-precsave.exp
10444 * gdb.reverse/finish-reverse-bkpt.exp
10445 * gdb.reverse/finish-reverse.exp
10446 * gdb.reverse/fstatat-reverse.exp
10447 * gdb.reverse/getresuid-reverse.exp
10448 * gdb.reverse/i386-precsave.exp
10449 * gdb.reverse/i386-reverse.exp
10450 * gdb.reverse/i386-sse-reverse.exp
10451 * gdb.reverse/i387-env-reverse.exp
10452 * gdb.reverse/i387-stack-reverse.exp
10453 * gdb.reverse/insn-reverse.exp
10454 * gdb.reverse/machinestate-precsave.exp
10455 * gdb.reverse/machinestate.exp
10456 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10457 * gdb.reverse/pipe-reverse.exp
10458 * gdb.reverse/readv-reverse.exp
10459 * gdb.reverse/recvmsg-reverse.exp
10460 * gdb.reverse/rerun-prec.exp
10461 * gdb.reverse/s390-mvcle.exp
10462 * gdb.reverse/step-precsave.exp
10463 * gdb.reverse/step-reverse.exp
10464 * gdb.reverse/time-reverse.exp
10465 * gdb.reverse/until-precsave.exp
10466 * gdb.reverse/until-reverse.exp
10467 * gdb.reverse/waitpid-reverse.exp
10468 * gdb.reverse/watch-precsave.exp
10469 * gdb.reverse/watch-reverse.exp
10470 * gdb.rust/generics.exp
10471 * gdb.rust/methods.exp
10472 * gdb.rust/modules.exp
10473 * gdb.rust/simple.exp
10474 * gdb.server/connect-with-no-symbol-file.exp
10475 * gdb.server/ext-attach.exp
10476 * gdb.server/ext-restart.exp
10477 * gdb.server/ext-wrapper.exp
10478 * gdb.server/file-transfer.exp
10479 * gdb.server/server-exec-info.exp
10480 * gdb.server/server-kill.exp
10481 * gdb.server/server-mon.exp
10482 * gdb.server/wrapper.exp
10483 * gdb.stabs/exclfwd.exp
10484 * gdb.stabs/gdb11479.exp
10485 * gdb.threads/clone-new-thread-event.exp
10486 * gdb.threads/corethreads.exp
10487 * gdb.threads/current-lwp-dead.exp
10488 * gdb.threads/dlopen-libpthread.exp
10489 * gdb.threads/gcore-thread.exp
10490 * gdb.threads/sigstep-threads.exp
10491 * gdb.threads/watchpoint-fork.exp
10492 * gdb.trace/actions-changed.exp
10493 * gdb.trace/backtrace.exp
10494 * gdb.trace/change-loc.exp
10495 * gdb.trace/circ.exp
10496 * gdb.trace/collection.exp
10497 * gdb.trace/disconnected-tracing.exp
10498 * gdb.trace/ftrace.exp
10499 * gdb.trace/mi-trace-frame-collected.exp
10500 * gdb.trace/mi-trace-unavailable.exp
10501 * gdb.trace/mi-traceframe-changed.exp
10502 * gdb.trace/mi-tsv-changed.exp
10503 * gdb.trace/no-attach-trace.exp
10504 * gdb.trace/passc-dyn.exp
10505 * gdb.trace/qtro.exp
10506 * gdb.trace/range-stepping.exp
10507 * gdb.trace/read-memory.exp
10508 * gdb.trace/save-trace.exp
10509 * gdb.trace/signal.exp
10510 * gdb.trace/status-stop.exp
10511 * gdb.trace/tfile.exp
10512 * gdb.trace/trace-break.exp
10513 * gdb.trace/trace-buffer-size.exp
10514 * gdb.trace/trace-condition.exp
10515 * gdb.trace/tracefile-pseudo-reg.exp
10516 * gdb.trace/tstatus.exp
10517 * gdb.trace/unavailable.exp
10518 * gdb.trace/while-dyn.exp
10519 * gdb.trace/while-stepping.exp
10520
10521 2016-12-22 Doug Evans <xdje42@gmail.com>
10522
10523 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10524 and msymbols.
10525
10526 2016-12-19 Yao Qi <yao.qi@linaro.org>
10527
10528 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10529 (test_with_self): Don't call do_steps_and_nexts, and remove
10530 code about stepping into xmalloc.
10531
10532 2016-12-09 Yao Qi <yao.qi@linaro.org>
10533
10534 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10535
10536 2016-12-09 Yao Qi <yao.qi@linaro.org>
10537
10538 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10539
10540 2016-12-09 Pedro Alves <palves@redhat.com>
10541
10542 * gdb.base/all-architectures-0.exp: New file.
10543 * gdb.base/all-architectures-1.exp: New file.
10544 * gdb.base/all-architectures-2.exp: New file.
10545 * gdb.base/all-architectures-3.exp: New file.
10546 * gdb.base/all-architectures-4.exp: New file.
10547 * gdb.base/all-architectures-5.exp: New file.
10548 * gdb.base/all-architectures-6.exp: New file.
10549 * gdb.base/all-architectures-7.exp: New file.
10550 * gdb.base/all-architectures.exp.in: New file.
10551
10552 2016-12-09 Yao Qi <yao.qi@linaro.org>
10553
10554 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10555
10556 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10557
10558 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10559 possible.
10560 Remove useless pattern-matching code.
10561
10562 2016-12-02 Pedro Alves <palves@redhat.com>
10563
10564 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10565 procedure.
10566 (top level): Call it.
10567
10568 2016-12-02 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10571 New procedure.
10572 (top level): Call it.
10573
10574 2016-12-02 Pedro Alves <palves@redhat.com>
10575
10576 PR cli/20559
10577 * gdb.base/commands.exp (user_defined_command_args_eval): New
10578 procedure.
10579 (top level): Call it.
10580
10581 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10582
10583 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10584 timeout handling.
10585
10586 2016-12-02 Tom Tromey <tom@tromey.com>
10587
10588 * gdb.dwarf2/main-subprogram.c: New file.
10589 * gdb.dwarf2/main-subprogram.exp: New file.
10590
10591 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10592
10593 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10594 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10595 gdb_test_no_output for a couple of cases.
10596 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10597
10598 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10599
10600 Fix test names and standardize compilation error messages throughout
10601 the following files:
10602
10603 * gdb.ada/start.exp
10604 * gdb.arch/alpha-step.exp
10605 * gdb.arch/e500-prologue.exp
10606 * gdb.arch/ftrace-insn-reloc.exp
10607 * gdb.arch/gdb1291.exp
10608 * gdb.arch/gdb1431.exp
10609 * gdb.arch/gdb1558.exp
10610 * gdb.arch/i386-dr3-watch.exp
10611 * gdb.arch/i386-sse-stack-align.exp
10612 * gdb.arch/ia64-breakpoint-shadow.exp
10613 * gdb.arch/pa-nullify.exp
10614 * gdb.arch/powerpc-aix-prologue.exp
10615 * gdb.arch/thumb-bx-pc.exp
10616 * gdb.base/annota1.exp
10617 * gdb.base/annota3.exp
10618 * gdb.base/arrayidx.exp
10619 * gdb.base/assign.exp
10620 * gdb.base/attach.exp
10621 * gdb.base/auxv.exp
10622 * gdb.base/bang.exp
10623 * gdb.base/bfp-test.exp
10624 * gdb.base/bigcore.exp
10625 * gdb.base/bitfields2.exp
10626 * gdb.base/break-fun-addr.exp
10627 * gdb.base/break-probes.exp
10628 * gdb.base/call-rt-st.exp
10629 * gdb.base/callexit.exp
10630 * gdb.base/catch-fork-kill.exp
10631 * gdb.base/charset.exp
10632 * gdb.base/checkpoint.exp
10633 * gdb.base/comprdebug.exp
10634 * gdb.base/constvars.exp
10635 * gdb.base/coredump-filter.exp
10636 * gdb.base/cursal.exp
10637 * gdb.base/cvexpr.exp
10638 * gdb.base/detach.exp
10639 * gdb.base/display.exp
10640 * gdb.base/dmsym.exp
10641 * gdb.base/dprintf-pending.exp
10642 * gdb.base/dso2dso.exp
10643 * gdb.base/dtrace-probe.exp
10644 * gdb.base/dump.exp
10645 * gdb.base/enum_cond.exp
10646 * gdb.base/exe-lock.exp
10647 * gdb.base/exec-invalid-sysroot.exp
10648 * gdb.base/execl-update-breakpoints.exp
10649 * gdb.base/exprs.exp
10650 * gdb.base/fileio.exp
10651 * gdb.base/find.exp
10652 * gdb.base/finish.exp
10653 * gdb.base/fixsection.exp
10654 * gdb.base/foll-vfork.exp
10655 * gdb.base/frame-args.exp
10656 * gdb.base/gcore.exp
10657 * gdb.base/gdb1250.exp
10658 * gdb.base/global-var-nested-by-dso.exp
10659 * gdb.base/gnu-ifunc.exp
10660 * gdb.base/hashline1.exp
10661 * gdb.base/hashline2.exp
10662 * gdb.base/hashline3.exp
10663 * gdb.base/hbreak-in-shr-unsupported.exp
10664 * gdb.base/huge.exp
10665 * gdb.base/infcall-input.exp
10666 * gdb.base/info-fun.exp
10667 * gdb.base/info-shared.exp
10668 * gdb.base/jit-simple.exp
10669 * gdb.base/jit-so.exp
10670 * gdb.base/jit.exp
10671 * gdb.base/jump.exp
10672 * gdb.base/label.exp
10673 * gdb.base/lineinc.exp
10674 * gdb.base/logical.exp
10675 * gdb.base/longjmp.exp
10676 * gdb.base/macscp.exp
10677 * gdb.base/miscexprs.exp
10678 * gdb.base/new-ui-echo.exp
10679 * gdb.base/new-ui-pending-input.exp
10680 * gdb.base/new-ui.exp
10681 * gdb.base/nodebug.exp
10682 * gdb.base/nofield.exp
10683 * gdb.base/offsets.exp
10684 * gdb.base/overlays.exp
10685 * gdb.base/pending.exp
10686 * gdb.base/pointers.exp
10687 * gdb.base/pr11022.exp
10688 * gdb.base/printcmds.exp
10689 * gdb.base/prologue.exp
10690 * gdb.base/ptr-typedef.exp
10691 * gdb.base/realname-expand.exp
10692 * gdb.base/relativedebug.exp
10693 * gdb.base/relocate.exp
10694 * gdb.base/remote.exp
10695 * gdb.base/reread.exp
10696 * gdb.base/return2.exp
10697 * gdb.base/savedregs.exp
10698 * gdb.base/sep.exp
10699 * gdb.base/sepdebug.exp
10700 * gdb.base/sepsymtab.exp
10701 * gdb.base/set-inferior-tty.exp
10702 * gdb.base/setshow.exp
10703 * gdb.base/shlib-call.exp
10704 * gdb.base/sigaltstack.exp
10705 * gdb.base/siginfo-addr.exp
10706 * gdb.base/signals.exp
10707 * gdb.base/signull.exp
10708 * gdb.base/sigrepeat.exp
10709 * gdb.base/so-impl-ld.exp
10710 * gdb.base/solib-display.exp
10711 * gdb.base/solib-overlap.exp
10712 * gdb.base/solib-search.exp
10713 * gdb.base/solib-symbol.exp
10714 * gdb.base/structs.exp
10715 * gdb.base/structs2.exp
10716 * gdb.base/symtab-search-order.exp
10717 * gdb.base/twice.exp
10718 * gdb.base/unload.exp
10719 * gdb.base/varargs.exp
10720 * gdb.base/watchpoint-solib.exp
10721 * gdb.base/watchpoint.exp
10722 * gdb.base/whatis.exp
10723 * gdb.base/wrong_frame_bt_full.exp
10724 * gdb.btrace/dlopen.exp
10725 * gdb.cell/ea-standalone.exp
10726 * gdb.cell/ea-test.exp
10727 * gdb.cp/dispcxx.exp
10728 * gdb.cp/gdb2384.exp
10729 * gdb.cp/method2.exp
10730 * gdb.cp/nextoverthrow.exp
10731 * gdb.cp/pr10728.exp
10732 * gdb.disasm/am33.exp
10733 * gdb.disasm/h8300s.exp
10734 * gdb.disasm/mn10300.exp
10735 * gdb.disasm/sh3.exp
10736 * gdb.dwarf2/dw2-dir-file-name.exp
10737 * gdb.fortran/complex.exp
10738 * gdb.fortran/library-module.exp
10739 * gdb.guile/scm-pretty-print.exp
10740 * gdb.guile/scm-symbol.exp
10741 * gdb.guile/scm-type.exp
10742 * gdb.guile/scm-value.exp
10743 * gdb.linespec/linespec.exp
10744 * gdb.mi/gdb701.exp
10745 * gdb.mi/gdb792.exp
10746 * gdb.mi/mi-breakpoint-changed.exp
10747 * gdb.mi/mi-dprintf-pending.exp
10748 * gdb.mi/mi-dprintf.exp
10749 * gdb.mi/mi-exit-code.exp
10750 * gdb.mi/mi-pending.exp
10751 * gdb.mi/mi-solib.exp
10752 * gdb.mi/new-ui-mi-sync.exp
10753 * gdb.mi/pr11022.exp
10754 * gdb.mi/user-selected-context-sync.exp
10755 * gdb.opt/solib-intra-step.exp
10756 * gdb.python/py-events.exp
10757 * gdb.python/py-finish-breakpoint.exp
10758 * gdb.python/py-mi.exp
10759 * gdb.python/py-prettyprint.exp
10760 * gdb.python/py-shared.exp
10761 * gdb.python/py-symbol.exp
10762 * gdb.python/py-template.exp
10763 * gdb.python/py-type.exp
10764 * gdb.python/py-value.exp
10765 * gdb.reverse/solib-precsave.exp
10766 * gdb.reverse/solib-reverse.exp
10767 * gdb.server/solib-list.exp
10768 * gdb.stabs/weird.exp
10769 * gdb.threads/reconnect-signal.exp
10770 * gdb.threads/stepi-random-signal.exp
10771 * gdb.trace/actions.exp
10772 * gdb.trace/ax.exp
10773 * gdb.trace/backtrace.exp
10774 * gdb.trace/change-loc.exp
10775 * gdb.trace/deltrace.exp
10776 * gdb.trace/ftrace-lock.exp
10777 * gdb.trace/ftrace.exp
10778 * gdb.trace/infotrace.exp
10779 * gdb.trace/mi-tracepoint-changed.exp
10780 * gdb.trace/packetlen.exp
10781 * gdb.trace/passcount.exp
10782 * gdb.trace/pending.exp
10783 * gdb.trace/range-stepping.exp
10784 * gdb.trace/report.exp
10785 * gdb.trace/stap-trace.exp
10786 * gdb.trace/tfind.exp
10787 * gdb.trace/trace-break.exp
10788 * gdb.trace/trace-condition.exp
10789 * gdb.trace/trace-enable-disable.exp
10790 * gdb.trace/trace-mt.exp
10791 * gdb.trace/tracecmd.exp
10792 * gdb.trace/tspeed.exp
10793 * gdb.trace/tsv.exp
10794 * lib/perftest.exp
10795
10796 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10797
10798 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10799 with gdb_test_no_output.
10800 Use command as test name.
10801
10802 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10803
10804 Fix test names starting with uppercase throughout the files.
10805
10806 * gdb.ada/assign_1.exp
10807 * gdb.ada/boolean_expr.exp
10808 * gdb.base/arrayidx.exp
10809 * gdb.base/del.exp
10810 * gdb.base/gcore-buffer-overflow.exp
10811 * gdb.base/testenv.exp
10812 * gdb.compile/compile.exp
10813 * gdb.python/py-framefilter-invalidarg.exp
10814 * gdb.python/py-framefilter.exp
10815
10816 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10817
10818 Fix test names starting with uppercase throughout the files.
10819
10820 * gdb.ada/array_return.exp
10821 * gdb.ada/expr_delims.exp
10822 * gdb.ada/mi_dyn_arr.exp
10823 * gdb.ada/mi_interface.exp
10824 * gdb.ada/mi_var_array.exp
10825 * gdb.ada/watch_arg.exp
10826 * gdb.arch/alpha-step.exp
10827 * gdb.arch/altivec-regs.exp
10828 * gdb.arch/e500-regs.exp
10829 * gdb.arch/powerpc-d128-regs.exp
10830 * gdb.base/arrayidx.exp
10831 * gdb.base/break.exp
10832 * gdb.base/checkpoint.exp
10833 * gdb.base/debug-expr.exp
10834 * gdb.base/dmsym.exp
10835 * gdb.base/radix.exp
10836 * gdb.base/sepdebug.exp
10837 * gdb.base/testenv.exp
10838 * gdb.base/watch_thread_num.exp
10839 * gdb.base/watchpoint-cond-gone.exp
10840 * gdb.cell/break.exp
10841 * gdb.cell/ea-cache.exp
10842 * gdb.compile/compile.exp
10843 * gdb.cp/gdb2495.exp
10844 * gdb.gdb/selftest.exp
10845 * gdb.gdb/xfullpath.exp
10846 * gdb.go/hello.exp
10847 * gdb.go/integers.exp
10848 * gdb.objc/basicclass.exp
10849 * gdb.pascal/hello.exp
10850 * gdb.pascal/integers.exp
10851 * gdb.python/py-breakpoint.exp
10852 * gdb.python/py-cmd.exp
10853 * gdb.python/py-linetable.exp
10854 * gdb.python/py-xmethods.exp
10855 * gdb.python/python.exp
10856 * gdb.reverse/consecutive-precsave.exp
10857 * gdb.reverse/finish-precsave.exp
10858 * gdb.reverse/i386-precsave.exp
10859 * gdb.reverse/machinestate-precsave.exp
10860 * gdb.reverse/sigall-precsave.exp
10861 * gdb.reverse/solib-precsave.exp
10862 * gdb.reverse/step-precsave.exp
10863 * gdb.reverse/until-precsave.exp
10864 * gdb.reverse/watch-precsave.exp
10865 * gdb.threads/leader-exit.exp
10866 * gdb.threads/pthreads.exp
10867 * gdb.threads/wp-replication.exp
10868 * gdb.trace/actions.exp
10869 * gdb.trace/mi-tsv-changed.exp
10870 * gdb.trace/tsv.exp
10871
10872 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10873
10874 Fix test names starting with uppercase throughout the files.
10875
10876 * gdb.arch/i386-bp_permanent.exp
10877 * gdb.arch/i386-gnu-cfi.exp
10878 * gdb.base/disasm-end-cu.exp
10879 * gdb.base/macscp.exp
10880 * gdb.base/pending.exp
10881 * gdb.base/watch_thread_num.exp
10882 * gdb.cp/exception.exp
10883 * gdb.cp/gdb2495.exp
10884 * gdb.cp/local.exp
10885 * gdb.python/py-evsignal.exp
10886 * gdb.python/python.exp
10887 * gdb.trace/tracecmd.exp
10888
10889 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10890
10891 Fix test names starting with uppercase throughout the files.
10892
10893 * gdb.base/charset.exp
10894 * gdb.base/eval.exp
10895 * gdb.base/multi-forks.exp
10896 * gdb.guile/scm-progspace.exp
10897 * gdb.opencl/datatypes.exp
10898 * gdb.python/py-block.exp
10899 * gdb.python/py-function.exp
10900 * gdb.python/py-symbol.exp
10901 * gdb.python/py-symtab.exp
10902 * gdb.python/py-xmethods.exp
10903 * gdb.reverse/break-precsave.exp
10904 * gdb.reverse/break-reverse.exp
10905 * gdb.reverse/consecutive-precsave.exp
10906 * gdb.reverse/consecutive-reverse.exp
10907 * gdb.reverse/finish-precsave.exp
10908 * gdb.reverse/finish-reverse-bkpt.exp
10909 * gdb.reverse/finish-reverse.exp
10910 * gdb.reverse/fstatat-reverse.exp
10911 * gdb.reverse/getresuid-reverse.exp
10912 * gdb.reverse/i386-precsave.exp
10913 * gdb.reverse/i386-reverse.exp
10914 * gdb.reverse/i386-sse-reverse.exp
10915 * gdb.reverse/i387-stack-reverse.exp
10916 * gdb.reverse/insn-reverse.exp
10917 * gdb.reverse/machinestate-precsave.exp
10918 * gdb.reverse/machinestate.exp
10919 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10920 * gdb.reverse/pipe-reverse.exp
10921 * gdb.reverse/readv-reverse.exp
10922 * gdb.reverse/recvmsg-reverse.exp
10923 * gdb.reverse/rerun-prec.exp
10924 * gdb.reverse/s390-mvcle.exp
10925 * gdb.reverse/sigall-precsave.exp
10926 * gdb.reverse/sigall-reverse.exp
10927 * gdb.reverse/solib-precsave.exp
10928 * gdb.reverse/solib-reverse.exp
10929 * gdb.reverse/step-precsave.exp
10930 * gdb.reverse/step-reverse.exp
10931 * gdb.reverse/time-reverse.exp
10932 * gdb.reverse/until-precsave.exp
10933 * gdb.reverse/until-reverse.exp
10934 * gdb.reverse/waitpid-reverse.exp
10935 * gdb.reverse/watch-precsave.exp
10936 * gdb.reverse/watch-reverse.exp
10937
10938 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10939
10940 Fix test names starting with uppercase throughout the files.
10941
10942 * gdb.arch/i386-mpx-simple_segv.exp
10943 * gdb.arch/i386-mpx.exp
10944 * gdb.arch/i386-permbkpt.exp
10945 * gdb.arch/pa-nullify.exp
10946 * gdb.arch/powerpc-d128-regs.exp
10947 * gdb.arch/vsx-regs.exp
10948 * gdb.base/bfp-test.exp
10949 * gdb.base/break.exp
10950 * gdb.base/breakpoint-shadow.exp
10951 * gdb.base/callfuncs.exp
10952 * gdb.base/charset.exp
10953 * gdb.base/commands.exp
10954 * gdb.base/completion.exp
10955 * gdb.base/dfp-test.exp
10956 * gdb.base/echo.exp
10957 * gdb.base/ending-run.exp
10958 * gdb.base/eval.exp
10959 * gdb.base/expand-psymtabs.exp
10960 * gdb.base/float128.exp
10961 * gdb.base/floatn.exp
10962 * gdb.base/foll-exec-mode.exp
10963 * gdb.base/gdb1056.exp
10964 * gdb.base/gdb11531.exp
10965 * gdb.base/kill-after-signal.exp
10966 * gdb.base/multi-forks.exp
10967 * gdb.base/overlays.exp
10968 * gdb.base/pending.exp
10969 * gdb.base/sepdebug.exp
10970 * gdb.base/testenv.exp
10971 * gdb.base/valgrind-db-attach.exp
10972 * gdb.base/watch_thread_num.exp
10973 * gdb.base/watchpoint-cond-gone.exp
10974 * gdb.base/watchpoint.exp
10975 * gdb.base/watchpoints.exp
10976 * gdb.cp/arg-reference.exp
10977 * gdb.cp/baseenum.exp
10978 * gdb.cp/operator.exp
10979 * gdb.cp/shadow.exp
10980 * gdb.dwarf2/dw2-op-out-param.exp
10981 * gdb.dwarf2/dw2-reg-undefined.exp
10982 * gdb.go/chan.exp
10983 * gdb.go/hello.exp
10984 * gdb.go/integers.exp
10985 * gdb.go/methods.exp
10986 * gdb.go/package.exp
10987 * gdb.guile/scm-parameter.exp
10988 * gdb.guile/scm-progspace.exp
10989 * gdb.guile/scm-value.exp
10990 * gdb.mi/mi-pending.exp
10991 * gdb.mi/user-selected-context-sync.exp
10992 * gdb.multi/multi-attach.exp
10993 * gdb.multi/tids.exp
10994 * gdb.opt/clobbered-registers-O2.exp
10995 * gdb.pascal/floats.exp
10996 * gdb.pascal/integers.exp
10997 * gdb.python/py-block.exp
10998 * gdb.python/py-events.exp
10999 * gdb.python/py-parameter.exp
11000 * gdb.python/py-symbol.exp
11001 * gdb.python/py-symtab.exp
11002 * gdb.python/py-type.exp
11003 * gdb.python/py-value.exp
11004 * gdb.python/py-xmethods.exp
11005 * gdb.python/python.exp
11006 * gdb.reverse/break-precsave.exp
11007 * gdb.reverse/consecutive-precsave.exp
11008 * gdb.reverse/finish-precsave.exp
11009 * gdb.reverse/i386-precsave.exp
11010 * gdb.reverse/machinestate-precsave.exp
11011 * gdb.reverse/sigall-precsave.exp
11012 * gdb.reverse/solib-precsave.exp
11013 * gdb.reverse/step-precsave.exp
11014 * gdb.reverse/until-precsave.exp
11015 * gdb.reverse/watch-precsave.exp
11016 * gdb.server/ext-attach.exp
11017 * gdb.server/ext-restart.exp
11018 * gdb.server/ext-run.exp
11019 * gdb.server/ext-wrapper.exp
11020 * gdb.stabs/gdb11479.exp
11021 * gdb.stabs/weird.exp
11022 * gdb.threads/attach-many-short-lived-threads.exp
11023 * gdb.threads/kill.exp
11024 * gdb.threads/watchpoint-fork.exp
11025
11026 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11027
11028 Fix test names starting with uppercase throughout all the files below.
11029
11030 * gdb.ada/array_return.exp
11031 * gdb.ada/catch_ex.exp
11032 * gdb.ada/info_exc.exp
11033 * gdb.ada/mi_catch_ex.exp
11034 * gdb.ada/mi_dyn_arr.exp
11035 * gdb.ada/mi_ex_cond.exp
11036 * gdb.ada/mi_exc_info.exp
11037 * gdb.ada/mi_interface.exp
11038 * gdb.ada/mi_task_arg.exp
11039 * gdb.ada/mi_task_info.exp
11040 * gdb.ada/mi_var_array.exp
11041 * gdb.arch/alpha-step.exp
11042 * gdb.arch/amd64-disp-step.exp
11043 * gdb.arch/arm-disp-step.exp
11044 * gdb.arch/disp-step-insn-reloc.exp
11045 * gdb.arch/e500-prologue.exp
11046 * gdb.arch/ftrace-insn-reloc.exp
11047 * gdb.arch/gdb1558.exp
11048 * gdb.arch/i386-bp_permanent.exp
11049 * gdb.arch/i386-disp-step.exp
11050 * gdb.arch/i386-float.exp
11051 * gdb.arch/i386-gnu-cfi.exp
11052 * gdb.arch/ia64-breakpoint-shadow.exp
11053 * gdb.arch/mips16-thunks.exp
11054 * gdb.arch/pa-nullify.exp
11055 * gdb.arch/powerpc-aix-prologue.exp
11056 * gdb.arch/powerpc-power.exp
11057 * gdb.arch/ppc-dfp.exp
11058 * gdb.arch/s390-tdbregs.exp
11059 * gdb.arch/spu-info.exp
11060 * gdb.arch/spu-ls.exp
11061 * gdb.arch/thumb-bx-pc.exp
11062 * gdb.base/advance.exp
11063 * gdb.base/annota-input-while-running.exp
11064 * gdb.base/arrayidx.exp
11065 * gdb.base/asmlabel.exp
11066 * gdb.base/async.exp
11067 * gdb.base/attach-wait-input.exp
11068 * gdb.base/auto-connect-native-target.exp
11069 * gdb.base/batch-preserve-term-settings.exp
11070 * gdb.base/bfp-test.exp
11071 * gdb.base/bigcore.exp
11072 * gdb.base/bp-permanent.exp
11073 * gdb.base/break-always.exp
11074 * gdb.base/break-fun-addr.exp
11075 * gdb.base/break-idempotent.exp
11076 * gdb.base/break-main-file-remove-fail.exp
11077 * gdb.base/break-probes.exp
11078 * gdb.base/break-unload-file.exp
11079 * gdb.base/break.exp
11080 * gdb.base/call-ar-st.exp
11081 * gdb.base/call-rt-st.exp
11082 * gdb.base/call-sc.exp
11083 * gdb.base/call-signal-resume.exp
11084 * gdb.base/call-strs.exp
11085 * gdb.base/callexit.exp
11086 * gdb.base/callfuncs.exp
11087 * gdb.base/catch-gdb-caused-signals.exp
11088 * gdb.base/catch-signal-siginfo-cond.exp
11089 * gdb.base/catch-syscall.exp
11090 * gdb.base/compare-sections.exp
11091 * gdb.base/cond-eval-mode.exp
11092 * gdb.base/condbreak-call-false.exp
11093 * gdb.base/consecutive-step-over.exp
11094 * gdb.base/cursal.exp
11095 * gdb.base/disabled-location.exp
11096 * gdb.base/disasm-end-cu.exp
11097 * gdb.base/display.exp
11098 * gdb.base/double-prompt-target-event-error.exp
11099 * gdb.base/dprintf-bp-same-addr.exp
11100 * gdb.base/dprintf-detach.exp
11101 * gdb.base/dprintf-next.exp
11102 * gdb.base/dprintf-non-stop.exp
11103 * gdb.base/dprintf-pending.exp
11104 * gdb.base/dso2dso.exp
11105 * gdb.base/ending-run.exp
11106 * gdb.base/enum_cond.exp
11107 * gdb.base/examine-backward.exp
11108 * gdb.base/exe-lock.exp
11109 * gdb.base/exec-invalid-sysroot.exp
11110 * gdb.base/execl-update-breakpoints.exp
11111 * gdb.base/execution-termios.exp
11112 * gdb.base/fileio.exp
11113 * gdb.base/fixsection.exp
11114 * gdb.base/foll-exec-mode.exp
11115 * gdb.base/foll-exec.exp
11116 * gdb.base/fork-running-state.exp
11117 * gdb.base/frame-args.exp
11118 * gdb.base/fullpath-expand.exp
11119 * gdb.base/func-ptr.exp
11120 * gdb.base/gcore-relro-pie.exp
11121 * gdb.base/gdb1090.exp
11122 * gdb.base/gdb1555.exp
11123 * gdb.base/global-var-nested-by-dso.exp
11124 * gdb.base/gnu-ifunc.exp
11125 * gdb.base/hbreak-in-shr-unsupported.exp
11126 * gdb.base/hbreak-unmapped.exp
11127 * gdb.base/hook-stop.exp
11128 * gdb.base/infcall-input.exp
11129 * gdb.base/info-fun.exp
11130 * gdb.base/info-shared.exp
11131 * gdb.base/interrupt-noterm.exp
11132 * gdb.base/jit-so.exp
11133 * gdb.base/jit.exp
11134 * gdb.base/line-symtabs.exp
11135 * gdb.base/list.exp
11136 * gdb.base/longjmp.exp
11137 * gdb.base/macscp.exp
11138 * gdb.base/max-value-size.exp
11139 * gdb.base/nodebug.exp
11140 * gdb.base/nofield.exp
11141 * gdb.base/overlays.exp
11142 * gdb.base/paginate-after-ctrl-c-running.exp
11143 * gdb.base/paginate-bg-execution.exp
11144 * gdb.base/paginate-inferior-exit.exp
11145 * gdb.base/pending.exp
11146 * gdb.base/pr11022.exp
11147 * gdb.base/printcmds.exp
11148 * gdb.base/ptr-typedef.exp
11149 * gdb.base/ptype.exp
11150 * gdb.base/randomize.exp
11151 * gdb.base/range-stepping.exp
11152 * gdb.base/realname-expand.exp
11153 * gdb.base/relativedebug.exp
11154 * gdb.base/remote.exp
11155 * gdb.base/savedregs.exp
11156 * gdb.base/sepdebug.exp
11157 * gdb.base/set-noassign.exp
11158 * gdb.base/shlib-call.exp
11159 * gdb.base/shreloc.exp
11160 * gdb.base/sigaltstack.exp
11161 * gdb.base/sigbpt.exp
11162 * gdb.base/siginfo-addr.exp
11163 * gdb.base/siginfo-obj.exp
11164 * gdb.base/siginfo-thread.exp
11165 * gdb.base/signest.exp
11166 * gdb.base/signull.exp
11167 * gdb.base/sigrepeat.exp
11168 * gdb.base/skip.exp
11169 * gdb.base/so-impl-ld.exp
11170 * gdb.base/solib-corrupted.exp
11171 * gdb.base/solib-disc.exp
11172 * gdb.base/solib-display.exp
11173 * gdb.base/solib-overlap.exp
11174 * gdb.base/solib-search.exp
11175 * gdb.base/solib-symbol.exp
11176 * gdb.base/source-execution.exp
11177 * gdb.base/sss-bp-on-user-bp-2.exp
11178 * gdb.base/sss-bp-on-user-bp.exp
11179 * gdb.base/stack-checking.exp
11180 * gdb.base/stale-infcall.exp
11181 * gdb.base/step-break.exp
11182 * gdb.base/step-line.exp
11183 * gdb.base/step-over-exit.exp
11184 * gdb.base/step-test.exp
11185 * gdb.base/structs.exp
11186 * gdb.base/sym-file.exp
11187 * gdb.base/symtab-search-order.exp
11188 * gdb.base/term.exp
11189 * gdb.base/type-opaque.exp
11190 * gdb.base/unload.exp
11191 * gdb.base/until-nodebug.exp
11192 * gdb.base/until.exp
11193 * gdb.base/unwindonsignal.exp
11194 * gdb.base/watch-cond.exp
11195 * gdb.base/watch-non-mem.exp
11196 * gdb.base/watch_thread_num.exp
11197 * gdb.base/watchpoint-reuse-slot.exp
11198 * gdb.base/watchpoint-solib.exp
11199 * gdb.base/watchpoint.exp
11200 * gdb.btrace/dlopen.exp
11201 * gdb.cell/arch.exp
11202 * gdb.cell/break.exp
11203 * gdb.cell/bt.exp
11204 * gdb.cell/core.exp
11205 * gdb.cell/data.exp
11206 * gdb.cell/dwarfaddr.exp
11207 * gdb.cell/ea-cache.exp
11208 * gdb.cell/ea-standalone.exp
11209 * gdb.cell/ea-test.exp
11210 * gdb.cell/f-regs.exp
11211 * gdb.cell/fork.exp
11212 * gdb.cell/gcore.exp
11213 * gdb.cell/mem-access.exp
11214 * gdb.cell/ptype.exp
11215 * gdb.cell/registers.exp
11216 * gdb.cell/sizeof.exp
11217 * gdb.cell/solib-symbol.exp
11218 * gdb.cell/solib.exp
11219 * gdb.compile/compile-tls.exp
11220 * gdb.cp/exception.exp
11221 * gdb.cp/gdb2495.exp
11222 * gdb.cp/local.exp
11223 * gdb.cp/mb-inline.exp
11224 * gdb.cp/mb-templates.exp
11225 * gdb.cp/pr10687.exp
11226 * gdb.cp/pr9167.exp
11227 * gdb.cp/scope-err.exp
11228 * gdb.cp/templates.exp
11229 * gdb.cp/virtfunc.exp
11230 * gdb.dwarf2/dw2-dir-file-name.exp
11231 * gdb.dwarf2/dw2-single-line-discriminators.exp
11232 * gdb.fortran/complex.exp
11233 * gdb.fortran/library-module.exp
11234 * gdb.guile/guile.exp
11235 * gdb.guile/scm-cmd.exp
11236 * gdb.guile/scm-frame-inline.exp
11237 * gdb.guile/scm-objfile.exp
11238 * gdb.guile/scm-pretty-print.exp
11239 * gdb.guile/scm-symbol.exp
11240 * gdb.guile/scm-type.exp
11241 * gdb.guile/scm-value.exp
11242 * gdb.linespec/keywords.exp
11243 * gdb.linespec/ls-errs.exp
11244 * gdb.linespec/macro-relative.exp
11245 * gdb.linespec/thread.exp
11246 * gdb.mi/mi-breakpoint-changed.exp
11247 * gdb.mi/mi-dprintf-pending.exp
11248 * gdb.mi/mi-fullname-deleted.exp
11249 * gdb.mi/mi-logging.exp
11250 * gdb.mi/mi-pending.exp
11251 * gdb.mi/mi-solib.exp
11252 * gdb.mi/new-ui-mi-sync.exp
11253 * gdb.mi/user-selected-context-sync.exp
11254 * gdb.multi/dummy-frame-restore.exp
11255 * gdb.multi/multi-arch-exec.exp
11256 * gdb.multi/remove-inferiors.exp
11257 * gdb.multi/watchpoint-multi-exit.exp
11258 * gdb.opt/solib-intra-step.exp
11259 * gdb.perf/backtrace.exp
11260 * gdb.perf/single-step.exp
11261 * gdb.perf/skip-command.exp
11262 * gdb.perf/skip-prologue.exp
11263 * gdb.perf/solib.exp
11264 * gdb.python/lib-types.exp
11265 * gdb.python/py-as-string.exp
11266 * gdb.python/py-bad-printers.exp
11267 * gdb.python/py-block.exp
11268 * gdb.python/py-breakpoint.exp
11269 * gdb.python/py-cmd.exp
11270 * gdb.python/py-events.exp
11271 * gdb.python/py-evthreads.exp
11272 * gdb.python/py-finish-breakpoint.exp
11273 * gdb.python/py-finish-breakpoint2.exp
11274 * gdb.python/py-frame-inline.exp
11275 * gdb.python/py-frame.exp
11276 * gdb.python/py-inferior.exp
11277 * gdb.python/py-infthread.exp
11278 * gdb.python/py-mi.exp
11279 * gdb.python/py-objfile.exp
11280 * gdb.python/py-pp-maint.exp
11281 * gdb.python/py-pp-registration.exp
11282 * gdb.python/py-prettyprint.exp
11283 * gdb.python/py-recurse-unwind.exp
11284 * gdb.python/py-shared.exp
11285 * gdb.python/py-symbol.exp
11286 * gdb.python/py-symtab.exp
11287 * gdb.python/py-template.exp
11288 * gdb.python/py-type.exp
11289 * gdb.python/py-unwind-maint.exp
11290 * gdb.python/py-unwind.exp
11291 * gdb.python/py-value.exp
11292 * gdb.python/python.exp
11293 * gdb.reverse/finish-reverse-bkpt.exp
11294 * gdb.reverse/insn-reverse.exp
11295 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11296 * gdb.reverse/solib-precsave.exp
11297 * gdb.reverse/solib-reverse.exp
11298 * gdb.stabs/gdb11479.exp
11299 * gdb.stabs/weird.exp
11300 * gdb.threads/fork-child-threads.exp
11301 * gdb.threads/fork-plus-threads.exp
11302 * gdb.threads/fork-thread-pending.exp
11303 * gdb.threads/forking-threads-plus-breakpoint.exp
11304 * gdb.threads/hand-call-in-threads.exp
11305 * gdb.threads/interrupted-hand-call.exp
11306 * gdb.threads/linux-dp.exp
11307 * gdb.threads/local-watch-wrong-thread.exp
11308 * gdb.threads/next-while-other-thread-longjmps.exp
11309 * gdb.threads/non-ldr-exit.exp
11310 * gdb.threads/pending-step.exp
11311 * gdb.threads/print-threads.exp
11312 * gdb.threads/process-dies-while-detaching.exp
11313 * gdb.threads/process-dies-while-handling-bp.exp
11314 * gdb.threads/pthreads.exp
11315 * gdb.threads/queue-signal.exp
11316 * gdb.threads/reconnect-signal.exp
11317 * gdb.threads/signal-command-handle-nopass.exp
11318 * gdb.threads/signal-command-multiple-signals-pending.exp
11319 * gdb.threads/signal-delivered-right-thread.exp
11320 * gdb.threads/signal-sigtrap.exp
11321 * gdb.threads/sigthread.exp
11322 * gdb.threads/staticthreads.exp
11323 * gdb.threads/stepi-random-signal.exp
11324 * gdb.threads/thread-unwindonsignal.exp
11325 * gdb.threads/thread_check.exp
11326 * gdb.threads/thread_events.exp
11327 * gdb.threads/tid-reuse.exp
11328 * gdb.threads/tls-nodebug.exp
11329 * gdb.threads/tls-shared.exp
11330 * gdb.threads/tls-so_extern.exp
11331 * gdb.threads/tls.exp
11332 * gdb.threads/wp-replication.exp
11333 * gdb.trace/actions-changed.exp
11334 * gdb.trace/actions.exp
11335 * gdb.trace/backtrace.exp
11336 * gdb.trace/change-loc.exp
11337 * gdb.trace/collection.exp
11338 * gdb.trace/deltrace.exp
11339 * gdb.trace/disconnected-tracing.exp
11340 * gdb.trace/entry-values.exp
11341 * gdb.trace/ftrace-lock.exp
11342 * gdb.trace/ftrace.exp
11343 * gdb.trace/infotrace.exp
11344 * gdb.trace/mi-trace-frame-collected.exp
11345 * gdb.trace/mi-trace-unavailable.exp
11346 * gdb.trace/mi-traceframe-changed.exp
11347 * gdb.trace/mi-tracepoint-changed.exp
11348 * gdb.trace/mi-tsv-changed.exp
11349 * gdb.trace/no-attach-trace.exp
11350 * gdb.trace/packetlen.exp
11351 * gdb.trace/passc-dyn.exp
11352 * gdb.trace/passcount.exp
11353 * gdb.trace/pending.exp
11354 * gdb.trace/pr16508.exp
11355 * gdb.trace/qtro.exp
11356 * gdb.trace/range-stepping.exp
11357 * gdb.trace/read-memory.exp
11358 * gdb.trace/report.exp
11359 * gdb.trace/save-trace.exp
11360 * gdb.trace/signal.exp
11361 * gdb.trace/stap-trace.exp
11362 * gdb.trace/status-stop.exp
11363 * gdb.trace/strace.exp
11364 * gdb.trace/tfile.exp
11365 * gdb.trace/tfind.exp
11366 * gdb.trace/trace-break.exp
11367 * gdb.trace/trace-condition.exp
11368 * gdb.trace/trace-enable-disable.exp
11369 * gdb.trace/trace-mt.exp
11370 * gdb.trace/tracecmd.exp
11371 * gdb.trace/tracefile-pseudo-reg.exp
11372 * gdb.trace/tspeed.exp
11373 * gdb.trace/tstatus.exp
11374 * gdb.trace/tsv.exp
11375 * gdb.trace/unavailable.exp
11376 * gdb.trace/while-dyn.exp
11377 * gdb.trace/while-stepping.exp
11378 * lib/gdb-guile.exp
11379 * lib/gdb.exp
11380 * lib/mi-support.exp
11381 * lib/pascal.exp
11382 * lib/perftest.exp
11383 * lib/prelink-support.exp
11384 * lib/selftest-support.exp
11385
11386 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11387
11388 * Makefile.in: Include disable-implicit-rules.mk.
11389
11390 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11391
11392 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11393 non-byte-aligned bit fields.
11394
11395 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11396
11397 PR gdb/12616
11398 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11399 respects the DW_AT_data_bit_offset attribute.
11400
11401 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11402
11403 * gdb.base/default.exp: Fix output of "set language".
11404
11405 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11406
11407 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11408 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11409 make.
11410 * configure.ac: Remove checks for the make program.
11411 * configure: Re-generate.
11412
11413 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11414
11415 * gdb.python/py-recurse-unwind.c (main): Add loop.
11416 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11417 to read_register() and gdb.parse_and_eval(). Make each code
11418 call a separate case that can be individually tested.
11419 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11420 proc. Call cont_and_backtrace for each of the code paths that
11421 we want to test in the unwinder.
11422
11423 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11424
11425 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11426 the definition of struct S.
11427
11428 2016-11-11 Catherine Moore <clm@codesourcery.com>
11429
11430 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11431
11432 2016-11-09 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/commands.exp (runto_or_return): New procedure.
11435 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11436 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11437 (progvar_simple_while_test, progvar_complex_if_while_test)
11438 (if_while_breakpoint_command_test)
11439 (infrun_breakpoint_command_test, breakpoint_command_test)
11440 (user_defined_command_test, watchpoint_command_test)
11441 (test_command_prompt_position, redefine_hook_test)
11442 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11443 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11444 multi_line_input and multi_line. Remove gdb_expect and
11445 gdb_stop_suppressing_tests uses.
11446 * lib/gdb.exp (valnum_re): New global.
11447 (multi_line_input): New procedure.
11448
11449 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11450
11451 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11452 Remove.
11453 (test_setup): Define with proc_with_prefix.
11454 (test_cli_inferior): Likewise.
11455 (test_cli_thread): Likewise.
11456 (test_cli_frame): Likewise.
11457 (test_cli_select_frame): Likewise.
11458 (test_cli_up_down): Likewise.
11459 (test_mi_thread_select): Likewise.
11460 (test_mi_stack_select_frame): Likewise.
11461 (test_cli_in_mi_inferior): Likewise.
11462 (test_cli_in_mi_thread): Likewise.
11463 (test_cli_in_mi_frame): Likewise.
11464 (top level): Do not use with_test_prefix_procname.
11465
11466 2016-11-09 Pedro Alves <palves@redhat.com>
11467
11468 * gdb.base/commands.exp (gdbvar_simple_if_test)
11469 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11470 (progvar_simple_if_test, progvar_simple_while_test)
11471 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11472 (infrun_breakpoint_command_test, breakpoint_command_test)
11473 (user_defined_command_test, watchpoint_command_test)
11474 (test_command_prompt_position, deprecated_command_test)
11475 (bp_deleted_in_command, temporary_breakpoint_commands)
11476 (stray_arg0_test, source_file_with_indented_comment)
11477 (recursive_source_test, if_commands_test)
11478 (error_clears_commands_left, redefine_hook_test)
11479 (redefine_backtrace_test): Use proc_with_prefix.
11480 * lib/gdb.exp (proc_with_prefix): New proc.
11481
11482 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11483
11484 * gdb.base/tui-layout.c: New file.
11485 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11486 disassembly window contains very long lines.
11487
11488 2016-11-08 Tom Tromey <tom@tromey.com>
11489
11490 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11491 depend on Python 2.
11492
11493 2016-11-08 Tom Tromey <tom@tromey.com>
11494
11495 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11496 New method.
11497
11498 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11499
11500 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11501
11502 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11503
11504 * gdb.rust/simple.rs: Add test for univariant enums without
11505 discriminants and for encoded struct-like enums.
11506
11507 2016-10-28 Pedro Alves <palves@redhat.com>
11508
11509 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11510 gdb_test_multiple, tighten regexps and match symtabs and line
11511 tables incrementally.
11512
11513 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11514
11515 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11516 general.
11517
11518 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11519
11520 * gdb.base/exec-invalid-sysroot.exp: New file.
11521
11522 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11523
11524 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11525
11526 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11527
11528 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11529
11530 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11531
11532 * gdb.base/killed-outside.exp: Remove $options from a call to
11533 `prepare_for_testing'.
11534
11535 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11536
11537 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11538 Change test message.
11539
11540 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11541
11542 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11543 Update comment.
11544
11545 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11546
11547 * gdb.trace/mi-trace-save.exp: New file.
11548
11549 2016-10-13 Yao Qi <yao.qi@linaro.org>
11550
11551 * gdb.base/code_elim.exp (get_var_address): Remove.
11552 * gdb.base/relocate.exp: Likewise.
11553 * gdb.base/shreloc.exp: Likewise.
11554 * lib/gdb.exp (get_var_address): New.
11555
11556 2016-10-13 Yao Qi <yao.qi@linaro.org>
11557
11558 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11559 floating point tests if $skip_float_test is false.
11560
11561 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11562
11563 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11564 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11565 argc values.
11566 Add 1 to argc so we guarantee distinct initial/modified argc values.
11567
11568 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11569
11570 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11571
11572 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11573
11574 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11575 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11576 * gdb.arch/vsx-regs.exp: Likewise.
11577
11578 2016-10-07 Yao Qi <yao.qi@linaro.org>
11579
11580 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11581
11582 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11583
11584 * gdb.python/python.exp: Test decode_line("*0").
11585
11586 2016-10-06 Doug Evans <dje@google.com>
11587
11588 * gdb.python/py-value.exp (test_value_creation): Add test for large
11589 unsigned 64-bit value.
11590
11591 2016-10-06 Tom Tromey <tom@tromey.com>
11592
11593 * gdb.compile/compile.exp: Change java tests to rust.
11594 * gdb.base/setshow.exp: Change java tests to rust.
11595 * gdb.base/default.exp: Remove java from language list.
11596 * README (Examples): Update language example.
11597 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11598 test.
11599 * lib/gdb.exp (skip_java_tests): Remove.
11600 * lib/java.exp: Remove.
11601 * gdb.java: Remove.
11602
11603 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11604
11605 * gdb.arch/mips-fcr.exp: New test.
11606 * gdb.arch/mips-fcr.c: Source for the new test.
11607
11608 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11609
11610 * gdb.base/solib-disc.exp: Use `standard_output_file'
11611 throughout.
11612
11613 2016-10-06 Pedro Alves <palves@redhat.com>
11614
11615 * gdb.base/jit-simple-dl.c: New file.
11616 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11617 * gdb.base/jit-simple.c: ... this.
11618 * gdb.base/jit-simple.exp (jit_run): Delete.
11619 (build_jit): New proc.
11620 (jit_test_reread): Recompile either the main program or the shared
11621 library, depending on what is being tested. Skip changing address
11622 if caller wants to. Compare before/after addresses. If testing
11623 standalone, explicitly load the binary. Test "maint info
11624 breakpoints".
11625 (top level): Add "standalone vs shared lib" and "change address"
11626 vs "same address" axes.
11627
11628 2016-10-06 Pedro Alves <palves@redhat.com>
11629
11630 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11631 call.
11632 (jit_run): Delete.
11633 (jit_test_reread): Use with_test_prefix. Reload the main binary
11634 explicitly. Compare the before/after addresses of the JIT
11635 descriptor.
11636
11637 2016-08-15 Doug Evans <dje@google.com>
11638
11639 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11640 for single bitfields is bool.
11641 * gdb.xml/tdesc-regs.exp: Ditto.
11642
11643 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11646
11647 2016-10-05 Yao Qi <yao.qi@linaro.org>
11648
11649 * lib/gdb.exp (support_complex_tests): Return zero if
11650 gdb_skip_float_test return true.
11651
11652 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11653 Simon Marchi <simon.marchi@ericsson.com>
11654
11655 PR gdb/20487
11656 * gdb.mi/user-selected-context-sync.exp: New file.
11657 * gdb.mi/user-selected-context-sync.c: New file.
11658
11659 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11660 Simon Marchi <simon.marchi@ericsson.com>
11661
11662 PR gdb/20487
11663 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11664 =thread-select-event check.
11665
11666 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11667
11668 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11669 the compulsory L operand changes.
11670 * gdb.arch/powerpc-power.s: Likewise.
11671
11672 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11673
11674 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11675 * gdb.base/jit-attach-pie.c: New file.
11676 * gdb.base/jit-attach-pie.exp: New file.
11677
11678 2016-09-28 Pedro Alves <palves@redhat.com>
11679
11680 * gdb.base/infcall-input.c: New file.
11681 * gdb.base/infcall-input.exp: New file.
11682
11683 2016-09-22 Yao Qi <yao.qi@linaro.org>
11684
11685 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11686 (gdb_exit): Rename it to ...
11687 (gdbserver_gdb_exit): ... Close GDBserver.
11688 (gdb_exit): New proc, call gdbserver_gdb_exit.
11689 (mi_gdb_exit): Likewise.
11690
11691 2016-09-22 Yao Qi <yao.qi@linaro.org>
11692
11693 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11694 path.
11695 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11696 Remove duplication.
11697
11698 2016-09-22 Yao Qi <yao.qi@linaro.org>
11699
11700 * lib/gdbserver-support.exp: Check the existence of
11701 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11702
11703 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11704
11705 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11706
11707 2016-09-21 Tom Tromey <tom@tromey.com>
11708
11709 PR gdb/20604:
11710 * gdb.base/quit.exp: New file.
11711
11712 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11713
11714 * .gitignore: New file.
11715
11716 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11717
11718 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11719 throughout.
11720
11721 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11722
11723 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11724
11725 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11726
11727 * gdb.cp/casts.cc (decltype): Move it ...
11728 (main): ... with its call to ...
11729 * gdb.cp/casts03.cc: ... a new file.
11730 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11731
11732 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11733
11734 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11735
11736 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11737
11738 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11739 and sync up the test with tests in gas/testsuite/gas/ppc.
11740 * gdb.arch/powerpc-power.exp: Likewise.
11741
11742 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11743
11744 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11745
11746 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11747 Jan Kratochvil <jan.kratochvil@redhat.com>
11748
11749 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11750 make m1's definition to be different from m2's. Use 'dummy' as an
11751 argument for probe 'two'.
11752
11753 2016-09-10 Jon Beniston <jon@beniston.com>
11754
11755 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11756 for sim target.
11757
11758 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11761 variable declaration.
11762 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11763 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11764 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11765 received HWCAP as its argument.
11766
11767 2016-09-06 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.base/new-ui-pending-input.c: New file.
11770 * gdb.base/new-ui-pending-input.exp: New file.
11771 * gdb.exp (clear_gdb_spawn_id): New procedure.
11772 (with_spawn_id): Check whether gdb_spawn_id exists before
11773 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11774 on exit.
11775
11776 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11777
11778 * gdb.base/float128.c: New file.
11779 * gdb.base/float128.exp: Likewise.
11780 * gdb.base/floatn.c: Likewise.
11781 * gdb.base/floatn.exp: Likewise.
11782
11783 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11784
11785 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11786
11787 2016-09-05 Pedro Alves <palves@redhat.com>
11788
11789 PR backtrace/19927
11790 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11791 unwinders are immediately called as side effect of "source" or
11792 "disable unwinder" commands.
11793 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11794
11795 2016-09-02 Yao Qi <yao.qi@linaro.org>
11796
11797 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11798 is true and $type is "float" or "double".
11799
11800 2016-09-02 Yao Qi <yao.qi@linaro.org>
11801
11802 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11803 true.
11804 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11805 * gdb.base/call-rt-st.exp: Likewise.
11806 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11807 return value instead of gdb,skip_float_test.
11808 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11809 (do_function_calls): Use its return value instead of
11810 gdb,skip_float_test.
11811 * gdb.base/finish.exp: Likewise.
11812 * gdb.base/funcargs.exp: Likewise.
11813 * gdb.base/return.exp: Likewise.
11814 * gdb.base/return2.exp: Likewise.
11815 * gdb.base/varargs.exp: Likewise.
11816 * lib/gdb.exp (gdb_skip_float_test): Change it to
11817 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11818
11819 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11820
11821 * gdb.multi/tids.exp: Test "thread apply all".
11822
11823 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11824
11825 * gdb.base/default.exp (tty): Remove.
11826
11827 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11828
11829 * gdb.python/py-recurse-unwind.c: New file.
11830 * gdb.python/py-recurse-unwind.py: New file.
11831 * gdb.python/py-recurse-unwind.exp: New file.
11832
11833 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11834
11835 * gdb.base/set-inferior-tty.exp: New file.
11836 * gdb.base/set-inferior-tty.c: New file.
11837
11838 2016-08-23 Pedro Alves <palves@redhat.com>
11839
11840 PR gdb/20494
11841 * gdb.base/new-ui-echo.c: New file.
11842 * gdb.base/new-ui-echo.exp: New file.
11843
11844 2016-08-23 Yao Qi <yao.qi@linaro.org>
11845
11846 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11847 gdbserver_spawn.
11848 * gdb.server/connect-without-multi-process.exp (do_test):
11849 Likewise.
11850
11851 2016-08-23 Yao Qi <yao.qi@linaro.org>
11852
11853 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11854 standalone_txt. Delete gdb_txt and standalone_txt on host
11855 and target. Spawn the binary on target. Copy files from
11856 target to host.
11857
11858 2016-08-22 Pedro Alves <palves@redhat.com>
11859
11860 PR gdb/20505
11861 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11862 with_test_prefix. Factor out bits to ...
11863 (test_no_vdso): ... this new procedure.
11864
11865 2016-08-19 Carl Love <cel@us.ibm.com>
11866
11867 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11868 maintaining separate logic for constructing the output path.
11869 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11870 * gdb.arch/ppc-dfp.exp: Likewise.
11871 * gdb.arch/ppc-fp.exp: Likewise.
11872 * gdb.arch/vsx-regs.exp: Likewise.
11873 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11874 binprefix for generating the additional binary files.
11875
11876 2016-08-19 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.trace/mi-trace-frame-collected.exp
11879 (test_trace_frame_collected): On x32, expect two registers.
11880
11881 2016-08-18 Carl Love <cel@us.ibm.com>
11882
11883 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11884 and sync up the test with tests in gas/testsuite/gas/ppc.
11885 * gdb.arch/powerpc-power.exp: Likewise.
11886
11887 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11888
11889 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11890 expected error message.
11891
11892 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11893
11894 * gdb.multi/remove-inferiors.exp: New file.
11895 * gdb.multi/remove-inferiors.c: New file.
11896
11897 2016-08-12 Yao Qi <yao.qi@linaro.org>
11898
11899 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11900 argument list.
11901
11902 2016-08-10 Pedro Alves <palves@redhat.com>
11903
11904 PR gdb/19187
11905 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11906 setup_kfails.
11907
11908 2016-08-09 Pedro Alves <palves@redhat.com>
11909 Simon Marchi <simon.marchi@ericsson.com>
11910
11911 PR gdb/20418
11912 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11913 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11914
11915 2016-08-09 Pedro Alves <palves@redhat.com>
11916
11917 PR mi/20431
11918 * gdb.mi/mi-cmd-error.exp: New file.
11919
11920 2016-08-09 Pedro Alves <palves@redhat.com>
11921
11922 PR gdb/18653
11923 * gdb.base/signals-state-child.c: New file.
11924 * gdb.base/signals-state-child.exp: New file.
11925 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11926
11927 2016-08-09 Pedro Alves <palves@redhat.com>
11928
11929 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11930
11931 2016-08-03 Tom Tromey <tom@tromey.com>
11932
11933 PR python/18565:
11934 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11935
11936 2016-08-01 Yao Qi <yao.qi@linaro.org>
11937
11938 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11939 variable mode to "multi-process" if $multi_process is 1, otherwise
11940 set it to "single-process".
11941
11942 2016-08-01 Yao Qi <yao.qi@linaro.org>
11943
11944 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11945 * gdb.cp/cpexprs.exp: Likewise.
11946 * gdb.cp/m-static.exp: Likewise.
11947
11948 2016-07-26 Tom Tromey <tom@tromey.com>
11949
11950 PR python/20190:
11951 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11952 test.
11953
11954 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11955
11956 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11957 selecting assembly source files.
11958 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11959 assembly source files.
11960 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11961 assembly source files.
11962 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11963 selecting assembly source files.
11964
11965 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11966
11967 * gdb.base/new-ui.exp (do_test_invalid_args): New
11968 procedure.
11969
11970 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11971
11972 * gdb.btrace/reconnect.c: New file.
11973 * gdb.btrace/reconnect.exp: New file.
11974
11975 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11976
11977 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11978 to test_catch_syscall_group.
11979 (test_catch_syscall_group): New.
11980
11981 2016-07-21 Tom Tromey <tom@tromey.com>
11982
11983 * gdb.rust/simple.rs (main): Use empty struct expression.
11984 * gdb.rust/simple.exp: Add tests for empty struct expression.
11985
11986 2016-07-21 Yao Qi <yao.qi@linaro.org>
11987
11988 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11989 if gdb_skip_xml_test is true on some targets.
11990
11991 2016-07-21 Yao Qi <yao.qi@linaro.org>
11992
11993 * gdb.server/solib-list.exp: Unset last_loaded_file.
11994
11995 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11996
11997 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11998 "step into captured_main (args)".
11999
12000 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12001
12002 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12003
12004 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12005
12006 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12007
12008 2016-07-19 Pedro Alves <palves@redhat.com>
12009
12010 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12011 * gdb.opt/inline-bt.exp: Likewise.
12012 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12013 additional_flags=-Winline.
12014 * gdb.opt/inline-locals.exp: Likewise.
12015 * gdb.opt/inline-markers.c (ATTR): Define.
12016 (inlined_fn): Use it.
12017
12018 2016-07-19 Yao Qi <yao.qi@linaro.org>
12019
12020 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12021 (test_with_self): Remove some code. Remove argument executable.
12022 (top-level): Use do_self_tests.
12023
12024 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12025 Don Breazeal <donb@codesourcery.com>
12026
12027 * gdb.base/maint.exp: Escape paths used in regular expressions.
12028 * gdb.stabs/weird.exp: Likewise.
12029
12030 2016-07-13 Tom Tromey <tom@tromey.com>
12031
12032 PR python/15620, PR python/18620:
12033 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12034 (test_bkpt_events): New procs.
12035
12036 2016-07-13 Tom Tromey <tom@tromey.com>
12037
12038 PR python/17698:
12039 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12040 test.
12041 (test_watchpoints): Likewise.
12042 (test_bkpt_pending): New proc.
12043
12044 2016-07-13 Tom Tromey <tom@tromey.com>
12045
12046 PR cli/18053:
12047 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12048 completion test.
12049
12050 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12053 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12054 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12055 f_label.
12056 (g): Rename g_end_lbl to g_label.
12057 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12058 low_pc and high_pc.
12059 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12060
12061 2016-07-12 Tom Tromey <tom@tromey.com>
12062
12063 PR python/19293:
12064 * gdb.python/py-unwind-maint.exp: Update tests.
12065
12066 2016-07-12 Yao Qi <yao.qi@linaro.org>
12067
12068 * lib/selftest-support.exp (selftest_setup): Match the output
12069 when captured_main is inlined.
12070
12071 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12072
12073 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12074 New variables.
12075 (print this%a, print this%b, print this): New tests.
12076 * gdb.fortran/derived-types.f90 (this): New object and
12077 initialization.
12078
12079 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12080
12081 * gdb.ada/arraydim.exp: Remove extra directory level in build
12082 directory.
12083
12084 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12085
12086 * lib/ada.exp: Remove extra directory level in build directory.
12087 * gdb.ada/cond_lang.exp: Likewise.
12088 * gdb.ada/exec_changed.exp: Likewise.
12089 * gdb.ada/lang_switch.exp: Likewise.
12090
12091 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12092
12093 * simple.rs: Add test for raw pointer subscripting.
12094 * simple.exp: Add test expectations.
12095
12096 2016-07-05 Yao Qi <yao.qi@linaro.org>
12097
12098 * gdb.mi/mi-reverse.exp: Match =record-started output.
12099
12100 2016-07-01 Pedro Alves <palves@redhat.com>
12101
12102 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12103 procedure.
12104 (jit_reader_test): Test the jit reader's unwinder.
12105 * gdb.base/jithost.c (jit_function_00_code): New global.
12106 (main): Use memcpy to fill in the mmapped code, instead of poking
12107 bytes manually here.
12108 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12109 value.
12110 (read_debug_info): Save the function's range.
12111 (read_sp): New function.
12112 (unwind_frame): Use it. Also unwind RBP.
12113 (get_frame_id): Use read_sp.
12114 (gdb_init_reader): Use calloc instead of malloc.
12115 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12116 parameter. Use gdb_test_multiple.
12117
12118 2016-07-01 Pedro Alves <palves@redhat.com>
12119 Antoine Tremblay <antoine.tremblay@ericsson.com>
12120
12121 * gdb.threads/process-dies-while-detaching.c: New file.
12122 * gdb.threads/process-dies-while-detaching.exp: New file.
12123
12124 2016-07-01 Pedro Alves <palves@redhat.com>
12125
12126 * gdb.multi/watchpoint-multi-exit.c: New file.
12127 * gdb.multi/watchpoint-multi-exit.exp: New file.
12128
12129 2016-06-30 Pedro Alves <palves@redhat.com>
12130
12131 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12132 unset inferior_spawn_id.
12133
12134 2016-06-30 Pedro Alves <palves@redhat.com>
12135
12136 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12137 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12138
12139 2016-06-29 Yao Qi <yao.qi@linaro.org>
12140
12141 * gdb.base/return.c: Add copyright header.
12142
12143 2016-06-29 Tom Tromey <tom@tromey.com>
12144
12145 PR python/20129:
12146 * gdb.python/py-framefilter.exp: Add tests for setting priority
12147 and disabling of non-existent frame filter.
12148
12149 2016-06-29 Yao Qi <yao.qi@linaro.org>
12150
12151 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12152 0x0f07ff.
12153
12154 2016-06-28 Yao Qi <yao.qi@linaro.org>
12155
12156 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12157 triplets. Start gdb, execute catch syscall, and continue. Check
12158 gdb's output to determine catch syscall is supported.
12159
12160 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12161
12162 * gdb.rust/simple.rs: Add test for returning unit in a function.
12163 * gdb.rust/simple.exp: Add expectation for functions returning
12164 unit.
12165
12166 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12167
12168 * gdb.python/py-breakpoint-create-fail.c,
12169 gdb.python/py-breakpoint-create-fail.exp,
12170 gdb.python/py-breakpoint-create-fail.py: New testcase.
12171
12172 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12173
12174 PR gdb/20239
12175 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12176 * gdb.rust/simple.exp: Add test expectations for new NonZero
12177 tests.
12178
12179 2016-06-24 David Taylor <dtaylor@emc.com>
12180
12181 * gdb.base/offsets.exp: New file.
12182 * gdb.base/offsets.c: New file.
12183
12184 2016-06-23 Tom Tromey <tom@tromey.com>
12185
12186 PR gdb/16483:
12187 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12188 before any filters are loaded.
12189
12190 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12191
12192 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12193 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12194 structs.
12195 * gdb.fortran/derived-type-function.exp: New file.
12196 * gdb.fortran/derived-type-function.f90: New file.
12197
12198
12199 2016-06-21 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.base/new-ui.exp: New file.
12202 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12203 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12204 (with_spawn_id): New procedure.
12205
12206 2016-06-21 Pedro Alves <palves@redhat.com>
12207
12208 * gdb.mi/mi-exec-run.exp: New file.
12209
12210 2016-06-21 Pedro Alves <palves@redhat.com>
12211
12212 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12213 breakpoint command's output on the main UI.
12214 (test_break): New procedure, factored out from calls in the top
12215 level.
12216 (top level): Use foreach_with_prefix to test MI as main UI and as
12217 separate UI.
12218
12219 2016-06-21 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12222 (test_awatch_creation_and_listing)
12223 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12224 Remove 'type' parameter.
12225 (test_watchpoint_all): New parameter mi_mode. Remove
12226 with_test_prefix.
12227 (top level): Use foreach_with_prefix, and add main/separate UI MI
12228 testing axis.
12229
12230 2016-06-21 Pedro Alves <palves@redhat.com>
12231
12232 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12233 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12234 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12235 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12236 (gdb_main_spawn_id, mi_spawn_id): Declare and
12237 comment.
12238 (mi_create_inferior_pty): New procedure,
12239 factored out from default_mi_gdb_start.
12240 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12241 procedures.
12242 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12243 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12244 Use mi_create_inferior_pty.
12245 (mi_gdb_start): Use eval to pass down args list.
12246
12247 2016-06-21 Pedro Alves <palves@redhat.com>
12248
12249 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12250 * gdb.opt/inline-cmds.exp: Add MI tests.
12251
12252 2016-06-21 Pedro Alves <palves@redhat.com>
12253
12254 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12255
12256 2016-06-21 Pedro Alves <palves@redhat.com>
12257
12258 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12259 (top level): Use it instead of mi_execute_to.
12260
12261 2016-06-21 Pedro Alves <palves@redhat.com>
12262
12263 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12264 (cont_handler_str): New.
12265 (signal_stop_handler): Set stop_handler_str instead of printing to
12266 stdout.
12267 (continue_handler): Set cont_handler_str instead of printing to
12268 stdout.
12269 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12270 mi_send_resuming_command. Print stop_handler_str and
12271 cont_handler_str instead of expecting the python events print
12272 directly.
12273
12274 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12275
12276 * gdb.base/jit-reader.exp: New file.
12277 * gdb.base/jithost.c: New file.
12278 * gdb.base/jithost.h: New file.
12279 * gdb.base/jitreader.c : New file.
12280 * gdb.base/jit-protocol.h: New file.
12281
12282 2016-06-17 Yao Qi <yao.qi@linaro.org>
12283
12284 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12285 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12286 and detach-on-fork. Adjust tests.
12287 (top level): Invoke break_cond_on_syscall with combinations of
12288 syscall, follow-fork-mode and detach-on-fork.
12289
12290 2016-06-17 Yao Qi <yao.qi@linaro.org>
12291
12292 * gdb.base/step-over-exit.c: New.
12293 * gdb.base/step-over-exit.exp: New.
12294
12295 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12296
12297 * gdb.base/float.exp: Add target check for nds32*-*-*.
12298 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12299
12300 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12301
12302 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12303 for unsupported target features.
12304 * gdb.base/call-rt-st.exp: Likewise.
12305 * gdb.base/call-sc.exp: Likewise.
12306 * gdb.base/call-signal-resume.exp: Likewise.
12307 * gdb.base/call-strs.exp: Likewise.
12308 * gdb.base/callexit.exp: Likewise.
12309 * gdb.base/callfuncs.exp: Likewise.
12310 * gdb.base/nodebug.exp: Likewise.
12311 * gdb.base/printcmds.exp: Likewise.
12312 * gdb.base/ptype.exp: Likewise.
12313 * gdb.base/structs.exp: Likewise.
12314 * gdb.base/unwindonsignal.exp: Likewise.
12315 * gdb.cp/gdb2495.exp: Likewise.
12316 * gdb.cp/templates.exp: Likewise.
12317 * gdb.cp/virtfunc.exp: Likewise.
12318 * gdb.threads/hand-call-in-threads.exp: Likewise.
12319 * gdb.threads/interrupted-hand-call.exp: Likewise.
12320 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12321
12322 2016-06-10 Tom Tromey <tom@tromey.com>
12323
12324 PR rust/20110:
12325 * gdb.rust/expr.exp: Add test for integer constant larger than
12326 i32.
12327
12328 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12329
12330 * gdb.fortran/nested-funcs.exp: New.
12331 * gdb.fortran/nested-funcs.f90: New.
12332
12333 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12334
12335 * gdb.base/examine-backward.c: New file.
12336 * gdb.base/examine-backward.exp: New file.
12337
12338 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12339
12340 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12341 matching.
12342
12343 2016-06-02 Tom Tromey <tom@tromey.com>
12344
12345 PR python/18984:
12346 * gdb.python/py-shared.exp: Add solib_name test.
12347
12348 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12349
12350 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12351
12352 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12353
12354 PR c++/19893
12355 * gdb.dwarf2/implref.exp: Rename to...
12356 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12357 * gdb.dwarf2/implref-array.c: New file.
12358 * gdb.dwarf2/implref-array.exp: Likewise.
12359 * gdb.dwarf2/implref-global.c: Likewise.
12360 * gdb.dwarf2/implref-global.exp: Likewise.
12361 * gdb.dwarf2/implref-struct.c: Likewise.
12362 * gdb.dwarf2/implref-struct.exp: Likewise.
12363
12364 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12365
12366 * gdb.trace/trace-condition.exp: Add 64bit tests.
12367
12368 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12369
12370 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12371 bits types.
12372 (main): Adapt to 8 to 64 bits types.
12373 * gdb.trace/trace-condition.exp: Add new tests.
12374
12375 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12376
12377 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12378
12379 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12380
12381 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12382 Move condition tests...
12383 * gdb.trace/trace-condition.exp: Here.
12384
12385 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12386
12387 * gdb.trace/trace-condition.exp: Add counter-case tests.
12388
12389 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12390
12391 PR c++/15231
12392 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12393 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12394
12395 2016-05-27 Pedro Alves <palves@redhat.com>
12396
12397 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12398 New procedure.
12399 (top level): Call it, and bail out of DejaGnu is known to be bad.
12400
12401 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12402
12403 * gdb.base/whatis.c: Extend the test case.
12404 * gdb.base/whatis.exp: Add additional tests.
12405
12406 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12407
12408 * gdb.fortran/type.f90: Add pointer variable.
12409 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12410
12411 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12412
12413 * gdb.fortran/vla-type.exp: Fix testcase name.
12414
12415 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12416
12417 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12418
12419 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12420
12421 * gdb.fortran/type.f90: Add nested structures.
12422 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12423 * gdb.fortran/derived-type.exp: Adapt expected output.
12424 * gdb.fortran/vla-type.exp: Adapt expected output.
12425
12426 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12427
12428 * gdb.fortran/whatis_type.exp: Adapt expected output.
12429
12430 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12431
12432 * gdb.fortran/print_type.exp: Fix expected output.
12433 * gdb.fortran/whatis_type.exp: Fix expected output.
12434
12435 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12436
12437 * gdb.fortran/whatis_type.exp: Use multi_line.
12438
12439 2016-05-24 Tom Tromey <tom@tromey.com>
12440
12441 PR python/17386:
12442 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12443 use value as an index.
12444
12445 2016-05-23 Tom Tromey <tom@tromey.com>
12446
12447 PR python/17981:
12448 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12449 no-breakpoint case.
12450
12451 2016-05-24 Pedro Alves <palves@redhat.com>
12452
12453 PR gdb/19828
12454 * gdb.threads/clone-attach-detach.c: New file.
12455 * gdb.threads/clone-attach-detach.exp: New file.
12456
12457 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12458
12459 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12460
12461 2016-05-23 Tom Tromey <tom@tromey.com>
12462
12463 PR python/19438, PR python/18393:
12464 * gdb.python/py-progspace.exp: Add "dir" test.
12465 * gdb.python/py-objfile.exp: Add "dir" test.
12466
12467 2016-05-23 Yao Qi <yao.qi@linaro.org>
12468
12469 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12470 * gdb.arch/thumb2-it.exp: Likewise.
12471
12472 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12473
12474 * gdb.mi/mi-threads-interrupt.c: New file.
12475 * gdb.mi/mi-threads-interrupt.exp: New file.
12476
12477 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12478
12479 PR gdb/18077
12480 * gdb.mi/mi-async-run.exp: New file.
12481 * gdb.mi/mi-async-run.c: New file.
12482
12483 2016-05-17 Tom Tromey <tom@tromey.com>
12484 Manish Goregaokar <manishsmail@gmail.com>
12485
12486 * lib/rust-support.exp: New file.
12487 * lib/gdb.exp (skip_rust_tests): New proc.
12488 (build_executable_from_specs): Handle rust.
12489 * lib/future.exp (gdb_find_rustc): New proc.
12490 (gdb_default_target_compile): Handle rust.
12491 * gdb.rust/expr.exp: New file.
12492 * gdb.rust/generics.exp: New file.
12493 * gdb.rust/generics.rs: New file.
12494 * gdb.rust/methods.exp: New file.
12495 * gdb.rust/methods.rs: New file.
12496 * gdb.rust/modules.exp: New file.
12497 * gdb.rust/modules.rs: New file.
12498 * gdb.rust/simple.exp: New file.
12499 * gdb.rust/simple.rs: New file.
12500
12501 2016-05-17 Tom Tromey <tom@tromey.com>
12502
12503 * gdb.base/default.exp (set language): Add rust.
12504
12505 2016-05-17 Tom Tromey <tom@tromey.com>
12506
12507 * gdb.gdb/unittest.exp: New file.
12508
12509 2016-05-16 Yao Qi <yao.qi@linaro.org>
12510
12511 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12512 shell_prompt. Update shell_prompt_re.
12513
12514 2016-05-12 Doug Evans <dje@google.com>
12515
12516 PR symtab/19999
12517 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12518 $options when building executable.
12519 * gdb.dwarf2/fission-loclists-pie.S: New file.
12520 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12521
12522 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12523
12524 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12525 of [is_remote target],
12526
12527 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12528
12529 * lib/gdb.exp (use_gdb_stub): New procedure.
12530
12531 2016-05-03 Yunlian Jiang <yunlian@google.com>
12532 Doug Evans <dje@google.com>
12533
12534 PR symtab/19914
12535 * gdb.dwarf2/dwp-sepdebug.c: New file.
12536 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12537
12538 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * gdb.base/detach.exp: Remove is_remote check.
12541
12542 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12543
12544 * gdb.base/annota-input-while-running.exp: Don't check for
12545 [is_remote target]. Enable annotations after running to main.
12546 Remove unused "set test..." line.
12547
12548 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12549
12550 * gdb.trace/trace-enable-disable.exp: New file.
12551 * gdb.trace/trace-enable-disable.c: New file.
12552
12553 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12554
12555 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12556 use it in info sharedlibrary test.
12557 * gdb.trace/ftrace-lock.exp: Likewise.
12558 * gdb.trace/ftrace.exp: Likewise.
12559 * gdb.trace/range-stepping.exp: Likewise.
12560 * gdb.trace/trace-break.exp: Likewise.
12561 * gdb.trace/trace-condition.exp: Likewise.
12562 * gdb.trace/trace-mt.exp: Likewise.
12563
12564 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12565
12566 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12567 (gdb_load_shlib): ... this.
12568 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12569 gdb_load_shlib.
12570 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12571 * gdb.base/ctxobj.exp: Likewise.
12572 * gdb.base/dprintf-pending.exp: Likewise.
12573 * gdb.base/dso2dso.exp: Likewise.
12574 * gdb.base/fixsection.exp: Likewise.
12575 * gdb.base/gcore-relro.exp: Likewise.
12576 * gdb.base/gdb1555.exp: Likewise.
12577 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12578 * gdb.base/gnu-ifunc.exp: Likewise.
12579 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12580 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12581 * gdb.base/pending.exp: Likewise.
12582 * gdb.base/print-file-var.exp: Likewise.
12583 * gdb.base/print-symbol-loading.exp: Likewise.
12584 * gdb.base/shlib-call.exp: Likewise.
12585 * gdb.base/shreloc.exp: Likewise.
12586 * gdb.base/so-impl-ld.exp: Likewise.
12587 * gdb.base/solib-disc.exp: Likewise.
12588 * gdb.base/solib-nodir.exp: Likewise.
12589 * gdb.base/solib-overlap.exp: Likewise.
12590 * gdb.base/solib-symbol.exp: Likewise.
12591 * gdb.base/solib-weak.exp (do_test): Likewise.
12592 * gdb.base/sym-file.exp: Likewise.
12593 * gdb.base/symtab-search-order.exp: Likewise.
12594 * gdb.base/type-opaque.exp: Likewise.
12595 * gdb.base/unload.exp: Likewise.
12596 * gdb.base/watchpoint-solib.exp: Likewise.
12597 * gdb.compile/compile.exp: Likewise.
12598 * gdb.cp/gdb2384.exp: Likewise.
12599 * gdb.cp/infcall-dlopen.exp: Likewise.
12600 * gdb.cp/re-set-overloaded.exp: Likewise.
12601 * gdb.fortran/library-module.exp: Likewise.
12602 * gdb.opt/solib-intra-step.exp: Likewise.
12603 * gdb.python/py-finish-breakpoint.exp: Likewise.
12604 * gdb.python/py-shared.exp: Likewise.
12605 * gdb.reverse/solib-precsave.exp: Likewise.
12606 * gdb.reverse/solib-reverse.exp: Likewise.
12607 * gdb.server/solib-list.exp: Likewise.
12608 * gdb.threads/dlopen-libpthread.exp: Likewise.
12609 * gdb.threads/tls-shared.exp: Likewise.
12610 * gdb.threads/tls-so_extern.exp: Likewise.
12611 * gdb.trace/change-loc.exp: Likewise.
12612 * gdb.trace/ftrace-lock.exp: Likewise.
12613 * gdb.trace/ftrace.exp: Likewise.
12614 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12615 * gdb.trace/pending.exp: Likewise.
12616 * gdb.trace/range-stepping.exp: Likewise.
12617 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12618 (strace_info_marker): Likewise.
12619 (strace_probe_marker): Likewise.
12620 (strace_trace_on_same_addr): Likewise.
12621 (strace_trace_on_diff_addr): Likewise.
12622 * gdb.trace/trace-break.exp: Likewise.
12623 * gdb.trace/trace-condition.exp: Likewise.
12624 * gdb.trace/trace-mt.exp: Likewise.
12625
12626 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12627
12628 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12629 result of gdb_remote_download.
12630 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12631 * gdb.base/dso2dso.exp: Likewise.
12632 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12633 * gdb.base/print-file-var.exp: Likewise.
12634 * gdb.base/shlib-call.exp: Likewise.
12635 * gdb.base/shreloc.exp: Likewise.
12636 * gdb.base/solib-overlap.exp: Likewise.
12637 * gdb.base/solib-weak.exp (do_test): Likewise.
12638 * gdb.base/unload.exp: Likewise.
12639
12640 2016-04-27 Yao Qi <yao.qi@linaro.org>
12641
12642 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12643 exists.
12644
12645 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12646
12647 * vla-type.exp: Print structure from toplevel.
12648
12649 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12650
12651 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12652 of dynamic types.
12653 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12654 of dynamic types.
12655
12656 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12657
12658 * gdb.fortran/vla-type.f90: New file.
12659 * gdb.fortran/vla-type.exp: New file.
12660
12661 2016-04-25 Yao Qi <yao.qi@linaro.org>
12662
12663 * gdb.base/branch-to-self.c: New file.
12664 * gdb.base/branch-to-self.exp: New file.
12665
12666 2016-04-22 Yao Qi <yao.qi@linaro.org>
12667
12668 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12669 more after $hex.
12670
12671 2016-04-22 Yao Qi <yao.qi@linaro.org>
12672
12673 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12674 * gdb.base/annota3.exp: Likewise.
12675
12676 2016-04-22 Yao Qi <yao.qi@linaro.org>
12677
12678 * gdb.reverse/step-precsave.exp: Do one step and test program
12679 stops in "callee" and do multiple steps until program goes out
12680 of "callee".
12681 * gdb.reverse/step-reverse.exp: Likewise.
12682
12683 2016-04-22 Yao Qi <yao.qi@linaro.org>
12684
12685 * gdb.trace/signal.exp: Also pass if
12686 $tracepoint_hits($i) > $iterations.
12687
12688 2016-04-22 Yao Qi <yao.qi@linaro.org>
12689
12690 * gdb.trace/signal.c: New file.
12691 * gdb.trace/signal.exp: New file.
12692
12693 2016-04-19 Doug Evans <xdje42@gmail.com>
12694
12695 * gdb.base/bad-file.exp: New file.
12696
12697 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12698
12699 * gdb.dwarf2/implref.exp: New file.
12700
12701 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12702
12703 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12704 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12705 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12706 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12707 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12708 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12709 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12710 * lib/fortran.exp (fortran_int4): New procedure.
12711 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12712 (fortran_logical4): Likewise.
12713
12714 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12715
12716 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12717
12718 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12719
12720 * lib/compiler.c: Add Intel specific preprocessor macros.
12721 * lib/compiler.cc: Likewise.
12722
12723 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12724
12725 * gdb.server/connect-with-no-symbol-file.c: New file.
12726 * gdb.server/connect-with-no-symbol-file.exp: New file.
12727
12728 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12729
12730 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12731
12732 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12733
12734 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12735 standard output directory.
12736
12737 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12738
12739 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12740
12741 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12742
12743 * gdb.btrace/instruction_history.c (loop): Add declaration.
12744
12745 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12746
12747 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12748
12749 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12750
12751 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12752 parentheses to print.
12753 (continue_handler): Likewise.
12754
12755 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12756
12757 * gdb.server/solib-list.exp: Remove is_remote check.
12758 Pass shlib= to gdb_compile. Don't link shared library with
12759 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12760 Run binary filename through "readlink -f" on the target.
12761
12762 2016-04-08 Pedro Alves <palves@redhat.com>
12763
12764 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12765 interpreter filename as argument to gdbserver_spawn.
12766 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12767 Return empty if $last_loaded_file does not exist.
12768
12769 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12770
12771 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12772 * gdb.base/jit-main.c: Use exit after usage.
12773
12774 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12775
12776 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12777 GDBHISTSIZE prior to the tests.
12778 * gdb.base/gdbinit-history.exp: Likewise.
12779
12780 2016-04-07 Pedro Alves <palves@redhat.com>
12781
12782 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12783 instead of build_executable. Use gdb_load_shlibs.
12784
12785 2016-04-07 Yao Qi <yao.qi@linaro.org>
12786
12787 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12788 Execute "si" command.
12789
12790 2016-04-07 Yao Qi <yao.qi@linaro.org>
12791
12792 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12793 number instead of the comments on some line.
12794
12795 2016-04-06 Don Breazeal <donb@codesourcery.com>
12796
12797 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12798 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12799
12800 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12801
12802 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12803 standard_output_file. Remove unused binfile variable.
12804
12805 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12806
12807 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12808 * gdb.python/py-mi-objfile.exp: Match "list main" output
12809 in console format.
12810
12811 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12812
12813 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12814 absolute.
12815
12816 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12817
12818 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12819 absolute.
12820 * gdb.trace/ftrace.exp: Likewise.
12821 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12822 targets as well.
12823 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12824 (gdb_load_shlibs): Copy libraries to test directory when testing
12825 natively. Only set solib-search-path if testing remotely.
12826 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12827
12828 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12829
12830 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12831 gdb_download. Use it even if the target is not remote.
12832 * gdb.base/jit.exp (compile_jit_test): Likewise.
12833 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12834 output directory if the destination board is local, otherwise use
12835 the standard remote_download from DejaGnu.
12836 (gdb_download): Remove.
12837 (gdb_load_shlibs): Use gdb_remote_download instead of
12838 gdb_download.
12839 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12840 Use gdb_remote_download instead of gdb_download. Use it even if
12841 the target is not remote.
12842 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12843 instead of gdb_download.
12844
12845 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12846
12847 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12848 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12849 run.
12850
12851 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12852
12853 PR gdb/19820
12854 * gdb.base/printcmds.exp: Add artificial arrays tests.
12855
12856 2016-03-31 Pedro Alves <palves@redhat.com>
12857
12858 PR gdb/19858
12859 * gdb.base/jit-main.c: Include unistd.h.
12860 (ATTACH): Define to 0 if not already defined.
12861 (wait_for_gdb, mypid): New globals.
12862 (WAIT_FOR_GDB): New macro.
12863 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12864 some breakpoint locations.
12865 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12866 New procedures.
12867 (one_jit_test): Add REATTACH parameter, and handle it. Use
12868 continue_to_test_location.
12869 (top level): Test attach, and adjusts calls to one_jit_test.
12870
12871 2016-03-31 Pedro Alves <palves@redhat.com>
12872
12873 PR gdb/19858
12874 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12875 BINSUFFIX parameter, and handle it.
12876 (top level): Adjust calls compile_jit_test.
12877
12878 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12879
12880 PR python/19743
12881 * gdb.python/py-mi-events-gdb.py: New file.
12882 * gdb.python/py-mi-events.c: New file.
12883 * gdb.python/py-mi-events.exp: New file.
12884
12885 2016-03-30 Yao Qi <yao.qi@linaro.org>
12886
12887 * gdb.reverse/until-precsave.exp: Match function name only.
12888 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12889 Move malloc to a condition block.
12890 * gdb.reverse/until-reverse.exp: Match function name only.
12891
12892 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12893
12894 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12895 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12896 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12897 variable for GPR 0 instead of assuming it is register 0.
12898 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12899 * lib/trace-support.exp: Add s390 registers.
12900
12901 2016-03-29 Yao Qi <yao.qi@linaro.org>
12902
12903 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12904
12905 2016-03-24 Yao Qi <yao.qi@linaro.org>
12906
12907 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12908 test message.
12909
12910 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12911
12912 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12913 maintaining separate logic for constructing the output path.
12914
12915 2016-03-16 Don Breazeal <donb@codesourcery.com>
12916
12917 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12918 Retry fork and waitpid on interrupted system call errors.
12919 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12920 Use with_timeout_factor to increase timeout by factor of 10.
12921
12922 2016-03-15 Don Breazeal <donb@codesourcery.com>
12923
12924 * gdb.cp/scope-err.cc: New test program.
12925 * gdb.cp/scope-err.exp: New test script.
12926 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12927 lines and "set breakpoint here" comment.
12928 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12929 Fixed some whitespace and format issues.
12930 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12931 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12932
12933 2016-03-15 Doug Evans <dje@google.com>
12934
12935 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12936 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12937 All callers updated. Add tests for enums, mixed flags register.
12938
12939 2016-03-15 Doug Evans <dje@google.com>
12940
12941 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12942 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12943
12944 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12945
12946 * gdb.base/default.exp: Add $_as_string to the list of expected
12947 convenience functions.
12948
12949 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12950
12951 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12952
12953 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12954
12955 * gdb.python/py-as-string.exp: New file.
12956 * gdb.python/py-as-string.c: New file.
12957
12958 2016-03-09 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12961 signal" -> "Thread NN received signal" output change.
12962 * gdb.threads/ia64-sigill.exp: Likewise.
12963 * gdb.threads/linux-dp.exp: Likewise.
12964 * gdb.threads/manythreads.exp: Likewise.
12965 * gdb.threads/pending-step.exp: Likewise.
12966 * gdb.threads/print-threads.exp: Likewise.
12967 * gdb.threads/sigstep-threads.exp: Likewise.
12968 * gdb.threads/staticthreads.exp: Likewise.
12969 * gdb.threads/tls.exp: Likewise.
12970
12971 2016-03-09 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.base/command-line-input.exp: New file.
12974
12975 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12976
12977 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12978 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12979 * gdb.trace/pending.exp: Accept leading dot before function name.
12980 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12981 * lib/trace-support.exp: Set registers for ppc.
12982
12983 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12984
12985 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12986 use it for disassembly; accept .main in addition to main in backtrace.
12987
12988 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
12989 Marcin Kościelnicki <koriakin@0x04.net>
12990
12991 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12992 (gdb_recursion_test_ptr): New global variable.
12993 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12994 gdb_recursion_test.
12995 (gdb_c_test): Ditto.
12996
12997 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12998
12999 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13000 ordering.
13001
13002 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13003
13004 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13005 (bar): Add bar_start_lbl label.
13006 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13007 of foo/bar for emitting DWARF and tracing.
13008
13009 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13010
13011 * analyze-racy-logs.py: Set executable bit.
13012
13013 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13014
13015 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13016 (CHECK_TARGET_TMP): Likewise.
13017 (check-single-racy): New rule.
13018 (check-parallel-racy): Likewise.
13019 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13020 (do-check-parallel-racy): New rule.
13021 (check-racy/%.exp): Likewise.
13022 * README (Racy testcases): New section.
13023 * analyze-racy-logs.py: New file.
13024
13025 2016-03-03 Doug Evans <dje@google.com>
13026
13027 * gdb.base/skip.exp: Use with_test_prefix.
13028
13029 2016-03-03 Yao Qi <yao.qi@linaro.org>
13030
13031 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13032 Invoke step_over_syscall "clone" and break_cond_on_syscall
13033 "clone".
13034 * gdb.base/step-over-clone.c: New file.
13035
13036 2016-03-03 Yao Qi <yao.qi@linaro.org>
13037
13038 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13039 code format.
13040
13041 2016-03-03 Yao Qi <yao.qi@linaro.org>
13042
13043 * gdb.base/disp-step-fork.c: Rename to ...
13044 * gdb.base/step-over-fork.c: ... it. New file.
13045 * gdb.base/disp-step-vfork.c: Rename to ...
13046 * gdb.base/step-over-vfork.c: ... it. New file.
13047 * gdb.base/disp-step-syscall.exp: Rename to ...
13048 * gdb.base/step-over-syscall.exp: ... it. New file.
13049 (disp_step_cross_syscall): Rename to ...
13050 (step_over_syscall): ... it.
13051
13052 2016-03-03 Yao Qi <yao.qi@linaro.org>
13053
13054 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13055 If target supports condition evaluation on target, invoke
13056 break_cond_on_syscall for fork and vfork.
13057
13058 2016-03-03 Yao Qi <yao.qi@linaro.org>
13059
13060 * gdb.base/disp-step-syscall.exp: Don't invoke
13061 support_displaced_stepping.
13062 (disp_step_cross_syscall): Test with displaced stepping off and
13063 on if supported.
13064
13065 2016-03-03 Yao Qi <yao.qi@linaro.org>
13066
13067 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13068 proc.
13069 (setup): New proc.
13070 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13071 and setup.
13072
13073 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13074
13075 * gdb.fortran/vla-history.exp: Remove breakpoint.
13076
13077 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13078
13079 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13080 exceeds timeout.
13081
13082 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13083
13084 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13085 breakpoint.
13086
13087 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13088
13089 * gdb.mi/vla.f90: Nullify pointer after declaration.
13090
13091 2016-03-01 Pedro Alves <palves@redhat.com>
13092
13093 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13094
13095 2016-03-01 Pedro Alves <palves@redhat.com>
13096
13097 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13098 before anything else.
13099 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13100 _GNU_SOURCE here.
13101 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13102 before anything else.
13103 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13104
13105 2016-03-01 Pedro Alves <palves@redhat.com>
13106
13107 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13108
13109 2016-03-01 Yao Qi <yao.qi@linaro.org>
13110
13111 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13112 prepare_for_testing.
13113
13114 2016-03-01 Yao Qi <yao.qi@linaro.org>
13115
13116 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13117
13118 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13119
13120 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13121 manually constructing the output path.
13122
13123 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13124
13125 * gdb.arch/s390-stackless.S: New.
13126 * gdb.arch/s390-stackless.exp: New.
13127
13128 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13129
13130 * gdb.dlang/circular.c: New file.
13131 * gdb.dlang/circular.exp: New file.
13132
13133 2016-02-26 Yao Qi <yao.qi@linaro.org>
13134
13135 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13136 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13137 (testcases): Update.
13138
13139 2016-02-26 Yao Qi <yao.qi@linaro.org>
13140
13141 * gdb.reverse/aarch64.c: Rename to ...
13142 * gdb.reverse/insn-reverse.c: ... it.
13143 * gdb.reverse/aarch64.exp: Rename to ...
13144 * gdb.reverse/insn-reverse.exp: ... it.
13145
13146 2016-02-26 Yao Qi <yao.qi@linaro.org>
13147
13148 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13149 (testcase_ftype): New.
13150 (testcases): New array.
13151 (n_testcases): New.
13152 (main): Call each element in testcases.
13153 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13154 (read_testcase): New.
13155 Do the tests in a loop.
13156
13157 2016-02-25 Yao Qi <yao.qi@linaro.org>
13158
13159 * gdb.base/branches.c: Remove.
13160
13161 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13162
13163 PR gdb/13808
13164 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13165
13166 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13167
13168 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13169
13170 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13171
13172 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13173 change x86_64 call_insn to 'callq'.
13174
13175 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13176
13177 * gdb.trace/tfile-avx.c: Move to...
13178 * gdb.trace/tracefile-pseudo-reg.c: Here.
13179 * gdb.trace/tfile-avx.exp: Move to...
13180 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13181
13182 2016-02-24 Gary Benson <gbenson@redhat.com>
13183
13184 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13185 message on attach.
13186
13187 2016-02-23 Doug Evans <dje@google.com>
13188
13189 * gdb.base/skip.c (test_skip): New function.
13190 (end_test_skip_file_and_function): New function.
13191 (test_skip_file_and_function): New function.
13192 * gdb.base/skip1.c (test_skip): New function.
13193 (skip1_test_skip_file_and_function): New function.
13194 * gdb.base/skip.exp: Add tests for new skip options.
13195 * gdb.base/skip-solib.exp: Update expected output.
13196 * gdb.perf/skip-command.cc: New file.
13197 * gdb.perf/skip-command.exp: New file.
13198 * gdb.perf/skip-command.py: New file.
13199
13200 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13201
13202 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13203 info registers pattern.
13204
13205 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13206
13207 * lib/future.exp: Add D support.
13208 (gdb_find_gdc): New proc.
13209 (gdb_default_target_compile): Add D support.
13210
13211 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13212
13213 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13214 user+system time.
13215 (trace_speed_test): Determine the iteration count for a time
13216 between 15..30 seconds.
13217
13218 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13219
13220 * gdb.arch/i386-mpx-sigsegv.c: New file.
13221 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13222 * gdb.arch/i386-mpx-simple_segv.c: New file.
13223 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13224
13225 2016-02-18 Yao Qi <yao.qi@linaro.org>
13226
13227 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13228 Don't call setup_kfail.
13229
13230 2016-02-18 Yao Qi <yao.qi@linaro.org>
13231
13232 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13233 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13234
13235 2016-02-16 Doug Evans <dje@google.com>
13236
13237 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13238 * gdb.base/skip1.c: Ditto.
13239 * gdb.base/skip.exp: Whitespace cleanup.
13240
13241 2016-02-16 Don Breazeal <donb@codesourcery.com>
13242
13243 PR remote/19496
13244 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13245 Remove kfail for PR remote/19496.
13246
13247 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13248
13249 * lib/gdb.exp (standard_temp_file): Return a path specific to
13250 the runtest invocation.
13251
13252 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13253
13254 * gdb.trace/save-trace.exp: Change relative path to be in the
13255 standard output directory.
13256
13257 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13258
13259 * gdb.arch/i386-prologue.c: Add missing prototypes.
13260
13261 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13262
13263 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13264 * gdb.arch/i386-prologue.exp: Likewise.
13265 * gdb.arch/i386-size.exp: Likewise.
13266
13267 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13268
13269 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13270 define object file path.
13271 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13272 file path.
13273 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13274 standard_output_file to define binfile.
13275
13276 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13277
13278 Fix compatibility with recent gfortran-5.3.1.
13279 * gdb.fortran/vla-history.exp (print vla1 allocated)
13280 (print vla2 allocated, print $2, print $3): Remove
13281 (print $4): Rename to ...
13282 (print $2): ... here.
13283 (print $9): Rename to ...
13284 (print $5): ... here.
13285 (print $10): Rename to ...
13286 (print $6): ... here.
13287 * gdb.fortran/vla.f90: Add pvla initialization.
13288
13289 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13290
13291 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13292 New test.
13293 * gdb.fortran/vla-value-sub.exp: Likewise.
13294
13295 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13296
13297 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13298
13299 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13300
13301 * i386-biarch-core.exp: Define corefile using
13302 standard_output_file.
13303
13304 2016-02-12 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.arch/arm-single-step-kernel-helper.c: New.
13307 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13308
13309 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13310
13311 * gdb.btrace/tailcall-only.exp: New.
13312 * gdb.btrace/tailcall-only.c: New.
13313 * gdb.btrace/x86_64-tailcall-only.S: New.
13314 * gdb.btrace/i686-tailcall-only.S: New.
13315
13316 2016-02-11 Pedro Alves <palves@redhat.com>
13317
13318 * README (Parallel testing): Add missing double quotes.
13319
13320 2016-02-11 Pedro Alves <palves@redhat.com>
13321
13322 * README (Parallel testing): New section.
13323 (GDB_PARALLEL): Rewrite.
13324 (FORCE_PARALLEL): Document.
13325
13326 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13327
13328 * gdb.trace/tfile-avx.c: New test.
13329 * gdb.trace/tfile-avx.exp: New test.
13330
13331 2016-02-09 Keith Seitz <keiths@redhat.com>
13332
13333 PR breakpoints/19546
13334 * gdb.base/infcall-exec.c: New file.
13335 * gdb.base/infcall-exec2.c: New file.
13336 * gdb.base/infcall-exec.exp: New file.
13337
13338 2016-02-09 Keith Seitz <keiths@redhat.com>
13339
13340 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13341 (toplevel): Call test_bkpt_address.
13342
13343 2016-02-09 Keith Seitz <keiths@redhat.com>
13344
13345 PR python/19506
13346 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13347 (toplevel): Call test_bkpt_address.
13348
13349 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13350
13351 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13352 to AC_OUTPUT.
13353 * configure: Regenerate.
13354
13355 2016-02-09 Pedro Alves <palves@redhat.com>
13356
13357 PR breakpoints/19548
13358 * gdb.base/execl-update-breakpoints.c (some_function): New
13359 function.
13360 (main): Call it.
13361 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13362 Tighten expected GDB output.
13363
13364 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13365
13366 * Makefile.in (ALL_SUBDIRS): Remove.
13367 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13368 (distclean maintainer-clean realclean): Likewise.
13369 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13370 * configure: Regenerate.
13371 * gdb.ada/Makefile.in: Delete.
13372 * gdb.arch/Makefile.in: Likewise.
13373 * gdb.asm/Makefile.in: Likewise.
13374 * gdb.base/Makefile.in: Likewise.
13375 * gdb.btrace/Makefile.in: Likewise.
13376 * gdb.cell/Makefile.in: Likewise.
13377 * gdb.compile/Makefile.in: Likewise.
13378 * gdb.cp/Makefile.in: Likewise.
13379 * gdb.disasm/Makefile.in: Likewise.
13380 * gdb.dlang/Makefile.in: Likewise.
13381 * gdb.dwarf2/Makefile.in: Likewise.
13382 * gdb.fortran/Makefile.in: Likewise.
13383 * gdb.gdb/Makefile.in: Likewise.
13384 * gdb.go/Makefile.in: Likewise.
13385 * gdb.guile/Makefile.in: Likewise.
13386 * gdb.java/Makefile.in: Likewise.
13387 * gdb.linespec/Makefile.in: Likewise.
13388 * gdb.mi/Makefile.in: Likewise.
13389 * gdb.modula2/Makefile.in: Likewise.
13390 * gdb.multi/Makefile.in: Likewise.
13391 * gdb.objc/Makefile.in: Likewise.
13392 * gdb.opencl/Makefile.in: Likewise.
13393 * gdb.opt/Makefile.in: Likewise.
13394 * gdb.pascal/Makefile.in: Likewise.
13395 * gdb.perf/Makefile.in: Likewise.
13396 * gdb.python/Makefile.in: Likewise.
13397 * gdb.reverse/Makefile.in: Likewise.
13398 * gdb.server/Makefile.in: Likewise.
13399 * gdb.stabs/Makefile.in: Likewise.
13400 * gdb.threads/Makefile.in: Likewise.
13401 * gdb.trace/Makefile.in: Likewise.
13402 * gdb.xml/Makefile.in: Likewise.
13403 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13404 GDB_PARALLEL.
13405 (standard_output_file): Remove check for GDB_PARALLEL, always
13406 return path in outputs/$subdir/$testname.
13407
13408 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13409
13410 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13411 (site.exp): Assign abs_srcdir to tcl's srcdir.
13412
13413 2016-02-04 Yao Qi <yao.qi@linaro.org>
13414
13415 * gdb.base/foll-exec-mode.c: Include limits.h.
13416 (main): Add parameters argc and argv. Get directory from
13417 argv[0].
13418 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13419 compilation.
13420 * gdb.base/foll-exec.c: Include limits.h.
13421 (main): Add parameters argc and argv.
13422 Get directory from argv[0].
13423 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13424 Adjust tests on the number of lines as source code changed.
13425 * gdb.base/foll-vfork-exit.c: Include limits.h.
13426 (main): Add one line of statement before vfork.
13427 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13428 (main): Add parameters argc and argv. Get directory from
13429 argv[0].
13430 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13431 (setup_gdb): Set tbreak to skip some source lines.
13432 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13433 (main): Add parameters argc and argv. Get directory from
13434 argv[0].
13435 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13436 compilation.
13437 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13438 (main): Add parameters argc and argv. Get directory from
13439 argv[0].
13440 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13441 compilation.
13442
13443 2016-02-01 Doug Evans <dje@google.com>
13444
13445 * gdb.base/skip.exp: Clean up multiple references to same test name.
13446
13447 2016-02-01 Pedro Alves <palves@redhat.com>
13448
13449 PR remote/19496
13450 * gdb.threads/forking-threads-plus-breakpoint.exp
13451 (displaced_stepping_supported): New global.
13452 (probe_displaced_stepping_support): New procedure.
13453 (do_test): Add 'displaced' parameter, and use it.
13454 (top level): Check for displaced stepping support. Add displaced
13455 stepping on/off testing axis.
13456
13457 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13458
13459 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13460 pointer. Don't perform further tests on the unassociated pointer
13461 if the first test fails.
13462
13463 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13464
13465 * gdb.base/max-value-size.c: New file.
13466 * gdb.base/max-value-size.exp: New file.
13467 * gdb.base/huge.exp: Disable max-value-size for this test.
13468
13469 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13470
13471 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13472
13473 2016-01-28 Yao Qi <yao.qi@linaro.org>
13474
13475 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13476
13477 2016-01-25 Pedro Alves <palves@redhat.com>
13478
13479 PR threads/19461
13480 * gdb.base/fork-running-state.c: New file.
13481 * gdb.base/fork-running-state.exp: New file.
13482
13483 2016-01-25 Pedro Alves <palves@redhat.com>
13484
13485 PR gdb/19494
13486 * gdb.base/catch-fork-kill.c: New file.
13487 * gdb.base/catch-fork-kill.exp: New file.
13488
13489 2016-01-25 Pedro Alves <palves@redhat.com>
13490
13491 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13492 Delete, moved to lib/gdb.exp.
13493 * gdb.threads/forking-threads-plus-breakpoint.exp
13494 (foreach_with_prefix): Likewise.
13495 * gdb.threads/process-dies-while-handling-bp.exp
13496 (foreach_with_prefix): Likewise.
13497 * lib/gdb.exp (foreach_with_prefix): New procedure.
13498
13499 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13500
13501 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13502 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13503
13504 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13505
13506 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13507 endian targets.
13508
13509 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13510 Pedro Alves <palves@redhat.com>
13511
13512 Fix testsuite compatibility with Guile.
13513 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13514 number.
13515
13516 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13517
13518 Fix testsuite compatibility with Guile.
13519 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13520 (thread 1): New test for backtrace through signal handler.
13521
13522 2016-01-22 Yao Qi <yao.qi@linaro.org>
13523
13524 PR testsuite/19491
13525 * gdb.base/multi-forks.c: Include
13526 ../lib/unbuffer_output.c
13527 (main): Call gdb_unbuffer_output.
13528
13529 2016-01-21 Doug Evans <dje@google.com>
13530
13531 * lib/ada.exp (gdb_compile_ada): Fix typo.
13532
13533 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13534
13535 * gdb.base/break-fun-addr.exp: New file.
13536 * gdb.base/break-fun-addr1.c: New file.
13537 * gdb.base/break-fun-addr2.c: New file.
13538
13539 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13540
13541 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13542 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13543 enum flag values.
13544
13545 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13546
13547 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13548 when GDB can not set the vector return value. Add more comments
13549 for clarification.
13550
13551 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13552
13553 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13554 command.
13555
13556 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13559
13560 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13561
13562 * Makefile.in (check-single): Pass --status to runtest.
13563 (check/%.exp): Likewise.
13564
13565 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13566
13567 * Makefile.in (check-parallel): Propagate return code from make
13568 do-check-parallel.
13569
13570 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13571
13572 * gdb.trace/ftrace.exp: Fix expected message on continue.
13573 * gdb.trace/pending.exp: Fix expected message on continue.
13574 * gdb.trace/trace-break.exp: Fix expected message on continue.
13575
13576 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13577
13578 * lib/gdb.exp (gdb_test): Remove unused global references.
13579
13580 2016-01-18 Pedro Alves <palves@redhat.com>
13581
13582 * gdb.base/async-shell.exp: Adjust expected output.
13583 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13584 * gdb.base/siginfo-thread.exp: Adjust expected output.
13585 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13586 * gdb.java/jnpe.exp: Adjust expected output.
13587 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13588 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13589 * gdb.threads/leader-exit.exp: Adjust expected output.
13590 * gdb.threads/manythreads.exp: Adjust expected output.
13591 * gdb.threads/pthreads.exp: Adjust expected output.
13592 * gdb.threads/schedlock.exp: Adjust expected output.
13593 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13594 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13595 expected output.
13596 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13597 output.
13598 * gdb.threads/sigthread.exp: Adjust expected output.
13599 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13600
13601 2016-01-18 Yao Qi <yao.qi@linaro.org>
13602
13603 * gdb.guile/scm-section-script.c: Replace @progbits with
13604 %progbits.
13605 * gdb.python/py-section-script.c: Likewise.
13606
13607 2016-01-15 Pedro Alves <palves@redhat.com>
13608
13609 * gdb.multi/tids.exp: Test star wildcard ranges.
13610
13611 2016-01-15 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13614 command from "thread apply" invocation.
13615 (thr_apply_info_thr_invalid): Default the expected output to the
13616 input tid list.
13617 (top level): Add tests that use convenience variables. Add tests
13618 for "thread apply" with a valid TID list, but missing the command.
13619
13620 2016-01-13 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.base/default.exp: Expect $_gthread as well.
13623 * gdb.multi/tids.exp: Test $_gthread.
13624 * gdb.threads/thread-specific.exp: Test $_gthread.
13625
13626 2016-01-13 Pedro Alves <palves@redhat.com>
13627
13628 * gdb.multi/tids.exp: Test "info threads -gid".
13629
13630 2016-01-13 Pedro Alves <palves@redhat.com>
13631
13632 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13633 Breakpoint.thread.
13634 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13635
13636 2016-01-07 Pedro Alves <palves@redhat.com>
13637
13638 * gdb.base/break.exp: Adjust to output changes.
13639 * gdb.base/hbreak2.exp: Likewise.
13640 * gdb.base/sepdebug.exp: Likewise.
13641 * gdb.base/watch_thread_num.exp: Likewise.
13642 * gdb.linespec/keywords.exp: Likewise.
13643 * gdb.multi/info-threads.exp: Likewise.
13644 * gdb.threads/thread-find.exp: Likewise.
13645 * gdb.multi/tids.c: New file.
13646 * gdb.multi/tids.exp: New file.
13647
13648 2016-01-13 Pedro Alves <palves@redhat.com>
13649
13650 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13651
13652 2016-01-13 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.base/default.exp: Expect $_inferior as well.
13655 * gdb.multi/base.exp: Test $_inferior.
13656
13657 2016-01-13 Pedro Alves <palves@redhat.com>
13658
13659 PR breakpoints/19388
13660 * gdb.base/catch-signal-siginfo-cond.c: New file.
13661 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13662
13663 2016-01-12 Josh Stone <jistone@redhat.com>
13664 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13665
13666 * gdb.base/catch-syscall.c (do_execve): New variable.
13667 (main): Conditionally trigger an execve.
13668 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13669 (test_catch_syscall_execve): New, check entry/return across execve.
13670 (do_syscall_tests): Call test_catch_syscall_execve.
13671
13672 2016-01-12 Pedro Alves <palves@redhat.com>
13673
13674 * gdb.base/random-signal.exp (do_test): New procedure, with body
13675 of testcase moved in.
13676
13677 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13678 Pedro Alves <palves@redhat.com>
13679
13680 * gdb.base/funcargs.exp (finish from indirectly called function):
13681 Reintroduce the case for 'First'.
13682
13683 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13684 Pedro Alves <palves@redhat.com>
13685
13686 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13687 (tcatch_vfork_then_child_follow_exec)
13688 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13689 identification.
13690
13691 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13692
13693 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13694 and repeats to unlimited.
13695 * gdb.python/py-value.exp: Likewise.
13696 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13697 and repeats to unlimited.
13698
13699 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13700
13701 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13702 and reordering the functions.
13703 * gdb.multi/hangout.c: Likewise.
13704 * gdb.multi/hello.c: Likewise.
13705
13706 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13707
13708 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13709 absolute.
13710 (SingleStatisticTestResult.report): Use dict.keys instead of
13711 dict.iterkeys.
13712
13713 2016-01-06 Pedro Alves <palves@redhat.com>
13714
13715 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13716
13717 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13718
13719 * gdb.btrace/dlopen.exp: New.
13720 * gdb.btrace/dlopen.c: New.
13721 * gdb.btrace/dlopen-dso.c: New.
13722
13723 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13724
13725 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13726 PATTERN argument is optional.
13727
13728 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13729
13730 * lib/ada.exp (target_compile_ada_from_dir): New function.
13731 (gdb_compile_ada): Reimplement avoiding the use of project files.
13732 * gdb.ada/gnat_ada.gpr: Delete.
13733 * gdb.ada/cond_lang.exp: Adjust test to make path before
13734 filename optional.
13735 * gdb.ada/small_reg_param.exp: Likewise.
13736
13737 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13738
13739 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13740
13741 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13742
13743 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13744 case.
13745
13746 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13747
13748 * gdb.base/break.exp: Remove dead code.
13749 * gdb.base/sepdebug.exp: Likewise.
13750
13751 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13752
13753 * gdb.asm/asm-source.exp: Remove HP-UX references.
13754 * gdb.base/annota1.exp: Likewise.
13755 * gdb.base/annota3.exp: Likewise.
13756 * gdb.base/attach.exp: Likewise.
13757 * gdb.base/bigcore.exp: Likewise.
13758 * gdb.base/break.exp: Likewise.
13759 * gdb.base/call-ar-st.exp: Likewise.
13760 * gdb.base/callfuncs.exp: Likewise.
13761 * gdb.base/catch-fork-static.exp: Likewise.
13762 * gdb.base/display.exp: Likewise.
13763 * gdb.base/foll-exec-mode.exp: Likewise.
13764 * gdb.base/foll-exec.exp: Likewise.
13765 * gdb.base/foll-fork.exp: Likewise.
13766 * gdb.base/foll-vfork.exp: Likewise.
13767 * gdb.base/funcargs.exp: Likewise.
13768 * gdb.base/hbreak2.exp: Likewise.
13769 * gdb.base/inferior-died.exp: Likewise.
13770 * gdb.base/interrupt.exp: Likewise.
13771 * gdb.base/multi-forks.exp: Likewise.
13772 * gdb.base/nodebug.exp: Likewise.
13773 * gdb.base/sepdebug.exp: Likewise.
13774 * gdb.base/solib1.c: Likewise.
13775 * gdb.base/step-test.exp: Likewise.
13776 * gdb.mi/non-stop.c: Likewise.
13777 * gdb.mi/pthreads.c: Likewise.
13778 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13779 * gdb.threads/pthreads.c: Likewise.
13780 * gdb.threads/staticthreads.exp: Likewise.
13781 * lib/future.exp: Likewise.
13782 * lib/gdb.exp: Likewise.
13783 * gdb.base/so-indr-cl.c: Remove.
13784 * gdb.base/so-indr-cl.exp: Likewise.
13785 * gdb.base/solib.c: Likewise.
13786 * gdb.base/solib.exp: Likewise.
13787 * gdb.base/solib2.c: Likewise.
13788
13789 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13790
13791 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13792 * gdb.base/call-ar-st.exp: Likewise.
13793 * gdb.base/callfuncs.exp: Likewise.
13794 * gdb.base/condbreak.exp: Likewise.
13795 * gdb.base/constvars.exp: Likewise.
13796 * gdb.base/hbreak2.exp: Likewise.
13797 * gdb.base/langs.exp: Likewise.
13798 * gdb.base/list.exp: Likewise.
13799 * gdb.base/long_long.exp: Likewise.
13800 * gdb.base/ptype.exp: Likewise.
13801 * gdb.base/scope.exp: Likewise.
13802 * gdb.base/signals.exp: Likewise.
13803 * gdb.base/so-impl-ld.exp: Likewise.
13804 * gdb.base/varargs.exp: Likewise.
13805 * gdb.base/volatile.exp: Likewise.
13806 * gdb.base/whatis.exp: Likewise.
13807 * gdb.cp/cplusfuncs.exp: Likewise.
13808 * gdb.cp/inherit.exp: Likewise.
13809 * gdb.cp/local.exp: Likewise.
13810 * gdb.cp/member-ptr.exp: Likewise.
13811 * gdb.cp/method.exp: Likewise.
13812 * gdb.cp/overload.exp: Likewise.
13813 * gdb.cp/templates.exp: Likewise.
13814 * gdb.stabs/weird.exp: Likewise.
13815 * lib/compiler.c: Likewise.
13816 * lib/compiler.cc: Likewise.
13817 * lib/cp-support.exp: Likewise.
13818 * lib/gdb.exp: Likewise.
13819
13820 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13821
13822 * configure.ac: Remove HP-UX case.
13823 * configure: Regenerate.
13824
13825 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13826
13827 * lib/gdb.exp (gdb_compile): Add function doc.
13828
13829 2015-12-17 Pedro Alves <palves@redhat.com>
13830
13831 PR threads/19354
13832 * gdb.multi/info-threads.exp: New file.
13833
13834 2015-12-15 Yao Qi <yao.qi@linaro.org>
13835
13836 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13837 is aarch64*-*-*.
13838
13839 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13840
13841 * gdb.base/history-duplicates.exp: Skip if no readline support.
13842
13843 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13844
13845 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13846
13847 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13848
13849 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13850
13851 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13852
13853 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13854 ctrl-C if nointerrupts target property is set.
13855 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13856 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13857 * gdb.base/paginate-bg-execution.exp: Likewise.
13858 * gdb.base/paginate-execution-startup.exp: Likewise.
13859 * gdb.base/random-signal.exp: Likewise.
13860 * gdb.base/range-stepping.exp: Likewise.
13861 * gdb.cp/annota2.exp: Likewise.
13862 * gdb.cp/annota3.exp: Likewise.
13863 * gdb.gdb/selftest.exp: Likewise.
13864 * gdb.threads/continue-pending-status.exp: Likewise.
13865 * gdb.threads/leader-exit.exp: Likewise.
13866 * gdb.threads/manythreads.exp: Likewise.
13867 * gdb.threads/pthreads.exp: Likewise.
13868 * gdb.threads/schedlock.exp: Likewise.
13869 * gdb.threads/sigthread.exp: Likewise.
13870
13871 2015-12-11 Don Breazeal <donb@codesourcery.com>
13872
13873 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13874 remote.
13875 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13876 * gdb.base/foll-exec.exp (main): Enable for target remote.
13877 * gdb.base/foll-fork.exp (main): Likewise.
13878 * gdb.base/foll-vfork.exp (main): Likewise.
13879 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13880 (proc continue_to_exit_bp_loc): Use clean_restart.
13881 * gdb.base/pie-execl.exp (main): Disable for target remote.
13882 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13883 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13884 * gdb.threads/execl.exp (main): Likewise.
13885 * gdb.threads/fork-child-threads.exp (main): Likewise.
13886 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13887 remote.
13888 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13889 remote.
13890 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13891 pid.tid style ptids, instead of just tid.
13892 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13893 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13894 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13895 ptids, instead of just tid.
13896
13897 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13898
13899 * gdb.base/list.exp (test_list_forward): Add end of file error
13900 test.
13901 (test_repeat_list_command): Add end of file error test.
13902 (test_list_backwards): Add beginning of file error test.
13903
13904 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13905
13906 * gdb.base/list.exp (test_list_invalid_args): New function,
13907 defined, and called.
13908
13909 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13910
13911 * gdb.base/list.exp (test_list): Make test names unique.
13912
13913 2015-12-11 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.base/coremaker2.c: Remove.
13916
13917 2015-12-10 Pedro Alves <palves@redhat.com>
13918
13919 * gdb.multi/base.exp: Remove stale "spaces" references.
13920
13921 2015-12-10 Pedro Alves <palves@redhat.com>
13922
13923 * gdb.multi/base.exp: Don't use nowarnings.
13924 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13925 * gdb.multi/hangout.c: Include stdio.h.
13926 * gdb.multi/hello.c: Include stdlib.h.
13927 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13928 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13929 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13930
13931 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13932
13933 * gdb.dwarf2/dw2-ranges-base.c: New file.
13934 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13935 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13936 support additional line table, and debug ranges generation.
13937 (Dwarf::ranges): New function, generate .debug_ranges.
13938 (Dwarf::lines): Support generating simple line table programs.
13939 (Dwarf::assemble): Initialise new namespace variables.
13940
13941 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13942
13943 * gdb.base/async.exp (proc test_background): Add case for
13944 asynchronous execution not supported.
13945
13946 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13947
13948 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13949 format and change test names to make them unique.
13950
13951 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13952 Pedro Alves <pedro@redhat.com>
13953
13954 PR gdb/18702
13955 Add checking of floatformats setup on x86_64 hosts.
13956 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13957 (smallval, bigval): New labels/constants.
13958 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13959 float" after loading bigval and smallval.
13960
13961 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13962
13963 * gdb.ada/fun_overload_menu.exp: New testcase.
13964 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13965
13966 2015-12-04 Josh Stone <jistone@redhat.com>
13967
13968 * gdb.base/catch-fork-static.exp: New.
13969
13970 2015-12-03 Yao Qi <yao.qi@linaro.org>
13971
13972 * gdb.base/sizeof.c: Don't include stdio.h and
13973 ../lib/unbuffer_output.c.
13974 (main): New variable 'size' and 'value'. Remove printf and
13975 gdb_unbuffer_output. Assign return value to size and value.
13976 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13977 at the beginning.
13978 (check_sizeof): Check the result by printing variable 'size'.
13979 (check_valueof): Check the result by printing variable 'value'.
13980
13981 2015-12-01 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13984 for aarch64*-*-linux* target.
13985
13986 2015-11-30 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13989
13990 2015-11-30 Pedro Alves <palves@redhat.com>
13991
13992 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13993 Handle non-stop mode vCont replies.
13994
13995 2015-11-30 Pedro Alves <palves@redhat.com>
13996
13997 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13998 prepare_for_testing. Start gdb with "set non-stop on" appended to
13999 GDBFLAGS. Lax expected stop output.
14000
14001 2015-11-27 Yao Qi <yao.qi@linaro.org>
14002
14003 * gdb.arch/arm-neon.exp: New.
14004 * gdb.arch/arm-neon.c: New.
14005
14006 2015-11-27 Yao Qi <yao.qi@linaro.org>
14007
14008 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14009
14010 2015-11-27 Yao Qi <yao.qi@linaro.org>
14011
14012 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14013 frames-invalid annotation.
14014
14015 2015-11-27 Yao Qi <yao.qi@linaro.org>
14016
14017 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14018
14019 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14020
14021 * gdb.threads/names.exp: New file.
14022 * gdb.threads/names.c: New file.
14023 * README: Mention gdb,no_thread_names.
14024
14025 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14026
14027 PR 19297
14028 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14029 support" error.
14030
14031 2015-11-24 Pedro Alves <palves@redhat.com>
14032
14033 PR 17539
14034 * gdb.base/display.exp: Expect displays to be sorted in ascending
14035 order. Use multi_line.
14036 * gdb.base/solib-display.exp: Likewise.
14037
14038 2015-11-24 Pedro Alves <palves@redhat.com>
14039
14040 PR 17539
14041 * gdb.base/display.exp: Expect displays to be sorted in ascending
14042 order. Use multi_line.
14043 * gdb.base/solib-display.exp: Likewise.
14044
14045 2015-11-24 Pedro Alves <palves@redhat.com>
14046
14047 PR 17539
14048 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14049 threads in ascending order.
14050 * gdb.base/foll-fork.exp: Likewise.
14051 * gdb.base/foll-vfork.exp: Likewise.
14052 * gdb.base/multi-forks.exp: Likewise.
14053 * gdb.mi/mi-nonstop.exp: Likewise.
14054 * gdb.mi/mi-nsintrall.exp: Likewise.
14055 * gdb.multi/base.exp: Likewise.
14056 * gdb.multi/multi-arch.exp: Likewise.
14057 * gdb.python/py-inferior.exp: Likewise.
14058 * gdb.threads/break-while-running.exp: Likewise.
14059 * gdb.threads/execl.exp: Likewise.
14060 * gdb.threads/gcore-thread.exp: Likewise.
14061 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14062 * gdb.threads/kill.exp: Likewise.
14063 * gdb.threads/linux-dp.exp: Likewise.
14064 * gdb.threads/multiple-step-overs.exp: Likewise.
14065 * gdb.threads/next-bp-other-thread.exp: Likewise.
14066 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14067 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14068 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14069 * gdb.threads/thread-find.exp: Likewise.
14070 * gdb.threads/tls.exp: Likewise.
14071 * lib/mi-support.exp (mi_reverse_list): Delete.
14072 (mi_check_thread_states): No longer reverse list.
14073
14074 2015-11-24 Pedro Alves <palves@redhat.com>
14075
14076 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14077 use lowercase.
14078
14079 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14080
14081 * gdb.trace/actions.c: Include trace-common.h.
14082 (main): Add a location for a fast tracepoint.
14083 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14084 the normal tracepoints.
14085 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14086
14087 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14088
14089 * save-trace.exp: Factor out code to these...
14090 (gdb_save_tracepoints): New.
14091 (gdb_load_tracepoints): New.
14092 (do_save_load_test): New.
14093
14094 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14095
14096 * gdb.base/asmlabel.exp: New test.
14097 * gdb.base/asmlabel.c: New test case.
14098
14099 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14100
14101 * gdb.base/wrong_frame_bt_full-main.c: New file.
14102 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14103 * gdb.base/wrong_frame_bt_full.exp: New file.
14104
14105 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14106
14107 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14108
14109 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14110
14111 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14112 pstate register when comparing registers values in
14113 sparc64-*-linux-gnu targets to avoid spurious differences.
14114
14115 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14116
14117 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14118
14119 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14120
14121 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14122 as type argument to gdb_compile.
14123 * gdb.base/nested-subp2.exp: Likewise.
14124 * gdb.base/nested-subp3.exp: Likewise.
14125
14126 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14127
14128 * lib/dwarf.exp (_note): Fix left shift of negative value.
14129 * gdb.trace/trace-condition.exp: Likewise.
14130
14131 2015-11-13 Yao Qi <yao.qi@linaro.org>
14132
14133 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14134 comments about d10v.
14135 (test_scalar_returns): Likewise.
14136 * gdb.base/d10v.ld: Remove.
14137 * gdb.base/overlays.exp: Remove the target triplet checking for
14138 d10v-*-*.
14139 * gdb.base/structs.exp (test_struct_returns): Remove the
14140 comments about d10v.
14141 (test_struct_calls): Likewise.
14142
14143 2015-11-13 Yao Qi <yao.qi@linaro.org>
14144
14145 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14146 * gdb.base/gnu_vector.c: Don't include stdio.h.
14147 (main): Don't print res and call add_some_intvecs.
14148
14149 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14150
14151 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14152 macro.
14153 (func5): Removed.
14154 (func4): Use FAST_TRACEPOINT_LABEL.
14155 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14156 macro.
14157 (func): Removed.
14158 (thread_function): Use FAST_TRACEPOINT_LABEL.
14159 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14160 (func): Remove.
14161 (marker): Use FAST_TRACEPOINT_LABEL.
14162 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14163 (pendfunc1): Remove.
14164 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14165 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14166 (foo): Remove.
14167 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14168 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14169 macro.
14170 (func): Remove.
14171 (marker): Use FAST_TRACEPOINT_LABEL.
14172 * gdb.trace/trace-common.h: New header.
14173 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14174 macro.
14175 (func): Remove.
14176 (marker): Use FAST_TRACEPOINT_LABEL.
14177 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14178 (func): Remove.
14179 (thread_function): Use FAST_TRACEPOINT_LABEL.
14180
14181 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14182
14183 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14184 in front.
14185 * gdb.trace/change-loc.exp: Use global pcreg definition.
14186 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14187 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14188 in front.
14189 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14190 * gdb.trace/pending.exp: Likewise.
14191 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14192 * gdb.trace/trace-break.exp: Likewise.
14193 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14194 in front.
14195 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14196 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14197 in front.
14198 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14199
14200 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14201
14202 * gdb.ada/fin_fun_out: New testcase.
14203
14204 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14205
14206 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14207 value associated with DW_AT_byte_size.
14208 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14209 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14210 DW_AT_upper_bound.
14211
14212 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14213
14214 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14215 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14216 version.
14217 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14218 gdb.dwarf2/dw2-canonicalize-type.exp,
14219 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14220 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14221 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14222 provided by gdb_target_symbol_prefix_flags_asm.
14223 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14224 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14225 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14226 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14227 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14228 macros where needed). Use this macro for symbols which require
14229 the prefix provided by SYMBOL_PREFIX.
14230
14231 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14232
14233 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14234 New procs.
14235 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14236 representing expressions, of more than one list element.
14237 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14238 to prepend linker symbol prefix to f.
14239 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14240 table_1 and table_2.
14241 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14242 Likewise, for f and g.
14243 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14244 for ptr.
14245 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14246 for main.
14247 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14248 table_1_ptr and table_2_ptr.
14249
14250 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14251 Joel Brobecker <brobecker@adacore.com>
14252
14253 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14254
14255 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14256
14257 * gdb.reverse/s390-mvcle.c: New test.
14258 * gdb.reverse/s390-mvcle.exp: New file.
14259 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14260
14261 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14262
14263 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14264
14265 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14266
14267 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14268 reaching marker2.
14269 * gdb.reverse/getresuid-reverse.exp: Likewise.
14270 * gdb.reverse/pipe-reverse.exp: Likewise.
14271 * gdb.reverse/readv-reverse.exp: Likewise.
14272 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14273 * gdb.reverse/time-reverse.exp: Likewise.
14274 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14275
14276 2015-10-30 Yao Qi <yao.qi@linaro.org>
14277
14278 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14279 (empty_cycle): Remove.
14280 (main): Don't call empty_cycle. Don't use watch_count_done.
14281 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14282 empty_cycle. Rewrite the code counting HW watchpoints.
14283
14284 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14285
14286 * gdb.reverse/fstatat-reverse.c: New test.
14287 * gdb.reverse/fstatat-reverse.exp: New file.
14288 * gdb.reverse/getresuid-reverse.c: New test.
14289 * gdb.reverse/getresuid-reverse.exp: New file.
14290 * gdb.reverse/pipe-reverse.c: New test.
14291 * gdb.reverse/pipe-reverse.exp: New file.
14292 * gdb.reverse/readv-reverse.c: New test.
14293 * gdb.reverse/readv-reverse.exp: New file.
14294 * gdb.reverse/recvmsg-reverse.c: New test.
14295 * gdb.reverse/recvmsg-reverse.exp: New file.
14296 * gdb.reverse/time-reverse.c: New test.
14297 * gdb.reverse/time-reverse.exp: New file.
14298 * gdb.reverse/waitpid-reverse.c: New test.
14299 * gdb.reverse/waitpid-reverse.exp: New file.
14300
14301 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14302
14303 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14304
14305 2015-10-26 Doug Evans <dje@google.com>
14306
14307 PR symtab/17391
14308 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14309 * gdb.dwarf2/bad-regnum.c: New file.
14310 * gdb.dwarf2/bad-regnum.exp: New file.
14311
14312 2015-10-26 Doug Evans <dje@google.com>
14313
14314 PR python/18938
14315 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14316 file.
14317
14318 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14319
14320 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14321 for a change by "Mention language in compile error message".
14322
14323 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14324
14325 PR python/18073
14326 * gdb.python/py-type.c (C::a_method): New.
14327 (C::a_const_method): New.
14328 (C::a_static_method): New.
14329 (a_function): New.
14330 * gdb.python/py-type.exp (test_fields): Test getting fields
14331 from function and method.
14332
14333 2015-10-21 Keven Boell <keven.boell@intel.com>
14334
14335 * gdb.fortran/vla-alloc-assoc.exp: New file.
14336 * gdb.fortran/vla-datatypes.exp: New file.
14337 * gdb.fortran/vla-datatypes.f90: New file.
14338 * gdb.fortran/vla-history.exp: New file.
14339 * gdb.fortran/vla-ptype-sub.exp: New file.
14340 * gdb.fortran/vla-ptype.exp: New file.
14341 * gdb.fortran/vla-sizeof.exp: New file.
14342 * gdb.fortran/vla-sub.f90: New file.
14343 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14344 * gdb.fortran/vla-value-sub-finish.exp: New file.
14345 * gdb.fortran/vla-value-sub.exp: New file.
14346 * gdb.fortran/vla-value.exp: New file.
14347 * gdb.fortran/vla-ptr-info.exp: New file.
14348 * gdb.mi/mi-vla-fortran.exp: New file.
14349 * gdb.mi/vla.f90: New file.
14350
14351 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14352
14353 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14354 of hardwired timeout value.
14355
14356 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14357 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14360 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14361
14362 2015-10-19 Josh Stone <jistone@redhat.com>
14363
14364 * gdb.base/catch-syscall.c: Include <sched.h>.
14365 (unknown_syscall): New variable.
14366 (main): Trigger a vfork and an unknown syscall.
14367 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14368 (unknown_syscall_number): Likewise.
14369 (check_call_to_syscall): Accept an optional syscall pattern.
14370 (check_return_from_syscall): Likewise.
14371 (check_continue): Likewise.
14372 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14373 (test_catch_syscall_skipping_return): New test toggling off 'catch
14374 syscall' to step over the syscall return, then toggling back on.
14375 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14376 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14377 (do_syscall_tests): Call test_catch_syscall_without_args and
14378 test_catch_syscall_mid_vfork.
14379 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14380 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14381
14382 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14383
14384 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14385 print g_vE): Add new pass patterns.
14386 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14387 print various symbol names for vptr fields.
14388
14389 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14390
14391 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14392 results.
14393
14394 2015-10-12 Yao Qi <yao.qi@linaro.org>
14395
14396 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14397
14398 2015-10-12 Yao Qi <yao.qi@linaro.org>
14399
14400 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14401 is aarch64*-*-linux*.
14402
14403 2015-10-12 Yao Qi <yao.qi@linaro.org>
14404
14405 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14406 (can_relocate_bcond_true): ... it.
14407 (can_relocate_bcond_false): New function.
14408 (foo): Likewise.
14409 (can_relocate_bl): Likewise.
14410 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14411 can_relocate_bl.
14412
14413 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14414
14415 * gdb.base/nested-addr.c: New file.
14416 * gdb.base/nested-addr.exp: New testcase.
14417
14418 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14419
14420 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14421 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14422 its output. Ignore the output of "record goto begin" and instead
14423 check that GDB is replaying.
14424
14425 2015-10-09 Pedro Alves <palves@redhat.com>
14426
14427 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14428 (top level): Use it in the run with no args test.
14429
14430 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14431
14432 * gdb.dlang/properties.exp: New file.
14433
14434 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14435
14436 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14437 whether or not address 0x1000 is mapped on the target.
14438
14439 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14440
14441 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14442 build.
14443
14444 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14445
14446 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14447 instruction-history test.
14448
14449 2015-09-28 Doug Evans <dje@google.com>
14450
14451 * gdb.base/gcore.c (array_func): Add reference to static_array.
14452
14453 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14454
14455 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14456 source line.
14457
14458 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14459
14460 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14461 short or char as base type.
14462
14463 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14464
14465 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14466 to allow any size enum.
14467
14468 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14469
14470 * gdb.ada/array_ptr_renaming.exp: New testcase.
14471 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14472 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14473
14474 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14475
14476 * gdb.trace/ftrace-lock.c: New file.
14477 * gdb.trace/ftrace-lock.exp: New file.
14478
14479 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14480
14481 * gdb.arch/insn-reloc.c: New file.
14482 * gdb.arch/ftrace-insn-reloc.exp: New file.
14483
14484 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14485
14486 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14487 instruction.
14488 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14489 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14490 * gdb.trace/range-stepping.c: Likewise.
14491 * gdb.trace/trace-break.c: Likewise.
14492 * gdb.trace/trace-mt.c (thread_function): Likewise.
14493 * gdb.trace/ftrace.c (marker): Likewise.
14494 * gdb.trace/trace-condition.c (marker): Likewise.
14495 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14496 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14497 is_aarch64_target.
14498
14499 2015-09-18 Doug Evans <xdje42@gmail.com>
14500
14501 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14502 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14503
14504 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14505
14506 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14507 the breakpoint.
14508
14509 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14510
14511 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14512 the pending breakpoint. Remove timeout override for "Run till
14513 MI pending breakpoint on pendfunc3 on thread 2" test.
14514
14515 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14516
14517 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14518 filename pattern.
14519
14520 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14521
14522 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14523 in breakpoint filename pattern.
14524
14525 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14526
14527 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14528
14529 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14530
14531 * gdb.linespec/explicit.exp: Check for readline support for
14532 tab-completion tests. Fix obvious typo.
14533
14534 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14535
14536 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14537 and replay.
14538
14539 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14540
14541 * gdb.btrace/non-stop.c: New.
14542 * gdb.btrace/non-stop.exp: New.
14543
14544 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14545 Yao Qi <yao.qi@linaro.org>
14546
14547 * gdb.trace/trace-condition.c: New file.
14548 * gdb.trace/trace-condition.exp: New file.
14549
14550 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14551
14552 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14553 for testing bytecode compilation.
14554
14555 2015-09-16 Pedro Alves <palves@redhat.com>
14556 Sandra Loosemore <sandra@codesourcery.com>
14557
14558 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14559 (SECONDS): Redefine.
14560 (main): Call pthread_kill and alarm early.
14561 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14562 support.
14563 (test): If the target can't hardware step and doesn't support
14564 displaced stepping, increase the timeout.
14565
14566 2015-09-16 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14569 (enable_debug): New procedures.
14570 (test): Use them. Bail out if waiting for threads fails.
14571 (top level): Bail out if a test fails.
14572
14573 2015-09-16 Yao Qi <yao.qi@linaro.org>
14574
14575 * gdb.asm/asm-source.exp: Set asm-arch for
14576 aarch64*-*-* target.
14577 * gdb.asm/aarch64.inc: New file.
14578
14579 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14580
14581 * gdb.ada/array_of_variable_length.exp: New testcase.
14582 * gdb.ada/array_of_variable_length/foo.adb: New file.
14583 * gdb.ada/array_of_variable_length/pck.adb: New file.
14584 * gdb.ada/array_of_variable_length/pck.ads: New file.
14585
14586 2015-09-15 Doug Evans <dje@google.com>
14587
14588 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14589 of function static local variable.
14590
14591 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14592
14593 * gdb.threads/tls-so_extern.exp: New test file.
14594 * gdb.threads/tls-so_extern.c: New test file.
14595 * gdb.threads/tls-so_extern_main.c: New test file.
14596
14597 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14598
14599 * gdb.opt/solib-intra-step-lib.c: New file.
14600 * gdb.opt/solib-intra-step-main.c: New file.
14601 * gdb.opt/solib-intra-step.exp: New file.
14602
14603 2015-09-15 Pedro Alves <palves@redhat.com>
14604
14605 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14606 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14607
14608 2015-09-14 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.base/hook-stop-continue.c: Delete.
14611 * gdb.base/hook-stop-continue.exp: Delete.
14612 * gdb.base/hook-stop-frame.c: Delete.
14613 * gdb.base/hook-stop-frame.exp: Delete.
14614 * gdb.base/hook-stop.c: New file.
14615 * gdb.base/hook-stop.exp: New file.
14616
14617 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14618
14619 * gdb.ada/access_to_packed_array.exp: New testcase.
14620 * gdb.ada/access_to_packed_array/foo.adb: New file.
14621 * gdb.ada/access_to_packed_array/pack.adb: New file.
14622 * gdb.ada/access_to_packed_array/pack.ads: New file.
14623
14624 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14625
14626 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14627 buffer size test.
14628
14629 2015-09-11 Don Breazeal <donb@codesourcery.com>
14630
14631 * gdb.base/foll-exec.c: Add copyright header. Fix
14632 formatting issues.
14633 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14634 (do_exec_tests): Use clean_restart in place of zap_session,
14635 and for test initialization. Fix formatting issues. Use
14636 fail in place of perror.
14637 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14638 an expect statement to match an expression with output from
14639 the program under debug.
14640 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14641 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14642 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14643 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14644 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14645
14646 2015-09-09 Doug Evans <dje@google.com>
14647
14648 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14649
14650 2015-09-09 Doug Evans <dje@google.com>
14651
14652 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14653
14654 2015-09-09 Doug Evans <dje@google.com>
14655
14656 * gdb.base/savedregs.exp: Fix typo.
14657
14658 2015-09-09 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14661
14662 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14663
14664 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14665 command actually switches threads. Give up on remaining
14666 tests if target fails to stop at breakpoint.
14667
14668 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14669
14670 * gdb.ada/funcall_char.exp: New testcase.
14671 * gdb.ada/funcall_char/foo.adb: New file.
14672
14673 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14674
14675 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14676 expected outputs. Add two testcases for completing ambiguous
14677 functions.
14678 * gdb.ada/complete/aux_pck.adb: New file.
14679 * gdb.ada/complete/aux_pck.ads: New file.
14680 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14681 Ambiguous_Func functions.
14682 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14683 * gdb.ada/complete/pck.adb: Likewise.
14684
14685 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14686
14687 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14688 failures to run the test program under GDB.
14689
14690 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14691
14692 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14693 to C.
14694
14695 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14696
14697 * gdb.base/run-after-attach.exp: New test file.
14698 * gdb.base/run-after-attach.c: New test file.
14699
14700 2015-08-26 Don Breazeal <donb@codesourcery.com>
14701
14702 * gdb.base/foll-exec-2.c: New test program.
14703 * gdb.base/foll-exec-2.exp: New test.
14704
14705 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14706
14707 * gdb.base/nested-subp1.exp: New file.
14708 * gdb.base/nested-subp1.c: New file.
14709 * gdb.base/nested-subp2.exp: New file.
14710 * gdb.base/nested-subp2.c: New file.
14711 * gdb.base/nested-subp3.exp: New file.
14712 * gdb.base/nested-subp3.c: New file.
14713
14714 2015-08-24 Pedro Alves <palves@redhat.com>
14715
14716 * gdb.server/connect-without-multi-process.c: New file.
14717 * gdb.server/connect-without-multi-process.exp: New file.
14718
14719 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14720
14721 * gdb.opt/inline-markers.c: Make z int.
14722
14723 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14724
14725 * gdb.opt/inline-markers.c: Make z volatile.
14726
14727 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14728
14729 * gdb.opt/inline-bt.c: New volatile global z.
14730 * gdb.opt/inline-cmds.c: Likewise.
14731 * gdb.opt/inline-locals.c: Likewise.
14732 * gdb.opt/inline-markers.c: New extern global z.
14733 (marker): Use z.
14734 (inline_fn): Likewise.
14735
14736 2015-08-24 Pedro Alves <palves@redhat.com>
14737
14738 * config/m32r-stub.exp: Remove file.
14739 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14740 * gdb.base/call-rt-st.exp: Likewise.
14741 * gdb.base/call-strs.exp: Likewise.
14742 * gdb.base/default.exp: Remove references to h8300-*-hms and
14743 *-*-udi*.
14744 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14745
14746 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14747
14748 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14749 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14750 and "return" use KFAIL when GDB can not read/write the vector
14751 return value.
14752
14753 2015-08-21 Gary Benson <gbenson@redhat.com>
14754
14755 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14756
14757 2015-08-20 Pedro Alves <palves@redhat.com>
14758
14759 * gdb.server/solib-list.exp: No longer expect an interior stop in
14760 non-stop mode.
14761
14762 2015-08-20 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.server/connect-stopped-target.c: New file.
14765 * gdb.server/connect-stopped-target.exp: New file.
14766
14767 2015-08-20 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.dwarf2/comp-unit-lang.exp: New file.
14770 * gdb.dwarf2/comp-unit-lang.c: New file.
14771
14772 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14773
14774 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14775 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14776
14777 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14778
14779 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14780 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14781
14782 2015-08-18 Doug Evans <dje@google.com>
14783 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14784
14785 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14786 skip_python_tests. New arg prompt_regexp.
14787 (skip_python_tests): New function.
14788 * lib/mi-support.exp (mi_skip_python_tests): New function.
14789 * gdb.python/py-mi-objfile-gdb.py: New file.
14790 * gdb.python/py-mi-objfile.c: New file.
14791 * gdb.python/py-mi-objfile.exp: New file.
14792
14793 2015-08-17 Keith Seitz <keiths@redhat.com>
14794
14795 * gdb.linespec/explicit.exp: Move strace test from here ...
14796 * gdb.trace/strace.exp: ... to here.
14797
14798 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14799
14800 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14801 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14802
14803 2015-08-14 Doug Evans <xdje42@gmail.com>
14804
14805 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14806 inferior before selecting a new file.
14807
14808 2015-08-14 Doug Evans <xdje42@gmail.com>
14809
14810 * gdb.mi/mi-disassemble.exp: Update.
14811 * gdb.base/disasm-optim.S: New file.
14812 * gdb.base/disasm-optim.c: New file.
14813 * gdb.base/disasm-optim.h: New file.
14814 * gdb.base/disasm-optim.exp: New file.
14815
14816 2015-08-14 Keith Seitz <keiths@redhat.com>
14817
14818 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14819 "evaluated-by".
14820
14821 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14822
14823 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14824
14825 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14826
14827 * gdb.ada/fun_renaming.exp: New testcase.
14828 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14829 * gdb.ada/fun_renaming/pack.adb: New file.
14830 * gdb.ada/fun_renaming/pack.ads: New file.
14831
14832 2015-08-12 Keith Seitz <keiths@redhat.com>
14833
14834 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14835 gdb_get_line_number.
14836
14837 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14838
14839 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14840 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14841 gdb.base/dso2dso.exp: New files.
14842
14843 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14844 Pedro Alves <palves@redhat.com>
14845 Keith Seitz <keiths@redhat.com>
14846
14847 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14848 GDBFLAGS.
14849
14850 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14851
14852 * gdb.base/gdbhistsize-history.exp
14853 (test_histsize_history_setting): Use save_vars.
14854 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14855 Use save_vars.
14856 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14857 * gdb.base/readline.exp: Use save_vars.
14858
14859 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14860
14861 * lib/gdb.exp (save_vars): New proc.
14862
14863 2015-08-11 Keith Seitz <keiths@redhat.com>
14864
14865 * gdb.base/help.exp: Update help_breakpoint_text.
14866
14867 2015-08-11 Keith Seitz <keiths@redhat.com>
14868
14869 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14870 (at toplevel): Call test_explicit_breakpoints.
14871 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14872 breakpoints.
14873 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14874 breakpoint conditions, "-cond".
14875
14876 2015-08-11 Keith Seitz <keiths@redhat.com>
14877
14878 * gdb.linespec/3explicit.c: New file.
14879 * gdb.linespec/cpexplicit.cc: New file.
14880 * gdb.linespec/cpexplicit.exp: New file.
14881 * gdb.linespec/explicit.c: New file.
14882 * gdb.linespec/explicit.exp: New file.
14883 * gdb.linespec/explicit2.c: New file.
14884 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14885 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14886 before using in the matching pattern.
14887 Clarify that `prefix' is a regular expression.
14888
14889 2015-08-11 Keith Seitz <keiths@redhat.com>
14890
14891 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14892 test.
14893 Add tests for missing ",FMT" and ",".
14894
14895 2015-08-10 Doug Evans <dje@google.com>
14896 Keith Seitz <keiths@redhat.com>
14897
14898 PR gdb/17960
14899 * gdb.base/completion.exp: Add location completer tests.
14900
14901 2015-08-07 Pedro Alves <palves@redhat.com>
14902
14903 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14904 tests here.
14905 (top level): Run do_test with and without displaced stepping.
14906
14907 2015-08-07 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/valgrind-disp-step.c: New file.
14910 * gdb.base/valgrind-disp-step.exp: New file.
14911
14912 2015-08-07 Pedro Alves <palves@redhat.com>
14913
14914 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14915 Delete function.
14916 (main): Add alarm. Run an infinite loop instead of calling
14917 wait_threads.
14918 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14919 comment.
14920 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14921 Delete function.
14922 (main): Add alarm. Run an infinite loop instead of calling
14923 wait_threads.
14924 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14925 comment.
14926
14927 2015-08-07 Pedro Alves <palves@redhat.com>
14928
14929 * gdb.base/checkpoint-ns.exp: New file.
14930 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14931 standard_testfile.
14932
14933 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14934
14935 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14936 * gdb.btrace/instruction_history.exp: Update.
14937 * gdb.btrace/tsx.exp: New.
14938 * gdb.btrace/tsx.c: New.
14939
14940 2015-08-06 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14943 increase timeout.
14944 * gdb.reverse/until-precsave.exp: Bump timeouts.
14945
14946 2015-08-06 Pedro Alves <palves@redhat.com>
14947
14948 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14949
14950 2015-08-06 Pedro Alves <palves@redhat.com>
14951
14952 PR gdb/18749
14953 * gdb.threads/process-dies-while-handling-bp.c: New file.
14954 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14955
14956 2015-08-06 Pedro Alves <palves@redhat.com>
14957
14958 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14959 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14960
14961 2015-08-05 Pedro Alves <palves@redhat.com>
14962
14963 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14964 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14965
14966 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14967
14968 * gdb.base/bp-permanent.exp: Report test as unsupported if
14969 the target cannot stop at the permanent breakpoint.
14970
14971 2015-08-03 Doug Evans <dje@google.com>
14972
14973 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14974 10000.
14975
14976 2015-08-03 Doug Evans <dje@google.com>
14977
14978 * Makefile.in (workers/%.worker, build-perf): New rule.
14979 (GDB_PERFTEST_MODE): New variable.
14980 (check-perf): Use it.
14981 (clean): Clean up gdb.perf parallel build subdirs.
14982 * lib/build-piece.exp: New file.
14983 * lib/gdb.exp (make_gdb_parallel_path): New function
14984 (standard_output_file, standard_temp_file): Call it.
14985 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14986 of $GDB_PARALLEL.
14987 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14988
14989 2015-08-03 Doug Evans <dje@google.com>
14990
14991 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
14992 (LOG_FILE_NAME): New global.
14993 (TextReporter.__init__): Initialize self.txt_sum.
14994 (TextReporter.report): Add support for multiple data-points.
14995 Move report to perftest.sum, put raw data in perftest.log.
14996 (TextReporter.start): Open sum and log files.
14997 (TextReporter.end): Close sum and log files.
14998 * gdb.perf/lib/perftest/testresult.py
14999 (SingleStatisticTestResult.record): Handle multiple data-points.
15000
15001 2015-07-31 Pedro Alves <palves@redhat.com>
15002
15003 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15004 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15005 kill_wait_spawned_process instead of explicit "kill -9".
15006 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15007 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15008 kill_wait_spawned_process.
15009 * gdb.base/attach-twice.exp: Likewise.
15010 * gdb.base/attach.exp: Likewise.
15011 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15012 gdb_test_multiple.
15013 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15014 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15015 kill_wait_spawned_process.
15016 * gdb.base/valgrind-infcall.exp: Likewise.
15017 * gdb.multi/multi-attach.exp: Likewise.
15018 * gdb.python/py-prompt.exp: Likewise.
15019 * gdb.python/py-sync-interp.exp: Likewise.
15020 * gdb.server/ext-attach.exp: Likewise.
15021 * gdb.threads/attach-into-signal.exp (corefunc): Use
15022 spawn_wait_for_attach, spawn_id_get_pid and
15023 kill_wait_spawned_process.
15024 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15025 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15026 spawn_id_get_pid and kill_wait_spawned_process.
15027 * gdb.threads/attach-stopped.exp (corefunc): Use
15028 spawn_wait_for_attach, spawn_id_get_pid and
15029 kill_wait_spawned_process.
15030 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15031 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15032 kill_wait_spawned_process instead of explicit "kill -9".
15033 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15034 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15035 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15036 processes. Don't map cygwin/windows pids here. Now returns a
15037 spawn id list.
15038
15039 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15040
15041 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15042 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15043 correct patch.
15044
15045 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15046
15047 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15048
15049 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15050
15051 Reapply:
15052 2014-05-21 Mark Wielaard <mjw@redhat.com>
15053
15054 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15055
15056 2015-07-30 Pedro Alves <palves@redhat.com>
15057
15058 * linux-low.c (handle_extended_wait): Set the child's last
15059 reported status to TARGET_WAITKIND_STOPPED.
15060
15061 2015-07-30 Pedro Alves <palves@redhat.com>
15062
15063 PR threads/18600
15064 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15065 only shows inferior 1.
15066
15067 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15068 Pedro Alves <palves@redhat.com>
15069
15070 PR threads/18600
15071 * gdb.threads/fork-plus-threads.c: New file.
15072 * gdb.threads/fork-plus-threads.exp: New file.
15073
15074 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15075
15076 * gdb.base/batch-preserve-term-settings.exp
15077 (test_terminal_settings_preserved_after_cli_exit): Use
15078 send_quit_command.
15079
15080 2015-07-29 Pedro Alves <palves@redhat.com>
15081 Don Breazeal <donb@codesourcery.com>
15082
15083 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15084 output from both inferior_spawn_id and gdb_spawn_id.
15085
15086 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15087
15088 * gdb.threads/attach-into-signal.exp (corefunc): Use
15089 with_test_prefix on nested loops, uniquefying the test messages.
15090
15091 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15092
15093 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15094 commit.
15095
15096 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15097
15098 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15099 New proc.
15100 (test_terminal_settings_preserved_after_sigterm): New test.
15101
15102 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15103
15104 * gdb.base/batch-preserve-term-settings.exp
15105 (test_terminal_settings_preserved_after_cli_exit): New test.
15106
15107 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15108
15109 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15110 manipulation of saved_gdbflags.
15111 (test_terminal_settings_preserved): Remove global declaration of
15112 the unused variable pagination_prompt. Remove manipulation of
15113 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15114 GDBFLAGS.
15115
15116 2015-07-29 Pedro Alves <palves@redhat.com>
15117
15118 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15119
15120 2015-07-29 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15123 at the top.
15124
15125 2015-07-29 Pedro Alves <palves@redhat.com>
15126
15127 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15128 (main): Call gdb_unbuffer_output.
15129 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15130 (main): Call gdb_unbuffer_output.
15131 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15132 (main): Call gdb_unbuffer_output.
15133 * gdb.base/call-strs.exp: Adjust to step over the
15134 gdb_unbuffer_output call.
15135 * gdb.base/catch-gdb-caused-signals.c: Include
15136 "../lib/unbuffer_output.c".
15137 (main): Call gdb_unbuffer_output.
15138 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15139 (main): Call gdb_unbuffer_output.
15140 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15141 (main): Call gdb_unbuffer_output.
15142 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15143 (main): Call gdb_unbuffer_output.
15144 * gdb.base/shlib-call.exp: Adjust to step over the
15145 gdb_unbuffer_output call.
15146 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15147 (main): Call gdb_unbuffer_output.
15148 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15149 (main): Call gdb_unbuffer_output.
15150 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15151 (main): Rename to ...
15152 (test): ... this.
15153 (main): Reimplement.
15154 * gdb.base/varargs.exp: Run to test instead of to main.
15155 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15156 (main): Call gdb_unbuffer_output.
15157
15158 2015-07-29 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15161 factore out from mi_continue_dprintf. For call-style dprintfs,
15162 expect dprintf output out of $inferior_spawn_id.
15163 (mi_continue_dprintf): Use mi_expect_dprintf.
15164 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15165 (main): Call gdb_unbuffer_output.
15166
15167 2015-07-29 Pedro Alves <palves@redhat.com>
15168
15169 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15170 (default_mi_gdb_start): Set inferior_spawn_id instead of
15171 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15172 gdb_spawn_id.
15173 (mi_gdb_test): Always expect inferior output from both
15174 $inferior_spawn_id and $gdb_spawn_id.
15175
15176 2015-07-29 Pedro Alves <palves@redhat.com>
15177
15178 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15179 send_inferior and $inferior_spawn_id.
15180
15181 2015-07-29 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.gdb/complaints.exp (test_initial_complaints)
15184 (test_serial_complaints, test_short_complaints): Use
15185 gdb_test_stdio.
15186 (test_empty_complaint): Handle $inferior_spawn_id !=
15187 $gdb_spawn_id.
15188
15189 2015-07-29 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.base/varargs.exp: Use gdb_test_stdio.
15192
15193 2015-07-29 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15196
15197 2015-07-29 Pedro Alves <palves@redhat.com>
15198
15199 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15200
15201 2015-07-29 Pedro Alves <palves@redhat.com>
15202
15203 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15204 parameter into two new parameters, "inf_result" and "gdb_result".
15205 Expect inferior output and gdb output from $inferior_spawn_id and
15206 $gdb_spawn_id, respectively. Adjust all callers.
15207
15208 2015-07-29 Pedro Alves <palves@redhat.com>
15209
15210 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15211 of gdb_test_sequence.
15212
15213 2015-07-29 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15216 (saw_spurious_output): Expect inferior output from
15217 $inferior_spawn_id. Use gdb_test_stdio.
15218
15219 2015-07-29 Pedro Alves <palves@redhat.com>
15220
15221 * gdb.base/dprintf.exp: Use standard_testfile. Change
15222 prepare_for_testing call.
15223 (srcfile): Don't set.
15224 (restart): New procedure.
15225 (test_dprintf): New procecure, use to continue over dprintfs.
15226 (test_call, test_agent): New procedures, tests moved here.
15227 Restart gdb and recreate dprintfs. Adjust expected output.
15228
15229 2015-07-29 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15232
15233 2015-07-29 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15236
15237 2015-07-29 Pedro Alves <palves@redhat.com>
15238
15239 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15240 gdb_test_stdio.
15241
15242 2015-07-29 Pedro Alves <palves@redhat.com>
15243
15244 * lib/gdb.exp (gdb_test_stdio): New procedure.
15245
15246 2015-07-29 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15249
15250 2015-07-29 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/call-signal-resume.exp: Remove check for
15253 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15254 * gdb.base/unwindonsignal.exp: Likewise.
15255 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15256 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15257
15258 2015-07-29 Pedro Alves <palves@redhat.com>
15259
15260 * gdb.base/siginfo-addr.c (pass): New function.
15261 (handler): Call it iff si_addr is correct.
15262 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15263 Set a breakpoint at "pass" and continue to it.
15264
15265 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15266
15267 * gdb.python/py-objfile.exp: Make some tests have unique names.
15268 * gdb.python/py-pp-registration.exp: Likewise.
15269
15270 2015-07-28 Pedro Alves <palves@redhat.com>
15271
15272 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15273
15274 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15275
15276 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15277
15278 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15279
15280 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15281
15282 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15283
15284 * gdb.base/gdb-sigterm-2.exp: New test.
15285
15286 2015-07-25 Doug Evans <xdje42@gmail.com>
15287
15288 Revert:
15289 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15290 (workers/%.worker, build-perf): New rule.
15291 (GDB_PERFTEST_MODE): New variable.
15292 (check-perf): Use it.
15293 (clean): Clean up gdb.perf parallel build subdirs.
15294 * lib/build-piece.exp: New file.
15295 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15296 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15297 name.
15298 (standard_temp_file): Ditto.
15299 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15300 of $GDB_PARALLEL.
15301
15302 2015-07-24 Doug Evans <dje@google.com>
15303
15304 * gdb.perf/lib/perftest/utils.py: New file.
15305 * gdb.perf/gm-hello.cc: New file.
15306 * gdb.perf/gm-pervasive-typedef.cc: New file.
15307 * gdb.perf/gm-pervasive-typedef.h: New file.
15308 * gdb.perf/gm-std.cc: New file.
15309 * gdb.perf/gm-std.h: New file.
15310 * gdb.perf/gm-use-cerr.cc: New file.
15311 * gdb.perf/gm-utils.h: New file.
15312 * gdb.perf/gmonster-null-lookup.py: New file.
15313 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15314 * gdb.perf/gmonster-print-cerr.py: New file.
15315 * gdb.perf/gmonster-ptype-string.py: New file.
15316 * gdb.perf/gmonster-runto-main.py: New file.
15317 * gdb.perf/gmonster-select-file.py: New file.
15318 * gdb.perf/gmonster1-null-lookup.exp: New file.
15319 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15320 * gdb.perf/gmonster1-print-cerr.exp: New file.
15321 * gdb.perf/gmonster1-ptype-string.exp: New file.
15322 * gdb.perf/gmonster1-runto-main.exp: New file.
15323 * gdb.perf/gmonster1-select-file.exp: New file.
15324 * gdb.perf/gmonster1.cc: New file.
15325 * gdb.perf/gmonster1.exp: New file.
15326 * gdb.perf/gmonster2-null-lookup.exp: New file.
15327 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15328 * gdb.perf/gmonster2-print-cerr.exp: New file.
15329 * gdb.perf/gmonster2-ptype-string.exp: New file.
15330 * gdb.perf/gmonster2-runto-main.exp: New file.
15331 * gdb.perf/gmonster2-select-file.exp: New file.
15332 * gdb.perf/gmonster2.cc: New file.
15333 * gdb.perf/gmonster2.exp: New file.
15334
15335 2015-07-24 Doug Evans <dje@google.com>
15336
15337 * gdb.perf/README: New file.
15338 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15339 * lib/gen-perf-test.exp: New file.
15340
15341 2015-07-24 Doug Evans <dje@google.com>
15342
15343 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15344 (PerfTest::startup): New function.
15345 (PerfTest::run): Return result of calling body.
15346 (PerfTest::assemble): Rewrite.
15347 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15348 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15349 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15350 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15351 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15352
15353 2015-07-24 Doug Evans <dje@google.com>
15354
15355 * lib/gdb.exp (clean_restart): Make executable optional.
15356
15357 2015-07-24 Doug Evans <dje@google.com>
15358
15359 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15360 compiler_info references.
15361 * gdb.cp/temargs.exp: Ditto.
15362 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15363 (get_compiler_info): Early exit if already computed. Set compiler_info
15364 to "unknown" if there was a problem.
15365 (test_compiler_info): Add function comment. Call get_compiler_info.
15366
15367 2015-07-24 Doug Evans <dje@google.com>
15368
15369 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15370 (workers/%.worker, build-perf): New rule.
15371 (GDB_PERFTEST_MODE): New variable.
15372 (check-perf): Use it.
15373 (clean): Clean up gdb.perf parallel build subdirs.
15374 * lib/build-piece.exp: New file.
15375 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15376 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15377 name.
15378 (standard_temp_file): Ditto.
15379 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15380 of $GDB_PARALLEL.
15381
15382 2015-07-24 Doug Evans <dje@google.com>
15383
15384 * lib/future.exp (gdb_default_target_compile): New option
15385 "early_flags".
15386 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15387 --as-needed.
15388
15389 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15390
15391 * gdb.base/catch-syscall.exp: Call gdb_exit before
15392 gdb_skip_xml_test.
15393
15394 2015-07-24 Pedro Alves <palves@redhat.com>
15395
15396 * gdb.python/py-events.exp: Accept output between the stop event
15397 and the prompt.
15398 * gdb.python/py-evsignal.exp: Likewise.
15399 * gdb.python/py-evthreads.exp: Likewise.
15400
15401 2015-07-24 Pedro Alves <palves@redhat.com>
15402
15403 PR gdb/18717
15404 * gdb.threads/non-ldr-exit.c: New file.
15405 * gdb.threads/non-ldr-exit.exp: New file.
15406
15407 2015-07-24 Yao Qi <yao.qi@linaro.org>
15408
15409 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15410 restarting process.
15411
15412 2015-07-24 Yao Qi <yao.qi@linaro.org>
15413
15414 * gdb.server/ext-restart.exp: New file.
15415
15416 2015-07-24 Yao Qi <yao.qi@linaro.org>
15417
15418 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15419 argument options.
15420 * gdb.server/ext-wrapper.exp: New file.
15421
15422 2015-07-23 Doug Evans <dje@google.com>
15423
15424 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15425 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15426
15427 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15428
15429 * gdb.ada/var_arr_typedef.exp: New testcase.
15430 * gdb.ada/var_arr_typedef/pack.adb: New file.
15431 * gdb.ada/var_arr_typedef/pack.ads: New file.
15432 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15433
15434 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15435
15436 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15437
15438 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15439
15440 * gdb.arch/i386-biarch-core.exp: Replace istarget
15441 by "complete set gnutarget". Remove expectation for the "core-file"
15442 command.
15443
15444 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15445
15446 Revert the previous commit:
15447 Tests for validate symbol file using build-id.
15448
15449 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15450
15451 Tests for validate symbol file using build-id.
15452 * gdb.base/solib-mismatch-lib.c: New file.
15453 * gdb.base/solib-mismatch-libmod.c: New file.
15454 * gdb.base/solib-mismatch.c: New file.
15455 * gdb.base/solib-mismatch.exp: New file.
15456
15457 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15458
15459 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15460 nios2-*-linux*.
15461 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15462 * gdb.base/siginfo.exp: Likewise.
15463 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15464
15465 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15466
15467 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15468 Move it to ...
15469 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15470 ... here.
15471 * gdb.trace/range-stepping.exp: Check that the target supports
15472 range stepping.
15473
15474 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15475
15476 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15477
15478 2015-07-14 Pedro Alves <palves@redhat.com>
15479
15480 * gdb.base/killed-outside.exp: New file.
15481 * gdb.base/killed-outside.c: New file.
15482
15483 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15484
15485 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15486 (n at main): New.
15487 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15488
15489 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15490
15491 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15492 infcall tests instead of setting up for KFAIL.
15493
15494 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15495
15496 * gdb.btrace/record_goto-step.exp: New.
15497
15498 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15499
15500 PR compile/18484
15501 * gdb.compile/compile.c (struct struct_type): Add volatile to
15502 selffield's type.
15503 * gdb.compile/compile.exp
15504 (compile code struct_object.selffield = &struct_object): Skip further
15505 struct_object tests if this one xfails.
15506
15507 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15508
15509 PR exp/18617
15510 * gdb.trace/ax.exp: Add test.
15511
15512 2015-07-07 Yao Qi <yao.qi@linaro.org>
15513
15514 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15515 instead of istarget "aarch64*-*-*".
15516 * gdb.arch/aarch64-fp.exp: Likewise.
15517 * gdb.base/float.exp: Likewise.
15518 * gdb.reverse/aarch64.exp: Likewise.
15519 * lib/gdb.exp (is_aarch64_target): New proc.
15520
15521 2015-07-07 Yao Qi <yao.qi@linaro.org>
15522
15523 * lib/gdb.exp (is_aarch32_target): New proc.
15524 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15525 instead of "istarget "arm*-*-*"".
15526 * gdb.arch/arm-disp-step.exp: Likewise.
15527 * gdb.arch/thumb-bx-pc.exp: Likewise.
15528 * gdb.arch/thumb-prologue.exp: Likewise.
15529 * gdb.arch/thumb-singlestep.exp: Likewise.
15530 * gdb.base/disp-step-syscall.exp: Likewise.
15531 * gdb.base/float.exp: Likewise.
15532
15533 2015-07-07 Yao Qi <yao.qi@linaro.org>
15534
15535 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15536 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15537
15538 2015-07-07 Yao Qi <yao.qi@linaro.org>
15539
15540 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15541 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15542 if it exists.
15543 * gdb.multi/multi-arch.exp: Likewise.
15544
15545 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15546
15547 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15548 print.
15549
15550 2015-07-07 Yao Qi <yao.qi@linaro.org>
15551
15552 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15553
15554 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15555
15556 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15557 '[' and ']' characters.
15558
15559 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15560
15561 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15562
15563 2015-06-29 Pedro Alves <palves@redhat.com>
15564
15565 PR threads/18127
15566 * gdb.threads/hand-call-new-thread.c: New file.
15567 * gdb.threads/hand-call-new-thread.c: New file.
15568
15569 2015-06-26 Keith Seitz <keiths@redhat.com>
15570 Doug Evans <dje@google.com>
15571
15572 PR 16253
15573 * gdb.cp/var-tag-2.cc: New file.
15574 * gdb.cp/var-tag-3.cc: New file.
15575 * gdb.cp/var-tag-4.cc: New file.
15576 * gdb.cp/var-tag.cc: New file.
15577 * gdb.cp/var-tag.exp: New file.
15578
15579 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15580
15581 * gdb.base/history-duplicates.exp: New test.
15582
15583 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15584
15585 * gdb.base/completion.exp: Test the completion of the "focus"
15586 command.
15587
15588 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15589
15590 * gdb.arch/amd64-prologue-skip.S: New file.
15591 * gdb.arch/amd64-prologue-skip.exp: New file.
15592
15593 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15594
15595 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15596 is_address_zero_readable check.
15597
15598 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15599
15600 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15601 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15602
15603 2015-06-24 Yao Qi <yao.qi@linaro.org>
15604
15605 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15606 linux targets.
15607
15608 2015-06-24 Yao Qi <yao.qi@linaro.org>
15609
15610 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15611 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15612 * gdb.base/siginfo-thread.exp: Likewise.
15613
15614 2015-06-22 Yao Qi <yao.qi@linaro.org>
15615
15616 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15617
15618 2015-06-22 Yao Qi <yao.qi@linaro.org>
15619
15620 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15621 aarch64*-*-*.
15622 (skip_hw_watchpoint_tests): Likewise.
15623
15624 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15625
15626 * gdb.base/gdbinit-history.exp: Test the interaction between
15627 setting GDBHISTSIZE and setting the history size via .gdbinit.
15628
15629 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15630
15631 PR gdb/16999
15632 * gdb.base/gdbhistsize-history.exp: New test.
15633
15634 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15635
15636 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15637 with GDBHISTSIZE.
15638 * gdb.base/readline.exp: Likewise.
15639
15640 2015-06-17 Yao Qi <yao.qi@linaro.org>
15641
15642 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15643 line.
15644
15645 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15646
15647 * gdb.base/gdbinit-history.exp: Add test case to check that
15648 an unlimited history file does not get truncated on exit.
15649
15650 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15651
15652 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15653 (VECTOR): New macro. Use it...
15654 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15655 ...for these typedefs.
15656 (int8, char1, int1, double1): New typedefs.
15657 (struct just_int2, struct two_int2): New structures.
15658 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15659 (add_structvecs, add_singlevecs): New functions.
15660 (main): Call add_some_intvecs twice.
15661 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15662 the compile and exit upon failure. Try compiling for the "native"
15663 architecture. Test inferior function calls with vector arguments
15664 and vector return value handling with "finish" and "return".
15665
15666 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15667
15668 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15669 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15670 PE file.
15671 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15672
15673 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15674
15675 PR breakpoints/16465
15676 * gdb.mi/mi-dprintf-pending.c: New file.
15677 * gdb.mi/mi-dprintf-pending.exp: New test.
15678 * gdb.mi/mi-dprintf-pendshr.c: New file.
15679
15680 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15681 Mircea Gherzan <mircea.gherzan@intel.com>
15682
15683 * gdb.arch/i386-mpx-map.c: New file.
15684 * gdb.arch/i386-mpx-map.exp: New File.
15685
15686 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15687
15688 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15689 * gdb.arch/i386-mpx.exp: Indentation fixed.
15690
15691 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15692
15693 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15694 function and improved indentation.
15695 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15696 gdb_test_multiple. Added additional tests to skip the test.
15697
15698 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15699
15700 * gdb.arch/i386-avx512.c: Change path in include file.
15701 * gdb.arch/i386-avx512.exp: Change include dir path
15702 compilation flag.
15703 * gdb.arch/i386-mpx.c: Change path in include file.
15704 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15705 flag.
15706
15707 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15708
15709 * gdb.compile/compile-print.exp (compile print *vararray@3)
15710 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15711
15712 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15713
15714 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15715 (do not keep jit in memory): ... this.
15716 (expect 5): Change it to ...
15717 (expect no 5): ... this.
15718
15719 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15720
15721 PR gdb/15564
15722 * gdb.mi/mi-detach.exp: New file.
15723
15724 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15725
15726 PR symtab/18392
15727 * gdb.arch/amd64-tailcall-self.S: New file.
15728 * gdb.arch/amd64-tailcall-self.c: New file.
15729 * gdb.arch/amd64-tailcall-self.exp: New file.
15730
15731 2015-05-28 Don Breazeal <donb@codesourcery.com>
15732
15733 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15734 tests for remote targets by checking is_target_gdbserver.
15735
15736 2015-05-27 Doug Evans <dje@google.com>
15737
15738 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15739 * gdb.dwarf2/opaque-type-lookup.c: New file.
15740 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15741
15742 2015-05-26 Doug Evans <dje@google.com>
15743
15744 * gdb.cp/iostream.cc: New file.
15745 * gdb.cp/iostream.exp: New file.
15746
15747 2015-05-26 Doug Evans <dje@google.com>
15748
15749 * gdb.dwarf2/dw2-op-call.exp: Update.
15750 * gdb.dwarf2/dw4-sig-types.exp: Update.
15751 * gdb.dwarf2/implptr.exp: Update.
15752 * gdb.mi/mi-cmd-param-changed.exp: Update.
15753
15754 2015-05-26 Doug Evans <dje@google.com>
15755
15756 * gdb.python/py-lazy-string.c: New file.
15757 * gdb.python/py-lazy-string.exp: New file.
15758 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15759 (main): Update. Add estring3.
15760 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15761 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15762
15763 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15764 Yao Qi <yao.qi@linaro.org>
15765
15766 * gdb.reverse/aarch64.c: New.
15767 * gdb.reverse/aarch64.exp: New.
15768
15769 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15770
15771 * lib/gdb.exp (supports_process_record): Return true for
15772 aarch64*-linux*.
15773 (supports_reverse): Likewise.
15774
15775 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15776
15777 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15778 Use with_test_prefix.
15779
15780 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15781
15782 * gdb.base/completion.exp: Add test for completion of layout
15783 names.
15784
15785 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15786
15787 * lib/gdb.exp (skip_tui_tests): New proc.
15788 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15789
15790 2015-05-19 Pedro Alves <palves@redhat.com>
15791
15792 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15793 Save the whole env array instead of just HOME. Unset HISTSIZE in
15794 the environment while testing. Restore whole environment
15795 afterwards.
15796
15797 2015-05-16 Doug Evans <xdje42@gmail.com>
15798
15799 * gdb.guile/scm-ports.c: New file.
15800 * gdb.guile/scm-ports.exp: Add memory port tests.
15801
15802 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15803
15804 * gdb.compile/compile-print.c: New file.
15805 * gdb.compile/compile-print.exp: New file.
15806
15807 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15808
15809 * gdb.compile/compile-ops.exp: Cast param to void.
15810 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15811 (compile code struct_object.selffield = &struct_object): Add xfail.
15812
15813 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15814
15815 * gdb.ada/arr_enum_with_gap: New testcase.
15816
15817 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15818
15819 * gdb.ada/byte_packed_arr: New testcase.
15820
15821 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15822
15823 * gdb.ada/pckd_neg: New testcase.
15824
15825 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15826
15827 PR gdb/17820
15828 * gdb.base/gdbinit-history.exp: New test.
15829 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15830 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15831
15832 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15833
15834 * gdb.python/py-xmethods.cc: Enhance test case.
15835 * gdb.python/py-xmethods.exp: New tests.
15836 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15837 function.
15838 (B_indexoper): Likewise.
15839 (global_dm_list) : Add new xmethod worker functions.
15840
15841 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15842
15843 * gdb.base/coredump-filter.exp: Correctly unset
15844 "coredump_var_addr" array.
15845
15846 2015-05-08 Pedro Alves <palves@redhat.com>
15847
15848 * gdb.server/non-existing-program.exp: Unset spawn_id.
15849
15850 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15851
15852 PR python/18291
15853 * gdb.python/py-xmethods.exp: Add tests.
15854
15855 2015-05-08 Yao Qi <yao.qi@linaro.org>
15856
15857 PR gdb/18208
15858 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15859 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15860 function set_coredump_filter, and remove remote_exec call.
15861 Remove argument ipid. Callers update.
15862 (top level): Don't get inferior's PID.
15863
15864 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15865
15866 * gdb.base/watch_thread_num.exp: Skip test on targets without
15867 access watchpoints.
15868
15869 2015-05-06 Pedro Alves <palves@redhat.com>
15870
15871 PR server/18081
15872 * gdb.server/non-existing-program.exp: New file.
15873
15874 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15875
15876 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15877
15878 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15879
15880 * gdb.ada/out_of_line_in_inlined: New testcase.
15881
15882 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15883
15884 * gdb.ada/var_rec_arr: New testcase.
15885
15886 2015-04-30 Yao Qi <yao.qi@linaro.org>
15887
15888 * gdb.base/break-idempotent.exp: If
15889 skip_hw_watchpoint_multi_tests returns true, skip the tests
15890 on "rwatch" and "awatch".
15891
15892 2015-04-30 Yao Qi <yao.qi@linaro.org>
15893
15894 * gdb.base/relativedebug.exp: Invoke gdb command
15895 "info sharedlibrary", and if libc.so doesn't have debug info,
15896 skip the test.
15897
15898 2015-04-29 Doug Evans <dje@google.com>
15899
15900 * gdb.python/py-xmethods.exp: Add ptype tests.
15901 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15902 get_result_type method.
15903
15904 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15905
15906 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15907 the target does not support hardware watchpoints.
15908
15909 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15910
15911 * gdb.base/break-always.exp: Abort testing if writing to memory
15912 causes an error.
15913
15914 2015-04-28 Doug Evans <dje@google.com>
15915
15916 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15917 * gdb.python/py-pp-registration.exp: ... here. New file.
15918 * gdb.python/py-pp-registration.c: New file.
15919 * gdb.python/py-pp-registration.py: New file.
15920
15921 2015-04-28 Doug Evans <dje@google.com>
15922
15923 * gdb.python/py-bad-printers.c: New file.
15924 * gdb.python/py-bad-printers.py: New file.
15925 * gdb.python/py-bad-printers.exp: New file.
15926
15927 2015-04-28 Sasha Smundak <asmundak@google.com>
15928
15929 * gdb.python/py-type.exp: New test.
15930
15931 2015-04-28 Andy Wingo <wingo@igalia.com>
15932
15933 * gdb.python/py-parameter.exp:
15934 * gdb.guile/scm-parameter.exp: Escape the path that we are
15935 matching against, as it might contain characters that are special
15936 to regular expressions.
15937
15938 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15939
15940 * gdb.ada/rec_comp: New testcase.
15941
15942 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15943
15944 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15945 before using it.
15946
15947 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15948
15949 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15950 new tests for verilog output.
15951
15952 2015-04-24 Yao Qi <yao.qi@linaro.org>
15953
15954 * boards/remote-gdbserver-on-localhost.exp: New file.
15955
15956 2015-04-23 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15959 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15960 "end of file", remove $inferior_spawn_id from the indirect list.
15961
15962 2015-04-23 Pedro Alves <palves@redhat.com>
15963
15964 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15965
15966 2015-04-23 Pedro Alves <palves@redhat.com>
15967
15968 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15969 on $any_spawn_id instead of only on $gdb_spawn_id.
15970
15971 2015-04-21 Pierre Muller <muller@sourceware.org>
15972
15973 PR pascal/17815
15974 * lib/pascal.exp (gpc_compile): Add new option "class".
15975 (fpc_compile): Likewise.
15976 * gdb.pascal/case-insensitive-symbols.pas: New file.
15977 * gdb.pascal/case-insensitive-symbols.exp: New file.
15978
15979 2015-04-20 Gary Benson <gbenson@redhat.com>
15980
15981 * gdb.base/attach.exp: Fix three extended remote failures.
15982
15983 2015-04-17 Gary Benson <gbenson@redhat.com>
15984
15985 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15986 the main executable over the remote protocol.
15987
15988 2015-04-16 Pedro Alves <palves@redhat.com>
15989
15990 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15991 a new gdbserver if gdbserver_reconnect_p is set.
15992
15993 2015-04-16 Pedro Alves <palves@redhat.com>
15994
15995 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15996 is set, don't exit gdbserver.
15997
15998 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15999
16000 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16001 appropriate .insn, such that an older assembler can be used.
16002 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16003 the z/Architecture instruction set on 31-bit targets as well.
16004
16005 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16006
16007 * gdb.go/handcall.exp: Remove all logic related to the first
16008 breakpoint and rely on go_runto_main instead.
16009 * gdb.go/strings.exp: Likewise.
16010 * gdb.go/unsafe.exp: Likewise.
16011 * gdb.go/hello.exp: Likewise. Also rename the remaining
16012 breakpoint marker to "breakpoint 1".
16013 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16014 * gdb.go/strings.go: Likewise.
16015 * gdb.go/unsafe.go: Likewise.
16016 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16017 "set breakpoint 2 here" and rename the remaining breakpoint marker
16018 to "breakpoint 1".
16019
16020 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16021
16022 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16023 if itertools.imap is not present.
16024 * gdb.python/py-objfile.exp: Add parentheses.
16025 * gdb.python/py-type.exp: Same.
16026 * gdb.python/py-unwind-maint.py: Same.
16027
16028 2015-04-15 Yao Qi <yao.qi@linaro.org>
16029
16030 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16031 of ":$ptr_size" and set its form explicitly.
16032
16033 2015-04-15 Pedro Alves <palves@redhat.com>
16034 Yao Qi <yao.qi@linaro.org>
16035
16036 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16037 timeout by factor of 4.
16038 (test_regular_watch): Likewise.
16039 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16040 * gdb.reverse/sigall-reverse.exp: Likewise.
16041 * gdb.reverse/until-precsave.exp: Likewise.
16042 * lib/gdb.exp (with_timeout_factor): New proc.
16043 (gdb_expect): Move some code to ...
16044 (get_largest_timeout): ... here. New procedure.
16045
16046 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16047
16048 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16049
16050 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16051
16052 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16053 to write to the .text section.
16054
16055 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16056
16057 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16058 Handle the case of targets that do not provide PID information.
16059
16060 2015-04-13 Yao Qi <yao.qi@linaro.org>
16061
16062 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16063 and use expect instead of gdb_expect.
16064
16065 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16066
16067 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16068 "coredump_var_addr" to avoid naming conflict with other testcases.
16069
16070 2015-04-10 Pedro Alves <palves@redhat.com>
16071
16072 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16073 gdb_test_sequence and gdb_assert.
16074
16075 2015-04-10 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16078 test messages that don't include the breakpoint address.
16079
16080 2015-04-10 Yao Qi <yao.qi@linaro.org>
16081
16082 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16083 false for some offset and width combinations which aren't
16084 supported by linux kernel.
16085
16086 2015-04-10 Pedro Alves <palves@redhat.com>
16087
16088 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16089 procedure, factored out from ...
16090 (top level): ... here. Add "set displaced-stepping" testing axis.
16091 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16092 parameter "displaced". Use it.
16093 (top level): Use foreach and add "set displaced-stepping" testing
16094 axis.
16095
16096 2015-04-10 Pedro Alves <palves@redhat.com>
16097
16098 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16099 Remove comment.
16100 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16101 both the address of the instruction that triggers the watchpoint
16102 and the address of the instruction immediately after, and use
16103 those addresses for the test. Fix comment.
16104
16105 2015-04-10 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/sigstep.exp (breakpoint_to_handler)
16108 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16109 Test "backtrace" in handler.
16110 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16111 (top level): Add new "displaced" test axis to
16112 breakpoint_to_handler, breakpoint_to_handler_entry and
16113 breakpoint_over_handler.
16114
16115 2015-04-10 Pedro Alves <palves@redhat.com>
16116
16117 PR gdb/18216
16118 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16119
16120 2015-04-10 Yao Qi <yao.qi@linaro.org>
16121
16122 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16123 (test_add_rn_pc): New function.
16124 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16125 (top level): Invoke test_add_rn_pc.
16126
16127 2015-04-10 Pedro Alves <palves@redhat.com>
16128
16129 PR gdb/13858
16130 * gdb.base/step-over-no-symbols.exp: New file.
16131
16132 2015-04-09 Andy Wingo <wingo@igalia.com>
16133
16134 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16135 after the Python tests.
16136
16137 2015-04-08 Keith Seitz <keiths@redhat.com>
16138
16139 PR python/16699
16140 * gdb.python/py-completion.exp: New tests for completion.
16141 * gdb.python/py-completion.py (CompleteLimit1): New class.
16142 (CompleteLimit2): Likewise.
16143 (CompleteLimit3): Likewise.
16144 (CompleteLimit4): Likewise.
16145 (CompleteLimit5): Likewise.
16146 (CompleteLimit6): Likewise.
16147 (CompleteLimit7): Likewise.
16148
16149 2015-04-08 Pedro Alves <palves@redhat.com>
16150
16151 PR gdb/18214
16152 PR gdb/18216
16153 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16154 function.
16155 (main): Install it as SIGUSR1 handler.
16156 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16157 parameter. Always use "setup" as prefix. Toggle "set
16158 displaced-stepping" off/on depending on global. Don't switch to
16159 thread 1 here.
16160 (top level): Add displaced stepping "off/on" test axis. Update
16161 "setup" calls. Wrap each subtest with with_test_prefix. Test
16162 continuing with a queued signal in each thread.
16163
16164 2015-04-08 Pedro Alves <palves@redhat.com>
16165
16166 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16167 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16168 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16169 Return early if running to main fails.
16170 * gdb.trace/while-stepping.exp: Likewise.
16171
16172 2015-04-07 Pedro Alves <palves@redhat.com>
16173
16174 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16175 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16176 interact with inferior program.
16177
16178 2015-04-07 Pedro Alves <palves@redhat.com>
16179
16180 * lib/gdb.exp (inferior_spawn_id): New global.
16181 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16182 spawn id after processing the user code.
16183 (default_gdb_start): Set inferior_spawn_id.
16184 (send_inferior): New procedure.
16185 * lib/gdbserver-support.exp (gdbserver_start): Set
16186 inferior_spawn_id.
16187 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16188
16189 2015-04-07 Pedro Alves <palves@redhat.com>
16190
16191 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16192 * lib/gdbserver-support.exp (gdbserver_start): Make
16193 $server_spawn_id global.
16194 (gdbserver_start): Don't wait for gdbserver's spawn id with
16195 expect_background.
16196 (close_gdbserver): New procedure.
16197 (gdb_exit): Rename the default version and reimplement.
16198
16199 2015-04-07 Pedro Alves <palves@redhat.com>
16200
16201 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16202 append the substituted item, not the original item.
16203
16204 2015-04-07 Pedro Alves <palves@redhat.com>
16205
16206 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16207 gdb_expect.
16208
16209 2015-04-07 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16212 output appearing once only.
16213
16214 2015-04-07 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16217 that doesn't expect anything. Return early if running to main
16218 fails.
16219
16220 2015-04-07 Yao Qi <yao.qi@linaro.org>
16221
16222 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16223 (child_function): Call alarm.
16224 (main): Move call to alarm into the loop.
16225 * gdb.threads/non-stop-fair-events.exp: Build program with
16226 -DTIMEOUT=$timeout.
16227
16228 2015-04-06 Doug Evans <xdje42@gmail.com>
16229
16230 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16231 Fix dest parameter to board_info.
16232 (fpc_compile): Ditto.
16233 (gdb_compile_pascal): Rename dest arg to destfile.
16234
16235 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16236
16237 * gdb.ada/funcall_ref.exp: New file.
16238 * gdb.ada/funcall_ref/foo.adb: New file.
16239
16240 2015-04-02 Yao Qi <yao.qi@linaro.org>
16241
16242 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16243 is remote.
16244
16245 2015-04-02 Gary Benson <gbenson@redhat.com>
16246
16247 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16248
16249 2015-04-01 Sasha Smundak <asmundak@google.com>
16250
16251 * gdb.python/py-unwind-maint.c: New file.
16252 * gdb.python/py-unwind-maint.exp: New test.
16253 * gdb.python/py-unwind-maint.py: New file.
16254 * gdb.python/py-unwind.c: New file.
16255 * gdb.python/py-unwind.exp: New test.
16256 * gdb.python/py-unwind.py: New test.
16257
16258 2015-04-01 Pedro Alves <palves@redhat.com>
16259
16260 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16261 to fail instead of non-existent $test.
16262
16263 2015-04-01 Pedro Alves <palves@redhat.com>
16264
16265 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16266 GDBFLAGS if not empty.
16267
16268 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16269
16270 * gdb.ada/complete.exp: Remove "multi_line".
16271 * gdb.ada/info_exc.exp: Remove "multi_line".
16272 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16273 * gdb.ada/ptype_field.exp: Remove "multi_line".
16274 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16275 * gdb.ada/tagged.exp: Remove "multi_line".
16276 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16277 [multi_line ...]
16278 * gdb.btrace/delta.exp: Likewise.
16279 * gdb.btrace/exception.exp: Likewise.
16280 * gdb.btrace/function_call_history.exp: Likewise.
16281 * gdb.btrace/instruction_history.exp: Likewise.
16282 * gdb.btrace/nohist.exp: Likewise.
16283 * gdb.btrace/record_goto.exp: Likewise.
16284 * gdb.btrace/segv.exp: Likewise.
16285 * gdb.btrace/stepi.exp: Likewise.
16286 * gdb.btrace/tailcall.exp: Likewise.
16287 * gdb.btrace/unknown_functions.exp: Likewise.
16288 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16289 * lib/gdb.exp: Add the "multi_line" helper.
16290
16291 2015-04-01 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.threads/tid-reuse.c: New file.
16294 * gdb.threads/tid-reuse.exp: New file.
16295
16296 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16297
16298 PR corefiles/16092
16299 * gdb.base/coredump-filter.c: New file.
16300 * gdb.base/coredump-filter.exp: Likewise.
16301
16302 2015-03-27 Petr Machata <pmachata@redhat.com>
16303
16304 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16305 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16306 (Dwarf::assemble): Initialize them.
16307 (Dwarf::lines): New function.
16308
16309 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16310
16311 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16312 SYMBOL_PREFIX for x86_64-*-cygwin.
16313
16314 2015-03-26 Andy Wingo <wingo@igalia.com>
16315
16316 PR symtab/18148
16317 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16318 const_value but not a location.
16319 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16320 location defined in non-main CUs are visible.
16321
16322 2015-03-26 Yao Qi <yao.qi@linaro.org>
16323
16324 PR testsuite/18139
16325 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16326 Add a line number entry for the same line.
16327 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16328 Add a line number entry for the same line.
16329
16330 2015-03-26 Yao Qi <yao.qi@linaro.org>
16331
16332 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16333 .int 0.
16334 (func): Likewise. Add .Lfunc_1 label.
16335 Use .Lfunc_1 label.
16336 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16337 .int 0.
16338 (func): Likewise.
16339 Use .Lfunc_1 label.
16340
16341 2015-03-26 Yao Qi <yao.qi@linaro.org>
16342
16343 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16344 Call gdb_compile instead to compile each .s files without debug
16345 information.
16346
16347 2015-03-26 Yao Qi <yao.qi@linaro.org>
16348
16349 * gdb.base/savedregs.exp (process_saved_regs): Make
16350 "Saved registers:" optional in the pattern.
16351
16352 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16353
16354 * gdb.btrace/next.exp: Merged into step.exp.
16355 * gdb.btrace/finish.exp: Merged into step.exp.
16356 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16357 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16358 "record goto" and checking the exact replay position.
16359 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16360 check for "Recording format" in "info record" output.
16361 * gdb.btrace/record_goto.exp: Choose test file based on target.
16362 * gdb.btrace/x86-record_goto.S: Renamed into ...
16363 * gdb.btrace/x86_64-record_goto.S: ... this.
16364 * gdb.btrace/i686-record_goto.S: New.
16365 * gdb.btrace/x86-tailcall.S: Renamed into ...
16366 * gdb.btrace/x86_64-tailcall.S: ... this.
16367 * gdb.btrace/i686-tailcall.S: New.
16368 * gdb.btrace/x86-tailcall.c: Renamed into ...
16369 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16370 separate statements. Update test.
16371 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16372 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16373 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16374 * gdb.btrace/tailcall.exp: Choose test file based on target.
16375 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16376
16377 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16378
16379 * gdb.btrace/exception.exp: Increase BTS buffer size.
16380
16381 2015-03-24 Pedro Alves <palves@redhat.com>
16382
16383 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16384
16385 2015-03-24 Pedro Alves <palves@redhat.com>
16386
16387 * gdb.threads/schedlock.exp (test_step): No longer expect that
16388 "set scheduler-locking step" with "next" over a function call runs
16389 threads unlocked.
16390
16391 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16392
16393 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16394
16395 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16396
16397 PR breakpoints/16466
16398 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16399 * gdb.mi/mi-pending.c (thread_func): New function.
16400 (int main): Add threading support required.
16401 * gdb.mi/mi-pending.exp: Add tests for this issue.
16402 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16403 (pendfunc2): Remove stdio dependency.
16404 * gdb.mi/mi-pendshr2.c: New file.
16405
16406 2015-03-23 Keith Seitz <keiths@redhat.com>
16407
16408 * gdb.linespec/keywords.c: New file.
16409 * gdb.linespec/keywords.exp: New file.
16410
16411 2015-03-23 Keith Seitz <keiths@redhat.com>
16412
16413 PR gdb/18021
16414 * gdb.dwarf2/staticvirtual.exp: New test.
16415
16416 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16417
16418 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16419 * README: Remove HP-UX and gdb.hp.
16420 (configuration):
16421 * configure: Regenerate.
16422 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16423 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16424 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16425 gdb.hp/gdb.defects/Makefile.
16426 * gdb.hp/Makefile.in: File deleted.
16427 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16428 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16429 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16430 * gdb.hp/gdb.aCC/run.c: File deleted.
16431 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16432 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16433 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16434 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16435 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16436 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16437 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16438 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16439 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16440 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16441 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16442 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16443 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16444 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16445 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16446 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16447 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16448 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16449 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16450 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16451 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16452 * gdb.hp/gdb.compat/average.c: File deleted.
16453 * gdb.hp/gdb.compat/sum.c: File deleted.
16454 * gdb.hp/gdb.compat/xdb.c: File deleted.
16455 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16456 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16457 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16458 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16459 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16460 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16461 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16462 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16463 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16464 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16465 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16466 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16467 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16468 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16469 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16470 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16471 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16472 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16473 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16474 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16475 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16476 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16477 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16478 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16479 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16480 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16481 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16482 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16483 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16484 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16485 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16486 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16487 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16488 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16489 * gdb.hp/tools/odump: File deleted.
16490
16491 2015-03-19 Pedro Alves <palves@redhat.com>
16492
16493 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16494 (saw_thread_3): New globals.
16495 (top level): Increment them when an event for the corresponding
16496 thread is seen.
16497 (no thread starvation): New test.
16498
16499 2015-03-19 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.threads/continue-pending-status.c: New file.
16502 * gdb.threads/continue-pending-status.exp: New file.
16503
16504 2015-03-18 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16507 Use gdb_is_target_remote instead of is_remote. Use
16508 gdb_test_multiple instead of gdb_expect. Exit early if
16509 gdb_test_multiple hits its internal matches. Tighten stepi tests
16510 expected output. Fail on exit with any signal, instead of just
16511 SIGILL.
16512
16513 2015-03-18 Yao Qi <yao.qi@linaro.org>
16514
16515 PR tdep/18107
16516 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16517 variable.
16518 * gdb.base/catch-syscall.exp: Don't skip it on
16519 aarch64*-*-linux* target. Remove elements in all_syscalls.
16520 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16521 target.
16522 (setup_all_syscalls): New proc.
16523
16524 2015-03-16 Yao Qi <yao.qi@linaro.org>
16525
16526 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16527 (top level): Skip tests if valid_addr_p returns false for
16528 $cmd1 or $cmd2.
16529
16530 2015-03-11 Andy Wingo <wingo@igalia.com>
16531
16532 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16533
16534 2015-03-11 Yao Qi <yao.qi@linaro.org>
16535
16536 * gdb.base/catch-syscall.exp: Fix typo in comments.
16537
16538 2015-03-11 Yao Qi <yao.qi@linaro.org>
16539
16540 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16541
16542 2015-03-09 Pedro Alves <palves@redhat.com>
16543
16544 * dg-extract-results.py: Delete.
16545
16546 2015-03-09 Pedro Alves <palves@redhat.com>
16547
16548 Merge dg-extract-results.sh from GCC upstream (r218843).
16549
16550 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16551 * dg-extract-results.sh: Use --text with grep to avoid issues with
16552 binary files. Fall back to cat -v, if that doesn't work.
16553
16554 2015-03-05 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16557
16558 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16559
16560 * lib/mi-support.exp (mi_expect_interrupt): Accept
16561 alternative event for when in all-stop mode.
16562
16563 2015-03-04 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16566
16567 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16568
16569 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16570
16571 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16572
16573 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16574 regexps for GDB's current line display, accept a hex address
16575 preceding the line number.
16576
16577 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16578
16579 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16580 the 'arch1' variable for "s390*-linux*" targets.
16581
16582 2015-03-04 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16585 (main): Pass missing retval argument to pthread_join call.
16586
16587 2015-03-02 Pedro Alves <palves@redhat.com>
16588
16589 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16590 (top level): Call do_test with non-stop as well.
16591
16592 2015-03-02 Pedro Alves <palves@redhat.com>
16593
16594 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16595 -1.
16596
16597 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16598
16599 * gdb.arch/s390-vregs.exp: New test.
16600 * gdb.arch/s390-vregs.S: New file.
16601
16602 2015-02-27 Pedro Alves <palves@redhat.com>
16603
16604 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16605 call to catch_command_errors.
16606 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16607 catch_command_errors.
16608
16609 2015-02-27 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16612 "true" for boolean result.
16613 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16614 prototype of main.
16615
16616 2015-02-27 Pedro Alves <palves@redhat.com>
16617
16618 * lib/unbuffer_output.c: New file.
16619 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16620 (main): Call gdb_unbuffer_output.
16621
16622 2015-02-27 Yao Qi <yao.qi@linaro.org>
16623
16624 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16625 target.
16626
16627 2015-02-26 Doug Evans <dje@google.com>
16628
16629 * gdb.cp/class2.cc (Dbase, D): New classes.
16630 (main): New local delta.
16631 * gdb.cp/class2.exp: Test printing delta.
16632 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16633 (dynbar): New global.
16634 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16635
16636 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16637
16638 * gdb.compile/compile-ifunc.c: New file.
16639 * gdb.compile/compile-ifunc.exp: New file.
16640
16641 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16642
16643 * gdb.base/structs.exp: Check for correct struct on finish.
16644
16645 2015-02-26 Yao Qi <yao.qi@linaro.org>
16646
16647 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16648 is zero.
16649
16650 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16651
16652 * gdb.arch/cordic.ko.bz2: New file.
16653 * gdb.arch/cordic.ko.debug.bz2: New file.
16654 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16655
16656 2015-02-25 Yao Qi <yao.qi@linaro.org>
16657
16658 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16659 aarch64*-*-* target.
16660
16661 2015-02-23 Pedro Alves <palves@redhat.com>
16662
16663 * lib/gdb.exp (delete_breakpoints): Rewrite using
16664 gdb_test_multiple.
16665
16666 2015-02-23 Pedro Alves <palves@redhat.com>
16667
16668 * gdb.base/info-os.c: Include stdlib.h.
16669
16670 2015-02-22 Doug Evans <xdje42@gmail.com>
16671
16672 PR symtab/17855
16673 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16674 is read after symbols have been re-read.
16675 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16676 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16677
16678 2015-02-21 Doug Evans <dje@google.com>
16679
16680 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16681
16682 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16683
16684 PR corefiles/17808
16685 * gdb.arch/i386-biarch-core.core.bz2: New file.
16686 * gdb.arch/i386-biarch-core.exp: New file.
16687
16688 2015-02-21 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16691 runto_main fails.
16692
16693 2015-02-20 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16696 info probes.
16697
16698 2015-02-20 Pedro Alves <palves@redhat.com>
16699
16700 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16701
16702 2015-02-20 Pedro Alves <palves@redhat.com>
16703
16704 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16705 clean_restart before gdb_target_supports_trace.
16706
16707 2015-02-20 Pedro Alves <palves@redhat.com>
16708
16709 PR threads/18006
16710 * gdb.threads/clone-thread_db.c: New file.
16711 * gdb.threads/clone-thread_db.exp: New file.
16712
16713 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16714
16715 PR breakpoints/16812
16716 * gdb.base/catch-gdb-caused-signals.c: New file.
16717 * gdb.base/catch-gdb-caused-signals.exp: New file.
16718
16719 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16720
16721 * configure: Regenerated.
16722 * configure.ac: Use GDB_AC_TRANSFORM.
16723 * aclocal.m4: sinclude ../transform.m4.
16724
16725 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16726
16727 * lib/dtrace.exp: New file.
16728 * gdb.base/dtrace-probe.exp: Likewise.
16729 * gdb.base/dtrace-probe.d: Likewise.
16730 * gdb.base/dtrace-probe.c: Likewise.
16731 * lib/pdtrace.in: Likewise.
16732 * configure.ac: Output variables with the transformed names of
16733 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16734 * configure: Regenerated.
16735
16736 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16737
16738 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16739 expected message when trying to access $_probe_* convenience
16740 variables while not on a probe.
16741
16742 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16743
16744 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16745
16746 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16747
16748 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16749 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16750
16751 2015-02-10 Doug Evans <xdje42@gmail.com>
16752
16753 * lib/gdb.exp (gdb_load): Always return a result.
16754
16755 2015-02-10 Pedro Alves <palves@redhat.com>
16756
16757 * gdb.threads/signal-sigtrap.c: New file.
16758 * gdb.threads/signal-sigtrap.exp: New file.
16759
16760 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16761
16762 * gdb.trace/no-attach-trace.c: New file.
16763 * gdb.trace/no-attach-trace.exp: New file.
16764
16765 2015-02-09 Mark Wielaard <mjw@redhat.com>
16766
16767 * gdb.dwarf2/atomic.c: New file.
16768 * gdb.dwarf2/atomic-type.exp: Likewise.
16769
16770 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16771
16772 * gdb.btrace/buffer-size.exp: Update "info record" output.
16773 * gdb.btrace/delta.exp: Update "info record" output.
16774 * gdb.btrace/enable.exp: Update "info record" output.
16775 * gdb.btrace/finish.exp: Update "info record" output.
16776 * gdb.btrace/instruction_history.exp: Update "info record" output.
16777 * gdb.btrace/next.exp: Update "info record" output.
16778 * gdb.btrace/nexti.exp: Update "info record" output.
16779 * gdb.btrace/step.exp: Update "info record" output.
16780 * gdb.btrace/stepi.exp: Update "info record" output.
16781 * gdb.btrace/nohist.exp: Update "info record" output.
16782
16783 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16784
16785 * gdb.btrace/buffer-size: New.
16786
16787 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16788
16789 * gdb.btrace/delta.exp: Update "info record" output.
16790 * gdb.btrace/enable.exp: Update "info record" output.
16791 * gdb.btrace/finish.exp: Update "info record" output.
16792 * gdb.btrace/instruction_history.exp: Update "info record" output.
16793 * gdb.btrace/next.exp: Update "info record" output.
16794 * gdb.btrace/nexti.exp: Update "info record" output.
16795 * gdb.btrace/step.exp: Update "info record" output.
16796 * gdb.btrace/stepi.exp: Update "info record" output.
16797 * gdb.btrace/nohist.exp: Update "info record" output.
16798
16799 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16800
16801 PR gdb/15678
16802 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16803
16804 2015-02-06 Pedro Alves <palves@redhat.com>
16805
16806 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16807 macro.
16808 (seconds_left, again): New globals.
16809 (main): Wait seconds_left in a 1-second sleep loop instead of
16810 sleeping 180 seconds. If 'again' is set, reset the seconds
16811 counter.
16812 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16813 'again' in the inferior before detaching. Print the seconds left.
16814 (options): New global.
16815 (top level): Build program with -DTIMEOUT=$timeout.
16816
16817 2015-02-06 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16820 determine how many seconds to pass to 'alarm'.
16821 * gdb.base/gdb-sigterm.exp (top level): Build program with
16822 -DTIMEOUT=$timeout.
16823 (do_test): Return success/failure indication. Add more verbose
16824 logging. Don't fail if 200 single steps are seen. Instead, fail
16825 when the test times out.
16826 (passes): New global.
16827 (top level): Break the testing loop if testing fails on any
16828 iteration. Use gdb_assert.
16829
16830 2015-02-04 Don Breazeal <donb@codesourcery.com>
16831
16832 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16833 and initialize them.
16834 (ipc_cleanup): New function.
16835 (main): Don't declare shmid, semid, and msqid. Add a call to
16836 atexit so that we call ipc_cleanup on exit.
16837
16838 2015-02-04 Pedro Alves <palves@redhat.com>
16839
16840 * boards/native-extended-gdbserver.exp: Remove any target variant
16841 specifications from the board name before clearing the isremote
16842 flag from board_info.
16843
16844 2015-01-31 Doug Evans <xdje42@gmail.com>
16845
16846 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16847
16848 2015-01-31 Gary Benson <gbenson@redhat.com>
16849
16850 * gdb.base/completion.exp: Disable completion limiting for
16851 existing tests. Add new tests to check completion limiting.
16852 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16853
16854 2015-01-31 Doug Evans <xdje42@gmail.com>
16855
16856 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16857
16858 2015-01-31 Doug Evans <xdje42@gmail.com>
16859
16860 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16861 entries. Duplicate file section script entries.
16862 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16863 inlined entries. Add test for safe-path rejection.
16864 * gdb.python/py-section-script.c: Add duplicate inlined section script
16865 entries. Duplicate file section script entries.
16866 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16867 inlined entries. Add test for safe-path rejection.
16868
16869 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16870
16871 * gdb.ada/disc_arr_bound: New testcase.
16872
16873 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16874
16875 * gdb.ada/mi_var_array: New testcase.
16876
16877 2015-01-27 Doug Evans <dje@google.com>
16878
16879 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16880 Add test for objfile.filename, objfile.username after objfile
16881 has been unloaded.
16882
16883 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16884
16885 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16886 the second test to print the name attribute of value
16887 returned by the call to gdb.lookup_type, and adjust
16888 the expected output accordingly.
16889
16890 2015-01-25 Mark Wielaard <mjw@redhat.com>
16891
16892 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16893 * gdb.base/disp-step-fork.c: Include unistd.h.
16894 * gdb.base/siginfo-obj.c: Include stdio.h.
16895 * gdb.base/siginfo-thread.c: Likewise.
16896 * gdb.mi/non-stop.c: Include unistd.h.
16897 * gdb.mi/nsthrexec.c: Include stdio.h.
16898 * gdb.mi/pthreads.c: Include unistd.h.
16899 * gdb.modula2/unbounded1.c (main): Declare returns int.
16900 * gdb.reverse/consecutive-reverse.c: Likewise.
16901 * gdb.threads/create-fail.c: Include unistd.h.
16902 * gdb.threads/killed.c: Likewise.
16903 * gdb.threads/linux-dp.c: Likewise.
16904 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16905 * gdb.threads/non-ldr-exc-2.c: Likewise.
16906 * gdb.threads/non-ldr-exc-3.c: Likewise.
16907 * gdb.threads/non-ldr-exc-4.c: Likewise.
16908 * gdb.threads/pthreads.c: Include unistd.h.
16909 (main): Declare returns int.
16910 * gdb.threads/tls-main.c (foo): New declaration.
16911 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16912
16913 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16914
16915 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16916 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16917
16918 2015-01-15 Mark Wielaard <mjw@redhat.com>
16919
16920 * gdb.base/noreturn-return.c: New file.
16921 * gdb.base/noreturn-return.exp: New file.
16922 * gdb.base/noreturn-finish.c: New file.
16923 * gdb.base/noreturn-finish.exp: New file.
16924
16925 2015-01-23 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.threads/continue-pending-after-query.c: New file.
16928 * gdb.threads/continue-pending-after-query.exp: New file.
16929
16930 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16931 Simon Marchi <simon.marchi@ericsson.com>
16932
16933 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16934 * gdb.base/valgrind-db-attach.exp: Same.
16935 * gdb.base/valgrind-infcall.exp: Same.
16936 * lib/mi-support.exp (default_mi_gdb_start): Same.
16937 * lib/prompt.exp (default_prompt_gdb_start): Same.
16938 * lib/gdb.exp (default_gdb_spawn): Same.
16939 (gdb_interact): New.
16940
16941
16942 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16943
16944 * gdb.compile/compile.exp (pointer to jit function): New test.
16945
16946 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16947
16948 * lib/gdb.exp (supports_process_record): Return true for
16949 powerpc*-*-linux*.
16950 (supports_reverse): Likewise.
16951
16952 2015-01-15 Don Breazeal <donb@codesourcery.com>
16953
16954 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16955 instead of checking whether the target board is remote and
16956 use spawn_wait_for_attach instead of exec/sleep.
16957 * gdb.base/attach-twice.exp: Likewise.
16958
16959 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16960
16961 * gdb.ada/var_arr_attrs: New testcase.
16962
16963 2015-01-14 Pedro Alves <palves@redhat.com>
16964 Joel Brobecker <brobecker@adacore.com>
16965
16966 PR gdb/17525
16967 * gdb.base/bp-cmds-execution-x-script.c: New file.
16968 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16969 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16970
16971 2015-01-14 Pedro Alves <palves@redhat.com>
16972
16973 PR cli/17828
16974 * gdb.base/batch-preserve-term-settings.c: New file.
16975 * gdb.base/batch-preserve-term-settings.exp: New file.
16976
16977 2015-01-13 Doug Evans <dje@google.com>
16978
16979 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16980 binary.
16981
16982 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16983
16984 * Makefile.in (clean mostlyclean): Do not delete *.py.
16985
16986 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.python/py-lookup-type.exp: New file.
16989
16990 2015-01-12 Pedro Alves <palves@redhat.com>
16991
16992 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16993 restore GDBFLAGS before returning.
16994
16995 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16996
16997 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16998 is_amd64_regs_target and is_x86_like_target.
16999
17000 2015-01-11 Doug Evans <xdje42@gmail.com>
17001
17002 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17003 is given without an explicit form.
17004 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17005 attributes.
17006 * gdb.dwarf/corrupt.exp: Ditto.
17007 * gdb.dwarf2/enum-type.exp: Ditto.
17008 * gdb.trace/entry-values.exp: Ditto.
17009 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17010
17011 2015-01-11 Doug Evans <xdje42@gmail.com>
17012
17013 PR gdb/15830
17014 * gdb.base/maint.exp: Remove references to "maint demangle".
17015 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17016 Add tests for explicitly specifying language to demangle.
17017 * gdb.dlang/demangle.exp: Ditto.
17018
17019 2015-01-09 Pedro Alves <palves@redhat.com>
17020
17021 * gdb.threads/non-stop-fair-events.c: New file.
17022 * gdb.threads/non-stop-fair-events.exp: New file.
17023
17024 2015-01-09 Pedro Alves <palves@redhat.com>
17025
17026 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17027 the global scope. Set a breakpoint after all threads are started
17028 rather than stepping over two source lines. Expect the prompt.
17029 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17030 global.
17031 (NUM): Now 15.
17032 (main): Use threads_started_barrier to wait for all threads to
17033 start. Main thread no longer calls thread_function. Exit after
17034 180 seconds.
17035 (loop): New function.
17036 (thread_function): Wait on threads_started_barrier barrier. Call
17037 'loop' at each iteration.
17038 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17039 threads have started, instead of hardcoding number of "next"
17040 steps. Use an access watchpoint instead of a write watchpoint.
17041
17042 2015-01-09 Pedro Alves <palves@redhat.com>
17043
17044 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17045 (thread_func): Wait on barrier.
17046 (main): Wait for all threads to start before stopping GDB.
17047 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17048 global.
17049 (thread1_func, thread2_func): Wait on barrier.
17050 (main): Wait for all threads to start before stopping GDB.
17051 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17052 New global.
17053 (thread1_func, thread2_func): Wait on barrier.
17054 (main): Wait for all threads to start before stopping GDB.
17055
17056 2015-01-09 Pedro Alves <palves@redhat.com>
17057
17058 * gdb.threads/attach-many-short-lived-threads.c: New file.
17059 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17060
17061 2014-01-09 Pedro Alves <palves@redhat.com>
17062
17063 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17064 instead of to thread 2.
17065 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17066 Add barrier around each pthread_create call instead of around all
17067 calls.
17068 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17069 Set a break on thread_function and have the child threads hit it
17070 one at at a time.
17071
17072 2015-01-09 Pedro Alves <palves@redhat.com>
17073
17074 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17075 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17076 false.
17077 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17078 checking whether the target board is remote.
17079 * gdb.multi/multi-attach.exp: Likewise.
17080 * gdb.python/py-sync-interp.exp: Likewise.
17081 * gdb.server/ext-attach.exp: Likewise.
17082 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17083 tests that need to attach, instead of checking whether the target
17084 board is remote at the top of the file.
17085
17086 2015-01-08 Yao Qi <yao@codesourcery.com>
17087
17088 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17089
17090 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17091
17092 Fix testcase compilation.
17093 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17094
17095 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17096
17097 * gdb.python/py-type.exp: Add a couple test about empty
17098 array creation, and negative-length array creation.
17099
17100 2015-01-02 Doug Evans <xdje42@gmail.com>
17101
17102 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17103
17104 2015-01-02 Doug Evans <dje@google.com>
17105
17106 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17107
17108 2014-12-29 Yao Qi <yao@codesourcery.com>
17109
17110 * gdb.trace/entry-values.exp: Update comments. Rename variable
17111 bar_call_foo to returned_from_foo.
17112
17113 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17114
17115 PR gdb/17394
17116 * gdb.linespec/break-asm-file.c: New file.
17117 * gdb.linespec/break-asm-file.exp: New file.
17118 * gdb.linespec/break-asm-file0.s: New file.
17119 * gdb.linespec/break-asm-file1.s: New file.
17120
17121 2014-12-18 Nigel Stephens <nigel@mips.com>
17122 Maciej W. Rozycki <macro@codesourcery.com>
17123
17124 * gdb.base/float.exp: Handle the new output from "info float" on
17125 MIPS targets.
17126
17127 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17128
17129 Fix MinGW compilation.
17130 * gdb.compile/compile-ops.exp: Update untested message if
17131 !skip_compile_feature_tests.
17132 * gdb.compile/compile-setjmp.exp: Likewise.
17133 * gdb.compile/compile-tls.exp: Likewise.
17134 * gdb.compile/compile.exp: Likewise.
17135 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17136 supported on this host".
17137
17138 2014-12-16 Doug Evans <xdje42@gmail.com>
17139
17140 * boards/stabs.exp: New file.
17141
17142 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17143
17144 * gdb.base/completion.exp: Adjust to format changes of "maint
17145 print user-registers".
17146
17147 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17148
17149 PR server/17457
17150 * gdb.arch/aarch64-fp.c: New file.
17151 * gdb.arch/aarch64-fp.exp: New file.
17152
17153 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17154
17155 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17156 r210637, r210913, r211666, r215400, r215817).
17157
17158 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17159 * dg-extract-results.py: New file.
17160 * dg-extract-results.sh: Use it if the environment seems
17161 suitable.
17162
17163 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17164
17165 * dg-extract-results.py (parse_run): Handle warnings that
17166 are printed before a test harness is run.
17167
17168 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17169
17170 * dg-extract-results.py (Named): Remove __cmp__ method.
17171 (output_variation): Use a key to sort variation.harnesses.
17172
17173 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17174
17175 * dg-extract-results.py: For Python 3, force sys.stdout to
17176 handle surrogate escape sequences.
17177 (safe_open): New function.
17178 (output_segment, main): Use it.
17179
17180 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17181
17182 * dg-extract-results.py (Prog.result_re): Include options
17183 in test name.
17184
17185 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17186
17187 * dg-extract-results.py (output_variation): Always sort if
17188 do_sum.
17189
17190 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17191
17192 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17193 as long as we get pagination notifications.
17194
17195 2014-12-15 Jason Merrill <jason@redhat.com>
17196
17197 * Makefile.in (check-gdb.%): Restore.
17198 * README: Mention it.
17199
17200 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17201
17202 * gdb.ada/str_uninit: New testcase.
17203
17204 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17205
17206 PR symtab/17642
17207 * gdb.base/vla-stub-define.c: New file.
17208 * gdb.base/vla-stub.c: New file.
17209 * gdb.base/vla-stub.exp: New file.
17210
17211 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17212 Jan Kratochvil <jan.kratochvil@redhat.com>
17213 Tom Tromey <tromey@redhat.com>
17214
17215 * configure.ac: Add gdb.compile/.
17216 * configure: Regenerate.
17217 * gdb.compile/Makefile.in: New file.
17218 * gdb.compile/compile-ops.exp: New file.
17219 * gdb.compile/compile-ops.c: New file.
17220 * gdb.compile/compile-tls.c: New file.
17221 * gdb.compile/compile-tls.exp: New file.
17222 * gdb.compile/compile-constvar.S: New file.
17223 * gdb.compile/compile-constvar.c: New file.
17224 * gdb.compile/compile-mod.c: New file.
17225 * gdb.compile/compile-nodebug.c: New file.
17226 * gdb.compile/compile-setjmp-mod.c: New file.
17227 * gdb.compile/compile-setjmp.c: New file.
17228 * gdb.compile/compile-setjmp.exp: New file.
17229 * gdb.compile/compile-shlib.c: New file.
17230 * gdb.compile/compile.c: New file.
17231 * gdb.compile/compile.exp: New file.
17232 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17233
17234 2014-12-12 Tom Tromey <tromey@redhat.com>
17235
17236 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17237 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17238
17239 2014-12-12 Doug Evans <dje@google.com>
17240
17241 * lib/gdb-python.exp (get_python_valueof): New function.
17242 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17243
17244 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17245
17246 * gdb.base/completion.exp: Add test for completion of "info
17247 registers ".
17248
17249 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17250
17251 * gdb.base/func-ptrs.c: New file.
17252 * gdb.base/func-ptrs.exp: New file.
17253
17254 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17255
17256 PR breakpoints/17012
17257 * gdb.base/dprintf-detach.c: New file.
17258 * gdb.base/dprintf-detach.exp: New file.
17259
17260 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17261
17262 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17263 * lib/gdb.exp (target_is_gdbserver): New procedure.
17264
17265 2014-12-08 Doug Evans <dje@google.com>
17266
17267 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17268
17269 2014-12-05 Yao Qi <yao@codesourcery.com>
17270
17271 * gdb.guile/scm-error.exp: Remove the third argument to
17272 gdb_remote_download.
17273 * gdb.guile/scm-frame-args.exp: Likewise.
17274 * gdb.guile/scm-section-script.exp: Likewise.
17275
17276 2014-12-05 Yao Qi <yao@codesourcery.com>
17277
17278 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17279
17280 2014-12-04 Doug Evans <dje@google.com>
17281
17282 * gdb.python/py-objfile.exp: Add tests for
17283 objfile.add_separate_debug_file.
17284
17285 2014-12-04 Doug Evans <dje@google.com>
17286
17287 * lib/gdb.exp (get_build_id): New function.
17288 (build_id_debug_filename_get): Rewrite to use it.
17289 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17290
17291 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17292
17293 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17294 `method(long)', not just 0x0.
17295 * gdb.cp/nsalias.exp: Align code labels to 4.
17296 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17297 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17298 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17299 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17300 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17301 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17302
17303 2014-12-02 Doug Evans <dje@google.com>
17304
17305 PR symtab/17602
17306 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17307 * gdb.cp/anon-ns2.cc: ... here. New file.
17308 * gdb.cp/anon-ns.exp: Update.
17309
17310 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17311
17312 * gdb.python/py-events.py (inferior_call_handler): New.
17313 (register_changed_handler, memory_changed_handler): New.
17314 (test_events.invoke): Register new handlers.
17315 * gdb.python/py-events.exp: Add tests for inferior call,
17316 memory_changed and register_changed events.
17317
17318 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17319
17320 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17321 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17322 if the linker doesn't understand this.
17323
17324 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17325
17326 * gdb.python/python.exp: Change expected reply to help().
17327
17328 2014-12-01 Yao Qi <yao@codesourcery.com>
17329
17330 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17331 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17332 * configure: Re-generated.
17333
17334 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17335
17336 * gdb.cp/chained-calls.cc: New file.
17337 * gdb.cp/chained-calls.exp: New file.
17338 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17339
17340 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17341
17342 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17343 * gdb.dwarf2/symtab-producer.exp: Same.
17344 * gdb.gdb/python-interrupts.exp: Same.
17345 * gdb.gdb/python-selftest.exp: Same.
17346 * gdb.python/py-linetable.exp: Same.
17347 * gdb.python/py-type.exp: Same.
17348 * gdb.python/py-value-cc.exp: Same.
17349 * gdb.python/py-value.exp: Same.
17350
17351 2014-11-28 Yao Qi <yao@codesourcery.com>
17352
17353 * gdb.base/break-probes.exp: Match library name prefixed with
17354 sysroot.
17355
17356 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17357
17358 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17359 test expected output. Add parentheses for the call to print.
17360 Remove L suffix from integers.
17361
17362 2014-11-26 Doug Evans <dje@google.com>
17363
17364 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17365
17366 2014-11-22 Yao Qi <yao@codesourcery.com>
17367
17368 * gdb.trace/entry-values.c: Remove asms.
17369 (foo): Add foo_label.
17370 (bar): Add bar_label.
17371 * gdb.trace/entry-values.exp: Remove code computing foo's
17372 length and bar's length.
17373 (Dwarf::assemble): Invoke function_range for bar and use
17374 MACRO_AT_func for foo.
17375
17376 2014-11-22 Yao Qi <yao@codesourcery.com>
17377
17378 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17379 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17380 Use .Lgcc43_procstart instead of gcc43.
17381
17382 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.ada/n_arr_bound: New testcase.
17385
17386 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17387
17388 PR breakpoints/10737
17389 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17390 test_catch_syscall_multi_arch.
17391 (test_catch_syscall_multi_arch): New function.
17392
17393 2014-11-20 Doug Evans <xdje42@gmail.com>
17394
17395 * gdb.base/maint.exp: Update expected output.
17396
17397 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17398
17399 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17400 4-byte instruction on S390.
17401
17402 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17403
17404 * gdb.ada/arr_arr: New testcase.
17405
17406 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17407
17408 * gdb.ada/pkd_arr_elem: New Testcase.
17409
17410 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17411
17412 * gdb.reverse/break-precsave: Expect completion message for
17413 core file reads.
17414 * gdb.reverse/consecutive-precsave.exp: Likewise.
17415 * gdb.reverse/finish-precsave.exp: Likewise.
17416 * gdb.reverse/i386-precsave.exp: Likewise.
17417 * gdb.reverse/machinestate-precsave.exp: Likewise.
17418 * gdb.reverse/sigall-precsave.exp: Likewise.
17419 * gdb.reverse/solib-precsave.exp: Likewise.
17420 * gdb.reverse/step-precsave.exp: Likewise.
17421 * gdb.reverse/until-precsave.exp: Likewise.
17422 * gdb.reverse/watch-precsave.exp: Likewise.
17423
17424 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17425
17426 * gdb.base/bp-permanent.c: Include unistd.h.
17427 * gdb.python/py-framefilter-mi.c (main): Add return type.
17428 * gdb.python/py-framefilter.c (main): Likewise.
17429 * gdb.trace/actions-changed.c (main): Likewise.
17430
17431 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17432
17433 * gdb.mi/until.c: Add eye-catchers.
17434 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17435 line numbers.
17436
17437 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17438
17439 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17440 function header variants in break1.c.
17441 * gdb.base/ena-dis-br.exp: Likewise.
17442 * gdb.base/hbreak2.exp: Likewise.
17443 * gdb.reverse/until-precsave.exp: Drop references to removed
17444 non-prototype function header variants in ur1.c.
17445 * gdb.reverse/until-reverse.exp: Likewise.
17446
17447 2014-11-17 Petr Machata <pmachata@redhat.com>
17448
17449 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17450 ${_cu_offset_size} bytes abbrev offset.
17451
17452 2014-11-15 Doug Evans <xdje42@gmail.com>
17453
17454 PR symtab/17559
17455 * gdb.base/line-symtabs.exp: New file.
17456 * gdb.base/line-symtabs.c: New file.
17457 * gdb.base/line-symtabs.h: New file.
17458
17459 2014-11-14 Yao Qi <yao@codesourcery.com>
17460
17461 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17462 (func): Add label func_label.
17463 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17464 Replace low_pc and high_pc with MACRO_AT_range.
17465 Replace name, low_pc and high_pc with MACRO_AT_func.
17466
17467 2014-11-14 Yao Qi <yao@codesourcery.com>
17468
17469 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17470 Replace name, low_pc and high_pc with MACRO_AT_func.
17471
17472 2014-11-14 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17475 produce debug information.
17476 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17477
17478 2014-11-14 Yao Qi <yao@codesourcery.com>
17479
17480 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17481 object and get function length.
17482 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17483 with MACRO_AT_func.
17484 (top-level): Replace gdb_compile and clean_restart with
17485 prepare_for_testing.
17486 * gdb.dwarf2/main.c (main): Add label main_label.
17487
17488 2014-11-14 Yao Qi <yao@codesourcery.com>
17489
17490 * lib/dwarf.exp (function_range): New procedure.
17491 (Dwarf::_handle_macro_at_func): New procedure.
17492 (Dwarf::_handle_macro_at_range): New procedure.
17493 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17494
17495 2014-11-14 Yao Qi <yao@codesourcery.com>
17496
17497 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17498 (_handle_attribute): New procedure.
17499
17500 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17501
17502 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17503 * gdb.base/call-sc.c (zed): Likewise.
17504 * gdb.base/checkpoint.c (main): Likewise.
17505 * gdb.base/dump.c (main): Likewise.
17506 * gdb.base/gcore.c (main): Likewise.
17507 * gdb.base/huge.c (main): Likewise.
17508 * gdb.base/multi-forks.c (main): Likewise.
17509 * gdb.base/pr10179-a.c (main): Likewise.
17510 * gdb.base/savedregs.c (main): Likewise.
17511 * gdb.base/sigaltstack.c (main): Likewise.
17512 * gdb.base/siginfo.c (main): Likewise.
17513 * gdb.base/structs.c (zed): Likewise.
17514 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17515 * gdb.mi/mi-syn-frame.c (main): Likewise.
17516 * gdb.mi/until.c (foo, main): Likewise.
17517 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17518 * gdb.base/solib-weak.c (foo): Declare.
17519 * gdb.base/attach-twice.c: Include stdio.h.
17520 * gdb.base/weaklib1.c: Likewise.
17521 * gdb.base/weaklib2.c: Likewise.
17522 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17523 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17524 unistd.h.
17525 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17526 * gdb.mi/mi-exit-code.c: Likewise.
17527 * gdb.base/break-interp-lib.c: Include string.h.
17528 * gdb.base/coremaker.c: Likewise.
17529 * gdb.base/testenv.c: Likewise.
17530 * gdb.python/py-finish-breakpoint.c: Likewise.
17531 * gdb.base/inferior-died.c: Include sys/wait.h.
17532 * gdb.base/fileio.c: Include time.h.
17533 * gdb.base/async-shell.c: Include unistd.h.
17534 * gdb.base/dprintf-non-stop.c: Likewise.
17535 * gdb.base/info-os.c: Likewise.
17536 * gdb.mi/mi-console.c: Likewise.
17537 * gdb.mi/watch-nonstop.c: Likewise.
17538 * gdb.python/py-events.c: Likewise.
17539 * gdb.base/async.c (baz): Move up before its invocation.
17540 * gdb.base/code_elim2.c (my_global_func): Likewise.
17541 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17542 * gdb.base/advance.c (func2): Likewise.
17543
17544 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17545
17546 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17547 variant.
17548 * gdb.base/annota3.c: Likewise.
17549 * gdb.base/async.c: Likewise.
17550 * gdb.base/average.c: Likewise.
17551 * gdb.base/call-ar-st.c: Likewise.
17552 * gdb.base/call-rt-st.c: Likewise.
17553 * gdb.base/call-sc.c: Likewise.
17554 * gdb.base/call-strs.c: Likewise.
17555 * gdb.base/ending-run.c: Likewise.
17556 * gdb.base/execd-prog.c: Likewise.
17557 * gdb.base/exprs.c: Likewise.
17558 * gdb.base/foll-exec.c: Likewise.
17559 * gdb.base/foll-fork.c: Likewise.
17560 * gdb.base/foll-vfork.c: Likewise.
17561 * gdb.base/funcargs.c: Likewise.
17562 * gdb.base/gcore.c: Likewise.
17563 * gdb.base/jump.c: Likewise.
17564 * gdb.base/langs0.c: Likewise.
17565 * gdb.base/langs1.c: Likewise.
17566 * gdb.base/langs2.c: Likewise.
17567 * gdb.base/mips_pro.c: Likewise.
17568 * gdb.base/nodebug.c: Likewise.
17569 * gdb.base/opaque0.c: Likewise.
17570 * gdb.base/opaque1.c: Likewise.
17571 * gdb.base/recurse.c: Likewise.
17572 * gdb.base/run.c: Likewise.
17573 * gdb.base/scope0.c: Likewise.
17574 * gdb.base/scope1.c: Likewise.
17575 * gdb.base/setshow.c: Likewise.
17576 * gdb.base/setvar.c: Likewise.
17577 * gdb.base/shmain.c: Likewise.
17578 * gdb.base/shr1.c: Likewise.
17579 * gdb.base/shr2.c: Likewise.
17580 * gdb.base/sigall.c: Likewise.
17581 * gdb.base/signals.c: Likewise.
17582 * gdb.base/so-indr-cl.c: Likewise.
17583 * gdb.base/solib2.c: Likewise.
17584 * gdb.base/structs.c: Likewise.
17585 * gdb.base/sum.c: Likewise.
17586 * gdb.base/vforked-prog.c: Likewise.
17587 * gdb.base/watchpoint.c: Likewise.
17588 * gdb.reverse/shr2.c: Likewise.
17589 * gdb.reverse/until-reverse.c: Likewise.
17590 * gdb.reverse/ur1.c: Likewise.
17591 * gdb.reverse/watch-reverse.c: Likewise.
17592
17593 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17594
17595 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17596 variant.
17597 * gdb.base/sepdebug.exp: Drop references to removed code.
17598
17599 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17600
17601 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17602 variant. Preserve original line numbering.
17603 * gdb.base/list1.c: Likewise.
17604
17605 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17606
17607 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17608 variant.
17609 * gdb.base/break1.c: Likewise.
17610 * gdb.base/break.exp: Drop references to removed code.
17611
17612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17613
17614 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17615 variant.
17616
17617 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17618
17619 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17620
17621 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17622
17623 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17624 logic into perform_all_tests() and invoke it with and without
17625 function header prototypes.
17626 (do_function_calls): Remove conditional XFAIL for PR 5318.
17627 (rerun_and_prepare): Remove duplicate code.
17628 (perform_all_tests): New. Main logic moved here.
17629
17630 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17631
17632 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17633 code guarded by #ifdef NO_PROTOTYPES.
17634 (t_double_many_args): Likewise.
17635 (DEF_FUNC_MANY_ARGS_1): Likewise.
17636 (DEF_FUNC_VALUES_1): Likewise.
17637 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17638 guarded by #ifdef PROTOTYPES.
17639
17640 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17641
17642 * gdb.mi/mi-console.c: Add eye-catcher.
17643 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17644 instead of literal line number.
17645
17646 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17647
17648 * gdb.base/shr2.c: Add eye-catcher.
17649 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17650 line number.
17651
17652 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17653
17654 * gdb.base/jump.c: Add eye-catchers.
17655 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17656 numbers.
17657
17658 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17659
17660 * gdb.base/execd-prog.c: Add eye-catchers.
17661 * gdb.base/foll-exec.c: Likewise.
17662 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17663 line numbers.
17664
17665 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17666
17667 * gdb.base/ending-run.c: Add eye-catchers.
17668 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17669 literal line numbers.
17670
17671 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17672
17673 * gdb.base/call-rt-st.c: Add eye-catchers.
17674 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17675 literal line numbers.
17676
17677 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17678
17679 * gdb.base/call-ar-st.c: Add eye-catchers.
17680 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17681 literal line numbers.
17682
17683 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17684
17685 * gdb.base/average.c: Add eye-catchers.
17686 * gdb.base/sum.c: Likewise.
17687 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17688 regexps dynamically.
17689
17690 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17691
17692 * gdb.base/solib1.c: Add eye-catchers.
17693 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17694 literal line numbers.
17695
17696 2014-11-12 Pedro Alves <palves@redhat.com>
17697
17698 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17699 leader has exited.
17700
17701 2014-11-12 Pedro Alves <palves@redhat.com>
17702
17703 * gdb.arch/i386-bp_permanent.c: New file.
17704 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17705 (srcfile): Set to i386-bp_permanent.c.
17706 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17707 that stepi does not execute the 'leave' instruction, instead of
17708 testing it does execute.
17709 * gdb.base/bp-permanent.c: New file.
17710 * gdb.base/bp-permanent.exp: New file.
17711
17712 2014-11-10 Doug Evans <xdje42@gmail.com>
17713
17714 PR symtab/17564
17715 * gdb.base/symtab-search-order.exp: New file.
17716 * gdb.base/symtab-search-order.c: New file.
17717 * gdb.base/symtab-search-order-1.c: New file.
17718 * gdb.base/symtab-search-order-shlib-1.c: New file.
17719
17720 2014-11-07 Pedro Alves <palves@redhat.com>
17721
17722 PR gdb/17511
17723 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17724 i?86-*-linux*.
17725
17726 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17727
17728 PR c++/17494
17729 * gdb.cp/pr17494.cc: New file.
17730 * gdb.cp/pr17494.exp: New file.
17731
17732 2014-11-02 Yao Qi <yao@codesourcery.com>
17733
17734 * gdb.python/python.exp: Get working directory and match the
17735 output of "set extended-prompt \\w " with it.
17736
17737 2014-10-30 Doug Evans <dje@google.com>
17738
17739 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17740 in objfiles.
17741 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17742 in progspaces.
17743
17744 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17745
17746 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17747 * gdb.base/realname-expand.exp: Likewise.
17748 * gdb.linespec/macro-relative.exp: Likewise.
17749
17750 2014-10-29 Pedro Alves <palves@redhat.com>
17751
17752 PR gdb/17408
17753 * gdb.threads/schedlock.c (some_function): New function.
17754 (call_function): New global.
17755 (MAYBE_CALL_SOME_FUNCTION): New macro.
17756 (thread_function): Call it.
17757 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17758 and use it instead of a global counter. Adjust all callers.
17759 (get_current_thread): Use "find current thread" for test message
17760 here rather than having all callers pass down the same string.
17761 (goto_loop): New procedure, factored out from ...
17762 (my_continue): ... this.
17763 (step_ten_loops): Change parameter from test message to command to
17764 use. Adjust.
17765 (list_count): Delete global.
17766 (check_result): New procedure, factored out from duplicate top
17767 level code.
17768 (continue tests): Wrap in with_test_prefix.
17769 (test_step): New procedure, factored out from duplicate top level
17770 code.
17771 (top level): Test "step" in combination with all scheduler-locking
17772 modes. Test "next" in combination with all scheduler-locking
17773 modes, and in combination with stepping over a function call or
17774 not.
17775 * gdb.threads/next-bp-other-thread.c: New file.
17776 * gdb.threads/next-bp-other-thread.exp: New file.
17777
17778 2014-10-29 Pedro Alves <palves@redhat.com>
17779
17780 PR python/17372
17781 * gdb.python/python.exp: Test a multi-line command that spawns
17782 interactive Python.
17783 * gdb.base/multi-line-starts-subshell.exp: New file.
17784
17785 2014-10-29 Yao Qi <yao@codesourcery.com>
17786
17787 * gdb.base/fileio.exp: Make directories on host.
17788
17789 2014-10-29 Yao Qi <yao@codesourcery.com>
17790
17791 * gdb.base/fileio.c (test_write): Close the file.
17792
17793 2014-10-28 Pedro Alves <palves@redhat.com>
17794
17795 PR gdb/12623
17796 * gdb.base/sigstep.c (no_handler): New global.
17797 (main): If 'no_handler is true, set the signal handlers to
17798 SIG_IGN.
17799 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17800 with_sw_watch and no_handler parameters. Handle them.
17801 (top level) <stepping over handler when stopped at a breakpoint
17802 test>: Add a test axis for testing with a software watchpoint, and
17803 another for testing with the signal handler set to SIG_IGN.
17804 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17805 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17806
17807 2014-10-28 Pedro Alves <palves@redhat.com>
17808
17809 PR gdb/17511
17810 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17811 * gdb.base/sigstep.exp (other_handler_location): New global.
17812 (advance): Support stepping into the signal handler, and running
17813 commands while in the handler.
17814 (in_handler_map): New global.
17815 (top level): In the advance test, add combinations for getting
17816 into the handler with stepping commands, and for running commands
17817 in the handler. Add comment descripting the advancei tests.
17818
17819 2014-10-28 Pedro Alves <palves@redhat.com>
17820
17821 * gdb.base/sigstep.exp: Use build_executable instead of
17822 prepare_for_testing.
17823 (top level): Move code that starts GDB, runs to main and creates a
17824 display to ...
17825 (restart): ... this new procedure.
17826 (top level): Move backtrace from signal handler test to ...
17827 (validate_backtrace): ... this new procedure.
17828 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17829 with_test_prefix. Always restart GDB.
17830 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17831 with_test_prefix. Always restart GDB. No need to delete
17832 breakpoints after the test.
17833 (test_skip_handler): Remove prefix parameter.
17834 (skip_over_handler, breakpoint_to_handler)
17835 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17836 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17837 restart GDB. No need to delete breakpoints after the test.
17838 (top level): Use foreach to call the test procedures with
17839 different commands.
17840
17841 2014-10-28 Pedro Alves <palves@redhat.com>
17842
17843 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17844 instead of GNATS numbers.
17845 * gdb.base/sigbpt.exp: Likewise.
17846 * gdb.base/siginfo.exp: Likewise.
17847 * gdb.base/sigstep.exp: Likewise.
17848
17849 2014-10-27 Pedro Alves <palves@redhat.com>
17850
17851 * gdb.base/sigstep.c (dummy): New global.
17852 (main): Issue a couple writes to the new global.
17853 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17854 procedures.
17855 (skip_over_handler): Use test_skip_handler.
17856 (top level): Call skip_over_handler for stepi and nexti too.
17857 (breakpoint_over_handler): Use test_skip_handler.
17858 (top level): Call breakpoint_over_handler for stepi and nexti too.
17859
17860 2014-10-27 Yao Qi <yao@codesourcery.com>
17861
17862 * gdb.trace/tfile.c (adjust_function_address)
17863 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17864 function descriptor.
17865
17866 2014-10-24 Don Breazeal <donb@codesourcery.com>
17867
17868 * gdb.base/foll-fork.exp (test_follow_fork,
17869 catch_fork_child_follow): Check for updated fork messages emitted
17870 from infrun.c.
17871 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17872 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17873 vfork_and_exec_child_follow_through_step): Check for updated vfork
17874 messages emitted from infrun.c.
17875
17876 2014-10-24 Pedro Alves <palves@redhat.com>
17877
17878 * gdb.base/corefile.exp: Remove references to ultrix.
17879 * gdb.base/interrupt.exp: Likewise.
17880 * gdb.base/whatis.exp: Likewise.
17881 * gdb.gdb/selftest.exp: Likewise.
17882 * gdb.threads/manythreads.exp: Likewise.
17883 * gdb.threads/print-threads.exp: Likewise.
17884 * gdb.threads/pthreads.exp:: Likewise.
17885 * gdb.threads/schedlock.exp: Likewise.
17886
17887 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17888
17889 * gdb.cp/non-trivial-retval.cc: Add a test case.
17890 * gdb.cp/non-trivial-retval.exp: Add a test.
17891
17892 2014-10-20 Yao Qi <yao@codesourcery.com>
17893
17894 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17895 * gdb.python/py-objfile-script-gdb.py: New file.
17896 * gdb.python/py-objfile-script.exp: Update reference to
17897 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17898 of remote_download. Remove the dest file.
17899
17900 2014-10-20 Yao Qi <yao@codesourcery.com>
17901
17902 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17903 * gdb.base/step-line.exp: Likewise.
17904 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17905 * gdb.dwarf2/dw2-basic.exp: Likewise.
17906 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17907 * gdb.dwarf2/dw2-filename.exp: Likewise.
17908 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17909 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17910 * gdb.dwarf2/dw2-producer.exp: Likewise.
17911 * gdb.dwarf2/mac-fileno.exp: Likewise.
17912 * gdb.python/py-frame-args.exp: Likewise.
17913 * gdb.python/py-framefilter.exp: Likewise.
17914 * gdb.python/py-mi.exp: Likewise.
17915 * gdb.python/py-objfile-script.exp: Likewise
17916 * gdb.python/py-pp-integral.exp: Likewise.
17917 * gdb.python/py-pp-re-notag.exp: Likewise.
17918 * gdb.python/py-prettyprint.exp: Likewise.
17919 * gdb.python/py-section-script.exp: Likewise.
17920 * gdb.python/py-typeprint.exp: Likewise.
17921 * gdb.python/py-xmethods.exp: Likewise.
17922 * gdb.stabs/weird.exp: Likewise.
17923 * gdb.xml/tdesc-regs.exp: Likewise.
17924
17925 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17926
17927 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17928 (out_cu): Use addr_len for the size of addresses.
17929 (out_line): Likewise. Size DW_LNE_set_address instruction
17930 according to addr_len.
17931 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17932 (FUNC): Add START_INSNS to definition.
17933
17934 2014-10-18 Yao Qi <yao@codesourcery.com>
17935
17936 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17937 gdb_has_argv0 return true.
17938 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17939 check [target_info exists noargs], check [gdb_has_argv0]
17940 instead.
17941 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17942 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17943 procedures.
17944
17945 2014-10-17 Doug Evans <dje@google.com>
17946
17947 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17948 event.
17949 * gdb.python/py-events.py: Add clear_objfiles event.
17950
17951 2014-10-17 Doug Evans <dje@google.com>
17952
17953 * gdb.python/py-objfile.exp: Test progspace attribute.
17954
17955 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17956
17957 * gdb.guile/scm-breakpoint.exp: Do not assume any
17958 directory separators when matching source file paths.
17959 * gdb.python/py-breakpoint.exp: Likewise.
17960 * gdb.reverse/break-precsave.exp: Likewise.
17961 * gdb.reverse/break-reverse.exp: Likewise.
17962 * gdb.reverse/consecutive-precsave.exp: Likewise.
17963 * gdb.reverse/finish-precsave.exp: Likewise.
17964 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17965 * gdb.reverse/finish-reverse.exp: Likewise.
17966 * gdb.reverse/i386-precsave.exp: Likewise.
17967 * gdb.reverse/i387-env-reverse.exp: Likewise.
17968 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17969 * gdb.reverse/machinestate-precsave.exp: Likewise.
17970 * gdb.reverse/machinestate.exp: Likewise.
17971 * gdb.reverse/sigall-precsave.exp: Likewise.
17972 * gdb.reverse/solib-precsave.exp: Likewise.
17973 * gdb.reverse/step-precsave.exp: Likewise.
17974 * gdb.reverse/until-precsave.exp: Likewise.
17975 * gdb.reverse/watch-precsave.exp: Likewise.
17976 * gdb.reverse/watch-reverse.exp: Likewise.
17977
17978 2014-10-17 Yao Qi <yao@codesourcery.com>
17979
17980 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17981 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17982
17983 2014-10-17 Pedro Alves <palves@redhat.com>
17984
17985 PR gdb/17471
17986 * gdb.base/bg-execution-repeat.c: New file.
17987 * gdb.base/bg-execution-repeat.exp: New file.
17988
17989 2014-10-17 Pedro Alves <palves@redhat.com>
17990
17991 PR gdb/17300
17992 * gdb.base/continue-all-already-running.c: New file.
17993 * gdb.base/continue-all-already-running.exp: New file.
17994
17995 2014-10-17 Pedro Alves <palves@redhat.com>
17996
17997 PR gdb/17472
17998 * gdb.base/annota-input-while-running.c: New file.
17999 * gdb.base/annota-input-while-running.exp: New file.
18000
18001 2014-10-17 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.base/callfuncs.exp: emove references to osf.
18004 * gdb.base/sigall.exp: Likewise.
18005 * gdb.gdb/selftest.exp: Likewise.
18006 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18007 * gdb.mi/non-stop.c: Likewise.
18008 * gdb.mi/pthreads.c: Likewise.
18009 * gdb.reverse/sigall-precsave.exp: Likewise.
18010 * gdb.reverse/sigall-reverse.exp: Likewise.
18011 * gdb.threads/pthreads.c: Likewise.
18012 * gdb.threads/pthreads.exp: Likewise.
18013
18014 2014-10-17 Yao Qi <yao@codesourcery.com>
18015
18016 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18017 check 'target_info exists noargs'.
18018 (test_command_prompt_position): Likewise.
18019 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18020 Remove "set args".
18021 (progvar_simple_while_test): Likewise.
18022 (progvar_complex_if_while_test): Likewise.
18023 (if_while_breakpoint_command_test): Likewise.
18024 (infrun_breakpoint_command_test): Likewise.
18025 (breakpoint_command_test): Likewise.
18026 (watchpoint_command_test): Likewise.
18027 (bp_deleted_in_command_test): Likewise.
18028 (temporary_breakpoint_commands): Likewise.
18029
18030 2014-10-16 Yao Qi <yao@codesourcery.com>
18031
18032 * gdb.base/remotetimeout.exp: Remove noargs checking.
18033
18034 2014-10-15 Pedro Alves <palves@redhat.com>
18035
18036 PR breakpoints/9649
18037 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18038 * gdb.base/breakpoint-in-ro-region.exp
18039 (probe_target_hardware_step): New procedure.
18040 (top level): Probe hardware stepping and hardware breakpoint
18041 support. Test stepping through a read-only region, with both
18042 "breakpoint auto-hw" on and off and both "always-inserted" on and
18043 off.
18044
18045 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18046
18047 * gdb.dlang/demangle.exp: Update for demangling changes.
18048
18049 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18050
18051 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18052 * gdb.cp/non-trivial-retval.exp: Add new tests.
18053
18054 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18055
18056 PR c++/13403
18057 PR c++/15154
18058 * gdb.cp/non-trivial-retval.cc: New file.
18059 * gdb.cp/non-trivial-retval.exp: New file.
18060
18061 2014-10-15 Yao Qi <yao@codesourcery.com>
18062
18063 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18064 remote host.
18065
18066 2014-10-15 Yao Qi <yao@codesourcery.com>
18067
18068 * gdb.python/py-symbol.exp: Match file base name if host is
18069 remote, otherwise match file name with dir name.
18070 * gdb.python/py-symtab.exp: Likewise.
18071 * gdb.python/python.exp: Likewise.
18072
18073 2014-10-15 Yao Qi <yao@codesourcery.com>
18074
18075 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18076 pattern.
18077 * gdb.python/py-symtab.exp: Likewise.
18078 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18079 locationn.
18080
18081 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18082
18083 * gdb.ada/addr_arith: New testcase.
18084
18085 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18086
18087 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18088 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18089 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18090 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18091
18092 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18093
18094 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18095 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18096 * gdb.arch/stap-eval-lang-ada.exp: New file.
18097
18098 2014-10-14 Yao Qi <yao@codesourcery.com>
18099
18100 * gdb.mi/mi-var-child.c (nothing1): New function.
18101 (nothing2): New function.
18102 (do_children_tests): Set function pointers by nothing1 and
18103 nothing2.
18104 * gdb.mi/mi-var-child.exp: Step over new added statements.
18105 Update test to match the new output.
18106 * gdb.mi/var-cmd.c (nothing1): New function.
18107 (nothing2): New function.
18108 (do_children_tests): Set function pointers by nothing1 and
18109 nothing2.
18110 * gdb.mi/mi-var-display.exp: Update test to match output.
18111 Step to the line specified by $line_dct_nothing.
18112 Increase the number of lines to step.
18113
18114 2014-10-14 Yao Qi <yao@codesourcery.com>
18115
18116 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18117 tests.
18118 * gdb.mi/mi2-var-child.exp: Likewise.
18119
18120 2014-10-13 Doug Evans <dje@google.com>
18121
18122 * gdb.python/py-objfile.exp: Change name of file name test.
18123
18124 2014-10-13 Doug Evans <dje@google.com>
18125
18126 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18127 from the start of the CU.
18128
18129 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18130 Yao Qi <yao@codesourcery.com>
18131
18132 Fix "save breakpoints" for "catch" command.
18133 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18134 Remove -nonewline. Match also the added "main" line.
18135
18136 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18137
18138 Fix "save breakpoints" for "disable $bpnum" command.
18139 * gdb.base/save-bp.c (main): Add label.
18140 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18141
18142 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18143
18144 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18145
18146 2014-10-11 Yao Qi <yao@codesourcery.com>
18147
18148 * gdb.server/server-kill.exp: Execute command
18149 "set remote trace-status-packet on" before "tstatus".
18150
18151 2014-10-11 Yao Qi <yao@codesourcery.com>
18152
18153 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18154 (main): Call getppid.
18155 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18156 and continue to it. Read variable "server_pid".
18157
18158 2014-10-11 Yao Qi <yao@codesourcery.com>
18159
18160 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18161
18162 2014-10-11 Yao Qi <yao@codesourcery.com>
18163
18164 * gdb.threads/thread-find.exp: Don't execute command
18165 "info threads".
18166 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18167 * gdb.threads/linux-dp.exp: Don't check the condition
18168 $threads_created equals to zero.
18169
18170 2014-10-10 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.base/bigcore.exp: Remove references to IRIX.
18173 * gdb.base/funcargs.exp: Likewise.
18174 * gdb.base/interrupt.exp: Likewise.
18175 * gdb.base/mips_pro.exp: Likewise.
18176 * gdb.base/nodebug.exp: Likewise.
18177 * gdb.base/setvar.exp: Likewise.
18178 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18179
18180 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18181 Pedro Alves <palves@redhat.com>
18182
18183 PR symtab/14466
18184 * gdb.base/vdso-warning.c: New file.
18185 * gdb.base/vdso-warning.exp: New file.
18186
18187 2014-10-02 Doug Evans <dje@google.com>
18188
18189 * gdb.base/structs.c (main): Don't run forever.
18190
18191 2014-10-02 Pedro Alves <palves@redhat.com>
18192
18193 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18194 (top level) <stop threads 1, stop threads 2>: Use it.
18195
18196 2014-10-02 Pedro Alves <palves@redhat.com>
18197
18198 * gdb.threads/break-while-running.exp (test): Add new
18199 'update_thread_list' argument. Skip "info threads" if false.
18200 (top level): Add new 'update_thread_list' axis.
18201
18202 2014-10-02 Pedro Alves <palves@redhat.com>
18203
18204 PR breakpoints/17431
18205 * gdb.base/execl-update-breakpoints.c: New file.
18206 * gdb.base/execl-update-breakpoints.exp: New file.
18207
18208 2014-10-01 Pedro Alves <palves@redhat.com>
18209
18210 * gdb.base/breakpoint-in-ro-region.c: New file.
18211 * gdb.base/breakpoint-in-ro-region.exp: New file.
18212
18213 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18214
18215 * gdb.mi/mi-exit-code.exp: New file.
18216 * gdb.mi/mi-exit-code.c: New file.
18217
18218 2014-09-30 Yao Qi <yao@codesourcery.com>
18219
18220 * lib/prelink-support.exp (build_executable_own_libs): Error if
18221 the target isn't native.
18222
18223 2014-09-30 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18226 false.
18227
18228 2014-09-22 Pedro Alves <palves@redhat.com>
18229
18230 * gdb.threads/break-while-running.exp: New file.
18231 * gdb.threads/break-while-running.c: New file.
18232
18233 2014-09-19 Yao Qi <yao@codesourcery.com>
18234
18235 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18236 Invoke test. Restart GDB with --readnow and invoke test again.
18237
18238 2014-09-19 Yao Qi <yao@codesourcery.com>
18239
18240 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18241 proc set_breakpoint_on_gcd_function. Invoke
18242 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18243 invoke set_breakpoint_on_gcd_function again.
18244
18245 2014-09-18 Doug Evans <dje@google.com>
18246
18247 * gdb.dwarf2/symtab-producer.exp: New file.
18248
18249 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18250
18251 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18252 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18253 * gdb.base/global-var-nested-by-dso.c: Likewise.
18254 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18255
18256 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18257 Pedro Alves <palves@redhat.com>
18258
18259 * gdb.base/watch-bitfields.exp: Pass string other than test file
18260 name to prepare_for_testing.
18261 (watch): New procedure.
18262 (expect_watchpoint): Use with_test_prefix.
18263 (top level): Factor out tests to ...
18264 (test_watch_location, test_regular_watch): ... these new
18265 procedures, and use with_test_prefix and gdb_continue_to_end.
18266
18267 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18268
18269 PR breakpoints/12526
18270 * gdb.base/watch-bitfields.exp: New file.
18271 * gdb.base/watch-bitfields.c: New file.
18272
18273 2014-09-16 Pedro Alves <palves@redhat.com>
18274
18275 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18276 software and hardware addresses, not software address against
18277 itself.
18278
18279 2014-09-16 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18282 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18283
18284 2014-09-16 Pedro Alves <palves@redhat.com>
18285
18286 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18287 files.
18288 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18289 "*-*-vxworks*" throughout.
18290 * gdb.base/break.exp: Likewise.
18291 * gdb.base/default.exp: Likewise.
18292 * gdb.base/scope.exp: Likewise.
18293 * gdb.base/sepdebug.exp: Likewise.
18294 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18295 throughout.
18296 * gdb.base/run.c: Likewise.
18297 * gdb.base/sepdebug.c: Likewise.
18298 * gdb.hp/gdb.aCC/run.c: Likewise.
18299 * gdb.reverse/until-reverse.c: Likewise.
18300 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18301
18302 2014-09-16 Yao Qi <yao@codesourcery.com>
18303
18304 * boards/local-remote-host-native.exp: New file.
18305
18306 2014-09-14 Doug Evans <xdje42@gmail.com>
18307
18308 * gdb.threads/queue-signal.c (thread_count): New variable.
18309 (thread_count_mutex, thread_count_condvar): New variables.
18310 (incr_thread_count, wait_all_threads_running): New functions.
18311 (main): Wait for all threads to be in their thread functions.
18312
18313 2014-09-13 Doug Evans <xdje42@gmail.com>
18314
18315 * gdb.threads/queue-signal.c: New file.
18316 * gdb.threads/queue-signal.exp: New file.
18317
18318 2014-09-13 Doug Evans <xdje42@gmail.com>
18319
18320 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18321 be consistent with what default_gdb_init uses.
18322 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18323 the plain text of the prompt. Add some logging printfs.
18324 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18325
18326 2014-09-12 Pedro Alves <palves@redhat.com>
18327
18328 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18329 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18330 * gdb.arch/i386-size-overlap.exp: Likewise.
18331 * gdb.arch/i386-size.exp: Likewise.
18332 * gdb.arch/i386-unwind.exp: Likewise.
18333 * gdb.base/a2-run.exp: Likewise.
18334 * gdb.base/break.exp: Likewise.
18335 * gdb.base/charset.exp: Likewise.
18336 * gdb.base/chng-syms.exp: Likewise.
18337 * gdb.base/commands.exp: Likewise.
18338 * gdb.base/dbx.exp: Likewise.
18339 * gdb.base/find.exp: Likewise.
18340 * gdb.base/funcargs.exp: Likewise.
18341 * gdb.base/jit-simple.exp: Likewise.
18342 * gdb.base/reread.exp: Likewise.
18343 * gdb.base/sepdebug.exp: Likewise.
18344 * gdb.base/step-bt.exp: Likewise.
18345 * gdb.cp/mb-inline.exp: Likewise.
18346 * gdb.cp/mb-templates.exp: Likewise.
18347 * gdb.objc/basicclass.exp: Likewise.
18348 * gdb.threads/killed.exp: Likewise.
18349
18350 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18351
18352 PR tdep/17379
18353 * gdb.arch/powerpc-stackless.S: New file.
18354 * gdb.arch/powerpc-stackless.exp: New file.
18355
18356 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18357
18358 * gdb.base/attach.c: Include unistd.h.
18359 (main): Call alarm. Add label postloop.
18360 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18361 gdb_breakpoint, gdb_continue_to_breakpoint.
18362 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18363
18364 2014-09-11 Pedro Alves <palves@redhat.com>
18365
18366 PR gdb/17347
18367 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18368 * gdb.base/attach.exp (test_command_line_attach_run): New
18369 procedure.
18370 (top level): Call it.
18371
18372 2014-09-11 Pedro Alves <palves@redhat.com>
18373
18374 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18375 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18376 (do_command_attach_tests): Use spawn_wait_for_attach.
18377 * gdb.base/solib-overlap.exp: Likewise.
18378 * gdb.multi/multi-attach.exp: Likewise.
18379 * gdb.python/py-prompt.exp: Likewise.
18380 * gdb.python/py-sync-interp.exp: Likewise.
18381 * gdb.server/ext-attach.exp: Likewise.
18382
18383 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18384
18385 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18386 command in testcase. Simplify testcase.
18387
18388 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18389
18390 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18391
18392 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18393
18394 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18395
18396 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18397
18398 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18399
18400 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18401
18402 * gdb.dwarf2/dynarr-ptr.c: New file.
18403 * gdb.dwarf2/dynarr-ptr.exp: New file.
18404
18405 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18406
18407 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18408 of 30 rather than hardcoding 120 for a slow test case. Take the
18409 `gdb,timeout' target setting into account for this calculation.
18410 Don't extend the timeout for the test cases that don't need it.
18411
18412 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18413
18414 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18415 a factor of 2 for a slow test case. Take the `gdb,timeout'
18416 target setting into account for this calculation.
18417 * gdb.reverse/until-precsave.exp: Increase the timeout by
18418 a factor of 15 and 3 respectively rather than adding 120
18419 for a pair of slow test cases. Take the `gdb,timeout'
18420 target setting into account for this calculation.
18421
18422 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18423
18424 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18425 timeout, don't pass one down to gdb_expect.
18426 (gdb_expect): Rework timeout selection.
18427
18428 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18429
18430 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18431 exception on timeout.
18432 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18433 (gdbserver_start_extended): Catch any `gdbserver_start' error
18434 exceptions.
18435 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18436 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18437 `gdbserver_gdb_load' error exceptions.
18438
18439 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18440
18441 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18442 120 on waiting for the TCP socket to open.
18443
18444 2014-09-09 Doug Evans <xdje42@gmail.com>
18445
18446 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18447 _caller_matches, _any_caller_is, _any_caller_matches.
18448
18449 2014-09-09 Doug Evans <xdje42@gmail.com>
18450
18451 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18452
18453 2014-09-09 Yao Qi <yao@codesourcery.com>
18454
18455 * gdb.mi/mi-var-display.exp: Set print symbol off.
18456
18457 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18458
18459 PR gdb/17035
18460 * gdb.base/commands.exp: Add tests to verify user-defined
18461 commands with empty bodies.
18462 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18463 python commands in `show user command`.
18464 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18465 scheme commands in `show user command`.
18466
18467 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18468
18469 PR python/17355
18470 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18471 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18472 * gdb.python/py-framefilter-invalidarg.exp: New file.
18473 * gdb.python/py-framefilter-invalidarg.py: New file.
18474
18475 2014-09-06 Doug Evans <xdje42@gmail.com>
18476
18477 PR 15276
18478 * gdb.python/py-caller-is.c: New file.
18479 * gdb.python/py-caller-is.exp: New file.
18480
18481 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18482
18483 PR gdb/17235
18484 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18485 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18486
18487 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18488
18489 PR fortran/17237
18490 * gdb.fortran/print-formatted.exp: New file.
18491 * gdb.fortran/print-formatted.f90: Likewise.
18492
18493 2014-09-03 Sasha Smundak <asmundak@google.com>
18494
18495 * gdb.python/py-frame.exp: Test Frame.read_register.
18496
18497 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18498
18499 PR python/16699
18500 * gdb.python/py-completion.exp: New file.
18501 * gdb.python/py-completion.py: Likewise.
18502
18503 2014-08-28 Doug Evans <dje@google.com>
18504
18505 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18506 eax,etc. are live with values set by gdb and thus the compiler can't
18507 use them.
18508 * gdb.arch/i386-pseudo.c (main): Ditto.
18509
18510 2014-08-27 Doug Evans <dje@google.com>
18511
18512 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18513
18514 2014-08-25 Doug Evans <dje@google.com>
18515
18516 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18517 (main): Ditto.
18518
18519 2014-08-25 Doug Evans <dje@google.com>
18520
18521 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18522
18523 2014-08-24 Yao Qi <yao@codesourcery.com>
18524
18525 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18526 symbol off.
18527 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18528
18529 2014-08-22 Doug Evans <dje@google.com>
18530
18531 PR 17276
18532 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18533 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18534 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18535
18536 2014-08-22 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18539 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18540 * gdb.python/python.exp: Likewise. Use .py file on the host
18541 instead of the build.
18542
18543 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18544
18545 * gdb.threads/gcore-stale-thread.c: New file.
18546 * gdb.threads/gcore-stale-thread.exp: New file.
18547
18548 2014-08-21 Pedro Alves <palves@redhat.com>
18549
18550 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18551 * gdb.base/gcore-relro-pie.exp: Likewise.
18552 * gdb.base/gcore-relro.exp: Likewise.
18553 * gdb.base/gcore.exp: Likewise.
18554 * gdb.base/print-symbol-loading.exp: Likewise.
18555 * gdb.threads/gcore-thread.exp: Likewise.
18556 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18557
18558 2014-08-20 Pedro Alves <palves@redhat.com>
18559 Jan Kratochvil <jan.kratochvil@redhat.com>
18560
18561 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18562 configure.
18563 (EXPECT): Handle READ1 being set.
18564 (all): Depend on EXTRA_RULES.
18565 (check-read1, expect-read1, read1.so, read1): New rules.
18566 * README (Testsuite Parameters): Document the READ1 make variable.
18567 (Race detection): New section.
18568 * configure: Regenerate.
18569 * configure.ac: If build==host==target, and running under a
18570 GNU/glibc system, add read1 to the extra Makefile rules.
18571 (EXTRA_RULES): AC_SUBST it.
18572 * lib/read1.c: New file.
18573
18574 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18575
18576 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18577 the handling of variables declared as a typedef to an array
18578 which a DW_AT_data_location attribute.
18579
18580 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18581 Pedro Alves <palves@redhat.com>
18582
18583 PR symtab/14604
18584 PR symtab/14605
18585 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18586 gdb_test.
18587
18588 2014-08-19 Pedro Alves <palves@redhat.com>
18589
18590 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18591
18592 2014-08-19 Yao Qi <yao@codesourcery.com>
18593
18594 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18595 right line.
18596
18597 2014-08-18 David Blaikie <dblaikie@gmail.com>
18598
18599 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18600
18601 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18602
18603 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18604 attribute in array range.
18605
18606 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18607
18608 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18609
18610 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18611
18612 PR c++/17132
18613 * gdb.cp/pr17132.cc: New file.
18614 * gdb.cp/pr17132.exp: New file.
18615
18616 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18617
18618 * gdb.python/py-xmethods.py (A_getarrayind)
18619 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18620 Use 'print' with function call syntax.
18621 (E_method_matcher.match): Fix tab vs space indentation mixup.
18622
18623 2014-08-15 Yao Qi <yao@codesourcery.com>
18624
18625 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18626 false.
18627
18628 2014-08-15 Yao Qi <yao@codesourcery.com>
18629
18630 * gdb.cp/casts.exp: Set print symbol off.
18631 * gdb.cp/class2.exp: Likewise.
18632 * gdb.cp/overload.exp: Likewise.
18633 * gdb.cp/templates.exp: Likewise.
18634
18635 2014-08-11 Doug Evans <dje@google.com>
18636
18637 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18638 (test_load_shlib): Update.
18639
18640 2014-08-09 Yao Qi <yao@codesourcery.com>
18641
18642 * gdb.base/display.exp: Invoke is_address_zero_readable.
18643 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18644 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18645 * gdb.base/hbreak-unmapped.exp: Return if
18646 is_address_zero_readable returns true.
18647 * gdb.base/signest.exp: Likewise.
18648 * gdb.base/signull.exp: Likewise.
18649 * gdb.base/sigbpt.exp: Likewise.
18650 * gdb.guile/scm-disasm.exp: Do the test if
18651 is_address_zero_readable returns false.
18652 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18653 * gdb.python/py-arch.exp: Likewise.
18654 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18655 * lib/gdb.exp (is_address_zero_readable): New proc.
18656
18657 2014-08-09 Yao Qi <yao@codesourcery.com>
18658
18659 PR testsuite/13443
18660 * gdb.mi/mi-var-display.exp: Make test messages unique.
18661
18662 2014-08-04 Tom Tromey <tromey@redhat.com>
18663
18664 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18665 target 0".
18666
18667 2014-08-04 Tom Tromey <tromey@redhat.com>
18668
18669 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18670 "target_resume".
18671
18672 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18675 inner_vla_struct_object_size.
18676 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18677 as xfail.
18678
18679 2014-07-30 Pedro Alves <palves@redhat.com>
18680
18681 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18682 comment.
18683
18684 2014-07-29 Yao Qi <yao@codesourcery.com>
18685
18686 PR gdb/17206
18687 * gdb.base/until-nodebug.exp: New.
18688
18689 2014-07-28 Doug Evans <xdje42@gmail.com>
18690
18691 PR guile/17203
18692 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18693 previously existing parameter, and previously ambiguously spelled
18694 parameter.
18695
18696 2014-07-28 Will Newton <will.newton@linaro.org>
18697
18698 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18699
18700 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18701 Doug Evans <xdje42@gmail.com>
18702
18703 PR guile/17146
18704 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18705
18706 2014-07-25 Pedro Alves <palves@redhat.com>
18707
18708 * gdb.threads/signal-command-handle-nopass.c: New file.
18709 * gdb.threads/signal-command-handle-nopass.exp: New file.
18710 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18711 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18712 * gdb.threads/signal-delivered-right-thread.c: New file.
18713 * gdb.threads/signal-delivered-right-thread.exp: New file.
18714
18715 2014-07-25 Pedro Alves <palves@redhat.com>
18716
18717 * gdb.base/double-prompt-target-event-error.exp
18718 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18719 match.
18720 (cancel_pagination_in_target_event): Rework double prompt
18721 detection.
18722 * gdb.base/paginate-after-ctrl-c-running.exp
18723 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18724 <return>' match.
18725 * gdb.base/paginate-bg-execution.exp
18726 (test_bg_execution_pagination_return)
18727 (test_bg_execution_pagination_cancel): Remove '-notransfer
18728 <return>' matches.
18729 * gdb.base/paginate-execution-startup.exp
18730 (test_fg_execution_pagination_return)
18731 (test_fg_execution_pagination_cancel): Remove '-notransfer
18732 <return>' matches.
18733 * gdb.base/paginate-inferior-exit.exp
18734 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18735 match.
18736 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18737 * lib/gdb.exp (pagination_prompt): Run text through
18738 string_to_regexp.
18739 (gdb_test_multiple): Match $pagination_prompt instead of
18740 "<return>".
18741 (string_to_regexp): Move to lib/gdb-utils.exp.
18742
18743 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18744
18745 * gdb.arch/amd64-entry-value-paramref.S: New file.
18746 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18747 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18748 * gdb.arch/amd64-optimout-repeat.S: New file.
18749 * gdb.arch/amd64-optimout-repeat.c: New file.
18750 * gdb.arch/amd64-optimout-repeat.exp: New file.
18751
18752 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18753
18754 PR gdb/17170
18755 * gdb.base/statistics.exp: New file.
18756
18757 2014-07-17 Doug Evans <dje@google.com>
18758
18759 PR gdb/17170
18760 * gdb.base/maint.exp: Update testing of per-command stats.
18761
18762 2014-07-16 Pedro Alves <palves@redhat.com>
18763
18764 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18765 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18766 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18767 (tfile_write_buf): New functions.
18768 (add_memory_block): Rewrite using the above.
18769 (adjust_function_address): New function.
18770 (FUNCTION_ADDRESS): New macro.
18771 (write_basic_trace_file): Remove short_x local, and use
18772 tfile_write_16. Change type of func_addr local to unsigned long
18773 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18774 here. Cast argument of add_memory_block to char pointer.
18775 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18776 (main): Remove parameters.
18777 * gdb.trace/tfile.exp: Remove nowarnings.
18778
18779 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18780
18781 * gdb.base/debug-expr.exp: Test string evaluation with
18782 "debug expression" on.
18783
18784 2014-07-15 Pedro Alves <palves@redhat.com>
18785
18786 * gdb.base/reread.exp: Use clean_restart.
18787
18788 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18789
18790 * gdb.arch/avr-flash-qualifer.c: New.
18791 * gdb.arch/avr-flash-qualifer.exp: New.
18792
18793 2014-07-14 Pedro Alves <palves@redhat.com>
18794
18795 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18796 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18797
18798 2014-07-14 Pedro Alves <palves@redhat.com>
18799
18800 * gdb.base/double-prompt-target-event-error.c: New file.
18801 * gdb.base/double-prompt-target-event-error.exp: New file.
18802
18803 2014-07-14 Pedro Alves <palves@redhat.com>
18804
18805 PR gdb/17072
18806 * gdb.base/paginate-inferior-exit.c: New file.
18807 * gdb.base/paginate-inferior-exit.exp: New file.
18808
18809 2014-07-14 Pedro Alves <palves@redhat.com>
18810
18811 PR gdb/17072
18812 * gdb.base/paginate-bg-execution.c: New file.
18813 * gdb.base/paginate-bg-execution.exp: New file.
18814
18815 2014-07-14 Pedro Alves <palves@redhat.com>
18816
18817 PR gdb/17072
18818 * gdb.base/paginate-execution-startup.c: New file.
18819 * gdb.base/paginate-execution-startup.exp: New file.
18820 * lib/gdb.exp (pagination_prompt): New global.
18821 (default_gdb_spawn): New procedure, factored out from
18822 default_gdb_spawn.
18823 (default_gdb_start): Adjust to call default_gdb_spawn.
18824 (gdb_spawn): New procedure.
18825
18826 2014-07-14 Pedro Alves <palves@redhat.com>
18827
18828 * lib/gdb.exp (gdb_assert): New procedure.
18829 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18830
18831 2014-07-14 Pedro Alves <palves@redhat.com>
18832
18833 * gdb.base/execution-termios.c: New file.
18834 * gdb.base/execution-termios.exp: New file.
18835
18836 2014-07-14 Tom Tromey <tromey@redhat.com>
18837
18838 * gdb.cp/vla-cxx.cc: New file.
18839 * gdb.cp/vla-cxx.exp: New file.
18840
18841 2014-07-14 Tom Tromey <tromey@redhat.com>
18842
18843 * gdb.reverse/rerun-prec.c: New file.
18844 * gdb.reverse/rerun-prec.exp: New file.
18845
18846 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18847 Maciej W. Rozycki <macro@codesourcery.com>
18848
18849 * lib/gdb-utils.exp: New file.
18850 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18851 inline `gdb_init_command' processing.
18852 (gdb_start_cmd): Likewise.
18853 * lib/mi-support.exp (mi_run_cmd): Likewise.
18854 * README: Document `gdb_init_command' and `gdb_init_commands'.
18855
18856 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18857
18858 Fix false FAIL running under a very long directory name.
18859 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18860 and "set print elements 10000". Twice.
18861
18862 2014-07-11 Yao Qi <yao@codesourcery.com>
18863
18864 * gdb.base/exprs.exp: "set print symbol off".
18865
18866 2014-07-11 Pedro Alves <palves@redhat.com>
18867
18868 * gdb.threads/kill.c: New file.
18869 * gdb.threads/kill.exp: New file.
18870
18871 2014-07-10 Yao Qi <yao@codesourcery.com>
18872
18873 * gdb.trace/tfile.c (write_basic_trace_file)
18874 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18875 address written to trace file.
18876
18877 2014-07-09 Pedro Alves <palves@redhat.com>
18878
18879 * gdb.base/attach-wait-input.exp: New file.
18880 * gdb.base/attach-wait-input.c: New file.
18881
18882 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18883
18884 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18885 setting up test structures.
18886 (main): Call new test function.
18887 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18888 test function, continue into test function and walk test
18889 structures.
18890
18891 2014-07-02 Yao Qi <yao@codesourcery.com>
18892
18893 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18894 'bar_start' at the beginning of functions 'foo' and 'bar'
18895 respectively.
18896 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18897 instead of 'foo' and 'bar'.
18898
18899 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18900
18901 * gdb.btrace/segv.exp: New.
18902 * gdb.btrace/segv.c: New.
18903
18904 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18905
18906 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18907 instruction.
18908
18909 2014-06-30 Mark Wielaard <mjw@redhat.com>
18910
18911 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18912 vulture, vilify, villar): New volatile array constants.
18913 (vindictive, vegetation): New const volatile array constants.
18914 * gdb.base/volatile.exp: Test volatile and const volatile array
18915 types.
18916
18917 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18918
18919 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18920 target lacks support for awatch, rwatch, or hbreak.
18921
18922 2014-06-27 Yao Qi <yao@codesourcery.com>
18923
18924 * gdb.multi/dummy-frame-restore.exp: New.
18925 * gdb.multi/dummy-frame-restore.c: New.
18926
18927 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18928
18929 * gdb.btrace/gcore.exp: New.
18930
18931 2014-06-23 Pedro Alves <palves@redhat.com>
18932
18933 * gdb.base/watchpoint-reuse-slot.c: New file.
18934 * gdb.base/watchpoint-reuse-slot.exp: New file.
18935
18936 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18937
18938 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18939 progspace's filename in 'info', 'enable' and 'disable' command
18940 tests.
18941
18942 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18943
18944 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18945 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18946 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18947
18948 2014-06-20 Gary Benson <gbenson@redhat.com>
18949
18950 * gdb.arch/i386-avx.exp: Fix include file location.
18951 * gdb.arch/i386-sse.exp: Likewise.
18952
18953 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18954
18955 * gdb.dlang/expression.exp: New file.
18956
18957 2014-06-19 Pedro Alves <palves@redhat.com>
18958
18959 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18960 out from ...
18961 (top level): ... here. Iterate running tests under different
18962 scheduler-locking settings.
18963
18964 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18965
18966 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18967 to DW_FORM_addr and use non-zero addresses.
18968
18969 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18970
18971 PR gdb/17017
18972 * gdb.python/py-xmethods.cc: Add global function call counters and
18973 increment them in their respective functions. Remove "cout"
18974 statements.
18975 * gdb.python/py-xmethods.exp: Make tests check the global function
18976 call counters instead of depending on inferior IO.
18977
18978 2014-06-18 Don Breazeal <donb@codesourcery.com>
18979
18980 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18981 Deleted procedure.
18982 (explicit_fork_parent_follow): Deleted procedure.
18983 (explicit_fork_child_follow): Deleted procedure.
18984 (test_follow_fork): New procedure.
18985 (do_fork_tests): Replace calls to deleted procedures with
18986 calls to test_follow_fork and reset GDB for subsequent
18987 procedure calls.
18988
18989 2014-06-17 Yao Qi <yao@codesourcery.com>
18990
18991 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18992 CP1252.
18993
18994 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
18995
18996 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18997 Initialize ptr and S explicitly.
18998 (skip_type_update_when_not_use_rtti_test): Likewise.
18999
19000 2014-06-16 Keith Seitz <keiths@redhat.com>
19001
19002 PR mi/15863
19003 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19004 the inferior is started.
19005
19006 2014-06-16 Pedro Alves <palves@redhat.com>
19007
19008 * gdb.base/break-main-file-remove-fail.c: New file.
19009 * gdb.base/break-main-file-remove-fail.exp: New file.
19010 * gdb.base/break-unload-file.exp: Use build_executable instead of
19011 prepare_for_testing.
19012 (test_break): New parameter "initial_load". Handle it.
19013 (top level): Add initial_load cmdline/file axis.
19014
19015 2014-06-12 Tom Tromey <tromey@redhat.com>
19016
19017 * gdb.base/completion.exp: Don't use directory name in test.
19018
19019 2014-06-09 Gary Benson <gbenson@redhat.com>
19020
19021 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19022 separate the always-available ANSI-standard signals from the
19023 signals that require checking.
19024 (main): Likewise.
19025 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19026 Likewise.
19027 (main): Likewise.
19028
19029 2014-06-07 Keith Seitz <keiths@redhat.com>
19030
19031 Revert:
19032 PR c++/16253
19033 * gdb.cp/var-tag.cc: New file.
19034 * gdb.cp/var-tag.exp: New file.
19035 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19036 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19037 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19038 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19039
19040 2014-06-06 Doug Evans <xdje42@gmail.com>
19041
19042 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19043
19044 2014-06-06 Pedro Alves <palves@redhat.com>
19045
19046 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19047 in target debug output instead of looking at RSP packets,
19048 disabling the test on any target that uses hardware stepping.
19049 Update comments.
19050
19051 2014-06-06 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/break-unload-file.exp: Fix typo.
19054
19055 2014-06-06 Yao Qi <yao@codesourcery.com>
19056
19057 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19058 from "jit_function" to "^jit_function".
19059
19060 2014-06-06 Yao Qi <yao@codesourcery.com>
19061
19062 * gdb.base/async.c (foo): Add one statement.
19063 * gdb.base/async.exp: Get the next instruction address and
19064 match the output of "nexti" by instruction address. Match
19065 the hex address in the output of "finish".
19066
19067 2014-06-06 Gary Benson <gbenson@redhat.com>
19068
19069 * gdb.base/call-signals.c: Remove preprocessor conditionals
19070 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19071 SIGSEGV and SIGTERM.
19072 * gdb.base/sigall.c: Likewise.
19073 * gdb.base/unwindonsignal.c: Likewise.
19074 * gdb.reverse/sigall-reverse.c: Likewise.
19075
19076 2014-06-06 Yao Qi <yao@codesourcery.com>
19077
19078 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19079 readable, skip the test.
19080
19081 2014-06-06 Yao Qi <yao@codesourcery.com>
19082
19083 * gdb.threads/staticthreads.c (thread_function): Move the line
19084 setting breakpoint on forward.
19085 * gdb.threads/staticthreads.exp: Update comments.
19086
19087 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19088
19089 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19090 "history-append! type error".
19091
19092 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19093
19094 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19095 erroneous dprintf expected input.
19096
19097 2014-06-04 Doug Evans <xdje42@gmail.com>
19098
19099 * gdb.guile/scm-generics.exp: Delete.
19100
19101 2014-06-04 Doug Evans <xdje42@gmail.com>
19102
19103 * gdb.guile/scm-breakpoint.exp: Update.
19104 Add tests for breakpoint registration.
19105
19106 2014-06-04 Tom Tromey <tromey@redhat.com>
19107
19108 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19109 VLA-in-union.
19110 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19111 inner_vla_struct, vla_union types. Initialize objects of those
19112 types and compute their sizes.
19113
19114 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19115 Hui Zhu <hui@codesourcery.com>
19116
19117 * gdb.base/fileio.exp: Add test for shell not available as well as
19118 available.
19119 * gdb.base/fileio.c (test_system): Check for shell twice.
19120
19121 2014-06-04 Yao Qi <yao@codesourcery.com>
19122
19123 * gdb.base/auto-connect-native-target.exp: Remove redundant
19124 space from the regexp pattern.
19125
19126 2014-06-04 Yao Qi <yao@codesourcery.com>
19127
19128 * gdb.base/default.exp: Replace "child" with "native" in
19129 regexp pattern.
19130
19131 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19132
19133 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19134 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19135 * gdb.python/py-xmethods.py: Python script supporting the
19136 new testcase and tests.
19137
19138 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19139 Pedro Alves <palves@redhat.com>
19140
19141 PR breakpoints/17000
19142 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19143 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19144
19145 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19146
19147 * gdb.base/subst.exp: Add tests to verify partial path matching
19148 output.
19149
19150 2014-06-03 Pedro Alves <palves@redhat.com>
19151
19152 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19153 target that doesn't use software single-stepping.
19154
19155 2014-06-03 Pedro Alves <palves@redhat.com>
19156
19157 PR breakpoints/17000
19158 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19159 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19160
19161 2014-06-02 Doug Evans <xdje42@gmail.com>
19162
19163 * gdb.guile/scm-parameter.exp: New file.
19164
19165 2014-06-02 Doug Evans <xdje42@gmail.com>
19166
19167 * gdb.guile/scm-cmd.c: New file.
19168 * gdb.guile/scm-cmd.exp: New file.
19169
19170 2014-06-02 Doug Evans <xdje42@gmail.com>
19171
19172 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19173 pretty-printer lookup.
19174 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19175 (make-pp_s-printer): Call it.
19176 (make-pretty-printer-from-dict): New function.
19177 (lookup-pretty-printer-maker-from-dict): New function.
19178 (*pretty-printer*): Simplify.
19179 (make-objfile-pp_s-printer): New function.
19180 (install-objfile-pretty-printers!): New function.
19181 (make-progspace-pp_s-printer): New function.
19182 (install-progspace-pretty-printers!): New function.
19183 * gdb.guile/scm-progspace.c: New file.
19184 * gdb.guile/scm-progspace.exp: New file.
19185
19186 2014-06-02 Pedro Alves <palves@redhat.com>
19187
19188 * gdb.base/dprintf-bp-same-addr.c: New file.
19189 * gdb.base/dprintf-bp-same-addr.exp: New file.
19190
19191 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19192
19193 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19194 * gdb.arch/powerpc-power.s: Likewise.
19195
19196 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19197
19198 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19199
19200 2014-06-01 Yao Qi <yao@codesourcery.com>
19201
19202 * gdb.base/watchpoint.exp (test_watch_location): Check null
19203 pointer can be dereferenced. If not, do the test, otherwise
19204 skip it.
19205
19206 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19207
19208 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19209 results.
19210 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19211
19212 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19213
19214 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19215 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19216 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19217 * gdb.arch/amd64-invalid-stack-top.c: New file.
19218 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19219
19220 2014-05-30 Pedro Alves <palves@redhat.com>
19221
19222 PR breakpoints/17000
19223 * gdb.base/sss-bp-on-user-bp.c: New file.
19224 * gdb.base/sss-bp-on-user-bp.exp: New file.
19225
19226 2014-05-30 David Blaikie <dblaikie@gmail.com>
19227
19228 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19229 gnu_inline semantics via attribute.
19230 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19231 source explicitly specifies the required semantics.
19232
19233 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19234
19235 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19236
19237 2014-05-29 Pedro Alves <palves@redhat.com>
19238 Tom Tromey <tromey@redhat.com>
19239
19240 * gdb.base/async-shell.exp: Don't enable target-async.
19241 * gdb.base/async.exp
19242 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19243 parameter. Adjust.
19244 (top level): Don't test with "target-async".
19245 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19246 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19247 * gdb.base/inferior-died.exp: Don't enable target-async.
19248 * gdb.base/interrupt-noterm.exp: Likewise.
19249 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19250 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19251 * gdb.mi/mi-nonstop.exp: Likewise.
19252 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19253 * gdb.mi/mi-nsintrall.exp: Likewise.
19254 * gdb.mi/mi-nsmoribund.exp: Likewise.
19255 * gdb.mi/mi-nsthrexec.exp: Likewise.
19256 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19257 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19258 * gdb.python/py-evsignal.exp: Don't enable target-async.
19259 * gdb.python/py-evthreads.exp: Likewise.
19260 * gdb.python/py-prompt.exp: Likewise.
19261 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19262 * gdb.server/solib-list.exp: Don't enable target-async.
19263 * gdb.threads/thread-specific-bp.exp: Likewise.
19264 * lib/mi-support.exp: Adjust to use mi-async.
19265
19266 2014-05-29 Pedro Alves <palves@redhat.com>
19267
19268 PR gdb/13860
19269 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19270 reason, even in sync mode.
19271
19272 2014-05-29 Pedro Alves <palves@redhat.com>
19273 Hui Zhu <hui@codesourcery.com>
19274
19275 PR PR15693
19276 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19277 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19278 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19279 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19280
19281 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19282
19283 * config/monitor.exp (gdb_target_monitor): Replace use of
19284 "set remotebaud" by "set serial baud".
19285
19286 2014-05-26 Andy Wingo <wingo@igalia.com>
19287
19288 * gdb.guile/scm-breakpoint.exp:
19289 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19290 properties instead of gdb-object-properties.
19291
19292 2014-05-26 Yao Qi <yao@codesourcery.com>
19293
19294 * gdb.server/no-thread-db.exp: Specify source file name
19295 explicitly when setting a breakpoint.
19296
19297 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19298
19299 * gdb.btrace/vdso.c: New.
19300 * gdb.btrace/vdso.exp: New.
19301
19302 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19303
19304 * gdb.base/gcore.exp (capture_command_output): Move ...
19305 * lib/gdb.exp (capture_command_output): ... here.
19306
19307 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19308
19309 * gdb.btrace/data.exp: Test memory access during btrace replay.
19310
19311 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19312
19313 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19314
19315 2014-05-21 Pedro Alves <palves@redhat.com>
19316
19317 PR gdb/13860
19318 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19319 (top level): Test that output related to execution commands is
19320 sent to the console with CLI commands, but not with MI commands.
19321 Test that breakpoint events are always mirrored to the console.
19322 Also expect the new source line to be output after a "next" in
19323 async mode too. Make it a pass/fail test.
19324 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19325 output.
19326 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19327
19328 2014-05-21 Pedro Alves <palves@redhat.com>
19329
19330 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19331 Use them to test variations of "list" after reaching a breakpoint.
19332 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19333 Test "list" with listsize 10 after reaching a breakpoint.
19334 * gdb.python/python.exp (decode_line current location line
19335 number): Adjust expected line number.
19336
19337 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19338
19339 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19340 behavior for $args, pass it directly to "run".
19341
19342 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19343
19344 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19345 30000 to 65536.
19346
19347 2014-05-21 Pedro Alves <palves@redhat.com>
19348
19349 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19350 auto-connect-native-target off".
19351 * gdb.base/auto-connect-native-target.c: New file.
19352 * gdb.base/auto-connect-native-target.exp: New file.
19353
19354 2014-05-21 Pedro Alves <palves@redhat.com>
19355
19356 * gdb.base/default.exp: Test "target native" instead of "target
19357 child".
19358
19359 2014-05-21 Mark Wielaard <mjw@redhat.com>
19360
19361 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19362
19363 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19364
19365 Fix TLS access for -static -pthread.
19366 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19367 <HAVE_TLS> (thread_function, main): Initialize it.
19368 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19369 Add clean_restart.
19370 <$have_tls != "">: Check TLSVAR.
19371
19372 2014-05-21 Pedro Alves <palves@redhat.com>
19373
19374 * gdb.base/dcache-line-read-error.c: New.
19375 * gdb.base/dcache-line-read-error.exp: New.
19376
19377 2014-05-20 Pedro Alves <palves@redhat.com>
19378
19379 * gdb.base/compare-sections.c: New file.
19380 * gdb.base/compare-sections.exp: New file.
19381
19382 2014-05-20 Pedro Alves <palves@redhat.com>
19383
19384 * gdb.base/break-idempotent.c: New file.
19385 * gdb.base/break-idempotent.exp: New file.
19386
19387 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19388
19389 * gdb.btrace/nohist.exp: New.
19390
19391 2014-05-20 Yao Qi <yao@codesourcery.com>
19392
19393 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19394 gdb.reverse directory and gdb_reverse_timeout exists in board
19395 setting.
19396 * README: Document gdb_reverse_timeout.
19397
19398 2014-05-20 Yao Qi <yao@codesourcery.com>
19399
19400 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19401 'test_file_name'. Treat args as a string instead of a list.
19402 (gdb_init): Rename argument 'args' by 'test_file_name'.
19403
19404 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19405
19406 * gdb.arch/powerpc-power.exp: New file.
19407 * gdb.arch/powerpc-power.s: New file.
19408
19409 2014-05-16 Doug Evans <dje@google.com>
19410
19411 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19412 * gdb.base/completion.exp: Check that all expected files exist
19413 before doing file completion.
19414
19415 2014-05-16 Doug Evans <dje@google.com>
19416
19417 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19418 Update.
19419 (do_syscall_tests_without_xml): Update.
19420
19421 2014-05-16 Pedro Alves <palves@redhat.com>
19422
19423 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19424 instead of "unknown output after running".
19425
19426 2014-05-16 Yao Qi <yao@codesourcery.com>
19427
19428 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19429 file1.txt from host at the end.
19430 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19431
19432 2014-05-15 Doug Evans <dje@google.com>
19433
19434 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19435 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19436 loading file. Add test for TU lookup.
19437
19438 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19439
19440 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19441 calling "-exec-arguments" or "set args" before running the
19442 inferior.
19443
19444 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19445
19446 * lib/mi-support.exp (mi_expect_stop): Expect message for
19447 inferiors that exit with non-zero exit code.
19448
19449 2014-05-14 Yao Qi <yao@codesourcery.com>
19450
19451 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19452 match absolute path on remote host.
19453 (test_file_list_exec_source_files): Remove "/" from the
19454 pattern.
19455
19456 2014-05-14 Yao Qi <yao@codesourcery.com>
19457
19458 * boards/local-remote-host-notty.exp (${board}_file): New
19459 proc.
19460
19461 2014-05-07 Kyle McMartin <kyle@redhat.com>
19462
19463 Pushed by Joel Brobecker <brobecker@adacore.com>.
19464 * gdb.arch/aarch64-atomic-inst.c: New file.
19465 * gdb.arch/aarch64-atomic-inst.exp: New file.
19466
19467 2014-05-07 Yao Qi <yao@codesourcery.com>
19468
19469 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19470 in current context" too.
19471
19472 2014-05-05 Keith Seitz <keiths@redhat.com>
19473
19474 * gdb.linespec/ls-dollar.exp: Add test for linespec
19475 file:convenience_variable.
19476
19477 2014-05-05 Yao Qi <yao@codesourcery.com>
19478
19479 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19480 traceframes into tfile and ctf trace files. Read data from
19481 trace file and test collected data.
19482 (gdb_collect_locals_test): Likewise.
19483 (gdb_unavailable_registers_test): Likewise.
19484 (gdb_unavailable_floats): Likewise.
19485 (gdb_collect_globals_test): Likewise.
19486 (top-level): Append "ctf" to trace_file_targets if GDB
19487 supports.
19488
19489 2014-05-05 Yao Qi <yao@codesourcery.com>
19490
19491 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19492 code to ...
19493 (gdb_collect_args_test_1): ... it. New proc.
19494 (gdb_collect_locals_test): Move some code to ...
19495 (gdb_collect_locals_test_1): ... it. New proc.
19496 (gdb_unavailable_registers_test): Move some code to ...
19497 (gdb_unavailable_registers_test_1): ... it. New proc.
19498 (gdb_unavailable_floats): Move some code to ...
19499 (gdb_unavailable_floats_1): ... it. New proc.
19500
19501 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19502
19503 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19504 probes to test for bitness recognition.
19505 * gdb.arch/amd64-stap-optional-prefix.exp
19506 (test_probe_value_without_reg): New procedure.
19507 Add code to test for different kinds of bitness.
19508
19509 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19510
19511 PR breakpoints/16889
19512 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19513 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19514
19515 2014-05-01 Pedro Alves <palves@redhat.com>
19516
19517 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19518 gdb_file_cmd if no file is specified.
19519 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19520 last_loaded_file to set the remote exec-file.
19521
19522 2014-05-01 Pedro Alves <palves@redhat.com>
19523
19524 * boards/local-remote-host.exp: New file.
19525
19526 2014-05-01 Pedro Alves <palves@redhat.com>
19527
19528 * boards/local-remote-host.exp: Rename to ...
19529 * boards/local-remote-host-notty.exp: ... this.
19530
19531 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19532
19533 * gdb.ada/dyn_arrayidx: New testcase.
19534
19535 2014-04-26 Yao Qi <yao@codesourcery.com>
19536
19537 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19538 and compute the length of function main. Save it in
19539 $main_length.
19540 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19541 (top-level): Use gdb_compile to compile objects into
19542 executable and restart GDB. Remove invocation to
19543 prepare_for_testing.
19544
19545 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19546 Pedro Alves <palves@redhat.com>
19547
19548 PR server/16255
19549 * gdb.multi/multi-attach.c: New file.
19550 * gdb.multi/multi-attach.exp: New file.
19551
19552 2014-04-25 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19555 user.
19556 (top level): Test that "set remote conditional-breakpoints-packet
19557 off" works as intended.
19558 * gdb.base/dprintf.exp: Test that "set remote
19559 breakpoint-commands-packet off" works as intended.
19560 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19561 New function.
19562 (top level): Call it.
19563 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19564 remote fast-tracepoints-packet off" works as intended.
19565 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19566 * lib/gdb.exp (gdb_is_target_remote): ... here.
19567
19568 2014-04-24 David Blaikie <dblaikie@gmail.com>
19569
19570 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19571 ensure clang would not discard them.
19572 * gdb.base/gdbvars.c: Ditto.
19573 * gdb.base/memattr.c: Ditto.
19574 * gdb.base/whatis.c: Ditto.
19575 * gdb.python/py-prettyprint.c: Ditto.
19576 * gdb.trace/actions.c: Ditto.
19577 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19578 ensure clang would not discard it.
19579
19580 2014-04-24 David Blaikie <dblaikie@gmail.com>
19581
19582 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19583 clang to emit the full definition of type required by the test
19584 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19585
19586 2014-04-24 David Blaikie <dblaikie@gmail.com>
19587
19588 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19589 coax Clang into emitting the definition of the type.
19590 * gdb.cp/pr10728-x.h (y): Ditto.
19591 * gdb.cp/pr10728-y.cc (y): Ditto.
19592
19593 2014-04-24 David Blaikie <dblaikie@gmail.com>
19594
19595 * gdb.base/label.exp: XFAIL label related tests under Clang.
19596 * gdb.cp/cplabel.exp: Ditto.
19597 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19598 under Clang those using labels.
19599
19600 2014-04-25 Yao Qi <yao@codesourcery.com>
19601
19602 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19603 double_label.
19604 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19605 partial_label and double_label.
19606
19607 2014-04-24 David Blaikie <dblaikie@gmail.com>
19608
19609 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19610
19611 2014-04-24 David Blaikie <dblaikie@gmail.com>
19612
19613 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19614 of the function to work across GCC and Clang.
19615 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19616 pointer types (const void ** const V void **).
19617
19618 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19619 Walfred Tedeschi <walfred.tedeschi@intel.com>
19620
19621 * Makefile.in (EXECUTABLES): Added i386-avx512.
19622 * gdb.arch/i386-avx512.c: New file.
19623 * gdb.arch/i386-avx512.exp: Likewise.
19624
19625 2014-04-23 Keith Seitz <keiths@redhat.com>
19626
19627 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19628 (mi_make_breakpoint_table): New procedure.
19629 (mi_create_breakpoint): Use mi_make_breakpoint
19630 and return the result.
19631 (mi_make_breakpoint): New procedure.
19632 (mi_build_kv_pairs): New procedure.
19633
19634 * gdb.mi/mi-break.exp: Remove unused globals,
19635 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19636 All callers updated.
19637 * gdb.mi/mi-dprintf.exp: Use variable to track command
19638 number.
19639 Update all callers of mi_create_breakpoint and use
19640 mi_make_breakpoint_table.
19641 Remove any unused global variables.
19642 * gdb.mi/mi-nonstop.exp: Likewise.
19643 * gdb.mi/mi-nsintrall.exp: Likewise.
19644 * gdb.mi/mi-nsmoribund.exp: Likewise.
19645 * gdb.mi/mi-nsthrexec.exp: Likewise.
19646 * gdb.mi/mi-reverse.exp: Likewise.
19647 * gdb.mi/mi-simplerun.exp: Likewise.
19648 * gdb.mi/mi-stepn.exp: Likewise.
19649 * gdb.mi/mi-syn-frame.exp: Likewise.
19650 * gdb.mi/mi-until.exp: Likewise.
19651 * gdb.mi/mi-var-cp.exp: Likewise.
19652 * gdb.mi/mi-var-display.exp: Likewise.
19653 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19654 * gdb.mi/mi2-var-child.exp: Likewise.
19655 * gdb.mi/mi-vla-c99.exp: Likewise.
19656 * lib/mi-support.exp: Likewise.
19657
19658 From Ian Lance Taylor <iant@cygnus.com>:
19659 * lib/gdb.exp (parse_args): New procedure.
19660
19661 2014-04-23 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.base/break-unload-file.c: New file.
19664 * gdb.base/break-unload-file.exp: New file.
19665 * gdb.base/sym-file-lib.c (baz): New function.
19666 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19667 field.
19668 (load): Store the segment's mapped size.
19669 (unload): New function.
19670 (unload_shlib): New function.
19671 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19672 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19673 set a breakpoint at baz, and call it.
19674 * gdb.base/sym-file.exp: New tests for stale breakpoint
19675 instructions.
19676
19677 2014-04-23 Pedro Alves <palves@redhat.com>
19678
19679 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19680 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19681 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19682 * gdb.base/hbreak-unmapped.c: New file.
19683 * gdb.base/hbreak-unmapped.exp: New file.
19684 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19685 * lib/gdb.exp (gdb_is_target_remote): ... here.
19686
19687 2014-04-22 Pedro Alves <palves@redhat.com>
19688
19689 * gdb.base/consecutive-step-over.c: New file.
19690 * gdb.base/consecutive-step-over.exp: New file.
19691
19692 2014-04-22 Pedro Alves <palves@redhat.com>
19693
19694 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19695 instead of send_gdb/gdb_expect.
19696
19697 2014-04-22 Yao Qi <yao@codesourcery.com>
19698
19699 * lib/trace-support.exp (generate_tracefile): New procedure.
19700 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19701 return 0.
19702 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19703 if generate_tracefile returns 1.
19704
19705 2014-04-18 Tom Tromey <palves@redhat.com>
19706 Pedro alves <tromey@redhat.com>
19707
19708 PR backtrace/15558
19709 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19710 with a backtrace limit.
19711 * gdb.python/py-frame-inline.exp: Test running to an inline
19712 function with a backtrace limit, and printing the newest frame.
19713 * gdb.python/py-frame-inline.c (main): Call f.
19714
19715 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19716
19717 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19718
19719 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19720
19721 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19722 Drop prefix from unsupported source file path.
19723
19724 2014-04-17 Yao Qi <yao@codesourcery.com>
19725
19726 * lib/gdb.exp (with_target_charset): New proc.
19727 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19728 with_target_charset.
19729 (test_print_strings): Likewise.
19730 (test_repeat_bytes): Likewise.
19731 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19732 for some tests.
19733
19734 2014-04-16 Keith Seitz <keiths@redhat.com>
19735
19736 PR gdb/15827
19737 * gdb.dwarf2/corrupt.c: New file.
19738 * gdb.dwarf2/corrupt.exp: New file.
19739
19740 2014-04-16 Keith Seitz <keiths@redhat.com>
19741
19742 PR c++/16597
19743 * gdb.cp/namelessclass.cc: New file.
19744 * gdb.cp/namelessclass.exp: New file.
19745 * gdb.cp/namelessclass.S: New file.
19746
19747 2014-04-16 Doug Evans <dje@google.com>
19748
19749 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19750 Add comment.
19751 (gdbserver_default_get_comm_port): New function.
19752 (gdbserver_start): Check if board file provided
19753 "gdbserver,get_comm_port" and use it if so.
19754 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19755 (gdb,socketport): Set to "stdio".
19756 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19757 (stdio_gdbserver_template): Delete.
19758 (${board}_get_remote_address): Update.
19759 (${board}_build_remote_cmd): Delete.
19760 (${board}_get_comm_port): New function.
19761 (${board}_spawn): Update.
19762 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19763 Delete.
19764 (${board}_get_remote_address): Update.
19765 (${board}_get_comm_port): New function.
19766
19767 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19768
19769 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19770 appearing in any order.
19771
19772 2014-04-15 Doug Evans <dje@google.com>
19773
19774 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19775 uninitialized value of "description".
19776
19777 2014-04-15 Keith Seitz <keiths@redhat.com>
19778
19779 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19780 Remove unused globals.
19781 (test_running_the_program): Likewise.
19782 (test_controlled_execution): Likewise.
19783 (test_controlling_breakpoints): Likewise.
19784 (test_program_termination): Likewise.
19785
19786 2014-04-15 Keith Seitz <keiths@redhat.com>
19787
19788 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19789 unused globals.
19790 (test_rbreak_creation_and_listing): Likewise.
19791 (test_ignore_count): Likewise.
19792 (test_error): Likewise.
19793
19794 2014-04-15 Pedro Alves <palves@redhat.com>
19795
19796 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19797 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19798 sym-file-loader.c.
19799 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19800 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19801 to sym-file-loader.c.
19802 (struct library): Forward declare.
19803 (load_shlib, lookup_function): Change prototypes.
19804 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19805 (translate_offset): Remove declarations.
19806 (get_text_addr): New declaration.
19807 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19808 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19809 sym-file-loader.h.
19810 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19811 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19812 here from sym-file-loader.h.
19813 (struct library): New structure.
19814 (load_shlib, lookup_function): Change prototypes and adjust to
19815 work with a struct library.
19816 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19817 (translate_offset): Make static.
19818 (get_text_addr): New function.
19819 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19820
19821 2014-04-15 Pedro Alves <palves@redhat.com>
19822
19823 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19824
19825 2014-04-15 Pedro Alves <palves@redhat.com>
19826
19827 * gdb.base/sym-file-loader.c: Include <limits.h>.
19828 (SELF_LINK): New define.
19829 (get_origin): New function.
19830 (load_shlib): Use it.
19831 * gdb.base/sym-file.exp: Don't early return if the target is
19832 remote. Use runto_main, and issue fail is that fails. Use
19833 gdb_load_shlibs.
19834 (shlib_name): Delete.
19835 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19836
19837 2014-04-15 Pedro Alves <palves@redhat.com>
19838
19839 * gdb.base/sym-file.exp: Remove regex characters from test
19840 message. Don't refer to breakpoint numbers in test messages.
19841
19842 2014-04-14 Keith Seitz <keiths@redhat.com>
19843
19844 PR c++/16253
19845 * gdb.cp/var-tag.cc: New file.
19846 * gdb.cp/var-tag.exp: New file.
19847 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19848 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19849 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19850 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19851
19852 2014-04-14 Tom Tromey <tromey@redhat.com>
19853
19854 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19855 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19856 type.
19857 * gdb.cp/enum-class.exp: New file.
19858 * gdb.cp/enum-class.cc: New file.
19859
19860 2014-04-14 Tom Tromey <tromey@redhat.com>
19861
19862 * gdb.dwarf2/enum-type.exp: New file.
19863
19864 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19865
19866 * gdb.mi/mi-vla-c99.exp: New file.
19867 * gdb.mi/vla.c: New file.
19868
19869 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19870
19871 * gdb.base/vla-datatypes.c: New file.
19872 * gdb.base/vla-datatypes.exp: New file.
19873
19874 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19875
19876 * gdb.base/vla-ptr.c: New file.
19877 * gdb.base/vla-ptr.exp: New file.
19878
19879 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19880
19881 * gdb.dwarf2/count.exp: New file.
19882
19883 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19884
19885 * gdb.base/vla-sideeffect.c: New file.
19886 * gdb.base/vla-sideeffect.exp: New file.
19887
19888 2014-04-14 David Blaikie <dblaikie@gmail.com>
19889
19890 * gdb.mi/non-stop.c: Add return value for non-void function return
19891 statement.
19892 * gdb.threads/staticthreads.c: Ditto.
19893
19894 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19895 Doug Evans <xdje42@gmail.com>
19896
19897 * gdb.guile/scm-value.c: Improve test case.
19898 * gdb.guile/scm-value.exp: Add new test.
19899
19900 2014-04-11 David Blaikie <dblaikie@gmail.com>
19901
19902 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19903 override Clang's default.
19904
19905 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19906
19907 Revert the following changes (regressions):
19908
19909 * gdb.base/vla-sideeffect.c: New file.
19910 * gdb.base/vla-sideeffect.exp: New file.
19911
19912 * gdb.dwarf2/count.exp: New file.
19913
19914 * gdb.base/vla-multi.c: New file.
19915 * gdb.base/vla-multi.exp: New file.
19916
19917 * gdb.base/vla-ptr.c: New file.
19918 * gdb.base/vla-ptr.exp: New file.
19919
19920 * gdb.base/vla-datatypes.c: New file.
19921 * gdb.base/vla-datatypes.exp: New file.
19922
19923 * gdb.mi/mi-vla-c99.exp: New file.
19924 * gdb.mi/vla.c: New file.
19925
19926 2014-04-11 Keith Seitz <keiths@redhat.com>
19927
19928 PR c++/16675
19929 * gdb.cp/cpsizeof.exp: New file.
19930 * gdb.cp/cpsizeof.cc: New file.
19931
19932 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19933
19934 * gdb.mi/mi-vla-c99.exp: New file.
19935 * gdb.mi/vla.c: New file.
19936
19937 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19938
19939 * gdb.base/vla-datatypes.c: New file.
19940 * gdb.base/vla-datatypes.exp: New file.
19941
19942 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19943
19944 * gdb.base/vla-ptr.c: New file.
19945 * gdb.base/vla-ptr.exp: New file.
19946
19947 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19948
19949 * gdb.base/vla-multi.c: New file.
19950 * gdb.base/vla-multi.exp: New file.
19951
19952 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19953
19954 * gdb.dwarf2/count.exp: New file.
19955
19956 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19957
19958 * gdb.base/vla-sideeffect.c: New file.
19959 * gdb.base/vla-sideeffect.exp: New file.
19960
19961 2014-04-11 Yao Qi <yao@codesourcery.com>
19962
19963 * gdb.base/completion.exp: Check file exists before running tests
19964 on file completion.
19965
19966 2014-04-10 Pedro Alves <palves@redhat.com>
19967
19968 * gdb.base/cond-eval-mode.c: New file.
19969 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19970 prepare_for_testing to build the new file. Check result of
19971 runto_main.
19972 (test_break, test_watch): New procedures.
19973 (top level): Use them.
19974
19975 2014-04-08 Pierre Muller <muller@sourceware.org>
19976
19977 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19978 Ctrl-V use for mingw hosts.
19979
19980 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19981
19982 * gdb.python/py-value.c: Improve test case.
19983 * gdb.python/py-value.exp: Add new test.
19984
19985 2014-04-07 David Blaikie <dblaikie@gmail.com>
19986
19987 * lib/compiler.c: Identify the clang compiler.
19988 * lib/compiler.cc: Ditto.
19989
19990 2014-04-03 Yao Qi <yao@codesourcery.com>
19991
19992 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19993
19994 2014-04-01 Anton Blanchard <anton@samba.org>
19995
19996 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19997 messages unique.
19998
19999 2014-04-01 Anton Blanchard <anton@samba.org>
20000
20001 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20002 prepare_for_testing.
20003
20004 2014-04-01 Anton Blanchard <anton@samba.org>
20005
20006 * gdb.arch/ppc64-atomic-inst.c: Remove.
20007 * gdb.arch/ppc64-atomic-inst.S: New file.
20008 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20009
20010 2014-03-31 Doug Evans <dje@google.com>
20011
20012 * gdb.base/print-symbol-loading-lib.c: New file.
20013 * gdb.base/print-symbol-loading-main.c: New file.
20014 * gdb.base/print-symbol-loading.exp: New file.
20015
20016 2014-03-31 Yao Qi <yao@codesourcery.com>
20017
20018 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20019
20020 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20021
20022 * gdb.ada/mi_dyn_arr: New testcase.
20023
20024 2014-03-27 Doug Evans <dje@google.com>
20025
20026 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20027
20028 2014-03-27 Yao Qi <yao@codesourcery.com>
20029
20030 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20031 if target is nios2-*-*.
20032
20033 2014-03-26 Yao Qi <yao@codesourcery.com>
20034
20035 * lib/gdb.exp (readline_is_used): New proc.
20036 * gdb.base/completion.exp: Move tests on command complete up.
20037 Skip the rest of tests if readline is not used.
20038 * gdb.ada/complete.exp: Skp the test if readline is not
20039 used.
20040 * gdb.base/filesym.exp: Likewise.
20041 * gdb.base/macscp.exp: Likewise.
20042 * gdb.base/readline-ask.exp: Likewise.
20043 * gdb.base/readline.exp: Likewise.
20044 * gdb.python/py-cmd.exp: Likewise.
20045 * gdb.trace/tfile.exp: Likewise.
20046
20047 2014-03-26 Yao Qi <yao@codesourcery.com>
20048
20049 * gdb.base/macscp.exp: Fix code format issues.
20050
20051 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20052
20053 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20054 * gdb.asm/powerpc64le.inc: New file.
20055
20056 2014-03-25 Pedro Alves <palves@redhat.com>
20057 Doug Evans <dje@google.com>
20058
20059 * gdb.base/source-execution.c: New file.
20060 * gdb.base/source-execution.exp: New file.
20061 * gdb.base/source-execution.gdb: New file.
20062
20063 2014-03-24 Doug Evans <dje@google.com>
20064
20065 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20066 using fission.
20067
20068 2014-03-24 Hui Zhu <hui@codesourcery.com>
20069 Pedro Alves <palves@redhat.com>
20070
20071 PR breakpoints/16101
20072 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20073 test pass/fail messages. Detect missing support for dprintf when
20074 breakpoints are actually inserted.
20075 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20076 breakpoints are actually inserted.
20077 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20078 fails.
20079
20080 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20081
20082 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20083
20084 2014-03-22 Doug Evans <xdje42@gmail.com>
20085
20086 * gdb.python/python.exp (python not supported): Verify multi-line
20087 python command issues an error.
20088 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20089 guile command issues an error.
20090
20091 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20092
20093 * gdb.threads/thread-specific.exp: Handle the lack of usable
20094 $this_breakpoint and $this_thread.
20095
20096 2014-03-21 Hui Zhu <hui@codesourcery.com>
20097
20098 * gdb.base/attach.exp (do_command_attach_tests): New.
20099
20100 2014-03-20 Tom Tromey <tromey@redhat.com>
20101 Pedro Alves <palves@redhat.com>
20102
20103 PR cli/15718
20104 * gdb.base/condbreak-call-false.c: New file.
20105 * gdb.base/condbreak-call-false.exp: New file.
20106
20107 2014-03-20 Pedro Alves <palves@redhat.com>
20108
20109 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20110 Delete.
20111 (block_signals, unblock_signals): Delete.
20112 (child_function_2, main): Remove references to deleted variable
20113 and functions.
20114
20115 2014-03-20 Pedro Alves <palves@redhat.com>
20116
20117 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20118 Use pthread_kill to signal thread 2.
20119 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20120 Adjust to make the test send itself a signal rather than using the
20121 host's "kill" command.
20122
20123 2014-03-20 Pedro Alves <palves@redhat.com>
20124
20125 * gdb.threads/multiple-step-overs.c: New file.
20126 * gdb.threads/multiple-step-overs.exp: New file.
20127 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20128 Adjust expected infrun debug output.
20129
20130 2014-03-20 Pedro Alves <palves@redhat.com>
20131
20132 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20133 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20134
20135 2014-03-20 Pedro Alves <palves@redhat.com>
20136
20137 PR breakpoints/7143
20138 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20139 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20140 of gdb_test_multiple.
20141 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20142 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20143
20144 2014-03-20 Pedro Alves <palves@redhat.com>
20145
20146 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20147 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20148
20149 2014-03-19 Pedro Alves <palves@redhat.com>
20150
20151 * gdb.base/async.exp: Remove early return.
20152
20153 2014-03-19 Pedro Alves <palves@redhat.com>
20154
20155 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20156
20157 2014-03-19 Pedro Alves <palves@redhat.com>
20158
20159 * gdb.base/async.exp (test_background): Expect \r\n after
20160 "completed." in the fail pattern.
20161
20162 2014-03-19 Pedro Alves <palves@redhat.com>
20163
20164 * gdb.base/async.exp (test_background): New procedure.
20165 Use it for all background execution command tests.
20166
20167 2014-03-19 Pedro Alves <palves@redhat.com>
20168
20169 * gdb.base/async.exp: Use prepare_for_testing.
20170
20171 2014-03-19 Pedro Alves <palves@redhat.com>
20172
20173 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20174 the same line.
20175
20176 2014-03-19 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.base/async.c (main): Add "jump here" and "until here" line
20179 marker comments.
20180 * gdb.base/async.exp (jump_here): New global.
20181 (jump& test): Use it.
20182 (until_here): New global.
20183 (until& test): Use it.
20184
20185 2014-03-19 Pedro Alves <palves@redhat.com>
20186
20187 * gdb.base/async.exp: Don't frob gdb_protocol.
20188
20189 2014-03-18 Doug Evans <xdje42@gmail.com>
20190
20191 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20192 Fix spelling of exec-done-display.
20193
20194 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20195
20196 PR gdb/15358
20197 * gdb.base/gdb-sigterm.c: New file.
20198 * gdb.base/gdb-sigterm.exp: New file.
20199
20200 2014-03-18 Pedro Alves <palves@redhat.com>
20201
20202 PR gdb/13860
20203 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20204 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20205 solib-event.
20206
20207 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20208
20209 * gdb.ada/pckd_arr_ren: New testcase.
20210
20211 2014-03-13 Doug Evans <xdje42@gmail.com>
20212
20213 PR guile/16612
20214 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20215 collect after discarding symbols.
20216
20217 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20218 Doug Evans <xdje42@gmail.com>
20219
20220 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20221 to history survives a gc.
20222
20223 2014-03-13 Pedro Alves <palves@redhat.com>
20224
20225 * gdb.base/default.exp: Don't test "target procfs".
20226
20227 2014-03-13 Pedro Alves <palves@redhat.com>
20228
20229 * gdb.base/default.exp: Update "target child" and "target procfs"
20230 tests to not expect "Unix".
20231
20232 2014-03-12 Tom Tromey <tromey@redhat.com>
20233
20234 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20235 New procs. Add target-async tests.
20236 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20237 Add target-async tests.
20238
20239 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20240
20241 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20242 'func_start' and 'func_end' for the beginning and end of the
20243 function code, respectively.
20244 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20245 'func_end' instead of 'func' and 'main'.
20246
20247 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20248
20249 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20250 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20251 generate the debug info assembler source.
20252
20253 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20254
20255 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20256 * gdb.dwarf2/arr-subrange.exp: Likewise.
20257 * gdb.dwarf2/dwz.exp: Likewise.
20258 * gdb.dwarf2/method-ptr.exp: Likewise.
20259 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20260 * gdb.dwarf2/subrange.exp: Likewise.
20261 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20262 * gdb.dwarf2/implptrpiece.exp: Likewise.
20263 * gdb.dwarf2/nostaticblock.exp: Likewise.
20264
20265 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20266
20267 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20268 directory to absolute path name arguments.
20269
20270 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20271
20272 * gdb.ada/tagged_access: New testcase.
20273
20274 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20275
20276 * gdb.btrace/data.exp: Update expected output.
20277
20278 2014-03-06 Yao Qi <yao@codesourcery.com>
20279
20280 * gdb.trace/pr16508.exp: New file.
20281
20282 2014-03-05 Pedro Alves <palves@redhat.com>
20283
20284 PR gdb/16575
20285 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20286 procedure.
20287 (top level): Adjust to use it. Add tests that exercise breakpoint
20288 interaction with the code-cache.
20289
20290 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20291
20292 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20293 test for 'history-append!'.
20294
20295 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20296
20297 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20298 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20299 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20300 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20301 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20302 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20303
20304 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20305
20306 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20307 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20308 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20309
20310 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20311
20312 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20313
20314 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20315
20316 * gdb.dwarf2/arr-stride.c: New file.
20317 * gdb.dwarf2/arr-stride.exp: New file.
20318
20319 2014-02-26 Pedro Alves <palves@redhat.com>
20320
20321 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20322 that won't ever trigger. Make sure that GDB reports the correct
20323 breakpoint that caused the stop.
20324
20325 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20326
20327 PR gdb/16626
20328 * gdb.base/auto-load-script: New file.
20329 * gdb.base/auto-load.c: New file.
20330 * gdb.base/auto-load.exp: New file.
20331
20332 PR gdb/16626
20333 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20334
20335 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20336
20337 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20338 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20339
20340 2014-02-24 Doug Evans <dje@google.com>
20341
20342 * lib/gdb.exp (run_on_host): Log error output if program fails.
20343
20344 2014-02-21 Pedro Alves <palves@redhat.com>
20345
20346 * gdb.threads/step-after-sr-lock.c: Rename to ...
20347 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20348 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20349 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20350 ... this.
20351
20352 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20353
20354 PR tdep/16397
20355 * gdb.arch/amd64-stap-special-operands.exp: New file.
20356 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20357 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20358 * gdb.arch/amd64-stap-triplet.S: Likewise.
20359 * gdb.arch/amd64-stap-triplet.c: Likewise.
20360
20361 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20362
20363 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20364 in .section pseudo-op.
20365
20366 2014-02-20 lin zuojian <manjian2006@gmail.com>
20367 Joel Brobecker <brobecker@adacore.com>
20368 Doug Evans <xdje42@gmail.com>
20369
20370 PR symtab/16581
20371 * gdb.dwarf2/dw2-icycle.S: New file.
20372 * gdb.dwarf2/dw2-icycle.c: New file.
20373 * gdb.dwarf2/dw2-icycle.exp: New file.
20374
20375 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20376
20377 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20378 operations on gdb.Value objects.
20379 * gdb.python/py-value-cc.exp: Add new test to test operations on
20380 gdb.Value objects.
20381
20382 2014-02-18 Doug Evans <dje@google.com>
20383
20384 * Makefile.in (TESTS): New variable.
20385 (expanded_tests, expanded_tests_or_none): New variables
20386 (check-single): Pass $(expanded_tests_or_none) to runtest.
20387 (check-parallel): Only run tests in $(TESTS) if non-empty.
20388 (check/no-matching-tests-found): New rule.
20389 * README: Document TESTS makefile variable.
20390
20391 2014-02-18 Doug Evans <dje@google.com>
20392
20393 * Makefile.in (check-parallel): rm -rf outputs temp.
20394
20395 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20396
20397 Fix "ERROR: no fileid for" in the testsuite.
20398 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20399
20400 2014-02-12 Doug Evans <dje@google.com>
20401
20402 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20403 (MISCELLANEOUS): New variable.
20404 (clean): rm -rf $(MISCELLANEOUS).
20405 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20406 dwp live in the same directory as symlinks, with each symlink pointed
20407 to a differently named file in a different directory.
20408
20409 2014-02-11 Doug Evans <dje@google.com>
20410
20411 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20412 of Tcl file commands.
20413
20414 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20415
20416 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20417 "kill -SIGUSR1 -1".
20418
20419 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20420
20421 * gdb.ada/tick_length_array_enum_idx: New testcase.
20422
20423 2014-02-10 Doug Evans <xdje42@gmail.com>
20424
20425 * configure.ac (AC_OUTPUT): Add gdb.guile.
20426 * configure: Regenerate.
20427 * lib/gdb-guile.exp: New file.
20428 * lib/gdb.exp (get_target_charset): New function.
20429 * gdb.base/help.exp: Update expected output from "apropos apropos".
20430 * gdb.guile/Makefile.in: New file.
20431 * gdb.guile/guile.exp: New file.
20432 * gdb.guile/scm-arch.c: New file.
20433 * gdb.guile/scm-arch.exp: New file.
20434 * gdb.guile/scm-block.c: New file.
20435 * gdb.guile/scm-block.exp: New file.
20436 * gdb.guile/scm-breakpoint.c: New file.
20437 * gdb.guile/scm-breakpoint.exp: New file.
20438 * gdb.guile/scm-disasm.c: New file.
20439 * gdb.guile/scm-disasm.exp: New file.
20440 * gdb.guile/scm-equal.c: New file.
20441 * gdb.guile/scm-equal.exp: New file.
20442 * gdb.guile/scm-error.exp: New file.
20443 * gdb.guile/scm-error.scm: New file.
20444 * gdb.guile/scm-frame-args.c: New file.
20445 * gdb.guile/scm-frame-args.exp: New file.
20446 * gdb.guile/scm-frame-args.scm: New file.
20447 * gdb.guile/scm-frame-inline.c: New file.
20448 * gdb.guile/scm-frame-inline.exp: New file.
20449 * gdb.guile/scm-frame.c: New file.
20450 * gdb.guile/scm-frame.exp: New file.
20451 * gdb.guile/scm-generics.exp: New file.
20452 * gdb.guile/scm-gsmob.exp: New file.
20453 * gdb.guile/scm-iterator.c: New file.
20454 * gdb.guile/scm-iterator.exp: New file.
20455 * gdb.guile/scm-math.c: New file.
20456 * gdb.guile/scm-math.exp: New file.
20457 * gdb.guile/scm-objfile-script-gdb.in: New file.
20458 * gdb.guile/scm-objfile-script.c: New file.
20459 * gdb.guile/scm-objfile-script.exp: New file.
20460 * gdb.guile/scm-objfile.c: New file.
20461 * gdb.guile/scm-objfile.exp: New file.
20462 * gdb.guile/scm-ports.exp: New file.
20463 * gdb.guile/scm-pretty-print.c: New file.
20464 * gdb.guile/scm-pretty-print.exp: New file.
20465 * gdb.guile/scm-pretty-print.scm: New file.
20466 * gdb.guile/scm-section-script.c: New file.
20467 * gdb.guile/scm-section-script.exp: New file.
20468 * gdb.guile/scm-section-script.scm: New file.
20469 * gdb.guile/scm-symbol.c: New file.
20470 * gdb.guile/scm-symbol.exp: New file.
20471 * gdb.guile/scm-symtab-2.c: New file.
20472 * gdb.guile/scm-symtab.c: New file.
20473 * gdb.guile/scm-symtab.exp: New file.
20474 * gdb.guile/scm-type.c: New file.
20475 * gdb.guile/scm-type.exp: New file.
20476 * gdb.guile/scm-value-cc.cc: New file.
20477 * gdb.guile/scm-value-cc.exp: New file.
20478 * gdb.guile/scm-value.c: New file.
20479 * gdb.guile/scm-value.exp: New file.
20480 * gdb.guile/source2.scm: New file.
20481 * gdb.guile/types-module.cc: New file.
20482 * gdb.guile/types-module.exp: New file.
20483
20484 2014-02-10 Yao Qi <yao@codesourcery.com>
20485
20486 PR testsuite/16543
20487 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20488 * configure: Regenerated.
20489 * Makefile.in: New file.
20490
20491 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20492
20493 * gdb.python/py-framefilter.exp: Fix typo.
20494
20495 2014-02-08 Yao Qi <yao@codesourcery.com>
20496
20497 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20498 that no =breakpoint-modified is emitted when breakpoints are
20499 modified through MI commands.
20500
20501 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20502 Pedro Alves <palves@redhat.com>
20503
20504 * gdb.threads/step-after-sr-lock.c: New file.
20505 * gdb.threads/step-after-sr-lock.exp: New file.
20506
20507 2014-02-07 Pedro Alves <palves@redhat.com>
20508
20509 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20510
20511 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20512
20513 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20514 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20515
20516 2014-02-06 Doug Evans <xdje42@gmail.com>
20517
20518 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20519 output.
20520
20521 * gdb.gdb/python-interrupts.exp: New file.
20522
20523 2014-02-05 Yao Qi <yao@codesourcery.com>
20524
20525 * gdb.trace/report.exp (use_collected_data): Test the output
20526 of "info threads" and "info inferiors".
20527
20528 2014-02-05 Yao Qi <yao@codesourcery.com>
20529
20530 Revert this patch:
20531
20532 2013-05-24 Yao Qi <yao@codesourcery.com>
20533
20534 * gdb.trace/tfile.exp: Test inferior and thread.
20535
20536 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20537
20538 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20539 on a function.
20540 * gdb.base/step-bt.c: Call hello via function pointer to make
20541 sure its first instruction is executed on powerpc64le-linux.
20542
20543 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20544
20545 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20546
20547 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20548
20549 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20550 of the test patterns for use on little-endian systems.
20551
20552 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20553
20554 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20555 (decimal_vector): Fix for little-endian.
20556
20557 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20558
20559 * gdb.arch/sparc-sysstep.exp: New file.
20560 * gdb.arch/sparc-sysstep.c: Likewise.
20561
20562 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20563
20564 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20565
20566 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20567
20568 2014-01-23 Tom Tromey <tromey@redhat.com>
20569
20570 * gdb.ada/array_char_idx: New testcase.
20571
20572 2014-01-23 Tom Tromey <tromey@redhat.com>
20573
20574 PR python/16487:
20575 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20576 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20577 classes.
20578
20579 2014-01-23 Tom Tromey <tromey@redhat.com>
20580
20581 PR python/16491:
20582 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20583 string from an inferior frame.
20584 * gdb.python/py-framefilter-mi.exp: Update.
20585
20586 2014-01-22 Doug Evans <dje@google.com>
20587
20588 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20589
20590 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20591
20592 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20593
20594 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20595
20596 * gdb.trace/entry-values.exp: Remove excess space character from
20597 regex patterns. Handle s390 call instruction.
20598
20599 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20600
20601 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20602 define "*_start" label. Make "name" static.
20603 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20604 ${name} by references to ${name}_start.
20605
20606 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20607
20608 * gdb.base/info-macros.exp: Remove "debug" from the compile
20609 options.
20610
20611 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20612
20613 * gdb.dlang/demangle.exp: New file.
20614
20615 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20616
20617 * gdb.dlang/primitive-types.exp: New file.
20618
20619 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20620
20621 * configure.ac: Create gdb.dlang/Makefile.
20622 * configure: Regenerate.
20623 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20624 * gdb.dlang/Makefile.in: New file.
20625 * lib/d-support.exp: New file.
20626 * lib/gdb.exp (skip_d_tests): New proc.
20627
20628 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20629
20630 * gdb.btrace/delta.exp: Check reverse stepi.
20631 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20632 * gdb.btrace/finish.exp: New.
20633 * gdb.btrace/next.exp: New.
20634 * gdb.btrace/nexti.exp: New.
20635 * gdb.btrace/record_goto.c: Add comments.
20636 * gdb.btrace/step.exp: New.
20637 * gdb.btrace/stepi.exp: New.
20638 * gdb.btrace/multi-thread-step.c: New.
20639 * gdb.btrace/multi-thread-step.exp: New.
20640 * gdb.btrace/rn-dl-bind.c: New.
20641 * gdb.btrace/rn-dl-bind.exp: New.
20642 * gdb.btrace/data.c: New.
20643 * gdb.btrace/data.exp: New.
20644 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20645
20646 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20647
20648 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20649 * gdb.btrace/exception.exp: Update.
20650 * gdb.btrace/instruction_history.exp: Update.
20651 * gdb.btrace/record_goto.exp: Update.
20652 * gdb.btrace/tailcall.exp: Update.
20653 * gdb.btrace/unknown_functions.exp: Update.
20654 * gdb.btrace/delta.exp: New.
20655
20656 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20657
20658 * gdb.btrace/record_goto.exp: Add backtrace test.
20659 * gdb.btrace/tailcall.exp: Add backtrace test.
20660
20661 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20662
20663 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20664 * gdb.btrace/record_goto.c: New.
20665 * gdb.btrace/record_goto.exp: New.
20666 * gdb.btrace/x86-record_goto.S: New.
20667
20668 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20669
20670 * gdb.btrace/function_call_history.exp: Update tests.
20671 * gdb.btrace/instruction_history.exp: Update tests.
20672
20673 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20674
20675 * gdb.btrace/function_call_history.exp: Fix expected field
20676 order for "record function-call-history".
20677 Add new tests for "record function-call-history /c".
20678 * gdb.btrace/exception.cc: New.
20679 * gdb.btrace/exception.exp: New.
20680 * gdb.btrace/tailcall.exp: New.
20681 * gdb.btrace/x86-tailcall.S: New.
20682 * gdb.btrace/x86-tailcall.c: New.
20683 * gdb.btrace/unknown_functions.c: New.
20684 * gdb.btrace/unknown_functions.exp: New.
20685 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20686
20687 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20688
20689 * gdb.btrace/instruction_history.exp: Update.
20690 * gdb.btrace/function_call_history.exp: Update.
20691
20692 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20693
20694 * gdb.btrace/function_call_history.exp: Fix expected function
20695 trace.
20696 * gdb.btrace/instruction_history.exp: Initialize traced.
20697 Remove traced_functions.
20698
20699 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20700
20701 * gdb.btrace/function_call_history.exp: Update
20702 * gdb.btrace/instruction_history.exp: Update.
20703
20704 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20705
20706 * gdb.btrace/enable.exp: Update expected text.
20707
20708 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20709
20710 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20711 bytes.
20712
20713 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20714
20715 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20716
20717 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20718
20719 * lib/gdb.exp (supports_process_record): Return true for
20720 arm*-linux*. (supports_reverse): Likewise.
20721
20722 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20723
20724 PR python/15464
20725 PR python/16113
20726 * gdb.python/py-type.c: Enhance test case.
20727 * gdb.python/py-value-cc.cc: Likewise
20728 * gdb.python/py-type.exp: Add new tests.
20729 * gdb.python/py-value-cc.exp: Likewise
20730
20731 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20732 Pedro Alves <palves@redhat.com>
20733
20734 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20735 Make "name" extern.
20736 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20737 references to ${name}_start by references to ${name}.
20738
20739 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20740
20741 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20742
20743 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20744
20745 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20746
20747 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20748 Pedro Alves <palves@redhat.com>
20749
20750 * gdb.mi/mi-info-os.exp: Connect to the target with
20751 mi_gdb_target_load.
20752
20753 2014-01-08 Pedro Alves <palves@redhat.com>
20754
20755 * gdb.threads/reconnect-signal.c: New file.
20756 * gdb.threads/reconnect-signal.exp: New file.
20757
20758 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20759
20760 * gdb.base/source-dir.exp: New file.
20761
20762 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20763
20764 * gdb.ada/mi_interface: New testcase.
20765
20766 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20767
20768 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20769 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20770 gdb.ada/pp-rec-component/pck.ads: New files.
20771
20772 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20773
20774 * gdb.python/py-pp-integral.c: New file.
20775 * gdb.python/py-pp-integral.py: New file.
20776 * gdb.python/py-pp-integral.exp: New file.
20777
20778 For older changes see ChangeLog-1993-2013.
20779 \f
20780 ;; Local Variables:
20781 ;; mode: change-log
20782 ;; left-margin: 8
20783 ;; fill-column: 74
20784 ;; version-control: never
20785 ;; End:
20786
20787 Copyright 2014-2020 Free Software Foundation, Inc.
20788 Copying and distribution of this file, with or without modification,
20789 are permitted provided the copyright notice and this notice are preserved.