[gdb/testsuite] Require gnatmake-8 for gdb.ada/mi_prot.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-07-24 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/26293
4 * gdb.ada/mi_prot.exp: Require gnatmake-8.
5
6 2020-07-23 Pedro Alves <pedro@palves.net>
7
8 * gdb.server/server-kill.exp (prepare): New, factored out from the
9 top level.
10 (kill_server): New.
11 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
12 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
13
14 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
17
18 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
19
20 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
21 Initialize to empty string at top level.
22 (gdb_wrapper_init): Revert check for file existence on build.
23 Build the wrapper in its default place, not a build-specific
24 location. When host == build, make the pathname absolute.
25 (gdb_compile): Delete leftover declaration of
26 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
27 string instead of uninitialized.
28
29 2020-07-22 Kevin Buettner <kevinb@redhat.com>
30
31 * gdb.base/corefile2.exp: New file.
32 * gdb.base/coremaker2.exp: New file.
33
34 2020-07-22 Kevin Buettner <kevinb@redhat.com>
35
36 * gdb.base/coredump-filter.exp: Add second
37 non-Private-Shared-Anon-File test.
38 (test_disasm): Rename binfile for test which is expected
39 to fail.
40
41 2020-07-22 Kevin Buettner <kevinb@redhat.com>
42
43 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
44 data in core file".
45 * gdb.base/coremaker.c (buf2ro): New global.
46 (mmapdata): Add a read-only mmap mapping.
47
48 2020-07-22 Kevin Buettner <kevinb@redhat.com>
49
50 PR corefiles/25631
51 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
52 New test.
53 * gdb.base/coremaker.c (buf3): New global.
54 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
55 flags.
56
57 2020-07-22 Kevin Buettner <kevinb@redhat.com>
58
59 * gdb.base/coremaker.c (filler_ro): New global constant.
60
61 2020-07-22 Tom Tromey <tromey@adacore.com>
62
63 * gdb.ada/mi_prot.exp: New file.
64 * gdb.ada/mi_prot/pkg.adb: New file.
65 * gdb.ada/mi_prot/pkg.ads: New file.
66 * gdb.ada/mi_prot/prot.adb: New file.
67
68 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
69
70 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
71 loads two JITers.
72
73 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.python/py-arch-reg-groups.exp: Additional tests.
76
77 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.python/py-arch-reg-names.exp: Additional tests.
80
81 2020-07-21 Tom de Vries <tdevries@suse.de>
82
83 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
84 breakpoint locations".
85 * gdb.reverse/solib-reverse.exp: Same.
86
87 2020-07-21 Tom de Vries <tdevries@suse.de>
88
89 * gdb.reverse/step-reverse.c (callee): Merge statements.
90
91 2020-07-21 Tom de Vries <tdevries@suse.de>
92
93 * gdb.fortran/info-modules.exp (info module variables): Allow missing
94 line numbers for some variables.
95
96 2020-07-21 Tom de Vries <tdevries@suse.de>
97
98 * gdb.opt/inline-locals.c (init_array): New func.
99 (func1): Use init_array.
100 * gdb.opt/inline-locals.exp: Update pattern.
101
102 2020-07-21 Tom de Vries <tdevries@suse.de>
103
104 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
105 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
106
107 2020-07-20 Ludovic Courtès <ludo@gnu.org>
108
109 * gdb.guile/source2.scm: Add #f first argument to 'format'.
110 * gdb.guile/types-module.exp: Remove "ERROR:" from
111 regexps since Guile 3.0 no longer prints that.
112
113 2020-07-20 Ludovic Courtès <ludo@gnu.org>
114
115 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
116 error regexp to match on Guile 2.2.
117
118 2020-07-20 Gary Benson <gbenson@redhat.com>
119
120 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
121 with clang.
122
123 2020-07-20 Tom de Vries <tdevries@suse.de>
124
125 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
126 (omp_set_lock_in_order): New function.
127 (single_scope, multi_scope, nested_func, nested_parallel): Use
128 omp_set_lock_in_order and omp_unset_lock.
129 (main): Init and destroy lock and lock2.
130
131 2020-07-20 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
134
135 2020-07-20 Tom de Vries <tdevries@suse.de>
136
137 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
138
139 2020-07-17 Tom de Vries <tdevries@suse.de>
140
141 * gdb.base/valgrind-infcall-2.c: New test.
142 * gdb.base/valgrind-infcall-2.exp: New file.
143 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
144
145 2020-07-17 Tom de Vries <tdevries@suse.de>
146
147 * gdb.dlang/circular.c (found): Use found_label as label name.
148 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
149 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
150 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
151 * gdb.dwarf2/ada-linkage-name.exp: Same.
152 * gdb.dwarf2/arr-subrange.exp: Same.
153 * gdb.dwarf2/atomic-type.exp: Same.
154 * gdb.dwarf2/comp-unit-lang.exp: Same.
155 * gdb.dwarf2/cpp-linkage-name.exp: Same.
156 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
157 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
158 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
159 * gdb.dwarf2/implptr-64bit.exp: Same.
160 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
161 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
162 * gdb.dwarf2/imported-unit.exp: Same.
163 * gdb.dwarf2/main-subprogram.exp: Same.
164 * gdb.dwarf2/missing-type-name.exp: Same.
165 * gdb.dwarf2/nonvar-access.exp: Same.
166 * gdb.dwarf2/struct-with-sig.exp: Same.
167 * gdb.dwarf2/typedef-void-finish.exp: Same.
168 * gdb.dwarf2/void-type.exp: Same.
169
170 2020-07-17 Tom de Vries <tdevries@suse.de>
171
172 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
173 src parameter.
174 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
175 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
176 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
177 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
178 * gdb.dwarf2/dwz.exp: Same.
179 * gdb.dwarf2/implptr-optimized-out.exp: Same.
180 * gdb.dwarf2/implref-array.exp: Same.
181 * gdb.dwarf2/implref-const.exp: Same.
182 * gdb.dwarf2/implref-global.exp: Same.
183 * gdb.dwarf2/implref-struct.exp: Same.
184 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
185 * gdb.dwarf2/opaque-type-lookup.exp: Same.
186 * gdb.dwarf2/var-access.exp: Same.
187 * gdb.dwarf2/varval.exp: Same.
188 * gdb.trace/entry-values.exp: Same.
189
190 2020-07-17 Tom de Vries <tdevries@suse.de>
191
192 * lib/dwarf.exp (Dwarf::extern): Remove.
193 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
194 * gdb.dlang/circular.exp: Same.
195 * gdb.dwarf2/comp-unit-lang.exp: Same.
196 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
197 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
198 * gdb.dwarf2/dwz.exp: Same.
199 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
200 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
201 * gdb.dwarf2/imported-unit.exp: Same.
202 * gdb.dwarf2/opaque-type-lookup.exp: Same.
203
204 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
205
206 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
207 Use double quotes instead of single quotes.
208
209 2020-07-16 Caroline Tice <cmtice@google.com>
210
211 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
212 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
213
214 2020-07-16 Tom de Vries <tdevries@suse.de>
215
216 * lib/dwarf.exp (program): Initialize _line.
217 (DW_LNE_end_sequence): Reinitialize _line.
218 (DW_LNS_advance_line): Update _line.
219 (line): New proc.
220 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
221 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
222 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
223 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
224 * gdb.dwarf2/dw2-is-stmt.exp: Same.
225 * gdb.dwarf2/dw2-ranges-func.exp: Same.
226
227 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
230 generic.
231
232 2020-07-15 Tom de Vries <tdevries@suse.de>
233
234 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
235 is_amd64_regs_target.
236
237 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.fortran/ptype-on-functions.exp: Add more tests.
240 * gdb.fortran/ptype-on-functions.f90: Likewise.
241
242 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
243
244 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
245 values in documentation for addr_size to 4 and 8.
246
247 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.arch/amd64-osabi.exp: Update.
250 * gdb.arch/arm-disassembler-options.exp: Update.
251 * gdb.arch/powerpc-disassembler-options.exp: Update.
252 * gdb.arch/ppc64-symtab-cordic.exp: Update.
253 * gdb.arch/s390-disassembler-options.exp: Update.
254 * gdb.base/all-architectures.exp.tcl: Update.
255 * gdb.base/attach-pie-noexec.exp: Update.
256 * gdb.base/catch-syscall.exp: Update.
257 * gdb.xml/tdesc-arch.exp: Update.
258
259 2020-07-14 Tom de Vries <tdevries@suse.de>
260
261 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
262 (local_gettid): ... this.
263 (fn): Update.
264
265 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
266
267 * gdb.base/info_sources.exp: Skip directory match tests on
268 remote hosts.
269
270 2020-07-13 Gary Benson <gbenson@redhat.com>
271
272 * gdb.base/savedregs.exp (caller): Use parentheses to
273 make expected expression evaluation ordering explicit.
274
275 2020-07-13 Gary Benson <gbenson@redhat.com>
276
277 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
278
279 2020-07-13 Gary Benson <gbenson@redhat.com>
280
281 * gdb.base/bigcore.c (main): Use a volatile pointer when
282 attempting to trigger a SIGSEGV.
283 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
284 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
285 * gdb.base/savedregs.c (thrower): Likewise.
286 * gdb.mi/mi-syn-frame.c (bar): Likewise.
287
288 2020-07-13 Gary Benson <gbenson@redhat.com>
289
290 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
291 defining and using VLA structure fields into...
292 * gdb.base/vla-struct-fields.c: New file.
293 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
294 tests into...
295 * gdb.base/vla-struct-fields.exp: New file.
296
297 2020-07-13 Tom de Vries <tdevries@suse.de>
298
299 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
300 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
301 * gdb.base/gold-gdb-index.exp: Same.
302 * gdb.base/morestack.exp: Same.
303
304 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
305
306 PR rust/26121
307 * gdb.rust/modules.rs: Prevent linker from discarding test
308 symbol.
309
310 2020-07-10 Pedro Alves <pedro@palves.net>
311
312 PR gdb/26199
313 * gdb.multi/multi-target.c (exit_thread): New.
314 (thread_start): Break loop if EXIT_THREAD.
315 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
316 (top level) Call test_no_resumed.
317
318 2020-07-08 Tom Tromey <tromey@adacore.com>
319
320 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
321 * gdb.ada/catch_ex.exp: Examine catchpoint text.
322
323 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 PR python/22748
326 * gdb.opt/inline-frame-tailcall.c: New file.
327 * gdb.opt/inline-frame-tailcall.exp: New file.
328 * gdb.python/py-unwind-inline.c: New file.
329 * gdb.python/py-unwind-inline.exp: New file.
330 * gdb.python/py-unwind-inline.py: New file.
331
332 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.python/py-arch-reg-groups.exp: New file.
335
336 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.python/py-arch-reg-names.exp: New file.
339
340 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
343 gdb.PendingFrame.architecture method.
344
345 2020-07-06 Tom de Vries <tdevries@suse.de>
346
347 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
348
349 2020-07-03 Pedro Alves <palves@redhat.com>
350
351 * gdb.base/structs2.c (main): Adjust second parem_reg call to
352 explicitly write negative numbers.
353 * gdb.base/structs2.exp: Adjust expected output.
354
355 2020-07-03 Pedro Alves <palves@redhat.com>
356
357 * gdb.base/charset.c (init_string): Change all char parameters to
358 unsigned char parameters.
359
360 2020-07-03 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/call-sc.exp (start_scalars_test): Use
363 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
364 * gdb.base/overlays.c: Remove references to PARAMS.
365 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
366 * gdb.base/reread.exp: Don't set 'prototypes' global.
367 * gdb.base/structs.exp (start_structs_test): Use
368 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
369 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
370 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
371 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
372 call.
373 * gdb.base/varargs.exp: Don't set 'prototypes' global.
374
375 2020-07-03 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/m32rovly.c: Delete.
378 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
379
380 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
383 of gdb_py_test_multiple.
384 * gdb.python/py-cmd.exp: Likewise.
385 * gdb.python/py-events.exp: Likewise.
386 * gdb.python/py-function.exp: Likewise.
387 * gdb.python/py-inferior.exp: Likewise.
388 * gdb.python/py-infthread.exp: Likewise.
389 * gdb.python/py-linetable.exp: Likewise.
390 * gdb.python/py-parameter.exp: Likewise.
391 * gdb.python/py-value.exp: Likewise.
392
393 2020-06-30 Tom de Vries <tdevries@suse.de>
394
395 PR testsuite/26175
396 * lib/future.exp (gdb_default_target_compile): Detect and handle
397 early_flags.
398
399 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
400
401 * boards/simavr.exp (gdb_load): Catch errors when closing
402 previous connection. Close connection, wait for process and
403 unset simavr_spawn_id on failure.
404
405 2020-06-29 Tom de Vries <tdevries@suse.de>
406
407 * lib/gdb.exp (unknown): Make test-case unresolved.
408
409 2020-06-29 Tom de Vries <tdevries@suse.de>
410
411 PR gdb/25475
412 * gdb.server/solib-list.exp: Verify that the symbol reload
413 confirmation question is asked.
414
415 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
416
417 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
418 have a input seq nr in each pass message.
419 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
420 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
421 * gdb.python/python.exp: Make test names unique,
422 use gdb_test_multiline instead of gdb_py_test_multiple,
423 use $gdb_test_name.
424 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
425
426 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
427
428 * configure.ac: Add --enable-libctf.
429 * aclocal.m4: sinclude ../config/enable.m4.
430 * Makefile.in (site.exp): Add enable_libctf to site.exp.
431 * lib/gdb.exp (skip_ctf_tests): Use it.
432 * gdb.base/ctf-constvars.exp: Error message tweak.
433 * gdb.base/ctf-ptype.exp: Likewise.
434 * configure: Regenerate.
435
436 2020-06-26 Gary Benson <gbenson@redhat.com>
437
438 * gdb.cp/try_catch.cc: Include string.h.
439 (main): Replace comparison against string literal with
440 strcmp, avoiding build failure with -Wstring-compare.
441 Add "marker test-complete".
442 * gdb.cp/try_catch.exp: Run the test to the above marker,
443 then verify that the value of "test" is still true.
444
445 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
448
449 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
452
453 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
456 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
457 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
458 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
459 * gdb.arch/riscv-tdesc-loading.exp: New file.
460
461 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
464
465 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
468 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
469 * gdb.arch/riscv-tdesc-regs.c: New file.
470 * gdb.arch/riscv-tdesc-regs.exp: New file.
471
472 2020-06-24 Pedro Alves <palves@redhat.com>
473
474 * gdb.arch/amd64-entry-value-paramref.exp: Use
475 prepare_for_testing_full and don't pass "c++" for the .S file
476 build spec.
477 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
478 $options, since it's an assembly file. Remove -Wno-deprecated.
479 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
480 compiling C++ programs.
481
482 2020-06-24 Pedro Alves <palves@redhat.com>
483
484 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
485 Clang, add "-Wno-unknown-warning-option" to the options.
486
487 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.xml/tdesc-reload.c: New file.
490 * gdb.xml/tdesc-reload.exp: New file.
491 * gdb.xml/maint-xml-dump-01.xml: New file.
492 * gdb.xml/maint-xml-dump-02.xml: New file.
493 * gdb.xml/maint-xml-dump.exp: New file.
494
495 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
496
497 * lib/completion-support.exp (test_gdb_completion_offers_commands):
498 Adjust for omitted commands when TUI is disabled.
499
500 2020-06-23 Gary Benson <gbenson@redhat.com>
501 Pedro Alves <palves@redhat.com>
502
503 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
504 * gdb.cp/nsimport.cc: Likewise.
505 * gdb.cp/nsnested.cc: Likewise.
506 * gdb.cp/nsnoimports.cc: Likewise.
507 * gdb.cp/nsusing.cc: Likewise.
508 * gdb.cp/smartp.cc: Likewise.
509 * gdb.python/py-pp-integral.c: Likewise.
510 * gdb.python/py-pp-re-notag.c: Likewise.
511
512 2020-06-23 Gary Benson <gbenson@redhat.com>
513
514 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
515 * gdb.cp/nsimport.cc: Likewise.
516 * gdb.cp/nsnested.cc: Likewise.
517 * gdb.cp/nsnoimports.cc: Likewise.
518 * gdb.cp/nsusing.cc: Likewise.
519 * gdb.cp/smartp.cc: Likewise.
520 * gdb.python/py-pp-integral.c: Likewise.
521 * gdb.python/py-pp-re-notag.c: Likewise.
522
523 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
524
525 * gdb.base/default-args.exp: New test.
526 * gdb.base/default-args.c: New file.
527 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
528 * gdb.base/default.exp: Update to new help text.
529 * gdb.base/help.exp: Likewise.
530 * gdb.base/page.exp: Likewise.
531 * gdb.base/style.exp: Likewise.
532 * gdb.guile/guile.exp: Likewise.
533 * gdb.python/python.exp: Likewise.
534
535 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
536
537 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
538 remote host. Fix search path syntax on Windows host.
539
540 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
541
542 * gdb.base/attach.exp: Test priority of 'exec-file' changed
543 over 'exec-file-mismatch'.
544 * gdb.base/attach.c: Mark should_exit volatile.
545 * gdb.base/attach2.c: Likewise. Add a comment explaining
546 why the sleep cannot be big.
547 * gdb.base/attach3.c: New file.
548
549 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
550
551 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
552 prefix optional.
553
554 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
555
556 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
557 for remote host.
558
559 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
560 Hafiz Abid Qadeer <abidh@codesourcery.com>
561
562 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
563 file sent to remote host.
564 (top level): Allow int32_t as type of 32-bit register.
565
566 2020-06-19 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (gdb_note): New proc.
569 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
570 (gdb_default_target_compile): ... here. Only call
571 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
572 (use_gdb_compile): Change to array.
573 (toplevel): Update sets of use_gdb_compile to specify language.
574 Warn about default_target_compile override. Store dejagnu's version
575 of default_target_compile in dejagnu_default_target_compile.
576
577 2020-06-18 Tom de Vries <tdevries@suse.de>
578
579 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
580 (default_gdb_init): ... here.
581
582 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
583
584 Fix TUI support checks in gdb.tui tests.
585
586 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
587 just say UNSUPPORTED.
588 * gdb.tui/corefile-run.exp: Likewise.
589 * gdb.tui/empty.exp: Likewise.
590 * gdb.tui/list-before.exp: Likewise.
591 * gdb.tui/list.exp: Likewise.
592 * gdb.tui/main.exp: Likewise.
593 * gdb.tui/regs.exp: Likewise.
594 * gdb.tui/resize.exp: Likewise.
595 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
596 * gdb.tui/tui-layout-asm.exp: Likewise.
597 * gdb.tui/tui-missing-src.exp: Likewise.
598 * gdb.tui/winheight.exp: Likewise.
599 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
600
601 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
602
603 Fix TCL error in gdb.python/py-format-string.exp.
604
605 * gdb.python/py-format-string.exp: Move test for python support
606 earlier, out of function body.
607
608 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
609
610 * gdb.base/index-cache-load-twice.c: New.
611 * gdb.base/index-cache-load-twice.exp: New.
612
613 2020-06-17 Keith Seitz <keiths@redhat.com>
614
615 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
616 when executing "gdb --configuration".
617
618 2020-06-17 Tom de Vries <tdevries@suse.de>
619
620 * lib/gdb.exp (gdb_tcl_unknown): New proc.
621 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
622 conditional on presence of gdb_tcl_unknown.
623 (gdb_finish): Make override undo conditional on presence of
624 gdb_tcl_unknown.
625
626 2020-06-16 Tom Tromey <tom@tromey.com>
627
628 * gdb.python/tui-window.py (failwin): New function. Register it
629 as a TUI window type.
630 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
631
632 2020-06-16 Gary Benson <gbenson@redhat.com>
633
634 * gdb.python/py-nested-maps.c (create_map): Add missing return
635 value.
636 (create_map_map): Likewise.
637
638 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
639
640 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
641 variable.
642 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
643 and use the already-defined 'options' variable.
644
645 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
646 Tom de Vries <tdevries@suse.de>
647
648 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
649 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
650 (gdb_setup_known_globals): New proc.
651 (gdb_cleanup_globals): New proc.
652 * lib/gdb.exp (load_lib): New override proc.
653 (gdb_stdin_log_init): Set var in_file as persistent global.
654 * lib/pascal.exp (gdb_stdin_log_init): Set vars
655 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
656 fpc_compiler as persistent global.
657
658 2020-06-12 Tom de Vries <tdevries@suse.de>
659
660 * lib/tuiterm.exp (spawn): Rename to ...
661 (tui_spawn): ... this.
662 (toplevel): Move rename of spawn ...
663 (gdb_init_tuiterm): ... here. New proc.
664 (gdb_finish_tuiterm): New proc.
665 * lib/gdb.exp (gdb_finish_hooks): New global var.
666 (gdb_finish): Handle gdb_finish_hooks.
667 (tuiterm_env): New proc.
668 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
669 tuiterm_env.
670 * gdb.tui/basic.exp: Same.
671 * gdb.tui/corefile-run.exp: Same.
672 * gdb.tui/empty.exp: Same.
673 * gdb.tui/list-before.exp: Same.
674 * gdb.tui/list.exp: Same.
675 * gdb.tui/main.exp: Same.
676 * gdb.tui/new-layout.exp: Same.
677 * gdb.tui/regs.exp: Same.
678 * gdb.tui/resize.exp: Same.
679 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
680 * gdb.tui/tui-layout-asm.exp: Same.
681 * gdb.tui/tui-missing-src.exp: Same.
682 * gdb.tui/winheight.exp: Same.
683
684 2020-06-12 Tom de Vries <tdevries@suse.de>
685
686 PR testsuite/26110
687 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
688 (gdb_finish): Reinstall dejagnu's override of ::unknown.
689
690 2020-06-11 Tom Tromey <tom@tromey.com>
691
692 PR gdb/18318:
693 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
694 floating point tests.
695
696 2020-06-11 Keith Seitz <keiths@redhat.com>
697
698 PR gdb/21356
699 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
700 vla_struct.
701 Add new struct vla_typedef and union vla_typedef_union and
702 corresponding instantiation objects.
703 Initialize new objects.
704 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
705 and vla_typedef_union_object.
706 Fixup type for vla_struct_object.
707
708 2020-06-11 Tom de Vries <tdevries@suse.de>
709
710 * lib/gdb.exp (with_override): New proc, factored out of ...
711 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
712
713 2020-06-10 Tom de Vries <tdevries@suse.de>
714
715 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
716
717 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
718
719 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
720 parameter, update callers.
721
722 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
723
724 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
725 * gdb.dwarf2/share-psymtabs-bt.c: New file.
726 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
727
728 2020-06-04 Tom de Vries <tdevries@suse.de>
729
730 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
731
732 2020-06-04 Tom de Vries <tdevries@suse.de>
733
734 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
735 exp_continue.
736
737 2020-06-04 Tom de Vries <tdevries@suse.de>
738
739 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
740
741 2020-06-03 Tom de Vries <tdevries@suse.de>
742
743 PR symtab/26046
744 * gdb.cp/breakpoint-locs-2.cc: New test.
745 * gdb.cp/breakpoint-locs.cc: New test.
746 * gdb.cp/breakpoint-locs.exp: New file.
747 * gdb.cp/breakpoint-locs.h: New test.
748
749 2020-06-03 Tom de Vries <tdevries@suse.de>
750
751 PR testsuite/25609
752 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
753 value of global verbose.
754 * gdb.base/jit-elf.exp: Same.
755 * gdb.base/jit-reader.exp: Same.
756
757 2020-06-02 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/multidictionary.exp: Don't use
760 gdb_spawn_with_cmdline_opts.
761
762 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
765 use_header case.
766 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
767 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
768 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
769 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
770 * gdb.dwarf2/dw2-inline-header.c: New file.
771 * gdb.dwarf2/dw2-inline-header.h: New file.
772
773 2020-05-30 Pedro Alves <palves@redhat.com>
774
775 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
776 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
777
778 2020-05-29 Gary Benson <gbenson@redhat.com>
779
780 * gdb.compile/compile-cplus.exp (additional_flags): Also
781 set when building with clang.
782 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
783 when building with clang.
784
785 2020-05-29 Gary Benson <gbenson@redhat.com>
786
787 * gdb.arch/i386-avx.exp (additional_flags): Also set when
788 building with clang.
789 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
790
791 2020-05-29 Gary Benson <gbenson@redhat.com>
792
793 * gdb.cp/koenig.exp (prepare_for_testing): Add
794 additional_flags=-Wno-unused-comparison.
795 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
796
797 2020-05-28 Gary Benson <gbenson@redhat.com>
798
799 * gdb.base/sigaltstack.c (catcher): Add default case to switch
800 statement.
801
802 2020-05-28 Gary Benson <gbenson@redhat.com>
803
804 * gdb.cp/classes.exp (prepare_for_testing): Add
805 additional_flags=-Wno-deprecated-register.
806 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
807 * gdb.cp/misc.exp: Likewise.
808
809 2020-05-28 Gary Benson <gbenson@redhat.com>
810
811 * gdb.linespec/cpls-ops.cc (dummy): New static global.
812 (test_op_new::operator new): Add return statement.
813 (test_op_new_array::operator new[]): Likewise.
814
815 2020-05-27 Pedro Alves <palves@redhat.com>
816
817 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
818 check. Use test_gdb_complete_unique instead of
819 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
820 test_gdb_complete_multiple instead of
821 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
822
823 2020-05-27 Luis Machado <luis.machado@linaro.org>
824
825 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
826 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
827 * gdb.arch/arm-disassembler-options.exp: Likewise.
828 * gdb.arch/arm-disp-step.exp: Likewise.
829 * gdb.arch/thumb-prologue.exp: Likewise.
830 * gdb.base/async.exp: Likewise.
831 * gdb.base/auxv.exp: Likewise.
832 * gdb.base/complex-parts.exp: Likewise.
833 * gdb.base/ena-dis-br.exp: Likewise.
834 * gdb.base/foll-exec.exp: Likewise.
835 * gdb.base/permissions.exp: Likewise.
836 * gdb.base/relocate.exp: Likewise.
837 * gdb.base/return2.exp: Likewise.
838 * gdb.base/sigbpt.exp: Likewise.
839 * gdb.base/siginfo-obj.exp: Likewise.
840 * gdb.cp/converts.exp: Likewise.
841 * gdb.cp/exceptprint.exp: Likewise.
842 * gdb.cp/inherit.exp: Likewise.
843 * gdb.cp/nsnoimports.exp: Likewise.
844 * gdb.cp/virtbase2.exp: Likewise.
845 * gdb.mi/mi-var-cmd.exp: Likewise.
846 * gdb.mi/var-cmd.c: Likewise.
847
848 2020-05-26 Tom Tromey <tromey@adacore.com>
849
850 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
851
852 2020-05-26 Tom Tromey <tromey@adacore.com>
853
854 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
855 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
856 type.
857 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
858 variable.
859
860 2020-05-26 Christian Biesinger <cbiesinger@google.com>
861
862 * Makefile.in: Use = instead of == for the test command
863 for portability.
864
865 2020-05-26 Tom de Vries <tdevries@suse.de>
866
867 * gdb.base/gold-gdb-index-2.c: New test.
868 * gdb.base/gold-gdb-index.c: New test.
869 * gdb.base/gold-gdb-index.exp: New file.
870 * gdb.base/gold-gdb-index.h: New test.
871
872 2020-05-25 Tom de Vries <tdevries@suse.de>
873
874 * boards/gold-gdb-index.exp: New file.
875
876 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
877
878 * boards/simavr.exp: New file.
879
880 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
881
882 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
883 * gdb.base/inferior-args.exp: New file.
884 * gdb.base/inferior-args.c: New file.
885
886 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
887
888 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
889 inferior_args. Pass it to gdb_reload.
890 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
891 inferior_args.
892 (gdb_reload): Add inferior_args argument.
893 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
894 pass it to gdbserver_run.
895 * boards/native-gdbserver.exp: Do not set noargs.
896 * boards/native-extended-gdbserver.exp (gdb_reload): Add
897 inferior_args argument.
898 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
899 * gdb.base/a2-run.exp: Check for use_gdb_stub.
900 * gdb.base/args.exp: Likewise.
901
902 2020-05-25 Tom de Vries <tdevries@suse.de>
903
904 * lib/gdb.exp (exec_is_pie): Add comment.
905
906 2020-05-25 Tom de Vries <tdevries@suse.de>
907
908 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
909 instead of $binfile in the untested message.
910
911 2020-05-25 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/26031
914 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
915
916 2020-05-25 Tom de Vries <tdevries@suse.de>
917
918 * boards/gold.exp: New file.
919
920 2020-05-23 Tom Tromey <tom@tromey.com>
921
922 * gdb.base/style.exp: Remove completion styling test.
923 * lib/gdb-utils.exp (style): Remove completion styles.
924
925 2020-05-23 Tom Tromey <tom@tromey.com>
926
927 * gdb.base/style.exp: Add completion styling test.
928 * lib/gdb-utils.exp (style): Add completion styles.
929
930 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.base/annota1.exp: Update expected results.
933 * gdb.cp/annota2.exp: Update expected results, remove duplicate
934 test name.
935 * gdb.cp/annota3.exp: Update expected results.
936
937 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
938
939 PR gdb/26016
940 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
941 against MAP_FAILED.
942 * gdb.base/coremaker.c (mmapdata): Likewise.
943 * gdb.base/jit-reader-host.c (main): Likewise.
944 * gdb.base/sym-file-loader.c (load): Likewise.
945 (load_shlib): Likewise.
946
947 2020-05-20 Tom Tromey <tromey@adacore.com>
948
949 * gdb.ada/array_char_idx.exp: Recognize initialized array.
950
951 2020-05-20 Tom de Vries <tdevries@suse.de>
952
953 PR symtab/25833
954 * gdb.base/with-mf-inc.c: New test.
955 * gdb.base/with-mf-main.c: New test.
956 * gdb.base/with-mf.exp: New file.
957
958 2020-05-19 Tom Tromey <tromey@adacore.com>
959
960 * gdb.rust/simple.exp: Restore missing test result.
961
962 2020-05-19 Tom de Vries <tdevries@suse.de>
963
964 * gdb.base/gdb-caching-proc.exp: Fix typo.
965
966 2020-05-19 Tom Tromey <tromey@adacore.com>
967
968 * gdb.rust/simple.exp: Add some test descriptions.
969 (test_one_slice): Use with_test_prefix.
970
971 2020-05-18 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
974
975 2020-05-17 Pedro Alves <palves@redhat.com>
976
977 PR gdb/25741
978 * gdb.base/hw-sw-break-same-address.exp: New file.
979
980 2020-05-16 Pedro Alves <palves@redhat.com>
981
982 * gdb.multi/multi-re-run.exp (test_re_run): Switch
983 LAST_LOADED_FILE accordingly.
984
985 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
986
987 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
988
989 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
990
991 * gdb.base/help.exp: Test apropos and help for commands
992 having aliases. Fixed comments not starting with an
993 upper-case letter or not finishing with a dot.
994
995 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
996
997 * gdb.base/alias.exp: Update help output check.
998
999 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1000
1001 * gdb.base/default.exp: Update output following fixes.
1002
1003 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1004
1005 * gdb.base/alias.exp: Test aliases starting with a prefix of
1006 another alias.
1007
1008 2020-05-15 Gary Benson <gbenson@redhat.com>
1009
1010 * gdb.base/info-os.c (main): Add return statement.
1011 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1012 * gdb.base/large-frame-2.c (func): Likewise.
1013 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1014 * gdb.base/pr10179-b.c (foo2): Likewise.
1015 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1016 * gdb.base/watch-cond.c (func): Likewise.
1017 * gdb.multi/goodbye.c (verylongfun): Likewise.
1018 * gdb.multi/hello.c (commonfun): Likewise.
1019 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1020 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1021 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1022 Likewise.
1023 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1024 * gdb.threads/interrupt-while-step-over.c (child_function):
1025 Likewise.
1026 * gdb.trace/actions-changed.c (end): Likewise.
1027
1028 2020-05-15 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.opencl/callfuncs.exp: Report when test skipped.
1031 * gdb.opencl/convs_casts.exp: Likewise.
1032 * gdb.opencl/datatypes.exp: Likewise.
1033 * gdb.opencl/operators.exp: Likewise.
1034 * gdb.opencl/vec_comps.exp: Likewise.
1035
1036 2020-05-15 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/align.exp.in: Rename to ...
1039 * gdb.base/align.exp.tcl: ... this.
1040 * gdb.base/align-c++.exp: Update.
1041 * gdb.base/align-c.exp: Update.
1042 * gdb.base/all-architectures.exp.in: Rename to ...
1043 * gdb.base/all-architectures.exp: ... this.
1044 * gdb.base/all-architectures-0.exp: Update.
1045 * gdb.base/all-architectures-1.exp: Update.
1046 * gdb.base/all-architectures-2.exp: Update.
1047 * gdb.base/all-architectures-3.exp: Update.
1048 * gdb.base/all-architectures-4.exp: Update.
1049 * gdb.base/all-architectures-5.exp: Update.
1050 * gdb.base/all-architectures-6.exp: Update.
1051 * gdb.base/all-architectures-7.exp: Update.
1052 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1053 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1054 * gdb.base/infcall-nested-structs-c++.exp: Update.
1055 * gdb.base/infcall-nested-structs-c.exp: Update.
1056 * gdb.base/info-types.exp.in: Rename to ...
1057 * gdb.base/info-types.exp.tcl: ... this.
1058 * gdb.base/info-types-c++.exp: Update.
1059 * gdb.base/info-types-c.exp: Update.
1060 * gdb.base/max-depth.exp.in: Rename to ...
1061 * gdb.base/max-depth.exp.tcl: ... this.
1062 * gdb.base/max-depth-c++.exp: Update.
1063 * gdb.base/max-depth-c.exp: Update.
1064 * gdb.cp/cpexprs.exp.in: Rename to ...
1065 * gdb.cp/cpexprs.exp.tcl: ... this.
1066 * gdb.cp/cpexprs-debug-types.exp: Update.
1067 * gdb.cp/cpexprs.exp: Update.
1068 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1069 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1070 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1071 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1072 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1073 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1074 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1075 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1076 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1077 * gdb.dwarf2/clang-debug-names.exp: Update.
1078
1079 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * lib/check-test-names.exp: Remove code that prevents this file
1082 loading when tests are run in parallel.
1083
1084 2020-05-15 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.multi/multi-kill.exp (start_inferior): Remove
1087 'testpid' parameter. Refer to namespace variable directly.
1088 (testpid): Declare as namespace variable.
1089
1090 2020-05-15 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.multi/multi-kill.exp: Wrap in namespace.
1093 (start_inferior): Add TESTPID parameter. Use it instead of the
1094 testpid global.
1095 (top level): Define empty TESTPID array, and pass it down to
1096 start_inferior.
1097
1098 2020-05-14 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1101 output.
1102
1103 2020-05-14 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.base/align.exp: Split into ...
1106 * gdb.base/align.exp.in: ...
1107 * gdb.base/align-c++.exp: ...
1108 * gdb.base/align-c.exp: ... these.
1109 * gdb.base/infcall-nested-structs.exp: Split into ...
1110 * gdb.base/infcall-nested-structs.exp.in: ...
1111 * gdb.base/infcall-nested-structs-c++.exp: ...
1112 * gdb.base/infcall-nested-structs-c.exp: ... these.
1113 * gdb.base/info-types.exp: Split into ...
1114 * gdb.base/info-types.exp.in: ...
1115 * gdb.base/info-types-c++.exp: ...
1116 * gdb.base/info-types-c.exp: ... these.
1117 * gdb.base/max-depth.exp: Split into ...
1118 * gdb.base/max-depth.exp.in: ...
1119 * gdb.base/max-depth-c++.exp: ...
1120 * gdb.base/max-depth-c.exp: ... these.
1121 * gdb.cp/infcall-nodebug.exp: Split into ...
1122 * gdb.cp/infcall-nodebug.exp.in: ...
1123 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1124 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1125 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1126 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1127
1128 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1129 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.multi/multi-exit.c: New file.
1132 * gdb.multi/multi-exit.exp: New file.
1133 * gdb.multi/multi-kill.c: New file.
1134 * gdb.multi/multi-kill.exp: New file.
1135
1136 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1137
1138 * gdb.base/annota1.exp: Update the expected output.
1139 * gdb.cp/annota2.exp: Ditto.
1140
1141 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * lib/check-test-names.exp: Disable when testing is being run in
1144 parallel.
1145
1146 2020-05-12 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/jit-elf.exp: Fix string concat.
1149
1150 2020-05-12 Tom de Vries <tdevries@suse.de>
1151
1152 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1153 messages.
1154
1155 2020-05-12 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1158
1159 2020-05-12 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1162 * gdb.ada/mi_catch_ex.exp: Same.
1163 * gdb.ada/mi_catch_ex_hand.exp: Same.
1164
1165 2020-05-12 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.fortran/complex.exp: Use with_test_prefix.
1168
1169 2020-05-12 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.trace/passcount.exp: Fix test-names.
1172
1173 2020-05-12 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1176
1177 2020-05-12 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.gdb/complaints.exp: Use with_test_prefix.
1180 * gdb.xml/tdesc-regs.exp: Same.
1181 * gdb.opt/inline-locals.exp: Fix test name.
1182
1183 2020-05-12 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1186 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1187 * gdb.dwarf2/implref-struct.exp: Same.
1188 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1189 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1190
1191 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1192
1193 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1194
1195 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * lib/check-test-names.exp (all_test_names): New module variable.
1198 (counts): Add 'duplicates' field.
1199 (_check_duplicates): New procedure.
1200 (check): Also check for duplicates.
1201 (do_log_summary): Print duplicates count.
1202 (do_reset_vars): Reset counter for duplicate test names, and
1203 discard all know test names.
1204
1205 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * lib/gdb.exp: Include check-test-names.exp library.
1208 * lib/check-test-names.exp: New file.
1209
1210 2020-05-11 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1213
1214 2020-05-11 Keith Seitz <keiths@redhat.com>
1215
1216 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1217
1218 2020-05-11 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1221 * gdb.cp/cpexprs.exp.in: .. here.
1222 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1223 cpexprs.exp.
1224
1225 2020-05-11 Keith Seitz <keiths@redhat.com>
1226
1227 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1228 test names.
1229 * gdb.ada/arrayptr.exp: Likewise.
1230 * gdb.ada/assign_arr.exp: Likewise.
1231 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1232 * gdb.ada/bp_on_var.exp: Likewise.
1233 * gdb.ada/call_pn.exp: Likewise.
1234 * gdb.ada/complete.exp: Likewise.
1235 * gdb.ada/fun_overload_menu.exp: Likewise.
1236 * gdb.ada/funcall_param.exp: Likewise.
1237 * gdb.ada/funcall_ref.exp: Likewise.
1238 * gdb.ada/packed_array_assign.exp: Likewise.
1239 * gdb.ada/same_component_name.exp: Likewise.
1240 * gdb.ada/type_coercion.exp: Likewise.
1241 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1242 * gdb.ada/variant_record_packed_array.exp: Likewise.
1243
1244 2020-05-11 Tom de Vries <tdevries@suse.de>
1245
1246 PR symtab/25941
1247 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1248 out of ...
1249 * gdb.dwarf2/clang-debug-names.exp: ... here.
1250 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1251 clang-debug-names.exp.in.
1252 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1253 * gdb.dwarf2/clang-debug-names-2.c: New test.
1254
1255 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1256
1257 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1258 (fortran_runto_main): New Proc, fortran version of runto_main.
1259 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1260 * gdb.fortran/array-bounds.exp: Likewise.
1261 * gdb.fortran/array-slices.exp: Likewise.
1262 * gdb.fortran/block-data.exp: Likewise.
1263 * gdb.fortran/charset.exp: Likewise.
1264 * gdb.fortran/common-block.exp: Likewise.
1265 * gdb.fortran/complex.exp: Likewise.
1266 * gdb.fortran/derived-type-function.exp: Likewise.
1267 * gdb.fortran/derived-type.exp: Likewise.
1268 * gdb.fortran/info-modules.exp: Likewise.
1269 * gdb.fortran/info-types.exp: Likewise.
1270 * gdb.fortran/intrinsics.exp: Likewise.
1271 * gdb.fortran/library-module.exp: Likewise.
1272 * gdb.fortran/logical.exp: Likewise.
1273 * gdb.fortran/max-depth.exp: Likewise.
1274 * gdb.fortran/module.exp: Likewise.
1275 * gdb.fortran/multi-dim.exp: Likewise.
1276 * gdb.fortran/nested-funcs.exp: Likewise.
1277 * gdb.fortran/print-formatted.exp: Likewise.
1278 * gdb.fortran/print_type.exp: Likewise.
1279 * gdb.fortran/printing-types.exp: Likewise.
1280 * gdb.fortran/ptr-indentation.exp: Likewise.
1281 * gdb.fortran/ptype-on-functions.exp: Likewise.
1282 * gdb.fortran/subarray.exp: Likewise.
1283 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1284 * gdb.fortran/vla-datatypes.exp: Likewise.
1285 * gdb.fortran/vla-history.exp: Likewise.
1286 * gdb.fortran/vla-ptr-info.exp: Likewise.
1287 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1288 * gdb.fortran/vla-ptype.exp: Likewise.
1289 * gdb.fortran/vla-sizeof.exp: Likewise.
1290 * gdb.fortran/vla-type.exp: Likewise.
1291 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1292 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1293 * gdb.fortran/vla-value-sub.exp: Likewise.
1294 * gdb.fortran/vla-value.exp: Likewise.
1295 * gdb.fortran/whatis_type.exp: Likewise.
1296 * gdb.mi/mi-var-child-f.exp: Likewise.
1297
1298 2020-05-09 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1301
1302 2020-05-08 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.dwarf2/clang-debug-names.c: New test.
1305 * gdb.dwarf2/clang-debug-names.exp: New file.
1306
1307 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
1308
1309 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1310 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1311
1312 2020-05-06 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1315 breakpoint is at a "recommended breakpoint location".
1316 * gdb.reverse/consecutive-reverse.exp: Same.
1317
1318 2020-05-06 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1321 address.
1322
1323 2020-05-06 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1326
1327 2020-05-06 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1330 info for r.
1331
1332 2020-05-06 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1335 necessary.
1336
1337 2020-05-06 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1340 void.
1341
1342 2020-05-06 Tom de Vries <tdevries@suse.de>
1343
1344 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1345 of ...
1346 * gdb.base/async.exp: ... here.
1347 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1348 "recommended breakpoint location".
1349
1350 2020-05-06 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1353
1354 2020-05-04 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.base/async.exp: Check whether instruction addresses are a
1357 "recommended breakpoint location".
1358
1359 2020-05-03 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.base/sepdebug.exp: Remove "catch" test.
1362 * gdb.base/break.exp: Remove "catch" test.
1363 * gdb.base/default.exp: Update expected output.
1364
1365 2020-05-02 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1368 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1369 * gdb.arch/i386-mpx-map.exp: Same.
1370 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1371 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1372 * gdb.arch/i386-mpx.exp: Same.
1373
1374 2020-05-02 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1377
1378 2020-05-01 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.ada/operator_bp.exp: Allow more than required amount of
1381 breakpoint.
1382
1383 2020-05-01 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1386
1387 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1388
1389 PR gdb/18706
1390 * gdb.cp/stub-array-size.cc: New test.
1391 * gdb.cp/stub-array-size.exp: New file.
1392 * gdb.cp/stub-array-size.h: New test.
1393 * gdb.cp/stub-array-size2.cc: New test.
1394
1395 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
1396
1397 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1398 output to the new format.
1399
1400 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
1401
1402 * gdb.base/break.exp: Use with_test_prefix.
1403
1404 2020-04-29 Tom de Vries <tdevries@suse.de>
1405
1406 * lib/gdb.exp (debug_types): New proc.
1407 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1408 * gdb.python/py-symtab.exp: Same.
1409
1410 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
1411
1412 PR gdb/17320
1413 * gdb.base/pretty-array.c: New test.
1414 * gdb.base/pretty-array.exp: New file.
1415
1416 2020-04-29 Tom de Vries <tdevries@suse.de>
1417
1418 PR symtab/25889
1419 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1420 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1421 and include cpexprs.exp.
1422
1423 2020-04-28 Mark Williams <mark@myosotissp.com>
1424
1425 PR gdb/24480
1426 * dw4-toplevel-types.exp: Test for top level types.
1427 * dw4-toplevel-types.cc: Test for top level types.
1428
1429 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1430
1431 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1432 (theads -> threads).
1433
1434 2020-04-28 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1437
1438 2020-04-28 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1441
1442 2020-04-28 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1445
1446 2020-04-28 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.dwarf2/main-foo.c: New test.
1449 * gdb.dwarf2/struct-with-sig.exp: New file.
1450
1451 2020-04-25 Tom de Vries <tdevries@suse.de>
1452
1453 * boards/debug-types.exp: New file.
1454
1455 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1456
1457 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1458
1459 2020-04-24 Tom Tromey <tom@tromey.com>
1460
1461 PR symtab/12707:
1462 * gdb.python/py-symbol.exp: Update expected results for
1463 linkage_name test.
1464 * gdb.cp/print-demangle.exp: New file.
1465 * gdb.base/c-linkage-name.exp: Fix test.
1466 * gdb.guile/scm-symbol.exp: Update expected results for
1467 linkage_name test.
1468
1469 2020-04-24 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1472 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1473 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1474 assembler.
1475
1476 2020-04-24 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1479 C++.
1480
1481 2020-04-24 Tom Tromey <tromey@adacore.com>
1482
1483 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1484 values.
1485 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1486 values. Update test for minimal encodings.
1487 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1488 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1489 values. Update test for minimal encodings.
1490
1491 2020-04-24 Tom Tromey <tromey@adacore.com>
1492
1493 PR python/23662:
1494 * gdb.ada/variant.exp: Add Python checks.
1495 * gdb.rust/simple.exp: Add dynamic type checks.
1496
1497 2020-04-24 Tom Tromey <tromey@adacore.com>
1498
1499 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1500 Make array type matching more lax.
1501 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1502 * gdb.ada/mi_variant.exp: New file.
1503 * gdb.ada/mi_variant/pck.ads: New file.
1504 * gdb.ada/mi_variant/pkg.adb: New file.
1505 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1506 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1507
1508 2020-04-24 Tom Tromey <tromey@adacore.com>
1509
1510 * gdb.ada/variant.exp: Add dynamic field offset tests.
1511 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1512 * gdb.ada/variant/pkg.adb: Add new variables.
1513
1514 2020-04-24 Tom Tromey <tromey@adacore.com>
1515
1516 * gdb.ada/variant.exp: New file
1517 * gdb.ada/variant/pkg.adb: New file
1518 * gdb.ada/variant/pck.adb: New file
1519
1520 2020-04-24 Tom de Vries <tdevries@suse.de>
1521
1522 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1523
1524 2020-04-24 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1527 flags.
1528
1529 2020-04-24 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1532
1533 2020-04-24 Tom de Vries <tdevries@suse.de>
1534
1535 * lib/gdb.exp (default_gdb_start): Handle eof.
1536 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1537 failure.
1538 * gdb.base/readnever.exp: Handle clean_restart failure.
1539
1540 2020-04-23 Tom de Vries <tdevries@suse.de>
1541
1542 * gdb.base/decl-before-def.exp: Run to main and print a again.
1543
1544 2020-04-23 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.base/decl-before-def-decl.c: New test.
1547 * gdb.base/decl-before-def-def.c: New test.
1548 * gdb.base/decl-before-def.exp: New file.
1549
1550 2020-04-23 Tom de Vries <tdevries@suse.de>
1551
1552 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1553
1554 2020-04-22 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1557 debug_info_offset.
1558 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1559 before $objsfile in the line line.
1560
1561 2020-04-22 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1564
1565 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1566
1567 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1568 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1569 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1570 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1571 * gdb.base/jit-protocol.h: Update definitions to match all usage
1572 contexts.
1573
1574 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1575
1576 * gdb.base: Rename all jit related test and source files.
1577
1578 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1579
1580 * gdb.base/jit-reader.exp: Relax register output check.
1581
1582 2020-04-22 Tom de Vries <tdevries@suse.de>
1583
1584 PR symtab/25764
1585 * gdb.base/psym-external-decl-2.c: New test.
1586 * gdb.base/psym-external-decl.c: New test.
1587 * gdb.base/psym-external-decl.exp: New file.
1588 * gdb.threads/tls.exp: Add PR25807 kfail.
1589
1590 2020-04-22 Tom de Vries <tdevries@suse.de>
1591
1592 PR symtab/25801
1593 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1594 in "info source" output.
1595
1596 2020-04-22 Tom de Vries <tdevries@suse.de>
1597
1598 PR symtab/25700
1599 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1600 symtab for imported_unit.c.
1601
1602 2020-04-21 Gary Benson <gbenson@redhat.com>
1603
1604 * gdb.base/advance.c (func): New argument, to match call site.
1605 (func2, func3): Add return statements.
1606
1607 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1608
1609 * gdb.multi/run-only-second-inf.c: New file.
1610 * gdb.multi/run-only-second-inf.exp: New file.
1611
1612 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1613
1614 * gdb.btrace/multi-inferior.c: New test.
1615 * gdb.btrace/multi-inferior.exp: New file.
1616
1617 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1618
1619 * gdb.btrace/enable-new-thread.c: New test.
1620 * gdb.btrace/enable-new-thread.exp: New file.
1621
1622 2020-04-21 Tom de Vries <tdevries@suse.de>
1623
1624 PR gdb/25471
1625 * gdb.threads/killed-outside.c: New test.
1626 * gdb.threads/killed-outside.exp: New file.
1627
1628 2020-04-20 Gary Benson <gbenson@redhat.com>
1629
1630 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1631 * gdb.base/nested-subp2.exp: Likewise.
1632 * gdb.base/nested-subp3.exp: Likewise.
1633
1634 2020-04-20 Gary Benson <gbenson@redhat.com>
1635
1636 * gdb.base/nested-subp1.exp: Disable test when using clang.
1637 * gdb.base/nested-subp2.exp: Likewise.
1638 * gdb.base/nested-subp3.exp: Likewise.
1639
1640 2020-04-20 Gary Benson <gbenson@redhat.com>
1641
1642 * gdb.cp/exception.cc: Fix compilation error with clang.
1643
1644 2020-04-20 Gary Benson <gbenson@redhat.com>
1645
1646 * gdb.trace/tspeed.c: Fix compilation error with clang.
1647
1648 2020-04-20 Gary Benson <gbenson@redhat.com>
1649
1650 * gdb.base/jit-main.c: Fix compilation error with clang.
1651
1652 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1653
1654 * gdb.base/attach-twice.c: Include "sys/types.h".
1655 (PTRACE_ATTACH): Add fallback definition.
1656 (main): Pass `0' to the 4th argument of `ptrace'.
1657
1658 2020-04-17 Kamil Rytarowski <n54@gmx.com>
1659
1660 * gdb.base/fork-running-state.c: Include "signal.h".
1661
1662 2020-04-17 Tom Tromey <tromey@adacore.com>
1663
1664 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1665 Update tests.
1666 * gdb.btrace/cpu.exp: Update tests.
1667 * gdb.base/maint.exp: Update tests.
1668 * gdb.base/default.exp: Update tests.
1669 * gdb.base/completion.exp: Update tests.
1670
1671 2020-04-16 Tom de Vries <tdevries@suse.de>
1672
1673 PR symtab/25791
1674 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1675 (ensure_gdb_index): and factor out and move ...
1676 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1677 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1678
1679 2020-04-16 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1682 loading exec.
1683
1684 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.base/many-completions.exp: New file.
1687
1688 2020-04-14 Tom de Vries <tdevries@suse.de>
1689
1690 PR symtab/25718
1691 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1692
1693 2020-04-14 Tom de Vries <tdevries@suse.de>
1694
1695 PR symtab/25720
1696 * gdb.base/maint-expand-symbols-header-file.c: New test.
1697 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1698 * gdb.base/maint-expand-symbols-header-file.h: New test.
1699
1700 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1701
1702 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1703 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1704 get_func_info.
1705 (get_func_info): Delete.
1706 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1707 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1708 * lib/dwarf.exp (get_func_info): New function.
1709
1710 2020-04-13 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1713 to what find_gnatmake does.
1714
1715 2020-04-10 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1718 -readnow.
1719
1720 2020-04-10 Tom de Vries <tdevries@suse.de>
1721
1722 PR cli/25808
1723 * gdb.base/style.c: Add leading newlines.
1724 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1725 Check listing of main's one-line body.
1726
1727 2020-04-08 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/gdb.exp (psymtabs_p): New proc.
1730 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1731 importing unit" unsupported if there are no partial symbols.
1732
1733 2020-04-08 Tom de Vries <tdevries@suse.de>
1734
1735 PR testsuite/25760
1736 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1737
1738 2020-04-07 Tom de Vries <tdevries@suse.de>
1739
1740 PR symtab/25796
1741 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1742
1743 2020-04-07 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.base/check-psymtab.c: New test.
1746 * gdb.base/check-psymtab.exp: New file.
1747
1748 2020-04-06 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.ada/variant-record/proc.adb: New file.
1751 * gdb.ada/variant-record/value.adb: New file.
1752 * gdb.ada/variant-record/value.s: New file.
1753 * gdb.ada/variant-record.exp: New file.
1754
1755 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
1756
1757 PR gdb/25325
1758 * gdb.cp/typed-enum.cc: New test.
1759 * gdb.cp/typed-enum.exp: New file.
1760
1761 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1764 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1765 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1766 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1767 * gdb.opt/inline-small-func.c: New file.
1768 * gdb.opt/inline-small-func.exp: New file.
1769 * gdb.opt/inline-small-func.h: New file.
1770
1771 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1774 function.
1775
1776 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * lib/dwarf.exp (function_range): Allow compiler options to be
1779 specified.
1780
1781 2020-04-02 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1784 __attribute__((always_inline)).
1785 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1786
1787 2020-04-02 Tom de Vries <tdevries@suse.de>
1788
1789 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1790 (gdbserver_gdb_exit): ... here. Add timeout warning.
1791 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1792 (connect_target_extended_remote): Append new server_spawn_id to
1793 server_spawn_ids.
1794 (cleanup): New proc.
1795 (setup, <toplevel>): Call cleanup.
1796
1797 2020-04-02 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.base/main-psymtab.exp: New file.
1800
1801 2020-04-02 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1804
1805 2020-04-01 Tom Tromey <tom@tromey.com>
1806
1807 * gdb.base/complex-parts.exp: Add type tests.
1808
1809 2020-04-01 Tom Tromey <tom@tromey.com>
1810
1811 * gdb.base/complex-parts.exp: Add arithmetic tests.
1812
1813 2020-04-01 Tom Tromey <tom@tromey.com>
1814
1815 * gdb.compile/compile.exp: Update.
1816 * gdb.compile/compile-cplus.exp: Update.
1817 * gdb.base/varargs.exp: Update.
1818 * gdb.base/floatn.exp: Update.
1819 * gdb.base/endianity.exp: Update.
1820 * gdb.base/callfuncs.exp (do_function_calls): Update.
1821 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1822 (complex_float_integral_args): Update.
1823 * gdb.base/complex.exp: Update.
1824 * gdb.base/complex-parts.exp: Update.
1825
1826 2020-04-01 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.rust/union.rs: New file.
1829 * gdb.rust/union.exp: New file.
1830 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1831 (main): Update.
1832 * gdb.rust/simple.exp: Move union tests to union.exp.
1833
1834 2020-04-01 Tom Tromey <tromey@adacore.com>
1835
1836 * gdb.rust/simple.rs (main): Remove "y0".
1837
1838 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1839
1840 * gdb.multi/stop-all-on-exit.c: New test.
1841 * gdb.multi/stop-all-on-exit.exp: New file.
1842
1843 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
1844
1845 PR gdb/24789
1846 * gdb.cp/misc.cc: Add integer reference variable.
1847 * gdb.cp/misc.exp: Add test.
1848
1849 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1850
1851 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1852 scenario to cover execution until the end and also the case
1853
1854 2020-03-31 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1857 c. Use "maint info symtabs" to check symtab expansion.
1858
1859 2020-03-30 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1862 unsupported.
1863 (verify_psymtab_expanded): Move ...
1864 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1865 test.
1866 (readnow): New proc.
1867
1868 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1871 with $hex.
1872
1873 2020-03-20 Tom Tromey <tromey@adacore.com>
1874
1875 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1876
1877 2020-03-20 Tom Tromey <tromey@adacore.com>
1878
1879 * gdb.ada/sub_variant/subv.adb: New file.
1880 * gdb.ada/sub_variant.exp: New file.
1881
1882 2020-03-20 Tom de Vries <tdevries@suse.de>
1883
1884 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1885 first break fails.
1886 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1887
1888 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 * gdb.server/exit-multiple-threads.c: New file.
1891 * gdb.server/exit-multiple-threads.exp: New file.
1892
1893 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/mixed-lang-stack.c: New file.
1896 * gdb.fortran/mixed-lang-stack.cpp: New file.
1897 * gdb.fortran/mixed-lang-stack.exp: New file.
1898 * gdb.fortran/mixed-lang-stack.f90: New file.
1899
1900 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.linespec/cp-completion-aliases.cc: New file.
1903 * gdb.linespec/cp-completion-aliases.exp: New file.
1904
1905 2020-03-19 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1908 more precise.
1909
1910 2020-03-18 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1913 * gdb.dwarf2/break-inline-psymtab.c: New test.
1914 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1915
1916 2020-03-16 Tom de Vries <tdevries@suse.de>
1917
1918 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1919 cache_verify and cache_verify_proc.
1920
1921 2020-03-15 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.server/solib-list.exp: Handle
1924 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1925
1926 2020-03-15 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1929 objfiles".
1930
1931 2020-03-14 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1934
1935 2020-03-14 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1938
1939 2020-03-14 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1942 result in line-by-line fashion.
1943
1944 2020-03-14 Tom de Vries <tdevries@suse.de>
1945
1946 * lib/gdb.exp (supports_statement_frontiers): New proc.
1947 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1948
1949 2020-03-14 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.base/printcmds.exp: Add missing quoting for "print
1952 teststring2".
1953
1954 2020-03-13 Tom Tromey <tom@tromey.com>
1955
1956 * gdb.base/printcmds.exp (test_print_strings): Add regression
1957 test.
1958 * gdb.base/printcmds.c (charptr): New typedef.
1959 (teststring2): New global.
1960
1961 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1964 full path in the test name.
1965 (test_ld): Add some with_test_prefix blocks to make test names
1966 unique.
1967
1968 2020-03-13 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1971
1972 2020-03-13 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1975
1976 2020-03-13 Tom de Vries <tdevries@suse.de>
1977
1978 PR symtab/25646
1979 * gdb.dwarf2/imported-unit.exp: Add test.
1980
1981 2020-03-13 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1984 (var1, var2): New variable.
1985 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1986 matching symbols.
1987
1988 2020-03-13 Tom de Vries <tdevries@suse.de>
1989
1990 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1991 (Term::command): Use prompt prefix.
1992 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1993 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1994 command_no_prompt_prefix instead of prefix.
1995 * gdb.tui/tui-layout-asm.exp: Same.
1996
1997 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
1998
1999 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2000
2001 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
2002
2003 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2004 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2005 on" while stepping over the test instruction, match printed
2006 message.
2007
2008 2020-03-12 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.base/info-types.exp: Use exp_continue during matching of output
2011 of "info types".
2012
2013 2020-03-12 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2016
2017 2020-03-12 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.fortran/module.exp: Use exp_continue during matching of output
2020 of "info variable -n".
2021
2022 2020-03-12 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2025 gdb.dwarf2/dw2-ranges-base.c.
2026
2027 2020-03-12 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2030 in presence of GLIBC debuginfo.
2031
2032 2020-03-12 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2035 $core.
2036
2037 2020-03-12 Tom de Vries <tdevries@suse.de>
2038
2039 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2040 more precise.
2041
2042 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
2043
2044 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2045 from Unix to Windows path.
2046
2047 2020-03-11 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.ada/minsyms.exp: Set language to ada.
2050
2051 2020-03-11 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2054
2055 2020-03-11 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2058
2059 2020-03-11 Tom Tromey <tromey@adacore.com>
2060
2061 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2062
2063 2020-03-11 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2066
2067 2020-03-11 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.base/break-interp.exp: Limit verbose scope.
2070
2071 2020-03-11 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.fortran/logical.f90: Define variable with character type.
2074 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2075
2076 2020-03-11 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2079
2080 2020-03-11 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2083 symtabs.
2084
2085 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2086 Bernd Edlinger <bernd.edlinger@hotmail.de>
2087
2088 * gdb.cp/step-and-next-inline.cc: New file.
2089 * gdb.cp/step-and-next-inline.exp: New file.
2090 * gdb.cp/step-and-next-inline.h: New file.
2091 * gdb.dwarf2/dw2-is-stmt.c: New file.
2092 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2093 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2094 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2095 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2096
2097 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2100 is-stmt flag in the line table.
2101
2102 2020-03-09 Tom de Vries <tdevries@suse.de>
2103
2104 * lib/gdb.exp (cached_file): Create cache dir.
2105
2106 2020-03-07 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2109 * gdb.cp/rvalue-ref-params.exp: Same.
2110
2111 2020-03-06 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2114 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2115
2116 2020-03-06 Tom de Vries <tdevries@suse.de>
2117
2118 * README: Fix "the the".
2119 * gdb.base/dprintf.exp: Same.
2120
2121 2020-03-05 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.base/maint.exp: Update "main print statistics" expected output.
2124
2125 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2126
2127 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2128 (fortran_int8): Likewise.
2129 (fortran_real4): Likewise.
2130 (fortran_real8): Likewise.
2131 (fortran_complex4): Likewise.
2132 (fortran_logical4): Likewise.
2133 (fortran_character1): Likewise.
2134
2135 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2138 printed as true.
2139
2140 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2141
2142 * gdb.base/printcmds.exp: Add test to verify printf of a
2143 variable holding an address.
2144
2145 2020-03-03 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2148
2149 2020-03-03 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2152 gdb_test_multiple call.
2153
2154 2020-03-03 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2157 gdb_test_multiple calls.
2158
2159 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.base/default.exp: Remove test of 'set history filename'.
2162 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2163 filename to the empty string.
2164 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2165 and GDBHISTSIZE.
2166
2167 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2170 disabled.
2171
2172 2020-03-02 Pedro Alves <palves@redhat.com>
2173 Tom de Vries <tdevries@suse.de>
2174
2175 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2176 -prompt prefix, before user_code argument. Add -lbl option likewise.
2177 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2178 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2179 argument.
2180 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2181 have "\r\n" at start-of-line, instead of at end-of-line.
2182
2183 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
2184
2185 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2186 libinproctrace.so.
2187
2188 2020-02-28 Luis Machado <luis.machado@linaro.org>
2189
2190 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2191 to "p/x".
2192
2193 2020-02-28 Luis Machado <luis.machado@linaro.org>
2194
2195 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2196 asm/ptrace.h and error.h.
2197
2198 2020-02-28 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2201 (struct wrapper, do_something, mundane/symada__cS): Move ...
2202 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2203 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2204 Update "print symada__cS before partial symtab expansion" regexp.
2205 Update breakpoint location. Flush symbol cache after expansion.
2206
2207 2020-02-28 Luis Machado <luis.machado@linaro.org>
2208
2209 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2210
2211 2020-02-27 Tom de Vries <tdevries@suse.de>
2212
2213 * config/sid.exp: Remove unused globals.
2214 * gdb.base/attach.exp: Same.
2215 * gdb.base/catch-load.exp: Same.
2216 * gdb.base/dbx.exp: Same.
2217 * lib/gdb.exp: Same.
2218 * lib/mi-support.exp: Same.
2219 * lib/prompt.exp: Same.
2220
2221 2020-02-27 Tom de Vries <tdevries@suse.de>
2222
2223 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2224 not set.
2225
2226 2020-02-26 Aaron Merey <amerey@redhat.com>
2227
2228 * gdb.debuginfod: New directory for debuginfod tests.
2229 * gdb.debuginfod/main.c: New test file.
2230 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2231
2232 2020-02-26 Tom de Vries <tdevries@suse.de>
2233
2234 PR gdb/25603
2235 * gdb.base/persistent-lang.cc: New test.
2236 * gdb.base/persistent-lang.exp: New file.
2237
2238 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.fortran/derived-type-striding.exp: Add a new test.
2241 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2242 new test.
2243
2244 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2247 names.
2248
2249 2020-02-25 Tom de Vries <tdevries@suse.de>
2250
2251 PR go/18926
2252 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2253
2254 2020-02-24 Tom de Vries <tdevries@suse.de>
2255
2256 PR gdb/25592
2257 * gdb.base/info-locals-unused-static-var.c: New test.
2258 * gdb.base/info-locals-unused-static-var.exp: New file.
2259
2260 2020-02-22 Tom Tromey <tom@tromey.com>
2261
2262 * gdb.python/tui-window.exp: New file.
2263 * gdb.python/tui-window.py: New file.
2264
2265 2020-02-22 Tom Tromey <tom@tromey.com>
2266
2267 PR tui/17850:
2268 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2269 tests.
2270
2271 2020-02-22 Tom Tromey <tom@tromey.com>
2272
2273 * gdb.tui/new-layout.exp: Add sub-layout tests.
2274
2275 2020-02-22 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.tui/new-layout.exp: New file.
2278
2279 2020-02-22 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.rust/rust-style.rs: New file.
2282 * gdb.rust/rust-style.exp: New file.
2283 * gdb.base/style.exp: Test structure printing.
2284 * gdb.base/style.c (struct some_struct): New type.
2285 (enum etype): New type.
2286 (struct_value): New global.
2287
2288 2020-02-21 Tom de Vries <tdevries@suse.de>
2289
2290 PR go/18926
2291 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2292 Remove blanket xfails. Use message argument for gdb_breakpoint.
2293 Make continuing to breakpoint test conditional on setting breakpoint.
2294 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2295 DW_AT_name attribute. Add xfail for GCC PR93866.
2296
2297 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.dwarf2/cpp-linkage-name.c: New file.
2300 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2301
2302 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
2303
2304 * lib/gdb.exp (gdb_wrapper_init): Reset
2305 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2306 not exist.
2307
2308 2020-02-20 Tom de Vries <tdevries@suse.de>
2309
2310 PR go/17018
2311 * gdb.go/hello.exp: Copy ...
2312 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2313 print of st to print value of global definition. Add xfail for GCC
2314 PR93844.
2315 * gdb.go/hello.exp: Remove printing of st before definition.
2316 * gdb.go/hello.go: Copy ...
2317 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2318 to st.
2319 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2320
2321 2020-02-20 Tom de Vries <tdevries@suse.de>
2322
2323 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2324 (gdb_simple_compile): Handle compile_flags go by using .go extension
2325 for source file.
2326 * gdb.go/chan.exp: Use support_go_compile.
2327 * gdb.go/handcall.exp: Same.
2328 * gdb.go/hello.exp: Same.
2329 * gdb.go/integers.exp: Same.
2330 * gdb.go/max-depth.exp: Same.
2331 * gdb.go/methods.exp: Same.
2332 * gdb.go/package.exp: Same.
2333 * gdb.go/strings.exp: Same.
2334 * gdb.go/types.exp: Same.
2335 * gdb.go/unsafe.exp: Same.
2336
2337 2020-02-19 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.python/lib-types.exp: Make xfail more strict.
2340
2341 2020-02-19 Tom de Vries <tdevries@suse.de>
2342
2343 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2344
2345 2020-02-19 Doug Evans <dje@google.com>
2346
2347 PR rust/25535
2348 * gdb.rust/simple.exp: Add test.
2349 * gdb.rust/simple.rs: Add test.
2350
2351 2020-02-19 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2354 output line-by-line.
2355
2356 2020-02-19 Tom de Vries <tdevries@suse.de>
2357
2358 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2359
2360 2020-02-19 Tom de Vries <tdevries@suse.de>
2361
2362 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2363 prelink.
2364
2365 2020-02-19 Tom de Vries <tdevries@suse.de>
2366
2367 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2368 (gdb_do_cache): Use gdb_do_cache_wrap.
2369 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2370
2371 2020-02-19 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2374 gdb_compile option.
2375
2376 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2377
2378 * gdb.base/printcmds.exp (test_print_enums): Update expected
2379 output.
2380
2381 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2382
2383 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2384 for "unknown".
2385
2386 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2387
2388 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2389 enumerator.
2390
2391 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
2392
2393 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2394 FE_, add FE_NONE.
2395 (three): Update.
2396 (enum flag_enum_without_zero): New enum.
2397 (flag_enum_without_zero): New variable.
2398 (enum not_flag_enum): New enum.
2399 (three_not_flag): New variable.
2400 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2401 (test_print_enums): Add more tests for printing flag enums.
2402
2403 2020-02-18 Tom de Vries <tdevries@suse.de>
2404
2405 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2406 (gdb_compile_ada): ... here.
2407 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2408 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2409
2410 2020-02-14 Tom Tromey <tom@tromey.com>
2411
2412 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2413 build directory.
2414 * boards/gdbserver-base.exp: Update path to gdbserver.
2415
2416 2020-02-13 Tom de Vries <tdevries@suse.de>
2417
2418 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2419
2420 2020-02-13 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2423 are missing.
2424
2425 2020-02-13 Tom de Vries <tdevries@suse.de>
2426
2427 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2428 call.
2429
2430 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2431
2432 PR tui/25126
2433 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2434 * gdb.base/cached-source-file.c: New file.
2435 * gdb.base/cached-source-file.exp: New file.
2436
2437 2020-02-11 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/25488
2440 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2441
2442 2020-02-10 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2445
2446 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
2447
2448 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2449 and $after_addr are both integers before making a comparison.
2450
2451 2020-02-09 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2454 command output and paste it into gdb.log. If any, paste catch message
2455 to gdb.log.
2456
2457 2020-02-07 Tom Tromey <tromey@adacore.com>
2458
2459 PR breakpoints/24915:
2460 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2461
2462 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
2463
2464 * gdb.tui/tui-missing-src.exp: Add the "missing source
2465 file" test for the TUI.
2466
2467 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2470 including a port number in the output.
2471
2472 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2473
2474 * lib/fortran.exp (fortran_int4): Handle clang.
2475 (fortran_int8): Likewise.
2476 (fortran_real4): Likewise.
2477 (fortran_real8): Likewise.
2478 (fortran_complex4): Likewise.
2479 (fortran_logical4): Likewise.
2480 (fortran_character1): Likewise.
2481
2482 2020-02-04 Tom de Vries <tdevries@suse.de>
2483
2484 * README (Race detection): Add note.
2485
2486 2020-02-04 Tom de Vries <tdevries@suse.de>
2487
2488 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2489
2490 2020-02-04 Tom de Vries <tdevries@suse.de>
2491
2492 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2493
2494 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2495
2496 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2497 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2498 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2499 blttar, bnetarl.
2500 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2501 binary for blttar, bnetarl.
2502 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2503 wait instruction. Delete ldmx test.
2504 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2505
2506 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2507
2508 * gdb.fortran/array-bounds-high.exp: New file.
2509 * gdb.fortran/array-bounds-high.f90: New file.
2510
2511 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2512
2513 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2514 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2515
2516 2020-02-01 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2519
2520 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 PR tui/9765
2523 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2524 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2525
2526 2020-01-29 Luis Machado <luis.machado@linaro.org>
2527
2528 * gdb.arch/aarch64-brk-patterns.c: New source file.
2529 * gdb.arch/aarch64-brk-patterns.exp: New test.
2530
2531 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2532
2533 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2534 GCC/Clang version.
2535 * gdb.cp/pass-by-ref.exp: Ditto.
2536
2537 2020-01-29 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2540 * gdb.threads/watchpoint-fork-mt.c: Same.
2541 * gdb.threads/watchpoint-fork-parent.c: Same.
2542 * gdb.threads/watchpoint-fork-st.c: Same.
2543 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2544
2545 2020-01-27 Luis Machado <luis.machado@linaro.org>
2546
2547 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2548 sitting at a syscall instruction when we hit the syscall function's
2549 breakpoint.
2550 Check PC against one obtained with the x command.
2551 Validate syscall number.
2552 (step_over_syscall): Don't continue to the syscall instruction if
2553 we're already there.
2554
2555 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2556
2557 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2558
2559 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2562 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2563
2564 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2567 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2568
2569 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.base/maint.exp: Update line table parsing test.
2572 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2573
2574 2020-01-24 Pedro Alves <palves@redhat.com>
2575
2576 PR gdb/25410
2577 * gdb.multi/multi-re-run-1.c: New.
2578 * gdb.multi/multi-re-run-2.c: New.
2579 * gdb.multi/multi-re-run.exp: New.
2580
2581 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 PR gdb/23718
2584 * gdb.server/server-kill-python.exp: New file.
2585
2586 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.server/multi-ui-errors.c: New file.
2589 * gdb.server/multi-ui-errors.exp: New file.
2590
2591 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 PR tui/9765
2594 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2595
2596 2020-01-19 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.tui/main.exp: Add check for plain "file".
2599
2600 2020-01-16 Christian Biesinger <cbiesinger@google.com>
2601
2602 * lib/gdb.exp: Fix spelling error (seperatelly).
2603
2604 2020-01-14 Tom Tromey <tom@tromey.com>
2605
2606 PR symtab/12535:
2607 * gdb.python/python.exp: Test decode_line with empty string
2608 argument.
2609
2610 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2611
2612 * gdb.base/skip-inline.exp: Extend test.
2613
2614 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2617 * gdb.dwarf2/dw2-bad-elf.c: New file.
2618 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2619
2620 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2623 _line_saw_file.
2624
2625 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2628 border.
2629
2630 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2631
2632 * gdb.multi/multi-target.exp (setup): Factor out "info
2633 connections" and "info inferiors" tests to ...
2634 (test_info_inferiors): ... this new procedure.
2635 (top level): Run new "info-inferiors" tests.
2636
2637 2020-01-10 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.server/bkpt-other-inferior.exp: New file.
2640
2641 2020-01-10 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2644 of "add-inferior".
2645 * gdb.base/quit-live.exp: Likewise.
2646 * gdb.base/remote-exec-file.exp: Likewise.
2647 * gdb.guile/scm-progspace.exp: Likewise.
2648 * gdb.linespec/linespec.exp: Likewise.
2649 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2650 * gdb.mi/user-selected-context-sync.exp: Likewise.
2651 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2652 "info inferiors" tests.
2653 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2654 "add-inferior".
2655 * gdb.multi/watchpoint-multi.exp: Likewise.
2656 * gdb.python/py-inferior.exp: Likewise.
2657 * gdb.server/extended-remote-restart.exp: Likewise.
2658 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2659 "info inferiors".
2660 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2661 * gdb.trace/report.exp: Likewise.
2662
2663 2020-01-10 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.multi/multi-target.c: New file.
2666 * gdb.multi/multi-target.exp: New file.
2667 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2668 mode requested, but remote does not support non-stop".
2669
2670 2020-01-10 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2673 disconnect before reconnecting.
2674
2675 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2676 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.server/connect-without-multi-process.exp: Also test
2679 continuing to end.
2680
2681 2020-01-10 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/remote-exec-file.exp: New file.
2684
2685 2020-01-10 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2688 output.
2689 * gdb.threads/async.c: New.
2690 * gdb.threads/async.exp: New.
2691 * gdb.multi/tids-gid-reset.c: New.
2692 * gdb.multi/tids-gid-reset.exp: New.
2693
2694 2020-01-10 George Barrett <bob@bob131.so>
2695
2696 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2697 to help in finding the image relocation offset.
2698 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2699 options in arguments.
2700 (stap_test_no_debuginfo): Likewise.
2701 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2702 test variants.
2703 (stap_test): Add null semaphore relocation test.
2704
2705 2020-01-10 George Barrett <bob@bob131.so>
2706
2707 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2708 * gdb.base/stap-probe.exp: Likewise.
2709 (stap_test): Pass argument as an additional flag.
2710 (stap_test_no_debuginfo): Likewise.
2711 (stap_test): Check `info probes stap' output for semaphore
2712 addresses if the test binary is supposed to have them.
2713
2714 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.tui/basic.exp: Add more scrolling tests.
2717
2718 2020-01-09 Tom Tromey <tom@tromey.com>
2719
2720 PR tui/18932:
2721 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2722 meangingful value.
2723 (Term::command, Term::resize): Update.
2724 * gdb.tui/basic.exp: Add scrolling test.
2725
2726 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.tui/tui-layout-asm.exp: New file.
2729
2730 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2733
2734 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2737 (Term::enter_tui): Use Term::prepare_for_tui.
2738
2739 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2742 called.
2743
2744 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2745
2746 * gdb.base/skip.exp: Fix race condition in test.
2747
2748 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * gdb.base/backtrace.c: New file.
2751 * gdb.base/backtrace.exp: New file.
2752
2753 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2754
2755 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2756
2757 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2758
2759 * gdb.base/style.exp: Test that warnings are styled.
2760
2761 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2762
2763 * gdb.base/line65535.exp: New file.
2764 * gdb.base/line65535.c: New file.
2765
2766 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2767
2768 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2769 * lib/gnat_debug_info_test.adb: New file.
2770 * gdb.ada/ptype_tagged_param.exp: Use
2771 gnat_runtime_has_debug_info, expect a different output if
2772 runtime does not have debug info.
2773
2774 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2775
2776 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2777 (another) quote in test name.
2778
2779 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
2780
2781 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2782 Add quote in test name.
2783
2784 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2785
2786 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2787 directory instead.
2788 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2789 * gdb.cp/pass-by-ref-2.cc: New file.
2790 * gdb.cp/pass-by-ref-2.exp: New file.
2791
2792 2019-12-20 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.tui/list-before.exp: New file.
2795
2796 2019-12-20 Tom Tromey <tom@tromey.com>
2797
2798 * gdb.tui/list.exp: Check for source on initial listing.
2799
2800 2019-12-11 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2803 Add crlf test.
2804
2805 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
2806
2807 * gdb.base/default.exp: Update value of $_gdb_major.
2808
2809 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2810
2811 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2812
2813 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2814
2815 * gdb.base/skip.exp: Whitespace fix.
2816
2817 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2818
2819 * gdb.base/skip-inline.c: New file.
2820 * gdb.base/skip-inline.exp: New file.
2821
2822 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2823
2824 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2825 jit_function_00 to jit_function_stack_mangle.
2826 * gdb.base/jithost.c (jit_function_t): Rename to...
2827 (jit_function_stack_mangle_t): ... this.
2828 (jit_function_add_t): New typedef.
2829 (jit_function_00_code): Rename to...
2830 (jit_function_stack_mangle_code): ... this, make static.
2831 (jit_function_add_code): New.
2832 (main): Generate "add" function and call it. Adjust to changes
2833 in jithost_abi.
2834 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2835 (struct jithost_abi) <begin, end>: Remove fields.
2836 <object, function_stack_mangle, function_add>: New fields.
2837 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2838 code_end>: Remove fields.
2839 <func_stack_mangle>: New field.
2840 (read_debug_info): Adjust to renaming, create block for "add"
2841 function.
2842 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2843
2844 2019-12-11 Tom Tromey <tom@tromey.com>
2845
2846 * gdb.tui/resize.exp: Fix regexp.
2847 * gdb.tui/regs.exp: Fix regexps.
2848 * gdb.tui/main.exp: Fix regexp.
2849
2850 2019-12-11 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.tui/resize.exp: Update.
2853 * gdb.tui/empty.exp (layouts): Update.
2854
2855 2019-12-11 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.tui/regs.exp: Update.
2858 * gdb.tui/empty.exp (layouts): Update.
2859 * gdb.tui/basic.exp: Update.
2860 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2861
2862 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2863
2864 * gdb.base/options.exp: Add -raw-values in the print completion list.
2865 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2866
2867 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2868
2869 * gdb.threads/omp-par-scope.c: New file.
2870 * gdb/threads/omp-par-scope.exp: New file.
2871
2872 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2873
2874 * lib/gdb.exp (support_nested_function_tests): New proc.
2875
2876 2019-12-10 Kevin Buettner <kevinb@redhat.com>
2877
2878 * lib/gdb.exp (gdb_compile_openmp): New proc.
2879 (build_executable_from_specs): Add an "openmp" option.
2880 (gdb_compile_pthreads): Add non-executable case.
2881
2882 2019-12-10 Tom Tromey <tromey@adacore.com>
2883
2884 * gdb.ada/unchecked_union.exp: New file.
2885 * gdb.ada/unchecked_union/pck.adb: New file.
2886 * gdb.ada/unchecked_union/pck.ads: New file.
2887 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2888 * gdb-utils.exp (string_to_regexp): Also quote "?".
2889
2890 2019-12-10 George Barrett <bob@bob131.so>
2891
2892 Test scripted probe breakpoints.
2893 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2894 * gdb.python/py-breakpoint.c (main): Likewise.
2895 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2896 specifier test.
2897 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2898
2899 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2900
2901 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2902 an rvalue parameter.
2903 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2904 parameter.
2905
2906 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2909 modules.
2910
2911 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2914 broken version of GCC.
2915
2916 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2919 sym-info-cmds library.
2920 * gdb.fortran/info-types.exp: Likewise.
2921 * lib/sym-info-cmds.exp: New file.
2922
2923 2019-12-08 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2926
2927 2019-12-07 Keith Seitz <keiths@redhat.com>
2928
2929 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2930 * gdb.base/corefile-buildid-shlib.c: New file.
2931 * gdb.base/corefile-buildid.c: New file.
2932 * gdb.base/corefile-buildid.exp: New file.
2933
2934 2019-12-06 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.dwarf2/varval.exp: Add decl before def test.
2937
2938 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2939
2940 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2941
2942 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2943
2944 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2945 CV and reference conversion for overload resolution.
2946 * gdb.cp/rvalue-ref-overload.exp: Test it.
2947
2948 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2949
2950 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2951 * gdb.base/frameapply.exp: Test faas without command.
2952
2953 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2956 Fortran tests.
2957 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2958 order.
2959
2960 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2963 casting to type with no kind specified.
2964 (test_basic_parsing_of_type_kinds): Additional tests for types
2965 with no kind specified, and add tests for single/double
2966 precision/complex types.
2967
2968 2019-12-04 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.base/endianity.c (struct other) <x>: New field.
2971 (main): Initialize it.
2972 * gdb.base/endianity.exp: Update.
2973
2974 2019-12-04 Tom Tromey <tromey@adacore.com>
2975
2976 * gdb.ada/scalar_storage/storage.adb: New file.
2977 * gdb.ada/scalar_storage/pck.adb: New file.
2978 * gdb.ada/scalar_storage/pck.ads: New file.
2979 * gdb.ada/scalar_storage.exp: New file.
2980
2981 2019-12-04 Tom Tromey <tromey@adacore.com>
2982
2983 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2984 (main): Initialize it.
2985 * gdb.base/endianity.exp: Update.
2986
2987 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2990
2991 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2994 -symbol-info-module-functions and -symbol-info-module-variables.
2995
2996 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2999
3000 2019-12-01 Richard Bunt <richard.bunt@arm.com>
3001 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.fortran/derived-type-striding.exp: New file.
3004 * gdb.fortran/derived-type-striding.f90: New file.
3005 * gdb.fortran/array-slices.exp: New file.
3006 * gdb.fortran/array-slices.f90: New file.
3007
3008 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3009
3010 * gdb.base/define.exp: Test . in command names.
3011 * gdb.base/setshow.exp: Update test, as . is now part of
3012 command name.
3013
3014 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3015
3016 * gdb.base/define-prefix.exp: New file.
3017
3018 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3021 compile.
3022 (skip_btrace_pt_tests): Likewise.
3023
3024 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.fortran/info-modules.exp: Compile source files in correct
3027 order.
3028
3029 2019-11-27 Kevin Buettner <kevinb@redhat.com>
3030
3031 * gdb.dwarf2/imported-unit.exp: New file.
3032 * gdb.dwarf2/imported-unit.c: New file.
3033
3034 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.mi/mi-fortran-modules-2.f90: New file.
3037 * gdb.mi/mi-fortran-modules.exp: New file.
3038 * gdb.mi/mi-fortran-modules.f90: New file.
3039
3040 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.mi/mi-sym-info-1.c: New file.
3043 * gdb.mi/mi-sym-info-2.c: New file.
3044 * gdb.mi/mi-sym-info.exp: New file.
3045
3046 2019-11-22 Tom Tromey <tromey@adacore.com>
3047
3048 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3049 * gdb.ada/tasks/foo.adb: Add another stopping location.
3050
3051 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3052
3053 * gdb.base/endianity.c: New test.
3054 * gdb.base/endianity.exp: New file.
3055
3056 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3057
3058 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3059
3060 2019-11-21 Tom de Vries <tdevries@suse.de>
3061
3062 PR gdb/24956
3063 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3064
3065 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3066
3067 * gdb.python/py-progspace.exp: Add missing parentheses on some
3068 'print' commands.
3069
3070 2019-11-19 Tom Tromey <tom@tromey.com>
3071
3072 * gdb.tui/winheight.exp: New file.
3073
3074 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/ctf-whatis.c: Delete.
3077 * gdb.base/ctf-whatis.exp: Delete.
3078 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3079
3080 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.base/ctf-cvexpr.exp: Delete.
3083 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3084
3085 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3088 the compiler. Clean up header comment a little.
3089 * gdb.base/ctf-ptype.exp: Likewise.
3090 * gdb.base/ctf-whatis.exp: Likewise.
3091 * lib/gdb.exp (skip_ctf_tests): New proc.
3092
3093 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3094
3095 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3096 * gdb.tui/corefile-run.exp: New file.
3097
3098 2019-11-14 Tom Tromey <tromey@adacore.com>
3099
3100 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3101 regression tests.
3102
3103 2019-11-12 Tom Tromey <tom@tromey.com>
3104
3105 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3106 after any command. Expect prompt after WAIT_FOR is seen.
3107 (enter_tui): Enable resize messages.
3108 (command): Expect command in output.
3109 (get_line): Avoid error when cursor appears to be off-screen.
3110 (dump_screen): Include screen size in title.
3111 (_do_resize): New proc, from "resize".
3112 (resize): Rewrite. Do resize in two steps.
3113 * gdb.tui/empty.exp (layouts): Fix entries.
3114 (check_boxes): Remove xfail.
3115 (check_text): Dump screen on failure.
3116
3117 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.python/py-symbol.exp: Add test for
3120 gdb.lookup_static_symbols.
3121
3122 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.python/py-symbol.c: Declare and call function from new
3125 py-symbol-2.c file.
3126 * gdb.python/py-symbol.exp: Compile both source files, and add new
3127 tests for gdb.lookup_static_symbol.
3128 * gdb.python/py-symbol-2.c: New file.
3129
3130 2019-11-02 Tom de Vries <tdevries@suse.de>
3131
3132 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3133 * gdb.base/anon.exp: Same.
3134 * gdb.base/auto-connect-native-target.exp: Same.
3135 * gdb.base/call-ar-st.exp: Same.
3136 * gdb.base/catch-syscall.exp: Same.
3137 * gdb.base/commands.exp: Same.
3138 * gdb.base/default.exp: Same.
3139 * gdb.base/display.exp: Same.
3140 * gdb.base/float.exp: Same.
3141 * gdb.base/foll-fork.exp: Same.
3142 * gdb.base/help.exp: Same.
3143 * gdb.base/info-macros.exp: Same.
3144 * gdb.base/info-proc.exp: Same.
3145 * gdb.base/info-target.exp: Same.
3146 * gdb.base/long_long.exp: Same.
3147 * gdb.base/macscp.exp: Same.
3148 * gdb.base/memattr.exp: Same.
3149 * gdb.base/nofield.exp: Same.
3150 * gdb.base/pointers.exp: Same.
3151 * gdb.base/printcmds.exp: Same.
3152 * gdb.base/ptype.exp: Same.
3153 * gdb.base/restore.exp: Same.
3154 * gdb.base/return.exp: Same.
3155 * gdb.base/scope.exp: Same.
3156 * gdb.base/set-noassign.exp: Same.
3157 * gdb.base/setshow.exp: Same.
3158 * gdb.base/shlib-call.exp: Same.
3159 * gdb.base/signals.exp: Same.
3160 * gdb.base/sigstep.exp: Same.
3161 * gdb.base/skip.exp: Same.
3162 * gdb.base/solib-symbol.exp: Same.
3163 * gdb.base/stap-probe.exp: Same.
3164 * gdb.base/step-line.exp: Same.
3165 * gdb.base/step-test.exp: Same.
3166 * gdb.base/style.exp: Same.
3167 * gdb.base/varargs.exp: Same.
3168 * gdb.base/vla-datatypes.exp: Same.
3169 * gdb.base/vla-ptr.exp: Same.
3170 * gdb.base/vla-sideeffect.exp: Same.
3171 * gdb.base/volatile.exp: Same.
3172 * gdb.base/watch-cond-infcall.exp: Same.
3173 * gdb.base/watchpoint.exp: Same.
3174
3175 2019-11-02 Tom de Vries <tdevries@suse.de>
3176
3177 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3178 * gdb.cp/cpexprs.exp: Same.
3179 * gdb.cp/except-multi-location.exp: Same.
3180 * gdb.cp/exceptprint.exp: Same.
3181 * gdb.cp/gdb2384.exp: Same.
3182 * gdb.cp/inherit.exp: Same.
3183 * gdb.cp/m-static.exp: Same.
3184 * gdb.cp/meth-typedefs.exp: Same.
3185 * gdb.cp/misc.exp: Same.
3186 * gdb.cp/namespace.exp: Same.
3187 * gdb.cp/non-trivial-retval.exp: Same.
3188 * gdb.cp/overload.exp: Same.
3189 * gdb.cp/pr17132.exp: Same.
3190 * gdb.cp/re-set-overloaded.exp: Same.
3191 * gdb.cp/rvalue-ref-types.exp: Same.
3192 * gdb.cp/templates.exp: Same.
3193
3194 2019-11-01 Luis Machado <luis.machado@linaro.org>
3195
3196 PR gdb/25124
3197
3198 * gdb.arch/pr25124.S: New file.
3199 * gdb.arch/pr25124.exp: New file.
3200
3201 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.fortran/info-modules.exp: Update expected results, and add
3204 additional tests for 'info module functinos', and 'info module
3205 variables'.
3206 * gdb.fortran/info-types.exp: Update expected results.
3207 * gdb.fortran/info-types.f90: Extend testcase with additional
3208 module variables and functions.
3209
3210 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.fortran/info-modules.exp: New file.
3213 * gdb.fortran/info-types.exp: Build with new file.
3214 * gdb.fortran/info-types.f90: Include and use new module.
3215 * gdb.fortran/info-types-2.f90: New file.
3216
3217 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3218
3219 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3220 * gdb.base/settings.exp: Test all settings types using
3221 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3222 that now verifies that the value of "maint show" is the same as
3223 returned by the settings functions. Test the type of the
3224 maintenance settings.
3225 * gdb.base/default.exp: Update show_conv_list.
3226
3227 2019-10-31 Tom de Vries <tdevries@suse.de>
3228
3229 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3230 gdb_test.
3231 * gdb.arch/amd64-disp-step.exp: Same.
3232 * gdb.asm/asm-source.exp: Same.
3233 * gdb.btrace/buffer-size.exp: Same.
3234 * gdb.btrace/cpu.exp: Same.
3235 * gdb.btrace/enable.exp: Same.
3236 * gdb.dwarf2/count.exp: Same.
3237 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3238 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3239 * gdb.fortran/vla-datatypes.exp: Same.
3240 * gdb.fortran/vla-history.exp: Same.
3241 * gdb.fortran/vla-ptype.exp: Same.
3242 * gdb.fortran/vla-value.exp: Same.
3243 * gdb.fortran/whatis_type.exp: Same.
3244 * gdb.guile/guile.exp: Same.
3245 * gdb.multi/tids.exp: Same.
3246 * gdb.python/py-finish-breakpoint.exp: Same.
3247 * gdb.python/py-framefilter.exp: Same.
3248 * gdb.python/py-pp-registration.exp: Same.
3249 * gdb.python/py-xmethods.exp: Same.
3250 * gdb.python/python.exp: Same.
3251 * gdb.server/connect-with-no-symbol-file.exp: Same.
3252 * gdb.server/no-thread-db.exp: Same.
3253 * gdb.server/run-without-local-binary.exp: Same.
3254 * gdb.stabs/weird.exp: Same.
3255 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3256 * gdb.threads/thread-find.exp: Same.
3257 * gdb.threads/tls-shared.exp: Same.
3258 * gdb.threads/tls.exp: Same.
3259 * gdb.threads/wp-replication.exp: Same.
3260 * gdb.trace/ax.exp: Same.
3261 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3262
3263 2019-10-31 Tom de Vries <tdevries@suse.de>
3264
3265 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3266 * gdb.ada/array_subscript_addr.exp: Same.
3267 * gdb.ada/arrayidx.exp: Same.
3268 * gdb.ada/arrayparam.exp: Same.
3269 * gdb.ada/arrayptr.exp: Same.
3270 * gdb.ada/boolean_expr.exp: Same.
3271 * gdb.ada/call_pn.exp: Same.
3272 * gdb.ada/complete.exp: Same.
3273 * gdb.ada/fixed_cmp.exp: Same.
3274 * gdb.ada/fun_addr.exp: Same.
3275 * gdb.ada/funcall_param.exp: Same.
3276 * gdb.ada/interface.exp: Same.
3277 * gdb.ada/mod_from_name.exp: Same.
3278 * gdb.ada/null_array.exp: Same.
3279 * gdb.ada/packed_array.exp: Same.
3280 * gdb.ada/packed_tagged.exp: Same.
3281 * gdb.ada/print_chars.exp: Same.
3282 * gdb.ada/print_pc.exp: Same.
3283 * gdb.ada/ptype_arith_binop.exp: Same.
3284 * gdb.ada/ptype_field.exp: Same.
3285 * gdb.ada/ptype_tagged_param.exp: Same.
3286 * gdb.ada/rec_return.exp: Same.
3287 * gdb.ada/ref_tick_size.exp: Same.
3288 * gdb.ada/str_ref_cmp.exp: Same.
3289 * gdb.ada/taft_type.exp: Same.
3290 * gdb.ada/tagged.exp: Same.
3291 * gdb.ada/type_coercion.exp: Same.
3292 * gdb.ada/uninitialized_vars.exp: Same.
3293
3294 2019-10-30 Tom de Vries <tdevries@suse.de>
3295
3296 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3297
3298 2019-10-26 Tom de Vries <tdevries@suse.de>
3299
3300 * gdb.base/bigcore.c: Fix typos in comments.
3301 * gdb.base/ctf-ptype.c: Same.
3302 * gdb.base/long_long.c: Same.
3303 * gdb.dwarf2/dw2-op-out-param.S: Same.
3304 * gdb.python/py-evthreads.c: Same.
3305 * gdb.reverse/i387-stack-reverse.c: Same.
3306 * gdb.trace/tfile.c: Same.
3307 * lib/compiler.c: Same.
3308 * lib/compiler.cc: Same.
3309
3310 2019-10-25 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3313 gdb_test_multiple calls.
3314 * gdb.reverse/sigall-reverse.exp: Same.
3315 * gdb.reverse/solib-precsave.exp: Same.
3316 * gdb.reverse/solib-reverse.exp: Same.
3317 * gdb.reverse/until-precsave.exp: Same.
3318 * gdb.reverse/until-reverse.exp: Same.
3319
3320 2019-10-24 Tom de Vries <tdevries@suse.de>
3321
3322 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3323 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3324 kfail using -wrap pattern flag and convenience variable
3325 gdb_test_name.
3326
3327 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 * gdb.python/py-progspace.exp: Add tests for the
3330 Progspace.block_for_pc method.
3331
3332 2019-10-23 Tom Tromey <tom@tromey.com>
3333
3334 * configure: Rebuild.
3335 * aclocal.m4: Use m4_include, not sinclude.
3336
3337 2019-10-21 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.base/infcall-nested-structs.c: Add
3340 __attribute__((noinline,noclone)) to all functions.
3341 (call_all): Add missing variable initialization. Simplify return value.
3342 (breakpt): Increment volatile variable, to prevent call from being
3343 optimized out.
3344 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3345
3346 2019-10-17 Tom de Vries <tdevries@suse.de>
3347
3348 * gdb.fortran/module.exp: Allow info variables to print info for files
3349 other than module.f90.
3350
3351 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.fortran/module.exp: Extend with 'info variables' test.
3354
3355 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3358 F77_FOR_TARGET.
3359
3360 2019-10-16 Tom de Vries <tdevries@suse.de>
3361
3362 PR tdep/25096
3363 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3364
3365 2019-10-16 Tom de Vries <tdevries@suse.de>
3366
3367 PR tdep/24104
3368 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3369 Add KFAIL for PR tdep/25096.
3370
3371 2019-10-16 Tom de Vries <tdevries@suse.de>
3372
3373 PR testsuite/25059
3374 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3375
3376 2019-10-16 Tom de Vries <tdevries@suse.de>
3377
3378 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3379 as signed.
3380
3381 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3382
3383 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3384 one instead of increasing timeout.
3385
3386 2019-10-13 Tom de Vries <tdevries@suse.de>
3387
3388 PR record/25038
3389 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3390 * gdb.reverse/sigall-reverse.exp: Same.
3391 * gdb.reverse/solib-precsave.exp: Same.
3392 * gdb.reverse/solib-reverse.exp: Same.
3393 * gdb.reverse/step-precsave.exp: Same.
3394 * gdb.reverse/until-precsave.exp: Same.
3395 * gdb.reverse/until-reverse.exp: Same.
3396 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3397
3398 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3399
3400 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3401 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3402 (cmp_struct_05_01, cmp_struct_static_02_01)
3403 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3404 comparisons.
3405
3406 2019-10-10 Tom de Vries <tdevries@suse.de>
3407
3408 PR testsuite/24888
3409 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3410 gnatlink.
3411
3412 2019-10-09 Tom de Vries <tdevries@suse.de>
3413
3414 PR testsuite/25048
3415 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3416
3417 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3420 exceptions due to missing debug information.
3421
3422 2019-10-07 Tom de Vries <tdevries@suse.de>
3423
3424 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3425
3426 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3429 * gdb.base/annota1.exp: Update to use gdb_test_name.
3430
3431 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
3432
3433 * gdb.base/ctf-whatis.exp: New file.
3434 * gdb.base/ctf-whatis.c: New file.
3435 * gdb.base/ctf-ptype.exp: New file.
3436 * gdb.base/ctf-ptype.c: New file.
3437 * gdb.base/ctf-constvars.exp: New file.
3438 * gdb.base/ctf-constvars.c: New file.
3439 * gdb.base/ctf-cvexpr.exp: New file.
3440
3441 2019-10-04 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3444 for loop.
3445
3446 2019-10-03 Tom Tromey <tom@tromey.com>
3447
3448 PR rust/24976:
3449 * gdb.rust/simple.rs (Union2): New type.
3450 (main): Use Union2.
3451 * gdb.rust/simple.exp: Add test.
3452
3453 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3456 nested function prefix.
3457
3458 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3459 Richard Bunt <richard.bunt@arm.com>
3460 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3463 nested functions.
3464 * gdb.fortran/nested-funcs.f90: Update expected results.
3465 * gdb.fortran/nested-funcs-2.exp: New file.
3466 * gdb.fortran/nested-funcs-2.f90: New file.
3467
3468 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.python/py-parameter.exp: Make test names unique.
3471 * gdb.python/py-template.exp: Likewise.
3472 * gdb.python/py-value.exp: Likewise.
3473
3474 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/break-interp.exp: Reduce test name duplication.
3477 * gdb.base/call-sc.exp: Likewise.
3478 * gdb.base/callfuncs.exp: Likewise.
3479 * gdb.base/charset.exp: Likewise.
3480 * gdb.base/dump.exp: Likewise.
3481 * gdb.base/ena-dis-br.exp: Likewise.
3482 * gdb.base/relational.exp: Likewise.
3483 * gdb.base/step-over-syscall.exp: Likewise.
3484 * gdb.base/structs.exp: Likewise.
3485
3486 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.linespec/explicit.exp: Make test names unique.
3489 * gdb.linespec/ls-errs.exp: Likewise.
3490
3491 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.reverse/break-precsave.exp: Make test names unique.
3494 * gdb.reverse/break-reverse.exp: Likewise.
3495 * gdb.reverse/finish-precsave.exp: Likewise.
3496 * gdb.reverse/finish-reverse.exp: Likewise.
3497 * gdb.reverse/machinestate-precsave.exp: Likewise.
3498 * gdb.reverse/machinestate.exp: Likewise.
3499 * gdb.reverse/readv-reverse.exp: Likewise.
3500 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3501 * gdb.reverse/sigall-precsave.exp: Likewise.
3502 * gdb.reverse/sigall-reverse.exp: Likewise.
3503 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3504 * gdb.reverse/watch-precsave.exp: Likewise.
3505 * gdb.reverse/watch-reverse.exp: Likewise.
3506
3507 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.threads/stop-with-handle.c: New file.
3510 * gdb.threads/stop-with-handle.exp: New file.
3511
3512 2019-10-03 Tom de Vries <tdevries@suse.de>
3513
3514 PR testsuite/25059
3515 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3516 directory" line to be missing.
3517
3518 2019-10-03 Tom de Vries <tdevries@suse.de>
3519
3520 PR testsuite/25059
3521 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3522 type optional.
3523
3524 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3525
3526 * gdb.python/py-format-string.c (string.h): New include.
3527 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3528 the same value, for endianness-independence.
3529 * gdb.python/py-format-string.exp (default_regexp_dict)
3530 (test_pretty_structs, test_format): Adjust expected output to the
3531 changed initialization.
3532
3533 2019-10-02 Tom Tromey <tromey@adacore.com>
3534
3535 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3536
3537 2019-10-02 Pedro Alves <palves@redhat.com>
3538 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3541 "print-file-var.h".
3542 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3543 (get_version_1): Print this_version_id and its address.
3544 Add extern "C" wrappers around interface functions.
3545 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3546 "print-file-var.h".
3547 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3548 (get_version_2): Print this_version_id and its address.
3549 Add extern "C" wrappers around interface functions.
3550 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3551 <stddef.h> and "print-file-var.h".
3552 Add extern "C" wrappers around interface functions.
3553 [VERSION_ID_MAIN] (this_version_id): Define.
3554 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3555 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3556 up extern "C" blocks.
3557 * gdb.base/print-file-var.exp (test): New, factored out from top
3558 level.
3559 (top level): Test all combinations of attribute hidden or not,
3560 dlopen or not, and this_version_id symbol in main file or not.
3561 Compile tests as both C++ and C, make test names unique.
3562
3563 2019-10-01 Tom Tromey <tom@tromey.com>
3564
3565 * gdb.base/style.exp: Test "show logging filename".
3566
3567 2019-10-01 Tom Tromey <tom@tromey.com>
3568
3569 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3570 * gdb.base/style.exp: Add metadata style test.
3571
3572 2019-10-01 Tom Tromey <tom@tromey.com>
3573
3574 * gdb.base/style.exp: Test "pwd".
3575
3576 2019-10-01 Tom Tromey <tom@tromey.com>
3577
3578 * gdb.base/style.exp: Update tests.
3579
3580 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3581
3582 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3583 'six' to unsigned.
3584 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3585 'five'. Use an all-ones bit pattern for each.
3586 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3587 to its changed values.
3588
3589 2019-09-30 Tom Tromey <tromey@adacore.com>
3590
3591 * gdb.rust/traits.rs: Disable all warnings.
3592
3593 2019-09-29 Tom de Vries <tdevries@suse.de>
3594
3595 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3596
3597 2019-09-29 Tom de Vries <tdevries@suse.de>
3598
3599 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3600
3601 2019-09-27 Tom de Vries <tdevries@suse.de>
3602
3603 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3604
3605 2019-09-27 Tom de Vries <tdevries@suse.de>
3606
3607 PR record/23188
3608 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3609
3610 2019-09-26 Tom Tromey <tromey@adacore.com>
3611
3612 * gdb.ada/py_taft.exp: New file.
3613 * gdb.ada/py_taft/main.adb: New file.
3614 * gdb.ada/py_taft/pkg.adb: New file.
3615 * gdb.ada/py_taft/pkg.ads: New file.
3616
3617 2019-09-24 Tom de Vries <tdevries@suse.de>
3618
3619 PR gdb/24598
3620 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3621
3622 2019-09-22 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.base/restore.exp: Allow register variables to be optimized out at
3625 -O0.
3626
3627 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3628
3629 * gdb.arch/spu-info.exp: Remove file.
3630 * gdb.arch/spu-info.c: Remove file.
3631 * gdb.arch/spu-ls.exp: Remove file.
3632 * gdb.arch/spu-ls.c: Remove file.
3633
3634 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3635 * gdb.asm/spu.inc: Remove file.
3636
3637 * gdb.base/dump.exp: Remove support for spu*-*-*.
3638 * gdb.base/stack-checking.exp: Likewise.
3639 * gdb.base/overlays.exp: Likewise.
3640 * gdb.base/ovlymgr.c: Likewise.
3641 * gdb.base/spu.ld: Remove file.
3642
3643 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3644 * gdb.cp/cpexprs.exp: Likewise.
3645 * gdb.cp/exception.exp: Likewise.
3646 * gdb.cp/gdb2495.exp: Likewise.
3647 * gdb.cp/mb-templates.exp: Likewise.
3648 * gdb.cp/pr9167.exp: Likewise.
3649 * gdb.cp/userdef.exp: Likewise.
3650
3651 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3652
3653 * gdb.cell: Remove directory.
3654 * lib/cell.exp: Remove file.
3655
3656 2019-09-19 Tom de Vries <tdevries@suse.de>
3657
3658 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3659
3660 2019-09-19 Tom de Vries <tdevries@suse.de>
3661
3662 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3663
3664 2019-09-19 Tom de Vries <tdevries@suse.de>
3665
3666 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3667 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3668 (gdb_target_cmd): ... here.
3669 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3670 value 2.
3671
3672 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.base/source-dir.exp: Avoid having directory names in test
3675 names.
3676
3677 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3680 directory.
3681
3682 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.base/list-missing-source.exp: New file.
3685
3686 2019-09-14 Tom de Vries <tdevries@suse.de>
3687
3688 PR teststuite/24599
3689 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3690 * lib/ada.exp (gnatmake_version_at_least): New proc.
3691
3692 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.base/maint.exp: Use exec_has_index_section.
3695
3696 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.base/maint.exp: Add test for 'maint info sections'.
3699
3700 2019-09-12 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/store.exp: Allow register variables to be optimized out at
3703 -O0.
3704
3705 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.ada/rdv_wait.exp: Update to new task names.
3708 * gdb.base/task_switch_in_core.exp: Likewise.
3709 * gdb.base/info_sources_base.c: Likewise.
3710
3711 2019-09-10 Tom Tromey <tromey@adacore.com>
3712
3713 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3714
3715 2019-09-10 Tom Tromey <tromey@adacore.com>
3716
3717 * gdb.ada/dgopt.exp: New file.
3718 * gdb.ada/dgopt/x.adb: New file.
3719
3720 2019-09-08 Tom Tromey <tom@tromey.com>
3721
3722 * gdb.tui/resize.exp: Remove setup_xfail.
3723 * gdb.tui/regs.exp: Remove setup_xfail.
3724 * gdb.tui/basic.exp: Remove setup_xfail.
3725
3726 2019-09-06 David Blaikie <dblaikie@gmail.com>
3727
3728 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3729 * gdb.cp/cplabel.exp: Ditto.
3730 * gdb.linespec/ls-errs.exp: Ditto.
3731
3732 2019-09-05 Tom de Vries <tdevries@suse.de>
3733
3734 * lib/gdb.exp (cmp_file_string): New proc.
3735 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3736 runto_main. Verify save breakpoints output.
3737
3738 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3739
3740 * gdb.base/info-var.exp: Test info variables without running
3741 to main, to avoid expect's buffer overflow.
3742
3743 2019-09-03 Tom Tromey <tromey@adacore.com>
3744
3745 * gdb.ada/bias.exp: New file.
3746 * gdb.ada/bias/bias.adb: New file.
3747 * gdb.ada/print_chars.exp: Add regression test.
3748 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3749 (MC): New variable.
3750
3751 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3752
3753 * gdb.base/argv0-symlink.exp: Run only on native target
3754 and local host.
3755
3756 2019-08-29 Tom de Vries <tdevries@suse.de>
3757
3758 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3759 diverse debug info.
3760 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3761
3762 2019-08-28 Tom de Vries <tdevries@suse.de>
3763
3764 * gdb.base/info-var.exp: Allow info variables to print info for files
3765 other than info-var-f1.c and info-var-f2.c.
3766
3767 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3768
3769 * gdb.fortran/info-types.exp: Add module.
3770 * gdb.fortran/info-types.f90: Update expected results.
3771
3772 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * gdb.fortran/info-types.exp: New file.
3775 * gdb.fortran/info-types.f90: New file.
3776 * lib/fortran.exp (fortran_character1): New proc.
3777
3778 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3779
3780 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3781 functions'. Reindent as needed.
3782 * gdb.base/info-var-f1.c: New file.
3783 * gdb.base/info-var-f2.c: New file.
3784 * gdb.base/info-var.exp: New file.
3785 * gdb.base/info-var.h: New file.
3786
3787 2019-08-26 Tom de Vries <tdevries@suse.de>
3788
3789 PR c++/24852
3790 * gdb.cp/no-libstdcxx-probe.exp: New test.
3791
3792 2019-08-26 Tom de Vries <tdevries@suse.de>
3793
3794 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3795 * tests need to be skipped.
3796 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3797 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3798 mi_skip_libstdcxx_probe_tests.
3799
3800 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3801
3802 * gdb.python/py-xmethods.exp: Use raw strings when passing
3803 arguments to SimpleXMethodMatcher.
3804
3805 2019-08-22 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3808 more informative.
3809
3810 2019-08-21 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/with.exp: Test "with" with no arguments.
3813
3814 2019-08-21 Tom de Vries <tdevries@suse.de>
3815
3816 * gdb.base/gdb-caching-proc.exp: Sort files.
3817
3818 2019-08-20 Tom de Vries <tdevries@suse.de>
3819
3820 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3821 compilation.
3822
3823 2019-08-16 Tom de Vries <tdevries@suse.de>
3824
3825 * gdb.base/compare-sections.exp ("after run to main"): Allow
3826 mismatched read-only sections for PIE executables.
3827
3828 2019-08-16 Tom Tromey <tom@tromey.com>
3829
3830 * lib/tuiterm.exp (_csi_Z): New proc.
3831 * gdb.tui/basic.exp: Update window positions.
3832 * gdb.tui/empty.exp: Update window positions.
3833
3834 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.base/examine-backward.exp: Correct regexp for
3837 "examine 3 bytes backward from ${address_zero}".
3838
3839 2019-08-15 Tom Tromey <tom@tromey.com>
3840
3841 * gdb.tui/empty.exp: Enable resizing tests.
3842
3843 2019-08-15 Tom Tromey <tromey@adacore.com>
3844
3845 * gdb.ada/char_enum.exp: Add regression tests.
3846 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3847 and '0'.
3848 (Char, Gchar): Update.
3849 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3850
3851 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3852
3853 * gdb.python/python.exp: Expect a leading underscore on
3854 GdbOutput{,Error}File.
3855
3856 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3857
3858 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3859 Windows host.
3860
3861 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3862
3863 * gdb.base/batch-preserve-term-settings.exp
3864 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3865
3866 2019-08-15 Christian Biesinger <cbiesinger@google.com>
3867
3868 * lib/gdb.exp: When running on a mingw target, replace
3869 /x/ with x:/.
3870
3871 2019-08-14 Alan Hayward <alan.hayward@arm.com>
3872
3873 * gdb.arch/aarch64-prologue.c: New test.
3874 * gdb.arch/aarch64-prologue.exp: New file.
3875
3876 2019-08-13 Tom de Vries <tdevries@suse.de>
3877
3878 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3879 Thread.
3880
3881 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3882
3883 * gdb.python/py-completion.exp: Download the .py file to the host
3884 and use its host pathname. Conditionalize tests that use
3885 tab completion and manipulate files on the build machine.
3886 * gdb.python/py-events.exp: Download the .py file to the host
3887 and use its host pathname.
3888 * gdb.python/py-evsignal.exp: Likewise.
3889 * gdb.python/py-evthreads.exp: Likewise.
3890 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3891 pathname syntax.
3892 * gdb.python/py-framefilter.exp: Download the .py file to the right
3893 place on the host. Match Windows pathname syntax.
3894 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3895 .py file to the host and use its host pathname.
3896 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3897 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3898 build pathname. Skip symlink test on Windows host. Add missing
3899 newline at end of file.
3900 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3901 and use its host pathname.
3902 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3903 * gdb.python/py-section-script.exp: Use host location of binfile
3904 on safe-path. Use correct path separator on Windows host.
3905 Reorder alternatives in gdb_test_multiple to prevent matching
3906 the wrong alternative on success.
3907 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3908
3909 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3910
3911 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3912 expect the GDB inferior to no longer immediately stop after
3913 being resumed with "signal SIGINT".
3914
3915 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3916
3917 * gdb.linespec/break-ask.exp: Generalize regexps to match
3918 Windows pathnames too.
3919
3920 2019-08-08 Tom de Vries <tdevries@suse.de>
3921
3922 PR testsuite/24862
3923 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3924
3925 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3926
3927 * gdb.base/style.exp: Update tests for help doc new invariants.
3928 * gdb.base/help.exp: Likewise.
3929
3930 2019-08-06 Tom Tromey <tom@tromey.com>
3931
3932 * gdb.base/style.exp: Add disassemble test.
3933 * gdb.base/style.c (some_called_function): New function.
3934 (main): Use it.
3935
3936 2019-08-05 Christian Biesinger <cbiesinger@google.com>
3937
3938 * gdb.python/py-block.exp: Test dictionary access on blocks.
3939
3940 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
3941
3942 PR gdb/24863
3943 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3944 -list-thread-groups --available test when running under
3945 check-read1.
3946
3947 2019-08-05 Tom de Vries <tdevries@suse.de>
3948
3949 PR testsuite/24863
3950 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3951 * gdb.base/help.exp: Use with_read1_timeout_factor.
3952 * gdb.base/info-macros.exp: Same.
3953 * gdb.cp/nested-types.exp: Same.
3954
3955 2019-08-05 Tom de Vries <tdevries@suse.de>
3956
3957 * lib/gdb.exp (version_at_least): Factor out of ...
3958 (tcl_version_at_least): ... here.
3959 (gdb_compile): Fail if pie results in non-PIE executable.
3960 (readelf_version, readelf_prints_pie): New proc.
3961 (exec_is_pie): Return -1 if unknown.
3962
3963 2019-08-05 Tom de Vries <tdevries@suse.de>
3964
3965 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3966
3967 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3968
3969 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3970
3971 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3972
3973 * lib/completion-support.exp (test_gdb_complete_none): Skip
3974 tab completion tests if no readline support.
3975 (test_gdb_complete_unique_re): Likewise.
3976 (test_gdb_complete_multiple): Likewise.
3977
3978 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3979
3980 * gdb.base/info_sources.exp: New file.
3981 * gdb.base/info_sources.c: New file.
3982 * gdb.base/info_sources_base.c: New file.
3983
3984 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3985
3986 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3987 prefix argument.
3988 (test_exit_status): Add prefix argument.
3989
3990 2019-08-01 Tom de Vries <tdevries@suse.de>
3991
3992 PR testsuite/24863
3993 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3994 calling exp_continue for new thread and thread exited messages.
3995
3996 2019-08-01 Tom de Vries <tdevries@suse.de>
3997
3998 PR testsuite/24863
3999 * gdb.base/structs.exp: Fix check-read1 timeout using
4000 gdb_test_sequence.
4001 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4002
4003 2019-08-01 Tom de Vries <tdevries@suse.de>
4004
4005 PR testsuite/24863
4006 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4007 line.
4008
4009 2019-08-01 Tom de Vries <tdevries@suse.de>
4010
4011 PR testsuite/24863
4012 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4013
4014 2019-07-30 Tom Tromey <tromey@adacore.com>
4015
4016 * gdb.ada/display_nested.exp: New file.
4017 * gdb.ada/display_nested/foo.adb: New file.
4018 * gdb.ada/display_nested/pack.adb: New file.
4019 * gdb.ada/display_nested/pack.ads: New file.
4020
4021 2019-07-30 Christian Biesinger <cbiesinger@google.com>
4022
4023 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4024 namespace.
4025 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4026
4027 2019-07-30 Tom de Vries <tdevries@suse.de>
4028
4029 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4030 instead.
4031
4032 2019-07-30 Tom de Vries <tdevries@suse.de>
4033
4034 PR testsuite/24834
4035 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4036 (exec_is_pie): New proc.
4037
4038 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4039
4040 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4041
4042 2019-07-29 Christian Biesinger <cbiesinger@google.com>
4043
4044 * gdb.python/py-objfile.c: Add global and static vars.
4045 * gdb.python/py-objfile.exp: Test new functions Objfile.
4046 lookup_global_symbol and lookup_static_symbol.
4047
4048 2019-07-29 Tom Tromey <tom@tromey.com>
4049
4050 * lib/tuiterm.exp (Term::_csi_@): New proc.
4051 (Term::_csi_X): Don't move cursor.
4052
4053 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4054
4055 * gdb.base/options.exp: Update backtrace - completion to
4056 new option -frame-info.
4057 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4058 Test new 'set print frame-info'. Test backtrace -frame-info
4059 overriding 'set print frame-info'.
4060 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4061 Test new 'set print frame-info'.
4062 Verify consistency of backtrace with and without filters, with and
4063 without -no-filters.
4064 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4065 default.
4066
4067 2019-07-29 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4070 no arguments".
4071
4072 2019-07-29 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4075 is a substring of the first for "complete non-unique file name".
4076
4077 2019-07-29 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4080 with ".*".
4081
4082 2019-07-29 Tom de Vries <tdevries@suse.de>
4083
4084 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4085 Pass prompt_regexp parameter to gdb_test_multiple calls.
4086
4087 2019-07-29 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4090 print registers" regexps.
4091
4092 2019-07-29 Tom de Vries <tdevries@suse.de>
4093
4094 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4095
4096 2019-07-29 Tom de Vries <tdevries@suse.de>
4097
4098 PR gdb/24855
4099 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4100 (skip_python_tests_prompt): Add prompt_regexp argument to
4101 gdb_test_multiple calls.
4102
4103 2019-07-27 Tom Tromey <tom@tromey.com>
4104
4105 * gdb.tui/main.exp: New file.
4106
4107 2019-07-27 Tom Tromey <tom@tromey.com>
4108
4109 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4110 optional.
4111 * gdb.tui/empty.exp: New file.
4112
4113 2019-07-27 Tom Tromey <tom@tromey.com>
4114
4115 * lib/tuiterm.exp (spawn): New proc.
4116 (Term::resize): New proc.
4117 * gdb.tui/resize.exp: New file.
4118
4119 2019-07-27 Tom Tromey <tom@tromey.com>
4120
4121 * gdb.tui/list.exp: New file.
4122
4123 2019-07-27 Tom Tromey <tom@tromey.com>
4124
4125 * gdb.tui/regs.exp: New file.
4126
4127 2019-07-27 Tom Tromey <tom@tromey.com>
4128
4129 * gdb.tui/basic.exp: Add "layout split" test.
4130
4131 2019-07-27 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.tui/basic.exp: Add "layout asm" test.
4134
4135 2019-07-27 Tom Tromey <tom@tromey.com>
4136
4137 * lib/tuiterm.exp: New file.
4138 * gdb.tui/basic.exp: New file.
4139
4140 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4141
4142 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4143 Enable tests associated with this flag. Adjust regex
4144 referencing "foo_low" to now refer to "foo_cold" instead.
4145
4146 2019-07-27 Kevin Buettner <kevinb@redhat.com>
4147
4148 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4149 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4150 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4151 foo_cold. Revise comments to match.
4152 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4153 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4154 were wrapped into this proc; Call do_test in loop from outermost
4155 level.
4156 (foo_low): Rename all occurrences to "foo_cold".
4157 (backtrace from baz): New test.
4158 (x2/i foo_cold): New test.
4159 (info line *foo_cold): New test.
4160
4161 2019-07-26 Tom de Vries <tdevries@suse.de>
4162
4163 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4164
4165 2019-07-25 Tom de Vries <tdevries@suse.de>
4166
4167 PR testsuite/24830
4168 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4169 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4170 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4171 (skip_libstdcxx_probe_tests): ... here.
4172 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4173
4174 2019-07-24 Tom de Vries <tdevries@suse.de>
4175
4176 PR testsuite/24807
4177 * gdb.objc/basicclass.m: Include stdio.h.
4178 * gdb.objc/nondebug.m: Same.
4179 * gdb.objc/objcdecode.m: Same.
4180
4181 2019-07-24 Tom de Vries <tdevries@suse.de>
4182
4183 PR testsuite/24612
4184 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4185 additional_flags.
4186
4187 2019-07-24 Tom de Vries <tdevries@suse.de>
4188
4189 PR testsuite/24831
4190 * gdb.multi/tids.exp: Update error messages for info threads.
4191
4192 2019-07-24 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/info-types.exp: Allow info types to print info for more than
4195 one file.
4196
4197 2019-07-23 Tom de Vries <tdevries@suse.de>
4198
4199 PR testsuite/24842
4200 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4201 gdb_spawn_with_cmdline_opts.
4202
4203 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4204
4205 * gdb.arch/arm-cmse-sgstubs.c: New test.
4206 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4207
4208 2019-07-23 Tom de Vries <tdevries@suse.de>
4209
4210 PR testsuite/24711
4211 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4212 issuing next command.
4213
4214 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.ada/info_auto_lang.exp: Update expected results.
4217 * gdb.base/info-types.c: Add additional types to check.
4218 * gdb.base/info-types.exp: Update expected results.
4219
4220 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/info-types.c: New file.
4223 * gdb.base/info-types.exp: New file.
4224
4225 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.arch/riscv-bp-infcall.c: New file.
4228 * gdb.arch/riscv-bp-infcall.exp: New file.
4229
4230 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 PR breakpoints/24541
4233 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4234
4235 2019-07-14 Tom de Vries <tdevries@suse.de>
4236
4237 PR testsuite/24760
4238 * gdb.objc/basicclass.exp: Fix unterminated string.
4239
4240 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4241 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4244 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4245 negative bounds.
4246 * gdb.fortran/vla-value.exp: Print elements of an array with
4247 negative bounds.
4248 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4249 testing.
4250
4251 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * gdb.base/options.exp (expect_string): Dequote strings in
4254 results.
4255 (test-string): Test strings with different quoting and reindent.
4256
4257 2019-07-10 Tom Tromey <tromey@adacore.com>
4258
4259 * gdb.ada/mi_ex_cond.exp: Update expected results.
4260 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4261 * gdb.ada/mi_catch_ex.exp: Update expected results.
4262 * gdb.ada/mi_catch_assert.exp: Update expected results.
4263 * gdb.ada/catch_ex.exp (catch_exception_info)
4264 (catch_exception_entry, catch_assert_entry)
4265 (catch_unhandled_entry): Update.
4266 * gdb.ada/catch_assert_if.exp: Update expected results.
4267
4268 2019-07-10 Richard Bunt <richard.bunt@arm.com>
4269 Stephen Roberts <stephen.roberts@arm.com>
4270
4271 * gdb.base/define.exp: Restore original prompt.
4272
4273 2019-07-09 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4276 breakpoints" output.
4277 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4278 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4279 throw" creates breakpoint.
4280 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4281 'type="catchpoint"'.
4282
4283 2019-07-09 Pedro Alves <palves@redhat.com>
4284
4285 PR c++/15468
4286 * gdb.cp/except-multi-location-lib.cc: New.
4287 * gdb.cp/except-multi-location-main.cc: New.
4288 * gdb.cp/except-multi-location.exp: New.
4289
4290 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4291
4292 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4293 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4294 argument and update callers.
4295
4296 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.arch/amd64-break-on-asm-line.S: New file.
4299 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4300
4301 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4302
4303 * gdb.base/printcmds.exp: Test printing C string and
4304 C wide string convenience vars without transiting via the inferior.
4305 Also make test names unique.
4306
4307 2019-07-08 Alan Hayward <alan.hayward@arm.com>
4308
4309 PR breakpoints/25011
4310 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4311
4312 2019-07-04 Pedro Alves <palves@redhat.com>
4313
4314 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4315 body returned ok(0), break(3) or continue(4).
4316 * gdb.testsuite/foreach_with_prefix.exp: New file.
4317
4318 2019-07-04 Alan Hayward <alan.hayward@arm.com>
4319
4320 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4321
4322 2019-07-03 Pedro Alves <palves@redhat.com>
4323
4324 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4325 "return -code".
4326
4327 2019-07-03 Pedro Alves <palves@redhat.com>
4328
4329 PR cli/24732
4330 * gdb.base/shell.exp: Load completion-support.exp.
4331 Adjust expected error output. Add completion tests.
4332
4333 2019-07-03 Pedro Alves <palves@redhat.com>
4334
4335 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4336 string_to_regexp.
4337
4338 2019-07-03 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4341 (expect_integer): Adjust to expect "-string".
4342 (expect_string): New.
4343 (all_options): Expect "-string".
4344 (test-flag, test-boolean): Adjust to expect "-string".
4345 (test-string): New proc.
4346 (top level): Call it.
4347
4348 2019-07-03 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4351 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4352 the expected output in the success.
4353
4354 2019-07-03 Pedro Alves <palves@redhat.com>
4355
4356 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4357 Split one gdb_test_multiple call in two to avoid a race.
4358
4359 2019-07-03 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/with.c: New file.
4362 * gdb.base/with.exp: New file.
4363
4364 2019-07-03 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/settings.exp: Replace all references to "maint
4367 test-settings set" with references to "maint set test-settings",
4368 and all references to "maint test-settings show" with references
4369 to "maint show test-settings".
4370
4371 2019-07-03 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/settings.exp (test-string): Adjust expected out when
4374 testing "maint test-settings show filename"
4375
4376 2019-07-02 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.base/options.exp (test-info-threads): New procedure.
4379 (top level): Call it.
4380
4381 2019-06-28 Tom Tromey <tromey@adacore.com>
4382
4383 * gdb.dwarf2/ada-linkage-name.c: New file.
4384 * gdb.dwarf2/ada-linkage-name.exp: New file.
4385
4386 2019-06-27 Tom Tromey <tromey@adacore.com>
4387
4388 PR c++/20020:
4389 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4390
4391 2019-06-26 Tom de Vries <tdevries@suse.de>
4392
4393 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4394
4395 2019-06-26 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.base/index-cache.exp: Add back missing debug option.
4398
4399 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4400
4401 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4402
4403 2019-06-25 Tom de Vries <tdevries@suse.de>
4404
4405 PR testsuite/24727
4406 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4407
4408 2019-06-24 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4411
4412 2019-06-24 Tom de Vries <tdevries@suse.de>
4413
4414 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4415 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4416 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4417
4418 2019-06-24 Tom de Vries <tdevries@suse.de>
4419
4420 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4421
4422 2019-06-21 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4425
4426 2019-06-21 Tom de Vries <tdevries@suse.de>
4427
4428 PR testsuite/24518
4429 PR ada/24713
4430 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4431 index.
4432
4433 2019-06-19 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.ada/length_cond.exp: Add intro comment.
4436
4437 2019-06-19 Tom Tromey <tromey@adacore.com>
4438
4439 * gdb.ada/length_cond.exp: New file.
4440 * gdb.ada/length_cond/length_cond.adb: New file.
4441 * gdb.ada/length_cond/pck.adb: New file.
4442 * gdb.ada/length_cond/pck.ads: New file.
4443
4444 2019-06-18 Tom de Vries <tdevries@suse.de>
4445
4446 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4447
4448 2019-06-18 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.base/list0.h: Add comment explaining control character.
4451
4452 2019-06-18 Tom de Vries <tdevries@suse.de>
4453
4454 * boards/fission.exp: Break up long debug_flags line.
4455
4456 2019-06-16 Tom de Vries <tdevries@suse.de>
4457
4458 PR gdb/24445
4459 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4460 generated index.
4461
4462 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4463
4464 PR gdb/24686
4465 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4466 improve detection of bug gdb/24541.
4467
4468 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4469
4470 PR gdb/24669
4471 * gdb.base/index-cache.exp (uses_readnow,
4472 expecting_index_cache_use): Define global variable.
4473 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4474 expecting_index_cache_use.
4475
4476 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4477 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * gdb.fortran/pointers.f90: New file.
4480 * gdb.fortran/print_type.exp: New file.
4481 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4482 * gdb.fortran/vla-type.exp: Likewise.
4483 * gdb.fortran/vla-value.exp: Likewise.
4484 * gdb.mi/mi-vla-fortran.exp: Likewise.
4485
4486 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4489 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4490 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4491 as a stop reason.
4492
4493 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.base/annota1.exp: Update expected results.
4496 * gdb.cp/annota2.exp: Likewise.
4497 * gdb.cp/annota3.exp: Likewise.
4498
4499 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.base/style-logging.exp: Remove path from test name.
4502
4503 2019-06-14 Tom Tromey <tromey@adacore.com>
4504
4505 PR gdb/24502:
4506 * gdb.base/style-logging.exp: New file.
4507
4508 2019-06-14 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.base/symfile-warn.exp: New file.
4511 * gdb.base/symfile-warn.c: New file.
4512
4513 2019-06-14 Tom Tromey <tromey@adacore.com>
4514
4515 * gdb.base/annotate-symlink.exp: New file.
4516
4517 2019-06-14 Tom Tromey <tromey@adacore.com>
4518
4519 * gdb.ada/set_wstr.exp: Add reassignment test.
4520
4521 2019-06-14 Tom Tromey <tromey@adacore.com>
4522
4523 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4524 'unchecked_access and 'unrestricted_access as well.
4525
4526 2019-06-14 Tom Tromey <tromey@adacore.com>
4527
4528 PR ada/24539:
4529 * gdb.ada/vla.exp: Update tests.
4530 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4531 pragma.
4532
4533 2019-06-13 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/settings.exp (test-integer): Test junk after
4536 "unlimited".
4537
4538 2019-06-13 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/options.exp (test-thread-apply): New.
4541 (top level): Call it.
4542
4543 2019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.exp (test-frame-apply): New.
4546 (top level): Test print commands with different "frame apply"
4547 prefixes.
4548
4549 2019-06-13 Pedro Alves <palves@redhat.com>
4550
4551 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4552 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4553 'max_completions' parameter and handle it.
4554 (test_gdb_completion_offers_commands): New.
4555
4556 2019-06-13 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4559
4560 2019-06-13 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.base/options.exp (test-backtrace): New.
4563 (top level): Call it.
4564
4565 2019-06-13 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.guile/scm-frame-args.exp: Use "set print
4568 raw-frame-arguments" instead of "set print raw frame-arguments".
4569 * gdb.python/py-frame-args.exp: Likewise.
4570
4571 2019-06-13 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.compile/compile.exp: Adjust expected output to option
4574 processing changes.
4575
4576 2019-06-13 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/options.exp: Build executable.
4579 (test-print): New procedure.
4580 (top level): Call it, once for "print" and another for "compile
4581 print".
4582
4583 2019-06-13 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/options.c: New file.
4586 * gdb.base/options.exp: New file.
4587
4588 2019-06-13 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4591 that "o" is ambiguous.
4592
4593 2019-06-13 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/settings.c: New file.
4596 * gdb.base/settings.exp: New file.
4597
4598 2019-06-13 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/completion.exp: Fix comment typo.
4601
4602 2019-06-13 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4605 foo --1" test.
4606
4607 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4608
4609 * gdb.fortran/block-data.f: New.
4610 * gdb.fortran/block-data.exp: New.
4611
4612 2019-06-11 Tom de Vries <tdevries@suse.de>
4613
4614 PR testsuite/24521
4615 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4616 message.
4617
4618 2019-06-11 Tom de Vries <tdevries@suse.de>
4619
4620 PR testsuite/24521
4621 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4622
4623 2019-06-11 Tom de Vries <tdevries@suse.de>
4624
4625 * boards/readnow.exp: New file.
4626
4627 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.fortran/vla-sizeof.exp: Update expected results.
4630
4631 2019-06-06 Amos Bird <amosbird@gmail.com>
4632
4633 * gdb.base/annota1.exp (thread_switch): Add test for
4634 thread-exited annotation.
4635
4636 2019-06-06 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.base/maint.exp: Expect command started/finished output.
4639
4640 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4641
4642 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4643 comment.
4644 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4645
4646 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4649 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4650 * gdb.arch/riscv-unwind-long-insn.c: New file.
4651 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4652
4653 2019-06-04 Christian Biesinger <cbiesinger@google.com>
4654
4655 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4656
4657 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4658
4659 * lib/gdb.exp (help_list_trailer): New regexp variable
4660 factorizing the help trailer message.
4661 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4662 arg to allow to better factorize various tests.
4663 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4664 (test_prefix_command_help): Use help_list_trailer.
4665 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4666 * gdb.guile/scm-cmd.exp: Likewise.
4667 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4668 * gdb.base/help.exp: Use test_user_defined_class_help.
4669 * gdb.base/style.exp: Add tests for styling of help and apropos.
4670 * lib/gdb-utils.exp (style): Add title and highlight styles.
4671
4672 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4673
4674 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4675 $_shell_exitsignal.
4676 * gdb.base/default.exp: Update for new convenience variables.
4677
4678 2019-05-29 Tom Tromey <tromey@adacore.com>
4679
4680 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4681 to "break complete ada" test case's regexp.
4682
4683 2019-05-29 Tom Tromey <tromey@adacore.com>
4684
4685 PR c++/20020:
4686 * gdb.cp/constexpr-field.exp: New file.
4687 * gdb.cp/constexpr-field.cc: New file.
4688
4689 2019-05-29 Tom Tromey <tromey@adacore.com>
4690
4691 * gdb.base/finish.exp (finish_no_print): New proc.
4692 (finish_tests): Call it.
4693
4694 2019-05-24 Tom de Vries <tdevries@suse.de>
4695
4696 * gdb.dwarf2/gdb-add-index.exp: New file.
4697
4698 2019-05-22 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4701 * gdb.base/style.exp: Use "style".
4702 * lib/gdb-utils.exp (style): New proc.
4703
4704 2019-05-22 Tom de Vries <tdevries@suse.de>
4705
4706 * gdb.base/align.exp: Require c++11.
4707
4708 2019-05-22 Tom de Vries <tdevries@suse.de>
4709
4710 PR testsuite/24586
4711 * gdb.python/py-mi-var-info-path-expression.exp: Call
4712 mi_skip_python_tests to check if python is supported.
4713
4714 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4715
4716 * gdb.arch/aarch64-pauth.c: New test.
4717 * gdb.arch/aarch64-pauth.exp: New file.
4718
4719 2019-05-22 Alan Hayward <alan.hayward@arm.com>
4720
4721 * README (Re-running Tests Outside The Testsuite): New section.
4722
4723 2019-05-21 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.arch/amd64-eval.exp: Require c++11.
4726 * gdb.base/max-depth.exp: Same.
4727 * gdb.compile/compile-cplus-array-decay.exp: Same.
4728 * gdb.cp/meth-typedefs.exp: Same.
4729 * gdb.cp/subtypes.exp: Same.
4730 * gdb.cp/temargs.exp: Same.
4731
4732 2019-05-21 Alan Hayward <alan.hayward@arm.com>
4733
4734 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4735
4736 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 PR gdb/18644
4739 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4740 * gdb.fortran/printing-types.exp: Add new test.
4741 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4742 testing.
4743 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4744 setup_kfail call.
4745
4746 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4747
4748 * README (Running the Testsuite): Change example.
4749 (Testsuite Parameters): Remove TRANSCRIPT.
4750 * lib/gdb.exp: Remove TRANSCRIPT check.
4751
4752 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4753
4754 * README (Testsuite Parameters): Add replay logging to
4755 GDBSERVER_DEBUG.
4756 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4757 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4758 as a comma separated list.
4759 (gdb_debug_init): Override procedure.
4760
4761 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4762
4763 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4764 (gdb_write_cmd_file): New procedure.
4765 * lib/gdbserver-support.exp (gdbserver_start): Call
4766 gdbserver_write_cmd_file.
4767 (gdbserver_write_cmd_file): New procedure.
4768
4769 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4770
4771 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4772 (delete_breakpoints): Likewise.
4773 (gdb_run_cmd): Likewise.
4774 (gdb_start_cmd): Likewise.
4775 (gdb_starti_cmd): Likewise.
4776 (gdb_internal_error_resync): Likewise.
4777 (gdb_test_multiple): Likewise.
4778 (gdb_reinitialize_dir): Likewise.
4779 (default_gdb_exit): Likewise.
4780 (gdb_file_cmd): Mark kill as optional.
4781 (default_gdb_start): Call gdb_stdin_log_init.
4782 (send_gdb): Call gdb_stdin_log_write.
4783 (rerun_to_main): Mark Y as an answer.
4784 (gdb_stdin_log_init): New function.
4785 (gdb_stdin_log_write): Likewise.
4786
4787 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4788
4789 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4790 * gdb.base/debug-expr.exp: Likewise.
4791 * gdb.base/foll-fork.exp: Likewise.
4792 * gdb.base/foll-vfork.exp: Likewise.
4793 * gdb.base/fork-print-inferior-events.exp: Likewise.
4794 * gdb.base/gdb-sigterm.exp: Likewise.
4795 * gdb.base/gdbinit-history.exp: Likewise.
4796 * gdb.base/osabi.exp: Likewise.
4797 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4798 * gdb.base/ui-redirect.exp: Likewise.
4799 * gdb.gdb/unittest.exp: Likewise.
4800 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4801 * gdb.mi/mi-watch.exp: Likewise.
4802 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4803 * gdb.mi/user-selected-context-sync.exp: Likewise.
4804 * gdb.python/python.exp: Disable debug test when debugging.
4805 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4806 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4807 Likewise.
4808 * gdb.threads/stepi-random-signal.exp: Likewise.
4809
4810 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4811
4812 * Makefile.in: Pass through GDB_DEBUG.
4813 * README (Testsuite Parameters): Add GDB_DEBUG.
4814 (gdb,debug): Add board setting.
4815 * lib/gdb.exp (default_gdb_start): Start debugging.
4816 (gdb_debug_enabled): New procedure.
4817 (gdb_debug_init): Likewise.
4818
4819 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4820
4821 * Makefile.in: Pass through GDB_DEBUG.
4822 * README (Testsuite Parameters): Add GDB_DEBUG.
4823 (gdb,debug): Add board setting.
4824 * lib/gdb.exp (default_gdb_start): Start debugging.
4825 (gdb_debug_enabled): New procedure.
4826 (gdb_debug_init): Likewise.
4827
4828 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4829
4830 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4831
4832 2019-05-17 Alan Hayward <alan.hayward@arm.com>
4833
4834 * gdb.base/ui-redirect.exp: Test redirection.
4835
4836 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4837
4838 * gdb.mi/mi-complete.exp: New file.
4839 * gdb.mi/mi-complete.cc: Likewise.
4840
4841 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4842
4843 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4844 indexed and sliced arrays, and pointers to arrays.
4845
4846 2019-05-14 Tom Tromey <tromey@adacore.com>
4847
4848 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4849 styling test.
4850
4851 2019-05-14 Tom de Vries <tdevries@suse.de>
4852
4853 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4854 selection entry encoding.
4855
4856 2019-05-10 Tom Tromey <tromey@adacore.com>
4857
4858 * gdb.ada/info_exc.exp: Add "complete" test.
4859
4860 2019-05-09 Tom de Vries <tdevries@suse.de>
4861
4862 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4863 CU-relative.
4864
4865 2019-05-09 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4868 CU-relative.
4869
4870 2019-05-08 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.ada/frame_arg_lang.exp: New testcase.
4873 * gdb.ada/frame_arg_lang/bla.adb: New file.
4874 * gdb.ada/frame_arg_lang/pck.ads: New file.
4875 * gdb.ada/frame_arg_lang/pck.adb: New file.
4876 * gdb.ada/frame_arg_lang/foo.c: New file.
4877
4878 2019-05-08 Tom Tromey <tromey@adacore.com>
4879
4880 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4881
4882 2019-05-08 Tom Tromey <tromey@adacore.com>
4883
4884 * gdb.base/ptype-offsets.exp: Update tests.
4885
4886 2019-05-08 Tom Tromey <tromey@adacore.com>
4887
4888 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4889 cases.
4890 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4891 "short".
4892
4893 2019-05-08 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.ada/vla.exp: New file.
4896 * gdb.ada/vla/vla.adb: New file.
4897
4898 2019-05-07 Tom de Vries <tdevries@suse.de>
4899
4900 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4901
4902 2019-05-07 Tom de Vries <tdevries@suse.de>
4903
4904 PR testsuite/24522
4905 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4906 section.
4907
4908 2019-05-07 Tom de Vries <tdevries@suse.de>
4909
4910 PR testsuite/24522
4911 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4912 .debug_aranges section.
4913
4914 2019-05-07 Tom de Vries <tdevries@suse.de>
4915
4916 PR testsuite/24159
4917 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4918
4919 2019-05-06 Tom de Vries <tdevries@suse.de>
4920
4921 * lib/gdb.exp (exec_has_index_section): New proc.
4922 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4923 section.
4924
4925 2019-05-04 Tom de Vries <tdevries@suse.de>
4926
4927 * boards/cc-with-debug-names.exp: New file.
4928
4929 2019-05-03 Tom Tromey <tromey@adacore.com>
4930
4931 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4932 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4933 * gdb.ada/char_enum.exp: Add test.
4934
4935 2019-05-03 Tom de Vries <tdevries@suse.de>
4936
4937 * boards/cc-with-gdb-index.exp: New file.
4938
4939 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4940
4941 * gdb.rust/simple.exp: Add new test case.
4942 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4943 (main): Initialise an instance of the new struct.
4944
4945 2019-05-01 Tom Tromey <tromey@adacore.com>
4946
4947 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4948 record.
4949 (NPR): New variable.
4950 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4951 test.
4952
4953 2019-05-01 Tom Tromey <tromey@adacore.com>
4954
4955 * gdb.ada/packed_array_assign.exp: Add packed assignment
4956 regression test.
4957
4958 2019-05-01 Tom de Vries <tdevries@suse.de>
4959
4960 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4961
4962 2019-05-01 Tom de Vries <tdevries@suse.de>
4963
4964 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4965
4966 2019-04-30 Ali Tamur <tamur@google.com>
4967
4968 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4969
4970 2019-04-30 Tom Tromey <tromey@adacore.com>
4971
4972 * lib/ada.exp (find_ada_tool): New proc.
4973 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4974 * gdb.ada/catch_ex_std.exp: New file.
4975 * gdb.ada/catch_ex_std/foo.adb: New file.
4976 * gdb.ada/catch_ex_std/some_package.adb: New file.
4977 * gdb.ada/catch_ex_std/some_package.ads: New file.
4978
4979 2019-04-30 Tom Tromey <tromey@adacore.com>
4980
4981 PR c++/24470:
4982 * gdb.cp/temargs.cc: Add test code from PR.
4983
4984 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/vla-datatypes.exp: Update expected results.
4987 * gdb.fortran/vla-ptype.exp: Likewise.
4988 * gdb.fortran/vla-type.exp: Likewise.
4989 * gdb.fortran/vla-value.exp: Likewise.
4990
4991 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.fortran/ptr-indentation.exp: Update expected results.
4994 * gdb.fortran/ptype-on-functions.exp: Likewise.
4995 * gdb.fortran/vla-ptr-info.exp: Likewise.
4996 * gdb.fortran/vla-value.exp: Likewise.
4997
4998 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.fortran/ptype-on-functions.exp: New file.
5001 * gdb.fortran/ptype-on-functions.f90: New file.
5002
5003 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5004
5005 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5006 case void string.
5007
5008 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5009
5010 * gdb.fortran/complex.exp: Expand.
5011 * gdb.fortran/complex.f: Renamed to...
5012 * gdb.fortran/complex.f90: ...this, and extended to add more
5013 complex values.
5014
5015 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5018 MODULO, CMPLX.
5019
5020 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5021 Richard Bunt <richard.bunt@arm.com>
5022
5023 * gdb.base/max-depth.c: New file.
5024 * gdb.base/max-depth.exp: New file.
5025 * gdb.python/py-nested-maps.c: New file.
5026 * gdb.python/py-nested-maps.exp: New file.
5027 * gdb.python/py-nested-maps.py: New file.
5028 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5029 (test_all_common): Call test_max_depth.
5030 * gdb.fortran/max-depth.exp: New file.
5031 * gdb.fortran/max-depth.f90: New file.
5032 * gdb.go/max-depth.exp: New file.
5033 * gdb.go/max-depth.go: New file.
5034 * gdb.modula2/max-depth.exp: New file.
5035 * gdb.modula2/max-depth.c: New file.
5036 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5037
5038 2019-04-29 Tom de Vries <tdevries@suse.de>
5039
5040 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5041
5042 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5043
5044 * gdb.base/callexit.exp: Test may-call-functions off.
5045
5046 2019-04-25 Keith Seitz <keiths@redhat.com>
5047
5048 PR c++/24367
5049 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5050 (another_incomplete_struct, test_incomplete): New definitions.
5051 (main): Use new definitions.
5052 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5053 functions.
5054
5055 2019-04-25 Ali Tamur <tamur@google.com>
5056
5057 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5058
5059 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5060
5061 PR corefiles/11608
5062 PR corefiles/18187
5063 * gdb.base/coredump-filter-build-id.exp: New file.
5064
5065 2019-04-25 Alan Hayward <alan.hayward@arm.com>
5066
5067 * Makefile.in: Pass through GDBSERVER_DEBUG.
5068 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5069 (gdbserver,debug): Add board setting.
5070 * gdb.trace/tspeed.exp: Skip when debugging.
5071 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5072 * lib/gdbserver-support.exp: Likewise
5073
5074 2019-04-24 Tom Tromey <tromey@adacore.com>
5075
5076 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5077 Rust.
5078
5079 2019-04-24 Tom Tromey <tromey@adacore.com>
5080
5081 * gdb.arch/amd64-eval.exp: Test bitfield return.
5082 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5083 (class Foo) <return_bitfields>: New method.
5084 (main): Call it.
5085
5086 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * gdb.cp/many-args.cc: New file.
5089 * gdb.cp/many-args.exp: New file.
5090
5091 2019-04-23 Tom de Vries <tdevries@suse.de>
5092
5093 PR gdb/24433
5094 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5095
5096 2019-04-23 Alan Hayward <alan.hayward@arm.com>
5097
5098 * gdb.trace/backtrace.exp: Use nopie flag.
5099 * gdb.trace/circ.exp: Likewise.
5100 * gdb.trace/collection.exp: Likewise.
5101 * gdb.trace/ftrace.exp: Likewise.
5102 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5103 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5104 * gdb.trace/qtro.exp: Likewise.
5105 * gdb.trace/read-memory.exp: Likewise.
5106 * gdb.trace/report.exp: Likewise.
5107 * gdb.trace/tfile.exp: Likewise.
5108 * gdb.trace/tfind.exp: Likewise.
5109 * gdb.trace/unavailable.exp: Likewise.
5110
5111 2019-04-22 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/solib-probes-nosharedlibrary.c,
5114 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5115
5116 2019-04-19 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.ada/ptype_union.c: New file.
5119 * gdb.ada/ptype_union.exp: New file.
5120
5121 2019-04-19 Tom Tromey <tromey@adacore.com>
5122
5123 PR symtab/24423:
5124 * gdb.base/list0.h (foo): Add a control-l character.
5125
5126 2019-04-18 Tom de Vries <tdevries@suse.de>
5127
5128 PR gdb/24433
5129 * boards/local-board.exp: Set sysroot to "".
5130
5131 2019-04-18 Tom de Vries <tdevries@suse.de>
5132 Pedro Alves <palves@redhat.com>
5133
5134 PR gdb/24454
5135 * gdb.threads/vfork-follow-child-exec.c: New file.
5136 * gdb.threads/vfork-follow-child-exec.exp: New file.
5137 * gdb.threads/vfork-follow-child-exit.c: New file.
5138 * gdb.threads/vfork-follow-child-exit.exp: New file.
5139
5140 2019-04-15 Leszek Swirski <leszeks@google.com>
5141
5142 * gdb.arch/amd64-eval.cc: New file.
5143 * gdb.arch/amd64-eval.exp: New file.
5144
5145 2019-04-11 Alan Hayward <alan.hayward@arm.com>
5146
5147 * gdb.server/sysroot.c: New test.
5148 * gdb.server/sysroot.exp: New file.
5149 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5150 matching param.
5151
5152 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5153
5154 * gdb.base/align.exp: Extend test to cover structures containing
5155 only static fields.
5156
5157 2019-04-11 Tom de Vries <tdevries@suse.de>
5158
5159 * boards/cc-with-dwz-m.exp: New file.
5160 * boards/cc-with-dwz.exp: New file.
5161 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5162
5163 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
5164
5165 * gdb.base/start-cpp.exp: New file.
5166 * gdb.base/start-cpp.cc: New file.
5167
5168 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5169
5170 * gdb.python/py-thrhandle.exp: Adjust tests to call
5171 thread_from_handle instead of thread_from_thread_handle.
5172
5173 2019-04-08 Kevin Buettner <kevinb@redhat.com>
5174
5175 * gdb.python/py-thrhandle.exp: Add tests for
5176 gdb.InferiorThread.handle.
5177
5178 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * gdb.python/py-function.exp: Check calling helper function from
5181 all languages.
5182 * lib/gdb.exp (gdb_supported_languages): New proc.
5183
5184 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5185
5186 * gdb.base/complex-parts.c: New file.
5187 * gdb.base/complex-parts.exp: New file.
5188
5189 2019-04-01 Tom Tromey <tromey@adacore.com>
5190
5191 PR symtab/23331:
5192 * gdb.dwarf2/dw2-ranges-main.c: New file.
5193 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5194 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5195
5196 2019-03-30 Simon Marchi <simark@simark.ca>
5197
5198 * gdb.base/default.exp: Add values for $_gdb_major and
5199 $_gdb_minor.
5200
5201 2019-03-29 Tom Tromey <tromey@adacore.com>
5202
5203 * gdb.base/help.exp: Tighten apropos regexp.
5204
5205 2019-03-29 Keith Seitz <keiths@redhat.com>
5206
5207 * gdb.fortran/array-bounds.exp: New file.
5208 * gdb.fortran/array-bounds.f90: New file.
5209
5210 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5211
5212 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5213
5214 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5215
5216 * gdb.multi/hello.c (main): Increase alarm timer.
5217
5218 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5219
5220 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5221 factor when no hardware watchpoint support.
5222
5223 2019-03-28 Alan Hayward <alan.hayward@arm.com>
5224 Pedro Alves <palves@redhat.com>
5225
5226 * boards/local-board.exp: set sysroot to /.
5227
5228 2019-03-27 Alan Hayward <alan.hayward@arm.com>
5229
5230 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5231 in child.
5232
5233 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5236 field.
5237 (make_container): Initialise new field.
5238 * gdb.python/py-prettyprint.exp: Add new tests.
5239 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5240 <display_hint>: New method.
5241
5242 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5243
5244 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5245 gdb_continue_to_breakpoint more throughout this test.
5246 (run_lang_tests) Supply unique test names, and use
5247 gdb_test_no_output.
5248
5249 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * gdb.base/finish-pretty.exp: Update expected results.
5252 * gdb.base/pretty-print.c: New file.
5253 * gdb.base/pretty-print.exp: New file.
5254
5255 2019-03-25 Pedro Alves <palves@redhat.com>
5256
5257 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5258 move comments outside list. Append '-i "" eof' section.
5259
5260 2019-03-22 Alan Hayward <alan.hayward@arm.com>
5261
5262 PR testsuite/25016
5263 * README: Add pie options.
5264 * gdb.base/break-interp.exp: Ensure pie is disabled.
5265 * gdb.base/dump.exp: Likewise.
5266 * lib/gdb.exp (gdb_compile): Add pie option.
5267
5268 2019-03-19 Tom Tromey <tromey@adacore.com>
5269
5270 * gdb.mi/mi2-cli-display.c: New file.
5271 * gdb.mi/mi2-cli-display.exp: New file.
5272
5273 2019-03-18 Joel Brobecker <brobecker@adacore.com>
5274 Tom Tromey <tromey@adacore.com>
5275
5276 * gdb.ada/ptype_array/pck.adb: New file.
5277 * gdb.ada/ptype_array/pck.ads: New file.
5278 * gdb.ada/ptype_array/foo.adb: New file.
5279 * gdb.ada/ptype_array.exp: New file.
5280
5281 2019-03-14 Tom Tromey <tromey@adacore.com>
5282
5283 * gdb.base/style.exp: Add "set style sources" test.
5284
5285 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5288 * mi-breakpoint-multiple-locations.exp: ... this.
5289 (make_breakpoints_pattern): New proc.
5290 (do_test): Add mi_version parameter, test -break-insert,
5291 -break-info and =breakpoint-created.
5292
5293 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * config/default.exp: Remove 'load_lib gdb.exp'.
5296 * config/monitor.exp: Likewise.
5297 * config/sid.exp: Likewise.
5298 * config/sim.exp: Likewise.
5299 * config/slite.exp: Likewise.
5300 * config/unix.exp: Likewise.
5301 * gdb.base/default.exp: Remove unhelpful comment.
5302
5303 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5304
5305 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5306
5307 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5310
5311 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.fortran/type-kinds.exp: Update expected results.
5314
5315 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5318
5319 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5322 function.
5323 (test_basic_parsing_of_type_kinds): Expand types tested.
5324 (test_parsing_invalid_type_kinds): New function.
5325
5326 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5327
5328 * gdb.fortran/intrinsics.exp: New file.
5329 * gdb.fortran/intrinsics.f90: New file.
5330 * gdb.fortran/type-kinds.exp: New file.
5331
5332 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.fortran/dot-ops.exp: New file.
5335
5336 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5339 Check upper and lower case logical literals.
5340
5341 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5344 Remove duplicate tests.
5345
5346 2019-03-06 Alan Hayward <alan.hayward@arm.com>
5347
5348 * lib/gdb.exp (builtin_cd): rename of cd.
5349 (cd): Override builtin.
5350
5351 2019-03-06 Richard Bunt <richard.bunt@arm.com>
5352
5353 * gdb.fortran/function-calls.exp: New file.
5354 * gdb.fortran/function-calls.f90: New test.
5355
5356 2019-03-04 Richard Bunt <richard.bunt@arm.com>
5357
5358 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5359 on user program standard output.
5360 * gdb.fortran/short-circuit-argument-list.f90: Record function
5361 calls.
5362
5363 2019-02-28 Alan Hayward <alan.hayward@arm.com>
5364
5365 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5366 failure.
5367
5368 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5369
5370 PR gdb/8527
5371 * gdb.base/interrupt-daemon-attach.c,
5372 gdb.base/interrupt-daemon-attach.exp: New test.
5373
5374 2019-02-27 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/page.exp: Add tests for "set width/height -1".
5377
5378 2019-02-27 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/page.exp: Add tests for "set/show width/height" with
5381 "infinite" values.
5382
5383 2019-02-27 Tom Tromey <tromey@adacore.com>
5384
5385 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5386 2.4.
5387 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5388 workaround.
5389
5390 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5393 tests for structs with static members.
5394
5395 2019-02-26 Tom Tromey <tromey@adacore.com>
5396
5397 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5398 ValueError, not TypeError.
5399
5400 2019-02-26 Kevin Buettner <kevinb@redhat.com>
5401
5402 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5403 call from main program.
5404
5405 2019-02-23 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5408 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5409 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5410 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5411 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5412
5413 2019-02-22 Keith Seitz <keiths@redhat.com>
5414
5415 PR symtab/23853
5416 * gdb.base/symlink-sourcefile.c: New file.
5417 * gdb.base/symlink-sourcefile.exp: New file.
5418
5419 2019-02-20 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/info_qt.exp: Update.
5422
5423 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5424
5425 * gdb.base/source.exp: Move "error in sourced script" code to
5426 the end.
5427 * gdb.base/source-error.gdb: Move contents to
5428 source-error-1.gdb. Add new code to source source-error-1.gdb.
5429 * gdb.base/source-error-1.gdb: New file, from previous
5430 source-error.gdb.
5431
5432 2019-02-17 Tom Tromey <tom@tromey.com>
5433
5434 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5435 for macro styling.
5436 * gdb.base/style.c (SOME_MACRO): New macro.
5437
5438 2019-02-17 Tom Tromey <tom@tromey.com>
5439
5440 * gdb.base/style.exp: Add line-wrapping tests.
5441 * gdb.base/page.exp: Add test for quitting during pagination.
5442
5443 2019-02-17 Joel Brobecker <brobecker@adacore.com>
5444
5445 * gdb.ada/big_packed_array: New testcase.
5446 * gdb.ada/homonym.exp: Fix incorrect expected output for
5447 "break <homonym__get_value>" test.
5448
5449 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
5450
5451 PR breakpoints/21870
5452 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5453 and prepare_for_testing. Add comment.
5454 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5455 redundant cleanup call. Clean up comment.
5456
5457 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
5458
5459 PR breakpoints/21870
5460 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5461 * gdb.arch/aarch64-dbreg-contents.c: New file.
5462
5463 2019-02-10 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdb.ada/mi_ref_changeable: New testcase.
5466
5467 2019-02-07 Alan Hayward <alan.hayward@arm.com>
5468
5469 * gdb.base/attach.exp: Add double attach test.
5470
5471 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5472
5473 * lib/gdb.exp (default_gdb_start): Don't match pagination
5474 prompt.
5475 (gdb_init): Set stty_init.
5476
5477 2019-01-27 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5480 skip_python_tests.
5481
5482 2019-01-24 Alan Hayward <alan.hayward@arm.com>
5483
5484 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5485 New structure.
5486 (struct struct_static_02_02): Likewise.
5487 (struct struct_static_02_03): Likewise.
5488 (struct struct_static_02_04): Likewise.
5489 (struct struct_static_04_01): Likewise.
5490 (struct struct_static_04_02): Likewise.
5491 (struct struct_static_04_03): Likewise.
5492 (struct struct_static_04_04): Likewise.
5493 (struct struct_static_06_01): Likewise.
5494 (struct struct_static_06_02): Likewise.
5495 (struct struct_static_06_03): Likewise.
5496 (struct struct_static_06_04): Likewise.
5497 (cmp_struct_static_02_01): Likewise.
5498 (cmp_struct_static_02_02): Likewise.
5499 (cmp_struct_static_02_03): Likewise.
5500 (cmp_struct_static_02_04): Likewise.
5501 (cmp_struct_static_04_01): Likewise.
5502 (cmp_struct_static_04_02): Likewise.
5503 (cmp_struct_static_04_03): Likewise.
5504 (cmp_struct_static_04_04): Likewise.
5505 (cmp_struct_static_06_01): Likewise.
5506 (cmp_struct_static_06_02): Likewise.
5507 (cmp_struct_static_06_03): Likewise.
5508 (cmp_struct_static_06_04): Likewise.
5509 (call_all): Test new structs.
5510 * gdb.base/infcall-nested-structs.exp: Likewise.
5511
5512 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5513 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5514
5515 2019-01-21 Alan Hayward <alan.hayward@arm.com>
5516 * gdb.base/stack-protector.c: New test.
5517 * gdb.base/stack-protector.exp: New file.
5518 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5519 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5520 option.
5521 (gdb_compile): Remove stack protector for GCC and prevent
5522 recursion.
5523
5524 2019-01-16 Keith Seitz <keiths@redhat.com>
5525
5526 PR gdb/23773
5527 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5528
5529 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5530
5531 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5532 aliases.
5533 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5534 tests.
5535 * gdb.arch/powerpc-vector-regs.c: New file.
5536 * gdb.arch/powerpc-vector-regs.exp: New file.
5537
5538 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5539
5540 * gdb.arch/altivec-regs.exp: Fix the list passed to
5541 gdb_expect_list when testing "info vector".
5542
5543 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.base/style.exp: Don't include path in testname.
5546
5547 2019-01-10 Keith Seitz <keiths@redhat.com>
5548
5549 PR gdb/23712
5550 PR symtab/23010
5551 * gdb.dwarf2/multidictionary.exp: New file.
5552
5553 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5554
5555 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5556 (test_gnuv3_style_demangling): ... this.
5557 (test_lucid_style_demangling): Remove.
5558 (test_arm_style_demangling): Remove.
5559 (test_hp_style_demangling): Remove.
5560 (do_tests): Remove calls to the above.
5561
5562 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5563
5564 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5565 case.
5566
5567 2019-01-06 Tom Tromey <tom@tromey.com>
5568
5569 PR gdb/28155:
5570 * gdb.dwarf2/typedef-void-finish.exp: New file.
5571
5572 2018-12-28 Tom Tromey <tom@tromey.com>
5573 Simon Marchi <simark@simark.ca>
5574
5575 * gdb.base/jit-exec.exp: New file.
5576 * gdb.base/jit-exec.c: New file.
5577 * gdb.base/jit-execd.c: New file.
5578
5579 2018-12-28 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.base/style.exp: Update test to check for address styling.
5582
5583 2018-12-28 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5586 message.
5587
5588 2018-12-28 Tom Tromey <tom@tromey.com>
5589
5590 * gdb.base/style.exp: Add test for version number styling.
5591
5592 2018-12-28 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.base/style.exp: Add test for print_address_symbolic.
5595
5596 2018-12-28 Tom Tromey <tom@tromey.com>
5597
5598 * gdb.base/style.exp: Add test for breakpoint setting.
5599
5600 2018-12-28 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.base/style.exp: Add test for variable names.
5603
5604 2018-12-28 Tom Tromey <tom@tromey.com>
5605
5606 * gdb.base/style.exp: New file.
5607 * gdb.base/style.c: New file.
5608
5609 2018-12-28 Tom Tromey <tom@tromey.com>
5610
5611 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5612 "dumb".
5613 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5614 the TERM environment variable.
5615
5616 2018-12-27 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5619 pagination test.
5620
5621 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5622
5623 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5624 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5625
5626 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5627
5628 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5629 Filename a.adb changed to bp_fun_addr.adb.
5630 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5631
5632 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5633
5634 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5635 non-PIE executables.
5636 * README: Mention the gdb,nopie_flag board setting.
5637 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5638 non-PIE executable.
5639 * gdb.arch/amd64-entry-value.exp: Likewise.
5640 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5641 * gdb.arch/i386-float.exp: Likewise.
5642 * gdb.arch/i386-signal.exp: Likewise.
5643 * gdb.mi/mi-reg-undefined.exp: Likewise.
5644
5645 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5646
5647 PR gdb/23974
5648 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5649
5650 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5651
5652 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5653 Update order of results accordingly.
5654
5655 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5656
5657 * gdb.base/annota1.exp: Update a test regexp.
5658
5659 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5662
5663 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5664
5665 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5666 (reuse_time): Initialize to REUSE_TIME_CAP.
5667 (check_rc): New function.
5668 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5669 Check pthread_create rc.
5670 (spawner_thread_func): Check pthread_create and pthread_join rc.
5671
5672 2018-12-08 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/list.exp (test_forward_search): Rename to ...
5675 (test_forward_reverse_search): ... this. Also test reverse-search
5676 and the forward-search alias.
5677
5678 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5681 local timeout variable before return, and remove all local timeout
5682 variable entirely.
5683 (gdb_load): Likewise.
5684
5685 2018-12-01 Tom de Vries <tdevries@suse.de>
5686
5687 * gdb.base/gdb-caching-proc.exp: New file.
5688
5689 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5690
5691 * Makefile.in (TIMESTAMP): New variable.
5692 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5693 command.
5694 (check-single-racy): Likewise.
5695 (check/%.exp): Likewise.
5696 (check-racy/%.exp): Likewise.
5697 (workers/%.worker): Likewise.
5698 (build-perf): Likewise.
5699 (check-perf): Likewise.
5700 * README: Describe new "TS" and "TS_FORMAT" variables.
5701 * print-ts.py: New file.
5702
5703 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5704
5705 PR python/23714
5706 * gdb.python/python.exp: Test command repetition after
5707 gdb.execute.
5708
5709 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5712 is correctly aligned.
5713
5714 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5715
5716 * gdb.ada/info_auto_lang.exp: New testcase.
5717 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5718 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5719 * gdb.ada/info_auto_lang/some_c.c: New file.
5720
5721 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5722
5723 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5724 FUNC_lang language syntax.
5725
5726 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5727
5728 * gdb.base/info_minsym.c: New file.
5729 * gdb.base/info_minsym.exp: New file.
5730
5731 2018-11-19 Tom Tromey <tom@tromey.com>
5732
5733 PR rust/23625:
5734 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5735 * gdb.rust/expr.exp: Update expected output. Change one test.
5736
5737 2018-11-19 Tom Tromey <tom@tromey.com>
5738
5739 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5740
5741 2018-11-19 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5744 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5745 see the expected warning.
5746
5747 2018-11-16 Alan Hayward <alan.hayward@arm.com>
5748
5749 PR gdb/22736:
5750 * gdb.cp/infcall-nodebug-lib.c: New test.
5751 * gdb.cp/infcall-nodebug-main.c: New test.
5752 * gdb.cp/infcall-nodebug.exp: New file.
5753
5754 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5755
5756 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5757 completer tests.
5758
5759 2018-11-09 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.base/msym-lang.c: New test.
5762 * gdb.base/msym-lang.exp: New file.
5763 * gdb.base/msym-lang-main.c: New test.
5764
5765 2018-11-08 Tom Tromey <tom@tromey.com>
5766
5767 PR gdb/23555:
5768 PR gdb/23838:
5769 * gdb.base/warning.exp: New file.
5770
5771 2018-11-08 Jan Beulich <jbeulich@suse.com>
5772
5773 * testsuite/gdb.arch/i386-avx512.c,
5774 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5775
5776 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5777
5778 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5779 point hardware.
5780
5781 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5784 * gdb.dwarf2/missing-type-name.exp: New file.
5785
5786 2018-11-06 Tom de Vries <tdevries@suse.de>
5787
5788 * gdb.base/many-headers.c: New test.
5789 * gdb.base/many-headers.exp: New file.
5790
5791 2018-11-06 Jim Wilson <jimw@sifive.com>
5792
5793 * gdb.base/code_elim.exp: For riscv, set additional_flags
5794 to include -msmall-data-limit=0.
5795
5796 2018-11-01 Joel Brobecker <brobecker@adacore.com>
5797
5798 * gdb.ada/watch_minus_l: New testcase.
5799
5800 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5801
5802 * gdb.arch/aix-sighandle.c: New file.
5803 * gdb.arch/aix-sighandle.exp: New file.
5804
5805 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5808 registers being unions.
5809
5810 2018-10-31 Tom de Vries <tdevries@suse.de>
5811
5812 * lib/valgrind.exp: New file.
5813 (vgdb_start, vgdb_stop): New procs, factored out of ...
5814 * gdb.base/valgrind-bt.exp: ... here, ...
5815 * gdb.base/valgrind-disp-step.exp: ... here and ...
5816 * gdb.base/valgrind-infcall.exp: ... here.
5817
5818 2018-10-31 Tom de Vries <tdevries@suse.de>
5819
5820 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5821
5822 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5823
5824 * gdb.dwarf2/void-type.c: New file.
5825 * gdb.dwarf2/void-type.exp: New file.
5826
5827 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5828
5829 * gdb.base/info_qt.c: New file.
5830 * gdb.base/info_qt.exp: New file.
5831
5832 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5833
5834 * gdb.arch/powerpc-htm-regs.c: New file.
5835 * gdb.arch/powerpc-htm-regs.exp: New file.
5836
5837 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5838
5839 * gdb.arch/powerpc-tar.c: New file.
5840 * gdb.arch/powerpc-tar.exp: New file.
5841
5842 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5843
5844 * gdb.arch/powerpc-ppr-dscr.c: New file.
5845 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5846
5847 2018-10-25 Tom de Vries <tdevries@suse.de>
5848
5849 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5850
5851 2018-10-24 Tom de Vries <tdevries@suse.de>
5852
5853 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5854 longer exists error.
5855
5856 2018-10-24 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5859
5860 2018-10-24 Tom de Vries <tdevries@suse.de>
5861
5862 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5863 --db-attach in valgrind.
5864
5865 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5866
5867 * gdb.arch/riscv-reg-aliases.c: New file.
5868 * gdb.arch/riscv-reg-aliases.exp: New file.
5869
5870 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5871
5872 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5873
5874 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5875
5876 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5877
5878 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5879
5880 * gdb.cp/ovldbreak.exp: Fix regexps.
5881
5882 2018-10-19 Alan Hayward <alan.hayward@arm.com>
5883
5884 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5885
5886 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5887
5888 PR cli/23785
5889 * gdb.base/restore.exp: New test to check if "restore" with an
5890 invalid file doesn't segfault.
5891
5892 2018-10-18 Tom de Vries <tdevries@suse.de>
5893
5894 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5895 * gdb.ada/excep_handle.exp: Same.
5896 * gdb.ada/mi_string_access.exp: Same.
5897 * gdb.ada/mi_var_union.exp: Same.
5898 * gdb.arch/arc-analyze-prologue.exp: Same.
5899 * gdb.arch/arc-decode-insn.exp: Same.
5900 * gdb.base/readnever.exp: Same.
5901 * gdb.fortran/printing-types.exp: Same.
5902 * gdb.guile/scm-lazy-string.exp: Same.
5903
5904 2018-10-16 Tom de Vries <tdevries@suse.de>
5905
5906 PR gdb/23730
5907 * gdb.base/catch-follow-exec.c: Add copyright notice.
5908 * gdb.base/catch-follow-exec.exp: Rewrite to use
5909 gdb_spawn_with_cmdline_opts. Require gdb-native.
5910
5911 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5912
5913 * gdb.trace/actions-changed.exp: Check for arch support.
5914 * gdb.trace/actions.exp: Likewise.
5915 * gdb.trace/ax.exp: Likewise.
5916 * gdb.trace/backtrace.exp: Likewise.
5917 * gdb.trace/change-loc.exp: Likewise.
5918 * gdb.trace/deltrace.exp: Likewise.
5919 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5920 * gdb.trace/ftrace.exp: Likewise.
5921 * gdb.trace/infotrace.exp: Check for arch support.
5922 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5923 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5924 * gdb.trace/mi-tsv-changed.exp: Likewise.
5925 * gdb.trace/packetlen.exp: Likewise.
5926 * gdb.trace/passc-dyn.exp: Likewise.
5927 * gdb.trace/passcount.exp: Likewise.
5928 * gdb.trace/pending.exp: Likewise.
5929 * gdb.trace/range-stepping.exp: Check for shlib support.
5930 * gdb.trace/report.exp: Check for arch support.
5931 * gdb.trace/save-trace.exp: Likewise.
5932 * gdb.trace/signal.exp: Check for signal support.
5933 * gdb.trace/tfind.exp: Check for arch support.
5934 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5935 * gdb.trace/trace-common.h: Add comment.
5936 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5937 * gdb.trace/trace-enable-disable.exp: Likewise.
5938 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5939 * gdb.trace/tracecmd.exp: Check for arch support.
5940 * gdb.trace/tspeed.exp: Check for shlib and target support.
5941 * gdb.trace/tstatus.exp: Check for arch support.
5942 * gdb.trace/tsv.exp: Likewise.
5943 * gdb.trace/while-dyn.exp: Likewise.
5944 * gdb.trace/while-stepping.exp: Likewise.
5945 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5946
5947 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5948
5949 * gdb.trace/tspeed.exp: Remove nowarnings.
5950 (prepare_for_trace_test): Declare "global ipalib".
5951 * gdb.trace/tspeed.c: Include unistd.h.
5952 (main): Remove superfluous printf argument.
5953
5954 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5955
5956 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5957 directory prefix on the filename.
5958
5959 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 * gdb.gdb/unittest.exp: Update expected message informing that
5962 selftests have been disabled.
5963 * gdb.server/unittest.exp: Likewise.
5964
5965 2018-10-09 Tom de Vries <tdevries@suse.de>
5966
5967 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5968 with runto_main.
5969
5970 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
5971
5972 PR c++/16841
5973 * gdb.cp/virtbase2.cc: New file.
5974 * gdb.cp/virtbase2.exp: New file.
5975
5976 2018-10-06 Tom Tromey <tom@tromey.com>
5977
5978 PR python/19399:
5979 * gdb.python/py-inferior.exp: Add architecture test.
5980
5981 2018-10-06 Tom Tromey <tom@tromey.com>
5982
5983 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5984 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5985
5986 2018-10-06 Tom Tromey <tom@tromey.com>
5987
5988 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5989 of a "throw" catchpoint.
5990
5991 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.base/info-proc.exp: Update string expected from "help info
5994 proc".
5995
5996 2018-10-04 Tom Tromey <tom@tromey.com>
5997
5998 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5999 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6000 (test_initial_complaints, test_empty_complaints): Update.
6001 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6002
6003 2018-10-04 Tom Tromey <tom@tromey.com>
6004
6005 PR cli/19551:
6006 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6007 * lib/gdb.exp (gdb_file_cmd): Update.
6008 * gdb.stabs/weird.exp (print_weird_var): Update.
6009 * gdb.server/solib-list.exp: Update.
6010 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6011 * gdb.mi/mi-cli.exp: Update.
6012 * gdb.linespec/linespec.exp: Update.
6013 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6014 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6015 * gdb.cp/cp-relocate.exp: Update.
6016 * gdb.base/sym-file.exp: Update.
6017 * gdb.base/relocate.exp: Update.
6018 * gdb.base/readnever.exp: Update.
6019 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6020 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6021 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6022 * gdb.base/code_elim.exp: Update.
6023 * gdb.base/break-unload-file.exp (test_break): Update.
6024 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6025 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6026 Update.
6027 * gdb.base/attach.exp (do_attach_tests): Update.
6028 * gdb.base/sepdebug.exp: Update.
6029 * gdb.python/py-section-script.exp: Update.
6030
6031 2018-10-04 Tom Tromey <tom@tromey.com>
6032
6033 PR cli/22234:
6034 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6035 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6036 output.
6037
6038 2018-10-04 Tom Tromey <tom@tromey.com>
6039
6040 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6041 set width and height to 0.
6042 (test_command_line_attach_run): Use -quiet.
6043
6044 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6045
6046 * lib/gdb.exp (skip_ifunc_tests): New.
6047 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6048 other compile failures.
6049 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6050
6051 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6052
6053 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6054 is_amd64_regs_target.
6055
6056 2018-10-01 Alan Hayward <alan.hayward@arm.com>
6057
6058 * gdb.arch/aarch64-sighandler-regs.c: New test.
6059 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6060 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6061
6062 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6063
6064 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6065 assembly.
6066
6067 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.base/frame-selection.exp: New file.
6070 * gdb.base/frame-selection.c: New file.
6071
6072 2018-09-27 Alan Hayward <alan.hayward@arm.com>
6073
6074 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6075 pthread barrier.
6076 (main): Likewise.
6077
6078 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6079
6080 * gdb.base/large-frame-1.c: New file.
6081 * gdb.base/large-frame-2.c: New file.
6082 * gdb.base/large-frame.exp: New file.
6083 * gdb.base/large-frame.h: New file.
6084
6085 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6086
6087 PR gdb/20948
6088 * gdb.base/write_mem.exp: New test.
6089 * gdb.base/write_mem.c: Likewise.
6090
6091 2018-09-23 Tom Tromey <tom@tromey.com>
6092
6093 PR python/18852:
6094 * gdb.python/py-parameter.exp: Add test for parameter that throws
6095 on "set".
6096
6097 2018-09-23 Tom Tromey <tom@tromey.com>
6098
6099 PR python/17284:
6100 * gdb.python/py-template.exp (test_template_arg): Add test for
6101 negative template argument number.
6102
6103 2018-09-23 Tom Tromey <tom@tromey.com>
6104
6105 PR python/14062:
6106 * gdb.python/python.exp: Add test for post_event error.
6107
6108 2018-09-23 Tom Tromey <tom@tromey.com>
6109
6110 PR python/18170:
6111 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6112 convert pointers to int and long.
6113
6114 2018-09-23 Tom Tromey <tom@tromey.com>
6115
6116 PR python/20126:
6117 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6118 signed-ness conversion tests.
6119
6120 2018-09-23 Tom Tromey <tom@tromey.com>
6121
6122 PR python/18352;
6123 * gdb.python/py-value.exp (test_float_conversion): New proc.
6124 Use it.
6125
6126 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6127
6128 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6129
6130 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6131
6132 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6133 no readline.
6134 * gdb.base/utf8-identifiers.exp: Likewise.
6135 * gdb.cp/cpcompletion.exp: Likewise.
6136 * gdb.linespec/cpcompletion.exp: Likewise.
6137 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6138 * gdb.linespec/cpls-ops.exp: Likewise.
6139
6140 2018-09-19 Richard Bunt <richard.bunt@arm.com>
6141 Chris January <chris.january@arm.com>
6142
6143 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6144 * gdb.fortran/short-circuit-argument-list.exp: New file.
6145 * gdb.fortran/short-circuit-argument-list.f90: New test.
6146
6147 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6148
6149 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6150 "arch=" keyword when executing "-stack-list-frames".
6151
6152 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6153
6154 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6155 "arch=" keyword when executing "-stack-list-frames".
6156
6157 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6158
6159 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6160 break ada".
6161
6162 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6163
6164 PR python/23669
6165 * gdb.python/python.exp: Test gdb.execute("show commands").
6166
6167 2018-09-16 Tom Tromey <tom@tromey.com>
6168
6169 * gdb.base/new-ui.exp (do_execution_tests): Update.
6170 * gdb.base/dbx.exp (test_breakpoints): Update.
6171
6172 2018-09-14 Alan Hayward <alan.hayward@arm.com>
6173
6174 * lib/gdb.exp (gdb_simple_compile): Add proc.
6175 (is_elf_target): Use gdb_simple_compile.
6176 (skip_altivec_tests): Likewise.
6177 (skip_vsx_tests): Likewise.
6178 (skip_tsx_tests): Likewise.
6179 (skip_btrace_tests): Likewise.
6180 (skip_btrace_pt_tests): Likewise.
6181 (gdb_can_simple_compile): Likewise.
6182 (gdb_has_argv0): Likewise.
6183 (gdb_target_symbol_prefix): Likewise.
6184 (target_supports_scheduler_locking): Likewise.
6185
6186 2018-09-13 Tom Tromey <tom@tromey.com>
6187
6188 * Makefile.in (TAGS): Recognize proc_with_prefix and
6189 gdb_caching_proc.
6190
6191 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6194 method.
6195
6196 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6197
6198 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6199 and a few other Inferior properties when the Inferior is no
6200 longer valid.
6201
6202 2018-09-13 Tom Tromey <tom@tromey.com>
6203
6204 PR rust/23650:
6205 * gdb.rust/simple.exp: Add test for enum field access error.
6206
6207 2018-09-13 Tom Tromey <tom@tromey.com>
6208
6209 PR rust/23626:
6210 * gdb.rust/simple.rs (EmptyEnum): New type.
6211 (main): Use it.
6212 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6213
6214 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6217 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6218 * gdb.python/py-symtab.exp: Update test printing an objfile.
6219
6220 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6223 object.
6224
6225 2018-09-12 Alan Hayward <alan.hayward@arm.com>
6226
6227 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6228 (support_complex_tests): Use gdb_can_simple_compile.
6229 (is_ilp32_target): Likewise.
6230 (is_lp64_target): Likewise.
6231 (is_64_target): Likewise.
6232 (is_amd64_regs_target): Likewise.
6233 (is_aarch32_target): Likewise.
6234 (gdb_int128_helper): Likewise.
6235
6236 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6239
6240 2018-09-10 Jerome Guitton <guitton@adacore.com>
6241
6242 * gdb.ada/same_component_name: Add test for case of tagged record
6243 with variable-length fields.
6244
6245 2018-09-10 Xavier Roirand <roirand@adacore.com>
6246
6247 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6248 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6249 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6250 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6251
6252 2018-09-10 Xavier Roirand <roirand@adacore.com>
6253
6254 * gdb.ada/mi_string_access.exp: New testcase.
6255 * gdb.ada/mi_string_access/bar.adb: New file.
6256 * gdb.ada/mi_string_access/pck.adb: New file.
6257 * gdb.ada/mi_string_access/pck.asd: New file.
6258
6259 2018-09-10 Xavier Roirand <roirand@adacore.com>
6260
6261 * gdb.ada/mi_var_union.exp: New testcase.
6262 * gdb.ada/mi_var_union/bar.adb: New file.
6263 * gdb.ada/mi_var_union/pck.adb: New file.
6264 * gdb.ada/mi_var_union/pck.asd: New file.
6265
6266 2018-09-08 Tom Tromey <tom@tromey.com>
6267
6268 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6269
6270 2018-09-08 Tom Tromey <tom@tromey.com>
6271
6272 PR python/16047:
6273 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6274 (register_pretty_printers): Register new printer.
6275 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6276 test.
6277 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6278 (an_int_type3): New global.
6279
6280 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6281
6282 * gdb.ada/expr_with_funcall: New testcase.
6283
6284 2018-09-08 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/packed_array_assign: New testcase.
6287
6288 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6291 names, and add test prefixes to make test names unique.
6292
6293 2018-09-05 Tom de Vries <tdevries@suse.de>
6294
6295 * gdb.dwarf2/varval.exp: Add test.
6296
6297 2018-09-04 Gary Benson <gbenson@redhat.com>
6298
6299 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6300 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6301
6302 2018-08-31 Tom Tromey <tom@tromey.com>
6303
6304 * gdb.rust/simple.rs: Rename second variable "v".
6305
6306 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/funcargs.c (use_a): New function.
6309 (recurse): Call use_a.
6310
6311 2018-08-29 Keith Seitz <keiths@redhat.com>
6312
6313 * gdb.compile/compile-cplus-anonymous.cc: New file.
6314 * gdb.compile/compile-cplus-anonymous.exp: New file.
6315 * gdb.compile/compile-cplus-array-decay.cc: New file.
6316 * gdb.compile/compile-cplus-array-decay.exp: New file.
6317 * gdb.compile/compile-cplus-inherit.cc: New file.
6318 * gdb.compile/compile-cplus-inherit.exp: New file.
6319 * gdb.compile/compile-cplus-member.cc: New file.
6320 * gdb.compile/compile-cplus-member.exp: New file.
6321 * gdb.compile/compile-cplus-method.cc: New file.
6322 * gdb.compile/compile-cplus-method.exp: New file.
6323 * gdb.compile/compile-cplus-mod.c: "New" file.
6324 * gdb.compile/compile-cplus-namespace.cc: New file.
6325 * gdb.compile/compile-cplus-namespace.exp: New file.
6326 * gdb.compile/compile-cplus-nested.cc: New file.
6327 * gdb.compile/compile-cplus-nested.exp: New file.
6328 * gdb.compile/compile-cplus-print.c: "New" file.
6329 * gdb.compile/compile-cplus-print.exp: "New" file.
6330 * gdb.compile/compile-cplus-virtual.cc: New file.
6331 * gdb.compile/compile-cplus-virtual.exp: New file.
6332 * gdb.compile/compile-cplus.c: "New" file.
6333 * gdb.compile/compile-cplus.exp: "New" file.
6334 * lib/compile-support.exp: New file.
6335
6336 2018-08-16 Gary Benson <gbenson@redhat.com>
6337
6338 PR gdb/13000:
6339 * gdb.base/batch-exit-status.exp: New file.
6340 * gdb.base/batch-exit-status.good-commands: Likewise.
6341 * gdb.base/batch-exit-status.bad-commands: Likewise.
6342
6343 2018-08-29 Alan Hayward <alan.hayward@arm.com>
6344
6345 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6346 (struct struct02): Likewise.
6347 (struct struct03): Likewise.
6348 (struct struct04): Likewise.
6349 (struct struct_01_01): New struct.
6350 (struct struct_01_02): Likewise.
6351 (struct struct_01_03): Likewise.
6352 (struct struct_01_04): Likewise.
6353 (struct struct_02_01): Likewise.
6354 (struct struct_02_02): Likewise.
6355 (struct struct_02_03): Likewise.
6356 (struct struct_02_04): Likewise.
6357 (struct struct_04_01): Likewise.
6358 (struct struct_04_02): Likewise.
6359 (struct struct_04_03): Likewise.
6360 (struct struct_04_04): Likewise.
6361 (struct struct_05_01): Likewise.
6362 (struct struct_05_02): Likewise.
6363 (struct struct_05_03): Likewise.
6364 (struct struct_05_04): Likewise.
6365 (cmp_struct01): Remove function.
6366 (cmp_struct02): Likewise.
6367 (cmp_struct03): Likewise.
6368 (cmp_struct04): Likewise.
6369 (cmp_struct_01_01): Add Function.
6370 (cmp_struct_01_02): Likewise.
6371 (cmp_struct_01_03): Likewise.
6372 (cmp_struct_01_04): Likewise.
6373 (cmp_struct_02_01): Likewise.
6374 (cmp_struct_02_02): Likewise.
6375 (cmp_struct_02_03): Likewise.
6376 (cmp_struct_02_04): Likewise.
6377 (cmp_struct_04_01): Likewise.
6378 (cmp_struct_04_02): Likewise.
6379 (cmp_struct_04_03): Likewise.
6380 (cmp_struct_04_04): Likewise.
6381 (cmp_struct_05_01): Likewise.
6382 (cmp_struct_05_02): Likewise.
6383 (cmp_struct_05_03): Likewise.
6384 (cmp_struct_05_04): Likewise.
6385 (call_all): Add new structs.
6386 * gdb.base/infcall-nested-structs.exp: Likewise.
6387
6388 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6389
6390 * gdb.python/py-framefilter-mi.exp: Update regexp to
6391 check for "arch" field in frame output.
6392
6393 2018-08-23 Kevin Buettner <kevinb@redhat.com>
6394
6395 * gdb.dwarf2/dw2-ranges-func.c: New file.
6396 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6397
6398 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6399
6400 * gdb.base/term.exp: Compare terminal settings with values from
6401 the inferior.
6402 * gdb.base/term.c: Get and set terminal settings.
6403
6404 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6405
6406 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6407 accommodate new "arch" field in frame output.
6408 * gdb.mi/mi-return.exp: Likewise.
6409 * gdb.mi/mi-stack.exp: Likewise.
6410 * gdb.mi/mi-syn-frame.exp: Likewise.
6411 * gdb.mi/user-selected-context-sync.exp: Likewise.
6412
6413 2018-08-19 Michael Spang <spang@google.com>
6414
6415 PR gdb/11786
6416 * gdb.base/gcore-tls-pie.c: New file.
6417 * gdb.base/gcore-tls-pie.exp: New file.
6418
6419 2018-08-18 Kevin Buettner <kevinb@redhat.com>
6420
6421 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6422 * gdb.dwarf2/varval.c: New file.
6423 * gdb.dwarf2/varval.exp: New file.
6424
6425 2018-08-17 Alan Hayward <alan.hayward@arm.com>
6426
6427 PR gdb/18931
6428 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6429
6430 2018-08-16 Keith Seitz <keiths@redhat.com>
6431
6432 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6433 tests expected to pass.
6434
6435 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6436
6437 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6438 -data-disassemble -a.
6439 (test_disassembly_bogus_args): Likewise.
6440
6441 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6444
6445 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.base/vla-optimized-out.exp: Add new test.
6448
6449 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6450
6451 * gdb.base/vla-optimized-out-o3.exp: Delete.
6452 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6453 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6454 deleted tests.
6455
6456 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6457
6458 PR gdb/18050:
6459 * gdb.server/extended-remote-restart.c: New file.
6460 * gdb.server/extended-remote-restart.exp: New file.
6461
6462 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6463
6464 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6465 "set variable index = 42".
6466
6467 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6468
6469 * boards/index-cache-gdb.exp: New file.
6470 * gdb.dwarf2/index-cache.exp: New file.
6471 * gdb.dwarf2/index-cache.c: New file.
6472 * gdb.base/maint.exp: Check if we are using the index cache.
6473
6474 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6475
6476 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6477 MAKEFLAGS.
6478
6479 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6480
6481 * dg-extract-results.sh: Move to toplevel contrib.
6482 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6483 * Makefile.in (check-parallel-racy): Likewise.
6484
6485 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6486
6487 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6488 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6489 tests if the target supports scheduler locking.
6490
6491 2018-08-04 Tom de Vries <tdevries@suse.de>
6492
6493 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6494
6495 2018-08-02 Tom Tromey <tom@tromey.com>
6496
6497 PR symtab/16842.
6498 * gdb.cp/temargs.exp: Test "info address" of a template
6499 parameter.
6500
6501 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6502
6503 * gdb.python/py-mi-var-info-path-expression.c: New file.
6504 * gdb.python/py-mi-var-info-path-expression.py: New file.
6505 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6506
6507 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6508
6509 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6510 error after "cannot resolve name" string.
6511
6512 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6513
6514 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6515 started.
6516 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6517
6518 2018-07-28 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6521
6522 2018-07-26 Tom de Vries <tdevries@suse.de>
6523
6524 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6525
6526 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6529 is visible.
6530
6531 2018-07-26 Tom de Vries <tdevries@suse.de>
6532
6533 PR breakpoints/23366
6534 * gdb.base/catch-follow-exec.c: New test.
6535 * gdb.base/catch-follow-exec.exp: New file.
6536
6537 2018-07-25 Tom de Vries <tdevries@suse.de>
6538
6539 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6540 vla-optimized-out.c.
6541
6542 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6543
6544 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6545 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6546
6547 2018-07-20 Tom de Vries <tdevries@suse.de>
6548
6549 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6550 NOCLONE macro.
6551 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6552
6553 2018-07-19 Tom de Vries <tdevries@suse.de>
6554
6555 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6556 regular expression.
6557
6558 2018-07-18 Tom de Vries <tdevries@suse.de>
6559
6560 * gdb.base/vla-optimized-out.c: New test.
6561 * gdb.base/vla-optimized-out.exp: New file.
6562
6563 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6564
6565 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6566 message "No address associated with hostname" when gdbserver
6567 cannot resolve the hostname.
6568
6569 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6570
6571 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6572 Add some test prefixes to make tests unique.
6573
6574 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6575
6576 * gdb.base/frameapply.c: New file.
6577 * gdb.base/frameapply.exp: New file.
6578
6579 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6580
6581 * gdb.base/skip.exp: Update expected error message.
6582
6583 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6584 Jan Kratochvil <jan.kratochvil@redhat.com>
6585 Paul Fertser <fercerpav@gmail.com>
6586 Tsutomu Seki <sekiriki@gmail.com>
6587
6588 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6589 parameter.
6590 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6591 by default.
6592 * boards/native-gdbserver.exp: Likewise.
6593 * gdb.server/run-without-local-binary.exp: Improve regexp used
6594 for detecting when a remote debugging connection succeeds.
6595 * gdb.server/server-connect.exp: New file.
6596 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6597 Do not prefix the port number with ":".
6598 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6599 support for detecting and using it. Add '$debughost_gdbserver'
6600 to the list of arguments used to start gdbserver. Handle case
6601 when gdbserver cannot resolve a network name.
6602
6603 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6604
6605 PR c++/23373
6606 * gdb.base/ptype-offsets.cc (struct static_member): New
6607 struct.
6608 (main) <stmember>: New variable.
6609 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6610 with a static member in it.
6611
6612 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6615 watchpoints enabled and disabled.
6616
6617 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 * gdb.base/examine-backward.exp: Still run tests around address
6620 0x0, even if address 0x0 is not readable. Update the pattern for
6621 matching address 0x0 in expected output.
6622
6623 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6626 malloc/free.
6627
6628 2018-07-04 Tom de Vries <tdevries@suse.de>
6629
6630 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6631
6632 2018-07-02 Maciej W. Rozycki <macro@mips.com>
6633
6634 PR tdep/8282
6635 * gdb.arch/mips-disassembler-options.exp: New test.
6636 * gdb.arch/mips-disassembler-options.s: New test source.
6637
6638 2018-06-29 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.threads/names.exp: Adjust expected "info threads" output.
6641
6642 2018-06-29 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.opt/inline-break.exp (line number, address): Add "info
6645 break" tests.
6646
6647 2018-06-29 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6650 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6651 number and address and running to them.
6652
6653 2018-06-29 Richard Bunt <richard.bunt@arm.com>
6654
6655 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6656
6657 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6658
6659 * lib/compiler.c: Remove executable permission flag.
6660
6661 2018-06-28 Richard Bunt <richard.bunt@arm.com>
6662
6663 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6664 code.
6665 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6666
6667 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6668
6669 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6670
6671 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6672
6673 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6674 address argument is omitted.
6675
6676 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
6677
6678 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6679
6680 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
6681
6682 PR gdb/21695
6683 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6684 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6685
6686 2018-06-26 Tom Tromey <tom@tromey.com>
6687
6688 PR rust/22574:
6689 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6690 * gdb.rust/simple.rs (struct SimpleLayout): New.
6691
6692 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6693
6694 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6695 "info registers" output.
6696
6697 2018-06-21 Richard Bunt <richard.bunt@arm.com>
6698
6699 * gdb.base/watchpoint-hw-attach.c: New test.
6700 * gdb.base/watchpoint-hw-attach.exp: New file.
6701
6702 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6703
6704 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6705 through /bin/sh.
6706 * boards/dwarf4-gdb-index.exp: Likewise.
6707 * boards/fission-dwp.exp: Likewise.
6708
6709 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6710
6711 * gdb.base/float128.exp: Add comment and improved fail message
6712 to the failure case of "print large128" test.
6713
6714 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * configure.ac: Remove AC_PREREQ.
6717 * configure: Re-generate.
6718
6719 2018-06-19 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6722 (func_extern_caller): New.
6723 (main): Call func_extern_caller.
6724 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6725 logic change.
6726
6727 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
6728
6729 PR gdb/16841
6730 * gdb.cp/typedef-base.cc: New file.
6731 * gdb.cp/typedef-base.exp: New file.
6732
6733 2018-06-18 Tom de Vries <tdevries@suse.de>
6734
6735 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6736
6737 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6738 Richard Bunt <Richard.Bunt@arm.com>
6739
6740 * gdb.threads/attach-slow-waitpid.c: New file.
6741 * gdb.threads/attach-slow-waitpid.exp: New file.
6742 * gdb.threads/slow-waitpid.c: New file.
6743
6744 2018-06-14 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/fork-running-state.c: Include <errno.h>.
6747 (exit_if_relative_exits): New.
6748 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6749 exits.
6750 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6751 child exits.
6752
6753 2018-06-14 Tom de Vries <tdevries@suse.de>
6754
6755 PR cli/22573
6756 * gdb.base/finish-pretty.c: New test.
6757 * gdb.base/finish-pretty.exp: New file.
6758
6759 2018-06-14 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6762 gdb's expected startup output.
6763
6764 2018-06-14 Pedro Alves <palves@redhat.com>
6765
6766 * lib/selftest-support.exp (selftest_setup): Remove inlined
6767 function handling.
6768
6769 2018-06-14 Tom de Vries <tdevries@suse.de>
6770
6771 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6772 matching of breakpoint printing.
6773
6774 2018-06-13 Tom de Vries <tdevries@suse.de>
6775
6776 PR testsuite/23269
6777 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6778 (fork_child): ... here, and ...
6779 (fork_parent): ... here.
6780
6781 2018-06-12 Tom de Vries <tdevries@suse.de>
6782
6783 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6784
6785 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6786 Stephen Roberts <stephen.roberts@arm.com>
6787
6788 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6789 rewrite test to describe action performed, rather than possible
6790 failure.
6791
6792 2018-06-08 Gary Benson <gbenson@redhat.com>
6793
6794 * gdb.threads/check-libthread-db.exp: New file.
6795 * gdb.threads/check-libthread-db.c: Likewise.
6796
6797 2018-06-05 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.base/default.exp: Update expected "show version" output.
6800
6801 2018-06-05 Tom Tromey <tom@tromey.com>
6802
6803 PR cli/12326:
6804 * gdb.cp/static-print-quit.exp: Update.
6805 * lib/gdb.exp (pagination_prompt): Update.
6806 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6807 * gdb.python/python.exp: Update.
6808
6809 2018-06-04 Joel Brobecker <brobecker@adacore.com>
6810
6811 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6812
6813 2018-06-01 Joel Brobecker <brobecker@adacore.com>
6814
6815 * gdb.ada/bp_fun_addr: New testcase.
6816
6817 2018-06-01 Tom Tromey <tom@tromey.com>
6818
6819 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6820 results.
6821 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6822 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6823 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6824 * gdb.base/maint.exp (maint_pass_if): Update.
6825
6826 2018-05-31 Maciej W. Rozycki <macro@mips.com>
6827
6828 * gdb.base/endian.exp: New test.
6829 * gdb.base/endian.c: New test source.
6830
6831 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6832
6833 PR gdb/23203
6834 * gdb.base/bt-selected-frame.c: New file.
6835 * gdb.base/bt-selected-frame.exp: New file.
6836 * lib/gdb.exp (get_current_frame_number): New function.
6837
6838 2018-05-24 Maciej W. Rozycki <macro@mips.com>
6839 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.threads/tls-core.c: Include <stdlib.h>
6842 (thread_proc): Call `abort'.
6843 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6844 (tls_core_test): New procedure, bits factored out from ...
6845 (top level): ... here. Test both native cores and gcore cores.
6846
6847 2018-05-23 Tom Tromey <tom@tromey.com>
6848
6849 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6850
6851 2018-05-23 Tom Tromey <tom@tromey.com>
6852
6853 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6854 symfile_complaints.
6855 (test_short_complaints): Likewise.
6856 (test_empty_complaints): Likewise.
6857 (test_initial_complaints): Update.
6858
6859 2018-05-23 Tom Tromey <tom@tromey.com>
6860
6861 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6862
6863 2018-05-23 Tom Tromey <tom@tromey.com>
6864
6865 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6866 (test_short_complaints): Update.
6867
6868 2018-05-22 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/remote.exp: Only gdb_start after compiling the
6871 testcase. Issue "disconnect" before testing "set remote" command
6872 defaults. Issue clean_restart before running to main.
6873
6874 2018-05-22 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.base/remote.exp: Adjust expected output of "show remote
6877 memory-write-packet-size". Add tests for "set remote
6878 memory-write-packet-size 0" and "set remote
6879 memory-write-packet-size fixed/limit".
6880
6881 2018-05-22 Pedro Alves <palves@redhat.com>
6882
6883 PR gdb/22973
6884 * gdb.base/utf8-identifiers.c: New file.
6885 * gdb.base/utf8-identifiers.exp: New file.
6886
6887 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6888
6889 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6890
6891 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6892
6893 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6894
6895 2018-05-18 Tom Tromey <tom@tromey.com>
6896
6897 * gdb.base/ptype-offsets.exp: Update.
6898
6899 2018-05-17 Keith Seitz <keiths@redhat.com>
6900
6901 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6902 in expected breakpoint stop locations.
6903 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6904 move to proper scope to test variable values.
6905 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6906 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6907 New functions.
6908 (main): Call not_inline_func3.
6909 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6910 inline_func1, inline_func2, and inline_func3. Test that when each
6911 breakpoint is hit, GDB properly reports both the stop location
6912 and the backtrace. Repeat tests for temporary breakpoints.
6913
6914 2018-05-15 Maciej W. Rozycki <macro@mips.com>
6915
6916 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6917 rather then trying to access it in determining whether the PID
6918 of `gdbserver' could have been retrieved.
6919
6920 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.arch/amd64-init-x87-values.S: New file.
6923 * gdb.arch/amd64-init-x87-values.exp: New file.
6924
6925 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6928
6929 2018-05-04 Tom Tromey <tom@tromey.com>
6930
6931 PR python/22730:
6932 * gdb.python/python.exp: Test multi-line execute.
6933
6934 2018-05-04 Tom Tromey <tom@tromey.com>
6935
6936 PR python/22731:
6937 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6938
6939 2018-05-04 Tom Tromey <tom@tromey.com>
6940
6941 PR gdb/11750:
6942 * gdb.base/define.exp: Test defining a user command inside a user
6943 command.
6944 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6945
6946 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6947 Pedro Alves <palves@redhat.com>
6948
6949 PR breakpoints/19806 and support for PR external/20207.
6950 * gdb.base/watchpoint-unaligned.c: New file.
6951 * gdb.base/watchpoint-unaligned.exp: New file.
6952
6953 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.base/maint.exp: Make test names unique, use
6956 test_prefix_command_help to test 'help maint info', and remove
6957 repeated test of 'help maint'.
6958
6959 2018-05-04 Tom Tromey <tom@tromey.com>
6960
6961 PR gdb/22619:
6962 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6963 behavior.
6964
6965 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * gdb.base/maint.exp: Process output from 'maint print registers'
6968 line at a time.
6969
6970 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6973 timeout.
6974
6975 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6976
6977 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6978 filter pattern.
6979
6980 2018-05-02 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6983 to_log_command renames.
6984 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6985
6986 2018-05-02 Tom Tromey <tom@tromey.com>
6987
6988 * gdb.python/py-parameter.exp: Set test message.
6989
6990 2018-05-02 Tom Tromey <tom@tromey.com>
6991
6992 PR python/20084:
6993 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6994 PARAM_ZUINTEGER_UNLIMITED tests.
6995
6996 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6997
6998 PR rust/23124
6999 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7000 when casting.
7001
7002 2018-04-30 Tom Tromey <tom@tromey.com>
7003
7004 * gdb.python/py-type.exp: Check align attribute.
7005 * gdb.python/py-type.c: New "aligncheck" global.
7006
7007 2018-04-30 Tom Tromey <tom@tromey.com>
7008
7009 PR exp/17095:
7010 * gdb.dwarf2/dw2-align.exp: New file.
7011 * gdb.cp/align.exp: New file.
7012 * gdb.base/align.exp: New file.
7013 * lib/gdb.exp (gdb_int128_helper): New proc.
7014 (has_int128_c, has_int128_cxx): New caching procs.
7015
7016 2018-04-27 Tom Tromey <tom@tromey.com>
7017
7018 PR rust/22545:
7019 * gdb.rust/simple.exp: Add inclusive range tests.
7020
7021 2018-04-26 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7024 ifunc breakpoint locations correctly of ifunc breakpoints set
7025 while the program resolves the ifunc.
7026
7027 2018-04-26 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/gnu-ifunc-final.c: New file.
7030 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7031 * gdb.base/gnu-ifunc.exp (executable): Delete.
7032 (staticexecutable): Adjust.
7033 (lib_opts, exec_opts): Delete.
7034 (make_binsuffix, build, set-break): New procedures.
7035 (misc_tests): New, with tests factored out from the top level.
7036 (top level): Test different combinations of ifunc resolver name,
7037 resolver with and with debug info, and ifunc target with and
7038 without debug info. Wrap static tests with with_target_prefix.
7039
7040 2018-04-26 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7043 return type" warnings.
7044
7045 2018-04-25 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7048 killed".
7049 * gdb.base/kill-after-signal.exp: Likewise.
7050 * gdb.threads/kill.exp: Likewise.
7051
7052 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7053 Sergio Durigan Junior <sergiodj@redhat.com>
7054 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7057 regexps to expect for '[Inferior ... detached]' as well.
7058 * gdb.base/attach.exp: Likewise.
7059 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7060 "gdb_continue_to_end".
7061 (test_catch_syscall_with_wrong_args): Likewise.
7062 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7063 ']'. Don't set 'verbose' on.
7064 * gdb.base/foll-vfork.exp: Likewise.
7065 * gdb.base/fork-print-inferior-events.c: New file.
7066 * gdb.base/fork-print-inferior-events.exp: New file.
7067 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7068 '[Inferior ... has been killed]' message.
7069 * gdb.base/kill-after-signal.exp: Likewise.
7070 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7071 detach message.
7072 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7073 message.
7074 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7075 regexps to expect for '[Inferior ... detached]' as well.
7076 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7077
7078 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7079
7080 PR gdb/23104
7081 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7082
7083 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7084
7085 PR gdb/23095
7086 * gdb.base/break-probes.exp: Pass shlib_load to
7087 prepare_for_testing. Set normal_bp to r_debug_state if target is
7088 bsd.
7089
7090 2018-04-19 Richard Bunt <richard.bunt@arm.com>
7091
7092 * gdb.threads/multiple-successive-infcall.c: New test.
7093 * gdb.threads/multiple-successive-infcall.exp: New file.
7094
7095 2018-04-17 Tom Tromey <tom@tromey.com>
7096
7097 * gdb.rust/simple.rs (Union): New type.
7098 (main): New local "u".
7099 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7100
7101 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7102
7103 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7104 number information in output of "whereis" command.
7105 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7106
7107 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7108
7109 * gdb.ada/info_types.exp: Adjust expected output to the line
7110 numbers now printed by "info var/func/type".
7111 * gdb.base/completion.exp: Likewise.
7112 * gdb.base/included.exp: Likewise.
7113 * gdb.cp/cp-relocate.exp: Likewise.
7114 * gdb.cp/cplusfuncs.exp: Likewise.
7115 * gdb.cp/namespace.exp: Likewise.
7116 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7117
7118 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7119
7120 * gdb.btrace/cpu.exp: New.
7121
7122 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7123
7124 * gdb.base/step-indirect-call-thunk.exp: New.
7125 * gdb.base/step-indirect-call-thunk.c: New.
7126 * gdb.reverse/step-indirect-call-thunk.exp: New.
7127 * gdb.reverse/step-indirect-call-thunk.c: New.
7128
7129 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.base/pie-fork.c: New file.
7132 * gdb.base/pie-fork.exp: New file.
7133
7134 2018-04-11 Tom Tromey <tom@tromey.com>
7135
7136 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7137
7138 2018-04-10 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7141 exits. Instead loop running forever.
7142 (fork_parent): Run forever too.
7143
7144 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7145
7146 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7147 mi_continue_to_line.
7148 * gdb.mi/mi-stack.c (callee4): Add comment.
7149
7150 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7151
7152 * gdb.mi/mi-stack.exp: Fix indentation.
7153
7154 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 PR gdb/22979
7157 * gdb.arch/amd64-osabi.exp: New file.
7158
7159 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 PR gdb/22980
7162 * gdb.base/osabi.exp: New file.
7163
7164 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
7165
7166 * gdb.cp/static-typedef-print.exp: New file.
7167 * gdb.cp/static-typedef-print.cc: New file.
7168
7169 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7170
7171 * gdb.ada/varsize_limit: New testcase.
7172
7173 2018-03-27 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7176
7177 * gdb.ada/notcplusplus: New testcase.
7178
7179 * gdb.base/c-linkage-name.c: New file.
7180 * gdb.base/c-linkage-name.exp: New testcase.
7181
7182 2018-03-26 Tom Tromey <tom@tromey.com>
7183
7184 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7185 * gdb.python/py-framefilter.py (name_error): New global.
7186 (ErrorInName.function): Use name_error.
7187
7188 2018-03-26 Tom Tromey <tom@tromey.com>
7189
7190 PR backtrace/15582:
7191 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7192
7193 2018-03-23 Keith Seitz <keiths@redhat.com>
7194
7195 PR c++/22968
7196 * gdb.cp/subtypes.exp: New file.
7197 * gdb.cp/subtypes.h: New file.
7198 * gdb.cp/subtypes.cc: New file.
7199 * gdb.cp/subtypes-2.cc: New file.
7200
7201 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7204 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7205 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7206 -nostartfiles when compiling the test. Confirm that all registers
7207 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7208
7209 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7210
7211 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7212 option, syntax was wrong anyway.
7213 * gdb.arch/arm-disp-step.exp: Likewise.
7214 * gdb.arch/sparc64-regs.exp: Likewise.
7215 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7216 option, syntax was wrong anyway, switch to use
7217 prepare_for_testing.
7218 * gdb.arch/i386-disp-step.exp: Likewise.
7219
7220 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * gdb.ada/exec_changed.exp: Replace "target_info exists
7223 use_gdb_stub" by "use_gdb_stub".
7224 * gdb.ada/start.exp: Likewise.
7225 * gdb.base/async-shell.exp: Likewise.
7226 * gdb.base/attach-pie-misread.exp: Likewise.
7227 * gdb.base/attach-wait-input.exp: Likewise.
7228 * gdb.base/break-entry.exp: Likewise.
7229 * gdb.base/break-interp.exp: Likewise.
7230 * gdb.base/dprintf-detach.exp: Likewise.
7231 * gdb.base/nostdlib.exp: Likewise.
7232 * gdb.base/solib-nodir.exp: Likewise.
7233 * gdb.base/statistics.exp: Likewise.
7234 * gdb.base/testenv.exp: Likewise.
7235 * gdb.mi/mi-exec-run.exp: Likewise.
7236 * gdb.mi/mi-start.exp: Likewise.
7237 * gdb.multi/dummy-frame-restore.exp: Likewise.
7238 * gdb.multi/multi-arch-exec.exp: Likewise.
7239 * gdb.multi/multi-arch.exp: Likewise.
7240 * gdb.multi/tids.exp: Likewise.
7241 * gdb.multi/watchpoint-multi.exp: Likewise.
7242 * gdb.python/py-events.exp: Likewise.
7243 * gdb.threads/attach-into-signal.exp: Likewise.
7244 * gdb.threads/attach-stopped.exp: Likewise.
7245 * gdb.threads/threadapply.exp: Likewise.
7246 * lib/selftest-support.exp: Likewise.
7247
7248 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7249
7250 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7251
7252 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7253
7254 * gdb.perf/template-breakpoints.cc: New file.
7255 * gdb.perf/template-breakpoints.exp: New file.
7256 * gdb.perf/template-breakpoints.py: New file.
7257
7258 2018-03-19 Tom Tromey <tom@tromey.com>
7259
7260 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7261 y0.
7262 * gdb.rust/simple.exp: Test bare identifier form of struct
7263 initializer.
7264
7265 2018-03-19 Tom Tromey <tom@tromey.com>
7266
7267 * gdb.gdb/observer.exp: Remove.
7268
7269 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7270
7271 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7272 "qualified" option when setting breakpoints.
7273 * gdb.trace/backtrace.exp: Likewise.
7274 * gdb.trace/circ.exp: Likewise.
7275 * gdb.trace/collection.exp: Likewise.
7276 * gdb.trace/disconnected-tracing.exp: Likewise.
7277 * gdb.trace/ftrace-lock.exp: Likewise.
7278 * gdb.trace/ftrace.exp: Likewise.
7279 * gdb.trace/infotrace.exp: Likewise.
7280 * gdb.trace/packetlen.exp: Likewise.
7281 * gdb.trace/passc-dyn.exp: Likewise.
7282 * gdb.trace/qtro.exp: Likewise.
7283 * gdb.trace/read-memory.exp: Likewise.
7284 * gdb.trace/report.exp: Likewise.
7285 * gdb.trace/signal.exp: Likewise.
7286 * gdb.trace/status-stop.exp: Likewise.
7287 * gdb.trace/strace.exp: Likewise.
7288 * gdb.trace/tfind.exp: Likewise.
7289 * gdb.trace/trace-break.exp: Likewise.
7290 * gdb.trace/trace-condition.exp: Likewise.
7291 * gdb.trace/trace-mt.exp: Likewise.
7292 * gdb.trace/tstatus.exp: Likewise.
7293 * gdb.trace/tsv.exp: Likewise.
7294 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7295 * gdb.trace/unavailable.exp: Likewise.
7296 * gdb.trace/while-dyn.exp: Likewise.
7297
7298 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7299
7300 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7301 that libinproctrace is copied to the target.
7302
7303 2018-03-14 Tom Tromey <tom@tromey.com>
7304
7305 PR cli/14977:
7306 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7307 a null pointer.
7308 * gdb.base/wchar.exp: Likewise.
7309
7310 2018-03-14 Tom Tromey <tom@tromey.com>
7311
7312 PR cli/19918:
7313 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7314 flag.
7315
7316 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7317
7318 PR gdb/22841
7319 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7320 "target" to remote_exec.
7321
7322 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7323
7324 PR gdb/22841
7325 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7326 ${board}_upload): Remove.
7327
7328 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7329
7330 * gdb.cp/watch-cp.cc: New test.
7331 * gdb.cp/watch-cp.exp: New file.
7332
7333 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/infcall-nested-structs.exp: New file.
7336 * gdb.base/infcall-nested-structs.c: New file.
7337 * gdb.base/float.exp: Add riscv support.
7338
7339 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7340
7341 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7342 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7343
7344 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7345
7346 * gdb.server/abspath.exp: New file.
7347 * lib/gdb.exp (with_cwd): New procedure.
7348
7349 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7352 use it.
7353 (gdb_is_target_remote_prompt): New proc.
7354 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7355 (gdb_is_target_native): Pass prompt parameter to
7356 gdb_is_target_1.
7357
7358 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7359
7360 * gdb.base/load-command.c: New file.
7361 * gdb.base/load-command.exp: New file.
7362 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7363 (gdb_is_target_1): ...this, and generalize for other targets
7364 than just remote.
7365 (gdb_is_target_remote): Use gdb_is_target_1.
7366 (gdb_is_target_native): use gdb_is_target_1.
7367
7368 2018-02-26 Tom Tromey <tom@tromey.com>
7369
7370 PR python/16497:
7371 * gdb.python/py-framefilter.exp: Update test.
7372
7373 2018-02-26 Tom Tromey <tom@tromey.com>
7374
7375 * gdb.dwarf2/variant.c: New file.
7376 * gdb.dwarf2/variant.exp: New file.
7377
7378 2018-02-26 Tom Tromey <tom@tromey.com>
7379
7380 * gdb.rust/simple.exp: Accept more possible results in enum test.
7381
7382 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7383
7384 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7385 parentheses.
7386
7387 2018-02-23 Maciej W. Rozycki <macro@mips.com>
7388
7389 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7390 name of a variable: $actual_linejj -> $actual_line.
7391
7392 2018-02-21 John Baldwin <jhb@FreeBSD.org>
7393
7394 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7395
7396 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7397
7398 * gdb.btrace/buffer-size.exp: Do not force BTS.
7399
7400 2018-02-14 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7403 getting a "Quit".
7404
7405 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7406
7407 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7408 Fix test name.
7409
7410 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7411
7412 * gdb.cp/m-static.exp: Check type of optimized out static
7413 member.
7414
7415 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7418 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7419
7420 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7421 Leszek Swirski <leszeks@google.com>
7422
7423 * gdb.python/py-prettyprint.c
7424 (struct to_string_returns_value_inner,
7425 struct to_string_returns_value_wrapper): New.
7426 (main): Add tsrvw variable.
7427 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7428 ToStringReturnsValueWrapper): New classes.
7429 (register_pretty_printers): Register new pretty-printers.
7430 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7431 recursive pretty printer.
7432 * gdb.python/py-mi.exp: Likewise.
7433
7434 2018-02-01 Leszek Swirski <leszeks@google.com>
7435
7436 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7437 functions with the same name as an include file are parsed
7438 correctly.
7439
7440 2018-02-01 Yao Qi <yao.qi@linaro.org>
7441
7442 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7443 "\[^\r\n\]*".
7444
7445 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7446
7447 * gdb.arch/powerpc-prologue-frame.s: New file.
7448 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7449 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7450
7451 2018-01-31 Joel Brobecker <brobecker@adacore.com>
7452
7453 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7454
7455 2018-01-30 Pedro Alves <palves@redhat.com>
7456
7457 PR gdb/13211
7458 * gdb.base/interrupt-daemon.c: New.
7459 * gdb.base/interrupt-daemon.exp: New.
7460 * gdb.multi/multi-term-settings.c: New.
7461 * gdb.multi/multi-term-settings.exp: New.
7462
7463 2018-01-30 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.base/break.exp: Save the location where the breakpoint
7466 on break.c:47 was actually inserted when debugging the version
7467 compiled at -O2 and use it in the expected output of the "info
7468 break" test performed soon after.
7469
7470 2018-01-22 Pedro Alves <palves@redhat.com>
7471 Sergio Durigan Junior <sergiodj@redhat.com>
7472
7473 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7474 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7475
7476 2018-01-22 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.base/break-include.c, gdb.base/break-include.inc,
7479 gdb.base/break-include.exp: New files.
7480 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7481 line number now being the actual line number where the breakpoint
7482 was inserted.
7483 * gdb.mi/mi-break.exp: Likewise.
7484 * gdb.mi/mi-reverse.exp: Likewise.
7485 * gdb.mi/mi-simplerun.exp: Ditto.
7486
7487 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7490 varobj.
7491 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7492
7493 2018-01-21 Don Breazeal <donb@codesourcery.com>
7494 Andrew Burgess <andrew.burgess@embecosm.com>
7495
7496 * gdb.mi/basics.c: Add new global.
7497 * gdb.mi/mi-frame-regs.exp: New file.
7498 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7499 case.
7500
7501 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7502
7503 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7504 non-parameter, and on an unknown symbol.
7505
7506 2018-01-19 Tom Tromey <tom@tromey.com>
7507
7508 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7509 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7510
7511 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7512
7513 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7514 setrlimit and chdir to int.
7515
7516 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7517
7518 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7519 function.
7520 (my_tend): Likewise.
7521 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7522 rationale of avoiding FP- and vector instructions.
7523
7524 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7525
7526 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7527 "info reg" with "\[ \t\]*".
7528 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7529 "\[ \t\]+".
7530 * gdb.arch/s390-multiarch.exp: Ditto.
7531 * gdb.base/pc-fp.exp: Ditto.
7532 * gdb.reverse/i386-precsave.exp: Ditto.
7533 * gdb.reverse/i386-reverse.exp: Ditto.
7534 * gdb.reverse/i387-env-reverse.exp: Ditto.
7535 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7536
7537 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * lib/gdb.exp (gdb_compile): Re-enable use of
7540 universal_compile_options for languages other than Rust.
7541
7542 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7543
7544 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7545
7546 2018-01-17 Mike Gulick <mgulick@mathworks.com>
7547
7548 PR gdb/16577
7549 * gdb.base/solib-vanish.exp: New.
7550 * gdb.base/solib-vanish-main.c: New.
7551 * gdb.base/solib-vanish-lib1.c: New.
7552 * gdb.base/solib-vanish-lib2.c: New.
7553
7554 2018-01-17 Yao Qi <yao.qi@linaro.org>
7555
7556 * gdb.compile/compile.exp: Match the address printed for
7557 frame in the output of command "bt".
7558
7559 2018-01-15 Tom Tromey <tom@tromey.com>
7560
7561 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7562 compute sp_reg.
7563
7564 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7565
7566 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7567 to prepare.
7568 (prepare): Return 0 on error, 1 on success.
7569
7570 2018-01-12 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.base/continue-after-aborted-step-over.c: New.
7573 * gdb.base/continue-after-aborted-step-over.exp: New.
7574
7575 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7576
7577 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7578 options when not creating an executable.
7579
7580 2018-01-11 Pedro Alves <palves@redhat.com>
7581
7582 PR remote/22597
7583 * gdb.server/stop-reply-no-thread.c: New file.
7584 * gdb.server/stop-reply-no-thread.exp: New file.
7585
7586 2018-01-10 Pedro Alves <palves@redhat.com>
7587
7588 PR gdb/22670
7589 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7590 functions too. Test setting breakpoints and printing C functions
7591 with no debug info too.
7592 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7593
7594 2018-01-10 Pedro Alves <palves@redhat.com>
7595
7596 PR gdb/22670
7597 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7598 a fail.
7599
7600 2018-01-10 Pedro Alves <palves@redhat.com>
7601
7602 PR gdb/22670
7603 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7604
7605 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.server/unittest.exp: Match the output in non-development
7608 mode.
7609
7610 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.gdb/unittest.exp: Match output in non-development mode.
7613
7614 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7615
7616 * gdb.ada/access_tagged_param.exp: Relax expected output
7617 for value of "ObjL" in "continue" to pck.inspect breakpoint
7618 test.
7619
7620 2018-01-08 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7623 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7624
7625 2018-01-05 Pedro Alves <palves@redhat.com>
7626
7627 PR gdb/18653
7628 * gdb.base/libsegfault.exp: New.
7629
7630 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7631
7632 PR gdb/22670
7633 * gdb.ada/access_tagged_param.exp: New file.
7634 * gdb.ada/access_tagged_param/foo.adb: New file.
7635
7636 2018-01-05 Pedro Alves <palves@redhat.com>
7637
7638 PR gdb/22670
7639 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7640 exercise lower case too, and to exercise both full matching and
7641 wild matching.
7642
7643 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.ada/rename_subscript_param: New testcase.
7646
7647 2018-01-05 Jerome Guitton <guitton@adacore.com>
7648
7649 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7650
7651 2018-01-05 Joel Brobecker <brobecker@adacore.com>
7652
7653 * gdb.ada/convvar_comp: New testcase.
7654
7655 2018-01-05 Xavier Roirand <roirand@adacore.com>
7656
7657 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7658 (My_Table): New global variable.
7659 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7660
7661 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7662
7663 PR gdb/22670
7664 * gdb.ada/maint_with_ada: New testcase.
7665
7666 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7667
7668 PR gdb/22670
7669 * gdb.ada/bp_c_mixed_case: New testcase.
7670
7671 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7672
7673 PR gdb/22670
7674 * gdb.ada/complete.exp: Add "complete break ada" test.
7675
7676 2018-01-04 Joel Brobecker <brobecker@adacore.com>
7677
7678 PR gdb/22670
7679 * gdb.ada/info_addr_mixed_case: New testcase.
7680
7681 2018-01-03 Xavier Roirand <roirand@adacore.com>
7682
7683 * gdb.ada/excep_handle.exp: New testcase.
7684 * gdb.ada/excep_handle/foo.adb: New file.
7685 * gdb.ada/excep_handle/pck.ads: New file.
7686
7687 2018-01-03 Joel Brobecker <brobecker@adacore.com>
7688
7689 * gdb.base/step-line.c: Add extra empty line in copyright header.
7690 * gdb.base/step-line.inp: Likewise.
7691
7692 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7693
7694 * gdb.ada/dyn_stride.exp: Add slice test.
7695
7696 2018-01-02 Joel Brobecker <brobecker@adacore.com>
7697
7698 * gdb.ada/dyn_stride: New testcase.
7699
7700 2017-12-27 Stafford Horne <shorne@gmail.com>
7701
7702 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7703 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7704
7705 2017-12-27 Stafford Horne <shorne@gmail.com>
7706
7707 * gdb.base/reggroups.c: New file.
7708 * gdb.base/reggroups.exp: New file.
7709
7710 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7711
7712 * gdb.dwarf2/ada-valprint-error.c: New file.
7713 * gdb.dwarf2/ada-valprint-error.exp: New file.
7714
7715 2017-12-18 Joel Brobecker <brobecker@adacore.com>
7716
7717 * gdb.ada/assign_arr: New testcase.
7718
7719 2017-12-18 Xavier Roirand <roirand@adacore.com>
7720
7721 * gdb.ada/funcall_ptr: New testcase.
7722
7723 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7724
7725 PR cli/16224
7726 * gdb.base/ptype-offsets.cc: New file.
7727 * gdb.base/ptype-offsets.exp: New file.
7728
7729 2017-12-15 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7732 if XML is disabled.
7733
7734 2017-12-15 Xavier Roirand <roirand@adacore.com>
7735
7736 * gdb.ada/same_component_name: New testcase.
7737
7738 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7739
7740 * gdb.ada/str_binop_equal: New testcase.
7741
7742 2017-12-14 Joel Brobecker <brobecker@adacore.com>
7743
7744 * gdb.ada/task_switch_in_core: New testcase.
7745
7746 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7747
7748 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7749 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7750 call test_bkpt_qualified.
7751 (test_bkpt_qualified): New proc.
7752
7753 2017-12-13 Pedro Alves <palves@redhat.com>
7754
7755 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7756 Tighten regexp by matching with an anchor.
7757
7758 2017-12-13 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7761 ("expression with namespace"): New set of tests.
7762 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7763 (Nested::Test_NS::qux): New.
7764 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7765 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7766
7767 2017-12-13 Joel Brobecker <brobecker@adacore.com>
7768
7769 * gdb.base/server-del-break.c: New file.
7770 * gdb.base/server-del-break.exp: New file.
7771
7772 2017-12-12 Stafford Horne <shorne@gmail.com>
7773
7774 * gdb.xml/tdesc-regs.exp: Add or1k support.
7775
7776 2017-12-12 Stafford Horne <shorne@gmail.com>
7777
7778 * gdb.base/bp-permanent.c: Define nop of or1k.
7779
7780 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7781
7782 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7783 output with components being reordered.
7784
7785 2017-12-11 Joel Brobecker <brobecker@adacore.com>
7786
7787 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7788 output with components being reordered.
7789
7790 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7791 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.base/maint.exp (check for .gdb_index): Check also for
7794 .debug_names.
7795 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7796 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7797 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7798 (.gdb_index used after symbol reloading): Support also .debug_names.
7799 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7800
7801 2017-12-08 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7804 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7805
7806 2017-12-08 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7809 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7810
7811 2017-12-08 Yao Qi <yao.qi@linaro.org>
7812
7813 * gdb.arch/aarch64-tagged-pointer.c: New file.
7814 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7815
7816 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7817
7818 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7819 "int".
7820
7821 2017-12-07 Keith Seitz <keiths@redhat.com>
7822
7823 PR breakpoints/22569
7824 * gdb.linespec/ls-errs.exp: Change expected result of "break
7825 -source this file has spaces.c -line 3".
7826 Check that an explicit source file followed by whitespace is
7827 identified as an invalid explicit location.
7828
7829 2017-12-07 Keith Seitz <keiths@redhat.com>
7830
7831 * gdb.cp/nested-types.cc: New file.
7832 * gdb.cp/nested-types.exp: New file.
7833 * lib/cp-support.exp: Load data-structures.exp library.
7834 (debug_cp_test_ptype_class): New global.
7835 (cp_ptype_class_verbose, next_line): New procedures.
7836 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7837 Add and document new return value.
7838 Switch the list of lines to a queue.
7839 Add support for new `type' key for nested type definitions.
7840 Add debugging/troubleshooting messages.
7841 * lib/data-structures.exp: New file.
7842
7843 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7846 with proc_with_prefix, don't use with_test_prefix.
7847
7848 2017-12-07 Tom Tromey <tom@tromey.com>
7849
7850 * gdb.base/break.exp: Add test for empty "commands".
7851
7852 2017-12-07 Yao Qi <yao.qi@linaro.org>
7853
7854 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7855 malloc and catch syscall.
7856
7857 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7858
7859 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7860 tests for explicit locations.
7861
7862 2017-12-06 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7865 force-disabling XML descriptions.
7866
7867 2017-12-04 Pedro Alves <palves@redhat.com>
7868
7869 PR gdb/22499
7870 * gdb.arch/amd64-disp-step-avx.S: New file.
7871 * gdb.arch/amd64-disp-step-avx.exp: New file.
7872
7873 2017-12-03 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7876 and <string.h>.
7877 (parent_function): Print distinct messages when waitpid fails, or
7878 the child exits with a signal, or the child exits for an unhandled
7879 reason.
7880 * gdb.threads/process-dies-while-detaching.exp
7881 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7882 it. Wait for both inferior output and GDB's prompt. Use an
7883 indirect spawn id list.
7884 (do_detach): New parameter 'child_exit'. Use it to compute
7885 expected inferior output.
7886 (test_detach, test_detach_watch, test_detach_killed_outside):
7887 Adjust to pass down the expected child exit kind.
7888
7889 2017-12-01 Joel Brobecker <brobecker@adacore.com>
7890 Sergio Durigan Junior <sergiodj@redhat.com>
7891 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7894
7895 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7896
7897 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7898 to 'symbol-file' and 'add-symbol-file' can be
7899 position-independent.
7900
7901 2017-12-01 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7904 the URL in copyright header.
7905 * gdb.arch/aarch64-fp.exp: Likewise.
7906 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7907 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7908 * gdb.base/expand-psymtabs.exp: Likewise.
7909 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7910 * gdb.fortran/common-block.exp: Likewise.
7911 * gdb.fortran/common-block.f90: Likewise.
7912 * gdb.fortran/logical.exp: Likewise.
7913 * gdb.fortran/vla-datatypes.f90: Likewise.
7914 * gdb.fortran/vla-sub.f90: Likewise.
7915
7916 2017-11-30 Joel Brobecker <brobecker@adacore.com>
7917
7918 * gdb.ada/repeat_dyn: New testcase.
7919
7920 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7921
7922 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7923 Update for changed thread numbering.
7924 * gdb.cell/bt.exp: Update for changed GDB output.
7925
7926 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7927
7928 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7929 setting isremote by hand.
7930 * boards/dwarf4-gdb-index.exp: Likewise.
7931 * boards/fission.exp: Likewise.
7932 * boards/stabs.exp: Likewise.
7933
7934 2017-11-30 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.linespec/cpls-ops.exp
7937 (check_explicit_skips_function_argument): Extract the underlying
7938 type of size_t instead of hardcoding it.
7939
7940 2017-11-29 Pedro Alves <palves@redhat.com>
7941
7942 PR c++/19436
7943 * gdb.linespec/cpls-abi-tag.cc: New file.
7944 * gdb.linespec/cpls-abi-tag.exp: New file.
7945
7946 2017-11-29 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/langs.exp: Use -qualified.
7949 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7950 it.
7951 * gdb.cp/namespace.exp: Use -qualified.
7952 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7953 (overload-3, template-overload, template-ret-type, const-overload)
7954 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7955 procedures.
7956 (test_driver): Call them.
7957 * gdb.cp/save-bp-qualified.cc: New.
7958 * gdb.cp/save-bp-qualified.exp: New.
7959 * gdb.linespec/explicit.exp: Test -qualified.
7960 * lib/completion-support.exp (completion::explicit_opts_list): Add
7961 "-qualified".
7962 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7963
7964 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7965
7966 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7967
7968 2017-11-29 Tom Tromey <tom@tromey.com>
7969
7970 * gdb.base/relocate.exp: Update invalid argument test.
7971 Add new tests for invalid arguments.
7972
7973 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7974
7975 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7976 Return 0 as a long.
7977 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7978
7979 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7980
7981 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7982 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7983 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7984 func ().
7985 * gdb.cp/shadow.cc (B.func): Return 0.
7986
7987 2017-11-27 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7990 expected output in gdb_expect call to allow the exception
7991 message to be present as well. Fix syntax confusion to avoid
7992 TCL thinking that exception_name is an array.
7993
7994 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7995
7996 * gdb.arch/spu-info.c: Include <unistd.h>.
7997 (do_signal_test): Fix broken calls to write.
7998 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7999 Fix checks for empty mailboxes. Update signal tests for corrected
8000 do_signal_test routine. Allow nonzero event status.
8001 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8002 * gdb.cell/arch.exp: Use standard_output_file.
8003 * gdb.cell/break.exp: Likewise.
8004 * gdb.cell/bt.exp: Likewise.
8005 * gdb.cell/core.exp: Likewise.
8006 * gdb.cell/dwarfaddr.exp: Likewise.
8007 * gdb.cell/ea-cache.exp: Likewise.
8008 * gdb.cell/ea-standalone.exp: Likewise.
8009 * gdb.cell/f-regs.exp: Likewise.
8010 * gdb.cell/fork.exp: Likewise.
8011 * gdb.cell/gcore.exp: Likewise.
8012 * gdb.cell/mem-access.exp: Likewise.
8013 * gdb.cell/ptype.exp: Likewise.
8014 * gdb.cell/registers.exp: Likewise.
8015 * gdb.cell/sizeof.exp: Likewise.
8016 * gdb.cell/solib-symbol.exp: Likewise.
8017 * gdb.cell/solib.exp: Likewise.
8018
8019 2017-11-25 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/complete-empty.exp: New file.
8022 * gdb.base/completion.exp: Adjust.
8023
8024 2017-11-25 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.linespec/cpls-ops.cc: New file.
8027 * gdb.linespec/cpls-ops.exp: New file.
8028 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8029 factored out from ...
8030 (test_complete_prefix_range): ... this.
8031
8032 2017-11-24 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.linespec/cpcompletion.exp: New file.
8035 * gdb.linespec/cpls-hyphen.cc: New file.
8036 * gdb.linespec/cpls.cc: New file.
8037 * gdb.linespec/cpls2.cc: New file.
8038 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8039 test to use test_gdb_complete_unique. Add label completion,
8040 keyword completion and explicit location completion tests.
8041 * lib/completion-support.exp: New file.
8042
8043 2017-11-24 Joel Brobecker <brobecker@adacore.com>
8044
8045 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8046 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8047 when hitting an exception catchpoint.
8048
8049 2017-11-22 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8052
8053 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8056 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8057 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8058
8059 2017-11-22 Yao Qi <yao.qi@linaro.org>
8060
8061 * gdb.base/info-os.exp: Pass pthreads.
8062 * gdb.multi/multi-attach.exp: Likewise.
8063
8064 2017-11-22 Yao Qi <yao.qi@linaro.org>
8065
8066 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8067 compiler.
8068
8069 2017-11-22 Yao Qi <yao.qi@linaro.org>
8070
8071 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8072 * gdb.base/break-interp.exp: Likewise.
8073 * gdb.base/jit-attach-pie.exp: Likewise.
8074
8075 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8076
8077 * gdb.base/float128.c (large128): New variable.
8078 * gdb.base/float128.exp: Add test to print largest __float128 value.
8079
8080 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8081
8082 * gdb.arch/vsx-regs.exp: Update register content checks.
8083
8084 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8085
8086 * gdb.arch/ppc-longdouble.exp: New file.
8087 * gdb.arch/ppc-longdouble.c: Likewise.
8088
8089 2017-11-21 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8092
8093 2017-11-20 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8096 (long_double_typedef): New typedefs.
8097 Use DEF on double and long double.
8098 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8099 cases.
8100 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8101 and 'long_double_ptr_same_size' locals. Use them to decide
8102 whether cast from array/function to float is valid/invalid.
8103
8104 2017-11-17 Tom Tromey <tom@tromey.com>
8105
8106 * gdb.rust/traits.rs: New file.
8107 * gdb.rust/traits.exp: New file.
8108
8109 2017-11-17 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.ada/minsyms: New testcase.
8112
8113 2017-11-16 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8116 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8117
8118 2017-11-16 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8121 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8122
8123 2017-11-16 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.server/reconnect-ctrl-c.c: New file.
8126 * gdb.server/reconnect-ctrl-c.exp: New file.
8127
8128 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8129
8130 * gdb.python/py-rbreak.exp: New file.
8131 * gdb.python/py-rbreak.c: New file.
8132 * gdb.python/py-rbreak-func2.c: New file.
8133
8134 2017-11-16 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8137 pattern.
8138 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8139 GDB.
8140
8141 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8142
8143 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8144 regex.
8145
8146 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8147
8148 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8149 test names.
8150
8151 2017-11-09 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8154 factored out from ...
8155 (top level): ... here, and adjusted to avoid expecting beyond the
8156 prompt in a single gdb_test_multiple.
8157
8158 2017-11-09 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8161 output.
8162 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8163 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8164 * gdb.server/ext-run.exp ("kill" test): Likewise.
8165 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8166
8167 2017-11-09 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8170 match till end of line.
8171
8172 2017-11-09 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8175
8176 2017-11-09 Pedro Alves <palves@redhat.com>
8177
8178 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8179 New procedures, factored out from ...
8180 (top level): ... here, and adjusted to avoid expecting beyond the
8181 prompt in one go.
8182
8183 2017-11-09 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8186 output. Fix '?' match.
8187
8188 2017-11-08 Joel Brobecker <brobecker@adacore.com>
8189
8190 * gdb.ada/scoped_watch: New testcase.
8191 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8192 which is actually correct.
8193 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8194 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8195
8196 2017-11-08 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.gdb/complaints.exp (test_initial_complaints)
8199 (test_serial_complaints, test_short_complaints): Call
8200 complaint_internal instead of complaint.
8201
8202 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8203
8204 * gdb.threads/tls-core.c: New file.
8205 * gdb.threads/tls-core.exp: Likewise.
8206
8207 2017-11-08 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8210 (p Exported_Capitalized): New test.
8211 (p exported_capitalized): New test.
8212
8213 2017-11-07 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8216
8217 2017-11-07 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8220 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8221 (disable_invalid, disable_inverted, disable_negative): New
8222 procedures.
8223 ("bad numbers"): New set of tests.
8224
8225 2017-11-07 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.cp/ena-dis-br-range.exp: Add tests.
8228
8229 2017-11-07 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8232
8233 2017-11-07 Xavier Roirand <roirand@adacore.com>
8234 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/ena-dis-br.exp: Add reference to
8237 gdb.cp/ena-dis-br-range.exp.
8238 * gdb.cp/ena-dis-br-range.exp: New file.
8239 * gdb.cp/ena-dis-br-range.cc: New file.
8240
8241 2017-11-06 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/attach-non-pgrp-leader.c: New.
8244 * gdb.base/attach-non-pgrp-leader.exp: New.
8245
8246 2017-11-06 Pedro Alves <palves@redhat.com>
8247
8248 * configure.ac: No longer check for termio.h and sgtty.h.
8249 * configure: Regenerate.
8250 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8251 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8252 Remove termio and sgtty code.
8253
8254 2017-11-03 Yao Qi <yao.qi@linaro.org>
8255
8256 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8257 in GDB is disabled.
8258
8259 2017-11-03 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.python/py-thrhandle.exp: Skip it if python is not
8262 enabled.
8263
8264 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8265
8266 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8267 as a breakpoint command.
8268
8269 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8270
8271 PR python/21213
8272 * gdb.python/py-infthread.exp: Test calling
8273 InferiorThread.inferior () multiple times in a row.
8274
8275 2017-10-27 Keith Seitz <keiths@redhat.com>
8276
8277 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8278 Test "info break" for every inlined function breakpoint.
8279
8280 2017-10-27 Yao Qi <yao.qi@linaro.org>
8281
8282 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8283
8284 2017-10-26 Patrick Frants <osscontribute@gmail.com>
8285
8286 * gdb.cp/classes.exp (test_static_members): Test printing
8287 Outer::instance.
8288 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8289 (Inner::instance, Outer::instance): New.
8290
8291 2017-10-24 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8294 extra console" test in two stages.
8295
8296 2017-10-24 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8299
8300 2017-10-24 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8303 loop.
8304
8305 2017-10-24 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8308 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8309
8310 2017-10-24 Pedro Alves <palves@redhat.com>
8311
8312 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8313 parameter and handle it. Don't output read value in test name.
8314
8315 2017-10-24 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8318 custom test name.
8319
8320 2017-10-24 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8323 include the unstable output directory name in the test's name.
8324 (initial_setup_simple) <'set args'>: Use custom test name.
8325
8326 2017-10-24 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8329 with explicit test name.
8330
8331 2017-10-20 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8334 'wait -i'. Use gdb_assert and remote_close.
8335
8336 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8337
8338 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8339 number from variable rather than hard-coded.
8340
8341 2017-10-19 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/long-inferior-output.c: New file.
8344 * gdb.base/long-inferior-output.exp: New file.
8345
8346 2017-11-18 Keith Seitz <keiths@redhat.com>
8347
8348 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8349 method.
8350 (main): Call it.
8351 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8352 Add additional user-defined conversion operator tests.
8353
8354 2017-10-17 Pedro Alves <palves@redhat.com>
8355
8356 * boards/native-stdio-gdbserver.exp: Load "local-board".
8357
8358 2017-10-17 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/quit-live.c: New file.
8361 * gdb.base/quit-live.exp: New file.
8362
8363 2017-10-16 Keith Seitz <keiths@redhat.com>
8364
8365 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8366 (class_with_protected_typedef, class_with_private_typedef)
8367 (struct_with_public_typedef, struct_with_protected_typedef)
8368 (struct_with_private_typedef): New classes/structs.
8369 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8370 typedefs and access specifiers.
8371
8372 2017-10-16 Pedro Alves <palves@redhat.com>
8373 Simon Marchi <simon.marchi@polymtl.ca>
8374
8375 * README (Local vs Remote vs Native): New section.
8376 * boards/local-board.exp: New file, with bits factored out from
8377 ...
8378 * boards/native-extended-gdbserver.exp: ... here. Load
8379 "local-board".
8380 * boards/native-gdbserver.exp: Load "local-board".
8381 (${board}_spawn, ${board}_exec): Delete.
8382 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8383 ...
8384 * boards/stdio-gdbserver-base.exp: ... this new file.
8385 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8386 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8387 procedure.
8388 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8389 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8390 stdio_gdbserver_command.
8391 (${board}_get_remote_address, ${board}_get_comm_port)
8392 (${board}_download, ${board}_upload): Delete.
8393 (get_target_remote_pipe_cmd): New.
8394
8395 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8396
8397 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8398 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8399 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8400 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8401 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8402 remove with_test_prefix.
8403
8404 2017-10-13 Pedro Alves <palves@redhat.com>
8405
8406 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8407 * gdb.base/annota1.exp: Use it instead of is_remote.
8408 * gdb.base/annota3.exp: Use it instead of is_remote.
8409 * gdb.cp/annota2.exp: Use it instead of is_remote.
8410 * gdb.cp/annota3.exp: Use it instead of is_remote.
8411 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8412
8413 2017-10-13 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8416 (test_num_test_vars, run_and_count_vars, find_env)
8417 (test_set_unset_env, test_inherit_env_var): New procedures.
8418 (top level): Use them.
8419
8420 2017-10-13 Pedro Alves <palves@redhat.com>
8421
8422 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8423 also skip on stub-like targets.
8424
8425 2017-10-13 Pedro Alves <palves@redhat.com>
8426
8427 PR gdb/22293
8428 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8429 (top level): Move some tests to ...
8430 (test_not_found): ... this new procedure.
8431 (top level): Call it.
8432
8433 2017-10-13 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8436 expect different "info terminal" output if testing with a
8437 non-native target.
8438
8439 2017-10-13 Pedro Alves <palves@redhat.com>
8440 Simon Marchi <simon.marchi@polymtl.ca>
8441
8442 PR python/12966
8443 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8444
8445 2017-10-13 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8448 already.
8449
8450 2017-10-13 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8453 is_remote.
8454
8455 2017-10-13 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8458 is_remote.
8459
8460 2017-10-13 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8463 is set.
8464 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8465 instead of is_remote.
8466
8467 2017-10-13 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8470 (top level): Add comment.
8471
8472 2017-10-13 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/remote.exp (top level): Fix comment typo and add
8475 missing return.
8476
8477 2017-10-13 Pedro Alves <palves@redhat.com>
8478 Simon Marchi <simon.marchi@polymtl.ca>
8479
8480 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8481 calls and add comments. Skip test if use_gdb_stub is set.
8482 (top level): Use "set cwd" command instead of "cd" command.
8483
8484 2017-10-13 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8487 is_remote target check.
8488
8489 2017-10-13 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/scope.exp: Use build_executable + clean_restart +
8492 gdb_file_cmd instead of prepare_for_testing and no longer skip
8493 "before run" tests on is_remote target boards. Update comments.
8494 * boards/native-extended-gdbserver.exp
8495 (extended_gdbserver_load_last_file): New, factored out from ...
8496 (gdb_load): ... this. Move further below and add comment.
8497 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8498
8499 2017-10-12 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/attach.exp: Remove references to gdb64.
8502 * gdb.base/dbx.exp: Remove references to gdb64.
8503
8504 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8505 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.base/label.exp: Remove is_remote target check.
8508
8509 2017-10-12 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/auvx.exp (coredir): Update comment.
8512 (top level) <core_works>: Use "set cwd" command instead of "cd"
8513 command.
8514
8515 2017-10-12 Pedro Alves <palves@redhat.com>
8516 Simon Marchi <simon.marchi@polymtl.ca>
8517
8518 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8519 target boards.
8520
8521 2017-10-12 Pedro Alves <palves@redhat.com>
8522 Simon Marchi <simon.marchi@polymtl.ca>
8523
8524 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8525 Instead skip if there's any gdb_protocol set.
8526
8527 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8528 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8531
8532 2017-10-12 Pedro Alves <palves@redhat.com>
8533 Simon Marchi <simon.marchi@polymtl.ca>
8534
8535 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8536 instead of on dejagnu remote boards.
8537
8538 2017-10-12 Pedro Alves <palves@redhat.com>
8539 Simon Marchi <simon.marchi@polymtl.ca>
8540
8541 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8542 checks. Use build_executable + clean_restart instead of
8543 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8544 of enabling non-stop after starting gdb.
8545
8546 2017-10-12 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8549 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8550 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8551 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8552
8553 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8554
8555 * gdb.arch/arc-tdesc-cpu.exp: New file.
8556 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8557
8558 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8561
8562 2017-10-10 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8565 expect CLI output.
8566
8567 2017-10-10 Pedro Alves <palves@redhat.com>
8568
8569 * lib/selftest-support.exp (selftest_setup): Update for
8570 captured_command_loop's prototype change.
8571
8572 2017-10-09 Pedro Alves <palves@redhat.com>
8573
8574 Test both arch1=>arch2 and arch2=>arch1.
8575
8576 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8577 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8578 factored out to...
8579 (append_arch1_options, append_arch2_options, append_arch_options)
8580 (build_executables): New procedures.
8581 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8582 local.
8583 (top level): Add new 'first_arch' testing axis.
8584
8585 2017-10-09 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8588 (barrier): New.
8589 (thread_start, all_started): New functions.
8590 (main): Spawn new thread and wait until it is scheduled.
8591 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8592 option.
8593 (do_test): Add 'selected_thread' parameter. Run to all_started
8594 instead of main. Explicitly set the breakpoint at main. Switch
8595 to the SELECTED_THREAD thread.
8596 (top level): Test handling the exec event with either the main
8597 thread or the second thread selected.
8598
8599 2017-10-09 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8602 logic. Move STOP marker after the value checks.
8603 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8604 regexp.
8605
8606 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8607
8608 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8609
8610 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8611
8612 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8613 integer-to-dfp conversion.
8614 * gdb.base/dfp-test.exp: Likewise.
8615
8616 2017-10-04 Pedro Alves <palves@redhat.com>
8617
8618 * gdb.multi/hangout.c: Include <unistd.h>.
8619 (hangout_loop): New function.
8620 (main): Call alarm. Call hangout_loop in a loop.
8621 * gdb.multi/hello.c: Include <unistd.h>.
8622 (hello_loop): New function.
8623 (main): Call alarm. Call hangout_loop in a loop.
8624 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8625 inferior with the other selected.
8626
8627 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8628
8629 * gdb.mi/list-thread-groups-available.exp: New file.
8630 * gdb.mi/list-thread-groups-available.c: New file.
8631
8632 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8633
8634 * gdb.base/set-cwd.exp: Make it available on
8635 native-extended-gdbserver.
8636
8637 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8638
8639 * gdb.base/set-cwd.c: New file.
8640 * gdb.base/set-cwd.exp: Likewise.
8641
8642 2017-10-02 Tom Tromey <tom@tromey.com>
8643
8644 PR rust/22236:
8645 * gdb.rust/simple.rs (main): New variable "fslice".
8646 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8647
8648 2017-10-02 Tom Tromey <tom@tromey.com>
8649
8650 * gdb.rust/simple.exp: Test ptype of a slice.
8651
8652 2017-10-02 Tom Tromey <tom@tromey.com>
8653
8654 * gdb.rust/simple.exp: Test index of slice.
8655
8656 2017-09-27 Tom Tromey <tom@tromey.com>
8657
8658 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8659
8660 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8661 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/compare-sections.exp (get value of read-only section): Read
8664 as unsigned value.
8665 (corrupt read-only section): Likewise and don't set written if patching
8666 failed.
8667
8668 2017-09-21 Kevin Buettner <kevinb@redhat.com>
8669
8670 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8671 files.
8672
8673 2017-09-20 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8676 symbol names in gdb's output.
8677 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8678
8679 2017-09-20 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8682 Rename to ...
8683 (test_list_ambiguous_symbol): ... this and add a symbol name
8684 parameter. Adjust.
8685 (test_list_ambiguous_function): Reimplement on top of
8686 test_list_ambiguous_symbol and also test listing ambiguous
8687 variables.
8688 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8689 (ambiguous_fun): ... this.
8690 (ambiguous_var): New.
8691 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8692 (ambiguous_fun): ... this.
8693 (ambiguous_var): New.
8694
8695 2017-09-19 John Baldwin <jhb@FreeBSD.org>
8696
8697 * gdb.base/starti.c: New file.
8698 * gdb.base/starti.exp: New file.
8699 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8700
8701 2017-09-14 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8704 (top level): Use it instead of runto.
8705
8706 2017-09-11 Tom Tromey <tom@tromey.com>
8707
8708 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8709
8710 2017-09-11 Tom Tromey <tom@tromey.com>
8711
8712 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8713 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8714
8715 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8716
8717 * gdb.fortran/printing-types.exp: New file.
8718 * gdb.fortran/printing-types.exp: New file.
8719
8720 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * gdb.fortran/vla-ptype.exp: Fix typos.
8723 * gdb.fortran/vla-value.exp: Same.
8724
8725 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8726
8727 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8728 * gdb.mi/mi-var-child-f.exp: Likewise.
8729 * gdb.mi/mi-vla-fortran.exp: Likewise.
8730
8731 2017-09-08 Frank Penczek <frank.penczek@intel.com>
8732 Christoph Weinmann <christoph.t.weinmann@intel.com>
8733 Bernhard Heckel <bernhard.heckel@intel.com>
8734
8735 * gdb.fortran/ptr-indentation.f90: New file.
8736 * gdb.fortran/ptr-indentation.exp: New file.
8737
8738 2017-09-05 Tom Tromey <tom@tromey.com>
8739
8740 PR gdb/22010:
8741 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8742
8743 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8744
8745 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8746
8747 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8748
8749 * gdb.threads/tls-nodebug-pie.c: New file.
8750 * gdb.threads/tls-nodebug-pie.exp: New file.
8751
8752 2017-09-05 Tom Tromey <tom@tromey.com>
8753
8754 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8755 for rust.
8756
8757 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8758
8759 * gdb.multi/multi-arch-exec.exp: Test with different
8760 "follow-exec-mode" settings.
8761 (do_test): New procedure.
8762
8763 2017-09-04 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.base/func-static.c (S::method const, S::method volatile)
8766 (S::method volatile const): New methods.
8767 (c_s, v_s, cv_s): New instances.
8768 (main): Call method() on them.
8769 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8770 (cannot_resolve): New procedure.
8771 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8772 print-quote-unquoted columns.
8773 (do_test): Test printing each scope too.
8774
8775 2017-09-04 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/local-static.exp: Also test with
8778 class::method::variable wholly quoted.
8779 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8780
8781 2017-09-04 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/local-static.c: New.
8784 * gdb.base/local-static.cc: New.
8785 * gdb.base/local-static.exp: New.
8786
8787 2017-09-04 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.asm/asm-source.exp: Add casts to int.
8790 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8791 (dataglobal64_1, dataglobal64_2): New globals.
8792 * gdb.base/nodebug.exp: Test different expressions involving the
8793 new globals, with print, whatis and ptype. Add casts to int.
8794 * gdb.base/solib-display.exp: Add casts to int.
8795 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8796 * gdb.cp/m-static.exp: Add cast to int.
8797 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8798 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8799 tls variable with no debug info without a cast. Test with a cast
8800 to int too.
8801 * gdb.trace/entry-values.exp: Add casts.
8802
8803 2017-09-04 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/nodebug.exp: Test that ptype's error about functions
8806 with unknown return type includes the function name too.
8807
8808 2017-09-04 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8811 return type of munmap in infcall.
8812 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8813 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8814 type of ftell in infcall.
8815 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8816 type of getpid in infcall.
8817 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8818 infcall.
8819 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8820 Bail on failure to extract the pid.
8821 * gdb.base/nodebug.c: #include <stdint.h>.
8822 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8823 New functions.
8824 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8825 Change expected output of print/whatis/ptype with functions with
8826 no debug info. Test all supported languages. Call
8827 test_call_promotion.
8828 * gdb.compile/compile.exp: Adjust expected output to expect
8829 warning.
8830 * gdb.threads/siginfo-threads.exp: Likewise.
8831
8832 2017-09-04 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8835 "prototypes". Test calling float functions via prototyped and
8836 unprototyped function pointers.
8837 (perform_all_tests): New parameter "prototypes". Pass it down.
8838 (top level): Pass down "prototypes" parameter to
8839 perform_all_tests.
8840
8841 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8844 Test with nested loops.
8845
8846 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * gdb.base/commands.exp: Call the new procedures.
8849 (loop_break_test, loop_continue_test): New procedures.
8850
8851 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.base/commands.exp: Call new procedure.
8854 (define_if_without_arg_test): New procedure.
8855
8856 2017-09-04 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/list-ambiguous.exp: New file.
8859 * gdb.base/list-ambiguous0.c: New file.
8860 * gdb.base/list-ambiguous1.c: New file.
8861 * gdb.base/list.exp (test_list_range): Adjust expected output.
8862
8863 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8864
8865 * gdb.base/share-env-with-gdbserver.c: New file.
8866 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8867
8868 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8869
8870 * gdb.base/commands.exp (gdbvar_simple_if_test,
8871 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8872 progvar_simple_if_test, progvar_simple_while_test,
8873 progvar_complex_if_while_test, user_defined_command_test,
8874 user_defined_command_args_eval,
8875 user_defined_command_args_stack_test,
8876 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8877 temporary_breakpoint_commands,
8878 gdb_test_no_prompt, redefine_hook_test,
8879 redefine_backtrace_test): Remove "global gdb_prompt".
8880
8881 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8884 New proc, call it from toplevel.
8885
8886 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8887
8888 PR remote/21852
8889 * gdb.server/normal.c: New file, copied from gdb.base.
8890 * gdb.server/run-without-local-binary.exp: New file.
8891
8892 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
8893
8894 * gdb.arch/sparc64-adi.exp: New file.
8895 * gdb.arch/sparc64-adi.c: New file.
8896
8897 2017-08-22 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8900 (top level): Add "list all overloads" tests.
8901
8902 2017-08-22 Tom Tromey <tom@tromey.com>
8903
8904 * gdb.gdb/xfullpath.exp: Remove.
8905
8906 2017-08-21 Pedro Alves <palves@redhat.com>
8907
8908 PR gdb/19487
8909 * gdb.base/symbol-alias.c: New.
8910 * gdb.base/symbol-alias2.c: New.
8911 * gdb.base/symbol-alias.exp: New.
8912
8913 2017-08-21 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/dfp-test.c
8916 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8917 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8918 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8919 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8920 * gdb.base/whatis-ptype-typedefs.c: New.
8921 * gdb.base/whatis-ptype-typedefs.exp: New.
8922 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8923 (an_int, an_int_type, an_int_type2): New globals.
8924 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8925 involving typedefs and cast expressions.
8926 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8927 (lookup_typedefs_function): New.
8928 (typedefs_pretty_printers_dict): New.
8929 (top level): Register lookup_typedefs_function in
8930 gdb.pretty_printers.
8931
8932 2017-08-18 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.server/unittest.exp: New.
8935
8936 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8937
8938 PR gdb/21954
8939 * gdb.base/environ.exp: Add test to check if 'unset environment'
8940 works.
8941
8942 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8943
8944 * lib/gdb.exp (universal_compile_options): New caching proc.
8945 (gdb_compile): Suppress GCC's coloring of messages.
8946
8947 2017-08-14 Tom Tromey <tom@tromey.com>
8948
8949 PR gdb/21675:
8950 * gdb.base/printcmds.exp (test_radices): New function.
8951 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8952 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8953 * lib/gdb.exp (get_integer_valueof): Use p/d.
8954
8955 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8956
8957 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8958 characters.
8959
8960 2017-08-05 Tom Tromey <tom@tromey.com>
8961
8962 * gdb.rust/simple.exp: Allow String to appear in a different
8963 namespace.
8964
8965 2017-07-26 Yao Qi <yao.qi@linaro.org>
8966
8967 * gdb.gdb/unittest.exp: Invoke command
8968 "maintenance check xml-descriptions".
8969
8970 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8971
8972 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8973 calling context.
8974 (hex128): Drop erroneous calculation of parameters.
8975
8976 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8977
8978 * gdb.python/py-unwind.exp: Disable stack protection when
8979 building test file.
8980
8981 2017-07-20 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.base/default.exp (set language): Adjust expected output.
8984
8985 2017-07-20 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8988 (test_minsym): ... this, and make static.
8989 (get_pck__foo__bar__minsym): Rename to ...
8990 (get_test_minsym): ... this.
8991 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8992 symbol names and comments.
8993 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8994 (get_test_minsym): ... this.
8995 (pck__foo__bar__minsym__2): Rename to ...
8996 (test_minsym): ... this.
8997 (main): Adjust.
8998
8999 2017-07-17 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.base/completion.exp: Adjust expected output.
9002 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9003 the completer works.
9004
9005 2017-07-17 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9008
9009 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9010
9011 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9012
9013 2017-07-14 Tom Tromey <tom@tromey.com>
9014
9015 PR rust/21764:
9016 * gdb.rust/simple.exp: Add tests.
9017
9018 2017-07-14 Tom Tromey <tom@tromey.com>
9019
9020 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9021
9022 2017-07-14 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.linespec/base/one/thefile.cc (z1): New function.
9025 * gdb.linespec/base/two/thefile.cc (z2): New function.
9026 * gdb.linespec/linespec.exp: Add tests.
9027
9028 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9029
9030 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9031 to mi_create_breakpoint.
9032
9033 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9034
9035 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9036 mi_create_breakpoint.
9037
9038 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9039
9040 * gdb.dlang/demangle.exp: Update for demangling changes.
9041
9042 2017-07-09 Tom Tromey <tom@tromey.com>
9043
9044 * gdb.dwarf2/shortpiece.exp: New file.
9045
9046 2017-07-06 David Blaikie <dblaikie@gmail.com>
9047
9048 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9049 built from fissiont-multi-cu{1,2}.c.
9050 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9051 except putting 'main' and 'func' in separate CUs in the same DWO file.
9052 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9053 test.
9054 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9055 test.
9056
9057 2017-07-06 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.python/py-unwind.exp: Test flushregs.
9060
9061 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9062
9063 PR cli/21688
9064 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9065 tests for alias commands and trailing whitespace.
9066
9067 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9068
9069 PR cli/21688
9070 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9071 procedure. Call it.
9072
9073 2017-06-29 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/printcmds.exp: Add tests.
9076
9077 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9078
9079 PR gdb/21337
9080 * gdb.base/reread-readsym.exp: New file.
9081 * gdb.base/reread-readsym.c: New file.
9082
9083 2017-06-21 Kevin Buettner <kevinb@redhat.com>
9084
9085 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9086 subpattern.
9087
9088 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9089
9090 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9091 extended mnemonic.
9092 * gdb.arch/powerpc-power9.s: Likewise.
9093
9094 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9095
9096 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9097 on 32-bit x86 targets. Exploit is_*_target macros where
9098 appropriate.
9099
9100 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9101
9102 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9103 register pieces.
9104
9105 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9106
9107 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9108 located in one or more DWARF pieces.
9109
9110 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9111
9112 * lib/gdb.exp (get_endianness): New proc.
9113 * gdb.arch/aarch64-fp.exp: Use it.
9114 * gdb.arch/altivec-regs.exp: Likewise.
9115 * gdb.arch/e500-regs.exp: Likewise.
9116 * gdb.arch/vsx-regs.exp: Likewise.
9117 * gdb.base/dump.exp: Likewise.
9118 * gdb.base/funcargs.exp: Likewise.
9119 * gdb.base/gnu_vector.exp: Likewise.
9120 * gdb.dwarf2/formdata16.exp: Likewise.
9121 * gdb.dwarf2/implptrpiece.exp: Likewise.
9122 * gdb.dwarf2/nonvar-access.exp: Likewise.
9123 * gdb.python/py-inferior.exp: Likewise.
9124 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9125
9126 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9127
9128 PR gdb/21226
9129 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9130 stack value pieces are taken from the LSB end.
9131
9132 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133
9134 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9135 variable at nonzero offset.
9136
9137 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9138
9139 * gdb.dwarf2/var-access.c: New file.
9140 * gdb.dwarf2/var-access.exp: New test.
9141 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9142
9143 2017-06-12 Tom Tromey <tom@tromey.com>
9144
9145 * gdb.dwarf2/formdata16.exp: Add tests.
9146
9147 2017-06-12 Tom Tromey <tom@tromey.com>
9148
9149 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9150
9151 2017-06-12 Tom Tromey <tom@tromey.com>
9152
9153 PR exp/16225:
9154 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9155 * gdb.arch/vsx-regs.exp: Update tests.
9156 * gdb.arch/s390-vregs.exp (hex128): New proc.
9157 Update test.
9158 * gdb.arch/altivec-regs.exp: Update tests.
9159
9160 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9161
9162 * gdb.base/startup-with-shell.c: New file.
9163 * gdb.base/startup-with-shell.exp: Likewise.
9164
9165 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9166
9167 * gdb.server/non-existing-program.exp: Update regex in order to
9168 reflect the fact that gdbserver is now using fork_inferior (with a
9169 shell) to startup the inferior.
9170
9171 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9172
9173 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9174 support function calls from GDB.
9175
9176 2017-05-21 Tom Tromey <tom@tromey.com>
9177
9178 PR rust/21466:
9179 * gdb.rust/unsized.exp: New file.
9180 * gdb.rust/unsized.rs: New file.
9181
9182 2017-05-19 Tom Tromey <tom@tromey.com>
9183
9184 PR rust/21484:
9185 * gdb.rust/watch.exp: New file.
9186 * gdb.rust/watch.rs: New file.
9187
9188 2017-05-18 Tom Tromey <tom@tromey.com>
9189
9190 * gdb.rust/simple.exp: Allow Box to be qualified.
9191
9192 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9193
9194 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9195
9196 2017-05-18 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/fileio.c (test_write, test_read, test_close)
9199 (test_fstat): Don't print 'ret' in the fail path.
9200
9201 2017-05-18 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9204 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9205 (test_system, test_rename, test_unlink, test_time): Change
9206 prototypes.
9207 * gdb.base/fileio.exp (stop_msg): Adjust.
9208
9209 2017-05-18 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/fileio.c (null_str): New global.
9212 (test_stat): Use it.
9213 * gdb.base/fileio.exp: Remove nowarnings.
9214
9215 2017-05-17 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9218
9219 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9220
9221 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9222 argument command.
9223 (top-level): Invoke test_set_inferior_tty.
9224
9225 2017-05-04 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9228 Add parens to print call for Python 3.
9229
9230 2017-05-03 Keith Seitz <keiths@redhat.com>
9231
9232 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9233 (main): Call it.
9234
9235 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9236
9237 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9238 to prev and next.
9239
9240 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9241
9242 * gdb.python/py-record-btrace.exp: Remove test for
9243 gdb.BtraceInstruction.error.
9244
9245 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9246
9247 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9248
9249 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9250
9251 * gdb.python/py-record-btrace-threads.c: New file.
9252 * gdb.python/py-record-btrace-threads.exp: New file.
9253
9254 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9255
9256 PR testsuite/8595
9257 * gdb.base/environ.exp: Make test available in all architectures.
9258 Move bits related to "info program" testing to
9259 gdb.base/info-program.exp. Rewrite tests to use the two new
9260 procedures mentione below.
9261 (test_set_show_env_var) New procedure.
9262 (test_set_show_env_var_equal): Likewise.
9263 * gdb.base/info-program.exp: New file.
9264
9265 2017-04-27 Keith Seitz <keiths@redhat.com>
9266
9267 * gdb.cp/oranking.cc (test15): New function.
9268 (main): Call test15 and declare additional variables for testing.
9269 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9270 "p foo101('abc')" tests.
9271 Add tests for cv qualifier overloads.
9272 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9273 "lvalue reference overload" test.
9274 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9275 "print value of f1 on Child&& in f2" test.
9276
9277 2017-04-19 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9280 procedure.
9281 (top level): Call it.
9282 * lib/gdb.exp (gdb_define_cmd): New procedure.
9283
9284 2017-04-12 Pedro Alves <palves@redhat.com>
9285
9286 PR gdb/21323
9287 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9288 (wchar): New global.
9289 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9290 (do_test_wide_char, wide_char_types_no_program, top level): Add
9291 wchar_t testing.
9292
9293 2017-04-12 Pedro Alves <palves@redhat.com>
9294
9295 PR c++/21323
9296 * gdb.cp/wide_char_types.c: New file.
9297 * gdb.cp/wide_char_types.exp: New file.
9298
9299 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9300
9301 PR gdb/21352
9302 * gdb.trace/tsv.exp: Add test for "tsave -r".
9303
9304 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9305
9306 * gdb.dlang/watch-loc.c: New file.
9307 * gdb.dlang/watch-loc.exp: New file.
9308
9309 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9312
9313 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9314
9315 * gdb.arch/arc-analyze-prologue.S: New file.
9316 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9317
9318 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9319
9320 * gdb.arch/arc-decode-insn.S: New file.
9321 * gdb.arch/arc-decode-insn.exp: Likewise.
9322
9323 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9324
9325 PR tdep/20928
9326 * gdb.arch/sparc64-regs.exp: New file.
9327 * gdb.arch/sparc64-regs.S: Likewise.
9328
9329 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9330
9331 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9332 and memory view on Python 3.
9333
9334 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
9335 Keith Seitz <keiths@redhat.com>
9336
9337 PR gdb/14441
9338 * gdb.cp/demangle.exp: Add rvalue reference tests.
9339 * gdb.cp/rvalue-ref-casts.cc: New file.
9340 * gdb.cp/rvalue-ref-casts.exp: New file.
9341 * gdb.cp/rvalue-ref-overload.cc: New file.
9342 * gdb.cp/rvalue-ref-overload.exp: New file.
9343 * gdb.cp/rvalue-ref-params.cc: New file.
9344 * gdb.cp/rvalue-ref-params.exp: New file.
9345 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9346 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9347 * gdb.cp/rvalue-ref-types.cc: New file.
9348 * gdb.cp/rvalue-ref-types.exp: New file.
9349 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9350 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9351
9352 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9353
9354 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9355 New procedure.
9356
9357 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9358
9359 * lib/mi-support.exp (mi_gdb_test): Add additional message
9360 for unexpected output.
9361
9362 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9363
9364 * gdb.base/examine-backward.c (Barrier): New character array
9365 constant, to ensure that TestStrings is preceded by a string
9366 terminator.
9367
9368 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9369
9370 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9371 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9372 and implicit pointer into such a location.
9373
9374 2017-03-16 Doug Evans <dje@google.com>
9375
9376 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9377
9378 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9379
9380 * gdb.cp/m-static.exp: Fix expectation for prototype of
9381 test5.single_constructor and single_constructor::single_constructor.
9382
9383 2017-03-16 Doug Evans <dje@google.com>
9384
9385 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9386 * gdb.guile/scm-lazy-string.c: New file.
9387 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9388 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9389 for pointer, array, typedef lazy strings.
9390
9391 2017-03-16 Doug Evans <dje@google.com>
9392
9393 PR python/17728, python/18439, python/18779
9394 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9395 * gdb.python/py-lazy-string.c (pointer): New typedef.
9396 (main): New locals ptr, array, typedef_ptr.
9397 * gdb.python/py-value.exp: Move lazy string tests to ...
9398 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9399 array, typedef lazy strings.
9400
9401 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9402
9403 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9404 Add optional 'test' parameter.
9405
9406 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9407
9408 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9409 Skip for versions of DejaGnu < 1.5.
9410
9411 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * lib/gdb.exp (dejagnu_version): New proc.
9414 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9415 Use dejagnu_version.
9416
9417 2017-03-10 Keith Seitz <keiths@redhat.com>
9418
9419 PR c++/8128
9420 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9421 type from destructor regexps.
9422 Add a branch which actually passes the test.
9423 Adjust "ptype t5i" test names.
9424
9425 2017-03-08 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/step-over-exit.exp: Add explicit test message.
9428
9429 2017-03-08 Pedro Alves <palves@redhat.com>
9430
9431 PR gdb/18360
9432 * gdb.threads/interrupt-while-step-over.c: New file.
9433 * gdb.threads/interrupt-while-step-over.exp: New file.
9434
9435 2017-03-08 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9438 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9439
9440 2017-03-08 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9443 PKRU as not supported as a PASS.
9444
9445 2017-03-08 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9448 prefix instead of $binfile1/$binfile2.
9449 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9450 in test message.
9451 * gdb.python/py-completion.exp: Use "load python file" as test
9452 messages instead of unstable path names.
9453
9454 2017-03-08 Pedro Alves <palves@redhat.com>
9455 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 PR cli/21218
9458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9459 New proc.
9460 (top level): Call it.
9461
9462 2017-03-08 Pedro Alves <palves@redhat.com>
9463
9464 PR tui/21216
9465 * gdb.tui/tui-nl-filtered-output.exp: New file.
9466
9467 2017-03-08 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/completion.exp: Move TUI completion tests to ...
9470 * gdb.tui/completion.exp: ... this new file.
9471
9472 2017-03-08 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/tui-disasm-long-lines.c,
9475 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9476 gdb.base/tui-layout.exp: Move to ...
9477 * gdb.tui/: ... this new directory.
9478
9479 2017-03-07 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/tui-layout.c: New file.
9482 * gdb.base/tui-layout.exp: New file.
9483
9484 2017-03-07 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/tui-layout.c: Rename to ...
9487 * gdb.base/tui-disasm-long-lines.c: ... this.
9488 * gdb.base/tui-layout.exp: Rename to ...
9489 * gdb.base/tui-disasm-long-lines.exp: ... this.
9490
9491 2017-03-07 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9494
9495 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9496
9497 * i386-mpx-call.c: New file.
9498 * i386-mpx-call.exp: New file.
9499
9500 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9501
9502 * gdb.arch/powerpc-power.exp: Delete test.
9503 * gdb.arch/powerpc-power.s: Likewise.
9504 * gdb.disasm/disassembler-options.exp: New test.
9505 * gdb.arch/powerpc-altivec.exp: Likewise.
9506 * gdb.arch/powerpc-altivec.s: Likewise.
9507 * gdb.arch/powerpc-altivec2.exp: Likewise.
9508 * gdb.arch/powerpc-altivec2.s: Likewise.
9509 * gdb.arch/powerpc-altivec3.exp: Likewise.
9510 * gdb.arch/powerpc-altivec3.s: Likewise.
9511 * gdb.arch/powerpc-power7.exp: Likewise.
9512 * gdb.arch/powerpc-power7.s: Likewise.
9513 * gdb.arch/powerpc-power8.exp: Likewise.
9514 * gdb.arch/powerpc-power8.s: Likewise.
9515 * gdb.arch/powerpc-power9.exp: Likewise.
9516 * gdb.arch/powerpc-power9.s: Likewise.
9517 * gdb.arch/powerpc-vsx.exp: Likewise.
9518 * gdb.arch/powerpc-vsx.s: Likewise.
9519 * gdb.arch/powerpc-vsx2.exp: Likewise.
9520 * gdb.arch/powerpc-vsx2.s: Likewise.
9521 * gdb.arch/powerpc-vsx3.exp: Likewise.
9522 * gdb.arch/powerpc-vsx3.s: Likewise.
9523 * gdb.arch/arm-disassembler-options.exp: Likewise.
9524 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9525 * gdb.arch/s390-disassembler-options.exp: Likewise.
9526
9527 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
9528
9529 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9530 (check_supported_features): ... this. Changed return type to void.
9531 (supports_rdseed): New static global.
9532 (rdseed): Check supports_rdseed.
9533 (initialize): Call check_supported_features.
9534
9535 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9536
9537 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9538 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9539 and lqarx/stqcx.
9540 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9541 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9542
9543 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9544
9545 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9546 uppercase.
9547
9548 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 * gdb.dwarf2/formdata16.c: New file.
9551 * gdb.dwarf2/formdata16.exp: New file.
9552 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9553
9554 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9557 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9558 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9559 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9560 DW_AT_GNU_*.
9561
9562 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9565
9566 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9567
9568 PR gdb/21164
9569 * gdb.base/maint.exp: Add testcases for when the commands do
9570 not have arguments.
9571
9572 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9573
9574 * gdb.cp/chained-calls.exp: Use p instead of P.
9575
9576 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9577
9578 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9579 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9580
9581 2017-02-14 Tom Tromey <tom@tromey.com>
9582
9583 PR python/13598:
9584 * gdb.python/py-events.exp: Add before_prompt event tests.
9585
9586 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9587
9588 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9589
9590 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9591
9592 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9593 (main): Call my_unique_function_name.
9594 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9595 completion of patterns with a single match.
9596 Add missing -re switches to gdb_test_multiple calls.
9597
9598 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
9599
9600 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9601 return if core file is not recognized.
9602
9603 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9606 and extra UIs.
9607
9608 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9609
9610 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9611 proc_with_prefix.
9612
9613 2017-02-10 Tom Tromey <tom@tromey.com>
9614
9615 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9616
9617 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
9618
9619 PR gdb/21122
9620 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9621
9622 2017-02-08 Jerome Guitton <guitton@adacore.com>
9623
9624 * gdb.base/define.exp: Add test for command abbreviations
9625 in define.
9626
9627 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
9628
9629 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9630 * gdb.reverse/insn-reverse-x86.c: New file.
9631
9632 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9633
9634 PR tdep/20936
9635 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9636
9637 2017-02-03 Tom Tromey <tom@tromey.com>
9638
9639 PR rust/21097:
9640 * gdb.rust/simple.exp: Add new tests.
9641
9642 2017-02-02 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9645 tests.
9646
9647 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9648
9649 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9650 taking a 2-byte value out of a 4-byte DWARF implicit value on
9651 big-endian targets.
9652 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9653 logic. Add test cases for DW_OP_implicit.
9654
9655 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9656
9657 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9658
9659 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9660
9661 * gdb.btrace/enable.exp: Call gdb_exit before
9662 skip_gdbserver_tests.
9663
9664 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9665
9666 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9667 GDBFLAGS.
9668
9669 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9670
9671 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9672 the test is skipped.
9673 * gdb.btrace/data.exp: Likewise.
9674 * gdb.btrace/delta.exp: Likewise.
9675 * gdb.btrace/dlopen.exp: Likewise.
9676 * gdb.btrace/enable-running.exp: Likewise.
9677 * gdb.btrace/enable.exp: Likewise.
9678 * gdb.btrace/exception.exp: Likewise.
9679 * gdb.btrace/function_call_history.exp: Likewise.
9680 * gdb.btrace/gcore.exp: Likewise.
9681 * gdb.btrace/instruction_history.exp: Likewise.
9682 * gdb.btrace/multi-thread-step.exp: Likewise.
9683 * gdb.btrace/nohist.exp: Likewise.
9684 * gdb.btrace/non-stop.exp: Likewise.
9685 * gdb.btrace/reconnect.exp: Likewise.
9686 * gdb.btrace/record_goto-step.exp: Likewise.
9687 * gdb.btrace/record_goto.exp: Likewise.
9688 * gdb.btrace/rn-dl-bind.exp: Likewise.
9689 * gdb.btrace/segv.exp: Likewise.
9690 * gdb.btrace/step.exp: Likewise.
9691 * gdb.btrace/stepi.exp: Likewise.
9692 * gdb.btrace/tailcall-only.exp: Likewise.
9693 * gdb.btrace/tailcall.exp: Likewise.
9694 * gdb.btrace/tsx.exp: Likewise.
9695 * gdb.btrace/unknown_functions.exp: Likewise.
9696 * gdb.btrace/vdso.exp: Likewise.
9697
9698 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9699
9700 * gdb.btrace/enable-running.c: New.
9701 * gdb.btrace/enable-running.exp: New.
9702
9703 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9704
9705 * gdb.arch/amd64-gs_base.c: New file.
9706 * gdb.arch/amd64-gs_base.exp: New file.
9707
9708 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9709
9710 * lib/memory.exp: Remove spurious empty newlines.
9711
9712 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9713
9714 * gdb.python/py-bad-printers.exp: Load python file using "source".
9715 * gdb.python/py-events.exp: Likewise.
9716 * gdb.python/py-evsignal.exp: Likewise.
9717 * gdb.python/py-evthreads.exp: Likewise.
9718 * gdb.python/py-frame-args.exp: Likewise.
9719 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9720 * gdb.python/py-framefilter-mi.exp: Likewise.
9721 * gdb.python/py-framefilter.exp: Likewise.
9722 * gdb.python/py-mi.exp: Likewise.
9723 * gdb.python/py-pp-maint.exp: Likewise.
9724 * gdb.python/py-pp-registration.exp: Likewise.
9725 * gdb.python/py-prettyprint.exp: Likewise.
9726 (run_lang_tests): Likewise.
9727 * gdb.python/py-typeprint.exp: Likewise.
9728
9729 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9730
9731 * lib/memory.exp: New file.
9732 * lib/gdb.exp: Load memory.exp.
9733 * gdb.base/memattr.exp (delete_memory): Move proc to
9734 lib/memory.exp and rename to delete_memory_regions.
9735 Replace delete_memory with delete_memory_regions.
9736 Cleanup memory regions before tests.
9737 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9738 before tests.
9739
9740 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
9741
9742 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9743 files.
9744 (initialize): New function conditionally defined.
9745 (testcases): Move within conditional block.
9746 (main): Call initialize.
9747 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9748 of gdb.reverse/insn-reverse.c.
9749 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9750 gdb.reverse/insn-reverse.c.
9751
9752 2017-01-26 Yao Qi <yao.qi@linaro.org>
9753
9754 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9755 disassemble on address 0.
9756
9757 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9758 Yao Qi <yao.qi@linaro.org>
9759
9760 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9761 * gdb.dwarf2/implptr-64bit.S: Remove.
9762 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9763 variables in caller's context. Add DW_OP_implicit_value.
9764
9765 2017-01-25 Yao Qi <yao.qi@linaro.org>
9766
9767 * lib/dwarf.exp (Dwarf::_location): Handle
9768 DW_OP_GNU_implicit_pointer with proper size.
9769
9770 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9771
9772 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9773 and add untested calls.
9774
9775 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
9776
9777 * gdb.python/python.exp: Check line number against what GDB thinks
9778 the line number is for func1.
9779
9780 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9781
9782 * gdb.dlang/debug-expr.exp: New file.
9783
9784 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
9785
9786 Fix test names for the following files:
9787
9788 * gdb.ada/exec_changed.exp
9789 * gdb.ada/info_types.exp
9790 * gdb.arch/aarch64-atomic-inst.exp
9791 * gdb.arch/aarch64-fp.exp
9792 * gdb.arch/altivec-abi.exp
9793 * gdb.arch/altivec-regs.exp
9794 * gdb.arch/amd64-byte.exp
9795 * gdb.arch/amd64-disp-step.exp
9796 * gdb.arch/amd64-dword.exp
9797 * gdb.arch/amd64-entry-value-inline.exp
9798 * gdb.arch/amd64-entry-value-param.exp
9799 * gdb.arch/amd64-entry-value-paramref.exp
9800 * gdb.arch/amd64-entry-value.exp
9801 * gdb.arch/amd64-i386-address.exp
9802 * gdb.arch/amd64-invalid-stack-middle.exp
9803 * gdb.arch/amd64-invalid-stack-top.exp
9804 * gdb.arch/amd64-optimout-repeat.exp
9805 * gdb.arch/amd64-prologue-skip.exp
9806 * gdb.arch/amd64-prologue-xmm.exp
9807 * gdb.arch/amd64-stap-special-operands.exp
9808 * gdb.arch/amd64-stap-wrong-subexp.exp
9809 * gdb.arch/amd64-tailcall-cxx.exp
9810 * gdb.arch/amd64-tailcall-noret.exp
9811 * gdb.arch/amd64-tailcall-ret.exp
9812 * gdb.arch/amd64-tailcall-self.exp
9813 * gdb.arch/amd64-word.exp
9814 * gdb.arch/arm-bl-branch-dest.exp
9815 * gdb.arch/arm-disp-step.exp
9816 * gdb.arch/arm-neon.exp
9817 * gdb.arch/arm-single-step-kernel-helper.exp
9818 * gdb.arch/avr-flash-qualifier.exp
9819 * gdb.arch/disp-step-insn-reloc.exp
9820 * gdb.arch/e500-abi.exp
9821 * gdb.arch/e500-regs.exp
9822 * gdb.arch/ftrace-insn-reloc.exp
9823 * gdb.arch/i386-avx512.exp
9824 * gdb.arch/i386-bp_permanent.exp
9825 * gdb.arch/i386-byte.exp
9826 * gdb.arch/i386-cfi-notcurrent.exp
9827 * gdb.arch/i386-disp-step.exp
9828 * gdb.arch/i386-dr3-watch.exp
9829 * gdb.arch/i386-float.exp
9830 * gdb.arch/i386-gnu-cfi.exp
9831 * gdb.arch/i386-mpx-map.exp
9832 * gdb.arch/i386-mpx-sigsegv.exp
9833 * gdb.arch/i386-mpx-simple_segv.exp
9834 * gdb.arch/i386-mpx.exp
9835 * gdb.arch/i386-permbkpt.exp
9836 * gdb.arch/i386-prologue.exp
9837 * gdb.arch/i386-signal.exp
9838 * gdb.arch/i386-size-overlap.exp
9839 * gdb.arch/i386-unwind.exp
9840 * gdb.arch/i386-word.exp
9841 * gdb.arch/mips-fcr.exp
9842 * gdb.arch/powerpc-d128-regs.exp
9843 * gdb.arch/powerpc-stackless.exp
9844 * gdb.arch/ppc64-atomic-inst.exp
9845 * gdb.arch/s390-stackless.exp
9846 * gdb.arch/s390-tdbregs.exp
9847 * gdb.arch/s390-vregs.exp
9848 * gdb.arch/sparc-sysstep.exp
9849 * gdb.arch/thumb-bx-pc.exp
9850 * gdb.arch/thumb-singlestep.exp
9851 * gdb.arch/thumb2-it.exp
9852 * gdb.arch/vsx-regs.exp
9853 * gdb.asm/asm-source.exp
9854 * gdb.base/a2-run.exp
9855 * gdb.base/advance.exp
9856 * gdb.base/all-bin.exp
9857 * gdb.base/anon.exp
9858 * gdb.base/args.exp
9859 * gdb.base/arithmet.exp
9860 * gdb.base/async-shell.exp
9861 * gdb.base/async.exp
9862 * gdb.base/attach-pie-noexec.exp
9863 * gdb.base/attach-twice.exp
9864 * gdb.base/auto-load.exp
9865 * gdb.base/bang.exp
9866 * gdb.base/bitfields.exp
9867 * gdb.base/break-always.exp
9868 * gdb.base/break-caller-line.exp
9869 * gdb.base/break-entry.exp
9870 * gdb.base/break-inline.exp
9871 * gdb.base/break-on-linker-gcd-function.exp
9872 * gdb.base/break-probes.exp
9873 * gdb.base/break.exp
9874 * gdb.base/breakpoint-shadow.exp
9875 * gdb.base/call-ar-st.exp
9876 * gdb.base/call-sc.exp
9877 * gdb.base/call-signal-resume.exp
9878 * gdb.base/call-strs.exp
9879 * gdb.base/callfuncs.exp
9880 * gdb.base/catch-fork-static.exp
9881 * gdb.base/catch-gdb-caused-signals.exp
9882 * gdb.base/catch-load.exp
9883 * gdb.base/catch-signal-fork.exp
9884 * gdb.base/catch-signal.exp
9885 * gdb.base/catch-syscall.exp
9886 * gdb.base/charset.exp
9887 * gdb.base/checkpoint.exp
9888 * gdb.base/chng-syms.exp
9889 * gdb.base/code-expr.exp
9890 * gdb.base/code_elim.exp
9891 * gdb.base/commands.exp
9892 * gdb.base/completion.exp
9893 * gdb.base/complex.exp
9894 * gdb.base/cond-expr.exp
9895 * gdb.base/condbreak.exp
9896 * gdb.base/consecutive.exp
9897 * gdb.base/continue-all-already-running.exp
9898 * gdb.base/coredump-filter.exp
9899 * gdb.base/corefile.exp
9900 * gdb.base/dbx.exp
9901 * gdb.base/debug-expr.exp
9902 * gdb.base/define.exp
9903 * gdb.base/del.exp
9904 * gdb.base/disabled-location.exp
9905 * gdb.base/disasm-end-cu.exp
9906 * gdb.base/disasm-optim.exp
9907 * gdb.base/display.exp
9908 * gdb.base/duplicate-bp.exp
9909 * gdb.base/ena-dis-br.exp
9910 * gdb.base/ending-run.exp
9911 * gdb.base/enumval.exp
9912 * gdb.base/environ.exp
9913 * gdb.base/eu-strip-infcall.exp
9914 * gdb.base/eval-avoid-side-effects.exp
9915 * gdb.base/eval-skip.exp
9916 * gdb.base/exitsignal.exp
9917 * gdb.base/expand-psymtabs.exp
9918 * gdb.base/filesym.exp
9919 * gdb.base/find-unmapped.exp
9920 * gdb.base/finish.exp
9921 * gdb.base/float.exp
9922 * gdb.base/foll-exec-mode.exp
9923 * gdb.base/foll-exec.exp
9924 * gdb.base/foll-fork.exp
9925 * gdb.base/fortran-sym-case.exp
9926 * gdb.base/freebpcmd.exp
9927 * gdb.base/func-ptr.exp
9928 * gdb.base/func-ptrs.exp
9929 * gdb.base/funcargs.exp
9930 * gdb.base/gcore-buffer-overflow.exp
9931 * gdb.base/gcore-relro-pie.exp
9932 * gdb.base/gcore-relro.exp
9933 * gdb.base/gcore.exp
9934 * gdb.base/gdb1090.exp
9935 * gdb.base/gdb11530.exp
9936 * gdb.base/gdb11531.exp
9937 * gdb.base/gdb1821.exp
9938 * gdb.base/gdbindex-stabs.exp
9939 * gdb.base/gdbvars.exp
9940 * gdb.base/hbreak.exp
9941 * gdb.base/hbreak2.exp
9942 * gdb.base/included.exp
9943 * gdb.base/infcall-input.exp
9944 * gdb.base/inferior-died.exp
9945 * gdb.base/infnan.exp
9946 * gdb.base/info-macros.exp
9947 * gdb.base/info-os.exp
9948 * gdb.base/info-proc.exp
9949 * gdb.base/info-shared.exp
9950 * gdb.base/info-target.exp
9951 * gdb.base/infoline.exp
9952 * gdb.base/interp.exp
9953 * gdb.base/interrupt.exp
9954 * gdb.base/jit-reader.exp
9955 * gdb.base/jit-simple.exp
9956 * gdb.base/kill-after-signal.exp
9957 * gdb.base/kill-detach-inferiors-cmd.exp
9958 * gdb.base/label.exp
9959 * gdb.base/langs.exp
9960 * gdb.base/ldbl_e308.exp
9961 * gdb.base/line-symtabs.exp
9962 * gdb.base/linespecs.exp
9963 * gdb.base/list.exp
9964 * gdb.base/long_long.exp
9965 * gdb.base/longest-types.exp
9966 * gdb.base/maint.exp
9967 * gdb.base/max-value-size.exp
9968 * gdb.base/memattr.exp
9969 * gdb.base/mips_pro.exp
9970 * gdb.base/morestack.exp
9971 * gdb.base/moribund-step.exp
9972 * gdb.base/multi-forks.exp
9973 * gdb.base/nested-addr.exp
9974 * gdb.base/nextoverexit.exp
9975 * gdb.base/noreturn-finish.exp
9976 * gdb.base/noreturn-return.exp
9977 * gdb.base/nostdlib.exp
9978 * gdb.base/offsets.exp
9979 * gdb.base/opaque.exp
9980 * gdb.base/pc-fp.exp
9981 * gdb.base/permissions.exp
9982 * gdb.base/print-symbol-loading.exp
9983 * gdb.base/prologue-include.exp
9984 * gdb.base/psymtab.exp
9985 * gdb.base/ptype.exp
9986 * gdb.base/random-signal.exp
9987 * gdb.base/randomize.exp
9988 * gdb.base/range-stepping.exp
9989 * gdb.base/readline-ask.exp
9990 * gdb.base/recpar.exp
9991 * gdb.base/recurse.exp
9992 * gdb.base/relational.exp
9993 * gdb.base/restore.exp
9994 * gdb.base/return-nodebug.exp
9995 * gdb.base/return.exp
9996 * gdb.base/run-after-attach.exp
9997 * gdb.base/save-bp.exp
9998 * gdb.base/scope.exp
9999 * gdb.base/sect-cmd.exp
10000 * gdb.base/set-lang-auto.exp
10001 * gdb.base/set-noassign.exp
10002 * gdb.base/setvar.exp
10003 * gdb.base/sigall.exp
10004 * gdb.base/sigbpt.exp
10005 * gdb.base/siginfo-addr.exp
10006 * gdb.base/siginfo-infcall.exp
10007 * gdb.base/siginfo-obj.exp
10008 * gdb.base/siginfo.exp
10009 * gdb.base/signals-state-child.exp
10010 * gdb.base/signest.exp
10011 * gdb.base/sigstep.exp
10012 * gdb.base/sizeof.exp
10013 * gdb.base/skip.exp
10014 * gdb.base/solib-corrupted.exp
10015 * gdb.base/solib-nodir.exp
10016 * gdb.base/solib-search.exp
10017 * gdb.base/stack-checking.exp
10018 * gdb.base/stale-infcall.exp
10019 * gdb.base/stap-probe.exp
10020 * gdb.base/start.exp
10021 * gdb.base/step-break.exp
10022 * gdb.base/step-bt.exp
10023 * gdb.base/step-line.exp
10024 * gdb.base/step-over-exit.exp
10025 * gdb.base/step-over-syscall.exp
10026 * gdb.base/step-resume-infcall.exp
10027 * gdb.base/step-test.exp
10028 * gdb.base/store.exp
10029 * gdb.base/structs3.exp
10030 * gdb.base/sym-file.exp
10031 * gdb.base/symbol-without-target_section.exp
10032 * gdb.base/term.exp
10033 * gdb.base/testenv.exp
10034 * gdb.base/ui-redirect.exp
10035 * gdb.base/until.exp
10036 * gdb.base/unwindonsignal.exp
10037 * gdb.base/value-double-free.exp
10038 * gdb.base/vla-datatypes.exp
10039 * gdb.base/vla-ptr.exp
10040 * gdb.base/vla-sideeffect.exp
10041 * gdb.base/volatile.exp
10042 * gdb.base/watch-cond-infcall.exp
10043 * gdb.base/watch-cond.exp
10044 * gdb.base/watch-non-mem.exp
10045 * gdb.base/watch-read.exp
10046 * gdb.base/watch-vfork.exp
10047 * gdb.base/watchpoint-cond-gone.exp
10048 * gdb.base/watchpoint-delete.exp
10049 * gdb.base/watchpoint-hw-hit-once.exp
10050 * gdb.base/watchpoint-hw.exp
10051 * gdb.base/watchpoint-stops-at-right-insn.exp
10052 * gdb.base/watchpoints.exp
10053 * gdb.base/wchar.exp
10054 * gdb.base/whatis-exp.exp
10055 * gdb.btrace/buffer-size.exp
10056 * gdb.btrace/data.exp
10057 * gdb.btrace/delta.exp
10058 * gdb.btrace/dlopen.exp
10059 * gdb.btrace/enable.exp
10060 * gdb.btrace/exception.exp
10061 * gdb.btrace/function_call_history.exp
10062 * gdb.btrace/gcore.exp
10063 * gdb.btrace/instruction_history.exp
10064 * gdb.btrace/nohist.exp
10065 * gdb.btrace/reconnect.exp
10066 * gdb.btrace/record_goto-step.exp
10067 * gdb.btrace/record_goto.exp
10068 * gdb.btrace/rn-dl-bind.exp
10069 * gdb.btrace/segv.exp
10070 * gdb.btrace/step.exp
10071 * gdb.btrace/stepi.exp
10072 * gdb.btrace/tailcall-only.exp
10073 * gdb.btrace/tailcall.exp
10074 * gdb.btrace/tsx.exp
10075 * gdb.btrace/unknown_functions.exp
10076 * gdb.btrace/vdso.exp
10077 * gdb.compile/compile-ifunc.exp
10078 * gdb.compile/compile-ops.exp
10079 * gdb.compile/compile-print.exp
10080 * gdb.compile/compile-setjmp.exp
10081 * gdb.cp/abstract-origin.exp
10082 * gdb.cp/ambiguous.exp
10083 * gdb.cp/annota2.exp
10084 * gdb.cp/annota3.exp
10085 * gdb.cp/anon-ns.exp
10086 * gdb.cp/anon-struct.exp
10087 * gdb.cp/anon-union.exp
10088 * gdb.cp/arg-reference.exp
10089 * gdb.cp/baseenum.exp
10090 * gdb.cp/bool.exp
10091 * gdb.cp/breakpoint.exp
10092 * gdb.cp/bs15503.exp
10093 * gdb.cp/call-c.exp
10094 * gdb.cp/casts.exp
10095 * gdb.cp/chained-calls.exp
10096 * gdb.cp/class2.exp
10097 * gdb.cp/classes.exp
10098 * gdb.cp/cmpd-minsyms.exp
10099 * gdb.cp/converts.exp
10100 * gdb.cp/cp-relocate.exp
10101 * gdb.cp/cpcompletion.exp
10102 * gdb.cp/cpexprs.exp
10103 * gdb.cp/cplabel.exp
10104 * gdb.cp/cplusfuncs.exp
10105 * gdb.cp/cpsizeof.exp
10106 * gdb.cp/ctti.exp
10107 * gdb.cp/derivation.exp
10108 * gdb.cp/destrprint.exp
10109 * gdb.cp/dispcxx.exp
10110 * gdb.cp/enum-class.exp
10111 * gdb.cp/exception.exp
10112 * gdb.cp/exceptprint.exp
10113 * gdb.cp/expand-psymtabs-cxx.exp
10114 * gdb.cp/expand-sals.exp
10115 * gdb.cp/extern-c.exp
10116 * gdb.cp/filename.exp
10117 * gdb.cp/formatted-ref.exp
10118 * gdb.cp/fpointer.exp
10119 * gdb.cp/gdb1355.exp
10120 * gdb.cp/gdb2495.exp
10121 * gdb.cp/hang.exp
10122 * gdb.cp/impl-this.exp
10123 * gdb.cp/infcall-dlopen.exp
10124 * gdb.cp/inherit.exp
10125 * gdb.cp/iostream.exp
10126 * gdb.cp/koenig.exp
10127 * gdb.cp/local.exp
10128 * gdb.cp/m-data.exp
10129 * gdb.cp/m-static.exp
10130 * gdb.cp/mb-ctor.exp
10131 * gdb.cp/mb-inline.exp
10132 * gdb.cp/mb-templates.exp
10133 * gdb.cp/member-name.exp
10134 * gdb.cp/member-ptr.exp
10135 * gdb.cp/meth-typedefs.exp
10136 * gdb.cp/method.exp
10137 * gdb.cp/method2.exp
10138 * gdb.cp/minsym-fallback.exp
10139 * gdb.cp/misc.exp
10140 * gdb.cp/namelessclass.exp
10141 * gdb.cp/namespace-enum.exp
10142 * gdb.cp/namespace-nested-import.exp
10143 * gdb.cp/namespace.exp
10144 * gdb.cp/nextoverthrow.exp
10145 * gdb.cp/no-dmgl-verbose.exp
10146 * gdb.cp/non-trivial-retval.exp
10147 * gdb.cp/noparam.exp
10148 * gdb.cp/nsdecl.exp
10149 * gdb.cp/nsimport.exp
10150 * gdb.cp/nsnested.exp
10151 * gdb.cp/nsnoimports.exp
10152 * gdb.cp/nsrecurs.exp
10153 * gdb.cp/nsstress.exp
10154 * gdb.cp/nsusing.exp
10155 * gdb.cp/operator.exp
10156 * gdb.cp/oranking.exp
10157 * gdb.cp/overload-const.exp
10158 * gdb.cp/overload.exp
10159 * gdb.cp/ovldbreak.exp
10160 * gdb.cp/ovsrch.exp
10161 * gdb.cp/paren-type.exp
10162 * gdb.cp/parse-lang.exp
10163 * gdb.cp/pass-by-ref.exp
10164 * gdb.cp/pr-1023.exp
10165 * gdb.cp/pr-1210.exp
10166 * gdb.cp/pr-574.exp
10167 * gdb.cp/pr10687.exp
10168 * gdb.cp/pr12028.exp
10169 * gdb.cp/pr17132.exp
10170 * gdb.cp/pr17494.exp
10171 * gdb.cp/pr9067.exp
10172 * gdb.cp/pr9167.exp
10173 * gdb.cp/pr9631.exp
10174 * gdb.cp/printmethod.exp
10175 * gdb.cp/psmang.exp
10176 * gdb.cp/psymtab-parameter.exp
10177 * gdb.cp/ptype-cv-cp.exp
10178 * gdb.cp/ptype-flags.exp
10179 * gdb.cp/re-set-overloaded.exp
10180 * gdb.cp/ref-types.exp
10181 * gdb.cp/rtti.exp
10182 * gdb.cp/scope-err.exp
10183 * gdb.cp/shadow.exp
10184 * gdb.cp/smartp.exp
10185 * gdb.cp/static-method.exp
10186 * gdb.cp/static-print-quit.exp
10187 * gdb.cp/temargs.exp
10188 * gdb.cp/templates.exp
10189 * gdb.cp/try_catch.exp
10190 * gdb.cp/typedef-operator.exp
10191 * gdb.cp/typeid.exp
10192 * gdb.cp/userdef.exp
10193 * gdb.cp/using-crash.exp
10194 * gdb.cp/var-tag.exp
10195 * gdb.cp/virtbase.exp
10196 * gdb.cp/virtfunc.exp
10197 * gdb.cp/virtfunc2.exp
10198 * gdb.cp/vla-cxx.exp
10199 * gdb.disasm/t01_mov.exp
10200 * gdb.disasm/t02_mova.exp
10201 * gdb.disasm/t03_add.exp
10202 * gdb.disasm/t04_sub.exp
10203 * gdb.disasm/t05_cmp.exp
10204 * gdb.disasm/t06_ari2.exp
10205 * gdb.disasm/t07_ari3.exp
10206 * gdb.disasm/t08_or.exp
10207 * gdb.disasm/t09_xor.exp
10208 * gdb.disasm/t10_and.exp
10209 * gdb.disasm/t11_logs.exp
10210 * gdb.disasm/t12_bit.exp
10211 * gdb.disasm/t13_otr.exp
10212 * gdb.dlang/circular.exp
10213 * gdb.dwarf2/arr-stride.exp
10214 * gdb.dwarf2/arr-subrange.exp
10215 * gdb.dwarf2/atomic-type.exp
10216 * gdb.dwarf2/bad-regnum.exp
10217 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10218 * gdb.dwarf2/callframecfa.exp
10219 * gdb.dwarf2/clztest.exp
10220 * gdb.dwarf2/corrupt.exp
10221 * gdb.dwarf2/data-loc.exp
10222 * gdb.dwarf2/dup-psym.exp
10223 * gdb.dwarf2/dw2-anon-mptr.exp
10224 * gdb.dwarf2/dw2-anonymous-func.exp
10225 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10226 * gdb.dwarf2/dw2-bad-unresolved.exp
10227 * gdb.dwarf2/dw2-basic.exp
10228 * gdb.dwarf2/dw2-canonicalize-type.exp
10229 * gdb.dwarf2/dw2-case-insensitive.exp
10230 * gdb.dwarf2/dw2-common-block.exp
10231 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10232 * gdb.dwarf2/dw2-compressed.exp
10233 * gdb.dwarf2/dw2-const.exp
10234 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10235 * gdb.dwarf2/dw2-cu-size.exp
10236 * gdb.dwarf2/dw2-dup-frame.exp
10237 * gdb.dwarf2/dw2-entry-value.exp
10238 * gdb.dwarf2/dw2-icycle.exp
10239 * gdb.dwarf2/dw2-ifort-parameter.exp
10240 * gdb.dwarf2/dw2-inline-break.exp
10241 * gdb.dwarf2/dw2-inline-param.exp
10242 * gdb.dwarf2/dw2-intercu.exp
10243 * gdb.dwarf2/dw2-intermix.exp
10244 * gdb.dwarf2/dw2-lexical-block-bare.exp
10245 * gdb.dwarf2/dw2-linkage-name-trust.exp
10246 * gdb.dwarf2/dw2-minsym-in-cu.exp
10247 * gdb.dwarf2/dw2-noloc.exp
10248 * gdb.dwarf2/dw2-op-call.exp
10249 * gdb.dwarf2/dw2-op-out-param.exp
10250 * gdb.dwarf2/dw2-opt-structptr.exp
10251 * gdb.dwarf2/dw2-param-error.exp
10252 * gdb.dwarf2/dw2-producer.exp
10253 * gdb.dwarf2/dw2-ranges-base.exp
10254 * gdb.dwarf2/dw2-ref-missing-frame.exp
10255 * gdb.dwarf2/dw2-reg-undefined.exp
10256 * gdb.dwarf2/dw2-regno-invalid.exp
10257 * gdb.dwarf2/dw2-restore.exp
10258 * gdb.dwarf2/dw2-restrict.exp
10259 * gdb.dwarf2/dw2-single-line-discriminators.exp
10260 * gdb.dwarf2/dw2-strp.exp
10261 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10262 * gdb.dwarf2/dw2-unresolved.exp
10263 * gdb.dwarf2/dw2-var-zero-addr.exp
10264 * gdb.dwarf2/dw4-sig-types.exp
10265 * gdb.dwarf2/dwz.exp
10266 * gdb.dwarf2/dynarr-ptr.exp
10267 * gdb.dwarf2/enum-type.exp
10268 * gdb.dwarf2/gdb-index.exp
10269 * gdb.dwarf2/implptr-64bit.exp
10270 * gdb.dwarf2/implptr-optimized-out.exp
10271 * gdb.dwarf2/implptr.exp
10272 * gdb.dwarf2/implref-array.exp
10273 * gdb.dwarf2/implref-const.exp
10274 * gdb.dwarf2/implref-global.exp
10275 * gdb.dwarf2/implref-struct.exp
10276 * gdb.dwarf2/mac-fileno.exp
10277 * gdb.dwarf2/main-subprogram.exp
10278 * gdb.dwarf2/member-ptr-forwardref.exp
10279 * gdb.dwarf2/method-ptr.exp
10280 * gdb.dwarf2/missing-sig-type.exp
10281 * gdb.dwarf2/nonvar-access.exp
10282 * gdb.dwarf2/opaque-type-lookup.exp
10283 * gdb.dwarf2/pieces-optimized-out.exp
10284 * gdb.dwarf2/pieces.exp
10285 * gdb.dwarf2/pr10770.exp
10286 * gdb.dwarf2/pr13961.exp
10287 * gdb.dwarf2/staticvirtual.exp
10288 * gdb.dwarf2/subrange.exp
10289 * gdb.dwarf2/symtab-producer.exp
10290 * gdb.dwarf2/trace-crash.exp
10291 * gdb.dwarf2/typeddwarf.exp
10292 * gdb.dwarf2/valop.exp
10293 * gdb.dwarf2/watch-notconst.exp
10294 * gdb.fortran/array-element.exp
10295 * gdb.fortran/charset.exp
10296 * gdb.fortran/common-block.exp
10297 * gdb.fortran/complex.exp
10298 * gdb.fortran/derived-type-function.exp
10299 * gdb.fortran/derived-type.exp
10300 * gdb.fortran/logical.exp
10301 * gdb.fortran/module.exp
10302 * gdb.fortran/multi-dim.exp
10303 * gdb.fortran/nested-funcs.exp
10304 * gdb.fortran/print-formatted.exp
10305 * gdb.fortran/subarray.exp
10306 * gdb.fortran/vla-alloc-assoc.exp
10307 * gdb.fortran/vla-datatypes.exp
10308 * gdb.fortran/vla-history.exp
10309 * gdb.fortran/vla-ptr-info.exp
10310 * gdb.fortran/vla-ptype-sub.exp
10311 * gdb.fortran/vla-ptype.exp
10312 * gdb.fortran/vla-sizeof.exp
10313 * gdb.fortran/vla-type.exp
10314 * gdb.fortran/vla-value-sub-arbitrary.exp
10315 * gdb.fortran/vla-value-sub-finish.exp
10316 * gdb.fortran/vla-value-sub.exp
10317 * gdb.fortran/vla-value.exp
10318 * gdb.fortran/whatis_type.exp
10319 * gdb.go/chan.exp
10320 * gdb.go/handcall.exp
10321 * gdb.go/hello.exp
10322 * gdb.go/integers.exp
10323 * gdb.go/methods.exp
10324 * gdb.go/package.exp
10325 * gdb.go/strings.exp
10326 * gdb.go/types.exp
10327 * gdb.go/unsafe.exp
10328 * gdb.guile/scm-arch.exp
10329 * gdb.guile/scm-block.exp
10330 * gdb.guile/scm-breakpoint.exp
10331 * gdb.guile/scm-cmd.exp
10332 * gdb.guile/scm-disasm.exp
10333 * gdb.guile/scm-equal.exp
10334 * gdb.guile/scm-frame-args.exp
10335 * gdb.guile/scm-frame-inline.exp
10336 * gdb.guile/scm-frame.exp
10337 * gdb.guile/scm-iterator.exp
10338 * gdb.guile/scm-math.exp
10339 * gdb.guile/scm-objfile.exp
10340 * gdb.guile/scm-ports.exp
10341 * gdb.guile/scm-symbol.exp
10342 * gdb.guile/scm-symtab.exp
10343 * gdb.guile/scm-value-cc.exp
10344 * gdb.guile/types-module.exp
10345 * gdb.linespec/break-ask.exp
10346 * gdb.linespec/cpexplicit.exp
10347 * gdb.linespec/explicit.exp
10348 * gdb.linespec/keywords.exp
10349 * gdb.linespec/linespec.exp
10350 * gdb.linespec/ls-dollar.exp
10351 * gdb.linespec/ls-errs.exp
10352 * gdb.linespec/skip-two.exp
10353 * gdb.linespec/thread.exp
10354 * gdb.mi/mi-async.exp
10355 * gdb.mi/mi-basics.exp
10356 * gdb.mi/mi-break.exp
10357 * gdb.mi/mi-catch-load.exp
10358 * gdb.mi/mi-cli.exp
10359 * gdb.mi/mi-cmd-param-changed.exp
10360 * gdb.mi/mi-console.exp
10361 * gdb.mi/mi-detach.exp
10362 * gdb.mi/mi-disassemble.exp
10363 * gdb.mi/mi-eval.exp
10364 * gdb.mi/mi-file-transfer.exp
10365 * gdb.mi/mi-file.exp
10366 * gdb.mi/mi-fill-memory.exp
10367 * gdb.mi/mi-inheritance-syntax-error.exp
10368 * gdb.mi/mi-linespec-err-cp.exp
10369 * gdb.mi/mi-logging.exp
10370 * gdb.mi/mi-memory-changed.exp
10371 * gdb.mi/mi-read-memory.exp
10372 * gdb.mi/mi-record-changed.exp
10373 * gdb.mi/mi-reg-undefined.exp
10374 * gdb.mi/mi-regs.exp
10375 * gdb.mi/mi-return.exp
10376 * gdb.mi/mi-reverse.exp
10377 * gdb.mi/mi-simplerun.exp
10378 * gdb.mi/mi-solib.exp
10379 * gdb.mi/mi-stack.exp
10380 * gdb.mi/mi-stepi.exp
10381 * gdb.mi/mi-syn-frame.exp
10382 * gdb.mi/mi-until.exp
10383 * gdb.mi/mi-var-block.exp
10384 * gdb.mi/mi-var-child.exp
10385 * gdb.mi/mi-var-cmd.exp
10386 * gdb.mi/mi-var-cp.exp
10387 * gdb.mi/mi-var-display.exp
10388 * gdb.mi/mi-var-invalidate.exp
10389 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10390 * gdb.mi/mi-vla-fortran.exp
10391 * gdb.mi/mi-watch.exp
10392 * gdb.mi/mi2-var-child.exp
10393 * gdb.mi/user-selected-context-sync.exp
10394 * gdb.modula2/unbounded-array.exp
10395 * gdb.multi/dummy-frame-restore.exp
10396 * gdb.multi/multi-arch-exec.exp
10397 * gdb.multi/multi-arch.exp
10398 * gdb.multi/tids.exp
10399 * gdb.multi/watchpoint-multi.exp
10400 * gdb.opencl/callfuncs.exp
10401 * gdb.opencl/convs_casts.exp
10402 * gdb.opencl/datatypes.exp
10403 * gdb.opencl/operators.exp
10404 * gdb.opencl/vec_comps.exp
10405 * gdb.opt/clobbered-registers-O2.exp
10406 * gdb.opt/inline-break.exp
10407 * gdb.opt/inline-bt.exp
10408 * gdb.opt/inline-cmds.exp
10409 * gdb.opt/inline-locals.exp
10410 * gdb.pascal/case-insensitive-symbols.exp
10411 * gdb.pascal/floats.exp
10412 * gdb.pascal/gdb11492.exp
10413 * gdb.python/lib-types.exp
10414 * gdb.python/py-arch.exp
10415 * gdb.python/py-as-string.exp
10416 * gdb.python/py-bad-printers.exp
10417 * gdb.python/py-block.exp
10418 * gdb.python/py-breakpoint-create-fail.exp
10419 * gdb.python/py-breakpoint.exp
10420 * gdb.python/py-caller-is.exp
10421 * gdb.python/py-cmd.exp
10422 * gdb.python/py-explore-cc.exp
10423 * gdb.python/py-explore.exp
10424 * gdb.python/py-finish-breakpoint.exp
10425 * gdb.python/py-finish-breakpoint2.exp
10426 * gdb.python/py-frame-args.exp
10427 * gdb.python/py-frame-inline.exp
10428 * gdb.python/py-frame.exp
10429 * gdb.python/py-framefilter-mi.exp
10430 * gdb.python/py-infthread.exp
10431 * gdb.python/py-lazy-string.exp
10432 * gdb.python/py-linetable.exp
10433 * gdb.python/py-mi-events.exp
10434 * gdb.python/py-mi-objfile.exp
10435 * gdb.python/py-mi.exp
10436 * gdb.python/py-objfile.exp
10437 * gdb.python/py-pp-integral.exp
10438 * gdb.python/py-pp-maint.exp
10439 * gdb.python/py-pp-re-notag.exp
10440 * gdb.python/py-pp-registration.exp
10441 * gdb.python/py-recurse-unwind.exp
10442 * gdb.python/py-strfns.exp
10443 * gdb.python/py-symbol.exp
10444 * gdb.python/py-symtab.exp
10445 * gdb.python/py-sync-interp.exp
10446 * gdb.python/py-typeprint.exp
10447 * gdb.python/py-unwind-maint.exp
10448 * gdb.python/py-unwind.exp
10449 * gdb.python/py-value-cc.exp
10450 * gdb.python/py-xmethods.exp
10451 * gdb.reverse/amd64-tailcall-reverse.exp
10452 * gdb.reverse/break-precsave.exp
10453 * gdb.reverse/break-reverse.exp
10454 * gdb.reverse/consecutive-precsave.exp
10455 * gdb.reverse/consecutive-reverse.exp
10456 * gdb.reverse/finish-precsave.exp
10457 * gdb.reverse/finish-reverse-bkpt.exp
10458 * gdb.reverse/finish-reverse.exp
10459 * gdb.reverse/fstatat-reverse.exp
10460 * gdb.reverse/getresuid-reverse.exp
10461 * gdb.reverse/i386-precsave.exp
10462 * gdb.reverse/i386-reverse.exp
10463 * gdb.reverse/i386-sse-reverse.exp
10464 * gdb.reverse/i387-env-reverse.exp
10465 * gdb.reverse/i387-stack-reverse.exp
10466 * gdb.reverse/insn-reverse.exp
10467 * gdb.reverse/machinestate-precsave.exp
10468 * gdb.reverse/machinestate.exp
10469 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10470 * gdb.reverse/pipe-reverse.exp
10471 * gdb.reverse/readv-reverse.exp
10472 * gdb.reverse/recvmsg-reverse.exp
10473 * gdb.reverse/rerun-prec.exp
10474 * gdb.reverse/s390-mvcle.exp
10475 * gdb.reverse/step-precsave.exp
10476 * gdb.reverse/step-reverse.exp
10477 * gdb.reverse/time-reverse.exp
10478 * gdb.reverse/until-precsave.exp
10479 * gdb.reverse/until-reverse.exp
10480 * gdb.reverse/waitpid-reverse.exp
10481 * gdb.reverse/watch-precsave.exp
10482 * gdb.reverse/watch-reverse.exp
10483 * gdb.rust/generics.exp
10484 * gdb.rust/methods.exp
10485 * gdb.rust/modules.exp
10486 * gdb.rust/simple.exp
10487 * gdb.server/connect-with-no-symbol-file.exp
10488 * gdb.server/ext-attach.exp
10489 * gdb.server/ext-restart.exp
10490 * gdb.server/ext-wrapper.exp
10491 * gdb.server/file-transfer.exp
10492 * gdb.server/server-exec-info.exp
10493 * gdb.server/server-kill.exp
10494 * gdb.server/server-mon.exp
10495 * gdb.server/wrapper.exp
10496 * gdb.stabs/exclfwd.exp
10497 * gdb.stabs/gdb11479.exp
10498 * gdb.threads/clone-new-thread-event.exp
10499 * gdb.threads/corethreads.exp
10500 * gdb.threads/current-lwp-dead.exp
10501 * gdb.threads/dlopen-libpthread.exp
10502 * gdb.threads/gcore-thread.exp
10503 * gdb.threads/sigstep-threads.exp
10504 * gdb.threads/watchpoint-fork.exp
10505 * gdb.trace/actions-changed.exp
10506 * gdb.trace/backtrace.exp
10507 * gdb.trace/change-loc.exp
10508 * gdb.trace/circ.exp
10509 * gdb.trace/collection.exp
10510 * gdb.trace/disconnected-tracing.exp
10511 * gdb.trace/ftrace.exp
10512 * gdb.trace/mi-trace-frame-collected.exp
10513 * gdb.trace/mi-trace-unavailable.exp
10514 * gdb.trace/mi-traceframe-changed.exp
10515 * gdb.trace/mi-tsv-changed.exp
10516 * gdb.trace/no-attach-trace.exp
10517 * gdb.trace/passc-dyn.exp
10518 * gdb.trace/qtro.exp
10519 * gdb.trace/range-stepping.exp
10520 * gdb.trace/read-memory.exp
10521 * gdb.trace/save-trace.exp
10522 * gdb.trace/signal.exp
10523 * gdb.trace/status-stop.exp
10524 * gdb.trace/tfile.exp
10525 * gdb.trace/trace-break.exp
10526 * gdb.trace/trace-buffer-size.exp
10527 * gdb.trace/trace-condition.exp
10528 * gdb.trace/tracefile-pseudo-reg.exp
10529 * gdb.trace/tstatus.exp
10530 * gdb.trace/unavailable.exp
10531 * gdb.trace/while-dyn.exp
10532 * gdb.trace/while-stepping.exp
10533
10534 2016-12-22 Doug Evans <xdje42@gmail.com>
10535
10536 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10537 and msymbols.
10538
10539 2016-12-19 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10542 (test_with_self): Don't call do_steps_and_nexts, and remove
10543 code about stepping into xmalloc.
10544
10545 2016-12-09 Yao Qi <yao.qi@linaro.org>
10546
10547 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10548
10549 2016-12-09 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10552
10553 2016-12-09 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/all-architectures-0.exp: New file.
10556 * gdb.base/all-architectures-1.exp: New file.
10557 * gdb.base/all-architectures-2.exp: New file.
10558 * gdb.base/all-architectures-3.exp: New file.
10559 * gdb.base/all-architectures-4.exp: New file.
10560 * gdb.base/all-architectures-5.exp: New file.
10561 * gdb.base/all-architectures-6.exp: New file.
10562 * gdb.base/all-architectures-7.exp: New file.
10563 * gdb.base/all-architectures.exp.in: New file.
10564
10565 2016-12-09 Yao Qi <yao.qi@linaro.org>
10566
10567 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10568
10569 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10570
10571 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10572 possible.
10573 Remove useless pattern-matching code.
10574
10575 2016-12-02 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10578 procedure.
10579 (top level): Call it.
10580
10581 2016-12-02 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10584 New procedure.
10585 (top level): Call it.
10586
10587 2016-12-02 Pedro Alves <palves@redhat.com>
10588
10589 PR cli/20559
10590 * gdb.base/commands.exp (user_defined_command_args_eval): New
10591 procedure.
10592 (top level): Call it.
10593
10594 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
10595
10596 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10597 timeout handling.
10598
10599 2016-12-02 Tom Tromey <tom@tromey.com>
10600
10601 * gdb.dwarf2/main-subprogram.c: New file.
10602 * gdb.dwarf2/main-subprogram.exp: New file.
10603
10604 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10605
10606 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10607 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10608 gdb_test_no_output for a couple of cases.
10609 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10610
10611 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10612
10613 Fix test names and standardize compilation error messages throughout
10614 the following files:
10615
10616 * gdb.ada/start.exp
10617 * gdb.arch/alpha-step.exp
10618 * gdb.arch/e500-prologue.exp
10619 * gdb.arch/ftrace-insn-reloc.exp
10620 * gdb.arch/gdb1291.exp
10621 * gdb.arch/gdb1431.exp
10622 * gdb.arch/gdb1558.exp
10623 * gdb.arch/i386-dr3-watch.exp
10624 * gdb.arch/i386-sse-stack-align.exp
10625 * gdb.arch/ia64-breakpoint-shadow.exp
10626 * gdb.arch/pa-nullify.exp
10627 * gdb.arch/powerpc-aix-prologue.exp
10628 * gdb.arch/thumb-bx-pc.exp
10629 * gdb.base/annota1.exp
10630 * gdb.base/annota3.exp
10631 * gdb.base/arrayidx.exp
10632 * gdb.base/assign.exp
10633 * gdb.base/attach.exp
10634 * gdb.base/auxv.exp
10635 * gdb.base/bang.exp
10636 * gdb.base/bfp-test.exp
10637 * gdb.base/bigcore.exp
10638 * gdb.base/bitfields2.exp
10639 * gdb.base/break-fun-addr.exp
10640 * gdb.base/break-probes.exp
10641 * gdb.base/call-rt-st.exp
10642 * gdb.base/callexit.exp
10643 * gdb.base/catch-fork-kill.exp
10644 * gdb.base/charset.exp
10645 * gdb.base/checkpoint.exp
10646 * gdb.base/comprdebug.exp
10647 * gdb.base/constvars.exp
10648 * gdb.base/coredump-filter.exp
10649 * gdb.base/cursal.exp
10650 * gdb.base/cvexpr.exp
10651 * gdb.base/detach.exp
10652 * gdb.base/display.exp
10653 * gdb.base/dmsym.exp
10654 * gdb.base/dprintf-pending.exp
10655 * gdb.base/dso2dso.exp
10656 * gdb.base/dtrace-probe.exp
10657 * gdb.base/dump.exp
10658 * gdb.base/enum_cond.exp
10659 * gdb.base/exe-lock.exp
10660 * gdb.base/exec-invalid-sysroot.exp
10661 * gdb.base/execl-update-breakpoints.exp
10662 * gdb.base/exprs.exp
10663 * gdb.base/fileio.exp
10664 * gdb.base/find.exp
10665 * gdb.base/finish.exp
10666 * gdb.base/fixsection.exp
10667 * gdb.base/foll-vfork.exp
10668 * gdb.base/frame-args.exp
10669 * gdb.base/gcore.exp
10670 * gdb.base/gdb1250.exp
10671 * gdb.base/global-var-nested-by-dso.exp
10672 * gdb.base/gnu-ifunc.exp
10673 * gdb.base/hashline1.exp
10674 * gdb.base/hashline2.exp
10675 * gdb.base/hashline3.exp
10676 * gdb.base/hbreak-in-shr-unsupported.exp
10677 * gdb.base/huge.exp
10678 * gdb.base/infcall-input.exp
10679 * gdb.base/info-fun.exp
10680 * gdb.base/info-shared.exp
10681 * gdb.base/jit-simple.exp
10682 * gdb.base/jit-so.exp
10683 * gdb.base/jit.exp
10684 * gdb.base/jump.exp
10685 * gdb.base/label.exp
10686 * gdb.base/lineinc.exp
10687 * gdb.base/logical.exp
10688 * gdb.base/longjmp.exp
10689 * gdb.base/macscp.exp
10690 * gdb.base/miscexprs.exp
10691 * gdb.base/new-ui-echo.exp
10692 * gdb.base/new-ui-pending-input.exp
10693 * gdb.base/new-ui.exp
10694 * gdb.base/nodebug.exp
10695 * gdb.base/nofield.exp
10696 * gdb.base/offsets.exp
10697 * gdb.base/overlays.exp
10698 * gdb.base/pending.exp
10699 * gdb.base/pointers.exp
10700 * gdb.base/pr11022.exp
10701 * gdb.base/printcmds.exp
10702 * gdb.base/prologue.exp
10703 * gdb.base/ptr-typedef.exp
10704 * gdb.base/realname-expand.exp
10705 * gdb.base/relativedebug.exp
10706 * gdb.base/relocate.exp
10707 * gdb.base/remote.exp
10708 * gdb.base/reread.exp
10709 * gdb.base/return2.exp
10710 * gdb.base/savedregs.exp
10711 * gdb.base/sep.exp
10712 * gdb.base/sepdebug.exp
10713 * gdb.base/sepsymtab.exp
10714 * gdb.base/set-inferior-tty.exp
10715 * gdb.base/setshow.exp
10716 * gdb.base/shlib-call.exp
10717 * gdb.base/sigaltstack.exp
10718 * gdb.base/siginfo-addr.exp
10719 * gdb.base/signals.exp
10720 * gdb.base/signull.exp
10721 * gdb.base/sigrepeat.exp
10722 * gdb.base/so-impl-ld.exp
10723 * gdb.base/solib-display.exp
10724 * gdb.base/solib-overlap.exp
10725 * gdb.base/solib-search.exp
10726 * gdb.base/solib-symbol.exp
10727 * gdb.base/structs.exp
10728 * gdb.base/structs2.exp
10729 * gdb.base/symtab-search-order.exp
10730 * gdb.base/twice.exp
10731 * gdb.base/unload.exp
10732 * gdb.base/varargs.exp
10733 * gdb.base/watchpoint-solib.exp
10734 * gdb.base/watchpoint.exp
10735 * gdb.base/whatis.exp
10736 * gdb.base/wrong_frame_bt_full.exp
10737 * gdb.btrace/dlopen.exp
10738 * gdb.cell/ea-standalone.exp
10739 * gdb.cell/ea-test.exp
10740 * gdb.cp/dispcxx.exp
10741 * gdb.cp/gdb2384.exp
10742 * gdb.cp/method2.exp
10743 * gdb.cp/nextoverthrow.exp
10744 * gdb.cp/pr10728.exp
10745 * gdb.disasm/am33.exp
10746 * gdb.disasm/h8300s.exp
10747 * gdb.disasm/mn10300.exp
10748 * gdb.disasm/sh3.exp
10749 * gdb.dwarf2/dw2-dir-file-name.exp
10750 * gdb.fortran/complex.exp
10751 * gdb.fortran/library-module.exp
10752 * gdb.guile/scm-pretty-print.exp
10753 * gdb.guile/scm-symbol.exp
10754 * gdb.guile/scm-type.exp
10755 * gdb.guile/scm-value.exp
10756 * gdb.linespec/linespec.exp
10757 * gdb.mi/gdb701.exp
10758 * gdb.mi/gdb792.exp
10759 * gdb.mi/mi-breakpoint-changed.exp
10760 * gdb.mi/mi-dprintf-pending.exp
10761 * gdb.mi/mi-dprintf.exp
10762 * gdb.mi/mi-exit-code.exp
10763 * gdb.mi/mi-pending.exp
10764 * gdb.mi/mi-solib.exp
10765 * gdb.mi/new-ui-mi-sync.exp
10766 * gdb.mi/pr11022.exp
10767 * gdb.mi/user-selected-context-sync.exp
10768 * gdb.opt/solib-intra-step.exp
10769 * gdb.python/py-events.exp
10770 * gdb.python/py-finish-breakpoint.exp
10771 * gdb.python/py-mi.exp
10772 * gdb.python/py-prettyprint.exp
10773 * gdb.python/py-shared.exp
10774 * gdb.python/py-symbol.exp
10775 * gdb.python/py-template.exp
10776 * gdb.python/py-type.exp
10777 * gdb.python/py-value.exp
10778 * gdb.reverse/solib-precsave.exp
10779 * gdb.reverse/solib-reverse.exp
10780 * gdb.server/solib-list.exp
10781 * gdb.stabs/weird.exp
10782 * gdb.threads/reconnect-signal.exp
10783 * gdb.threads/stepi-random-signal.exp
10784 * gdb.trace/actions.exp
10785 * gdb.trace/ax.exp
10786 * gdb.trace/backtrace.exp
10787 * gdb.trace/change-loc.exp
10788 * gdb.trace/deltrace.exp
10789 * gdb.trace/ftrace-lock.exp
10790 * gdb.trace/ftrace.exp
10791 * gdb.trace/infotrace.exp
10792 * gdb.trace/mi-tracepoint-changed.exp
10793 * gdb.trace/packetlen.exp
10794 * gdb.trace/passcount.exp
10795 * gdb.trace/pending.exp
10796 * gdb.trace/range-stepping.exp
10797 * gdb.trace/report.exp
10798 * gdb.trace/stap-trace.exp
10799 * gdb.trace/tfind.exp
10800 * gdb.trace/trace-break.exp
10801 * gdb.trace/trace-condition.exp
10802 * gdb.trace/trace-enable-disable.exp
10803 * gdb.trace/trace-mt.exp
10804 * gdb.trace/tracecmd.exp
10805 * gdb.trace/tspeed.exp
10806 * gdb.trace/tsv.exp
10807 * lib/perftest.exp
10808
10809 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10810
10811 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10812 with gdb_test_no_output.
10813 Use command as test name.
10814
10815 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10816
10817 Fix test names starting with uppercase throughout the files.
10818
10819 * gdb.ada/assign_1.exp
10820 * gdb.ada/boolean_expr.exp
10821 * gdb.base/arrayidx.exp
10822 * gdb.base/del.exp
10823 * gdb.base/gcore-buffer-overflow.exp
10824 * gdb.base/testenv.exp
10825 * gdb.compile/compile.exp
10826 * gdb.python/py-framefilter-invalidarg.exp
10827 * gdb.python/py-framefilter.exp
10828
10829 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10830
10831 Fix test names starting with uppercase throughout the files.
10832
10833 * gdb.ada/array_return.exp
10834 * gdb.ada/expr_delims.exp
10835 * gdb.ada/mi_dyn_arr.exp
10836 * gdb.ada/mi_interface.exp
10837 * gdb.ada/mi_var_array.exp
10838 * gdb.ada/watch_arg.exp
10839 * gdb.arch/alpha-step.exp
10840 * gdb.arch/altivec-regs.exp
10841 * gdb.arch/e500-regs.exp
10842 * gdb.arch/powerpc-d128-regs.exp
10843 * gdb.base/arrayidx.exp
10844 * gdb.base/break.exp
10845 * gdb.base/checkpoint.exp
10846 * gdb.base/debug-expr.exp
10847 * gdb.base/dmsym.exp
10848 * gdb.base/radix.exp
10849 * gdb.base/sepdebug.exp
10850 * gdb.base/testenv.exp
10851 * gdb.base/watch_thread_num.exp
10852 * gdb.base/watchpoint-cond-gone.exp
10853 * gdb.cell/break.exp
10854 * gdb.cell/ea-cache.exp
10855 * gdb.compile/compile.exp
10856 * gdb.cp/gdb2495.exp
10857 * gdb.gdb/selftest.exp
10858 * gdb.gdb/xfullpath.exp
10859 * gdb.go/hello.exp
10860 * gdb.go/integers.exp
10861 * gdb.objc/basicclass.exp
10862 * gdb.pascal/hello.exp
10863 * gdb.pascal/integers.exp
10864 * gdb.python/py-breakpoint.exp
10865 * gdb.python/py-cmd.exp
10866 * gdb.python/py-linetable.exp
10867 * gdb.python/py-xmethods.exp
10868 * gdb.python/python.exp
10869 * gdb.reverse/consecutive-precsave.exp
10870 * gdb.reverse/finish-precsave.exp
10871 * gdb.reverse/i386-precsave.exp
10872 * gdb.reverse/machinestate-precsave.exp
10873 * gdb.reverse/sigall-precsave.exp
10874 * gdb.reverse/solib-precsave.exp
10875 * gdb.reverse/step-precsave.exp
10876 * gdb.reverse/until-precsave.exp
10877 * gdb.reverse/watch-precsave.exp
10878 * gdb.threads/leader-exit.exp
10879 * gdb.threads/pthreads.exp
10880 * gdb.threads/wp-replication.exp
10881 * gdb.trace/actions.exp
10882 * gdb.trace/mi-tsv-changed.exp
10883 * gdb.trace/tsv.exp
10884
10885 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10886
10887 Fix test names starting with uppercase throughout the files.
10888
10889 * gdb.arch/i386-bp_permanent.exp
10890 * gdb.arch/i386-gnu-cfi.exp
10891 * gdb.base/disasm-end-cu.exp
10892 * gdb.base/macscp.exp
10893 * gdb.base/pending.exp
10894 * gdb.base/watch_thread_num.exp
10895 * gdb.cp/exception.exp
10896 * gdb.cp/gdb2495.exp
10897 * gdb.cp/local.exp
10898 * gdb.python/py-evsignal.exp
10899 * gdb.python/python.exp
10900 * gdb.trace/tracecmd.exp
10901
10902 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10903
10904 Fix test names starting with uppercase throughout the files.
10905
10906 * gdb.base/charset.exp
10907 * gdb.base/eval.exp
10908 * gdb.base/multi-forks.exp
10909 * gdb.guile/scm-progspace.exp
10910 * gdb.opencl/datatypes.exp
10911 * gdb.python/py-block.exp
10912 * gdb.python/py-function.exp
10913 * gdb.python/py-symbol.exp
10914 * gdb.python/py-symtab.exp
10915 * gdb.python/py-xmethods.exp
10916 * gdb.reverse/break-precsave.exp
10917 * gdb.reverse/break-reverse.exp
10918 * gdb.reverse/consecutive-precsave.exp
10919 * gdb.reverse/consecutive-reverse.exp
10920 * gdb.reverse/finish-precsave.exp
10921 * gdb.reverse/finish-reverse-bkpt.exp
10922 * gdb.reverse/finish-reverse.exp
10923 * gdb.reverse/fstatat-reverse.exp
10924 * gdb.reverse/getresuid-reverse.exp
10925 * gdb.reverse/i386-precsave.exp
10926 * gdb.reverse/i386-reverse.exp
10927 * gdb.reverse/i386-sse-reverse.exp
10928 * gdb.reverse/i387-stack-reverse.exp
10929 * gdb.reverse/insn-reverse.exp
10930 * gdb.reverse/machinestate-precsave.exp
10931 * gdb.reverse/machinestate.exp
10932 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10933 * gdb.reverse/pipe-reverse.exp
10934 * gdb.reverse/readv-reverse.exp
10935 * gdb.reverse/recvmsg-reverse.exp
10936 * gdb.reverse/rerun-prec.exp
10937 * gdb.reverse/s390-mvcle.exp
10938 * gdb.reverse/sigall-precsave.exp
10939 * gdb.reverse/sigall-reverse.exp
10940 * gdb.reverse/solib-precsave.exp
10941 * gdb.reverse/solib-reverse.exp
10942 * gdb.reverse/step-precsave.exp
10943 * gdb.reverse/step-reverse.exp
10944 * gdb.reverse/time-reverse.exp
10945 * gdb.reverse/until-precsave.exp
10946 * gdb.reverse/until-reverse.exp
10947 * gdb.reverse/waitpid-reverse.exp
10948 * gdb.reverse/watch-precsave.exp
10949 * gdb.reverse/watch-reverse.exp
10950
10951 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
10952
10953 Fix test names starting with uppercase throughout the files.
10954
10955 * gdb.arch/i386-mpx-simple_segv.exp
10956 * gdb.arch/i386-mpx.exp
10957 * gdb.arch/i386-permbkpt.exp
10958 * gdb.arch/pa-nullify.exp
10959 * gdb.arch/powerpc-d128-regs.exp
10960 * gdb.arch/vsx-regs.exp
10961 * gdb.base/bfp-test.exp
10962 * gdb.base/break.exp
10963 * gdb.base/breakpoint-shadow.exp
10964 * gdb.base/callfuncs.exp
10965 * gdb.base/charset.exp
10966 * gdb.base/commands.exp
10967 * gdb.base/completion.exp
10968 * gdb.base/dfp-test.exp
10969 * gdb.base/echo.exp
10970 * gdb.base/ending-run.exp
10971 * gdb.base/eval.exp
10972 * gdb.base/expand-psymtabs.exp
10973 * gdb.base/float128.exp
10974 * gdb.base/floatn.exp
10975 * gdb.base/foll-exec-mode.exp
10976 * gdb.base/gdb1056.exp
10977 * gdb.base/gdb11531.exp
10978 * gdb.base/kill-after-signal.exp
10979 * gdb.base/multi-forks.exp
10980 * gdb.base/overlays.exp
10981 * gdb.base/pending.exp
10982 * gdb.base/sepdebug.exp
10983 * gdb.base/testenv.exp
10984 * gdb.base/valgrind-db-attach.exp
10985 * gdb.base/watch_thread_num.exp
10986 * gdb.base/watchpoint-cond-gone.exp
10987 * gdb.base/watchpoint.exp
10988 * gdb.base/watchpoints.exp
10989 * gdb.cp/arg-reference.exp
10990 * gdb.cp/baseenum.exp
10991 * gdb.cp/operator.exp
10992 * gdb.cp/shadow.exp
10993 * gdb.dwarf2/dw2-op-out-param.exp
10994 * gdb.dwarf2/dw2-reg-undefined.exp
10995 * gdb.go/chan.exp
10996 * gdb.go/hello.exp
10997 * gdb.go/integers.exp
10998 * gdb.go/methods.exp
10999 * gdb.go/package.exp
11000 * gdb.guile/scm-parameter.exp
11001 * gdb.guile/scm-progspace.exp
11002 * gdb.guile/scm-value.exp
11003 * gdb.mi/mi-pending.exp
11004 * gdb.mi/user-selected-context-sync.exp
11005 * gdb.multi/multi-attach.exp
11006 * gdb.multi/tids.exp
11007 * gdb.opt/clobbered-registers-O2.exp
11008 * gdb.pascal/floats.exp
11009 * gdb.pascal/integers.exp
11010 * gdb.python/py-block.exp
11011 * gdb.python/py-events.exp
11012 * gdb.python/py-parameter.exp
11013 * gdb.python/py-symbol.exp
11014 * gdb.python/py-symtab.exp
11015 * gdb.python/py-type.exp
11016 * gdb.python/py-value.exp
11017 * gdb.python/py-xmethods.exp
11018 * gdb.python/python.exp
11019 * gdb.reverse/break-precsave.exp
11020 * gdb.reverse/consecutive-precsave.exp
11021 * gdb.reverse/finish-precsave.exp
11022 * gdb.reverse/i386-precsave.exp
11023 * gdb.reverse/machinestate-precsave.exp
11024 * gdb.reverse/sigall-precsave.exp
11025 * gdb.reverse/solib-precsave.exp
11026 * gdb.reverse/step-precsave.exp
11027 * gdb.reverse/until-precsave.exp
11028 * gdb.reverse/watch-precsave.exp
11029 * gdb.server/ext-attach.exp
11030 * gdb.server/ext-restart.exp
11031 * gdb.server/ext-run.exp
11032 * gdb.server/ext-wrapper.exp
11033 * gdb.stabs/gdb11479.exp
11034 * gdb.stabs/weird.exp
11035 * gdb.threads/attach-many-short-lived-threads.exp
11036 * gdb.threads/kill.exp
11037 * gdb.threads/watchpoint-fork.exp
11038
11039 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11040
11041 Fix test names starting with uppercase throughout all the files below.
11042
11043 * gdb.ada/array_return.exp
11044 * gdb.ada/catch_ex.exp
11045 * gdb.ada/info_exc.exp
11046 * gdb.ada/mi_catch_ex.exp
11047 * gdb.ada/mi_dyn_arr.exp
11048 * gdb.ada/mi_ex_cond.exp
11049 * gdb.ada/mi_exc_info.exp
11050 * gdb.ada/mi_interface.exp
11051 * gdb.ada/mi_task_arg.exp
11052 * gdb.ada/mi_task_info.exp
11053 * gdb.ada/mi_var_array.exp
11054 * gdb.arch/alpha-step.exp
11055 * gdb.arch/amd64-disp-step.exp
11056 * gdb.arch/arm-disp-step.exp
11057 * gdb.arch/disp-step-insn-reloc.exp
11058 * gdb.arch/e500-prologue.exp
11059 * gdb.arch/ftrace-insn-reloc.exp
11060 * gdb.arch/gdb1558.exp
11061 * gdb.arch/i386-bp_permanent.exp
11062 * gdb.arch/i386-disp-step.exp
11063 * gdb.arch/i386-float.exp
11064 * gdb.arch/i386-gnu-cfi.exp
11065 * gdb.arch/ia64-breakpoint-shadow.exp
11066 * gdb.arch/mips16-thunks.exp
11067 * gdb.arch/pa-nullify.exp
11068 * gdb.arch/powerpc-aix-prologue.exp
11069 * gdb.arch/powerpc-power.exp
11070 * gdb.arch/ppc-dfp.exp
11071 * gdb.arch/s390-tdbregs.exp
11072 * gdb.arch/spu-info.exp
11073 * gdb.arch/spu-ls.exp
11074 * gdb.arch/thumb-bx-pc.exp
11075 * gdb.base/advance.exp
11076 * gdb.base/annota-input-while-running.exp
11077 * gdb.base/arrayidx.exp
11078 * gdb.base/asmlabel.exp
11079 * gdb.base/async.exp
11080 * gdb.base/attach-wait-input.exp
11081 * gdb.base/auto-connect-native-target.exp
11082 * gdb.base/batch-preserve-term-settings.exp
11083 * gdb.base/bfp-test.exp
11084 * gdb.base/bigcore.exp
11085 * gdb.base/bp-permanent.exp
11086 * gdb.base/break-always.exp
11087 * gdb.base/break-fun-addr.exp
11088 * gdb.base/break-idempotent.exp
11089 * gdb.base/break-main-file-remove-fail.exp
11090 * gdb.base/break-probes.exp
11091 * gdb.base/break-unload-file.exp
11092 * gdb.base/break.exp
11093 * gdb.base/call-ar-st.exp
11094 * gdb.base/call-rt-st.exp
11095 * gdb.base/call-sc.exp
11096 * gdb.base/call-signal-resume.exp
11097 * gdb.base/call-strs.exp
11098 * gdb.base/callexit.exp
11099 * gdb.base/callfuncs.exp
11100 * gdb.base/catch-gdb-caused-signals.exp
11101 * gdb.base/catch-signal-siginfo-cond.exp
11102 * gdb.base/catch-syscall.exp
11103 * gdb.base/compare-sections.exp
11104 * gdb.base/cond-eval-mode.exp
11105 * gdb.base/condbreak-call-false.exp
11106 * gdb.base/consecutive-step-over.exp
11107 * gdb.base/cursal.exp
11108 * gdb.base/disabled-location.exp
11109 * gdb.base/disasm-end-cu.exp
11110 * gdb.base/display.exp
11111 * gdb.base/double-prompt-target-event-error.exp
11112 * gdb.base/dprintf-bp-same-addr.exp
11113 * gdb.base/dprintf-detach.exp
11114 * gdb.base/dprintf-next.exp
11115 * gdb.base/dprintf-non-stop.exp
11116 * gdb.base/dprintf-pending.exp
11117 * gdb.base/dso2dso.exp
11118 * gdb.base/ending-run.exp
11119 * gdb.base/enum_cond.exp
11120 * gdb.base/examine-backward.exp
11121 * gdb.base/exe-lock.exp
11122 * gdb.base/exec-invalid-sysroot.exp
11123 * gdb.base/execl-update-breakpoints.exp
11124 * gdb.base/execution-termios.exp
11125 * gdb.base/fileio.exp
11126 * gdb.base/fixsection.exp
11127 * gdb.base/foll-exec-mode.exp
11128 * gdb.base/foll-exec.exp
11129 * gdb.base/fork-running-state.exp
11130 * gdb.base/frame-args.exp
11131 * gdb.base/fullpath-expand.exp
11132 * gdb.base/func-ptr.exp
11133 * gdb.base/gcore-relro-pie.exp
11134 * gdb.base/gdb1090.exp
11135 * gdb.base/gdb1555.exp
11136 * gdb.base/global-var-nested-by-dso.exp
11137 * gdb.base/gnu-ifunc.exp
11138 * gdb.base/hbreak-in-shr-unsupported.exp
11139 * gdb.base/hbreak-unmapped.exp
11140 * gdb.base/hook-stop.exp
11141 * gdb.base/infcall-input.exp
11142 * gdb.base/info-fun.exp
11143 * gdb.base/info-shared.exp
11144 * gdb.base/interrupt-noterm.exp
11145 * gdb.base/jit-so.exp
11146 * gdb.base/jit.exp
11147 * gdb.base/line-symtabs.exp
11148 * gdb.base/list.exp
11149 * gdb.base/longjmp.exp
11150 * gdb.base/macscp.exp
11151 * gdb.base/max-value-size.exp
11152 * gdb.base/nodebug.exp
11153 * gdb.base/nofield.exp
11154 * gdb.base/overlays.exp
11155 * gdb.base/paginate-after-ctrl-c-running.exp
11156 * gdb.base/paginate-bg-execution.exp
11157 * gdb.base/paginate-inferior-exit.exp
11158 * gdb.base/pending.exp
11159 * gdb.base/pr11022.exp
11160 * gdb.base/printcmds.exp
11161 * gdb.base/ptr-typedef.exp
11162 * gdb.base/ptype.exp
11163 * gdb.base/randomize.exp
11164 * gdb.base/range-stepping.exp
11165 * gdb.base/realname-expand.exp
11166 * gdb.base/relativedebug.exp
11167 * gdb.base/remote.exp
11168 * gdb.base/savedregs.exp
11169 * gdb.base/sepdebug.exp
11170 * gdb.base/set-noassign.exp
11171 * gdb.base/shlib-call.exp
11172 * gdb.base/shreloc.exp
11173 * gdb.base/sigaltstack.exp
11174 * gdb.base/sigbpt.exp
11175 * gdb.base/siginfo-addr.exp
11176 * gdb.base/siginfo-obj.exp
11177 * gdb.base/siginfo-thread.exp
11178 * gdb.base/signest.exp
11179 * gdb.base/signull.exp
11180 * gdb.base/sigrepeat.exp
11181 * gdb.base/skip.exp
11182 * gdb.base/so-impl-ld.exp
11183 * gdb.base/solib-corrupted.exp
11184 * gdb.base/solib-disc.exp
11185 * gdb.base/solib-display.exp
11186 * gdb.base/solib-overlap.exp
11187 * gdb.base/solib-search.exp
11188 * gdb.base/solib-symbol.exp
11189 * gdb.base/source-execution.exp
11190 * gdb.base/sss-bp-on-user-bp-2.exp
11191 * gdb.base/sss-bp-on-user-bp.exp
11192 * gdb.base/stack-checking.exp
11193 * gdb.base/stale-infcall.exp
11194 * gdb.base/step-break.exp
11195 * gdb.base/step-line.exp
11196 * gdb.base/step-over-exit.exp
11197 * gdb.base/step-test.exp
11198 * gdb.base/structs.exp
11199 * gdb.base/sym-file.exp
11200 * gdb.base/symtab-search-order.exp
11201 * gdb.base/term.exp
11202 * gdb.base/type-opaque.exp
11203 * gdb.base/unload.exp
11204 * gdb.base/until-nodebug.exp
11205 * gdb.base/until.exp
11206 * gdb.base/unwindonsignal.exp
11207 * gdb.base/watch-cond.exp
11208 * gdb.base/watch-non-mem.exp
11209 * gdb.base/watch_thread_num.exp
11210 * gdb.base/watchpoint-reuse-slot.exp
11211 * gdb.base/watchpoint-solib.exp
11212 * gdb.base/watchpoint.exp
11213 * gdb.btrace/dlopen.exp
11214 * gdb.cell/arch.exp
11215 * gdb.cell/break.exp
11216 * gdb.cell/bt.exp
11217 * gdb.cell/core.exp
11218 * gdb.cell/data.exp
11219 * gdb.cell/dwarfaddr.exp
11220 * gdb.cell/ea-cache.exp
11221 * gdb.cell/ea-standalone.exp
11222 * gdb.cell/ea-test.exp
11223 * gdb.cell/f-regs.exp
11224 * gdb.cell/fork.exp
11225 * gdb.cell/gcore.exp
11226 * gdb.cell/mem-access.exp
11227 * gdb.cell/ptype.exp
11228 * gdb.cell/registers.exp
11229 * gdb.cell/sizeof.exp
11230 * gdb.cell/solib-symbol.exp
11231 * gdb.cell/solib.exp
11232 * gdb.compile/compile-tls.exp
11233 * gdb.cp/exception.exp
11234 * gdb.cp/gdb2495.exp
11235 * gdb.cp/local.exp
11236 * gdb.cp/mb-inline.exp
11237 * gdb.cp/mb-templates.exp
11238 * gdb.cp/pr10687.exp
11239 * gdb.cp/pr9167.exp
11240 * gdb.cp/scope-err.exp
11241 * gdb.cp/templates.exp
11242 * gdb.cp/virtfunc.exp
11243 * gdb.dwarf2/dw2-dir-file-name.exp
11244 * gdb.dwarf2/dw2-single-line-discriminators.exp
11245 * gdb.fortran/complex.exp
11246 * gdb.fortran/library-module.exp
11247 * gdb.guile/guile.exp
11248 * gdb.guile/scm-cmd.exp
11249 * gdb.guile/scm-frame-inline.exp
11250 * gdb.guile/scm-objfile.exp
11251 * gdb.guile/scm-pretty-print.exp
11252 * gdb.guile/scm-symbol.exp
11253 * gdb.guile/scm-type.exp
11254 * gdb.guile/scm-value.exp
11255 * gdb.linespec/keywords.exp
11256 * gdb.linespec/ls-errs.exp
11257 * gdb.linespec/macro-relative.exp
11258 * gdb.linespec/thread.exp
11259 * gdb.mi/mi-breakpoint-changed.exp
11260 * gdb.mi/mi-dprintf-pending.exp
11261 * gdb.mi/mi-fullname-deleted.exp
11262 * gdb.mi/mi-logging.exp
11263 * gdb.mi/mi-pending.exp
11264 * gdb.mi/mi-solib.exp
11265 * gdb.mi/new-ui-mi-sync.exp
11266 * gdb.mi/user-selected-context-sync.exp
11267 * gdb.multi/dummy-frame-restore.exp
11268 * gdb.multi/multi-arch-exec.exp
11269 * gdb.multi/remove-inferiors.exp
11270 * gdb.multi/watchpoint-multi-exit.exp
11271 * gdb.opt/solib-intra-step.exp
11272 * gdb.perf/backtrace.exp
11273 * gdb.perf/single-step.exp
11274 * gdb.perf/skip-command.exp
11275 * gdb.perf/skip-prologue.exp
11276 * gdb.perf/solib.exp
11277 * gdb.python/lib-types.exp
11278 * gdb.python/py-as-string.exp
11279 * gdb.python/py-bad-printers.exp
11280 * gdb.python/py-block.exp
11281 * gdb.python/py-breakpoint.exp
11282 * gdb.python/py-cmd.exp
11283 * gdb.python/py-events.exp
11284 * gdb.python/py-evthreads.exp
11285 * gdb.python/py-finish-breakpoint.exp
11286 * gdb.python/py-finish-breakpoint2.exp
11287 * gdb.python/py-frame-inline.exp
11288 * gdb.python/py-frame.exp
11289 * gdb.python/py-inferior.exp
11290 * gdb.python/py-infthread.exp
11291 * gdb.python/py-mi.exp
11292 * gdb.python/py-objfile.exp
11293 * gdb.python/py-pp-maint.exp
11294 * gdb.python/py-pp-registration.exp
11295 * gdb.python/py-prettyprint.exp
11296 * gdb.python/py-recurse-unwind.exp
11297 * gdb.python/py-shared.exp
11298 * gdb.python/py-symbol.exp
11299 * gdb.python/py-symtab.exp
11300 * gdb.python/py-template.exp
11301 * gdb.python/py-type.exp
11302 * gdb.python/py-unwind-maint.exp
11303 * gdb.python/py-unwind.exp
11304 * gdb.python/py-value.exp
11305 * gdb.python/python.exp
11306 * gdb.reverse/finish-reverse-bkpt.exp
11307 * gdb.reverse/insn-reverse.exp
11308 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11309 * gdb.reverse/solib-precsave.exp
11310 * gdb.reverse/solib-reverse.exp
11311 * gdb.stabs/gdb11479.exp
11312 * gdb.stabs/weird.exp
11313 * gdb.threads/fork-child-threads.exp
11314 * gdb.threads/fork-plus-threads.exp
11315 * gdb.threads/fork-thread-pending.exp
11316 * gdb.threads/forking-threads-plus-breakpoint.exp
11317 * gdb.threads/hand-call-in-threads.exp
11318 * gdb.threads/interrupted-hand-call.exp
11319 * gdb.threads/linux-dp.exp
11320 * gdb.threads/local-watch-wrong-thread.exp
11321 * gdb.threads/next-while-other-thread-longjmps.exp
11322 * gdb.threads/non-ldr-exit.exp
11323 * gdb.threads/pending-step.exp
11324 * gdb.threads/print-threads.exp
11325 * gdb.threads/process-dies-while-detaching.exp
11326 * gdb.threads/process-dies-while-handling-bp.exp
11327 * gdb.threads/pthreads.exp
11328 * gdb.threads/queue-signal.exp
11329 * gdb.threads/reconnect-signal.exp
11330 * gdb.threads/signal-command-handle-nopass.exp
11331 * gdb.threads/signal-command-multiple-signals-pending.exp
11332 * gdb.threads/signal-delivered-right-thread.exp
11333 * gdb.threads/signal-sigtrap.exp
11334 * gdb.threads/sigthread.exp
11335 * gdb.threads/staticthreads.exp
11336 * gdb.threads/stepi-random-signal.exp
11337 * gdb.threads/thread-unwindonsignal.exp
11338 * gdb.threads/thread_check.exp
11339 * gdb.threads/thread_events.exp
11340 * gdb.threads/tid-reuse.exp
11341 * gdb.threads/tls-nodebug.exp
11342 * gdb.threads/tls-shared.exp
11343 * gdb.threads/tls-so_extern.exp
11344 * gdb.threads/tls.exp
11345 * gdb.threads/wp-replication.exp
11346 * gdb.trace/actions-changed.exp
11347 * gdb.trace/actions.exp
11348 * gdb.trace/backtrace.exp
11349 * gdb.trace/change-loc.exp
11350 * gdb.trace/collection.exp
11351 * gdb.trace/deltrace.exp
11352 * gdb.trace/disconnected-tracing.exp
11353 * gdb.trace/entry-values.exp
11354 * gdb.trace/ftrace-lock.exp
11355 * gdb.trace/ftrace.exp
11356 * gdb.trace/infotrace.exp
11357 * gdb.trace/mi-trace-frame-collected.exp
11358 * gdb.trace/mi-trace-unavailable.exp
11359 * gdb.trace/mi-traceframe-changed.exp
11360 * gdb.trace/mi-tracepoint-changed.exp
11361 * gdb.trace/mi-tsv-changed.exp
11362 * gdb.trace/no-attach-trace.exp
11363 * gdb.trace/packetlen.exp
11364 * gdb.trace/passc-dyn.exp
11365 * gdb.trace/passcount.exp
11366 * gdb.trace/pending.exp
11367 * gdb.trace/pr16508.exp
11368 * gdb.trace/qtro.exp
11369 * gdb.trace/range-stepping.exp
11370 * gdb.trace/read-memory.exp
11371 * gdb.trace/report.exp
11372 * gdb.trace/save-trace.exp
11373 * gdb.trace/signal.exp
11374 * gdb.trace/stap-trace.exp
11375 * gdb.trace/status-stop.exp
11376 * gdb.trace/strace.exp
11377 * gdb.trace/tfile.exp
11378 * gdb.trace/tfind.exp
11379 * gdb.trace/trace-break.exp
11380 * gdb.trace/trace-condition.exp
11381 * gdb.trace/trace-enable-disable.exp
11382 * gdb.trace/trace-mt.exp
11383 * gdb.trace/tracecmd.exp
11384 * gdb.trace/tracefile-pseudo-reg.exp
11385 * gdb.trace/tspeed.exp
11386 * gdb.trace/tstatus.exp
11387 * gdb.trace/tsv.exp
11388 * gdb.trace/unavailable.exp
11389 * gdb.trace/while-dyn.exp
11390 * gdb.trace/while-stepping.exp
11391 * lib/gdb-guile.exp
11392 * lib/gdb.exp
11393 * lib/mi-support.exp
11394 * lib/pascal.exp
11395 * lib/perftest.exp
11396 * lib/prelink-support.exp
11397 * lib/selftest-support.exp
11398
11399 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11400
11401 * Makefile.in: Include disable-implicit-rules.mk.
11402
11403 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11404
11405 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11406 non-byte-aligned bit fields.
11407
11408 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11409
11410 PR gdb/12616
11411 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11412 respects the DW_AT_data_bit_offset attribute.
11413
11414 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11415
11416 * gdb.base/default.exp: Fix output of "set language".
11417
11418 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11419
11420 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11421 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11422 make.
11423 * configure.ac: Remove checks for the make program.
11424 * configure: Re-generate.
11425
11426 2016-11-16 Kevin Buettner <kevinb@redhat.com>
11427
11428 * gdb.python/py-recurse-unwind.c (main): Add loop.
11429 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11430 to read_register() and gdb.parse_and_eval(). Make each code
11431 call a separate case that can be individually tested.
11432 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11433 proc. Call cont_and_backtrace for each of the code paths that
11434 we want to test in the unwinder.
11435
11436 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11437
11438 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11439 the definition of struct S.
11440
11441 2016-11-11 Catherine Moore <clm@codesourcery.com>
11442
11443 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11444
11445 2016-11-09 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/commands.exp (runto_or_return): New procedure.
11448 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11449 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11450 (progvar_simple_while_test, progvar_complex_if_while_test)
11451 (if_while_breakpoint_command_test)
11452 (infrun_breakpoint_command_test, breakpoint_command_test)
11453 (user_defined_command_test, watchpoint_command_test)
11454 (test_command_prompt_position, redefine_hook_test)
11455 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11456 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11457 multi_line_input and multi_line. Remove gdb_expect and
11458 gdb_stop_suppressing_tests uses.
11459 * lib/gdb.exp (valnum_re): New global.
11460 (multi_line_input): New procedure.
11461
11462 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11463
11464 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11465 Remove.
11466 (test_setup): Define with proc_with_prefix.
11467 (test_cli_inferior): Likewise.
11468 (test_cli_thread): Likewise.
11469 (test_cli_frame): Likewise.
11470 (test_cli_select_frame): Likewise.
11471 (test_cli_up_down): Likewise.
11472 (test_mi_thread_select): Likewise.
11473 (test_mi_stack_select_frame): Likewise.
11474 (test_cli_in_mi_inferior): Likewise.
11475 (test_cli_in_mi_thread): Likewise.
11476 (test_cli_in_mi_frame): Likewise.
11477 (top level): Do not use with_test_prefix_procname.
11478
11479 2016-11-09 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.base/commands.exp (gdbvar_simple_if_test)
11482 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11483 (progvar_simple_if_test, progvar_simple_while_test)
11484 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11485 (infrun_breakpoint_command_test, breakpoint_command_test)
11486 (user_defined_command_test, watchpoint_command_test)
11487 (test_command_prompt_position, deprecated_command_test)
11488 (bp_deleted_in_command, temporary_breakpoint_commands)
11489 (stray_arg0_test, source_file_with_indented_comment)
11490 (recursive_source_test, if_commands_test)
11491 (error_clears_commands_left, redefine_hook_test)
11492 (redefine_backtrace_test): Use proc_with_prefix.
11493 * lib/gdb.exp (proc_with_prefix): New proc.
11494
11495 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11496
11497 * gdb.base/tui-layout.c: New file.
11498 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11499 disassembly window contains very long lines.
11500
11501 2016-11-08 Tom Tromey <tom@tromey.com>
11502
11503 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11504 depend on Python 2.
11505
11506 2016-11-08 Tom Tromey <tom@tromey.com>
11507
11508 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11509 New method.
11510
11511 2016-10-29 Manish Goregaokar <manish@mozilla.com>
11512
11513 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11514
11515 2016-10-27 Manish Goregaokar <manish@mozilla.com>
11516
11517 * gdb.rust/simple.rs: Add test for univariant enums without
11518 discriminants and for encoded struct-like enums.
11519
11520 2016-10-28 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11523 gdb_test_multiple, tighten regexps and match symtabs and line
11524 tables incrementally.
11525
11526 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
11527
11528 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11529 general.
11530
11531 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
11532
11533 * gdb.base/exec-invalid-sysroot.exp: New file.
11534
11535 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11538
11539 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11540
11541 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11542
11543 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11544
11545 * gdb.base/killed-outside.exp: Remove $options from a call to
11546 `prepare_for_testing'.
11547
11548 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11551 Change test message.
11552
11553 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11556 Update comment.
11557
11558 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11559
11560 * gdb.trace/mi-trace-save.exp: New file.
11561
11562 2016-10-13 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/code_elim.exp (get_var_address): Remove.
11565 * gdb.base/relocate.exp: Likewise.
11566 * gdb.base/shreloc.exp: Likewise.
11567 * lib/gdb.exp (get_var_address): New.
11568
11569 2016-10-13 Yao Qi <yao.qi@linaro.org>
11570
11571 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11572 floating point tests if $skip_float_test is false.
11573
11574 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
11575
11576 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11577 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11578 argc values.
11579 Add 1 to argc so we guarantee distinct initial/modified argc values.
11580
11581 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11584
11585 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11588 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11589 * gdb.arch/vsx-regs.exp: Likewise.
11590
11591 2016-10-07 Yao Qi <yao.qi@linaro.org>
11592
11593 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11594
11595 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11596
11597 * gdb.python/python.exp: Test decode_line("*0").
11598
11599 2016-10-06 Doug Evans <dje@google.com>
11600
11601 * gdb.python/py-value.exp (test_value_creation): Add test for large
11602 unsigned 64-bit value.
11603
11604 2016-10-06 Tom Tromey <tom@tromey.com>
11605
11606 * gdb.compile/compile.exp: Change java tests to rust.
11607 * gdb.base/setshow.exp: Change java tests to rust.
11608 * gdb.base/default.exp: Remove java from language list.
11609 * README (Examples): Update language example.
11610 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11611 test.
11612 * lib/gdb.exp (skip_java_tests): Remove.
11613 * lib/java.exp: Remove.
11614 * gdb.java: Remove.
11615
11616 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11617
11618 * gdb.arch/mips-fcr.exp: New test.
11619 * gdb.arch/mips-fcr.c: Source for the new test.
11620
11621 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11622
11623 * gdb.base/solib-disc.exp: Use `standard_output_file'
11624 throughout.
11625
11626 2016-10-06 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.base/jit-simple-dl.c: New file.
11629 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11630 * gdb.base/jit-simple.c: ... this.
11631 * gdb.base/jit-simple.exp (jit_run): Delete.
11632 (build_jit): New proc.
11633 (jit_test_reread): Recompile either the main program or the shared
11634 library, depending on what is being tested. Skip changing address
11635 if caller wants to. Compare before/after addresses. If testing
11636 standalone, explicitly load the binary. Test "maint info
11637 breakpoints".
11638 (top level): Add "standalone vs shared lib" and "change address"
11639 vs "same address" axes.
11640
11641 2016-10-06 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11644 call.
11645 (jit_run): Delete.
11646 (jit_test_reread): Use with_test_prefix. Reload the main binary
11647 explicitly. Compare the before/after addresses of the JIT
11648 descriptor.
11649
11650 2016-08-15 Doug Evans <dje@google.com>
11651
11652 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11653 for single bitfields is bool.
11654 * gdb.xml/tdesc-regs.exp: Ditto.
11655
11656 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11657
11658 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11659
11660 2016-10-05 Yao Qi <yao.qi@linaro.org>
11661
11662 * lib/gdb.exp (support_complex_tests): Return zero if
11663 gdb_skip_float_test return true.
11664
11665 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11666 Simon Marchi <simon.marchi@ericsson.com>
11667
11668 PR gdb/20487
11669 * gdb.mi/user-selected-context-sync.exp: New file.
11670 * gdb.mi/user-selected-context-sync.c: New file.
11671
11672 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11673 Simon Marchi <simon.marchi@ericsson.com>
11674
11675 PR gdb/20487
11676 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11677 =thread-select-event check.
11678
11679 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11680
11681 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11682 the compulsory L operand changes.
11683 * gdb.arch/powerpc-power.s: Likewise.
11684
11685 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11688 * gdb.base/jit-attach-pie.c: New file.
11689 * gdb.base/jit-attach-pie.exp: New file.
11690
11691 2016-09-28 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/infcall-input.c: New file.
11694 * gdb.base/infcall-input.exp: New file.
11695
11696 2016-09-22 Yao Qi <yao.qi@linaro.org>
11697
11698 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11699 (gdb_exit): Rename it to ...
11700 (gdbserver_gdb_exit): ... Close GDBserver.
11701 (gdb_exit): New proc, call gdbserver_gdb_exit.
11702 (mi_gdb_exit): Likewise.
11703
11704 2016-09-22 Yao Qi <yao.qi@linaro.org>
11705
11706 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11707 path.
11708 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11709 Remove duplication.
11710
11711 2016-09-22 Yao Qi <yao.qi@linaro.org>
11712
11713 * lib/gdbserver-support.exp: Check the existence of
11714 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11715
11716 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11717
11718 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11719
11720 2016-09-21 Tom Tromey <tom@tromey.com>
11721
11722 PR gdb/20604:
11723 * gdb.base/quit.exp: New file.
11724
11725 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11726
11727 * .gitignore: New file.
11728
11729 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11730
11731 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11732 throughout.
11733
11734 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11735
11736 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11737
11738 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * gdb.cp/casts.cc (decltype): Move it ...
11741 (main): ... with its call to ...
11742 * gdb.cp/casts03.cc: ... a new file.
11743 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11744
11745 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11748
11749 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11750
11751 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11752 and sync up the test with tests in gas/testsuite/gas/ppc.
11753 * gdb.arch/powerpc-power.exp: Likewise.
11754
11755 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11758
11759 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11760 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11763 make m1's definition to be different from m2's. Use 'dummy' as an
11764 argument for probe 'two'.
11765
11766 2016-09-10 Jon Beniston <jon@beniston.com>
11767
11768 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11769 for sim target.
11770
11771 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11772
11773 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11774 variable declaration.
11775 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11776 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11777 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11778 received HWCAP as its argument.
11779
11780 2016-09-06 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.base/new-ui-pending-input.c: New file.
11783 * gdb.base/new-ui-pending-input.exp: New file.
11784 * gdb.exp (clear_gdb_spawn_id): New procedure.
11785 (with_spawn_id): Check whether gdb_spawn_id exists before
11786 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11787 on exit.
11788
11789 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11790
11791 * gdb.base/float128.c: New file.
11792 * gdb.base/float128.exp: Likewise.
11793 * gdb.base/floatn.c: Likewise.
11794 * gdb.base/floatn.exp: Likewise.
11795
11796 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11797
11798 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11799
11800 2016-09-05 Pedro Alves <palves@redhat.com>
11801
11802 PR backtrace/19927
11803 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11804 unwinders are immediately called as side effect of "source" or
11805 "disable unwinder" commands.
11806 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11807
11808 2016-09-02 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11811 is true and $type is "float" or "double".
11812
11813 2016-09-02 Yao Qi <yao.qi@linaro.org>
11814
11815 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11816 true.
11817 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11818 * gdb.base/call-rt-st.exp: Likewise.
11819 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11820 return value instead of gdb,skip_float_test.
11821 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11822 (do_function_calls): Use its return value instead of
11823 gdb,skip_float_test.
11824 * gdb.base/finish.exp: Likewise.
11825 * gdb.base/funcargs.exp: Likewise.
11826 * gdb.base/return.exp: Likewise.
11827 * gdb.base/return2.exp: Likewise.
11828 * gdb.base/varargs.exp: Likewise.
11829 * lib/gdb.exp (gdb_skip_float_test): Change it to
11830 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11831
11832 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11833
11834 * gdb.multi/tids.exp: Test "thread apply all".
11835
11836 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11837
11838 * gdb.base/default.exp (tty): Remove.
11839
11840 2016-08-24 Kevin Buettner <kevinb@redhat.com>
11841
11842 * gdb.python/py-recurse-unwind.c: New file.
11843 * gdb.python/py-recurse-unwind.py: New file.
11844 * gdb.python/py-recurse-unwind.exp: New file.
11845
11846 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11847
11848 * gdb.base/set-inferior-tty.exp: New file.
11849 * gdb.base/set-inferior-tty.c: New file.
11850
11851 2016-08-23 Pedro Alves <palves@redhat.com>
11852
11853 PR gdb/20494
11854 * gdb.base/new-ui-echo.c: New file.
11855 * gdb.base/new-ui-echo.exp: New file.
11856
11857 2016-08-23 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11860 gdbserver_spawn.
11861 * gdb.server/connect-without-multi-process.exp (do_test):
11862 Likewise.
11863
11864 2016-08-23 Yao Qi <yao.qi@linaro.org>
11865
11866 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11867 standalone_txt. Delete gdb_txt and standalone_txt on host
11868 and target. Spawn the binary on target. Copy files from
11869 target to host.
11870
11871 2016-08-22 Pedro Alves <palves@redhat.com>
11872
11873 PR gdb/20505
11874 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11875 with_test_prefix. Factor out bits to ...
11876 (test_no_vdso): ... this new procedure.
11877
11878 2016-08-19 Carl Love <cel@us.ibm.com>
11879
11880 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11881 maintaining separate logic for constructing the output path.
11882 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11883 * gdb.arch/ppc-dfp.exp: Likewise.
11884 * gdb.arch/ppc-fp.exp: Likewise.
11885 * gdb.arch/vsx-regs.exp: Likewise.
11886 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11887 binprefix for generating the additional binary files.
11888
11889 2016-08-19 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.trace/mi-trace-frame-collected.exp
11892 (test_trace_frame_collected): On x32, expect two registers.
11893
11894 2016-08-18 Carl Love <cel@us.ibm.com>
11895
11896 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11897 and sync up the test with tests in gas/testsuite/gas/ppc.
11898 * gdb.arch/powerpc-power.exp: Likewise.
11899
11900 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11901
11902 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11903 expected error message.
11904
11905 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 * gdb.multi/remove-inferiors.exp: New file.
11908 * gdb.multi/remove-inferiors.c: New file.
11909
11910 2016-08-12 Yao Qi <yao.qi@linaro.org>
11911
11912 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11913 argument list.
11914
11915 2016-08-10 Pedro Alves <palves@redhat.com>
11916
11917 PR gdb/19187
11918 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11919 setup_kfails.
11920
11921 2016-08-09 Pedro Alves <palves@redhat.com>
11922 Simon Marchi <simon.marchi@ericsson.com>
11923
11924 PR gdb/20418
11925 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11926 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11927
11928 2016-08-09 Pedro Alves <palves@redhat.com>
11929
11930 PR mi/20431
11931 * gdb.mi/mi-cmd-error.exp: New file.
11932
11933 2016-08-09 Pedro Alves <palves@redhat.com>
11934
11935 PR gdb/18653
11936 * gdb.base/signals-state-child.c: New file.
11937 * gdb.base/signals-state-child.exp: New file.
11938 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11939
11940 2016-08-09 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11943
11944 2016-08-03 Tom Tromey <tom@tromey.com>
11945
11946 PR python/18565:
11947 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11948
11949 2016-08-01 Yao Qi <yao.qi@linaro.org>
11950
11951 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11952 variable mode to "multi-process" if $multi_process is 1, otherwise
11953 set it to "single-process".
11954
11955 2016-08-01 Yao Qi <yao.qi@linaro.org>
11956
11957 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11958 * gdb.cp/cpexprs.exp: Likewise.
11959 * gdb.cp/m-static.exp: Likewise.
11960
11961 2016-07-26 Tom Tromey <tom@tromey.com>
11962
11963 PR python/20190:
11964 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11965 test.
11966
11967 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11968
11969 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11970 selecting assembly source files.
11971 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11972 assembly source files.
11973 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11974 assembly source files.
11975 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11976 selecting assembly source files.
11977
11978 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11979
11980 * gdb.base/new-ui.exp (do_test_invalid_args): New
11981 procedure.
11982
11983 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11984
11985 * gdb.btrace/reconnect.c: New file.
11986 * gdb.btrace/reconnect.exp: New file.
11987
11988 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11989
11990 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11991 to test_catch_syscall_group.
11992 (test_catch_syscall_group): New.
11993
11994 2016-07-21 Tom Tromey <tom@tromey.com>
11995
11996 * gdb.rust/simple.rs (main): Use empty struct expression.
11997 * gdb.rust/simple.exp: Add tests for empty struct expression.
11998
11999 2016-07-21 Yao Qi <yao.qi@linaro.org>
12000
12001 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12002 if gdb_skip_xml_test is true on some targets.
12003
12004 2016-07-21 Yao Qi <yao.qi@linaro.org>
12005
12006 * gdb.server/solib-list.exp: Unset last_loaded_file.
12007
12008 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12009
12010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12011 "step into captured_main (args)".
12012
12013 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12014
12015 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12016
12017 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12020
12021 2016-07-19 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12024 * gdb.opt/inline-bt.exp: Likewise.
12025 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12026 additional_flags=-Winline.
12027 * gdb.opt/inline-locals.exp: Likewise.
12028 * gdb.opt/inline-markers.c (ATTR): Define.
12029 (inlined_fn): Use it.
12030
12031 2016-07-19 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12034 (test_with_self): Remove some code. Remove argument executable.
12035 (top-level): Use do_self_tests.
12036
12037 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
12038 Don Breazeal <donb@codesourcery.com>
12039
12040 * gdb.base/maint.exp: Escape paths used in regular expressions.
12041 * gdb.stabs/weird.exp: Likewise.
12042
12043 2016-07-13 Tom Tromey <tom@tromey.com>
12044
12045 PR python/15620, PR python/18620:
12046 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12047 (test_bkpt_events): New procs.
12048
12049 2016-07-13 Tom Tromey <tom@tromey.com>
12050
12051 PR python/17698:
12052 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12053 test.
12054 (test_watchpoints): Likewise.
12055 (test_bkpt_pending): New proc.
12056
12057 2016-07-13 Tom Tromey <tom@tromey.com>
12058
12059 PR cli/18053:
12060 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12061 completion test.
12062
12063 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12066 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12067 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12068 f_label.
12069 (g): Rename g_end_lbl to g_label.
12070 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12071 low_pc and high_pc.
12072 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12073
12074 2016-07-12 Tom Tromey <tom@tromey.com>
12075
12076 PR python/19293:
12077 * gdb.python/py-unwind-maint.exp: Update tests.
12078
12079 2016-07-12 Yao Qi <yao.qi@linaro.org>
12080
12081 * lib/selftest-support.exp (selftest_setup): Match the output
12082 when captured_main is inlined.
12083
12084 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12085
12086 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12087 New variables.
12088 (print this%a, print this%b, print this): New tests.
12089 * gdb.fortran/derived-types.f90 (this): New object and
12090 initialization.
12091
12092 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 * gdb.ada/arraydim.exp: Remove extra directory level in build
12095 directory.
12096
12097 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * lib/ada.exp: Remove extra directory level in build directory.
12100 * gdb.ada/cond_lang.exp: Likewise.
12101 * gdb.ada/exec_changed.exp: Likewise.
12102 * gdb.ada/lang_switch.exp: Likewise.
12103
12104 2016-07-06 Manish Goregaokar <manish@mozilla.com>
12105
12106 * simple.rs: Add test for raw pointer subscripting.
12107 * simple.exp: Add test expectations.
12108
12109 2016-07-05 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.mi/mi-reverse.exp: Match =record-started output.
12112
12113 2016-07-01 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12116 procedure.
12117 (jit_reader_test): Test the jit reader's unwinder.
12118 * gdb.base/jithost.c (jit_function_00_code): New global.
12119 (main): Use memcpy to fill in the mmapped code, instead of poking
12120 bytes manually here.
12121 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12122 value.
12123 (read_debug_info): Save the function's range.
12124 (read_sp): New function.
12125 (unwind_frame): Use it. Also unwind RBP.
12126 (get_frame_id): Use read_sp.
12127 (gdb_init_reader): Use calloc instead of malloc.
12128 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12129 parameter. Use gdb_test_multiple.
12130
12131 2016-07-01 Pedro Alves <palves@redhat.com>
12132 Antoine Tremblay <antoine.tremblay@ericsson.com>
12133
12134 * gdb.threads/process-dies-while-detaching.c: New file.
12135 * gdb.threads/process-dies-while-detaching.exp: New file.
12136
12137 2016-07-01 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.multi/watchpoint-multi-exit.c: New file.
12140 * gdb.multi/watchpoint-multi-exit.exp: New file.
12141
12142 2016-06-30 Pedro Alves <palves@redhat.com>
12143
12144 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12145 unset inferior_spawn_id.
12146
12147 2016-06-30 Pedro Alves <palves@redhat.com>
12148
12149 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12150 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12151
12152 2016-06-29 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.base/return.c: Add copyright header.
12155
12156 2016-06-29 Tom Tromey <tom@tromey.com>
12157
12158 PR python/20129:
12159 * gdb.python/py-framefilter.exp: Add tests for setting priority
12160 and disabling of non-existent frame filter.
12161
12162 2016-06-29 Yao Qi <yao.qi@linaro.org>
12163
12164 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12165 0x0f07ff.
12166
12167 2016-06-28 Yao Qi <yao.qi@linaro.org>
12168
12169 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12170 triplets. Start gdb, execute catch syscall, and continue. Check
12171 gdb's output to determine catch syscall is supported.
12172
12173 2016-06-27 Manish Goregaokar <manish@mozilla.com>
12174
12175 * gdb.rust/simple.rs: Add test for returning unit in a function.
12176 * gdb.rust/simple.exp: Add expectation for functions returning
12177 unit.
12178
12179 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12180
12181 * gdb.python/py-breakpoint-create-fail.c,
12182 gdb.python/py-breakpoint-create-fail.exp,
12183 gdb.python/py-breakpoint-create-fail.py: New testcase.
12184
12185 2016-06-25 Manish Goregaokar <manish@mozilla.com>
12186
12187 PR gdb/20239
12188 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12189 * gdb.rust/simple.exp: Add test expectations for new NonZero
12190 tests.
12191
12192 2016-06-24 David Taylor <dtaylor@emc.com>
12193
12194 * gdb.base/offsets.exp: New file.
12195 * gdb.base/offsets.c: New file.
12196
12197 2016-06-23 Tom Tromey <tom@tromey.com>
12198
12199 PR gdb/16483:
12200 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12201 before any filters are loaded.
12202
12203 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12204
12205 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12206 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12207 structs.
12208 * gdb.fortran/derived-type-function.exp: New file.
12209 * gdb.fortran/derived-type-function.f90: New file.
12210
12211
12212 2016-06-21 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/new-ui.exp: New file.
12215 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12216 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12217 (with_spawn_id): New procedure.
12218
12219 2016-06-21 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.mi/mi-exec-run.exp: New file.
12222
12223 2016-06-21 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12226 breakpoint command's output on the main UI.
12227 (test_break): New procedure, factored out from calls in the top
12228 level.
12229 (top level): Use foreach_with_prefix to test MI as main UI and as
12230 separate UI.
12231
12232 2016-06-21 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12235 (test_awatch_creation_and_listing)
12236 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12237 Remove 'type' parameter.
12238 (test_watchpoint_all): New parameter mi_mode. Remove
12239 with_test_prefix.
12240 (top level): Use foreach_with_prefix, and add main/separate UI MI
12241 testing axis.
12242
12243 2016-06-21 Pedro Alves <palves@redhat.com>
12244
12245 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12246 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12247 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12248 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12249 (gdb_main_spawn_id, mi_spawn_id): Declare and
12250 comment.
12251 (mi_create_inferior_pty): New procedure,
12252 factored out from default_mi_gdb_start.
12253 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12254 procedures.
12255 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12256 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12257 Use mi_create_inferior_pty.
12258 (mi_gdb_start): Use eval to pass down args list.
12259
12260 2016-06-21 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12263 * gdb.opt/inline-cmds.exp: Add MI tests.
12264
12265 2016-06-21 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12268
12269 2016-06-21 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12272 (top level): Use it instead of mi_execute_to.
12273
12274 2016-06-21 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12277 (cont_handler_str): New.
12278 (signal_stop_handler): Set stop_handler_str instead of printing to
12279 stdout.
12280 (continue_handler): Set cont_handler_str instead of printing to
12281 stdout.
12282 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12283 mi_send_resuming_command. Print stop_handler_str and
12284 cont_handler_str instead of expecting the python events print
12285 directly.
12286
12287 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12288
12289 * gdb.base/jit-reader.exp: New file.
12290 * gdb.base/jithost.c: New file.
12291 * gdb.base/jithost.h: New file.
12292 * gdb.base/jitreader.c : New file.
12293 * gdb.base/jit-protocol.h: New file.
12294
12295 2016-06-17 Yao Qi <yao.qi@linaro.org>
12296
12297 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12298 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12299 and detach-on-fork. Adjust tests.
12300 (top level): Invoke break_cond_on_syscall with combinations of
12301 syscall, follow-fork-mode and detach-on-fork.
12302
12303 2016-06-17 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.base/step-over-exit.c: New.
12306 * gdb.base/step-over-exit.exp: New.
12307
12308 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12309
12310 * gdb.base/float.exp: Add target check for nds32*-*-*.
12311 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12312
12313 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12314
12315 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12316 for unsupported target features.
12317 * gdb.base/call-rt-st.exp: Likewise.
12318 * gdb.base/call-sc.exp: Likewise.
12319 * gdb.base/call-signal-resume.exp: Likewise.
12320 * gdb.base/call-strs.exp: Likewise.
12321 * gdb.base/callexit.exp: Likewise.
12322 * gdb.base/callfuncs.exp: Likewise.
12323 * gdb.base/nodebug.exp: Likewise.
12324 * gdb.base/printcmds.exp: Likewise.
12325 * gdb.base/ptype.exp: Likewise.
12326 * gdb.base/structs.exp: Likewise.
12327 * gdb.base/unwindonsignal.exp: Likewise.
12328 * gdb.cp/gdb2495.exp: Likewise.
12329 * gdb.cp/templates.exp: Likewise.
12330 * gdb.cp/virtfunc.exp: Likewise.
12331 * gdb.threads/hand-call-in-threads.exp: Likewise.
12332 * gdb.threads/interrupted-hand-call.exp: Likewise.
12333 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12334
12335 2016-06-10 Tom Tromey <tom@tromey.com>
12336
12337 PR rust/20110:
12338 * gdb.rust/expr.exp: Add test for integer constant larger than
12339 i32.
12340
12341 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12342
12343 * gdb.fortran/nested-funcs.exp: New.
12344 * gdb.fortran/nested-funcs.f90: New.
12345
12346 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12347
12348 * gdb.base/examine-backward.c: New file.
12349 * gdb.base/examine-backward.exp: New file.
12350
12351 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12354 matching.
12355
12356 2016-06-02 Tom Tromey <tom@tromey.com>
12357
12358 PR python/18984:
12359 * gdb.python/py-shared.exp: Add solib_name test.
12360
12361 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12364
12365 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12366
12367 PR c++/19893
12368 * gdb.dwarf2/implref.exp: Rename to...
12369 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12370 * gdb.dwarf2/implref-array.c: New file.
12371 * gdb.dwarf2/implref-array.exp: Likewise.
12372 * gdb.dwarf2/implref-global.c: Likewise.
12373 * gdb.dwarf2/implref-global.exp: Likewise.
12374 * gdb.dwarf2/implref-struct.c: Likewise.
12375 * gdb.dwarf2/implref-struct.exp: Likewise.
12376
12377 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12378
12379 * gdb.trace/trace-condition.exp: Add 64bit tests.
12380
12381 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12382
12383 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12384 bits types.
12385 (main): Adapt to 8 to 64 bits types.
12386 * gdb.trace/trace-condition.exp: Add new tests.
12387
12388 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12389
12390 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12391
12392 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12393
12394 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12395 Move condition tests...
12396 * gdb.trace/trace-condition.exp: Here.
12397
12398 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12399
12400 * gdb.trace/trace-condition.exp: Add counter-case tests.
12401
12402 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12403
12404 PR c++/15231
12405 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12406 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12407
12408 2016-05-27 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12411 New procedure.
12412 (top level): Call it, and bail out of DejaGnu is known to be bad.
12413
12414 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * gdb.base/whatis.c: Extend the test case.
12417 * gdb.base/whatis.exp: Add additional tests.
12418
12419 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12420
12421 * gdb.fortran/type.f90: Add pointer variable.
12422 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12423
12424 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12425
12426 * gdb.fortran/vla-type.exp: Fix testcase name.
12427
12428 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12429
12430 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12431
12432 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12433
12434 * gdb.fortran/type.f90: Add nested structures.
12435 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12436 * gdb.fortran/derived-type.exp: Adapt expected output.
12437 * gdb.fortran/vla-type.exp: Adapt expected output.
12438
12439 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12440
12441 * gdb.fortran/whatis_type.exp: Adapt expected output.
12442
12443 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12444
12445 * gdb.fortran/print_type.exp: Fix expected output.
12446 * gdb.fortran/whatis_type.exp: Fix expected output.
12447
12448 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12449
12450 * gdb.fortran/whatis_type.exp: Use multi_line.
12451
12452 2016-05-24 Tom Tromey <tom@tromey.com>
12453
12454 PR python/17386:
12455 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12456 use value as an index.
12457
12458 2016-05-23 Tom Tromey <tom@tromey.com>
12459
12460 PR python/17981:
12461 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12462 no-breakpoint case.
12463
12464 2016-05-24 Pedro Alves <palves@redhat.com>
12465
12466 PR gdb/19828
12467 * gdb.threads/clone-attach-detach.c: New file.
12468 * gdb.threads/clone-attach-detach.exp: New file.
12469
12470 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12471
12472 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12473
12474 2016-05-23 Tom Tromey <tom@tromey.com>
12475
12476 PR python/19438, PR python/18393:
12477 * gdb.python/py-progspace.exp: Add "dir" test.
12478 * gdb.python/py-objfile.exp: Add "dir" test.
12479
12480 2016-05-23 Yao Qi <yao.qi@linaro.org>
12481
12482 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12483 * gdb.arch/thumb2-it.exp: Likewise.
12484
12485 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * gdb.mi/mi-threads-interrupt.c: New file.
12488 * gdb.mi/mi-threads-interrupt.exp: New file.
12489
12490 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 PR gdb/18077
12493 * gdb.mi/mi-async-run.exp: New file.
12494 * gdb.mi/mi-async-run.c: New file.
12495
12496 2016-05-17 Tom Tromey <tom@tromey.com>
12497 Manish Goregaokar <manishsmail@gmail.com>
12498
12499 * lib/rust-support.exp: New file.
12500 * lib/gdb.exp (skip_rust_tests): New proc.
12501 (build_executable_from_specs): Handle rust.
12502 * lib/future.exp (gdb_find_rustc): New proc.
12503 (gdb_default_target_compile): Handle rust.
12504 * gdb.rust/expr.exp: New file.
12505 * gdb.rust/generics.exp: New file.
12506 * gdb.rust/generics.rs: New file.
12507 * gdb.rust/methods.exp: New file.
12508 * gdb.rust/methods.rs: New file.
12509 * gdb.rust/modules.exp: New file.
12510 * gdb.rust/modules.rs: New file.
12511 * gdb.rust/simple.exp: New file.
12512 * gdb.rust/simple.rs: New file.
12513
12514 2016-05-17 Tom Tromey <tom@tromey.com>
12515
12516 * gdb.base/default.exp (set language): Add rust.
12517
12518 2016-05-17 Tom Tromey <tom@tromey.com>
12519
12520 * gdb.gdb/unittest.exp: New file.
12521
12522 2016-05-16 Yao Qi <yao.qi@linaro.org>
12523
12524 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12525 shell_prompt. Update shell_prompt_re.
12526
12527 2016-05-12 Doug Evans <dje@google.com>
12528
12529 PR symtab/19999
12530 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12531 $options when building executable.
12532 * gdb.dwarf2/fission-loclists-pie.S: New file.
12533 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12534
12535 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12536
12537 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12538 of [is_remote target],
12539
12540 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 * lib/gdb.exp (use_gdb_stub): New procedure.
12543
12544 2016-05-03 Yunlian Jiang <yunlian@google.com>
12545 Doug Evans <dje@google.com>
12546
12547 PR symtab/19914
12548 * gdb.dwarf2/dwp-sepdebug.c: New file.
12549 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12550
12551 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * gdb.base/detach.exp: Remove is_remote check.
12554
12555 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12556
12557 * gdb.base/annota-input-while-running.exp: Don't check for
12558 [is_remote target]. Enable annotations after running to main.
12559 Remove unused "set test..." line.
12560
12561 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.trace/trace-enable-disable.exp: New file.
12564 * gdb.trace/trace-enable-disable.c: New file.
12565
12566 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12567
12568 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12569 use it in info sharedlibrary test.
12570 * gdb.trace/ftrace-lock.exp: Likewise.
12571 * gdb.trace/ftrace.exp: Likewise.
12572 * gdb.trace/range-stepping.exp: Likewise.
12573 * gdb.trace/trace-break.exp: Likewise.
12574 * gdb.trace/trace-condition.exp: Likewise.
12575 * gdb.trace/trace-mt.exp: Likewise.
12576
12577 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12578
12579 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12580 (gdb_load_shlib): ... this.
12581 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12582 gdb_load_shlib.
12583 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12584 * gdb.base/ctxobj.exp: Likewise.
12585 * gdb.base/dprintf-pending.exp: Likewise.
12586 * gdb.base/dso2dso.exp: Likewise.
12587 * gdb.base/fixsection.exp: Likewise.
12588 * gdb.base/gcore-relro.exp: Likewise.
12589 * gdb.base/gdb1555.exp: Likewise.
12590 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12591 * gdb.base/gnu-ifunc.exp: Likewise.
12592 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12593 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12594 * gdb.base/pending.exp: Likewise.
12595 * gdb.base/print-file-var.exp: Likewise.
12596 * gdb.base/print-symbol-loading.exp: Likewise.
12597 * gdb.base/shlib-call.exp: Likewise.
12598 * gdb.base/shreloc.exp: Likewise.
12599 * gdb.base/so-impl-ld.exp: Likewise.
12600 * gdb.base/solib-disc.exp: Likewise.
12601 * gdb.base/solib-nodir.exp: Likewise.
12602 * gdb.base/solib-overlap.exp: Likewise.
12603 * gdb.base/solib-symbol.exp: Likewise.
12604 * gdb.base/solib-weak.exp (do_test): Likewise.
12605 * gdb.base/sym-file.exp: Likewise.
12606 * gdb.base/symtab-search-order.exp: Likewise.
12607 * gdb.base/type-opaque.exp: Likewise.
12608 * gdb.base/unload.exp: Likewise.
12609 * gdb.base/watchpoint-solib.exp: Likewise.
12610 * gdb.compile/compile.exp: Likewise.
12611 * gdb.cp/gdb2384.exp: Likewise.
12612 * gdb.cp/infcall-dlopen.exp: Likewise.
12613 * gdb.cp/re-set-overloaded.exp: Likewise.
12614 * gdb.fortran/library-module.exp: Likewise.
12615 * gdb.opt/solib-intra-step.exp: Likewise.
12616 * gdb.python/py-finish-breakpoint.exp: Likewise.
12617 * gdb.python/py-shared.exp: Likewise.
12618 * gdb.reverse/solib-precsave.exp: Likewise.
12619 * gdb.reverse/solib-reverse.exp: Likewise.
12620 * gdb.server/solib-list.exp: Likewise.
12621 * gdb.threads/dlopen-libpthread.exp: Likewise.
12622 * gdb.threads/tls-shared.exp: Likewise.
12623 * gdb.threads/tls-so_extern.exp: Likewise.
12624 * gdb.trace/change-loc.exp: Likewise.
12625 * gdb.trace/ftrace-lock.exp: Likewise.
12626 * gdb.trace/ftrace.exp: Likewise.
12627 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12628 * gdb.trace/pending.exp: Likewise.
12629 * gdb.trace/range-stepping.exp: Likewise.
12630 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12631 (strace_info_marker): Likewise.
12632 (strace_probe_marker): Likewise.
12633 (strace_trace_on_same_addr): Likewise.
12634 (strace_trace_on_diff_addr): Likewise.
12635 * gdb.trace/trace-break.exp: Likewise.
12636 * gdb.trace/trace-condition.exp: Likewise.
12637 * gdb.trace/trace-mt.exp: Likewise.
12638
12639 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12640
12641 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12642 result of gdb_remote_download.
12643 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12644 * gdb.base/dso2dso.exp: Likewise.
12645 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12646 * gdb.base/print-file-var.exp: Likewise.
12647 * gdb.base/shlib-call.exp: Likewise.
12648 * gdb.base/shreloc.exp: Likewise.
12649 * gdb.base/solib-overlap.exp: Likewise.
12650 * gdb.base/solib-weak.exp (do_test): Likewise.
12651 * gdb.base/unload.exp: Likewise.
12652
12653 2016-04-27 Yao Qi <yao.qi@linaro.org>
12654
12655 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12656 exists.
12657
12658 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12659
12660 * vla-type.exp: Print structure from toplevel.
12661
12662 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12663
12664 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12665 of dynamic types.
12666 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12667 of dynamic types.
12668
12669 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12670
12671 * gdb.fortran/vla-type.f90: New file.
12672 * gdb.fortran/vla-type.exp: New file.
12673
12674 2016-04-25 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/branch-to-self.c: New file.
12677 * gdb.base/branch-to-self.exp: New file.
12678
12679 2016-04-22 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12682 more after $hex.
12683
12684 2016-04-22 Yao Qi <yao.qi@linaro.org>
12685
12686 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12687 * gdb.base/annota3.exp: Likewise.
12688
12689 2016-04-22 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.reverse/step-precsave.exp: Do one step and test program
12692 stops in "callee" and do multiple steps until program goes out
12693 of "callee".
12694 * gdb.reverse/step-reverse.exp: Likewise.
12695
12696 2016-04-22 Yao Qi <yao.qi@linaro.org>
12697
12698 * gdb.trace/signal.exp: Also pass if
12699 $tracepoint_hits($i) > $iterations.
12700
12701 2016-04-22 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.trace/signal.c: New file.
12704 * gdb.trace/signal.exp: New file.
12705
12706 2016-04-19 Doug Evans <xdje42@gmail.com>
12707
12708 * gdb.base/bad-file.exp: New file.
12709
12710 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12711
12712 * gdb.dwarf2/implref.exp: New file.
12713
12714 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12715
12716 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12717 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12718 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12719 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12720 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12721 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12722 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12723 * lib/fortran.exp (fortran_int4): New procedure.
12724 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12725 (fortran_logical4): Likewise.
12726
12727 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12728
12729 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12730
12731 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12732
12733 * lib/compiler.c: Add Intel specific preprocessor macros.
12734 * lib/compiler.cc: Likewise.
12735
12736 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
12737
12738 * gdb.server/connect-with-no-symbol-file.c: New file.
12739 * gdb.server/connect-with-no-symbol-file.exp: New file.
12740
12741 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12742
12743 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12744
12745 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12746
12747 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12748 standard output directory.
12749
12750 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12751
12752 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12753
12754 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12755
12756 * gdb.btrace/instruction_history.c (loop): Add declaration.
12757
12758 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12759
12760 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12761
12762 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12763
12764 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12765 parentheses to print.
12766 (continue_handler): Likewise.
12767
12768 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12769
12770 * gdb.server/solib-list.exp: Remove is_remote check.
12771 Pass shlib= to gdb_compile. Don't link shared library with
12772 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12773 Run binary filename through "readlink -f" on the target.
12774
12775 2016-04-08 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12778 interpreter filename as argument to gdbserver_spawn.
12779 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12780 Return empty if $last_loaded_file does not exist.
12781
12782 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12783
12784 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12785 * gdb.base/jit-main.c: Use exit after usage.
12786
12787 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12790 GDBHISTSIZE prior to the tests.
12791 * gdb.base/gdbinit-history.exp: Likewise.
12792
12793 2016-04-07 Pedro Alves <palves@redhat.com>
12794
12795 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12796 instead of build_executable. Use gdb_load_shlibs.
12797
12798 2016-04-07 Yao Qi <yao.qi@linaro.org>
12799
12800 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12801 Execute "si" command.
12802
12803 2016-04-07 Yao Qi <yao.qi@linaro.org>
12804
12805 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12806 number instead of the comments on some line.
12807
12808 2016-04-06 Don Breazeal <donb@codesourcery.com>
12809
12810 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12811 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12812
12813 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12814
12815 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12816 standard_output_file. Remove unused binfile variable.
12817
12818 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
12819
12820 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12821 * gdb.python/py-mi-objfile.exp: Match "list main" output
12822 in console format.
12823
12824 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12825
12826 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12827 absolute.
12828
12829 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12830
12831 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12832 absolute.
12833 * gdb.trace/ftrace.exp: Likewise.
12834 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12835 targets as well.
12836 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12837 (gdb_load_shlibs): Copy libraries to test directory when testing
12838 natively. Only set solib-search-path if testing remotely.
12839 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12840
12841 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12844 gdb_download. Use it even if the target is not remote.
12845 * gdb.base/jit.exp (compile_jit_test): Likewise.
12846 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12847 output directory if the destination board is local, otherwise use
12848 the standard remote_download from DejaGnu.
12849 (gdb_download): Remove.
12850 (gdb_load_shlibs): Use gdb_remote_download instead of
12851 gdb_download.
12852 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12853 Use gdb_remote_download instead of gdb_download. Use it even if
12854 the target is not remote.
12855 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12856 instead of gdb_download.
12857
12858 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12859
12860 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12861 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12862 run.
12863
12864 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
12865
12866 PR gdb/19820
12867 * gdb.base/printcmds.exp: Add artificial arrays tests.
12868
12869 2016-03-31 Pedro Alves <palves@redhat.com>
12870
12871 PR gdb/19858
12872 * gdb.base/jit-main.c: Include unistd.h.
12873 (ATTACH): Define to 0 if not already defined.
12874 (wait_for_gdb, mypid): New globals.
12875 (WAIT_FOR_GDB): New macro.
12876 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12877 some breakpoint locations.
12878 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12879 New procedures.
12880 (one_jit_test): Add REATTACH parameter, and handle it. Use
12881 continue_to_test_location.
12882 (top level): Test attach, and adjusts calls to one_jit_test.
12883
12884 2016-03-31 Pedro Alves <palves@redhat.com>
12885
12886 PR gdb/19858
12887 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12888 BINSUFFIX parameter, and handle it.
12889 (top level): Adjust calls compile_jit_test.
12890
12891 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
12892
12893 PR python/19743
12894 * gdb.python/py-mi-events-gdb.py: New file.
12895 * gdb.python/py-mi-events.c: New file.
12896 * gdb.python/py-mi-events.exp: New file.
12897
12898 2016-03-30 Yao Qi <yao.qi@linaro.org>
12899
12900 * gdb.reverse/until-precsave.exp: Match function name only.
12901 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12902 Move malloc to a condition block.
12903 * gdb.reverse/until-reverse.exp: Match function name only.
12904
12905 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12906
12907 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12908 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12909 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12910 variable for GPR 0 instead of assuming it is register 0.
12911 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12912 * lib/trace-support.exp: Add s390 registers.
12913
12914 2016-03-29 Yao Qi <yao.qi@linaro.org>
12915
12916 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12917
12918 2016-03-24 Yao Qi <yao.qi@linaro.org>
12919
12920 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12921 test message.
12922
12923 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12924
12925 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12926 maintaining separate logic for constructing the output path.
12927
12928 2016-03-16 Don Breazeal <donb@codesourcery.com>
12929
12930 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12931 Retry fork and waitpid on interrupted system call errors.
12932 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12933 Use with_timeout_factor to increase timeout by factor of 10.
12934
12935 2016-03-15 Don Breazeal <donb@codesourcery.com>
12936
12937 * gdb.cp/scope-err.cc: New test program.
12938 * gdb.cp/scope-err.exp: New test script.
12939 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12940 lines and "set breakpoint here" comment.
12941 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12942 Fixed some whitespace and format issues.
12943 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12944 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12945
12946 2016-03-15 Doug Evans <dje@google.com>
12947
12948 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12949 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12950 All callers updated. Add tests for enums, mixed flags register.
12951
12952 2016-03-15 Doug Evans <dje@google.com>
12953
12954 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12955 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12956
12957 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12958
12959 * gdb.base/default.exp: Add $_as_string to the list of expected
12960 convenience functions.
12961
12962 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12963
12964 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12965
12966 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12967
12968 * gdb.python/py-as-string.exp: New file.
12969 * gdb.python/py-as-string.c: New file.
12970
12971 2016-03-09 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12974 signal" -> "Thread NN received signal" output change.
12975 * gdb.threads/ia64-sigill.exp: Likewise.
12976 * gdb.threads/linux-dp.exp: Likewise.
12977 * gdb.threads/manythreads.exp: Likewise.
12978 * gdb.threads/pending-step.exp: Likewise.
12979 * gdb.threads/print-threads.exp: Likewise.
12980 * gdb.threads/sigstep-threads.exp: Likewise.
12981 * gdb.threads/staticthreads.exp: Likewise.
12982 * gdb.threads/tls.exp: Likewise.
12983
12984 2016-03-09 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/command-line-input.exp: New file.
12987
12988 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12989
12990 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12991 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12992 * gdb.trace/pending.exp: Accept leading dot before function name.
12993 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12994 * lib/trace-support.exp: Set registers for ppc.
12995
12996 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12997
12998 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12999 use it for disassembly; accept .main in addition to main in backtrace.
13000
13001 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
13002 Marcin Kościelnicki <koriakin@0x04.net>
13003
13004 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13005 (gdb_recursion_test_ptr): New global variable.
13006 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13007 gdb_recursion_test.
13008 (gdb_c_test): Ditto.
13009
13010 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13011
13012 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13013 ordering.
13014
13015 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13016
13017 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13018 (bar): Add bar_start_lbl label.
13019 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13020 of foo/bar for emitting DWARF and tracing.
13021
13022 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13023
13024 * analyze-racy-logs.py: Set executable bit.
13025
13026 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13027
13028 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13029 (CHECK_TARGET_TMP): Likewise.
13030 (check-single-racy): New rule.
13031 (check-parallel-racy): Likewise.
13032 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13033 (do-check-parallel-racy): New rule.
13034 (check-racy/%.exp): Likewise.
13035 * README (Racy testcases): New section.
13036 * analyze-racy-logs.py: New file.
13037
13038 2016-03-03 Doug Evans <dje@google.com>
13039
13040 * gdb.base/skip.exp: Use with_test_prefix.
13041
13042 2016-03-03 Yao Qi <yao.qi@linaro.org>
13043
13044 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13045 Invoke step_over_syscall "clone" and break_cond_on_syscall
13046 "clone".
13047 * gdb.base/step-over-clone.c: New file.
13048
13049 2016-03-03 Yao Qi <yao.qi@linaro.org>
13050
13051 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13052 code format.
13053
13054 2016-03-03 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.base/disp-step-fork.c: Rename to ...
13057 * gdb.base/step-over-fork.c: ... it. New file.
13058 * gdb.base/disp-step-vfork.c: Rename to ...
13059 * gdb.base/step-over-vfork.c: ... it. New file.
13060 * gdb.base/disp-step-syscall.exp: Rename to ...
13061 * gdb.base/step-over-syscall.exp: ... it. New file.
13062 (disp_step_cross_syscall): Rename to ...
13063 (step_over_syscall): ... it.
13064
13065 2016-03-03 Yao Qi <yao.qi@linaro.org>
13066
13067 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13068 If target supports condition evaluation on target, invoke
13069 break_cond_on_syscall for fork and vfork.
13070
13071 2016-03-03 Yao Qi <yao.qi@linaro.org>
13072
13073 * gdb.base/disp-step-syscall.exp: Don't invoke
13074 support_displaced_stepping.
13075 (disp_step_cross_syscall): Test with displaced stepping off and
13076 on if supported.
13077
13078 2016-03-03 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13081 proc.
13082 (setup): New proc.
13083 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13084 and setup.
13085
13086 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13087
13088 * gdb.fortran/vla-history.exp: Remove breakpoint.
13089
13090 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13091
13092 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13093 exceeds timeout.
13094
13095 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13096
13097 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13098 breakpoint.
13099
13100 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13101
13102 * gdb.mi/vla.f90: Nullify pointer after declaration.
13103
13104 2016-03-01 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13107
13108 2016-03-01 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13111 before anything else.
13112 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13113 _GNU_SOURCE here.
13114 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13115 before anything else.
13116 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13117
13118 2016-03-01 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13121
13122 2016-03-01 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13125 prepare_for_testing.
13126
13127 2016-03-01 Yao Qi <yao.qi@linaro.org>
13128
13129 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13130
13131 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13132
13133 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13134 manually constructing the output path.
13135
13136 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13137
13138 * gdb.arch/s390-stackless.S: New.
13139 * gdb.arch/s390-stackless.exp: New.
13140
13141 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13142
13143 * gdb.dlang/circular.c: New file.
13144 * gdb.dlang/circular.exp: New file.
13145
13146 2016-02-26 Yao Qi <yao.qi@linaro.org>
13147
13148 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13149 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13150 (testcases): Update.
13151
13152 2016-02-26 Yao Qi <yao.qi@linaro.org>
13153
13154 * gdb.reverse/aarch64.c: Rename to ...
13155 * gdb.reverse/insn-reverse.c: ... it.
13156 * gdb.reverse/aarch64.exp: Rename to ...
13157 * gdb.reverse/insn-reverse.exp: ... it.
13158
13159 2016-02-26 Yao Qi <yao.qi@linaro.org>
13160
13161 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13162 (testcase_ftype): New.
13163 (testcases): New array.
13164 (n_testcases): New.
13165 (main): Call each element in testcases.
13166 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13167 (read_testcase): New.
13168 Do the tests in a loop.
13169
13170 2016-02-25 Yao Qi <yao.qi@linaro.org>
13171
13172 * gdb.base/branches.c: Remove.
13173
13174 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13175
13176 PR gdb/13808
13177 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13178
13179 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13180
13181 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13182
13183 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13184
13185 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13186 change x86_64 call_insn to 'callq'.
13187
13188 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13189
13190 * gdb.trace/tfile-avx.c: Move to...
13191 * gdb.trace/tracefile-pseudo-reg.c: Here.
13192 * gdb.trace/tfile-avx.exp: Move to...
13193 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13194
13195 2016-02-24 Gary Benson <gbenson@redhat.com>
13196
13197 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13198 message on attach.
13199
13200 2016-02-23 Doug Evans <dje@google.com>
13201
13202 * gdb.base/skip.c (test_skip): New function.
13203 (end_test_skip_file_and_function): New function.
13204 (test_skip_file_and_function): New function.
13205 * gdb.base/skip1.c (test_skip): New function.
13206 (skip1_test_skip_file_and_function): New function.
13207 * gdb.base/skip.exp: Add tests for new skip options.
13208 * gdb.base/skip-solib.exp: Update expected output.
13209 * gdb.perf/skip-command.cc: New file.
13210 * gdb.perf/skip-command.exp: New file.
13211 * gdb.perf/skip-command.py: New file.
13212
13213 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13214
13215 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13216 info registers pattern.
13217
13218 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13219
13220 * lib/future.exp: Add D support.
13221 (gdb_find_gdc): New proc.
13222 (gdb_default_target_compile): Add D support.
13223
13224 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
13225
13226 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13227 user+system time.
13228 (trace_speed_test): Determine the iteration count for a time
13229 between 15..30 seconds.
13230
13231 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13232
13233 * gdb.arch/i386-mpx-sigsegv.c: New file.
13234 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13235 * gdb.arch/i386-mpx-simple_segv.c: New file.
13236 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13237
13238 2016-02-18 Yao Qi <yao.qi@linaro.org>
13239
13240 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13241 Don't call setup_kfail.
13242
13243 2016-02-18 Yao Qi <yao.qi@linaro.org>
13244
13245 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13246 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13247
13248 2016-02-16 Doug Evans <dje@google.com>
13249
13250 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13251 * gdb.base/skip1.c: Ditto.
13252 * gdb.base/skip.exp: Whitespace cleanup.
13253
13254 2016-02-16 Don Breazeal <donb@codesourcery.com>
13255
13256 PR remote/19496
13257 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13258 Remove kfail for PR remote/19496.
13259
13260 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13261
13262 * lib/gdb.exp (standard_temp_file): Return a path specific to
13263 the runtest invocation.
13264
13265 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * gdb.trace/save-trace.exp: Change relative path to be in the
13268 standard output directory.
13269
13270 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 * gdb.arch/i386-prologue.c: Add missing prototypes.
13273
13274 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13277 * gdb.arch/i386-prologue.exp: Likewise.
13278 * gdb.arch/i386-size.exp: Likewise.
13279
13280 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13281
13282 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13283 define object file path.
13284 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13285 file path.
13286 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13287 standard_output_file to define binfile.
13288
13289 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13290
13291 Fix compatibility with recent gfortran-5.3.1.
13292 * gdb.fortran/vla-history.exp (print vla1 allocated)
13293 (print vla2 allocated, print $2, print $3): Remove
13294 (print $4): Rename to ...
13295 (print $2): ... here.
13296 (print $9): Rename to ...
13297 (print $5): ... here.
13298 (print $10): Rename to ...
13299 (print $6): ... here.
13300 * gdb.fortran/vla.f90: Add pvla initialization.
13301
13302 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13303
13304 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13305 New test.
13306 * gdb.fortran/vla-value-sub.exp: Likewise.
13307
13308 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13309
13310 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13311
13312 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13313
13314 * i386-biarch-core.exp: Define corefile using
13315 standard_output_file.
13316
13317 2016-02-12 Yao Qi <yao.qi@linaro.org>
13318
13319 * gdb.arch/arm-single-step-kernel-helper.c: New.
13320 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13321
13322 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13323
13324 * gdb.btrace/tailcall-only.exp: New.
13325 * gdb.btrace/tailcall-only.c: New.
13326 * gdb.btrace/x86_64-tailcall-only.S: New.
13327 * gdb.btrace/i686-tailcall-only.S: New.
13328
13329 2016-02-11 Pedro Alves <palves@redhat.com>
13330
13331 * README (Parallel testing): Add missing double quotes.
13332
13333 2016-02-11 Pedro Alves <palves@redhat.com>
13334
13335 * README (Parallel testing): New section.
13336 (GDB_PARALLEL): Rewrite.
13337 (FORCE_PARALLEL): Document.
13338
13339 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13340
13341 * gdb.trace/tfile-avx.c: New test.
13342 * gdb.trace/tfile-avx.exp: New test.
13343
13344 2016-02-09 Keith Seitz <keiths@redhat.com>
13345
13346 PR breakpoints/19546
13347 * gdb.base/infcall-exec.c: New file.
13348 * gdb.base/infcall-exec2.c: New file.
13349 * gdb.base/infcall-exec.exp: New file.
13350
13351 2016-02-09 Keith Seitz <keiths@redhat.com>
13352
13353 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13354 (toplevel): Call test_bkpt_address.
13355
13356 2016-02-09 Keith Seitz <keiths@redhat.com>
13357
13358 PR python/19506
13359 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13360 (toplevel): Call test_bkpt_address.
13361
13362 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13363
13364 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13365 to AC_OUTPUT.
13366 * configure: Regenerate.
13367
13368 2016-02-09 Pedro Alves <palves@redhat.com>
13369
13370 PR breakpoints/19548
13371 * gdb.base/execl-update-breakpoints.c (some_function): New
13372 function.
13373 (main): Call it.
13374 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13375 Tighten expected GDB output.
13376
13377 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13378
13379 * Makefile.in (ALL_SUBDIRS): Remove.
13380 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13381 (distclean maintainer-clean realclean): Likewise.
13382 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13383 * configure: Regenerate.
13384 * gdb.ada/Makefile.in: Delete.
13385 * gdb.arch/Makefile.in: Likewise.
13386 * gdb.asm/Makefile.in: Likewise.
13387 * gdb.base/Makefile.in: Likewise.
13388 * gdb.btrace/Makefile.in: Likewise.
13389 * gdb.cell/Makefile.in: Likewise.
13390 * gdb.compile/Makefile.in: Likewise.
13391 * gdb.cp/Makefile.in: Likewise.
13392 * gdb.disasm/Makefile.in: Likewise.
13393 * gdb.dlang/Makefile.in: Likewise.
13394 * gdb.dwarf2/Makefile.in: Likewise.
13395 * gdb.fortran/Makefile.in: Likewise.
13396 * gdb.gdb/Makefile.in: Likewise.
13397 * gdb.go/Makefile.in: Likewise.
13398 * gdb.guile/Makefile.in: Likewise.
13399 * gdb.java/Makefile.in: Likewise.
13400 * gdb.linespec/Makefile.in: Likewise.
13401 * gdb.mi/Makefile.in: Likewise.
13402 * gdb.modula2/Makefile.in: Likewise.
13403 * gdb.multi/Makefile.in: Likewise.
13404 * gdb.objc/Makefile.in: Likewise.
13405 * gdb.opencl/Makefile.in: Likewise.
13406 * gdb.opt/Makefile.in: Likewise.
13407 * gdb.pascal/Makefile.in: Likewise.
13408 * gdb.perf/Makefile.in: Likewise.
13409 * gdb.python/Makefile.in: Likewise.
13410 * gdb.reverse/Makefile.in: Likewise.
13411 * gdb.server/Makefile.in: Likewise.
13412 * gdb.stabs/Makefile.in: Likewise.
13413 * gdb.threads/Makefile.in: Likewise.
13414 * gdb.trace/Makefile.in: Likewise.
13415 * gdb.xml/Makefile.in: Likewise.
13416 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13417 GDB_PARALLEL.
13418 (standard_output_file): Remove check for GDB_PARALLEL, always
13419 return path in outputs/$subdir/$testname.
13420
13421 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13422
13423 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13424 (site.exp): Assign abs_srcdir to tcl's srcdir.
13425
13426 2016-02-04 Yao Qi <yao.qi@linaro.org>
13427
13428 * gdb.base/foll-exec-mode.c: Include limits.h.
13429 (main): Add parameters argc and argv. Get directory from
13430 argv[0].
13431 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13432 compilation.
13433 * gdb.base/foll-exec.c: Include limits.h.
13434 (main): Add parameters argc and argv.
13435 Get directory from argv[0].
13436 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13437 Adjust tests on the number of lines as source code changed.
13438 * gdb.base/foll-vfork-exit.c: Include limits.h.
13439 (main): Add one line of statement before vfork.
13440 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13441 (main): Add parameters argc and argv. Get directory from
13442 argv[0].
13443 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13444 (setup_gdb): Set tbreak to skip some source lines.
13445 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13446 (main): Add parameters argc and argv. Get directory from
13447 argv[0].
13448 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13449 compilation.
13450 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13451 (main): Add parameters argc and argv. Get directory from
13452 argv[0].
13453 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13454 compilation.
13455
13456 2016-02-01 Doug Evans <dje@google.com>
13457
13458 * gdb.base/skip.exp: Clean up multiple references to same test name.
13459
13460 2016-02-01 Pedro Alves <palves@redhat.com>
13461
13462 PR remote/19496
13463 * gdb.threads/forking-threads-plus-breakpoint.exp
13464 (displaced_stepping_supported): New global.
13465 (probe_displaced_stepping_support): New procedure.
13466 (do_test): Add 'displaced' parameter, and use it.
13467 (top level): Check for displaced stepping support. Add displaced
13468 stepping on/off testing axis.
13469
13470 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13471
13472 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13473 pointer. Don't perform further tests on the unassociated pointer
13474 if the first test fails.
13475
13476 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13477
13478 * gdb.base/max-value-size.c: New file.
13479 * gdb.base/max-value-size.exp: New file.
13480 * gdb.base/huge.exp: Disable max-value-size for this test.
13481
13482 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13483
13484 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13485
13486 2016-01-28 Yao Qi <yao.qi@linaro.org>
13487
13488 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13489
13490 2016-01-25 Pedro Alves <palves@redhat.com>
13491
13492 PR threads/19461
13493 * gdb.base/fork-running-state.c: New file.
13494 * gdb.base/fork-running-state.exp: New file.
13495
13496 2016-01-25 Pedro Alves <palves@redhat.com>
13497
13498 PR gdb/19494
13499 * gdb.base/catch-fork-kill.c: New file.
13500 * gdb.base/catch-fork-kill.exp: New file.
13501
13502 2016-01-25 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13505 Delete, moved to lib/gdb.exp.
13506 * gdb.threads/forking-threads-plus-breakpoint.exp
13507 (foreach_with_prefix): Likewise.
13508 * gdb.threads/process-dies-while-handling-bp.exp
13509 (foreach_with_prefix): Likewise.
13510 * lib/gdb.exp (foreach_with_prefix): New procedure.
13511
13512 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13513
13514 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13515 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13516
13517 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13518
13519 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13520 endian targets.
13521
13522 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13523 Pedro Alves <palves@redhat.com>
13524
13525 Fix testsuite compatibility with Guile.
13526 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13527 number.
13528
13529 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13530
13531 Fix testsuite compatibility with Guile.
13532 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13533 (thread 1): New test for backtrace through signal handler.
13534
13535 2016-01-22 Yao Qi <yao.qi@linaro.org>
13536
13537 PR testsuite/19491
13538 * gdb.base/multi-forks.c: Include
13539 ../lib/unbuffer_output.c
13540 (main): Call gdb_unbuffer_output.
13541
13542 2016-01-21 Doug Evans <dje@google.com>
13543
13544 * lib/ada.exp (gdb_compile_ada): Fix typo.
13545
13546 2016-01-21 Joel Brobecker <brobecker@adacore.com>
13547
13548 * gdb.base/break-fun-addr.exp: New file.
13549 * gdb.base/break-fun-addr1.c: New file.
13550 * gdb.base/break-fun-addr2.c: New file.
13551
13552 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13553
13554 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13555 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13556 enum flag values.
13557
13558 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13561 when GDB can not set the vector return value. Add more comments
13562 for clarification.
13563
13564 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13565
13566 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13567 command.
13568
13569 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13570
13571 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13572
13573 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13574
13575 * Makefile.in (check-single): Pass --status to runtest.
13576 (check/%.exp): Likewise.
13577
13578 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13579
13580 * Makefile.in (check-parallel): Propagate return code from make
13581 do-check-parallel.
13582
13583 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13584
13585 * gdb.trace/ftrace.exp: Fix expected message on continue.
13586 * gdb.trace/pending.exp: Fix expected message on continue.
13587 * gdb.trace/trace-break.exp: Fix expected message on continue.
13588
13589 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13590
13591 * lib/gdb.exp (gdb_test): Remove unused global references.
13592
13593 2016-01-18 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/async-shell.exp: Adjust expected output.
13596 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13597 * gdb.base/siginfo-thread.exp: Adjust expected output.
13598 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13599 * gdb.java/jnpe.exp: Adjust expected output.
13600 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13601 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13602 * gdb.threads/leader-exit.exp: Adjust expected output.
13603 * gdb.threads/manythreads.exp: Adjust expected output.
13604 * gdb.threads/pthreads.exp: Adjust expected output.
13605 * gdb.threads/schedlock.exp: Adjust expected output.
13606 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13607 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13608 expected output.
13609 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13610 output.
13611 * gdb.threads/sigthread.exp: Adjust expected output.
13612 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13613
13614 2016-01-18 Yao Qi <yao.qi@linaro.org>
13615
13616 * gdb.guile/scm-section-script.c: Replace @progbits with
13617 %progbits.
13618 * gdb.python/py-section-script.c: Likewise.
13619
13620 2016-01-15 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.multi/tids.exp: Test star wildcard ranges.
13623
13624 2016-01-15 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13627 command from "thread apply" invocation.
13628 (thr_apply_info_thr_invalid): Default the expected output to the
13629 input tid list.
13630 (top level): Add tests that use convenience variables. Add tests
13631 for "thread apply" with a valid TID list, but missing the command.
13632
13633 2016-01-13 Pedro Alves <palves@redhat.com>
13634
13635 * gdb.base/default.exp: Expect $_gthread as well.
13636 * gdb.multi/tids.exp: Test $_gthread.
13637 * gdb.threads/thread-specific.exp: Test $_gthread.
13638
13639 2016-01-13 Pedro Alves <palves@redhat.com>
13640
13641 * gdb.multi/tids.exp: Test "info threads -gid".
13642
13643 2016-01-13 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13646 Breakpoint.thread.
13647 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13648
13649 2016-01-07 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.base/break.exp: Adjust to output changes.
13652 * gdb.base/hbreak2.exp: Likewise.
13653 * gdb.base/sepdebug.exp: Likewise.
13654 * gdb.base/watch_thread_num.exp: Likewise.
13655 * gdb.linespec/keywords.exp: Likewise.
13656 * gdb.multi/info-threads.exp: Likewise.
13657 * gdb.threads/thread-find.exp: Likewise.
13658 * gdb.multi/tids.c: New file.
13659 * gdb.multi/tids.exp: New file.
13660
13661 2016-01-13 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13664
13665 2016-01-13 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.base/default.exp: Expect $_inferior as well.
13668 * gdb.multi/base.exp: Test $_inferior.
13669
13670 2016-01-13 Pedro Alves <palves@redhat.com>
13671
13672 PR breakpoints/19388
13673 * gdb.base/catch-signal-siginfo-cond.c: New file.
13674 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13675
13676 2016-01-12 Josh Stone <jistone@redhat.com>
13677 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13678
13679 * gdb.base/catch-syscall.c (do_execve): New variable.
13680 (main): Conditionally trigger an execve.
13681 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13682 (test_catch_syscall_execve): New, check entry/return across execve.
13683 (do_syscall_tests): Call test_catch_syscall_execve.
13684
13685 2016-01-12 Pedro Alves <palves@redhat.com>
13686
13687 * gdb.base/random-signal.exp (do_test): New procedure, with body
13688 of testcase moved in.
13689
13690 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13691 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.base/funcargs.exp (finish from indirectly called function):
13694 Reintroduce the case for 'First'.
13695
13696 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13697 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13700 (tcatch_vfork_then_child_follow_exec)
13701 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13702 identification.
13703
13704 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13705
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13707 and repeats to unlimited.
13708 * gdb.python/py-value.exp: Likewise.
13709 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13710 and repeats to unlimited.
13711
13712 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13713
13714 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13715 and reordering the functions.
13716 * gdb.multi/hangout.c: Likewise.
13717 * gdb.multi/hello.c: Likewise.
13718
13719 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13720
13721 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13722 absolute.
13723 (SingleStatisticTestResult.report): Use dict.keys instead of
13724 dict.iterkeys.
13725
13726 2016-01-06 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13729
13730 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13731
13732 * gdb.btrace/dlopen.exp: New.
13733 * gdb.btrace/dlopen.c: New.
13734 * gdb.btrace/dlopen-dso.c: New.
13735
13736 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13737
13738 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13739 PATTERN argument is optional.
13740
13741 2015-12-24 Joel Brobecker <brobecker@adacore.com>
13742
13743 * lib/ada.exp (target_compile_ada_from_dir): New function.
13744 (gdb_compile_ada): Reimplement avoiding the use of project files.
13745 * gdb.ada/gnat_ada.gpr: Delete.
13746 * gdb.ada/cond_lang.exp: Adjust test to make path before
13747 filename optional.
13748 * gdb.ada/small_reg_param.exp: Likewise.
13749
13750 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13751
13752 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13753
13754 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13755
13756 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13757 case.
13758
13759 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13760
13761 * gdb.base/break.exp: Remove dead code.
13762 * gdb.base/sepdebug.exp: Likewise.
13763
13764 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13765
13766 * gdb.asm/asm-source.exp: Remove HP-UX references.
13767 * gdb.base/annota1.exp: Likewise.
13768 * gdb.base/annota3.exp: Likewise.
13769 * gdb.base/attach.exp: Likewise.
13770 * gdb.base/bigcore.exp: Likewise.
13771 * gdb.base/break.exp: Likewise.
13772 * gdb.base/call-ar-st.exp: Likewise.
13773 * gdb.base/callfuncs.exp: Likewise.
13774 * gdb.base/catch-fork-static.exp: Likewise.
13775 * gdb.base/display.exp: Likewise.
13776 * gdb.base/foll-exec-mode.exp: Likewise.
13777 * gdb.base/foll-exec.exp: Likewise.
13778 * gdb.base/foll-fork.exp: Likewise.
13779 * gdb.base/foll-vfork.exp: Likewise.
13780 * gdb.base/funcargs.exp: Likewise.
13781 * gdb.base/hbreak2.exp: Likewise.
13782 * gdb.base/inferior-died.exp: Likewise.
13783 * gdb.base/interrupt.exp: Likewise.
13784 * gdb.base/multi-forks.exp: Likewise.
13785 * gdb.base/nodebug.exp: Likewise.
13786 * gdb.base/sepdebug.exp: Likewise.
13787 * gdb.base/solib1.c: Likewise.
13788 * gdb.base/step-test.exp: Likewise.
13789 * gdb.mi/non-stop.c: Likewise.
13790 * gdb.mi/pthreads.c: Likewise.
13791 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13792 * gdb.threads/pthreads.c: Likewise.
13793 * gdb.threads/staticthreads.exp: Likewise.
13794 * lib/future.exp: Likewise.
13795 * lib/gdb.exp: Likewise.
13796 * gdb.base/so-indr-cl.c: Remove.
13797 * gdb.base/so-indr-cl.exp: Likewise.
13798 * gdb.base/solib.c: Likewise.
13799 * gdb.base/solib.exp: Likewise.
13800 * gdb.base/solib2.c: Likewise.
13801
13802 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13803
13804 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13805 * gdb.base/call-ar-st.exp: Likewise.
13806 * gdb.base/callfuncs.exp: Likewise.
13807 * gdb.base/condbreak.exp: Likewise.
13808 * gdb.base/constvars.exp: Likewise.
13809 * gdb.base/hbreak2.exp: Likewise.
13810 * gdb.base/langs.exp: Likewise.
13811 * gdb.base/list.exp: Likewise.
13812 * gdb.base/long_long.exp: Likewise.
13813 * gdb.base/ptype.exp: Likewise.
13814 * gdb.base/scope.exp: Likewise.
13815 * gdb.base/signals.exp: Likewise.
13816 * gdb.base/so-impl-ld.exp: Likewise.
13817 * gdb.base/varargs.exp: Likewise.
13818 * gdb.base/volatile.exp: Likewise.
13819 * gdb.base/whatis.exp: Likewise.
13820 * gdb.cp/cplusfuncs.exp: Likewise.
13821 * gdb.cp/inherit.exp: Likewise.
13822 * gdb.cp/local.exp: Likewise.
13823 * gdb.cp/member-ptr.exp: Likewise.
13824 * gdb.cp/method.exp: Likewise.
13825 * gdb.cp/overload.exp: Likewise.
13826 * gdb.cp/templates.exp: Likewise.
13827 * gdb.stabs/weird.exp: Likewise.
13828 * lib/compiler.c: Likewise.
13829 * lib/compiler.cc: Likewise.
13830 * lib/cp-support.exp: Likewise.
13831 * lib/gdb.exp: Likewise.
13832
13833 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13834
13835 * configure.ac: Remove HP-UX case.
13836 * configure: Regenerate.
13837
13838 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * lib/gdb.exp (gdb_compile): Add function doc.
13841
13842 2015-12-17 Pedro Alves <palves@redhat.com>
13843
13844 PR threads/19354
13845 * gdb.multi/info-threads.exp: New file.
13846
13847 2015-12-15 Yao Qi <yao.qi@linaro.org>
13848
13849 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13850 is aarch64*-*-*.
13851
13852 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13853
13854 * gdb.base/history-duplicates.exp: Skip if no readline support.
13855
13856 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13857
13858 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13859
13860 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13861
13862 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13863
13864 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13865
13866 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13867 ctrl-C if nointerrupts target property is set.
13868 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13869 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13870 * gdb.base/paginate-bg-execution.exp: Likewise.
13871 * gdb.base/paginate-execution-startup.exp: Likewise.
13872 * gdb.base/random-signal.exp: Likewise.
13873 * gdb.base/range-stepping.exp: Likewise.
13874 * gdb.cp/annota2.exp: Likewise.
13875 * gdb.cp/annota3.exp: Likewise.
13876 * gdb.gdb/selftest.exp: Likewise.
13877 * gdb.threads/continue-pending-status.exp: Likewise.
13878 * gdb.threads/leader-exit.exp: Likewise.
13879 * gdb.threads/manythreads.exp: Likewise.
13880 * gdb.threads/pthreads.exp: Likewise.
13881 * gdb.threads/schedlock.exp: Likewise.
13882 * gdb.threads/sigthread.exp: Likewise.
13883
13884 2015-12-11 Don Breazeal <donb@codesourcery.com>
13885
13886 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13887 remote.
13888 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13889 * gdb.base/foll-exec.exp (main): Enable for target remote.
13890 * gdb.base/foll-fork.exp (main): Likewise.
13891 * gdb.base/foll-vfork.exp (main): Likewise.
13892 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13893 (proc continue_to_exit_bp_loc): Use clean_restart.
13894 * gdb.base/pie-execl.exp (main): Disable for target remote.
13895 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13896 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13897 * gdb.threads/execl.exp (main): Likewise.
13898 * gdb.threads/fork-child-threads.exp (main): Likewise.
13899 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13900 remote.
13901 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13902 remote.
13903 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13904 pid.tid style ptids, instead of just tid.
13905 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13906 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13907 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13908 ptids, instead of just tid.
13909
13910 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb.base/list.exp (test_list_forward): Add end of file error
13913 test.
13914 (test_repeat_list_command): Add end of file error test.
13915 (test_list_backwards): Add beginning of file error test.
13916
13917 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13918
13919 * gdb.base/list.exp (test_list_invalid_args): New function,
13920 defined, and called.
13921
13922 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13923
13924 * gdb.base/list.exp (test_list): Make test names unique.
13925
13926 2015-12-11 Yao Qi <yao.qi@linaro.org>
13927
13928 * gdb.base/coremaker2.c: Remove.
13929
13930 2015-12-10 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.multi/base.exp: Remove stale "spaces" references.
13933
13934 2015-12-10 Pedro Alves <palves@redhat.com>
13935
13936 * gdb.multi/base.exp: Don't use nowarnings.
13937 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13938 * gdb.multi/hangout.c: Include stdio.h.
13939 * gdb.multi/hello.c: Include stdlib.h.
13940 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13941 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13942 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13943
13944 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13945
13946 * gdb.dwarf2/dw2-ranges-base.c: New file.
13947 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13948 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13949 support additional line table, and debug ranges generation.
13950 (Dwarf::ranges): New function, generate .debug_ranges.
13951 (Dwarf::lines): Support generating simple line table programs.
13952 (Dwarf::assemble): Initialise new namespace variables.
13953
13954 2015-12-09 Kevin Buettner <kevinb@redhat.com>
13955
13956 * gdb.base/async.exp (proc test_background): Add case for
13957 asynchronous execution not supported.
13958
13959 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
13960
13961 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13962 format and change test names to make them unique.
13963
13964 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13965 Pedro Alves <pedro@redhat.com>
13966
13967 PR gdb/18702
13968 Add checking of floatformats setup on x86_64 hosts.
13969 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13970 (smallval, bigval): New labels/constants.
13971 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13972 float" after loading bigval and smallval.
13973
13974 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13975
13976 * gdb.ada/fun_overload_menu.exp: New testcase.
13977 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13978
13979 2015-12-04 Josh Stone <jistone@redhat.com>
13980
13981 * gdb.base/catch-fork-static.exp: New.
13982
13983 2015-12-03 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.base/sizeof.c: Don't include stdio.h and
13986 ../lib/unbuffer_output.c.
13987 (main): New variable 'size' and 'value'. Remove printf and
13988 gdb_unbuffer_output. Assign return value to size and value.
13989 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13990 at the beginning.
13991 (check_sizeof): Check the result by printing variable 'size'.
13992 (check_valueof): Check the result by printing variable 'value'.
13993
13994 2015-12-01 Yao Qi <yao.qi@linaro.org>
13995
13996 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13997 for aarch64*-*-linux* target.
13998
13999 2015-11-30 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14002
14003 2015-11-30 Pedro Alves <palves@redhat.com>
14004
14005 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14006 Handle non-stop mode vCont replies.
14007
14008 2015-11-30 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14011 prepare_for_testing. Start gdb with "set non-stop on" appended to
14012 GDBFLAGS. Lax expected stop output.
14013
14014 2015-11-27 Yao Qi <yao.qi@linaro.org>
14015
14016 * gdb.arch/arm-neon.exp: New.
14017 * gdb.arch/arm-neon.c: New.
14018
14019 2015-11-27 Yao Qi <yao.qi@linaro.org>
14020
14021 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14022
14023 2015-11-27 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14026 frames-invalid annotation.
14027
14028 2015-11-27 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14031
14032 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14033
14034 * gdb.threads/names.exp: New file.
14035 * gdb.threads/names.c: New file.
14036 * README: Mention gdb,no_thread_names.
14037
14038 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14039
14040 PR 19297
14041 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14042 support" error.
14043
14044 2015-11-24 Pedro Alves <palves@redhat.com>
14045
14046 PR 17539
14047 * gdb.base/display.exp: Expect displays to be sorted in ascending
14048 order. Use multi_line.
14049 * gdb.base/solib-display.exp: Likewise.
14050
14051 2015-11-24 Pedro Alves <palves@redhat.com>
14052
14053 PR 17539
14054 * gdb.base/display.exp: Expect displays to be sorted in ascending
14055 order. Use multi_line.
14056 * gdb.base/solib-display.exp: Likewise.
14057
14058 2015-11-24 Pedro Alves <palves@redhat.com>
14059
14060 PR 17539
14061 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14062 threads in ascending order.
14063 * gdb.base/foll-fork.exp: Likewise.
14064 * gdb.base/foll-vfork.exp: Likewise.
14065 * gdb.base/multi-forks.exp: Likewise.
14066 * gdb.mi/mi-nonstop.exp: Likewise.
14067 * gdb.mi/mi-nsintrall.exp: Likewise.
14068 * gdb.multi/base.exp: Likewise.
14069 * gdb.multi/multi-arch.exp: Likewise.
14070 * gdb.python/py-inferior.exp: Likewise.
14071 * gdb.threads/break-while-running.exp: Likewise.
14072 * gdb.threads/execl.exp: Likewise.
14073 * gdb.threads/gcore-thread.exp: Likewise.
14074 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14075 * gdb.threads/kill.exp: Likewise.
14076 * gdb.threads/linux-dp.exp: Likewise.
14077 * gdb.threads/multiple-step-overs.exp: Likewise.
14078 * gdb.threads/next-bp-other-thread.exp: Likewise.
14079 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14080 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14081 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14082 * gdb.threads/thread-find.exp: Likewise.
14083 * gdb.threads/tls.exp: Likewise.
14084 * lib/mi-support.exp (mi_reverse_list): Delete.
14085 (mi_check_thread_states): No longer reverse list.
14086
14087 2015-11-24 Pedro Alves <palves@redhat.com>
14088
14089 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14090 use lowercase.
14091
14092 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14093
14094 * gdb.trace/actions.c: Include trace-common.h.
14095 (main): Add a location for a fast tracepoint.
14096 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14097 the normal tracepoints.
14098 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14099
14100 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * save-trace.exp: Factor out code to these...
14103 (gdb_save_tracepoints): New.
14104 (gdb_load_tracepoints): New.
14105 (do_save_load_test): New.
14106
14107 2015-11-23 Kevin Buettner <kevinb@redhat.com>
14108
14109 * gdb.base/asmlabel.exp: New test.
14110 * gdb.base/asmlabel.c: New test case.
14111
14112 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.base/wrong_frame_bt_full-main.c: New file.
14115 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14116 * gdb.base/wrong_frame_bt_full.exp: New file.
14117
14118 2015-11-23 Joel Brobecker <brobecker@adacore.com>
14119
14120 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14121
14122 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14123
14124 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14125 pstate register when comparing registers values in
14126 sparc64-*-linux-gnu targets to avoid spurious differences.
14127
14128 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14129
14130 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14131
14132 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14133
14134 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14135 as type argument to gdb_compile.
14136 * gdb.base/nested-subp2.exp: Likewise.
14137 * gdb.base/nested-subp3.exp: Likewise.
14138
14139 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14140
14141 * lib/dwarf.exp (_note): Fix left shift of negative value.
14142 * gdb.trace/trace-condition.exp: Likewise.
14143
14144 2015-11-13 Yao Qi <yao.qi@linaro.org>
14145
14146 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14147 comments about d10v.
14148 (test_scalar_returns): Likewise.
14149 * gdb.base/d10v.ld: Remove.
14150 * gdb.base/overlays.exp: Remove the target triplet checking for
14151 d10v-*-*.
14152 * gdb.base/structs.exp (test_struct_returns): Remove the
14153 comments about d10v.
14154 (test_struct_calls): Likewise.
14155
14156 2015-11-13 Yao Qi <yao.qi@linaro.org>
14157
14158 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14159 * gdb.base/gnu_vector.c: Don't include stdio.h.
14160 (main): Don't print res and call add_some_intvecs.
14161
14162 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14163
14164 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14165 macro.
14166 (func5): Removed.
14167 (func4): Use FAST_TRACEPOINT_LABEL.
14168 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14169 macro.
14170 (func): Removed.
14171 (thread_function): Use FAST_TRACEPOINT_LABEL.
14172 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14173 (func): Remove.
14174 (marker): Use FAST_TRACEPOINT_LABEL.
14175 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14176 (pendfunc1): Remove.
14177 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14178 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14179 (foo): Remove.
14180 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14181 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14182 macro.
14183 (func): Remove.
14184 (marker): Use FAST_TRACEPOINT_LABEL.
14185 * gdb.trace/trace-common.h: New header.
14186 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14187 macro.
14188 (func): Remove.
14189 (marker): Use FAST_TRACEPOINT_LABEL.
14190 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14191 (func): Remove.
14192 (thread_function): Use FAST_TRACEPOINT_LABEL.
14193
14194 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14195
14196 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14197 in front.
14198 * gdb.trace/change-loc.exp: Use global pcreg definition.
14199 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14200 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14201 in front.
14202 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14203 * gdb.trace/pending.exp: Likewise.
14204 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14205 * gdb.trace/trace-break.exp: Likewise.
14206 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14207 in front.
14208 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14209 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14210 in front.
14211 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14212
14213 2015-11-09 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdb.ada/fin_fun_out: New testcase.
14216
14217 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14218
14219 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14220 value associated with DW_AT_byte_size.
14221 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14222 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14223 DW_AT_upper_bound.
14224
14225 2015-11-07 Kevin Buettner <kevinb@redhat.com>
14226
14227 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14228 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14229 version.
14230 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14231 gdb.dwarf2/dw2-canonicalize-type.exp,
14232 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14233 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14234 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14235 provided by gdb_target_symbol_prefix_flags_asm.
14236 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14237 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14238 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14239 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14240 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14241 macros where needed). Use this macro for symbols which require
14242 the prefix provided by SYMBOL_PREFIX.
14243
14244 2015-11-05 Kevin Buettner <kevinb@redhat.com>
14245
14246 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14247 New procs.
14248 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14249 representing expressions, of more than one list element.
14250 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14251 to prepend linker symbol prefix to f.
14252 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14253 table_1 and table_2.
14254 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14255 Likewise, for f and g.
14256 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14257 for ptr.
14258 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14259 for main.
14260 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14261 table_1_ptr and table_2_ptr.
14262
14263 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14264 Joel Brobecker <brobecker@adacore.com>
14265
14266 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14267
14268 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14269
14270 * gdb.reverse/s390-mvcle.c: New test.
14271 * gdb.reverse/s390-mvcle.exp: New file.
14272 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14273
14274 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14275
14276 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14277
14278 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14279
14280 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14281 reaching marker2.
14282 * gdb.reverse/getresuid-reverse.exp: Likewise.
14283 * gdb.reverse/pipe-reverse.exp: Likewise.
14284 * gdb.reverse/readv-reverse.exp: Likewise.
14285 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14286 * gdb.reverse/time-reverse.exp: Likewise.
14287 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14288
14289 2015-10-30 Yao Qi <yao.qi@linaro.org>
14290
14291 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14292 (empty_cycle): Remove.
14293 (main): Don't call empty_cycle. Don't use watch_count_done.
14294 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14295 empty_cycle. Rewrite the code counting HW watchpoints.
14296
14297 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14298
14299 * gdb.reverse/fstatat-reverse.c: New test.
14300 * gdb.reverse/fstatat-reverse.exp: New file.
14301 * gdb.reverse/getresuid-reverse.c: New test.
14302 * gdb.reverse/getresuid-reverse.exp: New file.
14303 * gdb.reverse/pipe-reverse.c: New test.
14304 * gdb.reverse/pipe-reverse.exp: New file.
14305 * gdb.reverse/readv-reverse.c: New test.
14306 * gdb.reverse/readv-reverse.exp: New file.
14307 * gdb.reverse/recvmsg-reverse.c: New test.
14308 * gdb.reverse/recvmsg-reverse.exp: New file.
14309 * gdb.reverse/time-reverse.c: New test.
14310 * gdb.reverse/time-reverse.exp: New file.
14311 * gdb.reverse/waitpid-reverse.c: New test.
14312 * gdb.reverse/waitpid-reverse.exp: New file.
14313
14314 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14317
14318 2015-10-26 Doug Evans <dje@google.com>
14319
14320 PR symtab/17391
14321 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14322 * gdb.dwarf2/bad-regnum.c: New file.
14323 * gdb.dwarf2/bad-regnum.exp: New file.
14324
14325 2015-10-26 Doug Evans <dje@google.com>
14326
14327 PR python/18938
14328 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14329 file.
14330
14331 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14332
14333 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14334 for a change by "Mention language in compile error message".
14335
14336 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14337
14338 PR python/18073
14339 * gdb.python/py-type.c (C::a_method): New.
14340 (C::a_const_method): New.
14341 (C::a_static_method): New.
14342 (a_function): New.
14343 * gdb.python/py-type.exp (test_fields): Test getting fields
14344 from function and method.
14345
14346 2015-10-21 Keven Boell <keven.boell@intel.com>
14347
14348 * gdb.fortran/vla-alloc-assoc.exp: New file.
14349 * gdb.fortran/vla-datatypes.exp: New file.
14350 * gdb.fortran/vla-datatypes.f90: New file.
14351 * gdb.fortran/vla-history.exp: New file.
14352 * gdb.fortran/vla-ptype-sub.exp: New file.
14353 * gdb.fortran/vla-ptype.exp: New file.
14354 * gdb.fortran/vla-sizeof.exp: New file.
14355 * gdb.fortran/vla-sub.f90: New file.
14356 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14357 * gdb.fortran/vla-value-sub-finish.exp: New file.
14358 * gdb.fortran/vla-value-sub.exp: New file.
14359 * gdb.fortran/vla-value.exp: New file.
14360 * gdb.fortran/vla-ptr-info.exp: New file.
14361 * gdb.mi/mi-vla-fortran.exp: New file.
14362 * gdb.mi/vla.f90: New file.
14363
14364 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14365
14366 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14367 of hardwired timeout value.
14368
14369 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14370 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14373 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14374
14375 2015-10-19 Josh Stone <jistone@redhat.com>
14376
14377 * gdb.base/catch-syscall.c: Include <sched.h>.
14378 (unknown_syscall): New variable.
14379 (main): Trigger a vfork and an unknown syscall.
14380 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14381 (unknown_syscall_number): Likewise.
14382 (check_call_to_syscall): Accept an optional syscall pattern.
14383 (check_return_from_syscall): Likewise.
14384 (check_continue): Likewise.
14385 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14386 (test_catch_syscall_skipping_return): New test toggling off 'catch
14387 syscall' to step over the syscall return, then toggling back on.
14388 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14389 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14390 (do_syscall_tests): Call test_catch_syscall_without_args and
14391 test_catch_syscall_mid_vfork.
14392 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14393 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14394
14395 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
14396
14397 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14398 print g_vE): Add new pass patterns.
14399 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14400 print various symbol names for vptr fields.
14401
14402 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14403
14404 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14405 results.
14406
14407 2015-10-12 Yao Qi <yao.qi@linaro.org>
14408
14409 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14410
14411 2015-10-12 Yao Qi <yao.qi@linaro.org>
14412
14413 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14414 is aarch64*-*-linux*.
14415
14416 2015-10-12 Yao Qi <yao.qi@linaro.org>
14417
14418 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14419 (can_relocate_bcond_true): ... it.
14420 (can_relocate_bcond_false): New function.
14421 (foo): Likewise.
14422 (can_relocate_bl): Likewise.
14423 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14424 can_relocate_bl.
14425
14426 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14427
14428 * gdb.base/nested-addr.c: New file.
14429 * gdb.base/nested-addr.exp: New testcase.
14430
14431 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14432
14433 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14434 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14435 its output. Ignore the output of "record goto begin" and instead
14436 check that GDB is replaying.
14437
14438 2015-10-09 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14441 (top level): Use it in the run with no args test.
14442
14443 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14444
14445 * gdb.dlang/properties.exp: New file.
14446
14447 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14448
14449 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14450 whether or not address 0x1000 is mapped on the target.
14451
14452 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14453
14454 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14455 build.
14456
14457 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14458
14459 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14460 instruction-history test.
14461
14462 2015-09-28 Doug Evans <dje@google.com>
14463
14464 * gdb.base/gcore.c (array_func): Add reference to static_array.
14465
14466 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14467
14468 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14469 source line.
14470
14471 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14472
14473 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14474 short or char as base type.
14475
14476 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14477
14478 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14479 to allow any size enum.
14480
14481 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14482
14483 * gdb.ada/array_ptr_renaming.exp: New testcase.
14484 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14485 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14486
14487 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14488
14489 * gdb.trace/ftrace-lock.c: New file.
14490 * gdb.trace/ftrace-lock.exp: New file.
14491
14492 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14493
14494 * gdb.arch/insn-reloc.c: New file.
14495 * gdb.arch/ftrace-insn-reloc.exp: New file.
14496
14497 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14498
14499 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14500 instruction.
14501 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14502 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14503 * gdb.trace/range-stepping.c: Likewise.
14504 * gdb.trace/trace-break.c: Likewise.
14505 * gdb.trace/trace-mt.c (thread_function): Likewise.
14506 * gdb.trace/ftrace.c (marker): Likewise.
14507 * gdb.trace/trace-condition.c (marker): Likewise.
14508 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14509 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14510 is_aarch64_target.
14511
14512 2015-09-18 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14515 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14516
14517 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14518
14519 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14520 the breakpoint.
14521
14522 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14523
14524 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14525 the pending breakpoint. Remove timeout override for "Run till
14526 MI pending breakpoint on pendfunc3 on thread 2" test.
14527
14528 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14529
14530 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14531 filename pattern.
14532
14533 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14534
14535 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14536 in breakpoint filename pattern.
14537
14538 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14539
14540 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14541
14542 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14543
14544 * gdb.linespec/explicit.exp: Check for readline support for
14545 tab-completion tests. Fix obvious typo.
14546
14547 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14548
14549 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14550 and replay.
14551
14552 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14553
14554 * gdb.btrace/non-stop.c: New.
14555 * gdb.btrace/non-stop.exp: New.
14556
14557 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14558 Yao Qi <yao.qi@linaro.org>
14559
14560 * gdb.trace/trace-condition.c: New file.
14561 * gdb.trace/trace-condition.exp: New file.
14562
14563 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
14564
14565 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14566 for testing bytecode compilation.
14567
14568 2015-09-16 Pedro Alves <palves@redhat.com>
14569 Sandra Loosemore <sandra@codesourcery.com>
14570
14571 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14572 (SECONDS): Redefine.
14573 (main): Call pthread_kill and alarm early.
14574 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14575 support.
14576 (test): If the target can't hardware step and doesn't support
14577 displaced stepping, increase the timeout.
14578
14579 2015-09-16 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14582 (enable_debug): New procedures.
14583 (test): Use them. Bail out if waiting for threads fails.
14584 (top level): Bail out if a test fails.
14585
14586 2015-09-16 Yao Qi <yao.qi@linaro.org>
14587
14588 * gdb.asm/asm-source.exp: Set asm-arch for
14589 aarch64*-*-* target.
14590 * gdb.asm/aarch64.inc: New file.
14591
14592 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14593
14594 * gdb.ada/array_of_variable_length.exp: New testcase.
14595 * gdb.ada/array_of_variable_length/foo.adb: New file.
14596 * gdb.ada/array_of_variable_length/pck.adb: New file.
14597 * gdb.ada/array_of_variable_length/pck.ads: New file.
14598
14599 2015-09-15 Doug Evans <dje@google.com>
14600
14601 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14602 of function static local variable.
14603
14604 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14605
14606 * gdb.threads/tls-so_extern.exp: New test file.
14607 * gdb.threads/tls-so_extern.c: New test file.
14608 * gdb.threads/tls-so_extern_main.c: New test file.
14609
14610 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14611
14612 * gdb.opt/solib-intra-step-lib.c: New file.
14613 * gdb.opt/solib-intra-step-main.c: New file.
14614 * gdb.opt/solib-intra-step.exp: New file.
14615
14616 2015-09-15 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14619 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14620
14621 2015-09-14 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/hook-stop-continue.c: Delete.
14624 * gdb.base/hook-stop-continue.exp: Delete.
14625 * gdb.base/hook-stop-frame.c: Delete.
14626 * gdb.base/hook-stop-frame.exp: Delete.
14627 * gdb.base/hook-stop.c: New file.
14628 * gdb.base/hook-stop.exp: New file.
14629
14630 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14631
14632 * gdb.ada/access_to_packed_array.exp: New testcase.
14633 * gdb.ada/access_to_packed_array/foo.adb: New file.
14634 * gdb.ada/access_to_packed_array/pack.adb: New file.
14635 * gdb.ada/access_to_packed_array/pack.ads: New file.
14636
14637 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14638
14639 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14640 buffer size test.
14641
14642 2015-09-11 Don Breazeal <donb@codesourcery.com>
14643
14644 * gdb.base/foll-exec.c: Add copyright header. Fix
14645 formatting issues.
14646 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14647 (do_exec_tests): Use clean_restart in place of zap_session,
14648 and for test initialization. Fix formatting issues. Use
14649 fail in place of perror.
14650 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14651 an expect statement to match an expression with output from
14652 the program under debug.
14653 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14654 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14655 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14656 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14657 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14658
14659 2015-09-09 Doug Evans <dje@google.com>
14660
14661 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14662
14663 2015-09-09 Doug Evans <dje@google.com>
14664
14665 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14666
14667 2015-09-09 Doug Evans <dje@google.com>
14668
14669 * gdb.base/savedregs.exp: Fix typo.
14670
14671 2015-09-09 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14674
14675 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14676
14677 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14678 command actually switches threads. Give up on remaining
14679 tests if target fails to stop at breakpoint.
14680
14681 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14682
14683 * gdb.ada/funcall_char.exp: New testcase.
14684 * gdb.ada/funcall_char/foo.adb: New file.
14685
14686 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14687
14688 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14689 expected outputs. Add two testcases for completing ambiguous
14690 functions.
14691 * gdb.ada/complete/aux_pck.adb: New file.
14692 * gdb.ada/complete/aux_pck.ads: New file.
14693 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14694 Ambiguous_Func functions.
14695 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14696 * gdb.ada/complete/pck.adb: Likewise.
14697
14698 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14699
14700 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14701 failures to run the test program under GDB.
14702
14703 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
14704
14705 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14706 to C.
14707
14708 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14709
14710 * gdb.base/run-after-attach.exp: New test file.
14711 * gdb.base/run-after-attach.c: New test file.
14712
14713 2015-08-26 Don Breazeal <donb@codesourcery.com>
14714
14715 * gdb.base/foll-exec-2.c: New test program.
14716 * gdb.base/foll-exec-2.exp: New test.
14717
14718 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14719
14720 * gdb.base/nested-subp1.exp: New file.
14721 * gdb.base/nested-subp1.c: New file.
14722 * gdb.base/nested-subp2.exp: New file.
14723 * gdb.base/nested-subp2.c: New file.
14724 * gdb.base/nested-subp3.exp: New file.
14725 * gdb.base/nested-subp3.c: New file.
14726
14727 2015-08-24 Pedro Alves <palves@redhat.com>
14728
14729 * gdb.server/connect-without-multi-process.c: New file.
14730 * gdb.server/connect-without-multi-process.exp: New file.
14731
14732 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14733
14734 * gdb.opt/inline-markers.c: Make z int.
14735
14736 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14737
14738 * gdb.opt/inline-markers.c: Make z volatile.
14739
14740 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
14741
14742 * gdb.opt/inline-bt.c: New volatile global z.
14743 * gdb.opt/inline-cmds.c: Likewise.
14744 * gdb.opt/inline-locals.c: Likewise.
14745 * gdb.opt/inline-markers.c: New extern global z.
14746 (marker): Use z.
14747 (inline_fn): Likewise.
14748
14749 2015-08-24 Pedro Alves <palves@redhat.com>
14750
14751 * config/m32r-stub.exp: Remove file.
14752 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14753 * gdb.base/call-rt-st.exp: Likewise.
14754 * gdb.base/call-strs.exp: Likewise.
14755 * gdb.base/default.exp: Remove references to h8300-*-hms and
14756 *-*-udi*.
14757 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14758
14759 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14760
14761 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14762 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14763 and "return" use KFAIL when GDB can not read/write the vector
14764 return value.
14765
14766 2015-08-21 Gary Benson <gbenson@redhat.com>
14767
14768 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14769
14770 2015-08-20 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.server/solib-list.exp: No longer expect an interior stop in
14773 non-stop mode.
14774
14775 2015-08-20 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.server/connect-stopped-target.c: New file.
14778 * gdb.server/connect-stopped-target.exp: New file.
14779
14780 2015-08-20 Pedro Alves <palves@redhat.com>
14781
14782 * gdb.dwarf2/comp-unit-lang.exp: New file.
14783 * gdb.dwarf2/comp-unit-lang.c: New file.
14784
14785 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14786
14787 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14788 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14789
14790 2015-08-19 Kevin Buettner <kevinb@redhat.com>
14791
14792 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14793 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14794
14795 2015-08-18 Doug Evans <dje@google.com>
14796 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14797
14798 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14799 skip_python_tests. New arg prompt_regexp.
14800 (skip_python_tests): New function.
14801 * lib/mi-support.exp (mi_skip_python_tests): New function.
14802 * gdb.python/py-mi-objfile-gdb.py: New file.
14803 * gdb.python/py-mi-objfile.c: New file.
14804 * gdb.python/py-mi-objfile.exp: New file.
14805
14806 2015-08-17 Keith Seitz <keiths@redhat.com>
14807
14808 * gdb.linespec/explicit.exp: Move strace test from here ...
14809 * gdb.trace/strace.exp: ... to here.
14810
14811 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14812
14813 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14814 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14815
14816 2015-08-14 Doug Evans <xdje42@gmail.com>
14817
14818 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14819 inferior before selecting a new file.
14820
14821 2015-08-14 Doug Evans <xdje42@gmail.com>
14822
14823 * gdb.mi/mi-disassemble.exp: Update.
14824 * gdb.base/disasm-optim.S: New file.
14825 * gdb.base/disasm-optim.c: New file.
14826 * gdb.base/disasm-optim.h: New file.
14827 * gdb.base/disasm-optim.exp: New file.
14828
14829 2015-08-14 Keith Seitz <keiths@redhat.com>
14830
14831 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14832 "evaluated-by".
14833
14834 2015-08-13 Joel Brobecker <brobecker@adacore.com>
14835
14836 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14837
14838 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14839
14840 * gdb.ada/fun_renaming.exp: New testcase.
14841 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14842 * gdb.ada/fun_renaming/pack.adb: New file.
14843 * gdb.ada/fun_renaming/pack.ads: New file.
14844
14845 2015-08-12 Keith Seitz <keiths@redhat.com>
14846
14847 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14848 gdb_get_line_number.
14849
14850 2015-08-12 Joel Brobecker <brobecker@adacore.com>
14851
14852 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14853 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14854 gdb.base/dso2dso.exp: New files.
14855
14856 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14857 Pedro Alves <palves@redhat.com>
14858 Keith Seitz <keiths@redhat.com>
14859
14860 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14861 GDBFLAGS.
14862
14863 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14864
14865 * gdb.base/gdbhistsize-history.exp
14866 (test_histsize_history_setting): Use save_vars.
14867 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14868 Use save_vars.
14869 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14870 * gdb.base/readline.exp: Use save_vars.
14871
14872 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14873
14874 * lib/gdb.exp (save_vars): New proc.
14875
14876 2015-08-11 Keith Seitz <keiths@redhat.com>
14877
14878 * gdb.base/help.exp: Update help_breakpoint_text.
14879
14880 2015-08-11 Keith Seitz <keiths@redhat.com>
14881
14882 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14883 (at toplevel): Call test_explicit_breakpoints.
14884 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14885 breakpoints.
14886 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14887 breakpoint conditions, "-cond".
14888
14889 2015-08-11 Keith Seitz <keiths@redhat.com>
14890
14891 * gdb.linespec/3explicit.c: New file.
14892 * gdb.linespec/cpexplicit.cc: New file.
14893 * gdb.linespec/cpexplicit.exp: New file.
14894 * gdb.linespec/explicit.c: New file.
14895 * gdb.linespec/explicit.exp: New file.
14896 * gdb.linespec/explicit2.c: New file.
14897 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14898 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14899 before using in the matching pattern.
14900 Clarify that `prefix' is a regular expression.
14901
14902 2015-08-11 Keith Seitz <keiths@redhat.com>
14903
14904 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14905 test.
14906 Add tests for missing ",FMT" and ",".
14907
14908 2015-08-10 Doug Evans <dje@google.com>
14909 Keith Seitz <keiths@redhat.com>
14910
14911 PR gdb/17960
14912 * gdb.base/completion.exp: Add location completer tests.
14913
14914 2015-08-07 Pedro Alves <palves@redhat.com>
14915
14916 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14917 tests here.
14918 (top level): Run do_test with and without displaced stepping.
14919
14920 2015-08-07 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.base/valgrind-disp-step.c: New file.
14923 * gdb.base/valgrind-disp-step.exp: New file.
14924
14925 2015-08-07 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14928 Delete function.
14929 (main): Add alarm. Run an infinite loop instead of calling
14930 wait_threads.
14931 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14932 comment.
14933 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14934 Delete function.
14935 (main): Add alarm. Run an infinite loop instead of calling
14936 wait_threads.
14937 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14938 comment.
14939
14940 2015-08-07 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.base/checkpoint-ns.exp: New file.
14943 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14944 standard_testfile.
14945
14946 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14947
14948 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14949 * gdb.btrace/instruction_history.exp: Update.
14950 * gdb.btrace/tsx.exp: New.
14951 * gdb.btrace/tsx.c: New.
14952
14953 2015-08-06 Pedro Alves <palves@redhat.com>
14954
14955 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14956 increase timeout.
14957 * gdb.reverse/until-precsave.exp: Bump timeouts.
14958
14959 2015-08-06 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14962
14963 2015-08-06 Pedro Alves <palves@redhat.com>
14964
14965 PR gdb/18749
14966 * gdb.threads/process-dies-while-handling-bp.c: New file.
14967 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14968
14969 2015-08-06 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14972 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14973
14974 2015-08-05 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14977 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14978
14979 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14980
14981 * gdb.base/bp-permanent.exp: Report test as unsupported if
14982 the target cannot stop at the permanent breakpoint.
14983
14984 2015-08-03 Doug Evans <dje@google.com>
14985
14986 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14987 10000.
14988
14989 2015-08-03 Doug Evans <dje@google.com>
14990
14991 * Makefile.in (workers/%.worker, build-perf): New rule.
14992 (GDB_PERFTEST_MODE): New variable.
14993 (check-perf): Use it.
14994 (clean): Clean up gdb.perf parallel build subdirs.
14995 * lib/build-piece.exp: New file.
14996 * lib/gdb.exp (make_gdb_parallel_path): New function
14997 (standard_output_file, standard_temp_file): Call it.
14998 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14999 of $GDB_PARALLEL.
15000 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15001
15002 2015-08-03 Doug Evans <dje@google.com>
15003
15004 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15005 (LOG_FILE_NAME): New global.
15006 (TextReporter.__init__): Initialize self.txt_sum.
15007 (TextReporter.report): Add support for multiple data-points.
15008 Move report to perftest.sum, put raw data in perftest.log.
15009 (TextReporter.start): Open sum and log files.
15010 (TextReporter.end): Close sum and log files.
15011 * gdb.perf/lib/perftest/testresult.py
15012 (SingleStatisticTestResult.record): Handle multiple data-points.
15013
15014 2015-07-31 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15017 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15018 kill_wait_spawned_process instead of explicit "kill -9".
15019 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15020 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15021 kill_wait_spawned_process.
15022 * gdb.base/attach-twice.exp: Likewise.
15023 * gdb.base/attach.exp: Likewise.
15024 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15025 gdb_test_multiple.
15026 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15027 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15028 kill_wait_spawned_process.
15029 * gdb.base/valgrind-infcall.exp: Likewise.
15030 * gdb.multi/multi-attach.exp: Likewise.
15031 * gdb.python/py-prompt.exp: Likewise.
15032 * gdb.python/py-sync-interp.exp: Likewise.
15033 * gdb.server/ext-attach.exp: Likewise.
15034 * gdb.threads/attach-into-signal.exp (corefunc): Use
15035 spawn_wait_for_attach, spawn_id_get_pid and
15036 kill_wait_spawned_process.
15037 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15038 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15039 spawn_id_get_pid and kill_wait_spawned_process.
15040 * gdb.threads/attach-stopped.exp (corefunc): Use
15041 spawn_wait_for_attach, spawn_id_get_pid and
15042 kill_wait_spawned_process.
15043 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15044 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15045 kill_wait_spawned_process instead of explicit "kill -9".
15046 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15047 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15048 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15049 processes. Don't map cygwin/windows pids here. Now returns a
15050 spawn id list.
15051
15052 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15053
15054 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15055 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15056 correct patch.
15057
15058 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15059
15060 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15061
15062 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15063
15064 Reapply:
15065 2014-05-21 Mark Wielaard <mjw@redhat.com>
15066
15067 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15068
15069 2015-07-30 Pedro Alves <palves@redhat.com>
15070
15071 * linux-low.c (handle_extended_wait): Set the child's last
15072 reported status to TARGET_WAITKIND_STOPPED.
15073
15074 2015-07-30 Pedro Alves <palves@redhat.com>
15075
15076 PR threads/18600
15077 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15078 only shows inferior 1.
15079
15080 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15081 Pedro Alves <palves@redhat.com>
15082
15083 PR threads/18600
15084 * gdb.threads/fork-plus-threads.c: New file.
15085 * gdb.threads/fork-plus-threads.exp: New file.
15086
15087 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15088
15089 * gdb.base/batch-preserve-term-settings.exp
15090 (test_terminal_settings_preserved_after_cli_exit): Use
15091 send_quit_command.
15092
15093 2015-07-29 Pedro Alves <palves@redhat.com>
15094 Don Breazeal <donb@codesourcery.com>
15095
15096 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15097 output from both inferior_spawn_id and gdb_spawn_id.
15098
15099 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15100
15101 * gdb.threads/attach-into-signal.exp (corefunc): Use
15102 with_test_prefix on nested loops, uniquefying the test messages.
15103
15104 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15105
15106 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15107 commit.
15108
15109 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15110
15111 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15112 New proc.
15113 (test_terminal_settings_preserved_after_sigterm): New test.
15114
15115 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15116
15117 * gdb.base/batch-preserve-term-settings.exp
15118 (test_terminal_settings_preserved_after_cli_exit): New test.
15119
15120 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15121
15122 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15123 manipulation of saved_gdbflags.
15124 (test_terminal_settings_preserved): Remove global declaration of
15125 the unused variable pagination_prompt. Remove manipulation of
15126 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15127 GDBFLAGS.
15128
15129 2015-07-29 Pedro Alves <palves@redhat.com>
15130
15131 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15132
15133 2015-07-29 Pedro Alves <palves@redhat.com>
15134
15135 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15136 at the top.
15137
15138 2015-07-29 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15141 (main): Call gdb_unbuffer_output.
15142 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15143 (main): Call gdb_unbuffer_output.
15144 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15145 (main): Call gdb_unbuffer_output.
15146 * gdb.base/call-strs.exp: Adjust to step over the
15147 gdb_unbuffer_output call.
15148 * gdb.base/catch-gdb-caused-signals.c: Include
15149 "../lib/unbuffer_output.c".
15150 (main): Call gdb_unbuffer_output.
15151 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15152 (main): Call gdb_unbuffer_output.
15153 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15154 (main): Call gdb_unbuffer_output.
15155 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15156 (main): Call gdb_unbuffer_output.
15157 * gdb.base/shlib-call.exp: Adjust to step over the
15158 gdb_unbuffer_output call.
15159 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15160 (main): Call gdb_unbuffer_output.
15161 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15162 (main): Call gdb_unbuffer_output.
15163 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15164 (main): Rename to ...
15165 (test): ... this.
15166 (main): Reimplement.
15167 * gdb.base/varargs.exp: Run to test instead of to main.
15168 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15169 (main): Call gdb_unbuffer_output.
15170
15171 2015-07-29 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15174 factore out from mi_continue_dprintf. For call-style dprintfs,
15175 expect dprintf output out of $inferior_spawn_id.
15176 (mi_continue_dprintf): Use mi_expect_dprintf.
15177 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15178 (main): Call gdb_unbuffer_output.
15179
15180 2015-07-29 Pedro Alves <palves@redhat.com>
15181
15182 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15183 (default_mi_gdb_start): Set inferior_spawn_id instead of
15184 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15185 gdb_spawn_id.
15186 (mi_gdb_test): Always expect inferior output from both
15187 $inferior_spawn_id and $gdb_spawn_id.
15188
15189 2015-07-29 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15192 send_inferior and $inferior_spawn_id.
15193
15194 2015-07-29 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.gdb/complaints.exp (test_initial_complaints)
15197 (test_serial_complaints, test_short_complaints): Use
15198 gdb_test_stdio.
15199 (test_empty_complaint): Handle $inferior_spawn_id !=
15200 $gdb_spawn_id.
15201
15202 2015-07-29 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.base/varargs.exp: Use gdb_test_stdio.
15205
15206 2015-07-29 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15209
15210 2015-07-29 Pedro Alves <palves@redhat.com>
15211
15212 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15213
15214 2015-07-29 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15217 parameter into two new parameters, "inf_result" and "gdb_result".
15218 Expect inferior output and gdb output from $inferior_spawn_id and
15219 $gdb_spawn_id, respectively. Adjust all callers.
15220
15221 2015-07-29 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15224 of gdb_test_sequence.
15225
15226 2015-07-29 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15229 (saw_spurious_output): Expect inferior output from
15230 $inferior_spawn_id. Use gdb_test_stdio.
15231
15232 2015-07-29 Pedro Alves <palves@redhat.com>
15233
15234 * gdb.base/dprintf.exp: Use standard_testfile. Change
15235 prepare_for_testing call.
15236 (srcfile): Don't set.
15237 (restart): New procedure.
15238 (test_dprintf): New procecure, use to continue over dprintfs.
15239 (test_call, test_agent): New procedures, tests moved here.
15240 Restart gdb and recreate dprintfs. Adjust expected output.
15241
15242 2015-07-29 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15245
15246 2015-07-29 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15249
15250 2015-07-29 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15253 gdb_test_stdio.
15254
15255 2015-07-29 Pedro Alves <palves@redhat.com>
15256
15257 * lib/gdb.exp (gdb_test_stdio): New procedure.
15258
15259 2015-07-29 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15262
15263 2015-07-29 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/call-signal-resume.exp: Remove check for
15266 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15267 * gdb.base/unwindonsignal.exp: Likewise.
15268 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15269 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15270
15271 2015-07-29 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/siginfo-addr.c (pass): New function.
15274 (handler): Call it iff si_addr is correct.
15275 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15276 Set a breakpoint at "pass" and continue to it.
15277
15278 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15279
15280 * gdb.python/py-objfile.exp: Make some tests have unique names.
15281 * gdb.python/py-pp-registration.exp: Likewise.
15282
15283 2015-07-28 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15286
15287 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15288
15289 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15290
15291 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15292
15293 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15294
15295 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15296
15297 * gdb.base/gdb-sigterm-2.exp: New test.
15298
15299 2015-07-25 Doug Evans <xdje42@gmail.com>
15300
15301 Revert:
15302 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15303 (workers/%.worker, build-perf): New rule.
15304 (GDB_PERFTEST_MODE): New variable.
15305 (check-perf): Use it.
15306 (clean): Clean up gdb.perf parallel build subdirs.
15307 * lib/build-piece.exp: New file.
15308 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15309 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15310 name.
15311 (standard_temp_file): Ditto.
15312 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15313 of $GDB_PARALLEL.
15314
15315 2015-07-24 Doug Evans <dje@google.com>
15316
15317 * gdb.perf/lib/perftest/utils.py: New file.
15318 * gdb.perf/gm-hello.cc: New file.
15319 * gdb.perf/gm-pervasive-typedef.cc: New file.
15320 * gdb.perf/gm-pervasive-typedef.h: New file.
15321 * gdb.perf/gm-std.cc: New file.
15322 * gdb.perf/gm-std.h: New file.
15323 * gdb.perf/gm-use-cerr.cc: New file.
15324 * gdb.perf/gm-utils.h: New file.
15325 * gdb.perf/gmonster-null-lookup.py: New file.
15326 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15327 * gdb.perf/gmonster-print-cerr.py: New file.
15328 * gdb.perf/gmonster-ptype-string.py: New file.
15329 * gdb.perf/gmonster-runto-main.py: New file.
15330 * gdb.perf/gmonster-select-file.py: New file.
15331 * gdb.perf/gmonster1-null-lookup.exp: New file.
15332 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15333 * gdb.perf/gmonster1-print-cerr.exp: New file.
15334 * gdb.perf/gmonster1-ptype-string.exp: New file.
15335 * gdb.perf/gmonster1-runto-main.exp: New file.
15336 * gdb.perf/gmonster1-select-file.exp: New file.
15337 * gdb.perf/gmonster1.cc: New file.
15338 * gdb.perf/gmonster1.exp: New file.
15339 * gdb.perf/gmonster2-null-lookup.exp: New file.
15340 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15341 * gdb.perf/gmonster2-print-cerr.exp: New file.
15342 * gdb.perf/gmonster2-ptype-string.exp: New file.
15343 * gdb.perf/gmonster2-runto-main.exp: New file.
15344 * gdb.perf/gmonster2-select-file.exp: New file.
15345 * gdb.perf/gmonster2.cc: New file.
15346 * gdb.perf/gmonster2.exp: New file.
15347
15348 2015-07-24 Doug Evans <dje@google.com>
15349
15350 * gdb.perf/README: New file.
15351 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15352 * lib/gen-perf-test.exp: New file.
15353
15354 2015-07-24 Doug Evans <dje@google.com>
15355
15356 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15357 (PerfTest::startup): New function.
15358 (PerfTest::run): Return result of calling body.
15359 (PerfTest::assemble): Rewrite.
15360 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15361 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15362 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15363 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15364 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15365
15366 2015-07-24 Doug Evans <dje@google.com>
15367
15368 * lib/gdb.exp (clean_restart): Make executable optional.
15369
15370 2015-07-24 Doug Evans <dje@google.com>
15371
15372 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15373 compiler_info references.
15374 * gdb.cp/temargs.exp: Ditto.
15375 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15376 (get_compiler_info): Early exit if already computed. Set compiler_info
15377 to "unknown" if there was a problem.
15378 (test_compiler_info): Add function comment. Call get_compiler_info.
15379
15380 2015-07-24 Doug Evans <dje@google.com>
15381
15382 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15383 (workers/%.worker, build-perf): New rule.
15384 (GDB_PERFTEST_MODE): New variable.
15385 (check-perf): Use it.
15386 (clean): Clean up gdb.perf parallel build subdirs.
15387 * lib/build-piece.exp: New file.
15388 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15389 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15390 name.
15391 (standard_temp_file): Ditto.
15392 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15393 of $GDB_PARALLEL.
15394
15395 2015-07-24 Doug Evans <dje@google.com>
15396
15397 * lib/future.exp (gdb_default_target_compile): New option
15398 "early_flags".
15399 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15400 --as-needed.
15401
15402 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15403
15404 * gdb.base/catch-syscall.exp: Call gdb_exit before
15405 gdb_skip_xml_test.
15406
15407 2015-07-24 Pedro Alves <palves@redhat.com>
15408
15409 * gdb.python/py-events.exp: Accept output between the stop event
15410 and the prompt.
15411 * gdb.python/py-evsignal.exp: Likewise.
15412 * gdb.python/py-evthreads.exp: Likewise.
15413
15414 2015-07-24 Pedro Alves <palves@redhat.com>
15415
15416 PR gdb/18717
15417 * gdb.threads/non-ldr-exit.c: New file.
15418 * gdb.threads/non-ldr-exit.exp: New file.
15419
15420 2015-07-24 Yao Qi <yao.qi@linaro.org>
15421
15422 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15423 restarting process.
15424
15425 2015-07-24 Yao Qi <yao.qi@linaro.org>
15426
15427 * gdb.server/ext-restart.exp: New file.
15428
15429 2015-07-24 Yao Qi <yao.qi@linaro.org>
15430
15431 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15432 argument options.
15433 * gdb.server/ext-wrapper.exp: New file.
15434
15435 2015-07-23 Doug Evans <dje@google.com>
15436
15437 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15438 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15439
15440 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15441
15442 * gdb.ada/var_arr_typedef.exp: New testcase.
15443 * gdb.ada/var_arr_typedef/pack.adb: New file.
15444 * gdb.ada/var_arr_typedef/pack.ads: New file.
15445 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15446
15447 2015-07-20 Joel Brobecker <brobecker@adacore.com>
15448
15449 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15450
15451 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15452
15453 * gdb.arch/i386-biarch-core.exp: Replace istarget
15454 by "complete set gnutarget". Remove expectation for the "core-file"
15455 command.
15456
15457 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 Revert the previous commit:
15460 Tests for validate symbol file using build-id.
15461
15462 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15463
15464 Tests for validate symbol file using build-id.
15465 * gdb.base/solib-mismatch-lib.c: New file.
15466 * gdb.base/solib-mismatch-libmod.c: New file.
15467 * gdb.base/solib-mismatch.c: New file.
15468 * gdb.base/solib-mismatch.exp: New file.
15469
15470 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15471
15472 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15473 nios2-*-linux*.
15474 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15475 * gdb.base/siginfo.exp: Likewise.
15476 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15477
15478 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15479
15480 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15481 Move it to ...
15482 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15483 ... here.
15484 * gdb.trace/range-stepping.exp: Check that the target supports
15485 range stepping.
15486
15487 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15488
15489 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15490
15491 2015-07-14 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.base/killed-outside.exp: New file.
15494 * gdb.base/killed-outside.c: New file.
15495
15496 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15497
15498 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15499 (n at main): New.
15500 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15501
15502 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15503
15504 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15505 infcall tests instead of setting up for KFAIL.
15506
15507 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15508
15509 * gdb.btrace/record_goto-step.exp: New.
15510
15511 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15512
15513 PR compile/18484
15514 * gdb.compile/compile.c (struct struct_type): Add volatile to
15515 selffield's type.
15516 * gdb.compile/compile.exp
15517 (compile code struct_object.selffield = &struct_object): Skip further
15518 struct_object tests if this one xfails.
15519
15520 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
15521
15522 PR exp/18617
15523 * gdb.trace/ax.exp: Add test.
15524
15525 2015-07-07 Yao Qi <yao.qi@linaro.org>
15526
15527 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15528 instead of istarget "aarch64*-*-*".
15529 * gdb.arch/aarch64-fp.exp: Likewise.
15530 * gdb.base/float.exp: Likewise.
15531 * gdb.reverse/aarch64.exp: Likewise.
15532 * lib/gdb.exp (is_aarch64_target): New proc.
15533
15534 2015-07-07 Yao Qi <yao.qi@linaro.org>
15535
15536 * lib/gdb.exp (is_aarch32_target): New proc.
15537 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15538 instead of "istarget "arm*-*-*"".
15539 * gdb.arch/arm-disp-step.exp: Likewise.
15540 * gdb.arch/thumb-bx-pc.exp: Likewise.
15541 * gdb.arch/thumb-prologue.exp: Likewise.
15542 * gdb.arch/thumb-singlestep.exp: Likewise.
15543 * gdb.base/disp-step-syscall.exp: Likewise.
15544 * gdb.base/float.exp: Likewise.
15545
15546 2015-07-07 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15549 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15550
15551 2015-07-07 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15554 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15555 if it exists.
15556 * gdb.multi/multi-arch.exp: Likewise.
15557
15558 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15559
15560 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15561 print.
15562
15563 2015-07-07 Yao Qi <yao.qi@linaro.org>
15564
15565 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15566
15567 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15568
15569 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15570 '[' and ']' characters.
15571
15572 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15573
15574 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15575
15576 2015-06-29 Pedro Alves <palves@redhat.com>
15577
15578 PR threads/18127
15579 * gdb.threads/hand-call-new-thread.c: New file.
15580 * gdb.threads/hand-call-new-thread.c: New file.
15581
15582 2015-06-26 Keith Seitz <keiths@redhat.com>
15583 Doug Evans <dje@google.com>
15584
15585 PR 16253
15586 * gdb.cp/var-tag-2.cc: New file.
15587 * gdb.cp/var-tag-3.cc: New file.
15588 * gdb.cp/var-tag-4.cc: New file.
15589 * gdb.cp/var-tag.cc: New file.
15590 * gdb.cp/var-tag.exp: New file.
15591
15592 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15593
15594 * gdb.base/history-duplicates.exp: New test.
15595
15596 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15597
15598 * gdb.base/completion.exp: Test the completion of the "focus"
15599 command.
15600
15601 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15602
15603 * gdb.arch/amd64-prologue-skip.S: New file.
15604 * gdb.arch/amd64-prologue-skip.exp: New file.
15605
15606 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15607
15608 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15609 is_address_zero_readable check.
15610
15611 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15612
15613 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15614 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15615
15616 2015-06-24 Yao Qi <yao.qi@linaro.org>
15617
15618 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15619 linux targets.
15620
15621 2015-06-24 Yao Qi <yao.qi@linaro.org>
15622
15623 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15624 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15625 * gdb.base/siginfo-thread.exp: Likewise.
15626
15627 2015-06-22 Yao Qi <yao.qi@linaro.org>
15628
15629 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15630
15631 2015-06-22 Yao Qi <yao.qi@linaro.org>
15632
15633 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15634 aarch64*-*-*.
15635 (skip_hw_watchpoint_tests): Likewise.
15636
15637 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15638
15639 * gdb.base/gdbinit-history.exp: Test the interaction between
15640 setting GDBHISTSIZE and setting the history size via .gdbinit.
15641
15642 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15643
15644 PR gdb/16999
15645 * gdb.base/gdbhistsize-history.exp: New test.
15646
15647 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15648
15649 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15650 with GDBHISTSIZE.
15651 * gdb.base/readline.exp: Likewise.
15652
15653 2015-06-17 Yao Qi <yao.qi@linaro.org>
15654
15655 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15656 line.
15657
15658 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15659
15660 * gdb.base/gdbinit-history.exp: Add test case to check that
15661 an unlimited history file does not get truncated on exit.
15662
15663 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15664
15665 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15666 (VECTOR): New macro. Use it...
15667 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15668 ...for these typedefs.
15669 (int8, char1, int1, double1): New typedefs.
15670 (struct just_int2, struct two_int2): New structures.
15671 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15672 (add_structvecs, add_singlevecs): New functions.
15673 (main): Call add_some_intvecs twice.
15674 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15675 the compile and exit upon failure. Try compiling for the "native"
15676 architecture. Test inferior function calls with vector arguments
15677 and vector return value handling with "finish" and "return".
15678
15679 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15680
15681 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15682 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15683 PE file.
15684 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15685
15686 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15687
15688 PR breakpoints/16465
15689 * gdb.mi/mi-dprintf-pending.c: New file.
15690 * gdb.mi/mi-dprintf-pending.exp: New test.
15691 * gdb.mi/mi-dprintf-pendshr.c: New file.
15692
15693 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15694 Mircea Gherzan <mircea.gherzan@intel.com>
15695
15696 * gdb.arch/i386-mpx-map.c: New file.
15697 * gdb.arch/i386-mpx-map.exp: New File.
15698
15699 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15700
15701 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15702 * gdb.arch/i386-mpx.exp: Indentation fixed.
15703
15704 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15705
15706 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15707 function and improved indentation.
15708 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15709 gdb_test_multiple. Added additional tests to skip the test.
15710
15711 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15712
15713 * gdb.arch/i386-avx512.c: Change path in include file.
15714 * gdb.arch/i386-avx512.exp: Change include dir path
15715 compilation flag.
15716 * gdb.arch/i386-mpx.c: Change path in include file.
15717 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15718 flag.
15719
15720 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 * gdb.compile/compile-print.exp (compile print *vararray@3)
15723 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15724
15725 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15726
15727 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15728 (do not keep jit in memory): ... this.
15729 (expect 5): Change it to ...
15730 (expect no 5): ... this.
15731
15732 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15733
15734 PR gdb/15564
15735 * gdb.mi/mi-detach.exp: New file.
15736
15737 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15738
15739 PR symtab/18392
15740 * gdb.arch/amd64-tailcall-self.S: New file.
15741 * gdb.arch/amd64-tailcall-self.c: New file.
15742 * gdb.arch/amd64-tailcall-self.exp: New file.
15743
15744 2015-05-28 Don Breazeal <donb@codesourcery.com>
15745
15746 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15747 tests for remote targets by checking is_target_gdbserver.
15748
15749 2015-05-27 Doug Evans <dje@google.com>
15750
15751 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15752 * gdb.dwarf2/opaque-type-lookup.c: New file.
15753 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15754
15755 2015-05-26 Doug Evans <dje@google.com>
15756
15757 * gdb.cp/iostream.cc: New file.
15758 * gdb.cp/iostream.exp: New file.
15759
15760 2015-05-26 Doug Evans <dje@google.com>
15761
15762 * gdb.dwarf2/dw2-op-call.exp: Update.
15763 * gdb.dwarf2/dw4-sig-types.exp: Update.
15764 * gdb.dwarf2/implptr.exp: Update.
15765 * gdb.mi/mi-cmd-param-changed.exp: Update.
15766
15767 2015-05-26 Doug Evans <dje@google.com>
15768
15769 * gdb.python/py-lazy-string.c: New file.
15770 * gdb.python/py-lazy-string.exp: New file.
15771 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15772 (main): Update. Add estring3.
15773 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15774 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15775
15776 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15777 Yao Qi <yao.qi@linaro.org>
15778
15779 * gdb.reverse/aarch64.c: New.
15780 * gdb.reverse/aarch64.exp: New.
15781
15782 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
15783
15784 * lib/gdb.exp (supports_process_record): Return true for
15785 aarch64*-linux*.
15786 (supports_reverse): Likewise.
15787
15788 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15789
15790 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15791 Use with_test_prefix.
15792
15793 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15794
15795 * gdb.base/completion.exp: Add test for completion of layout
15796 names.
15797
15798 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15799
15800 * lib/gdb.exp (skip_tui_tests): New proc.
15801 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15802
15803 2015-05-19 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15806 Save the whole env array instead of just HOME. Unset HISTSIZE in
15807 the environment while testing. Restore whole environment
15808 afterwards.
15809
15810 2015-05-16 Doug Evans <xdje42@gmail.com>
15811
15812 * gdb.guile/scm-ports.c: New file.
15813 * gdb.guile/scm-ports.exp: Add memory port tests.
15814
15815 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15816
15817 * gdb.compile/compile-print.c: New file.
15818 * gdb.compile/compile-print.exp: New file.
15819
15820 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15821
15822 * gdb.compile/compile-ops.exp: Cast param to void.
15823 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15824 (compile code struct_object.selffield = &struct_object): Add xfail.
15825
15826 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15827
15828 * gdb.ada/arr_enum_with_gap: New testcase.
15829
15830 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15831
15832 * gdb.ada/byte_packed_arr: New testcase.
15833
15834 2015-05-15 Joel Brobecker <brobecker@adacore.com>
15835
15836 * gdb.ada/pckd_neg: New testcase.
15837
15838 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15839
15840 PR gdb/17820
15841 * gdb.base/gdbinit-history.exp: New test.
15842 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15843 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15844
15845 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15846
15847 * gdb.python/py-xmethods.cc: Enhance test case.
15848 * gdb.python/py-xmethods.exp: New tests.
15849 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15850 function.
15851 (B_indexoper): Likewise.
15852 (global_dm_list) : Add new xmethod worker functions.
15853
15854 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15855
15856 * gdb.base/coredump-filter.exp: Correctly unset
15857 "coredump_var_addr" array.
15858
15859 2015-05-08 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.server/non-existing-program.exp: Unset spawn_id.
15862
15863 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15864
15865 PR python/18291
15866 * gdb.python/py-xmethods.exp: Add tests.
15867
15868 2015-05-08 Yao Qi <yao.qi@linaro.org>
15869
15870 PR gdb/18208
15871 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15872 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15873 function set_coredump_filter, and remove remote_exec call.
15874 Remove argument ipid. Callers update.
15875 (top level): Don't get inferior's PID.
15876
15877 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15878
15879 * gdb.base/watch_thread_num.exp: Skip test on targets without
15880 access watchpoints.
15881
15882 2015-05-06 Pedro Alves <palves@redhat.com>
15883
15884 PR server/18081
15885 * gdb.server/non-existing-program.exp: New file.
15886
15887 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15888
15889 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15890
15891 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15892
15893 * gdb.ada/out_of_line_in_inlined: New testcase.
15894
15895 2015-05-05 Joel Brobecker <brobecker@adacore.com>
15896
15897 * gdb.ada/var_rec_arr: New testcase.
15898
15899 2015-04-30 Yao Qi <yao.qi@linaro.org>
15900
15901 * gdb.base/break-idempotent.exp: If
15902 skip_hw_watchpoint_multi_tests returns true, skip the tests
15903 on "rwatch" and "awatch".
15904
15905 2015-04-30 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.base/relativedebug.exp: Invoke gdb command
15908 "info sharedlibrary", and if libc.so doesn't have debug info,
15909 skip the test.
15910
15911 2015-04-29 Doug Evans <dje@google.com>
15912
15913 * gdb.python/py-xmethods.exp: Add ptype tests.
15914 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15915 get_result_type method.
15916
15917 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15918
15919 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15920 the target does not support hardware watchpoints.
15921
15922 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
15923
15924 * gdb.base/break-always.exp: Abort testing if writing to memory
15925 causes an error.
15926
15927 2015-04-28 Doug Evans <dje@google.com>
15928
15929 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15930 * gdb.python/py-pp-registration.exp: ... here. New file.
15931 * gdb.python/py-pp-registration.c: New file.
15932 * gdb.python/py-pp-registration.py: New file.
15933
15934 2015-04-28 Doug Evans <dje@google.com>
15935
15936 * gdb.python/py-bad-printers.c: New file.
15937 * gdb.python/py-bad-printers.py: New file.
15938 * gdb.python/py-bad-printers.exp: New file.
15939
15940 2015-04-28 Sasha Smundak <asmundak@google.com>
15941
15942 * gdb.python/py-type.exp: New test.
15943
15944 2015-04-28 Andy Wingo <wingo@igalia.com>
15945
15946 * gdb.python/py-parameter.exp:
15947 * gdb.guile/scm-parameter.exp: Escape the path that we are
15948 matching against, as it might contain characters that are special
15949 to regular expressions.
15950
15951 2015-04-27 Joel Brobecker <brobecker@adacore.com>
15952
15953 * gdb.ada/rec_comp: New testcase.
15954
15955 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15956
15957 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15958 before using it.
15959
15960 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15961
15962 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15963 new tests for verilog output.
15964
15965 2015-04-24 Yao Qi <yao.qi@linaro.org>
15966
15967 * boards/remote-gdbserver-on-localhost.exp: New file.
15968
15969 2015-04-23 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15972 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15973 "end of file", remove $inferior_spawn_id from the indirect list.
15974
15975 2015-04-23 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15978
15979 2015-04-23 Pedro Alves <palves@redhat.com>
15980
15981 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15982 on $any_spawn_id instead of only on $gdb_spawn_id.
15983
15984 2015-04-21 Pierre Muller <muller@sourceware.org>
15985
15986 PR pascal/17815
15987 * lib/pascal.exp (gpc_compile): Add new option "class".
15988 (fpc_compile): Likewise.
15989 * gdb.pascal/case-insensitive-symbols.pas: New file.
15990 * gdb.pascal/case-insensitive-symbols.exp: New file.
15991
15992 2015-04-20 Gary Benson <gbenson@redhat.com>
15993
15994 * gdb.base/attach.exp: Fix three extended remote failures.
15995
15996 2015-04-17 Gary Benson <gbenson@redhat.com>
15997
15998 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15999 the main executable over the remote protocol.
16000
16001 2015-04-16 Pedro Alves <palves@redhat.com>
16002
16003 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16004 a new gdbserver if gdbserver_reconnect_p is set.
16005
16006 2015-04-16 Pedro Alves <palves@redhat.com>
16007
16008 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16009 is set, don't exit gdbserver.
16010
16011 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16012
16013 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16014 appropriate .insn, such that an older assembler can be used.
16015 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16016 the z/Architecture instruction set on 31-bit targets as well.
16017
16018 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16019
16020 * gdb.go/handcall.exp: Remove all logic related to the first
16021 breakpoint and rely on go_runto_main instead.
16022 * gdb.go/strings.exp: Likewise.
16023 * gdb.go/unsafe.exp: Likewise.
16024 * gdb.go/hello.exp: Likewise. Also rename the remaining
16025 breakpoint marker to "breakpoint 1".
16026 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16027 * gdb.go/strings.go: Likewise.
16028 * gdb.go/unsafe.go: Likewise.
16029 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16030 "set breakpoint 2 here" and rename the remaining breakpoint marker
16031 to "breakpoint 1".
16032
16033 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16034
16035 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16036 if itertools.imap is not present.
16037 * gdb.python/py-objfile.exp: Add parentheses.
16038 * gdb.python/py-type.exp: Same.
16039 * gdb.python/py-unwind-maint.py: Same.
16040
16041 2015-04-15 Yao Qi <yao.qi@linaro.org>
16042
16043 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16044 of ":$ptr_size" and set its form explicitly.
16045
16046 2015-04-15 Pedro Alves <palves@redhat.com>
16047 Yao Qi <yao.qi@linaro.org>
16048
16049 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16050 timeout by factor of 4.
16051 (test_regular_watch): Likewise.
16052 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16053 * gdb.reverse/sigall-reverse.exp: Likewise.
16054 * gdb.reverse/until-precsave.exp: Likewise.
16055 * lib/gdb.exp (with_timeout_factor): New proc.
16056 (gdb_expect): Move some code to ...
16057 (get_largest_timeout): ... here. New procedure.
16058
16059 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
16060
16061 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16062
16063 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16064
16065 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16066 to write to the .text section.
16067
16068 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
16069
16070 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16071 Handle the case of targets that do not provide PID information.
16072
16073 2015-04-13 Yao Qi <yao.qi@linaro.org>
16074
16075 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16076 and use expect instead of gdb_expect.
16077
16078 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16079
16080 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16081 "coredump_var_addr" to avoid naming conflict with other testcases.
16082
16083 2015-04-10 Pedro Alves <palves@redhat.com>
16084
16085 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16086 gdb_test_sequence and gdb_assert.
16087
16088 2015-04-10 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16091 test messages that don't include the breakpoint address.
16092
16093 2015-04-10 Yao Qi <yao.qi@linaro.org>
16094
16095 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16096 false for some offset and width combinations which aren't
16097 supported by linux kernel.
16098
16099 2015-04-10 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16102 procedure, factored out from ...
16103 (top level): ... here. Add "set displaced-stepping" testing axis.
16104 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16105 parameter "displaced". Use it.
16106 (top level): Use foreach and add "set displaced-stepping" testing
16107 axis.
16108
16109 2015-04-10 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16112 Remove comment.
16113 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16114 both the address of the instruction that triggers the watchpoint
16115 and the address of the instruction immediately after, and use
16116 those addresses for the test. Fix comment.
16117
16118 2015-04-10 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/sigstep.exp (breakpoint_to_handler)
16121 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16122 Test "backtrace" in handler.
16123 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16124 (top level): Add new "displaced" test axis to
16125 breakpoint_to_handler, breakpoint_to_handler_entry and
16126 breakpoint_over_handler.
16127
16128 2015-04-10 Pedro Alves <palves@redhat.com>
16129
16130 PR gdb/18216
16131 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16132
16133 2015-04-10 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16136 (test_add_rn_pc): New function.
16137 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16138 (top level): Invoke test_add_rn_pc.
16139
16140 2015-04-10 Pedro Alves <palves@redhat.com>
16141
16142 PR gdb/13858
16143 * gdb.base/step-over-no-symbols.exp: New file.
16144
16145 2015-04-09 Andy Wingo <wingo@igalia.com>
16146
16147 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16148 after the Python tests.
16149
16150 2015-04-08 Keith Seitz <keiths@redhat.com>
16151
16152 PR python/16699
16153 * gdb.python/py-completion.exp: New tests for completion.
16154 * gdb.python/py-completion.py (CompleteLimit1): New class.
16155 (CompleteLimit2): Likewise.
16156 (CompleteLimit3): Likewise.
16157 (CompleteLimit4): Likewise.
16158 (CompleteLimit5): Likewise.
16159 (CompleteLimit6): Likewise.
16160 (CompleteLimit7): Likewise.
16161
16162 2015-04-08 Pedro Alves <palves@redhat.com>
16163
16164 PR gdb/18214
16165 PR gdb/18216
16166 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16167 function.
16168 (main): Install it as SIGUSR1 handler.
16169 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16170 parameter. Always use "setup" as prefix. Toggle "set
16171 displaced-stepping" off/on depending on global. Don't switch to
16172 thread 1 here.
16173 (top level): Add displaced stepping "off/on" test axis. Update
16174 "setup" calls. Wrap each subtest with with_test_prefix. Test
16175 continuing with a queued signal in each thread.
16176
16177 2015-04-08 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16180 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16181 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16182 Return early if running to main fails.
16183 * gdb.trace/while-stepping.exp: Likewise.
16184
16185 2015-04-07 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16188 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16189 interact with inferior program.
16190
16191 2015-04-07 Pedro Alves <palves@redhat.com>
16192
16193 * lib/gdb.exp (inferior_spawn_id): New global.
16194 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16195 spawn id after processing the user code.
16196 (default_gdb_start): Set inferior_spawn_id.
16197 (send_inferior): New procedure.
16198 * lib/gdbserver-support.exp (gdbserver_start): Set
16199 inferior_spawn_id.
16200 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16201
16202 2015-04-07 Pedro Alves <palves@redhat.com>
16203
16204 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16205 * lib/gdbserver-support.exp (gdbserver_start): Make
16206 $server_spawn_id global.
16207 (gdbserver_start): Don't wait for gdbserver's spawn id with
16208 expect_background.
16209 (close_gdbserver): New procedure.
16210 (gdb_exit): Rename the default version and reimplement.
16211
16212 2015-04-07 Pedro Alves <palves@redhat.com>
16213
16214 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16215 append the substituted item, not the original item.
16216
16217 2015-04-07 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16220 gdb_expect.
16221
16222 2015-04-07 Pedro Alves <palves@redhat.com>
16223
16224 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16225 output appearing once only.
16226
16227 2015-04-07 Pedro Alves <palves@redhat.com>
16228
16229 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16230 that doesn't expect anything. Return early if running to main
16231 fails.
16232
16233 2015-04-07 Yao Qi <yao.qi@linaro.org>
16234
16235 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16236 (child_function): Call alarm.
16237 (main): Move call to alarm into the loop.
16238 * gdb.threads/non-stop-fair-events.exp: Build program with
16239 -DTIMEOUT=$timeout.
16240
16241 2015-04-06 Doug Evans <xdje42@gmail.com>
16242
16243 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16244 Fix dest parameter to board_info.
16245 (fpc_compile): Ditto.
16246 (gdb_compile_pascal): Rename dest arg to destfile.
16247
16248 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16249
16250 * gdb.ada/funcall_ref.exp: New file.
16251 * gdb.ada/funcall_ref/foo.adb: New file.
16252
16253 2015-04-02 Yao Qi <yao.qi@linaro.org>
16254
16255 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16256 is remote.
16257
16258 2015-04-02 Gary Benson <gbenson@redhat.com>
16259
16260 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16261
16262 2015-04-01 Sasha Smundak <asmundak@google.com>
16263
16264 * gdb.python/py-unwind-maint.c: New file.
16265 * gdb.python/py-unwind-maint.exp: New test.
16266 * gdb.python/py-unwind-maint.py: New file.
16267 * gdb.python/py-unwind.c: New file.
16268 * gdb.python/py-unwind.exp: New test.
16269 * gdb.python/py-unwind.py: New test.
16270
16271 2015-04-01 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16274 to fail instead of non-existent $test.
16275
16276 2015-04-01 Pedro Alves <palves@redhat.com>
16277
16278 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16279 GDBFLAGS if not empty.
16280
16281 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16282
16283 * gdb.ada/complete.exp: Remove "multi_line".
16284 * gdb.ada/info_exc.exp: Remove "multi_line".
16285 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16286 * gdb.ada/ptype_field.exp: Remove "multi_line".
16287 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16288 * gdb.ada/tagged.exp: Remove "multi_line".
16289 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16290 [multi_line ...]
16291 * gdb.btrace/delta.exp: Likewise.
16292 * gdb.btrace/exception.exp: Likewise.
16293 * gdb.btrace/function_call_history.exp: Likewise.
16294 * gdb.btrace/instruction_history.exp: Likewise.
16295 * gdb.btrace/nohist.exp: Likewise.
16296 * gdb.btrace/record_goto.exp: Likewise.
16297 * gdb.btrace/segv.exp: Likewise.
16298 * gdb.btrace/stepi.exp: Likewise.
16299 * gdb.btrace/tailcall.exp: Likewise.
16300 * gdb.btrace/unknown_functions.exp: Likewise.
16301 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16302 * lib/gdb.exp: Add the "multi_line" helper.
16303
16304 2015-04-01 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.threads/tid-reuse.c: New file.
16307 * gdb.threads/tid-reuse.exp: New file.
16308
16309 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16310
16311 PR corefiles/16092
16312 * gdb.base/coredump-filter.c: New file.
16313 * gdb.base/coredump-filter.exp: Likewise.
16314
16315 2015-03-27 Petr Machata <pmachata@redhat.com>
16316
16317 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16318 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16319 (Dwarf::assemble): Initialize them.
16320 (Dwarf::lines): New function.
16321
16322 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16323
16324 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16325 SYMBOL_PREFIX for x86_64-*-cygwin.
16326
16327 2015-03-26 Andy Wingo <wingo@igalia.com>
16328
16329 PR symtab/18148
16330 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16331 const_value but not a location.
16332 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16333 location defined in non-main CUs are visible.
16334
16335 2015-03-26 Yao Qi <yao.qi@linaro.org>
16336
16337 PR testsuite/18139
16338 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16339 Add a line number entry for the same line.
16340 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16341 Add a line number entry for the same line.
16342
16343 2015-03-26 Yao Qi <yao.qi@linaro.org>
16344
16345 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16346 .int 0.
16347 (func): Likewise. Add .Lfunc_1 label.
16348 Use .Lfunc_1 label.
16349 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16350 .int 0.
16351 (func): Likewise.
16352 Use .Lfunc_1 label.
16353
16354 2015-03-26 Yao Qi <yao.qi@linaro.org>
16355
16356 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16357 Call gdb_compile instead to compile each .s files without debug
16358 information.
16359
16360 2015-03-26 Yao Qi <yao.qi@linaro.org>
16361
16362 * gdb.base/savedregs.exp (process_saved_regs): Make
16363 "Saved registers:" optional in the pattern.
16364
16365 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16366
16367 * gdb.btrace/next.exp: Merged into step.exp.
16368 * gdb.btrace/finish.exp: Merged into step.exp.
16369 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16370 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16371 "record goto" and checking the exact replay position.
16372 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16373 check for "Recording format" in "info record" output.
16374 * gdb.btrace/record_goto.exp: Choose test file based on target.
16375 * gdb.btrace/x86-record_goto.S: Renamed into ...
16376 * gdb.btrace/x86_64-record_goto.S: ... this.
16377 * gdb.btrace/i686-record_goto.S: New.
16378 * gdb.btrace/x86-tailcall.S: Renamed into ...
16379 * gdb.btrace/x86_64-tailcall.S: ... this.
16380 * gdb.btrace/i686-tailcall.S: New.
16381 * gdb.btrace/x86-tailcall.c: Renamed into ...
16382 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16383 separate statements. Update test.
16384 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16385 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16386 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16387 * gdb.btrace/tailcall.exp: Choose test file based on target.
16388 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16389
16390 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16391
16392 * gdb.btrace/exception.exp: Increase BTS buffer size.
16393
16394 2015-03-24 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16397
16398 2015-03-24 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.threads/schedlock.exp (test_step): No longer expect that
16401 "set scheduler-locking step" with "next" over a function call runs
16402 threads unlocked.
16403
16404 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16405
16406 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16407
16408 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16409
16410 PR breakpoints/16466
16411 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16412 * gdb.mi/mi-pending.c (thread_func): New function.
16413 (int main): Add threading support required.
16414 * gdb.mi/mi-pending.exp: Add tests for this issue.
16415 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16416 (pendfunc2): Remove stdio dependency.
16417 * gdb.mi/mi-pendshr2.c: New file.
16418
16419 2015-03-23 Keith Seitz <keiths@redhat.com>
16420
16421 * gdb.linespec/keywords.c: New file.
16422 * gdb.linespec/keywords.exp: New file.
16423
16424 2015-03-23 Keith Seitz <keiths@redhat.com>
16425
16426 PR gdb/18021
16427 * gdb.dwarf2/staticvirtual.exp: New test.
16428
16429 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16430
16431 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16432 * README: Remove HP-UX and gdb.hp.
16433 (configuration):
16434 * configure: Regenerate.
16435 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16436 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16437 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16438 gdb.hp/gdb.defects/Makefile.
16439 * gdb.hp/Makefile.in: File deleted.
16440 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16441 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16442 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16443 * gdb.hp/gdb.aCC/run.c: File deleted.
16444 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16445 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16446 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16447 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16448 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16449 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16450 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16451 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16452 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16453 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16454 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16455 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16456 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16457 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16458 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16459 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16460 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16461 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16462 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16463 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16464 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16465 * gdb.hp/gdb.compat/average.c: File deleted.
16466 * gdb.hp/gdb.compat/sum.c: File deleted.
16467 * gdb.hp/gdb.compat/xdb.c: File deleted.
16468 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16469 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16470 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16471 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16472 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16473 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16474 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16475 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16476 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16477 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16478 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16479 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16480 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16481 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16482 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16483 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16484 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16485 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16486 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16487 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16488 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16489 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16490 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16491 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16492 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16493 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16494 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16495 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16496 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16497 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16498 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16499 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16500 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16501 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16502 * gdb.hp/tools/odump: File deleted.
16503
16504 2015-03-19 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16507 (saw_thread_3): New globals.
16508 (top level): Increment them when an event for the corresponding
16509 thread is seen.
16510 (no thread starvation): New test.
16511
16512 2015-03-19 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.threads/continue-pending-status.c: New file.
16515 * gdb.threads/continue-pending-status.exp: New file.
16516
16517 2015-03-18 Pedro Alves <palves@redhat.com>
16518
16519 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16520 Use gdb_is_target_remote instead of is_remote. Use
16521 gdb_test_multiple instead of gdb_expect. Exit early if
16522 gdb_test_multiple hits its internal matches. Tighten stepi tests
16523 expected output. Fail on exit with any signal, instead of just
16524 SIGILL.
16525
16526 2015-03-18 Yao Qi <yao.qi@linaro.org>
16527
16528 PR tdep/18107
16529 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16530 variable.
16531 * gdb.base/catch-syscall.exp: Don't skip it on
16532 aarch64*-*-linux* target. Remove elements in all_syscalls.
16533 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16534 target.
16535 (setup_all_syscalls): New proc.
16536
16537 2015-03-16 Yao Qi <yao.qi@linaro.org>
16538
16539 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16540 (top level): Skip tests if valid_addr_p returns false for
16541 $cmd1 or $cmd2.
16542
16543 2015-03-11 Andy Wingo <wingo@igalia.com>
16544
16545 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16546
16547 2015-03-11 Yao Qi <yao.qi@linaro.org>
16548
16549 * gdb.base/catch-syscall.exp: Fix typo in comments.
16550
16551 2015-03-11 Yao Qi <yao.qi@linaro.org>
16552
16553 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16554
16555 2015-03-09 Pedro Alves <palves@redhat.com>
16556
16557 * dg-extract-results.py: Delete.
16558
16559 2015-03-09 Pedro Alves <palves@redhat.com>
16560
16561 Merge dg-extract-results.sh from GCC upstream (r218843).
16562
16563 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16564 * dg-extract-results.sh: Use --text with grep to avoid issues with
16565 binary files. Fall back to cat -v, if that doesn't work.
16566
16567 2015-03-05 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16570
16571 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16572
16573 * lib/mi-support.exp (mi_expect_interrupt): Accept
16574 alternative event for when in all-stop mode.
16575
16576 2015-03-04 Pedro Alves <palves@redhat.com>
16577
16578 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16579
16580 2015-03-04 Mark Kettenis <kettenis@gnu.org>
16581
16582 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16583
16584 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16585
16586 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16587 regexps for GDB's current line display, accept a hex address
16588 preceding the line number.
16589
16590 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16591
16592 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16593 the 'arch1' variable for "s390*-linux*" targets.
16594
16595 2015-03-04 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16598 (main): Pass missing retval argument to pthread_join call.
16599
16600 2015-03-02 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16603 (top level): Call do_test with non-stop as well.
16604
16605 2015-03-02 Pedro Alves <palves@redhat.com>
16606
16607 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16608 -1.
16609
16610 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16611
16612 * gdb.arch/s390-vregs.exp: New test.
16613 * gdb.arch/s390-vregs.S: New file.
16614
16615 2015-02-27 Pedro Alves <palves@redhat.com>
16616
16617 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16618 call to catch_command_errors.
16619 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16620 catch_command_errors.
16621
16622 2015-02-27 Pedro Alves <palves@redhat.com>
16623
16624 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16625 "true" for boolean result.
16626 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16627 prototype of main.
16628
16629 2015-02-27 Pedro Alves <palves@redhat.com>
16630
16631 * lib/unbuffer_output.c: New file.
16632 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16633 (main): Call gdb_unbuffer_output.
16634
16635 2015-02-27 Yao Qi <yao.qi@linaro.org>
16636
16637 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16638 target.
16639
16640 2015-02-26 Doug Evans <dje@google.com>
16641
16642 * gdb.cp/class2.cc (Dbase, D): New classes.
16643 (main): New local delta.
16644 * gdb.cp/class2.exp: Test printing delta.
16645 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16646 (dynbar): New global.
16647 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16648
16649 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16650
16651 * gdb.compile/compile-ifunc.c: New file.
16652 * gdb.compile/compile-ifunc.exp: New file.
16653
16654 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16655
16656 * gdb.base/structs.exp: Check for correct struct on finish.
16657
16658 2015-02-26 Yao Qi <yao.qi@linaro.org>
16659
16660 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16661 is zero.
16662
16663 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16664
16665 * gdb.arch/cordic.ko.bz2: New file.
16666 * gdb.arch/cordic.ko.debug.bz2: New file.
16667 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16668
16669 2015-02-25 Yao Qi <yao.qi@linaro.org>
16670
16671 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16672 aarch64*-*-* target.
16673
16674 2015-02-23 Pedro Alves <palves@redhat.com>
16675
16676 * lib/gdb.exp (delete_breakpoints): Rewrite using
16677 gdb_test_multiple.
16678
16679 2015-02-23 Pedro Alves <palves@redhat.com>
16680
16681 * gdb.base/info-os.c: Include stdlib.h.
16682
16683 2015-02-22 Doug Evans <xdje42@gmail.com>
16684
16685 PR symtab/17855
16686 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16687 is read after symbols have been re-read.
16688 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16689 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16690
16691 2015-02-21 Doug Evans <dje@google.com>
16692
16693 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16694
16695 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16696
16697 PR corefiles/17808
16698 * gdb.arch/i386-biarch-core.core.bz2: New file.
16699 * gdb.arch/i386-biarch-core.exp: New file.
16700
16701 2015-02-21 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16704 runto_main fails.
16705
16706 2015-02-20 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16709 info probes.
16710
16711 2015-02-20 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16714
16715 2015-02-20 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16718 clean_restart before gdb_target_supports_trace.
16719
16720 2015-02-20 Pedro Alves <palves@redhat.com>
16721
16722 PR threads/18006
16723 * gdb.threads/clone-thread_db.c: New file.
16724 * gdb.threads/clone-thread_db.exp: New file.
16725
16726 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16727
16728 PR breakpoints/16812
16729 * gdb.base/catch-gdb-caused-signals.c: New file.
16730 * gdb.base/catch-gdb-caused-signals.exp: New file.
16731
16732 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16733
16734 * configure: Regenerated.
16735 * configure.ac: Use GDB_AC_TRANSFORM.
16736 * aclocal.m4: sinclude ../transform.m4.
16737
16738 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16739
16740 * lib/dtrace.exp: New file.
16741 * gdb.base/dtrace-probe.exp: Likewise.
16742 * gdb.base/dtrace-probe.d: Likewise.
16743 * gdb.base/dtrace-probe.c: Likewise.
16744 * lib/pdtrace.in: Likewise.
16745 * configure.ac: Output variables with the transformed names of
16746 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16747 * configure: Regenerated.
16748
16749 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16750
16751 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16752 expected message when trying to access $_probe_* convenience
16753 variables while not on a probe.
16754
16755 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16756
16757 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16758
16759 2015-02-11 Pedro Alves <pedro@codesourcery.com>
16760
16761 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16762 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16763
16764 2015-02-10 Doug Evans <xdje42@gmail.com>
16765
16766 * lib/gdb.exp (gdb_load): Always return a result.
16767
16768 2015-02-10 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.threads/signal-sigtrap.c: New file.
16771 * gdb.threads/signal-sigtrap.exp: New file.
16772
16773 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16774
16775 * gdb.trace/no-attach-trace.c: New file.
16776 * gdb.trace/no-attach-trace.exp: New file.
16777
16778 2015-02-09 Mark Wielaard <mjw@redhat.com>
16779
16780 * gdb.dwarf2/atomic.c: New file.
16781 * gdb.dwarf2/atomic-type.exp: Likewise.
16782
16783 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16784
16785 * gdb.btrace/buffer-size.exp: Update "info record" output.
16786 * gdb.btrace/delta.exp: Update "info record" output.
16787 * gdb.btrace/enable.exp: Update "info record" output.
16788 * gdb.btrace/finish.exp: Update "info record" output.
16789 * gdb.btrace/instruction_history.exp: Update "info record" output.
16790 * gdb.btrace/next.exp: Update "info record" output.
16791 * gdb.btrace/nexti.exp: Update "info record" output.
16792 * gdb.btrace/step.exp: Update "info record" output.
16793 * gdb.btrace/stepi.exp: Update "info record" output.
16794 * gdb.btrace/nohist.exp: Update "info record" output.
16795
16796 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16797
16798 * gdb.btrace/buffer-size: New.
16799
16800 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16801
16802 * gdb.btrace/delta.exp: Update "info record" output.
16803 * gdb.btrace/enable.exp: Update "info record" output.
16804 * gdb.btrace/finish.exp: Update "info record" output.
16805 * gdb.btrace/instruction_history.exp: Update "info record" output.
16806 * gdb.btrace/next.exp: Update "info record" output.
16807 * gdb.btrace/nexti.exp: Update "info record" output.
16808 * gdb.btrace/step.exp: Update "info record" output.
16809 * gdb.btrace/stepi.exp: Update "info record" output.
16810 * gdb.btrace/nohist.exp: Update "info record" output.
16811
16812 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16813
16814 PR gdb/15678
16815 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16816
16817 2015-02-06 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16820 macro.
16821 (seconds_left, again): New globals.
16822 (main): Wait seconds_left in a 1-second sleep loop instead of
16823 sleeping 180 seconds. If 'again' is set, reset the seconds
16824 counter.
16825 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16826 'again' in the inferior before detaching. Print the seconds left.
16827 (options): New global.
16828 (top level): Build program with -DTIMEOUT=$timeout.
16829
16830 2015-02-06 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16833 determine how many seconds to pass to 'alarm'.
16834 * gdb.base/gdb-sigterm.exp (top level): Build program with
16835 -DTIMEOUT=$timeout.
16836 (do_test): Return success/failure indication. Add more verbose
16837 logging. Don't fail if 200 single steps are seen. Instead, fail
16838 when the test times out.
16839 (passes): New global.
16840 (top level): Break the testing loop if testing fails on any
16841 iteration. Use gdb_assert.
16842
16843 2015-02-04 Don Breazeal <donb@codesourcery.com>
16844
16845 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16846 and initialize them.
16847 (ipc_cleanup): New function.
16848 (main): Don't declare shmid, semid, and msqid. Add a call to
16849 atexit so that we call ipc_cleanup on exit.
16850
16851 2015-02-04 Pedro Alves <palves@redhat.com>
16852
16853 * boards/native-extended-gdbserver.exp: Remove any target variant
16854 specifications from the board name before clearing the isremote
16855 flag from board_info.
16856
16857 2015-01-31 Doug Evans <xdje42@gmail.com>
16858
16859 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16860
16861 2015-01-31 Gary Benson <gbenson@redhat.com>
16862
16863 * gdb.base/completion.exp: Disable completion limiting for
16864 existing tests. Add new tests to check completion limiting.
16865 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16866
16867 2015-01-31 Doug Evans <xdje42@gmail.com>
16868
16869 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16870
16871 2015-01-31 Doug Evans <xdje42@gmail.com>
16872
16873 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16874 entries. Duplicate file section script entries.
16875 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16876 inlined entries. Add test for safe-path rejection.
16877 * gdb.python/py-section-script.c: Add duplicate inlined section script
16878 entries. Duplicate file section script entries.
16879 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16880 inlined entries. Add test for safe-path rejection.
16881
16882 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16883
16884 * gdb.ada/disc_arr_bound: New testcase.
16885
16886 2015-01-29 Joel Brobecker <brobecker@adacore.com>
16887
16888 * gdb.ada/mi_var_array: New testcase.
16889
16890 2015-01-27 Doug Evans <dje@google.com>
16891
16892 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16893 Add test for objfile.filename, objfile.username after objfile
16894 has been unloaded.
16895
16896 2015-01-26 Joel Brobecker <brobecker@adacore.com>
16897
16898 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16899 the second test to print the name attribute of value
16900 returned by the call to gdb.lookup_type, and adjust
16901 the expected output accordingly.
16902
16903 2015-01-25 Mark Wielaard <mjw@redhat.com>
16904
16905 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16906 * gdb.base/disp-step-fork.c: Include unistd.h.
16907 * gdb.base/siginfo-obj.c: Include stdio.h.
16908 * gdb.base/siginfo-thread.c: Likewise.
16909 * gdb.mi/non-stop.c: Include unistd.h.
16910 * gdb.mi/nsthrexec.c: Include stdio.h.
16911 * gdb.mi/pthreads.c: Include unistd.h.
16912 * gdb.modula2/unbounded1.c (main): Declare returns int.
16913 * gdb.reverse/consecutive-reverse.c: Likewise.
16914 * gdb.threads/create-fail.c: Include unistd.h.
16915 * gdb.threads/killed.c: Likewise.
16916 * gdb.threads/linux-dp.c: Likewise.
16917 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16918 * gdb.threads/non-ldr-exc-2.c: Likewise.
16919 * gdb.threads/non-ldr-exc-3.c: Likewise.
16920 * gdb.threads/non-ldr-exc-4.c: Likewise.
16921 * gdb.threads/pthreads.c: Include unistd.h.
16922 (main): Declare returns int.
16923 * gdb.threads/tls-main.c (foo): New declaration.
16924 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16925
16926 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16929 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16930
16931 2015-01-15 Mark Wielaard <mjw@redhat.com>
16932
16933 * gdb.base/noreturn-return.c: New file.
16934 * gdb.base/noreturn-return.exp: New file.
16935 * gdb.base/noreturn-finish.c: New file.
16936 * gdb.base/noreturn-finish.exp: New file.
16937
16938 2015-01-23 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.threads/continue-pending-after-query.c: New file.
16941 * gdb.threads/continue-pending-after-query.exp: New file.
16942
16943 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16944 Simon Marchi <simon.marchi@ericsson.com>
16945
16946 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16947 * gdb.base/valgrind-db-attach.exp: Same.
16948 * gdb.base/valgrind-infcall.exp: Same.
16949 * lib/mi-support.exp (default_mi_gdb_start): Same.
16950 * lib/prompt.exp (default_prompt_gdb_start): Same.
16951 * lib/gdb.exp (default_gdb_spawn): Same.
16952 (gdb_interact): New.
16953
16954
16955 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16956
16957 * gdb.compile/compile.exp (pointer to jit function): New test.
16958
16959 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
16960
16961 * lib/gdb.exp (supports_process_record): Return true for
16962 powerpc*-*-linux*.
16963 (supports_reverse): Likewise.
16964
16965 2015-01-15 Don Breazeal <donb@codesourcery.com>
16966
16967 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16968 instead of checking whether the target board is remote and
16969 use spawn_wait_for_attach instead of exec/sleep.
16970 * gdb.base/attach-twice.exp: Likewise.
16971
16972 2015-01-15 Joel Brobecker <brobecker@adacore.com>
16973
16974 * gdb.ada/var_arr_attrs: New testcase.
16975
16976 2015-01-14 Pedro Alves <palves@redhat.com>
16977 Joel Brobecker <brobecker@adacore.com>
16978
16979 PR gdb/17525
16980 * gdb.base/bp-cmds-execution-x-script.c: New file.
16981 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16982 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16983
16984 2015-01-14 Pedro Alves <palves@redhat.com>
16985
16986 PR cli/17828
16987 * gdb.base/batch-preserve-term-settings.c: New file.
16988 * gdb.base/batch-preserve-term-settings.exp: New file.
16989
16990 2015-01-13 Doug Evans <dje@google.com>
16991
16992 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16993 binary.
16994
16995 2015-01-13 Joel Brobecker <brobecker@adacore.com>
16996
16997 * Makefile.in (clean mostlyclean): Do not delete *.py.
16998
16999 2015-01-13 Joel Brobecker <brobecker@adacore.com>
17000
17001 * gdb.python/py-lookup-type.exp: New file.
17002
17003 2015-01-12 Pedro Alves <palves@redhat.com>
17004
17005 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17006 restore GDBFLAGS before returning.
17007
17008 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17009
17010 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17011 is_amd64_regs_target and is_x86_like_target.
17012
17013 2015-01-11 Doug Evans <xdje42@gmail.com>
17014
17015 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17016 is given without an explicit form.
17017 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17018 attributes.
17019 * gdb.dwarf/corrupt.exp: Ditto.
17020 * gdb.dwarf2/enum-type.exp: Ditto.
17021 * gdb.trace/entry-values.exp: Ditto.
17022 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17023
17024 2015-01-11 Doug Evans <xdje42@gmail.com>
17025
17026 PR gdb/15830
17027 * gdb.base/maint.exp: Remove references to "maint demangle".
17028 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17029 Add tests for explicitly specifying language to demangle.
17030 * gdb.dlang/demangle.exp: Ditto.
17031
17032 2015-01-09 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.threads/non-stop-fair-events.c: New file.
17035 * gdb.threads/non-stop-fair-events.exp: New file.
17036
17037 2015-01-09 Pedro Alves <palves@redhat.com>
17038
17039 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17040 the global scope. Set a breakpoint after all threads are started
17041 rather than stepping over two source lines. Expect the prompt.
17042 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17043 global.
17044 (NUM): Now 15.
17045 (main): Use threads_started_barrier to wait for all threads to
17046 start. Main thread no longer calls thread_function. Exit after
17047 180 seconds.
17048 (loop): New function.
17049 (thread_function): Wait on threads_started_barrier barrier. Call
17050 'loop' at each iteration.
17051 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17052 threads have started, instead of hardcoding number of "next"
17053 steps. Use an access watchpoint instead of a write watchpoint.
17054
17055 2015-01-09 Pedro Alves <palves@redhat.com>
17056
17057 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17058 (thread_func): Wait on barrier.
17059 (main): Wait for all threads to start before stopping GDB.
17060 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17061 global.
17062 (thread1_func, thread2_func): Wait on barrier.
17063 (main): Wait for all threads to start before stopping GDB.
17064 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17065 New global.
17066 (thread1_func, thread2_func): Wait on barrier.
17067 (main): Wait for all threads to start before stopping GDB.
17068
17069 2015-01-09 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.threads/attach-many-short-lived-threads.c: New file.
17072 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17073
17074 2014-01-09 Pedro Alves <palves@redhat.com>
17075
17076 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17077 instead of to thread 2.
17078 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17079 Add barrier around each pthread_create call instead of around all
17080 calls.
17081 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17082 Set a break on thread_function and have the child threads hit it
17083 one at at a time.
17084
17085 2015-01-09 Pedro Alves <palves@redhat.com>
17086
17087 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17088 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17089 false.
17090 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17091 checking whether the target board is remote.
17092 * gdb.multi/multi-attach.exp: Likewise.
17093 * gdb.python/py-sync-interp.exp: Likewise.
17094 * gdb.server/ext-attach.exp: Likewise.
17095 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17096 tests that need to attach, instead of checking whether the target
17097 board is remote at the top of the file.
17098
17099 2015-01-08 Yao Qi <yao@codesourcery.com>
17100
17101 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17102
17103 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17104
17105 Fix testcase compilation.
17106 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17107
17108 2015-01-06 Joel Brobecker <brobecker@adacore.com>
17109
17110 * gdb.python/py-type.exp: Add a couple test about empty
17111 array creation, and negative-length array creation.
17112
17113 2015-01-02 Doug Evans <xdje42@gmail.com>
17114
17115 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17116
17117 2015-01-02 Doug Evans <dje@google.com>
17118
17119 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17120
17121 2014-12-29 Yao Qi <yao@codesourcery.com>
17122
17123 * gdb.trace/entry-values.exp: Update comments. Rename variable
17124 bar_call_foo to returned_from_foo.
17125
17126 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17127
17128 PR gdb/17394
17129 * gdb.linespec/break-asm-file.c: New file.
17130 * gdb.linespec/break-asm-file.exp: New file.
17131 * gdb.linespec/break-asm-file0.s: New file.
17132 * gdb.linespec/break-asm-file1.s: New file.
17133
17134 2014-12-18 Nigel Stephens <nigel@mips.com>
17135 Maciej W. Rozycki <macro@codesourcery.com>
17136
17137 * gdb.base/float.exp: Handle the new output from "info float" on
17138 MIPS targets.
17139
17140 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17141
17142 Fix MinGW compilation.
17143 * gdb.compile/compile-ops.exp: Update untested message if
17144 !skip_compile_feature_tests.
17145 * gdb.compile/compile-setjmp.exp: Likewise.
17146 * gdb.compile/compile-tls.exp: Likewise.
17147 * gdb.compile/compile.exp: Likewise.
17148 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17149 supported on this host".
17150
17151 2014-12-16 Doug Evans <xdje42@gmail.com>
17152
17153 * boards/stabs.exp: New file.
17154
17155 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17156
17157 * gdb.base/completion.exp: Adjust to format changes of "maint
17158 print user-registers".
17159
17160 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
17161
17162 PR server/17457
17163 * gdb.arch/aarch64-fp.c: New file.
17164 * gdb.arch/aarch64-fp.exp: New file.
17165
17166 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17167
17168 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17169 r210637, r210913, r211666, r215400, r215817).
17170
17171 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17172 * dg-extract-results.py: New file.
17173 * dg-extract-results.sh: Use it if the environment seems
17174 suitable.
17175
17176 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17177
17178 * dg-extract-results.py (parse_run): Handle warnings that
17179 are printed before a test harness is run.
17180
17181 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17182
17183 * dg-extract-results.py (Named): Remove __cmp__ method.
17184 (output_variation): Use a key to sort variation.harnesses.
17185
17186 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17187
17188 * dg-extract-results.py: For Python 3, force sys.stdout to
17189 handle surrogate escape sequences.
17190 (safe_open): New function.
17191 (output_segment, main): Use it.
17192
17193 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17194
17195 * dg-extract-results.py (Prog.result_re): Include options
17196 in test name.
17197
17198 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17199
17200 * dg-extract-results.py (output_variation): Always sort if
17201 do_sum.
17202
17203 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17204
17205 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17206 as long as we get pagination notifications.
17207
17208 2014-12-15 Jason Merrill <jason@redhat.com>
17209
17210 * Makefile.in (check-gdb.%): Restore.
17211 * README: Mention it.
17212
17213 2014-12-13 Joel Brobecker <brobecker@adacore.com>
17214
17215 * gdb.ada/str_uninit: New testcase.
17216
17217 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17218
17219 PR symtab/17642
17220 * gdb.base/vla-stub-define.c: New file.
17221 * gdb.base/vla-stub.c: New file.
17222 * gdb.base/vla-stub.exp: New file.
17223
17224 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17225 Jan Kratochvil <jan.kratochvil@redhat.com>
17226 Tom Tromey <tromey@redhat.com>
17227
17228 * configure.ac: Add gdb.compile/.
17229 * configure: Regenerate.
17230 * gdb.compile/Makefile.in: New file.
17231 * gdb.compile/compile-ops.exp: New file.
17232 * gdb.compile/compile-ops.c: New file.
17233 * gdb.compile/compile-tls.c: New file.
17234 * gdb.compile/compile-tls.exp: New file.
17235 * gdb.compile/compile-constvar.S: New file.
17236 * gdb.compile/compile-constvar.c: New file.
17237 * gdb.compile/compile-mod.c: New file.
17238 * gdb.compile/compile-nodebug.c: New file.
17239 * gdb.compile/compile-setjmp-mod.c: New file.
17240 * gdb.compile/compile-setjmp.c: New file.
17241 * gdb.compile/compile-setjmp.exp: New file.
17242 * gdb.compile/compile-shlib.c: New file.
17243 * gdb.compile/compile.c: New file.
17244 * gdb.compile/compile.exp: New file.
17245 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17246
17247 2014-12-12 Tom Tromey <tromey@redhat.com>
17248
17249 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17250 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17251
17252 2014-12-12 Doug Evans <dje@google.com>
17253
17254 * lib/gdb-python.exp (get_python_valueof): New function.
17255 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17256
17257 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17258
17259 * gdb.base/completion.exp: Add test for completion of "info
17260 registers ".
17261
17262 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17263
17264 * gdb.base/func-ptrs.c: New file.
17265 * gdb.base/func-ptrs.exp: New file.
17266
17267 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17268
17269 PR breakpoints/17012
17270 * gdb.base/dprintf-detach.c: New file.
17271 * gdb.base/dprintf-detach.exp: New file.
17272
17273 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17274
17275 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17276 * lib/gdb.exp (target_is_gdbserver): New procedure.
17277
17278 2014-12-08 Doug Evans <dje@google.com>
17279
17280 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17281
17282 2014-12-05 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.guile/scm-error.exp: Remove the third argument to
17285 gdb_remote_download.
17286 * gdb.guile/scm-frame-args.exp: Likewise.
17287 * gdb.guile/scm-section-script.exp: Likewise.
17288
17289 2014-12-05 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17292
17293 2014-12-04 Doug Evans <dje@google.com>
17294
17295 * gdb.python/py-objfile.exp: Add tests for
17296 objfile.add_separate_debug_file.
17297
17298 2014-12-04 Doug Evans <dje@google.com>
17299
17300 * lib/gdb.exp (get_build_id): New function.
17301 (build_id_debug_filename_get): Rewrite to use it.
17302 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17303
17304 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17305
17306 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17307 `method(long)', not just 0x0.
17308 * gdb.cp/nsalias.exp: Align code labels to 4.
17309 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17310 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17311 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17312 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17313 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17314 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17315
17316 2014-12-02 Doug Evans <dje@google.com>
17317
17318 PR symtab/17602
17319 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17320 * gdb.cp/anon-ns2.cc: ... here. New file.
17321 * gdb.cp/anon-ns.exp: Update.
17322
17323 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
17324
17325 * gdb.python/py-events.py (inferior_call_handler): New.
17326 (register_changed_handler, memory_changed_handler): New.
17327 (test_events.invoke): Register new handlers.
17328 * gdb.python/py-events.exp: Add tests for inferior call,
17329 memory_changed and register_changed events.
17330
17331 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17332
17333 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17334 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17335 if the linker doesn't understand this.
17336
17337 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17338
17339 * gdb.python/python.exp: Change expected reply to help().
17340
17341 2014-12-01 Yao Qi <yao@codesourcery.com>
17342
17343 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17344 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17345 * configure: Re-generated.
17346
17347 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17348
17349 * gdb.cp/chained-calls.cc: New file.
17350 * gdb.cp/chained-calls.exp: New file.
17351 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17352
17353 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17354
17355 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17356 * gdb.dwarf2/symtab-producer.exp: Same.
17357 * gdb.gdb/python-interrupts.exp: Same.
17358 * gdb.gdb/python-selftest.exp: Same.
17359 * gdb.python/py-linetable.exp: Same.
17360 * gdb.python/py-type.exp: Same.
17361 * gdb.python/py-value-cc.exp: Same.
17362 * gdb.python/py-value.exp: Same.
17363
17364 2014-11-28 Yao Qi <yao@codesourcery.com>
17365
17366 * gdb.base/break-probes.exp: Match library name prefixed with
17367 sysroot.
17368
17369 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17370
17371 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17372 test expected output. Add parentheses for the call to print.
17373 Remove L suffix from integers.
17374
17375 2014-11-26 Doug Evans <dje@google.com>
17376
17377 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17378
17379 2014-11-22 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.trace/entry-values.c: Remove asms.
17382 (foo): Add foo_label.
17383 (bar): Add bar_label.
17384 * gdb.trace/entry-values.exp: Remove code computing foo's
17385 length and bar's length.
17386 (Dwarf::assemble): Invoke function_range for bar and use
17387 MACRO_AT_func for foo.
17388
17389 2014-11-22 Yao Qi <yao@codesourcery.com>
17390
17391 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17392 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17393 Use .Lgcc43_procstart instead of gcc43.
17394
17395 2014-11-21 Joel Brobecker <brobecker@adacore.com>
17396
17397 * gdb.ada/n_arr_bound: New testcase.
17398
17399 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17400
17401 PR breakpoints/10737
17402 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17403 test_catch_syscall_multi_arch.
17404 (test_catch_syscall_multi_arch): New function.
17405
17406 2014-11-20 Doug Evans <xdje42@gmail.com>
17407
17408 * gdb.base/maint.exp: Update expected output.
17409
17410 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17411
17412 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17413 4-byte instruction on S390.
17414
17415 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17416
17417 * gdb.ada/arr_arr: New testcase.
17418
17419 2014-11-19 Joel Brobecker <brobecker@adacore.com>
17420
17421 * gdb.ada/pkd_arr_elem: New Testcase.
17422
17423 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
17424
17425 * gdb.reverse/break-precsave: Expect completion message for
17426 core file reads.
17427 * gdb.reverse/consecutive-precsave.exp: Likewise.
17428 * gdb.reverse/finish-precsave.exp: Likewise.
17429 * gdb.reverse/i386-precsave.exp: Likewise.
17430 * gdb.reverse/machinestate-precsave.exp: Likewise.
17431 * gdb.reverse/sigall-precsave.exp: Likewise.
17432 * gdb.reverse/solib-precsave.exp: Likewise.
17433 * gdb.reverse/step-precsave.exp: Likewise.
17434 * gdb.reverse/until-precsave.exp: Likewise.
17435 * gdb.reverse/watch-precsave.exp: Likewise.
17436
17437 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17438
17439 * gdb.base/bp-permanent.c: Include unistd.h.
17440 * gdb.python/py-framefilter-mi.c (main): Add return type.
17441 * gdb.python/py-framefilter.c (main): Likewise.
17442 * gdb.trace/actions-changed.c (main): Likewise.
17443
17444 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17445
17446 * gdb.mi/until.c: Add eye-catchers.
17447 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17448 line numbers.
17449
17450 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17451
17452 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17453 function header variants in break1.c.
17454 * gdb.base/ena-dis-br.exp: Likewise.
17455 * gdb.base/hbreak2.exp: Likewise.
17456 * gdb.reverse/until-precsave.exp: Drop references to removed
17457 non-prototype function header variants in ur1.c.
17458 * gdb.reverse/until-reverse.exp: Likewise.
17459
17460 2014-11-17 Petr Machata <pmachata@redhat.com>
17461
17462 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17463 ${_cu_offset_size} bytes abbrev offset.
17464
17465 2014-11-15 Doug Evans <xdje42@gmail.com>
17466
17467 PR symtab/17559
17468 * gdb.base/line-symtabs.exp: New file.
17469 * gdb.base/line-symtabs.c: New file.
17470 * gdb.base/line-symtabs.h: New file.
17471
17472 2014-11-14 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17475 (func): Add label func_label.
17476 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17477 Replace low_pc and high_pc with MACRO_AT_range.
17478 Replace name, low_pc and high_pc with MACRO_AT_func.
17479
17480 2014-11-14 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17483 Replace name, low_pc and high_pc with MACRO_AT_func.
17484
17485 2014-11-14 Yao Qi <yao@codesourcery.com>
17486
17487 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17488 produce debug information.
17489 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17490
17491 2014-11-14 Yao Qi <yao@codesourcery.com>
17492
17493 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17494 object and get function length.
17495 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17496 with MACRO_AT_func.
17497 (top-level): Replace gdb_compile and clean_restart with
17498 prepare_for_testing.
17499 * gdb.dwarf2/main.c (main): Add label main_label.
17500
17501 2014-11-14 Yao Qi <yao@codesourcery.com>
17502
17503 * lib/dwarf.exp (function_range): New procedure.
17504 (Dwarf::_handle_macro_at_func): New procedure.
17505 (Dwarf::_handle_macro_at_range): New procedure.
17506 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17507
17508 2014-11-14 Yao Qi <yao@codesourcery.com>
17509
17510 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17511 (_handle_attribute): New procedure.
17512
17513 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17514
17515 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17516 * gdb.base/call-sc.c (zed): Likewise.
17517 * gdb.base/checkpoint.c (main): Likewise.
17518 * gdb.base/dump.c (main): Likewise.
17519 * gdb.base/gcore.c (main): Likewise.
17520 * gdb.base/huge.c (main): Likewise.
17521 * gdb.base/multi-forks.c (main): Likewise.
17522 * gdb.base/pr10179-a.c (main): Likewise.
17523 * gdb.base/savedregs.c (main): Likewise.
17524 * gdb.base/sigaltstack.c (main): Likewise.
17525 * gdb.base/siginfo.c (main): Likewise.
17526 * gdb.base/structs.c (zed): Likewise.
17527 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17528 * gdb.mi/mi-syn-frame.c (main): Likewise.
17529 * gdb.mi/until.c (foo, main): Likewise.
17530 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17531 * gdb.base/solib-weak.c (foo): Declare.
17532 * gdb.base/attach-twice.c: Include stdio.h.
17533 * gdb.base/weaklib1.c: Likewise.
17534 * gdb.base/weaklib2.c: Likewise.
17535 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17536 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17537 unistd.h.
17538 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17539 * gdb.mi/mi-exit-code.c: Likewise.
17540 * gdb.base/break-interp-lib.c: Include string.h.
17541 * gdb.base/coremaker.c: Likewise.
17542 * gdb.base/testenv.c: Likewise.
17543 * gdb.python/py-finish-breakpoint.c: Likewise.
17544 * gdb.base/inferior-died.c: Include sys/wait.h.
17545 * gdb.base/fileio.c: Include time.h.
17546 * gdb.base/async-shell.c: Include unistd.h.
17547 * gdb.base/dprintf-non-stop.c: Likewise.
17548 * gdb.base/info-os.c: Likewise.
17549 * gdb.mi/mi-console.c: Likewise.
17550 * gdb.mi/watch-nonstop.c: Likewise.
17551 * gdb.python/py-events.c: Likewise.
17552 * gdb.base/async.c (baz): Move up before its invocation.
17553 * gdb.base/code_elim2.c (my_global_func): Likewise.
17554 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17555 * gdb.base/advance.c (func2): Likewise.
17556
17557 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17558
17559 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17560 variant.
17561 * gdb.base/annota3.c: Likewise.
17562 * gdb.base/async.c: Likewise.
17563 * gdb.base/average.c: Likewise.
17564 * gdb.base/call-ar-st.c: Likewise.
17565 * gdb.base/call-rt-st.c: Likewise.
17566 * gdb.base/call-sc.c: Likewise.
17567 * gdb.base/call-strs.c: Likewise.
17568 * gdb.base/ending-run.c: Likewise.
17569 * gdb.base/execd-prog.c: Likewise.
17570 * gdb.base/exprs.c: Likewise.
17571 * gdb.base/foll-exec.c: Likewise.
17572 * gdb.base/foll-fork.c: Likewise.
17573 * gdb.base/foll-vfork.c: Likewise.
17574 * gdb.base/funcargs.c: Likewise.
17575 * gdb.base/gcore.c: Likewise.
17576 * gdb.base/jump.c: Likewise.
17577 * gdb.base/langs0.c: Likewise.
17578 * gdb.base/langs1.c: Likewise.
17579 * gdb.base/langs2.c: Likewise.
17580 * gdb.base/mips_pro.c: Likewise.
17581 * gdb.base/nodebug.c: Likewise.
17582 * gdb.base/opaque0.c: Likewise.
17583 * gdb.base/opaque1.c: Likewise.
17584 * gdb.base/recurse.c: Likewise.
17585 * gdb.base/run.c: Likewise.
17586 * gdb.base/scope0.c: Likewise.
17587 * gdb.base/scope1.c: Likewise.
17588 * gdb.base/setshow.c: Likewise.
17589 * gdb.base/setvar.c: Likewise.
17590 * gdb.base/shmain.c: Likewise.
17591 * gdb.base/shr1.c: Likewise.
17592 * gdb.base/shr2.c: Likewise.
17593 * gdb.base/sigall.c: Likewise.
17594 * gdb.base/signals.c: Likewise.
17595 * gdb.base/so-indr-cl.c: Likewise.
17596 * gdb.base/solib2.c: Likewise.
17597 * gdb.base/structs.c: Likewise.
17598 * gdb.base/sum.c: Likewise.
17599 * gdb.base/vforked-prog.c: Likewise.
17600 * gdb.base/watchpoint.c: Likewise.
17601 * gdb.reverse/shr2.c: Likewise.
17602 * gdb.reverse/until-reverse.c: Likewise.
17603 * gdb.reverse/ur1.c: Likewise.
17604 * gdb.reverse/watch-reverse.c: Likewise.
17605
17606 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17607
17608 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17609 variant.
17610 * gdb.base/sepdebug.exp: Drop references to removed code.
17611
17612 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17613
17614 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17615 variant. Preserve original line numbering.
17616 * gdb.base/list1.c: Likewise.
17617
17618 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17619
17620 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17621 variant.
17622 * gdb.base/break1.c: Likewise.
17623 * gdb.base/break.exp: Drop references to removed code.
17624
17625 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17626
17627 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17628 variant.
17629
17630 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17631
17632 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17633
17634 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17635
17636 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17637 logic into perform_all_tests() and invoke it with and without
17638 function header prototypes.
17639 (do_function_calls): Remove conditional XFAIL for PR 5318.
17640 (rerun_and_prepare): Remove duplicate code.
17641 (perform_all_tests): New. Main logic moved here.
17642
17643 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17644
17645 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17646 code guarded by #ifdef NO_PROTOTYPES.
17647 (t_double_many_args): Likewise.
17648 (DEF_FUNC_MANY_ARGS_1): Likewise.
17649 (DEF_FUNC_VALUES_1): Likewise.
17650 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17651 guarded by #ifdef PROTOTYPES.
17652
17653 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17654
17655 * gdb.mi/mi-console.c: Add eye-catcher.
17656 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17657 instead of literal line number.
17658
17659 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17660
17661 * gdb.base/shr2.c: Add eye-catcher.
17662 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17663 line number.
17664
17665 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17666
17667 * gdb.base/jump.c: Add eye-catchers.
17668 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17669 numbers.
17670
17671 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17672
17673 * gdb.base/execd-prog.c: Add eye-catchers.
17674 * gdb.base/foll-exec.c: Likewise.
17675 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17676 line numbers.
17677
17678 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17679
17680 * gdb.base/ending-run.c: Add eye-catchers.
17681 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17682 literal line numbers.
17683
17684 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.base/call-rt-st.c: Add eye-catchers.
17687 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17688 literal line numbers.
17689
17690 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17691
17692 * gdb.base/call-ar-st.c: Add eye-catchers.
17693 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17694 literal line numbers.
17695
17696 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17697
17698 * gdb.base/average.c: Add eye-catchers.
17699 * gdb.base/sum.c: Likewise.
17700 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17701 regexps dynamically.
17702
17703 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17704
17705 * gdb.base/solib1.c: Add eye-catchers.
17706 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17707 literal line numbers.
17708
17709 2014-11-12 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17712 leader has exited.
17713
17714 2014-11-12 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.arch/i386-bp_permanent.c: New file.
17717 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17718 (srcfile): Set to i386-bp_permanent.c.
17719 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17720 that stepi does not execute the 'leave' instruction, instead of
17721 testing it does execute.
17722 * gdb.base/bp-permanent.c: New file.
17723 * gdb.base/bp-permanent.exp: New file.
17724
17725 2014-11-10 Doug Evans <xdje42@gmail.com>
17726
17727 PR symtab/17564
17728 * gdb.base/symtab-search-order.exp: New file.
17729 * gdb.base/symtab-search-order.c: New file.
17730 * gdb.base/symtab-search-order-1.c: New file.
17731 * gdb.base/symtab-search-order-shlib-1.c: New file.
17732
17733 2014-11-07 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/17511
17736 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17737 i?86-*-linux*.
17738
17739 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17740
17741 PR c++/17494
17742 * gdb.cp/pr17494.cc: New file.
17743 * gdb.cp/pr17494.exp: New file.
17744
17745 2014-11-02 Yao Qi <yao@codesourcery.com>
17746
17747 * gdb.python/python.exp: Get working directory and match the
17748 output of "set extended-prompt \\w " with it.
17749
17750 2014-10-30 Doug Evans <dje@google.com>
17751
17752 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17753 in objfiles.
17754 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17755 in progspaces.
17756
17757 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
17758
17759 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17760 * gdb.base/realname-expand.exp: Likewise.
17761 * gdb.linespec/macro-relative.exp: Likewise.
17762
17763 2014-10-29 Pedro Alves <palves@redhat.com>
17764
17765 PR gdb/17408
17766 * gdb.threads/schedlock.c (some_function): New function.
17767 (call_function): New global.
17768 (MAYBE_CALL_SOME_FUNCTION): New macro.
17769 (thread_function): Call it.
17770 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17771 and use it instead of a global counter. Adjust all callers.
17772 (get_current_thread): Use "find current thread" for test message
17773 here rather than having all callers pass down the same string.
17774 (goto_loop): New procedure, factored out from ...
17775 (my_continue): ... this.
17776 (step_ten_loops): Change parameter from test message to command to
17777 use. Adjust.
17778 (list_count): Delete global.
17779 (check_result): New procedure, factored out from duplicate top
17780 level code.
17781 (continue tests): Wrap in with_test_prefix.
17782 (test_step): New procedure, factored out from duplicate top level
17783 code.
17784 (top level): Test "step" in combination with all scheduler-locking
17785 modes. Test "next" in combination with all scheduler-locking
17786 modes, and in combination with stepping over a function call or
17787 not.
17788 * gdb.threads/next-bp-other-thread.c: New file.
17789 * gdb.threads/next-bp-other-thread.exp: New file.
17790
17791 2014-10-29 Pedro Alves <palves@redhat.com>
17792
17793 PR python/17372
17794 * gdb.python/python.exp: Test a multi-line command that spawns
17795 interactive Python.
17796 * gdb.base/multi-line-starts-subshell.exp: New file.
17797
17798 2014-10-29 Yao Qi <yao@codesourcery.com>
17799
17800 * gdb.base/fileio.exp: Make directories on host.
17801
17802 2014-10-29 Yao Qi <yao@codesourcery.com>
17803
17804 * gdb.base/fileio.c (test_write): Close the file.
17805
17806 2014-10-28 Pedro Alves <palves@redhat.com>
17807
17808 PR gdb/12623
17809 * gdb.base/sigstep.c (no_handler): New global.
17810 (main): If 'no_handler is true, set the signal handlers to
17811 SIG_IGN.
17812 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17813 with_sw_watch and no_handler parameters. Handle them.
17814 (top level) <stepping over handler when stopped at a breakpoint
17815 test>: Add a test axis for testing with a software watchpoint, and
17816 another for testing with the signal handler set to SIG_IGN.
17817 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17818 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17819
17820 2014-10-28 Pedro Alves <palves@redhat.com>
17821
17822 PR gdb/17511
17823 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17824 * gdb.base/sigstep.exp (other_handler_location): New global.
17825 (advance): Support stepping into the signal handler, and running
17826 commands while in the handler.
17827 (in_handler_map): New global.
17828 (top level): In the advance test, add combinations for getting
17829 into the handler with stepping commands, and for running commands
17830 in the handler. Add comment descripting the advancei tests.
17831
17832 2014-10-28 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/sigstep.exp: Use build_executable instead of
17835 prepare_for_testing.
17836 (top level): Move code that starts GDB, runs to main and creates a
17837 display to ...
17838 (restart): ... this new procedure.
17839 (top level): Move backtrace from signal handler test to ...
17840 (validate_backtrace): ... this new procedure.
17841 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17842 with_test_prefix. Always restart GDB.
17843 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17844 with_test_prefix. Always restart GDB. No need to delete
17845 breakpoints after the test.
17846 (test_skip_handler): Remove prefix parameter.
17847 (skip_over_handler, breakpoint_to_handler)
17848 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17849 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17850 restart GDB. No need to delete breakpoints after the test.
17851 (top level): Use foreach to call the test procedures with
17852 different commands.
17853
17854 2014-10-28 Pedro Alves <palves@redhat.com>
17855
17856 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17857 instead of GNATS numbers.
17858 * gdb.base/sigbpt.exp: Likewise.
17859 * gdb.base/siginfo.exp: Likewise.
17860 * gdb.base/sigstep.exp: Likewise.
17861
17862 2014-10-27 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.base/sigstep.c (dummy): New global.
17865 (main): Issue a couple writes to the new global.
17866 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17867 procedures.
17868 (skip_over_handler): Use test_skip_handler.
17869 (top level): Call skip_over_handler for stepi and nexti too.
17870 (breakpoint_over_handler): Use test_skip_handler.
17871 (top level): Call breakpoint_over_handler for stepi and nexti too.
17872
17873 2014-10-27 Yao Qi <yao@codesourcery.com>
17874
17875 * gdb.trace/tfile.c (adjust_function_address)
17876 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17877 function descriptor.
17878
17879 2014-10-24 Don Breazeal <donb@codesourcery.com>
17880
17881 * gdb.base/foll-fork.exp (test_follow_fork,
17882 catch_fork_child_follow): Check for updated fork messages emitted
17883 from infrun.c.
17884 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17885 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17886 vfork_and_exec_child_follow_through_step): Check for updated vfork
17887 messages emitted from infrun.c.
17888
17889 2014-10-24 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.base/corefile.exp: Remove references to ultrix.
17892 * gdb.base/interrupt.exp: Likewise.
17893 * gdb.base/whatis.exp: Likewise.
17894 * gdb.gdb/selftest.exp: Likewise.
17895 * gdb.threads/manythreads.exp: Likewise.
17896 * gdb.threads/print-threads.exp: Likewise.
17897 * gdb.threads/pthreads.exp:: Likewise.
17898 * gdb.threads/schedlock.exp: Likewise.
17899
17900 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17901
17902 * gdb.cp/non-trivial-retval.cc: Add a test case.
17903 * gdb.cp/non-trivial-retval.exp: Add a test.
17904
17905 2014-10-20 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17908 * gdb.python/py-objfile-script-gdb.py: New file.
17909 * gdb.python/py-objfile-script.exp: Update reference to
17910 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17911 of remote_download. Remove the dest file.
17912
17913 2014-10-20 Yao Qi <yao@codesourcery.com>
17914
17915 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17916 * gdb.base/step-line.exp: Likewise.
17917 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17918 * gdb.dwarf2/dw2-basic.exp: Likewise.
17919 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17920 * gdb.dwarf2/dw2-filename.exp: Likewise.
17921 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17922 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17923 * gdb.dwarf2/dw2-producer.exp: Likewise.
17924 * gdb.dwarf2/mac-fileno.exp: Likewise.
17925 * gdb.python/py-frame-args.exp: Likewise.
17926 * gdb.python/py-framefilter.exp: Likewise.
17927 * gdb.python/py-mi.exp: Likewise.
17928 * gdb.python/py-objfile-script.exp: Likewise
17929 * gdb.python/py-pp-integral.exp: Likewise.
17930 * gdb.python/py-pp-re-notag.exp: Likewise.
17931 * gdb.python/py-prettyprint.exp: Likewise.
17932 * gdb.python/py-section-script.exp: Likewise.
17933 * gdb.python/py-typeprint.exp: Likewise.
17934 * gdb.python/py-xmethods.exp: Likewise.
17935 * gdb.stabs/weird.exp: Likewise.
17936 * gdb.xml/tdesc-regs.exp: Likewise.
17937
17938 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17939
17940 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17941 (out_cu): Use addr_len for the size of addresses.
17942 (out_line): Likewise. Size DW_LNE_set_address instruction
17943 according to addr_len.
17944 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17945 (FUNC): Add START_INSNS to definition.
17946
17947 2014-10-18 Yao Qi <yao@codesourcery.com>
17948
17949 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17950 gdb_has_argv0 return true.
17951 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17952 check [target_info exists noargs], check [gdb_has_argv0]
17953 instead.
17954 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17955 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17956 procedures.
17957
17958 2014-10-17 Doug Evans <dje@google.com>
17959
17960 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17961 event.
17962 * gdb.python/py-events.py: Add clear_objfiles event.
17963
17964 2014-10-17 Doug Evans <dje@google.com>
17965
17966 * gdb.python/py-objfile.exp: Test progspace attribute.
17967
17968 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
17969
17970 * gdb.guile/scm-breakpoint.exp: Do not assume any
17971 directory separators when matching source file paths.
17972 * gdb.python/py-breakpoint.exp: Likewise.
17973 * gdb.reverse/break-precsave.exp: Likewise.
17974 * gdb.reverse/break-reverse.exp: Likewise.
17975 * gdb.reverse/consecutive-precsave.exp: Likewise.
17976 * gdb.reverse/finish-precsave.exp: Likewise.
17977 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17978 * gdb.reverse/finish-reverse.exp: Likewise.
17979 * gdb.reverse/i386-precsave.exp: Likewise.
17980 * gdb.reverse/i387-env-reverse.exp: Likewise.
17981 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17982 * gdb.reverse/machinestate-precsave.exp: Likewise.
17983 * gdb.reverse/machinestate.exp: Likewise.
17984 * gdb.reverse/sigall-precsave.exp: Likewise.
17985 * gdb.reverse/solib-precsave.exp: Likewise.
17986 * gdb.reverse/step-precsave.exp: Likewise.
17987 * gdb.reverse/until-precsave.exp: Likewise.
17988 * gdb.reverse/watch-precsave.exp: Likewise.
17989 * gdb.reverse/watch-reverse.exp: Likewise.
17990
17991 2014-10-17 Yao Qi <yao@codesourcery.com>
17992
17993 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17994 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17995
17996 2014-10-17 Pedro Alves <palves@redhat.com>
17997
17998 PR gdb/17471
17999 * gdb.base/bg-execution-repeat.c: New file.
18000 * gdb.base/bg-execution-repeat.exp: New file.
18001
18002 2014-10-17 Pedro Alves <palves@redhat.com>
18003
18004 PR gdb/17300
18005 * gdb.base/continue-all-already-running.c: New file.
18006 * gdb.base/continue-all-already-running.exp: New file.
18007
18008 2014-10-17 Pedro Alves <palves@redhat.com>
18009
18010 PR gdb/17472
18011 * gdb.base/annota-input-while-running.c: New file.
18012 * gdb.base/annota-input-while-running.exp: New file.
18013
18014 2014-10-17 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/callfuncs.exp: emove references to osf.
18017 * gdb.base/sigall.exp: Likewise.
18018 * gdb.gdb/selftest.exp: Likewise.
18019 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18020 * gdb.mi/non-stop.c: Likewise.
18021 * gdb.mi/pthreads.c: Likewise.
18022 * gdb.reverse/sigall-precsave.exp: Likewise.
18023 * gdb.reverse/sigall-reverse.exp: Likewise.
18024 * gdb.threads/pthreads.c: Likewise.
18025 * gdb.threads/pthreads.exp: Likewise.
18026
18027 2014-10-17 Yao Qi <yao@codesourcery.com>
18028
18029 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18030 check 'target_info exists noargs'.
18031 (test_command_prompt_position): Likewise.
18032 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18033 Remove "set args".
18034 (progvar_simple_while_test): Likewise.
18035 (progvar_complex_if_while_test): Likewise.
18036 (if_while_breakpoint_command_test): Likewise.
18037 (infrun_breakpoint_command_test): Likewise.
18038 (breakpoint_command_test): Likewise.
18039 (watchpoint_command_test): Likewise.
18040 (bp_deleted_in_command_test): Likewise.
18041 (temporary_breakpoint_commands): Likewise.
18042
18043 2014-10-16 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.base/remotetimeout.exp: Remove noargs checking.
18046
18047 2014-10-15 Pedro Alves <palves@redhat.com>
18048
18049 PR breakpoints/9649
18050 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18051 * gdb.base/breakpoint-in-ro-region.exp
18052 (probe_target_hardware_step): New procedure.
18053 (top level): Probe hardware stepping and hardware breakpoint
18054 support. Test stepping through a read-only region, with both
18055 "breakpoint auto-hw" on and off and both "always-inserted" on and
18056 off.
18057
18058 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18059
18060 * gdb.dlang/demangle.exp: Update for demangling changes.
18061
18062 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18063
18064 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18065 * gdb.cp/non-trivial-retval.exp: Add new tests.
18066
18067 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18068
18069 PR c++/13403
18070 PR c++/15154
18071 * gdb.cp/non-trivial-retval.cc: New file.
18072 * gdb.cp/non-trivial-retval.exp: New file.
18073
18074 2014-10-15 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18077 remote host.
18078
18079 2014-10-15 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.python/py-symbol.exp: Match file base name if host is
18082 remote, otherwise match file name with dir name.
18083 * gdb.python/py-symtab.exp: Likewise.
18084 * gdb.python/python.exp: Likewise.
18085
18086 2014-10-15 Yao Qi <yao@codesourcery.com>
18087
18088 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18089 pattern.
18090 * gdb.python/py-symtab.exp: Likewise.
18091 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18092 locationn.
18093
18094 2014-10-14 Joel Brobecker <brobecker@adacore.com>
18095
18096 * gdb.ada/addr_arith: New testcase.
18097
18098 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18099
18100 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18101 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18102 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18103 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18104
18105 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18106
18107 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18108 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18109 * gdb.arch/stap-eval-lang-ada.exp: New file.
18110
18111 2014-10-14 Yao Qi <yao@codesourcery.com>
18112
18113 * gdb.mi/mi-var-child.c (nothing1): New function.
18114 (nothing2): New function.
18115 (do_children_tests): Set function pointers by nothing1 and
18116 nothing2.
18117 * gdb.mi/mi-var-child.exp: Step over new added statements.
18118 Update test to match the new output.
18119 * gdb.mi/var-cmd.c (nothing1): New function.
18120 (nothing2): New function.
18121 (do_children_tests): Set function pointers by nothing1 and
18122 nothing2.
18123 * gdb.mi/mi-var-display.exp: Update test to match output.
18124 Step to the line specified by $line_dct_nothing.
18125 Increase the number of lines to step.
18126
18127 2014-10-14 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18130 tests.
18131 * gdb.mi/mi2-var-child.exp: Likewise.
18132
18133 2014-10-13 Doug Evans <dje@google.com>
18134
18135 * gdb.python/py-objfile.exp: Change name of file name test.
18136
18137 2014-10-13 Doug Evans <dje@google.com>
18138
18139 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18140 from the start of the CU.
18141
18142 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18143 Yao Qi <yao@codesourcery.com>
18144
18145 Fix "save breakpoints" for "catch" command.
18146 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18147 Remove -nonewline. Match also the added "main" line.
18148
18149 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 Fix "save breakpoints" for "disable $bpnum" command.
18152 * gdb.base/save-bp.c (main): Add label.
18153 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18154
18155 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18156
18157 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18158
18159 2014-10-11 Yao Qi <yao@codesourcery.com>
18160
18161 * gdb.server/server-kill.exp: Execute command
18162 "set remote trace-status-packet on" before "tstatus".
18163
18164 2014-10-11 Yao Qi <yao@codesourcery.com>
18165
18166 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18167 (main): Call getppid.
18168 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18169 and continue to it. Read variable "server_pid".
18170
18171 2014-10-11 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18174
18175 2014-10-11 Yao Qi <yao@codesourcery.com>
18176
18177 * gdb.threads/thread-find.exp: Don't execute command
18178 "info threads".
18179 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18180 * gdb.threads/linux-dp.exp: Don't check the condition
18181 $threads_created equals to zero.
18182
18183 2014-10-10 Pedro Alves <palves@redhat.com>
18184
18185 * gdb.base/bigcore.exp: Remove references to IRIX.
18186 * gdb.base/funcargs.exp: Likewise.
18187 * gdb.base/interrupt.exp: Likewise.
18188 * gdb.base/mips_pro.exp: Likewise.
18189 * gdb.base/nodebug.exp: Likewise.
18190 * gdb.base/setvar.exp: Likewise.
18191 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18192
18193 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18194 Pedro Alves <palves@redhat.com>
18195
18196 PR symtab/14466
18197 * gdb.base/vdso-warning.c: New file.
18198 * gdb.base/vdso-warning.exp: New file.
18199
18200 2014-10-02 Doug Evans <dje@google.com>
18201
18202 * gdb.base/structs.c (main): Don't run forever.
18203
18204 2014-10-02 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18207 (top level) <stop threads 1, stop threads 2>: Use it.
18208
18209 2014-10-02 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.threads/break-while-running.exp (test): Add new
18212 'update_thread_list' argument. Skip "info threads" if false.
18213 (top level): Add new 'update_thread_list' axis.
18214
18215 2014-10-02 Pedro Alves <palves@redhat.com>
18216
18217 PR breakpoints/17431
18218 * gdb.base/execl-update-breakpoints.c: New file.
18219 * gdb.base/execl-update-breakpoints.exp: New file.
18220
18221 2014-10-01 Pedro Alves <palves@redhat.com>
18222
18223 * gdb.base/breakpoint-in-ro-region.c: New file.
18224 * gdb.base/breakpoint-in-ro-region.exp: New file.
18225
18226 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18227
18228 * gdb.mi/mi-exit-code.exp: New file.
18229 * gdb.mi/mi-exit-code.c: New file.
18230
18231 2014-09-30 Yao Qi <yao@codesourcery.com>
18232
18233 * lib/prelink-support.exp (build_executable_own_libs): Error if
18234 the target isn't native.
18235
18236 2014-09-30 Yao Qi <yao@codesourcery.com>
18237
18238 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18239 false.
18240
18241 2014-09-22 Pedro Alves <palves@redhat.com>
18242
18243 * gdb.threads/break-while-running.exp: New file.
18244 * gdb.threads/break-while-running.c: New file.
18245
18246 2014-09-19 Yao Qi <yao@codesourcery.com>
18247
18248 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18249 Invoke test. Restart GDB with --readnow and invoke test again.
18250
18251 2014-09-19 Yao Qi <yao@codesourcery.com>
18252
18253 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18254 proc set_breakpoint_on_gcd_function. Invoke
18255 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18256 invoke set_breakpoint_on_gcd_function again.
18257
18258 2014-09-18 Doug Evans <dje@google.com>
18259
18260 * gdb.dwarf2/symtab-producer.exp: New file.
18261
18262 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18263
18264 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18265 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18266 * gdb.base/global-var-nested-by-dso.c: Likewise.
18267 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18268
18269 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18270 Pedro Alves <palves@redhat.com>
18271
18272 * gdb.base/watch-bitfields.exp: Pass string other than test file
18273 name to prepare_for_testing.
18274 (watch): New procedure.
18275 (expect_watchpoint): Use with_test_prefix.
18276 (top level): Factor out tests to ...
18277 (test_watch_location, test_regular_watch): ... these new
18278 procedures, and use with_test_prefix and gdb_continue_to_end.
18279
18280 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18281
18282 PR breakpoints/12526
18283 * gdb.base/watch-bitfields.exp: New file.
18284 * gdb.base/watch-bitfields.c: New file.
18285
18286 2014-09-16 Pedro Alves <palves@redhat.com>
18287
18288 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18289 software and hardware addresses, not software address against
18290 itself.
18291
18292 2014-09-16 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18295 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18296
18297 2014-09-16 Pedro Alves <palves@redhat.com>
18298
18299 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18300 files.
18301 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18302 "*-*-vxworks*" throughout.
18303 * gdb.base/break.exp: Likewise.
18304 * gdb.base/default.exp: Likewise.
18305 * gdb.base/scope.exp: Likewise.
18306 * gdb.base/sepdebug.exp: Likewise.
18307 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18308 throughout.
18309 * gdb.base/run.c: Likewise.
18310 * gdb.base/sepdebug.c: Likewise.
18311 * gdb.hp/gdb.aCC/run.c: Likewise.
18312 * gdb.reverse/until-reverse.c: Likewise.
18313 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18314
18315 2014-09-16 Yao Qi <yao@codesourcery.com>
18316
18317 * boards/local-remote-host-native.exp: New file.
18318
18319 2014-09-14 Doug Evans <xdje42@gmail.com>
18320
18321 * gdb.threads/queue-signal.c (thread_count): New variable.
18322 (thread_count_mutex, thread_count_condvar): New variables.
18323 (incr_thread_count, wait_all_threads_running): New functions.
18324 (main): Wait for all threads to be in their thread functions.
18325
18326 2014-09-13 Doug Evans <xdje42@gmail.com>
18327
18328 * gdb.threads/queue-signal.c: New file.
18329 * gdb.threads/queue-signal.exp: New file.
18330
18331 2014-09-13 Doug Evans <xdje42@gmail.com>
18332
18333 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18334 be consistent with what default_gdb_init uses.
18335 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18336 the plain text of the prompt. Add some logging printfs.
18337 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18338
18339 2014-09-12 Pedro Alves <palves@redhat.com>
18340
18341 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18342 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18343 * gdb.arch/i386-size-overlap.exp: Likewise.
18344 * gdb.arch/i386-size.exp: Likewise.
18345 * gdb.arch/i386-unwind.exp: Likewise.
18346 * gdb.base/a2-run.exp: Likewise.
18347 * gdb.base/break.exp: Likewise.
18348 * gdb.base/charset.exp: Likewise.
18349 * gdb.base/chng-syms.exp: Likewise.
18350 * gdb.base/commands.exp: Likewise.
18351 * gdb.base/dbx.exp: Likewise.
18352 * gdb.base/find.exp: Likewise.
18353 * gdb.base/funcargs.exp: Likewise.
18354 * gdb.base/jit-simple.exp: Likewise.
18355 * gdb.base/reread.exp: Likewise.
18356 * gdb.base/sepdebug.exp: Likewise.
18357 * gdb.base/step-bt.exp: Likewise.
18358 * gdb.cp/mb-inline.exp: Likewise.
18359 * gdb.cp/mb-templates.exp: Likewise.
18360 * gdb.objc/basicclass.exp: Likewise.
18361 * gdb.threads/killed.exp: Likewise.
18362
18363 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18364
18365 PR tdep/17379
18366 * gdb.arch/powerpc-stackless.S: New file.
18367 * gdb.arch/powerpc-stackless.exp: New file.
18368
18369 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 * gdb.base/attach.c: Include unistd.h.
18372 (main): Call alarm. Add label postloop.
18373 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18374 gdb_breakpoint, gdb_continue_to_breakpoint.
18375 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18376
18377 2014-09-11 Pedro Alves <palves@redhat.com>
18378
18379 PR gdb/17347
18380 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18381 * gdb.base/attach.exp (test_command_line_attach_run): New
18382 procedure.
18383 (top level): Call it.
18384
18385 2014-09-11 Pedro Alves <palves@redhat.com>
18386
18387 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18388 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18389 (do_command_attach_tests): Use spawn_wait_for_attach.
18390 * gdb.base/solib-overlap.exp: Likewise.
18391 * gdb.multi/multi-attach.exp: Likewise.
18392 * gdb.python/py-prompt.exp: Likewise.
18393 * gdb.python/py-sync-interp.exp: Likewise.
18394 * gdb.server/ext-attach.exp: Likewise.
18395
18396 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18397
18398 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18399 command in testcase. Simplify testcase.
18400
18401 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18402
18403 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18404
18405 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18406
18407 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18408
18409 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18410
18411 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18412
18413 2014-09-10 Joel Brobecker <brobecker@adacore.com>
18414
18415 * gdb.dwarf2/dynarr-ptr.c: New file.
18416 * gdb.dwarf2/dynarr-ptr.exp: New file.
18417
18418 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18419
18420 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18421 of 30 rather than hardcoding 120 for a slow test case. Take the
18422 `gdb,timeout' target setting into account for this calculation.
18423 Don't extend the timeout for the test cases that don't need it.
18424
18425 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18426
18427 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18428 a factor of 2 for a slow test case. Take the `gdb,timeout'
18429 target setting into account for this calculation.
18430 * gdb.reverse/until-precsave.exp: Increase the timeout by
18431 a factor of 15 and 3 respectively rather than adding 120
18432 for a pair of slow test cases. Take the `gdb,timeout'
18433 target setting into account for this calculation.
18434
18435 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18436
18437 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18438 timeout, don't pass one down to gdb_expect.
18439 (gdb_expect): Rework timeout selection.
18440
18441 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18442
18443 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18444 exception on timeout.
18445 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18446 (gdbserver_start_extended): Catch any `gdbserver_start' error
18447 exceptions.
18448 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18449 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18450 `gdbserver_gdb_load' error exceptions.
18451
18452 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18453
18454 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18455 120 on waiting for the TCP socket to open.
18456
18457 2014-09-09 Doug Evans <xdje42@gmail.com>
18458
18459 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18460 _caller_matches, _any_caller_is, _any_caller_matches.
18461
18462 2014-09-09 Doug Evans <xdje42@gmail.com>
18463
18464 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18465
18466 2014-09-09 Yao Qi <yao@codesourcery.com>
18467
18468 * gdb.mi/mi-var-display.exp: Set print symbol off.
18469
18470 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18471
18472 PR gdb/17035
18473 * gdb.base/commands.exp: Add tests to verify user-defined
18474 commands with empty bodies.
18475 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18476 python commands in `show user command`.
18477 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18478 scheme commands in `show user command`.
18479
18480 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18481
18482 PR python/17355
18483 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18484 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18485 * gdb.python/py-framefilter-invalidarg.exp: New file.
18486 * gdb.python/py-framefilter-invalidarg.py: New file.
18487
18488 2014-09-06 Doug Evans <xdje42@gmail.com>
18489
18490 PR 15276
18491 * gdb.python/py-caller-is.c: New file.
18492 * gdb.python/py-caller-is.exp: New file.
18493
18494 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18495
18496 PR gdb/17235
18497 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18498 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18499
18500 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18501
18502 PR fortran/17237
18503 * gdb.fortran/print-formatted.exp: New file.
18504 * gdb.fortran/print-formatted.f90: Likewise.
18505
18506 2014-09-03 Sasha Smundak <asmundak@google.com>
18507
18508 * gdb.python/py-frame.exp: Test Frame.read_register.
18509
18510 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18511
18512 PR python/16699
18513 * gdb.python/py-completion.exp: New file.
18514 * gdb.python/py-completion.py: Likewise.
18515
18516 2014-08-28 Doug Evans <dje@google.com>
18517
18518 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18519 eax,etc. are live with values set by gdb and thus the compiler can't
18520 use them.
18521 * gdb.arch/i386-pseudo.c (main): Ditto.
18522
18523 2014-08-27 Doug Evans <dje@google.com>
18524
18525 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18526
18527 2014-08-25 Doug Evans <dje@google.com>
18528
18529 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18530 (main): Ditto.
18531
18532 2014-08-25 Doug Evans <dje@google.com>
18533
18534 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18535
18536 2014-08-24 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18539 symbol off.
18540 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18541
18542 2014-08-22 Doug Evans <dje@google.com>
18543
18544 PR 17276
18545 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18546 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18547 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18548
18549 2014-08-22 Yao Qi <yao@codesourcery.com>
18550
18551 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18552 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18553 * gdb.python/python.exp: Likewise. Use .py file on the host
18554 instead of the build.
18555
18556 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18557
18558 * gdb.threads/gcore-stale-thread.c: New file.
18559 * gdb.threads/gcore-stale-thread.exp: New file.
18560
18561 2014-08-21 Pedro Alves <palves@redhat.com>
18562
18563 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18564 * gdb.base/gcore-relro-pie.exp: Likewise.
18565 * gdb.base/gcore-relro.exp: Likewise.
18566 * gdb.base/gcore.exp: Likewise.
18567 * gdb.base/print-symbol-loading.exp: Likewise.
18568 * gdb.threads/gcore-thread.exp: Likewise.
18569 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18570
18571 2014-08-20 Pedro Alves <palves@redhat.com>
18572 Jan Kratochvil <jan.kratochvil@redhat.com>
18573
18574 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18575 configure.
18576 (EXPECT): Handle READ1 being set.
18577 (all): Depend on EXTRA_RULES.
18578 (check-read1, expect-read1, read1.so, read1): New rules.
18579 * README (Testsuite Parameters): Document the READ1 make variable.
18580 (Race detection): New section.
18581 * configure: Regenerate.
18582 * configure.ac: If build==host==target, and running under a
18583 GNU/glibc system, add read1 to the extra Makefile rules.
18584 (EXTRA_RULES): AC_SUBST it.
18585 * lib/read1.c: New file.
18586
18587 2014-08-20 Joel Brobecker <brobecker@adacore.com>
18588
18589 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18590 the handling of variables declared as a typedef to an array
18591 which a DW_AT_data_location attribute.
18592
18593 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
18594 Pedro Alves <palves@redhat.com>
18595
18596 PR symtab/14604
18597 PR symtab/14605
18598 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18599 gdb_test.
18600
18601 2014-08-19 Pedro Alves <palves@redhat.com>
18602
18603 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18604
18605 2014-08-19 Yao Qi <yao@codesourcery.com>
18606
18607 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18608 right line.
18609
18610 2014-08-18 David Blaikie <dblaikie@gmail.com>
18611
18612 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18613
18614 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18617 attribute in array range.
18618
18619 2014-08-18 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18622
18623 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18624
18625 PR c++/17132
18626 * gdb.cp/pr17132.cc: New file.
18627 * gdb.cp/pr17132.exp: New file.
18628
18629 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18630
18631 * gdb.python/py-xmethods.py (A_getarrayind)
18632 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18633 Use 'print' with function call syntax.
18634 (E_method_matcher.match): Fix tab vs space indentation mixup.
18635
18636 2014-08-15 Yao Qi <yao@codesourcery.com>
18637
18638 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18639 false.
18640
18641 2014-08-15 Yao Qi <yao@codesourcery.com>
18642
18643 * gdb.cp/casts.exp: Set print symbol off.
18644 * gdb.cp/class2.exp: Likewise.
18645 * gdb.cp/overload.exp: Likewise.
18646 * gdb.cp/templates.exp: Likewise.
18647
18648 2014-08-11 Doug Evans <dje@google.com>
18649
18650 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18651 (test_load_shlib): Update.
18652
18653 2014-08-09 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/display.exp: Invoke is_address_zero_readable.
18656 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18657 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18658 * gdb.base/hbreak-unmapped.exp: Return if
18659 is_address_zero_readable returns true.
18660 * gdb.base/signest.exp: Likewise.
18661 * gdb.base/signull.exp: Likewise.
18662 * gdb.base/sigbpt.exp: Likewise.
18663 * gdb.guile/scm-disasm.exp: Do the test if
18664 is_address_zero_readable returns false.
18665 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18666 * gdb.python/py-arch.exp: Likewise.
18667 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18668 * lib/gdb.exp (is_address_zero_readable): New proc.
18669
18670 2014-08-09 Yao Qi <yao@codesourcery.com>
18671
18672 PR testsuite/13443
18673 * gdb.mi/mi-var-display.exp: Make test messages unique.
18674
18675 2014-08-04 Tom Tromey <tromey@redhat.com>
18676
18677 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18678 target 0".
18679
18680 2014-08-04 Tom Tromey <tromey@redhat.com>
18681
18682 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18683 "target_resume".
18684
18685 2014-08-01 Joel Brobecker <brobecker@adacore.com>
18686
18687 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18688 inner_vla_struct_object_size.
18689 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18690 as xfail.
18691
18692 2014-07-30 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18695 comment.
18696
18697 2014-07-29 Yao Qi <yao@codesourcery.com>
18698
18699 PR gdb/17206
18700 * gdb.base/until-nodebug.exp: New.
18701
18702 2014-07-28 Doug Evans <xdje42@gmail.com>
18703
18704 PR guile/17203
18705 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18706 previously existing parameter, and previously ambiguously spelled
18707 parameter.
18708
18709 2014-07-28 Will Newton <will.newton@linaro.org>
18710
18711 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18712
18713 2014-07-26 Ludovic Courtès <ludo@gnu.org>
18714 Doug Evans <xdje42@gmail.com>
18715
18716 PR guile/17146
18717 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18718
18719 2014-07-25 Pedro Alves <palves@redhat.com>
18720
18721 * gdb.threads/signal-command-handle-nopass.c: New file.
18722 * gdb.threads/signal-command-handle-nopass.exp: New file.
18723 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18724 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18725 * gdb.threads/signal-delivered-right-thread.c: New file.
18726 * gdb.threads/signal-delivered-right-thread.exp: New file.
18727
18728 2014-07-25 Pedro Alves <palves@redhat.com>
18729
18730 * gdb.base/double-prompt-target-event-error.exp
18731 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18732 match.
18733 (cancel_pagination_in_target_event): Rework double prompt
18734 detection.
18735 * gdb.base/paginate-after-ctrl-c-running.exp
18736 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18737 <return>' match.
18738 * gdb.base/paginate-bg-execution.exp
18739 (test_bg_execution_pagination_return)
18740 (test_bg_execution_pagination_cancel): Remove '-notransfer
18741 <return>' matches.
18742 * gdb.base/paginate-execution-startup.exp
18743 (test_fg_execution_pagination_return)
18744 (test_fg_execution_pagination_cancel): Remove '-notransfer
18745 <return>' matches.
18746 * gdb.base/paginate-inferior-exit.exp
18747 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18748 match.
18749 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18750 * lib/gdb.exp (pagination_prompt): Run text through
18751 string_to_regexp.
18752 (gdb_test_multiple): Match $pagination_prompt instead of
18753 "<return>".
18754 (string_to_regexp): Move to lib/gdb-utils.exp.
18755
18756 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18757
18758 * gdb.arch/amd64-entry-value-paramref.S: New file.
18759 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18760 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18761 * gdb.arch/amd64-optimout-repeat.S: New file.
18762 * gdb.arch/amd64-optimout-repeat.c: New file.
18763 * gdb.arch/amd64-optimout-repeat.exp: New file.
18764
18765 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18766
18767 PR gdb/17170
18768 * gdb.base/statistics.exp: New file.
18769
18770 2014-07-17 Doug Evans <dje@google.com>
18771
18772 PR gdb/17170
18773 * gdb.base/maint.exp: Update testing of per-command stats.
18774
18775 2014-07-16 Pedro Alves <palves@redhat.com>
18776
18777 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18778 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18779 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18780 (tfile_write_buf): New functions.
18781 (add_memory_block): Rewrite using the above.
18782 (adjust_function_address): New function.
18783 (FUNCTION_ADDRESS): New macro.
18784 (write_basic_trace_file): Remove short_x local, and use
18785 tfile_write_16. Change type of func_addr local to unsigned long
18786 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18787 here. Cast argument of add_memory_block to char pointer.
18788 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18789 (main): Remove parameters.
18790 * gdb.trace/tfile.exp: Remove nowarnings.
18791
18792 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18793
18794 * gdb.base/debug-expr.exp: Test string evaluation with
18795 "debug expression" on.
18796
18797 2014-07-15 Pedro Alves <palves@redhat.com>
18798
18799 * gdb.base/reread.exp: Use clean_restart.
18800
18801 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18802
18803 * gdb.arch/avr-flash-qualifer.c: New.
18804 * gdb.arch/avr-flash-qualifer.exp: New.
18805
18806 2014-07-14 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18809 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18810
18811 2014-07-14 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/double-prompt-target-event-error.c: New file.
18814 * gdb.base/double-prompt-target-event-error.exp: New file.
18815
18816 2014-07-14 Pedro Alves <palves@redhat.com>
18817
18818 PR gdb/17072
18819 * gdb.base/paginate-inferior-exit.c: New file.
18820 * gdb.base/paginate-inferior-exit.exp: New file.
18821
18822 2014-07-14 Pedro Alves <palves@redhat.com>
18823
18824 PR gdb/17072
18825 * gdb.base/paginate-bg-execution.c: New file.
18826 * gdb.base/paginate-bg-execution.exp: New file.
18827
18828 2014-07-14 Pedro Alves <palves@redhat.com>
18829
18830 PR gdb/17072
18831 * gdb.base/paginate-execution-startup.c: New file.
18832 * gdb.base/paginate-execution-startup.exp: New file.
18833 * lib/gdb.exp (pagination_prompt): New global.
18834 (default_gdb_spawn): New procedure, factored out from
18835 default_gdb_spawn.
18836 (default_gdb_start): Adjust to call default_gdb_spawn.
18837 (gdb_spawn): New procedure.
18838
18839 2014-07-14 Pedro Alves <palves@redhat.com>
18840
18841 * lib/gdb.exp (gdb_assert): New procedure.
18842 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18843
18844 2014-07-14 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/execution-termios.c: New file.
18847 * gdb.base/execution-termios.exp: New file.
18848
18849 2014-07-14 Tom Tromey <tromey@redhat.com>
18850
18851 * gdb.cp/vla-cxx.cc: New file.
18852 * gdb.cp/vla-cxx.exp: New file.
18853
18854 2014-07-14 Tom Tromey <tromey@redhat.com>
18855
18856 * gdb.reverse/rerun-prec.c: New file.
18857 * gdb.reverse/rerun-prec.exp: New file.
18858
18859 2014-07-12 Maciej W. Rozycki <macro@mips.com>
18860 Maciej W. Rozycki <macro@codesourcery.com>
18861
18862 * lib/gdb-utils.exp: New file.
18863 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18864 inline `gdb_init_command' processing.
18865 (gdb_start_cmd): Likewise.
18866 * lib/mi-support.exp (mi_run_cmd): Likewise.
18867 * README: Document `gdb_init_command' and `gdb_init_commands'.
18868
18869 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18870
18871 Fix false FAIL running under a very long directory name.
18872 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18873 and "set print elements 10000". Twice.
18874
18875 2014-07-11 Yao Qi <yao@codesourcery.com>
18876
18877 * gdb.base/exprs.exp: "set print symbol off".
18878
18879 2014-07-11 Pedro Alves <palves@redhat.com>
18880
18881 * gdb.threads/kill.c: New file.
18882 * gdb.threads/kill.exp: New file.
18883
18884 2014-07-10 Yao Qi <yao@codesourcery.com>
18885
18886 * gdb.trace/tfile.c (write_basic_trace_file)
18887 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18888 address written to trace file.
18889
18890 2014-07-09 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.base/attach-wait-input.exp: New file.
18893 * gdb.base/attach-wait-input.c: New file.
18894
18895 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18896
18897 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18898 setting up test structures.
18899 (main): Call new test function.
18900 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18901 test function, continue into test function and walk test
18902 structures.
18903
18904 2014-07-02 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18907 'bar_start' at the beginning of functions 'foo' and 'bar'
18908 respectively.
18909 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18910 instead of 'foo' and 'bar'.
18911
18912 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18913
18914 * gdb.btrace/segv.exp: New.
18915 * gdb.btrace/segv.c: New.
18916
18917 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
18918
18919 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18920 instruction.
18921
18922 2014-06-30 Mark Wielaard <mjw@redhat.com>
18923
18924 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18925 vulture, vilify, villar): New volatile array constants.
18926 (vindictive, vegetation): New const volatile array constants.
18927 * gdb.base/volatile.exp: Test volatile and const volatile array
18928 types.
18929
18930 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18931
18932 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18933 target lacks support for awatch, rwatch, or hbreak.
18934
18935 2014-06-27 Yao Qi <yao@codesourcery.com>
18936
18937 * gdb.multi/dummy-frame-restore.exp: New.
18938 * gdb.multi/dummy-frame-restore.c: New.
18939
18940 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18941
18942 * gdb.btrace/gcore.exp: New.
18943
18944 2014-06-23 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.base/watchpoint-reuse-slot.c: New file.
18947 * gdb.base/watchpoint-reuse-slot.exp: New file.
18948
18949 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18950
18951 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18952 progspace's filename in 'info', 'enable' and 'disable' command
18953 tests.
18954
18955 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18956
18957 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18958 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18959 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18960
18961 2014-06-20 Gary Benson <gbenson@redhat.com>
18962
18963 * gdb.arch/i386-avx.exp: Fix include file location.
18964 * gdb.arch/i386-sse.exp: Likewise.
18965
18966 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18967
18968 * gdb.dlang/expression.exp: New file.
18969
18970 2014-06-19 Pedro Alves <palves@redhat.com>
18971
18972 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18973 out from ...
18974 (top level): ... here. Iterate running tests under different
18975 scheduler-locking settings.
18976
18977 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
18978
18979 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18980 to DW_FORM_addr and use non-zero addresses.
18981
18982 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18983
18984 PR gdb/17017
18985 * gdb.python/py-xmethods.cc: Add global function call counters and
18986 increment them in their respective functions. Remove "cout"
18987 statements.
18988 * gdb.python/py-xmethods.exp: Make tests check the global function
18989 call counters instead of depending on inferior IO.
18990
18991 2014-06-18 Don Breazeal <donb@codesourcery.com>
18992
18993 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18994 Deleted procedure.
18995 (explicit_fork_parent_follow): Deleted procedure.
18996 (explicit_fork_child_follow): Deleted procedure.
18997 (test_follow_fork): New procedure.
18998 (do_fork_tests): Replace calls to deleted procedures with
18999 calls to test_follow_fork and reset GDB for subsequent
19000 procedure calls.
19001
19002 2014-06-17 Yao Qi <yao@codesourcery.com>
19003
19004 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19005 CP1252.
19006
19007 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
19008
19009 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19010 Initialize ptr and S explicitly.
19011 (skip_type_update_when_not_use_rtti_test): Likewise.
19012
19013 2014-06-16 Keith Seitz <keiths@redhat.com>
19014
19015 PR mi/15863
19016 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19017 the inferior is started.
19018
19019 2014-06-16 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/break-main-file-remove-fail.c: New file.
19022 * gdb.base/break-main-file-remove-fail.exp: New file.
19023 * gdb.base/break-unload-file.exp: Use build_executable instead of
19024 prepare_for_testing.
19025 (test_break): New parameter "initial_load". Handle it.
19026 (top level): Add initial_load cmdline/file axis.
19027
19028 2014-06-12 Tom Tromey <tromey@redhat.com>
19029
19030 * gdb.base/completion.exp: Don't use directory name in test.
19031
19032 2014-06-09 Gary Benson <gbenson@redhat.com>
19033
19034 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19035 separate the always-available ANSI-standard signals from the
19036 signals that require checking.
19037 (main): Likewise.
19038 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19039 Likewise.
19040 (main): Likewise.
19041
19042 2014-06-07 Keith Seitz <keiths@redhat.com>
19043
19044 Revert:
19045 PR c++/16253
19046 * gdb.cp/var-tag.cc: New file.
19047 * gdb.cp/var-tag.exp: New file.
19048 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19049 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19050 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19051 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19052
19053 2014-06-06 Doug Evans <xdje42@gmail.com>
19054
19055 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19056
19057 2014-06-06 Pedro Alves <palves@redhat.com>
19058
19059 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19060 in target debug output instead of looking at RSP packets,
19061 disabling the test on any target that uses hardware stepping.
19062 Update comments.
19063
19064 2014-06-06 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.base/break-unload-file.exp: Fix typo.
19067
19068 2014-06-06 Yao Qi <yao@codesourcery.com>
19069
19070 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19071 from "jit_function" to "^jit_function".
19072
19073 2014-06-06 Yao Qi <yao@codesourcery.com>
19074
19075 * gdb.base/async.c (foo): Add one statement.
19076 * gdb.base/async.exp: Get the next instruction address and
19077 match the output of "nexti" by instruction address. Match
19078 the hex address in the output of "finish".
19079
19080 2014-06-06 Gary Benson <gbenson@redhat.com>
19081
19082 * gdb.base/call-signals.c: Remove preprocessor conditionals
19083 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19084 SIGSEGV and SIGTERM.
19085 * gdb.base/sigall.c: Likewise.
19086 * gdb.base/unwindonsignal.c: Likewise.
19087 * gdb.reverse/sigall-reverse.c: Likewise.
19088
19089 2014-06-06 Yao Qi <yao@codesourcery.com>
19090
19091 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19092 readable, skip the test.
19093
19094 2014-06-06 Yao Qi <yao@codesourcery.com>
19095
19096 * gdb.threads/staticthreads.c (thread_function): Move the line
19097 setting breakpoint on forward.
19098 * gdb.threads/staticthreads.exp: Update comments.
19099
19100 2014-06-05 Ludovic Courtès <ludo@gnu.org>
19101
19102 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19103 "history-append! type error".
19104
19105 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19106
19107 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19108 erroneous dprintf expected input.
19109
19110 2014-06-04 Doug Evans <xdje42@gmail.com>
19111
19112 * gdb.guile/scm-generics.exp: Delete.
19113
19114 2014-06-04 Doug Evans <xdje42@gmail.com>
19115
19116 * gdb.guile/scm-breakpoint.exp: Update.
19117 Add tests for breakpoint registration.
19118
19119 2014-06-04 Tom Tromey <tromey@redhat.com>
19120
19121 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19122 VLA-in-union.
19123 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19124 inner_vla_struct, vla_union types. Initialize objects of those
19125 types and compute their sizes.
19126
19127 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19128 Hui Zhu <hui@codesourcery.com>
19129
19130 * gdb.base/fileio.exp: Add test for shell not available as well as
19131 available.
19132 * gdb.base/fileio.c (test_system): Check for shell twice.
19133
19134 2014-06-04 Yao Qi <yao@codesourcery.com>
19135
19136 * gdb.base/auto-connect-native-target.exp: Remove redundant
19137 space from the regexp pattern.
19138
19139 2014-06-04 Yao Qi <yao@codesourcery.com>
19140
19141 * gdb.base/default.exp: Replace "child" with "native" in
19142 regexp pattern.
19143
19144 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19145
19146 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19147 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19148 * gdb.python/py-xmethods.py: Python script supporting the
19149 new testcase and tests.
19150
19151 2014-06-03 Joel Brobecker <brobecker@adacore.com>
19152 Pedro Alves <palves@redhat.com>
19153
19154 PR breakpoints/17000
19155 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19156 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19157
19158 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19159
19160 * gdb.base/subst.exp: Add tests to verify partial path matching
19161 output.
19162
19163 2014-06-03 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19166 target that doesn't use software single-stepping.
19167
19168 2014-06-03 Pedro Alves <palves@redhat.com>
19169
19170 PR breakpoints/17000
19171 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19172 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19173
19174 2014-06-02 Doug Evans <xdje42@gmail.com>
19175
19176 * gdb.guile/scm-parameter.exp: New file.
19177
19178 2014-06-02 Doug Evans <xdje42@gmail.com>
19179
19180 * gdb.guile/scm-cmd.c: New file.
19181 * gdb.guile/scm-cmd.exp: New file.
19182
19183 2014-06-02 Doug Evans <xdje42@gmail.com>
19184
19185 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19186 pretty-printer lookup.
19187 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19188 (make-pp_s-printer): Call it.
19189 (make-pretty-printer-from-dict): New function.
19190 (lookup-pretty-printer-maker-from-dict): New function.
19191 (*pretty-printer*): Simplify.
19192 (make-objfile-pp_s-printer): New function.
19193 (install-objfile-pretty-printers!): New function.
19194 (make-progspace-pp_s-printer): New function.
19195 (install-progspace-pretty-printers!): New function.
19196 * gdb.guile/scm-progspace.c: New file.
19197 * gdb.guile/scm-progspace.exp: New file.
19198
19199 2014-06-02 Pedro Alves <palves@redhat.com>
19200
19201 * gdb.base/dprintf-bp-same-addr.c: New file.
19202 * gdb.base/dprintf-bp-same-addr.exp: New file.
19203
19204 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19205
19206 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19207 * gdb.arch/powerpc-power.s: Likewise.
19208
19209 2014-06-02 Joel Brobecker <brobecker@adacore.com>
19210
19211 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19212
19213 2014-06-01 Yao Qi <yao@codesourcery.com>
19214
19215 * gdb.base/watchpoint.exp (test_watch_location): Check null
19216 pointer can be dereferenced. If not, do the test, otherwise
19217 skip it.
19218
19219 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19220
19221 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19222 results.
19223 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19224
19225 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
19226
19227 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19228 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19229 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19230 * gdb.arch/amd64-invalid-stack-top.c: New file.
19231 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19232
19233 2014-05-30 Pedro Alves <palves@redhat.com>
19234
19235 PR breakpoints/17000
19236 * gdb.base/sss-bp-on-user-bp.c: New file.
19237 * gdb.base/sss-bp-on-user-bp.exp: New file.
19238
19239 2014-05-30 David Blaikie <dblaikie@gmail.com>
19240
19241 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19242 gnu_inline semantics via attribute.
19243 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19244 source explicitly specifies the required semantics.
19245
19246 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19247
19248 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19249
19250 2014-05-29 Pedro Alves <palves@redhat.com>
19251 Tom Tromey <tromey@redhat.com>
19252
19253 * gdb.base/async-shell.exp: Don't enable target-async.
19254 * gdb.base/async.exp
19255 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19256 parameter. Adjust.
19257 (top level): Don't test with "target-async".
19258 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19259 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19260 * gdb.base/inferior-died.exp: Don't enable target-async.
19261 * gdb.base/interrupt-noterm.exp: Likewise.
19262 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19263 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19264 * gdb.mi/mi-nonstop.exp: Likewise.
19265 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19266 * gdb.mi/mi-nsintrall.exp: Likewise.
19267 * gdb.mi/mi-nsmoribund.exp: Likewise.
19268 * gdb.mi/mi-nsthrexec.exp: Likewise.
19269 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19270 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19271 * gdb.python/py-evsignal.exp: Don't enable target-async.
19272 * gdb.python/py-evthreads.exp: Likewise.
19273 * gdb.python/py-prompt.exp: Likewise.
19274 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19275 * gdb.server/solib-list.exp: Don't enable target-async.
19276 * gdb.threads/thread-specific-bp.exp: Likewise.
19277 * lib/mi-support.exp: Adjust to use mi-async.
19278
19279 2014-05-29 Pedro Alves <palves@redhat.com>
19280
19281 PR gdb/13860
19282 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19283 reason, even in sync mode.
19284
19285 2014-05-29 Pedro Alves <palves@redhat.com>
19286 Hui Zhu <hui@codesourcery.com>
19287
19288 PR PR15693
19289 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19290 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19291 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19292 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19293
19294 2014-05-28 Joel Brobecker <brobecker@adacore.com>
19295
19296 * config/monitor.exp (gdb_target_monitor): Replace use of
19297 "set remotebaud" by "set serial baud".
19298
19299 2014-05-26 Andy Wingo <wingo@igalia.com>
19300
19301 * gdb.guile/scm-breakpoint.exp:
19302 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19303 properties instead of gdb-object-properties.
19304
19305 2014-05-26 Yao Qi <yao@codesourcery.com>
19306
19307 * gdb.server/no-thread-db.exp: Specify source file name
19308 explicitly when setting a breakpoint.
19309
19310 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19311
19312 * gdb.btrace/vdso.c: New.
19313 * gdb.btrace/vdso.exp: New.
19314
19315 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19316
19317 * gdb.base/gcore.exp (capture_command_output): Move ...
19318 * lib/gdb.exp (capture_command_output): ... here.
19319
19320 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19321
19322 * gdb.btrace/data.exp: Test memory access during btrace replay.
19323
19324 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19325
19326 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19327
19328 2014-05-21 Pedro Alves <palves@redhat.com>
19329
19330 PR gdb/13860
19331 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19332 (top level): Test that output related to execution commands is
19333 sent to the console with CLI commands, but not with MI commands.
19334 Test that breakpoint events are always mirrored to the console.
19335 Also expect the new source line to be output after a "next" in
19336 async mode too. Make it a pass/fail test.
19337 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19338 output.
19339 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19340
19341 2014-05-21 Pedro Alves <palves@redhat.com>
19342
19343 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19344 Use them to test variations of "list" after reaching a breakpoint.
19345 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19346 Test "list" with listsize 10 after reaching a breakpoint.
19347 * gdb.python/python.exp (decode_line current location line
19348 number): Adjust expected line number.
19349
19350 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19351
19352 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19353 behavior for $args, pass it directly to "run".
19354
19355 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19356
19357 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19358 30000 to 65536.
19359
19360 2014-05-21 Pedro Alves <palves@redhat.com>
19361
19362 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19363 auto-connect-native-target off".
19364 * gdb.base/auto-connect-native-target.c: New file.
19365 * gdb.base/auto-connect-native-target.exp: New file.
19366
19367 2014-05-21 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/default.exp: Test "target native" instead of "target
19370 child".
19371
19372 2014-05-21 Mark Wielaard <mjw@redhat.com>
19373
19374 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19375
19376 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19377
19378 Fix TLS access for -static -pthread.
19379 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19380 <HAVE_TLS> (thread_function, main): Initialize it.
19381 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19382 Add clean_restart.
19383 <$have_tls != "">: Check TLSVAR.
19384
19385 2014-05-21 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/dcache-line-read-error.c: New.
19388 * gdb.base/dcache-line-read-error.exp: New.
19389
19390 2014-05-20 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/compare-sections.c: New file.
19393 * gdb.base/compare-sections.exp: New file.
19394
19395 2014-05-20 Pedro Alves <palves@redhat.com>
19396
19397 * gdb.base/break-idempotent.c: New file.
19398 * gdb.base/break-idempotent.exp: New file.
19399
19400 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19401
19402 * gdb.btrace/nohist.exp: New.
19403
19404 2014-05-20 Yao Qi <yao@codesourcery.com>
19405
19406 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19407 gdb.reverse directory and gdb_reverse_timeout exists in board
19408 setting.
19409 * README: Document gdb_reverse_timeout.
19410
19411 2014-05-20 Yao Qi <yao@codesourcery.com>
19412
19413 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19414 'test_file_name'. Treat args as a string instead of a list.
19415 (gdb_init): Rename argument 'args' by 'test_file_name'.
19416
19417 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19418
19419 * gdb.arch/powerpc-power.exp: New file.
19420 * gdb.arch/powerpc-power.s: New file.
19421
19422 2014-05-16 Doug Evans <dje@google.com>
19423
19424 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19425 * gdb.base/completion.exp: Check that all expected files exist
19426 before doing file completion.
19427
19428 2014-05-16 Doug Evans <dje@google.com>
19429
19430 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19431 Update.
19432 (do_syscall_tests_without_xml): Update.
19433
19434 2014-05-16 Pedro Alves <palves@redhat.com>
19435
19436 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19437 instead of "unknown output after running".
19438
19439 2014-05-16 Yao Qi <yao@codesourcery.com>
19440
19441 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19442 file1.txt from host at the end.
19443 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19444
19445 2014-05-15 Doug Evans <dje@google.com>
19446
19447 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19448 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19449 loading file. Add test for TU lookup.
19450
19451 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19452
19453 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19454 calling "-exec-arguments" or "set args" before running the
19455 inferior.
19456
19457 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19458
19459 * lib/mi-support.exp (mi_expect_stop): Expect message for
19460 inferiors that exit with non-zero exit code.
19461
19462 2014-05-14 Yao Qi <yao@codesourcery.com>
19463
19464 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19465 match absolute path on remote host.
19466 (test_file_list_exec_source_files): Remove "/" from the
19467 pattern.
19468
19469 2014-05-14 Yao Qi <yao@codesourcery.com>
19470
19471 * boards/local-remote-host-notty.exp (${board}_file): New
19472 proc.
19473
19474 2014-05-07 Kyle McMartin <kyle@redhat.com>
19475
19476 Pushed by Joel Brobecker <brobecker@adacore.com>.
19477 * gdb.arch/aarch64-atomic-inst.c: New file.
19478 * gdb.arch/aarch64-atomic-inst.exp: New file.
19479
19480 2014-05-07 Yao Qi <yao@codesourcery.com>
19481
19482 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19483 in current context" too.
19484
19485 2014-05-05 Keith Seitz <keiths@redhat.com>
19486
19487 * gdb.linespec/ls-dollar.exp: Add test for linespec
19488 file:convenience_variable.
19489
19490 2014-05-05 Yao Qi <yao@codesourcery.com>
19491
19492 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19493 traceframes into tfile and ctf trace files. Read data from
19494 trace file and test collected data.
19495 (gdb_collect_locals_test): Likewise.
19496 (gdb_unavailable_registers_test): Likewise.
19497 (gdb_unavailable_floats): Likewise.
19498 (gdb_collect_globals_test): Likewise.
19499 (top-level): Append "ctf" to trace_file_targets if GDB
19500 supports.
19501
19502 2014-05-05 Yao Qi <yao@codesourcery.com>
19503
19504 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19505 code to ...
19506 (gdb_collect_args_test_1): ... it. New proc.
19507 (gdb_collect_locals_test): Move some code to ...
19508 (gdb_collect_locals_test_1): ... it. New proc.
19509 (gdb_unavailable_registers_test): Move some code to ...
19510 (gdb_unavailable_registers_test_1): ... it. New proc.
19511 (gdb_unavailable_floats): Move some code to ...
19512 (gdb_unavailable_floats_1): ... it. New proc.
19513
19514 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19515
19516 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19517 probes to test for bitness recognition.
19518 * gdb.arch/amd64-stap-optional-prefix.exp
19519 (test_probe_value_without_reg): New procedure.
19520 Add code to test for different kinds of bitness.
19521
19522 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19523
19524 PR breakpoints/16889
19525 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19526 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19527
19528 2014-05-01 Pedro Alves <palves@redhat.com>
19529
19530 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19531 gdb_file_cmd if no file is specified.
19532 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19533 last_loaded_file to set the remote exec-file.
19534
19535 2014-05-01 Pedro Alves <palves@redhat.com>
19536
19537 * boards/local-remote-host.exp: New file.
19538
19539 2014-05-01 Pedro Alves <palves@redhat.com>
19540
19541 * boards/local-remote-host.exp: Rename to ...
19542 * boards/local-remote-host-notty.exp: ... this.
19543
19544 2014-04-28 Joel Brobecker <brobecker@adacore.com>
19545
19546 * gdb.ada/dyn_arrayidx: New testcase.
19547
19548 2014-04-26 Yao Qi <yao@codesourcery.com>
19549
19550 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19551 and compute the length of function main. Save it in
19552 $main_length.
19553 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19554 (top-level): Use gdb_compile to compile objects into
19555 executable and restart GDB. Remove invocation to
19556 prepare_for_testing.
19557
19558 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19559 Pedro Alves <palves@redhat.com>
19560
19561 PR server/16255
19562 * gdb.multi/multi-attach.c: New file.
19563 * gdb.multi/multi-attach.exp: New file.
19564
19565 2014-04-25 Pedro Alves <palves@redhat.com>
19566
19567 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19568 user.
19569 (top level): Test that "set remote conditional-breakpoints-packet
19570 off" works as intended.
19571 * gdb.base/dprintf.exp: Test that "set remote
19572 breakpoint-commands-packet off" works as intended.
19573 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19574 New function.
19575 (top level): Call it.
19576 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19577 remote fast-tracepoints-packet off" works as intended.
19578 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19579 * lib/gdb.exp (gdb_is_target_remote): ... here.
19580
19581 2014-04-24 David Blaikie <dblaikie@gmail.com>
19582
19583 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19584 ensure clang would not discard them.
19585 * gdb.base/gdbvars.c: Ditto.
19586 * gdb.base/memattr.c: Ditto.
19587 * gdb.base/whatis.c: Ditto.
19588 * gdb.python/py-prettyprint.c: Ditto.
19589 * gdb.trace/actions.c: Ditto.
19590 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19591 ensure clang would not discard it.
19592
19593 2014-04-24 David Blaikie <dblaikie@gmail.com>
19594
19595 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19596 clang to emit the full definition of type required by the test
19597 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19598
19599 2014-04-24 David Blaikie <dblaikie@gmail.com>
19600
19601 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19602 coax Clang into emitting the definition of the type.
19603 * gdb.cp/pr10728-x.h (y): Ditto.
19604 * gdb.cp/pr10728-y.cc (y): Ditto.
19605
19606 2014-04-24 David Blaikie <dblaikie@gmail.com>
19607
19608 * gdb.base/label.exp: XFAIL label related tests under Clang.
19609 * gdb.cp/cplabel.exp: Ditto.
19610 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19611 under Clang those using labels.
19612
19613 2014-04-25 Yao Qi <yao@codesourcery.com>
19614
19615 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19616 double_label.
19617 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19618 partial_label and double_label.
19619
19620 2014-04-24 David Blaikie <dblaikie@gmail.com>
19621
19622 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19623
19624 2014-04-24 David Blaikie <dblaikie@gmail.com>
19625
19626 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19627 of the function to work across GCC and Clang.
19628 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19629 pointer types (const void ** const V void **).
19630
19631 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
19632 Walfred Tedeschi <walfred.tedeschi@intel.com>
19633
19634 * Makefile.in (EXECUTABLES): Added i386-avx512.
19635 * gdb.arch/i386-avx512.c: New file.
19636 * gdb.arch/i386-avx512.exp: Likewise.
19637
19638 2014-04-23 Keith Seitz <keiths@redhat.com>
19639
19640 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19641 (mi_make_breakpoint_table): New procedure.
19642 (mi_create_breakpoint): Use mi_make_breakpoint
19643 and return the result.
19644 (mi_make_breakpoint): New procedure.
19645 (mi_build_kv_pairs): New procedure.
19646
19647 * gdb.mi/mi-break.exp: Remove unused globals,
19648 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19649 All callers updated.
19650 * gdb.mi/mi-dprintf.exp: Use variable to track command
19651 number.
19652 Update all callers of mi_create_breakpoint and use
19653 mi_make_breakpoint_table.
19654 Remove any unused global variables.
19655 * gdb.mi/mi-nonstop.exp: Likewise.
19656 * gdb.mi/mi-nsintrall.exp: Likewise.
19657 * gdb.mi/mi-nsmoribund.exp: Likewise.
19658 * gdb.mi/mi-nsthrexec.exp: Likewise.
19659 * gdb.mi/mi-reverse.exp: Likewise.
19660 * gdb.mi/mi-simplerun.exp: Likewise.
19661 * gdb.mi/mi-stepn.exp: Likewise.
19662 * gdb.mi/mi-syn-frame.exp: Likewise.
19663 * gdb.mi/mi-until.exp: Likewise.
19664 * gdb.mi/mi-var-cp.exp: Likewise.
19665 * gdb.mi/mi-var-display.exp: Likewise.
19666 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19667 * gdb.mi/mi2-var-child.exp: Likewise.
19668 * gdb.mi/mi-vla-c99.exp: Likewise.
19669 * lib/mi-support.exp: Likewise.
19670
19671 From Ian Lance Taylor <iant@cygnus.com>:
19672 * lib/gdb.exp (parse_args): New procedure.
19673
19674 2014-04-23 Pedro Alves <palves@redhat.com>
19675
19676 * gdb.base/break-unload-file.c: New file.
19677 * gdb.base/break-unload-file.exp: New file.
19678 * gdb.base/sym-file-lib.c (baz): New function.
19679 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19680 field.
19681 (load): Store the segment's mapped size.
19682 (unload): New function.
19683 (unload_shlib): New function.
19684 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19685 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19686 set a breakpoint at baz, and call it.
19687 * gdb.base/sym-file.exp: New tests for stale breakpoint
19688 instructions.
19689
19690 2014-04-23 Pedro Alves <palves@redhat.com>
19691
19692 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19693 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19694 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19695 * gdb.base/hbreak-unmapped.c: New file.
19696 * gdb.base/hbreak-unmapped.exp: New file.
19697 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19698 * lib/gdb.exp (gdb_is_target_remote): ... here.
19699
19700 2014-04-22 Pedro Alves <palves@redhat.com>
19701
19702 * gdb.base/consecutive-step-over.c: New file.
19703 * gdb.base/consecutive-step-over.exp: New file.
19704
19705 2014-04-22 Pedro Alves <palves@redhat.com>
19706
19707 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19708 instead of send_gdb/gdb_expect.
19709
19710 2014-04-22 Yao Qi <yao@codesourcery.com>
19711
19712 * lib/trace-support.exp (generate_tracefile): New procedure.
19713 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19714 return 0.
19715 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19716 if generate_tracefile returns 1.
19717
19718 2014-04-18 Tom Tromey <palves@redhat.com>
19719 Pedro alves <tromey@redhat.com>
19720
19721 PR backtrace/15558
19722 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19723 with a backtrace limit.
19724 * gdb.python/py-frame-inline.exp: Test running to an inline
19725 function with a backtrace limit, and printing the newest frame.
19726 * gdb.python/py-frame-inline.c (main): Call f.
19727
19728 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19729
19730 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19731
19732 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19733
19734 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19735 Drop prefix from unsupported source file path.
19736
19737 2014-04-17 Yao Qi <yao@codesourcery.com>
19738
19739 * lib/gdb.exp (with_target_charset): New proc.
19740 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19741 with_target_charset.
19742 (test_print_strings): Likewise.
19743 (test_repeat_bytes): Likewise.
19744 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19745 for some tests.
19746
19747 2014-04-16 Keith Seitz <keiths@redhat.com>
19748
19749 PR gdb/15827
19750 * gdb.dwarf2/corrupt.c: New file.
19751 * gdb.dwarf2/corrupt.exp: New file.
19752
19753 2014-04-16 Keith Seitz <keiths@redhat.com>
19754
19755 PR c++/16597
19756 * gdb.cp/namelessclass.cc: New file.
19757 * gdb.cp/namelessclass.exp: New file.
19758 * gdb.cp/namelessclass.S: New file.
19759
19760 2014-04-16 Doug Evans <dje@google.com>
19761
19762 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19763 Add comment.
19764 (gdbserver_default_get_comm_port): New function.
19765 (gdbserver_start): Check if board file provided
19766 "gdbserver,get_comm_port" and use it if so.
19767 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19768 (gdb,socketport): Set to "stdio".
19769 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19770 (stdio_gdbserver_template): Delete.
19771 (${board}_get_remote_address): Update.
19772 (${board}_build_remote_cmd): Delete.
19773 (${board}_get_comm_port): New function.
19774 (${board}_spawn): Update.
19775 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19776 Delete.
19777 (${board}_get_remote_address): Update.
19778 (${board}_get_comm_port): New function.
19779
19780 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
19781
19782 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19783 appearing in any order.
19784
19785 2014-04-15 Doug Evans <dje@google.com>
19786
19787 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19788 uninitialized value of "description".
19789
19790 2014-04-15 Keith Seitz <keiths@redhat.com>
19791
19792 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19793 Remove unused globals.
19794 (test_running_the_program): Likewise.
19795 (test_controlled_execution): Likewise.
19796 (test_controlling_breakpoints): Likewise.
19797 (test_program_termination): Likewise.
19798
19799 2014-04-15 Keith Seitz <keiths@redhat.com>
19800
19801 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19802 unused globals.
19803 (test_rbreak_creation_and_listing): Likewise.
19804 (test_ignore_count): Likewise.
19805 (test_error): Likewise.
19806
19807 2014-04-15 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19810 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19811 sym-file-loader.c.
19812 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19813 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19814 to sym-file-loader.c.
19815 (struct library): Forward declare.
19816 (load_shlib, lookup_function): Change prototypes.
19817 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19818 (translate_offset): Remove declarations.
19819 (get_text_addr): New declaration.
19820 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19821 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19822 sym-file-loader.h.
19823 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19824 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19825 here from sym-file-loader.h.
19826 (struct library): New structure.
19827 (load_shlib, lookup_function): Change prototypes and adjust to
19828 work with a struct library.
19829 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19830 (translate_offset): Make static.
19831 (get_text_addr): New function.
19832 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19833
19834 2014-04-15 Pedro Alves <palves@redhat.com>
19835
19836 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19837
19838 2014-04-15 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.base/sym-file-loader.c: Include <limits.h>.
19841 (SELF_LINK): New define.
19842 (get_origin): New function.
19843 (load_shlib): Use it.
19844 * gdb.base/sym-file.exp: Don't early return if the target is
19845 remote. Use runto_main, and issue fail is that fails. Use
19846 gdb_load_shlibs.
19847 (shlib_name): Delete.
19848 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19849
19850 2014-04-15 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/sym-file.exp: Remove regex characters from test
19853 message. Don't refer to breakpoint numbers in test messages.
19854
19855 2014-04-14 Keith Seitz <keiths@redhat.com>
19856
19857 PR c++/16253
19858 * gdb.cp/var-tag.cc: New file.
19859 * gdb.cp/var-tag.exp: New file.
19860 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19861 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19862 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19863 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19864
19865 2014-04-14 Tom Tromey <tromey@redhat.com>
19866
19867 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19868 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19869 type.
19870 * gdb.cp/enum-class.exp: New file.
19871 * gdb.cp/enum-class.cc: New file.
19872
19873 2014-04-14 Tom Tromey <tromey@redhat.com>
19874
19875 * gdb.dwarf2/enum-type.exp: New file.
19876
19877 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19878
19879 * gdb.mi/mi-vla-c99.exp: New file.
19880 * gdb.mi/vla.c: New file.
19881
19882 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19883
19884 * gdb.base/vla-datatypes.c: New file.
19885 * gdb.base/vla-datatypes.exp: New file.
19886
19887 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19888
19889 * gdb.base/vla-ptr.c: New file.
19890 * gdb.base/vla-ptr.exp: New file.
19891
19892 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19893
19894 * gdb.dwarf2/count.exp: New file.
19895
19896 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19897
19898 * gdb.base/vla-sideeffect.c: New file.
19899 * gdb.base/vla-sideeffect.exp: New file.
19900
19901 2014-04-14 David Blaikie <dblaikie@gmail.com>
19902
19903 * gdb.mi/non-stop.c: Add return value for non-void function return
19904 statement.
19905 * gdb.threads/staticthreads.c: Ditto.
19906
19907 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19908 Doug Evans <xdje42@gmail.com>
19909
19910 * gdb.guile/scm-value.c: Improve test case.
19911 * gdb.guile/scm-value.exp: Add new test.
19912
19913 2014-04-11 David Blaikie <dblaikie@gmail.com>
19914
19915 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19916 override Clang's default.
19917
19918 2014-04-11 Joel Brobecker <brobecker@adacore.com>
19919
19920 Revert the following changes (regressions):
19921
19922 * gdb.base/vla-sideeffect.c: New file.
19923 * gdb.base/vla-sideeffect.exp: New file.
19924
19925 * gdb.dwarf2/count.exp: New file.
19926
19927 * gdb.base/vla-multi.c: New file.
19928 * gdb.base/vla-multi.exp: New file.
19929
19930 * gdb.base/vla-ptr.c: New file.
19931 * gdb.base/vla-ptr.exp: New file.
19932
19933 * gdb.base/vla-datatypes.c: New file.
19934 * gdb.base/vla-datatypes.exp: New file.
19935
19936 * gdb.mi/mi-vla-c99.exp: New file.
19937 * gdb.mi/vla.c: New file.
19938
19939 2014-04-11 Keith Seitz <keiths@redhat.com>
19940
19941 PR c++/16675
19942 * gdb.cp/cpsizeof.exp: New file.
19943 * gdb.cp/cpsizeof.cc: New file.
19944
19945 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19946
19947 * gdb.mi/mi-vla-c99.exp: New file.
19948 * gdb.mi/vla.c: New file.
19949
19950 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19951
19952 * gdb.base/vla-datatypes.c: New file.
19953 * gdb.base/vla-datatypes.exp: New file.
19954
19955 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19956
19957 * gdb.base/vla-ptr.c: New file.
19958 * gdb.base/vla-ptr.exp: New file.
19959
19960 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19961
19962 * gdb.base/vla-multi.c: New file.
19963 * gdb.base/vla-multi.exp: New file.
19964
19965 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19966
19967 * gdb.dwarf2/count.exp: New file.
19968
19969 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19970
19971 * gdb.base/vla-sideeffect.c: New file.
19972 * gdb.base/vla-sideeffect.exp: New file.
19973
19974 2014-04-11 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.base/completion.exp: Check file exists before running tests
19977 on file completion.
19978
19979 2014-04-10 Pedro Alves <palves@redhat.com>
19980
19981 * gdb.base/cond-eval-mode.c: New file.
19982 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19983 prepare_for_testing to build the new file. Check result of
19984 runto_main.
19985 (test_break, test_watch): New procedures.
19986 (top level): Use them.
19987
19988 2014-04-08 Pierre Muller <muller@sourceware.org>
19989
19990 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19991 Ctrl-V use for mingw hosts.
19992
19993 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19994
19995 * gdb.python/py-value.c: Improve test case.
19996 * gdb.python/py-value.exp: Add new test.
19997
19998 2014-04-07 David Blaikie <dblaikie@gmail.com>
19999
20000 * lib/compiler.c: Identify the clang compiler.
20001 * lib/compiler.cc: Ditto.
20002
20003 2014-04-03 Yao Qi <yao@codesourcery.com>
20004
20005 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20006
20007 2014-04-01 Anton Blanchard <anton@samba.org>
20008
20009 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20010 messages unique.
20011
20012 2014-04-01 Anton Blanchard <anton@samba.org>
20013
20014 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20015 prepare_for_testing.
20016
20017 2014-04-01 Anton Blanchard <anton@samba.org>
20018
20019 * gdb.arch/ppc64-atomic-inst.c: Remove.
20020 * gdb.arch/ppc64-atomic-inst.S: New file.
20021 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20022
20023 2014-03-31 Doug Evans <dje@google.com>
20024
20025 * gdb.base/print-symbol-loading-lib.c: New file.
20026 * gdb.base/print-symbol-loading-main.c: New file.
20027 * gdb.base/print-symbol-loading.exp: New file.
20028
20029 2014-03-31 Yao Qi <yao@codesourcery.com>
20030
20031 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20032
20033 2014-03-28 Joel Brobecker <brobecker@adacore.com>
20034
20035 * gdb.ada/mi_dyn_arr: New testcase.
20036
20037 2014-03-27 Doug Evans <dje@google.com>
20038
20039 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20040
20041 2014-03-27 Yao Qi <yao@codesourcery.com>
20042
20043 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20044 if target is nios2-*-*.
20045
20046 2014-03-26 Yao Qi <yao@codesourcery.com>
20047
20048 * lib/gdb.exp (readline_is_used): New proc.
20049 * gdb.base/completion.exp: Move tests on command complete up.
20050 Skip the rest of tests if readline is not used.
20051 * gdb.ada/complete.exp: Skp the test if readline is not
20052 used.
20053 * gdb.base/filesym.exp: Likewise.
20054 * gdb.base/macscp.exp: Likewise.
20055 * gdb.base/readline-ask.exp: Likewise.
20056 * gdb.base/readline.exp: Likewise.
20057 * gdb.python/py-cmd.exp: Likewise.
20058 * gdb.trace/tfile.exp: Likewise.
20059
20060 2014-03-26 Yao Qi <yao@codesourcery.com>
20061
20062 * gdb.base/macscp.exp: Fix code format issues.
20063
20064 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20065
20066 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20067 * gdb.asm/powerpc64le.inc: New file.
20068
20069 2014-03-25 Pedro Alves <palves@redhat.com>
20070 Doug Evans <dje@google.com>
20071
20072 * gdb.base/source-execution.c: New file.
20073 * gdb.base/source-execution.exp: New file.
20074 * gdb.base/source-execution.gdb: New file.
20075
20076 2014-03-24 Doug Evans <dje@google.com>
20077
20078 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20079 using fission.
20080
20081 2014-03-24 Hui Zhu <hui@codesourcery.com>
20082 Pedro Alves <palves@redhat.com>
20083
20084 PR breakpoints/16101
20085 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20086 test pass/fail messages. Detect missing support for dprintf when
20087 breakpoints are actually inserted.
20088 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20089 breakpoints are actually inserted.
20090 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20091 fails.
20092
20093 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20094
20095 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20096
20097 2014-03-22 Doug Evans <xdje42@gmail.com>
20098
20099 * gdb.python/python.exp (python not supported): Verify multi-line
20100 python command issues an error.
20101 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20102 guile command issues an error.
20103
20104 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20105
20106 * gdb.threads/thread-specific.exp: Handle the lack of usable
20107 $this_breakpoint and $this_thread.
20108
20109 2014-03-21 Hui Zhu <hui@codesourcery.com>
20110
20111 * gdb.base/attach.exp (do_command_attach_tests): New.
20112
20113 2014-03-20 Tom Tromey <tromey@redhat.com>
20114 Pedro Alves <palves@redhat.com>
20115
20116 PR cli/15718
20117 * gdb.base/condbreak-call-false.c: New file.
20118 * gdb.base/condbreak-call-false.exp: New file.
20119
20120 2014-03-20 Pedro Alves <palves@redhat.com>
20121
20122 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20123 Delete.
20124 (block_signals, unblock_signals): Delete.
20125 (child_function_2, main): Remove references to deleted variable
20126 and functions.
20127
20128 2014-03-20 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20131 Use pthread_kill to signal thread 2.
20132 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20133 Adjust to make the test send itself a signal rather than using the
20134 host's "kill" command.
20135
20136 2014-03-20 Pedro Alves <palves@redhat.com>
20137
20138 * gdb.threads/multiple-step-overs.c: New file.
20139 * gdb.threads/multiple-step-overs.exp: New file.
20140 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20141 Adjust expected infrun debug output.
20142
20143 2014-03-20 Pedro Alves <palves@redhat.com>
20144
20145 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20146 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20147
20148 2014-03-20 Pedro Alves <palves@redhat.com>
20149
20150 PR breakpoints/7143
20151 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20152 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20153 of gdb_test_multiple.
20154 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20155 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20156
20157 2014-03-20 Pedro Alves <palves@redhat.com>
20158
20159 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20160 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20161
20162 2014-03-19 Pedro Alves <palves@redhat.com>
20163
20164 * gdb.base/async.exp: Remove early return.
20165
20166 2014-03-19 Pedro Alves <palves@redhat.com>
20167
20168 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20169
20170 2014-03-19 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.base/async.exp (test_background): Expect \r\n after
20173 "completed." in the fail pattern.
20174
20175 2014-03-19 Pedro Alves <palves@redhat.com>
20176
20177 * gdb.base/async.exp (test_background): New procedure.
20178 Use it for all background execution command tests.
20179
20180 2014-03-19 Pedro Alves <palves@redhat.com>
20181
20182 * gdb.base/async.exp: Use prepare_for_testing.
20183
20184 2014-03-19 Pedro Alves <palves@redhat.com>
20185
20186 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20187 the same line.
20188
20189 2014-03-19 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.base/async.c (main): Add "jump here" and "until here" line
20192 marker comments.
20193 * gdb.base/async.exp (jump_here): New global.
20194 (jump& test): Use it.
20195 (until_here): New global.
20196 (until& test): Use it.
20197
20198 2014-03-19 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.base/async.exp: Don't frob gdb_protocol.
20201
20202 2014-03-18 Doug Evans <xdje42@gmail.com>
20203
20204 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20205 Fix spelling of exec-done-display.
20206
20207 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20208
20209 PR gdb/15358
20210 * gdb.base/gdb-sigterm.c: New file.
20211 * gdb.base/gdb-sigterm.exp: New file.
20212
20213 2014-03-18 Pedro Alves <palves@redhat.com>
20214
20215 PR gdb/13860
20216 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20217 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20218 solib-event.
20219
20220 2014-03-17 Joel Brobecker <brobecker@adacore.com>
20221
20222 * gdb.ada/pckd_arr_ren: New testcase.
20223
20224 2014-03-13 Doug Evans <xdje42@gmail.com>
20225
20226 PR guile/16612
20227 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20228 collect after discarding symbols.
20229
20230 2014-03-13 Ludovic Courtès <ludo@gnu.org>
20231 Doug Evans <xdje42@gmail.com>
20232
20233 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20234 to history survives a gc.
20235
20236 2014-03-13 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.base/default.exp: Don't test "target procfs".
20239
20240 2014-03-13 Pedro Alves <palves@redhat.com>
20241
20242 * gdb.base/default.exp: Update "target child" and "target procfs"
20243 tests to not expect "Unix".
20244
20245 2014-03-12 Tom Tromey <tromey@redhat.com>
20246
20247 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20248 New procs. Add target-async tests.
20249 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20250 Add target-async tests.
20251
20252 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20253
20254 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20255 'func_start' and 'func_end' for the beginning and end of the
20256 function code, respectively.
20257 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20258 'func_end' instead of 'func' and 'main'.
20259
20260 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20261
20262 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20263 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20264 generate the debug info assembler source.
20265
20266 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20267
20268 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20269 * gdb.dwarf2/arr-subrange.exp: Likewise.
20270 * gdb.dwarf2/dwz.exp: Likewise.
20271 * gdb.dwarf2/method-ptr.exp: Likewise.
20272 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20273 * gdb.dwarf2/subrange.exp: Likewise.
20274 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20275 * gdb.dwarf2/implptrpiece.exp: Likewise.
20276 * gdb.dwarf2/nostaticblock.exp: Likewise.
20277
20278 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20279
20280 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20281 directory to absolute path name arguments.
20282
20283 2014-03-10 Joel Brobecker <brobecker@adacore.com>
20284
20285 * gdb.ada/tagged_access: New testcase.
20286
20287 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20288
20289 * gdb.btrace/data.exp: Update expected output.
20290
20291 2014-03-06 Yao Qi <yao@codesourcery.com>
20292
20293 * gdb.trace/pr16508.exp: New file.
20294
20295 2014-03-05 Pedro Alves <palves@redhat.com>
20296
20297 PR gdb/16575
20298 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20299 procedure.
20300 (top level): Adjust to use it. Add tests that exercise breakpoint
20301 interaction with the code-cache.
20302
20303 2014-02-26 Ludovic Courtès <ludo@gnu.org>
20304
20305 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20306 test for 'history-append!'.
20307
20308 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20309
20310 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20311 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20312 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20313 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20314 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20315 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20316
20317 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20318
20319 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20320 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20321 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20322
20323 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20324
20325 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20326
20327 2014-02-26 Joel Brobecker <brobecker@adacore.com>
20328
20329 * gdb.dwarf2/arr-stride.c: New file.
20330 * gdb.dwarf2/arr-stride.exp: New file.
20331
20332 2014-02-26 Pedro Alves <palves@redhat.com>
20333
20334 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20335 that won't ever trigger. Make sure that GDB reports the correct
20336 breakpoint that caused the stop.
20337
20338 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20339
20340 PR gdb/16626
20341 * gdb.base/auto-load-script: New file.
20342 * gdb.base/auto-load.c: New file.
20343 * gdb.base/auto-load.exp: New file.
20344
20345 PR gdb/16626
20346 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20347
20348 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20349
20350 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20351 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20352
20353 2014-02-24 Doug Evans <dje@google.com>
20354
20355 * lib/gdb.exp (run_on_host): Log error output if program fails.
20356
20357 2014-02-21 Pedro Alves <palves@redhat.com>
20358
20359 * gdb.threads/step-after-sr-lock.c: Rename to ...
20360 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20361 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20362 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20363 ... this.
20364
20365 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20366
20367 PR tdep/16397
20368 * gdb.arch/amd64-stap-special-operands.exp: New file.
20369 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20370 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20371 * gdb.arch/amd64-stap-triplet.S: Likewise.
20372 * gdb.arch/amd64-stap-triplet.c: Likewise.
20373
20374 2014-02-20 Joel Brobecker <brobecker@adacore.com>
20375
20376 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20377 in .section pseudo-op.
20378
20379 2014-02-20 lin zuojian <manjian2006@gmail.com>
20380 Joel Brobecker <brobecker@adacore.com>
20381 Doug Evans <xdje42@gmail.com>
20382
20383 PR symtab/16581
20384 * gdb.dwarf2/dw2-icycle.S: New file.
20385 * gdb.dwarf2/dw2-icycle.c: New file.
20386 * gdb.dwarf2/dw2-icycle.exp: New file.
20387
20388 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20389
20390 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20391 operations on gdb.Value objects.
20392 * gdb.python/py-value-cc.exp: Add new test to test operations on
20393 gdb.Value objects.
20394
20395 2014-02-18 Doug Evans <dje@google.com>
20396
20397 * Makefile.in (TESTS): New variable.
20398 (expanded_tests, expanded_tests_or_none): New variables
20399 (check-single): Pass $(expanded_tests_or_none) to runtest.
20400 (check-parallel): Only run tests in $(TESTS) if non-empty.
20401 (check/no-matching-tests-found): New rule.
20402 * README: Document TESTS makefile variable.
20403
20404 2014-02-18 Doug Evans <dje@google.com>
20405
20406 * Makefile.in (check-parallel): rm -rf outputs temp.
20407
20408 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20409
20410 Fix "ERROR: no fileid for" in the testsuite.
20411 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20412
20413 2014-02-12 Doug Evans <dje@google.com>
20414
20415 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20416 (MISCELLANEOUS): New variable.
20417 (clean): rm -rf $(MISCELLANEOUS).
20418 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20419 dwp live in the same directory as symlinks, with each symlink pointed
20420 to a differently named file in a different directory.
20421
20422 2014-02-11 Doug Evans <dje@google.com>
20423
20424 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20425 of Tcl file commands.
20426
20427 2014-02-10 Mark Kettenis <kettenis@gnu.org>
20428
20429 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20430 "kill -SIGUSR1 -1".
20431
20432 2014-02-10 Joel Brobecker <brobecker@adacore.com>
20433
20434 * gdb.ada/tick_length_array_enum_idx: New testcase.
20435
20436 2014-02-10 Doug Evans <xdje42@gmail.com>
20437
20438 * configure.ac (AC_OUTPUT): Add gdb.guile.
20439 * configure: Regenerate.
20440 * lib/gdb-guile.exp: New file.
20441 * lib/gdb.exp (get_target_charset): New function.
20442 * gdb.base/help.exp: Update expected output from "apropos apropos".
20443 * gdb.guile/Makefile.in: New file.
20444 * gdb.guile/guile.exp: New file.
20445 * gdb.guile/scm-arch.c: New file.
20446 * gdb.guile/scm-arch.exp: New file.
20447 * gdb.guile/scm-block.c: New file.
20448 * gdb.guile/scm-block.exp: New file.
20449 * gdb.guile/scm-breakpoint.c: New file.
20450 * gdb.guile/scm-breakpoint.exp: New file.
20451 * gdb.guile/scm-disasm.c: New file.
20452 * gdb.guile/scm-disasm.exp: New file.
20453 * gdb.guile/scm-equal.c: New file.
20454 * gdb.guile/scm-equal.exp: New file.
20455 * gdb.guile/scm-error.exp: New file.
20456 * gdb.guile/scm-error.scm: New file.
20457 * gdb.guile/scm-frame-args.c: New file.
20458 * gdb.guile/scm-frame-args.exp: New file.
20459 * gdb.guile/scm-frame-args.scm: New file.
20460 * gdb.guile/scm-frame-inline.c: New file.
20461 * gdb.guile/scm-frame-inline.exp: New file.
20462 * gdb.guile/scm-frame.c: New file.
20463 * gdb.guile/scm-frame.exp: New file.
20464 * gdb.guile/scm-generics.exp: New file.
20465 * gdb.guile/scm-gsmob.exp: New file.
20466 * gdb.guile/scm-iterator.c: New file.
20467 * gdb.guile/scm-iterator.exp: New file.
20468 * gdb.guile/scm-math.c: New file.
20469 * gdb.guile/scm-math.exp: New file.
20470 * gdb.guile/scm-objfile-script-gdb.in: New file.
20471 * gdb.guile/scm-objfile-script.c: New file.
20472 * gdb.guile/scm-objfile-script.exp: New file.
20473 * gdb.guile/scm-objfile.c: New file.
20474 * gdb.guile/scm-objfile.exp: New file.
20475 * gdb.guile/scm-ports.exp: New file.
20476 * gdb.guile/scm-pretty-print.c: New file.
20477 * gdb.guile/scm-pretty-print.exp: New file.
20478 * gdb.guile/scm-pretty-print.scm: New file.
20479 * gdb.guile/scm-section-script.c: New file.
20480 * gdb.guile/scm-section-script.exp: New file.
20481 * gdb.guile/scm-section-script.scm: New file.
20482 * gdb.guile/scm-symbol.c: New file.
20483 * gdb.guile/scm-symbol.exp: New file.
20484 * gdb.guile/scm-symtab-2.c: New file.
20485 * gdb.guile/scm-symtab.c: New file.
20486 * gdb.guile/scm-symtab.exp: New file.
20487 * gdb.guile/scm-type.c: New file.
20488 * gdb.guile/scm-type.exp: New file.
20489 * gdb.guile/scm-value-cc.cc: New file.
20490 * gdb.guile/scm-value-cc.exp: New file.
20491 * gdb.guile/scm-value.c: New file.
20492 * gdb.guile/scm-value.exp: New file.
20493 * gdb.guile/source2.scm: New file.
20494 * gdb.guile/types-module.cc: New file.
20495 * gdb.guile/types-module.exp: New file.
20496
20497 2014-02-10 Yao Qi <yao@codesourcery.com>
20498
20499 PR testsuite/16543
20500 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20501 * configure: Regenerated.
20502 * Makefile.in: New file.
20503
20504 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20505
20506 * gdb.python/py-framefilter.exp: Fix typo.
20507
20508 2014-02-08 Yao Qi <yao@codesourcery.com>
20509
20510 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20511 that no =breakpoint-modified is emitted when breakpoints are
20512 modified through MI commands.
20513
20514 2014-02-07 Pedro Alves <pedro@codesourcery.com>
20515 Pedro Alves <palves@redhat.com>
20516
20517 * gdb.threads/step-after-sr-lock.c: New file.
20518 * gdb.threads/step-after-sr-lock.exp: New file.
20519
20520 2014-02-07 Pedro Alves <palves@redhat.com>
20521
20522 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20523
20524 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20525
20526 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20527 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20528
20529 2014-02-06 Doug Evans <xdje42@gmail.com>
20530
20531 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20532 output.
20533
20534 * gdb.gdb/python-interrupts.exp: New file.
20535
20536 2014-02-05 Yao Qi <yao@codesourcery.com>
20537
20538 * gdb.trace/report.exp (use_collected_data): Test the output
20539 of "info threads" and "info inferiors".
20540
20541 2014-02-05 Yao Qi <yao@codesourcery.com>
20542
20543 Revert this patch:
20544
20545 2013-05-24 Yao Qi <yao@codesourcery.com>
20546
20547 * gdb.trace/tfile.exp: Test inferior and thread.
20548
20549 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20550
20551 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20552 on a function.
20553 * gdb.base/step-bt.c: Call hello via function pointer to make
20554 sure its first instruction is executed on powerpc64le-linux.
20555
20556 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20557
20558 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20559
20560 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20561
20562 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20563 of the test patterns for use on little-endian systems.
20564
20565 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20566
20567 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20568 (decimal_vector): Fix for little-endian.
20569
20570 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20571
20572 * gdb.arch/sparc-sysstep.exp: New file.
20573 * gdb.arch/sparc-sysstep.c: Likewise.
20574
20575 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20576
20577 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20578
20579 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20580
20581 2014-01-23 Tom Tromey <tromey@redhat.com>
20582
20583 * gdb.ada/array_char_idx: New testcase.
20584
20585 2014-01-23 Tom Tromey <tromey@redhat.com>
20586
20587 PR python/16487:
20588 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20589 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20590 classes.
20591
20592 2014-01-23 Tom Tromey <tromey@redhat.com>
20593
20594 PR python/16491:
20595 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20596 string from an inferior frame.
20597 * gdb.python/py-framefilter-mi.exp: Update.
20598
20599 2014-01-22 Doug Evans <dje@google.com>
20600
20601 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20602
20603 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20604
20605 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20606
20607 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20608
20609 * gdb.trace/entry-values.exp: Remove excess space character from
20610 regex patterns. Handle s390 call instruction.
20611
20612 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20613
20614 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20615 define "*_start" label. Make "name" static.
20616 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20617 ${name} by references to ${name}_start.
20618
20619 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20620
20621 * gdb.base/info-macros.exp: Remove "debug" from the compile
20622 options.
20623
20624 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20625
20626 * gdb.dlang/demangle.exp: New file.
20627
20628 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20629
20630 * gdb.dlang/primitive-types.exp: New file.
20631
20632 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20633
20634 * configure.ac: Create gdb.dlang/Makefile.
20635 * configure: Regenerate.
20636 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20637 * gdb.dlang/Makefile.in: New file.
20638 * lib/d-support.exp: New file.
20639 * lib/gdb.exp (skip_d_tests): New proc.
20640
20641 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20642
20643 * gdb.btrace/delta.exp: Check reverse stepi.
20644 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20645 * gdb.btrace/finish.exp: New.
20646 * gdb.btrace/next.exp: New.
20647 * gdb.btrace/nexti.exp: New.
20648 * gdb.btrace/record_goto.c: Add comments.
20649 * gdb.btrace/step.exp: New.
20650 * gdb.btrace/stepi.exp: New.
20651 * gdb.btrace/multi-thread-step.c: New.
20652 * gdb.btrace/multi-thread-step.exp: New.
20653 * gdb.btrace/rn-dl-bind.c: New.
20654 * gdb.btrace/rn-dl-bind.exp: New.
20655 * gdb.btrace/data.c: New.
20656 * gdb.btrace/data.exp: New.
20657 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20658
20659 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20660
20661 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20662 * gdb.btrace/exception.exp: Update.
20663 * gdb.btrace/instruction_history.exp: Update.
20664 * gdb.btrace/record_goto.exp: Update.
20665 * gdb.btrace/tailcall.exp: Update.
20666 * gdb.btrace/unknown_functions.exp: Update.
20667 * gdb.btrace/delta.exp: New.
20668
20669 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20670
20671 * gdb.btrace/record_goto.exp: Add backtrace test.
20672 * gdb.btrace/tailcall.exp: Add backtrace test.
20673
20674 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20675
20676 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20677 * gdb.btrace/record_goto.c: New.
20678 * gdb.btrace/record_goto.exp: New.
20679 * gdb.btrace/x86-record_goto.S: New.
20680
20681 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20682
20683 * gdb.btrace/function_call_history.exp: Update tests.
20684 * gdb.btrace/instruction_history.exp: Update tests.
20685
20686 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20687
20688 * gdb.btrace/function_call_history.exp: Fix expected field
20689 order for "record function-call-history".
20690 Add new tests for "record function-call-history /c".
20691 * gdb.btrace/exception.cc: New.
20692 * gdb.btrace/exception.exp: New.
20693 * gdb.btrace/tailcall.exp: New.
20694 * gdb.btrace/x86-tailcall.S: New.
20695 * gdb.btrace/x86-tailcall.c: New.
20696 * gdb.btrace/unknown_functions.c: New.
20697 * gdb.btrace/unknown_functions.exp: New.
20698 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20699
20700 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20701
20702 * gdb.btrace/instruction_history.exp: Update.
20703 * gdb.btrace/function_call_history.exp: Update.
20704
20705 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20706
20707 * gdb.btrace/function_call_history.exp: Fix expected function
20708 trace.
20709 * gdb.btrace/instruction_history.exp: Initialize traced.
20710 Remove traced_functions.
20711
20712 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20713
20714 * gdb.btrace/function_call_history.exp: Update
20715 * gdb.btrace/instruction_history.exp: Update.
20716
20717 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20718
20719 * gdb.btrace/enable.exp: Update expected text.
20720
20721 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20722
20723 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20724 bytes.
20725
20726 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20727
20728 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20729
20730 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
20731
20732 * lib/gdb.exp (supports_process_record): Return true for
20733 arm*-linux*. (supports_reverse): Likewise.
20734
20735 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20736
20737 PR python/15464
20738 PR python/16113
20739 * gdb.python/py-type.c: Enhance test case.
20740 * gdb.python/py-value-cc.cc: Likewise
20741 * gdb.python/py-type.exp: Add new tests.
20742 * gdb.python/py-value-cc.exp: Likewise
20743
20744 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20745 Pedro Alves <palves@redhat.com>
20746
20747 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20748 Make "name" extern.
20749 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20750 references to ${name}_start by references to ${name}.
20751
20752 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20753
20754 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20755
20756 2014-01-10 Joel Brobecker <brobecker@adacore.com>
20757
20758 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20759
20760 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20761 Pedro Alves <palves@redhat.com>
20762
20763 * gdb.mi/mi-info-os.exp: Connect to the target with
20764 mi_gdb_target_load.
20765
20766 2014-01-08 Pedro Alves <palves@redhat.com>
20767
20768 * gdb.threads/reconnect-signal.c: New file.
20769 * gdb.threads/reconnect-signal.exp: New file.
20770
20771 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20772
20773 * gdb.base/source-dir.exp: New file.
20774
20775 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20776
20777 * gdb.ada/mi_interface: New testcase.
20778
20779 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20780
20781 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20782 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20783 gdb.ada/pp-rec-component/pck.ads: New files.
20784
20785 2014-01-07 Joel Brobecker <brobecker@adacore.com>
20786
20787 * gdb.python/py-pp-integral.c: New file.
20788 * gdb.python/py-pp-integral.py: New file.
20789 * gdb.python/py-pp-integral.exp: New file.
20790
20791 For older changes see ChangeLog-1993-2013.
20792 \f
20793 ;; Local Variables:
20794 ;; mode: change-log
20795 ;; left-margin: 8
20796 ;; fill-column: 74
20797 ;; version-control: never
20798 ;; End:
20799
20800 Copyright 2014-2020 Free Software Foundation, Inc.
20801 Copying and distribution of this file, with or without modification,
20802 are permitted provided the copyright notice and this notice are preserved.
This page took 0.432702 seconds and 5 git commands to generate.