Fix "-gdb-set logging redirect on" crash
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2017-02-02  Pedro Alves  <palves@redhat.com>
2
3         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4         tests.
5
6 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7
8         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9         taking a 2-byte value out of a 4-byte DWARF implicit value on
10         big-endian targets.
11         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
12         logic.  Add test cases for DW_OP_implicit.
13
14 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
15
16         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
17
18 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
19
20         * gdb.btrace/enable.exp: Call gdb_exit before
21         skip_gdbserver_tests.
22
23 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
24
25         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
26         GDBFLAGS.
27
28 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
29
30         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
31         the test is skipped.
32         * gdb.btrace/data.exp: Likewise.
33         * gdb.btrace/delta.exp: Likewise.
34         * gdb.btrace/dlopen.exp: Likewise.
35         * gdb.btrace/enable-running.exp: Likewise.
36         * gdb.btrace/enable.exp: Likewise.
37         * gdb.btrace/exception.exp: Likewise.
38         * gdb.btrace/function_call_history.exp: Likewise.
39         * gdb.btrace/gcore.exp: Likewise.
40         * gdb.btrace/instruction_history.exp: Likewise.
41         * gdb.btrace/multi-thread-step.exp: Likewise.
42         * gdb.btrace/nohist.exp: Likewise.
43         * gdb.btrace/non-stop.exp: Likewise.
44         * gdb.btrace/reconnect.exp: Likewise.
45         * gdb.btrace/record_goto-step.exp: Likewise.
46         * gdb.btrace/record_goto.exp: Likewise.
47         * gdb.btrace/rn-dl-bind.exp: Likewise.
48         * gdb.btrace/segv.exp: Likewise.
49         * gdb.btrace/step.exp: Likewise.
50         * gdb.btrace/stepi.exp: Likewise.
51         * gdb.btrace/tailcall-only.exp: Likewise.
52         * gdb.btrace/tailcall.exp: Likewise.
53         * gdb.btrace/tsx.exp: Likewise.
54         * gdb.btrace/unknown_functions.exp: Likewise.
55         * gdb.btrace/vdso.exp: Likewise.
56
57 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
58
59         * gdb.btrace/enable-running.c: New.
60         * gdb.btrace/enable-running.exp: New.
61
62 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
63
64         * gdb.arch/amd64-gs_base.c: New file.
65         * gdb.arch/amd64-gs_base.exp: New file.
66
67 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
68
69         * lib/memory.exp: Remove spurious empty newlines.
70
71 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
72
73         * gdb.python/py-bad-printers.exp: Load python file using "source".
74         * gdb.python/py-events.exp: Likewise.
75         * gdb.python/py-evsignal.exp: Likewise.
76         * gdb.python/py-evthreads.exp: Likewise.
77         * gdb.python/py-frame-args.exp: Likewise.
78         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
79         * gdb.python/py-framefilter-mi.exp: Likewise.
80         * gdb.python/py-framefilter.exp: Likewise.
81         * gdb.python/py-mi.exp: Likewise.
82         * gdb.python/py-pp-maint.exp: Likewise.
83         * gdb.python/py-pp-registration.exp: Likewise.
84         * gdb.python/py-prettyprint.exp: Likewise.
85         (run_lang_tests): Likewise.
86         * gdb.python/py-typeprint.exp: Likewise.
87
88 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
89
90         * lib/memory.exp: New file.
91         * lib/gdb.exp: Load memory.exp.
92         * gdb.base/memattr.exp (delete_memory): Move proc to
93         lib/memory.exp and rename to delete_memory_regions.
94         Replace delete_memory with delete_memory_regions.
95         Cleanup memory regions before tests.
96         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
97         before tests.
98
99 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
100
101         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
102         files.
103         (initialize): New function conditionally defined.
104         (testcases): Move within conditional block.
105         (main): Call initialize.
106         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
107         of gdb.reverse/insn-reverse.c.
108         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
109         gdb.reverse/insn-reverse.c.
110
111 2017-01-26  Yao Qi  <yao.qi@linaro.org>
112
113         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
114         disassemble on address 0.
115
116 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
117             Yao Qi  <yao.qi@linaro.org>
118
119         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
120         * gdb.dwarf2/implptr-64bit.S: Remove.
121         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
122         variables in caller's context.  Add DW_OP_implicit_value.
123
124 2017-01-25  Yao Qi  <yao.qi@linaro.org>
125
126         * lib/dwarf.exp (Dwarf::_location): Handle
127         DW_OP_GNU_implicit_pointer with proper size.
128
129 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
130
131         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
132         and add untested calls.
133
134 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
135
136         * gdb.python/python.exp: Check line number against what GDB thinks
137         the line number is for func1.
138
139 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
140
141         * gdb.dlang/debug-expr.exp: New file.
142
143 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
144
145         Fix test names for the following files:
146
147         * gdb.ada/exec_changed.exp
148         * gdb.ada/info_types.exp
149         * gdb.arch/aarch64-atomic-inst.exp
150         * gdb.arch/aarch64-fp.exp
151         * gdb.arch/altivec-abi.exp
152         * gdb.arch/altivec-regs.exp
153         * gdb.arch/amd64-byte.exp
154         * gdb.arch/amd64-disp-step.exp
155         * gdb.arch/amd64-dword.exp
156         * gdb.arch/amd64-entry-value-inline.exp
157         * gdb.arch/amd64-entry-value-param.exp
158         * gdb.arch/amd64-entry-value-paramref.exp
159         * gdb.arch/amd64-entry-value.exp
160         * gdb.arch/amd64-i386-address.exp
161         * gdb.arch/amd64-invalid-stack-middle.exp
162         * gdb.arch/amd64-invalid-stack-top.exp
163         * gdb.arch/amd64-optimout-repeat.exp
164         * gdb.arch/amd64-prologue-skip.exp
165         * gdb.arch/amd64-prologue-xmm.exp
166         * gdb.arch/amd64-stap-special-operands.exp
167         * gdb.arch/amd64-stap-wrong-subexp.exp
168         * gdb.arch/amd64-tailcall-cxx.exp
169         * gdb.arch/amd64-tailcall-noret.exp
170         * gdb.arch/amd64-tailcall-ret.exp
171         * gdb.arch/amd64-tailcall-self.exp
172         * gdb.arch/amd64-word.exp
173         * gdb.arch/arm-bl-branch-dest.exp
174         * gdb.arch/arm-disp-step.exp
175         * gdb.arch/arm-neon.exp
176         * gdb.arch/arm-single-step-kernel-helper.exp
177         * gdb.arch/avr-flash-qualifier.exp
178         * gdb.arch/disp-step-insn-reloc.exp
179         * gdb.arch/e500-abi.exp
180         * gdb.arch/e500-regs.exp
181         * gdb.arch/ftrace-insn-reloc.exp
182         * gdb.arch/i386-avx512.exp
183         * gdb.arch/i386-bp_permanent.exp
184         * gdb.arch/i386-byte.exp
185         * gdb.arch/i386-cfi-notcurrent.exp
186         * gdb.arch/i386-disp-step.exp
187         * gdb.arch/i386-dr3-watch.exp
188         * gdb.arch/i386-float.exp
189         * gdb.arch/i386-gnu-cfi.exp
190         * gdb.arch/i386-mpx-map.exp
191         * gdb.arch/i386-mpx-sigsegv.exp
192         * gdb.arch/i386-mpx-simple_segv.exp
193         * gdb.arch/i386-mpx.exp
194         * gdb.arch/i386-permbkpt.exp
195         * gdb.arch/i386-prologue.exp
196         * gdb.arch/i386-signal.exp
197         * gdb.arch/i386-size-overlap.exp
198         * gdb.arch/i386-unwind.exp
199         * gdb.arch/i386-word.exp
200         * gdb.arch/mips-fcr.exp
201         * gdb.arch/powerpc-d128-regs.exp
202         * gdb.arch/powerpc-stackless.exp
203         * gdb.arch/ppc64-atomic-inst.exp
204         * gdb.arch/s390-stackless.exp
205         * gdb.arch/s390-tdbregs.exp
206         * gdb.arch/s390-vregs.exp
207         * gdb.arch/sparc-sysstep.exp
208         * gdb.arch/thumb-bx-pc.exp
209         * gdb.arch/thumb-singlestep.exp
210         * gdb.arch/thumb2-it.exp
211         * gdb.arch/vsx-regs.exp
212         * gdb.asm/asm-source.exp
213         * gdb.base/a2-run.exp
214         * gdb.base/advance.exp
215         * gdb.base/all-bin.exp
216         * gdb.base/anon.exp
217         * gdb.base/args.exp
218         * gdb.base/arithmet.exp
219         * gdb.base/async-shell.exp
220         * gdb.base/async.exp
221         * gdb.base/attach-pie-noexec.exp
222         * gdb.base/attach-twice.exp
223         * gdb.base/auto-load.exp
224         * gdb.base/bang.exp
225         * gdb.base/bitfields.exp
226         * gdb.base/break-always.exp
227         * gdb.base/break-caller-line.exp
228         * gdb.base/break-entry.exp
229         * gdb.base/break-inline.exp
230         * gdb.base/break-on-linker-gcd-function.exp
231         * gdb.base/break-probes.exp
232         * gdb.base/break.exp
233         * gdb.base/breakpoint-shadow.exp
234         * gdb.base/call-ar-st.exp
235         * gdb.base/call-sc.exp
236         * gdb.base/call-signal-resume.exp
237         * gdb.base/call-strs.exp
238         * gdb.base/callfuncs.exp
239         * gdb.base/catch-fork-static.exp
240         * gdb.base/catch-gdb-caused-signals.exp
241         * gdb.base/catch-load.exp
242         * gdb.base/catch-signal-fork.exp
243         * gdb.base/catch-signal.exp
244         * gdb.base/catch-syscall.exp
245         * gdb.base/charset.exp
246         * gdb.base/checkpoint.exp
247         * gdb.base/chng-syms.exp
248         * gdb.base/code-expr.exp
249         * gdb.base/code_elim.exp
250         * gdb.base/commands.exp
251         * gdb.base/completion.exp
252         * gdb.base/complex.exp
253         * gdb.base/cond-expr.exp
254         * gdb.base/condbreak.exp
255         * gdb.base/consecutive.exp
256         * gdb.base/continue-all-already-running.exp
257         * gdb.base/coredump-filter.exp
258         * gdb.base/corefile.exp
259         * gdb.base/dbx.exp
260         * gdb.base/debug-expr.exp
261         * gdb.base/define.exp
262         * gdb.base/del.exp
263         * gdb.base/disabled-location.exp
264         * gdb.base/disasm-end-cu.exp
265         * gdb.base/disasm-optim.exp
266         * gdb.base/display.exp
267         * gdb.base/duplicate-bp.exp
268         * gdb.base/ena-dis-br.exp
269         * gdb.base/ending-run.exp
270         * gdb.base/enumval.exp
271         * gdb.base/environ.exp
272         * gdb.base/eu-strip-infcall.exp
273         * gdb.base/eval-avoid-side-effects.exp
274         * gdb.base/eval-skip.exp
275         * gdb.base/exitsignal.exp
276         * gdb.base/expand-psymtabs.exp
277         * gdb.base/filesym.exp
278         * gdb.base/find-unmapped.exp
279         * gdb.base/finish.exp
280         * gdb.base/float.exp
281         * gdb.base/foll-exec-mode.exp
282         * gdb.base/foll-exec.exp
283         * gdb.base/foll-fork.exp
284         * gdb.base/fortran-sym-case.exp
285         * gdb.base/freebpcmd.exp
286         * gdb.base/func-ptr.exp
287         * gdb.base/func-ptrs.exp
288         * gdb.base/funcargs.exp
289         * gdb.base/gcore-buffer-overflow.exp
290         * gdb.base/gcore-relro-pie.exp
291         * gdb.base/gcore-relro.exp
292         * gdb.base/gcore.exp
293         * gdb.base/gdb1090.exp
294         * gdb.base/gdb11530.exp
295         * gdb.base/gdb11531.exp
296         * gdb.base/gdb1821.exp
297         * gdb.base/gdbindex-stabs.exp
298         * gdb.base/gdbvars.exp
299         * gdb.base/hbreak.exp
300         * gdb.base/hbreak2.exp
301         * gdb.base/included.exp
302         * gdb.base/infcall-input.exp
303         * gdb.base/inferior-died.exp
304         * gdb.base/infnan.exp
305         * gdb.base/info-macros.exp
306         * gdb.base/info-os.exp
307         * gdb.base/info-proc.exp
308         * gdb.base/info-shared.exp
309         * gdb.base/info-target.exp
310         * gdb.base/infoline.exp
311         * gdb.base/interp.exp
312         * gdb.base/interrupt.exp
313         * gdb.base/jit-reader.exp
314         * gdb.base/jit-simple.exp
315         * gdb.base/kill-after-signal.exp
316         * gdb.base/kill-detach-inferiors-cmd.exp
317         * gdb.base/label.exp
318         * gdb.base/langs.exp
319         * gdb.base/ldbl_e308.exp
320         * gdb.base/line-symtabs.exp
321         * gdb.base/linespecs.exp
322         * gdb.base/list.exp
323         * gdb.base/long_long.exp
324         * gdb.base/longest-types.exp
325         * gdb.base/maint.exp
326         * gdb.base/max-value-size.exp
327         * gdb.base/memattr.exp
328         * gdb.base/mips_pro.exp
329         * gdb.base/morestack.exp
330         * gdb.base/moribund-step.exp
331         * gdb.base/multi-forks.exp
332         * gdb.base/nested-addr.exp
333         * gdb.base/nextoverexit.exp
334         * gdb.base/noreturn-finish.exp
335         * gdb.base/noreturn-return.exp
336         * gdb.base/nostdlib.exp
337         * gdb.base/offsets.exp
338         * gdb.base/opaque.exp
339         * gdb.base/pc-fp.exp
340         * gdb.base/permissions.exp
341         * gdb.base/print-symbol-loading.exp
342         * gdb.base/prologue-include.exp
343         * gdb.base/psymtab.exp
344         * gdb.base/ptype.exp
345         * gdb.base/random-signal.exp
346         * gdb.base/randomize.exp
347         * gdb.base/range-stepping.exp
348         * gdb.base/readline-ask.exp
349         * gdb.base/recpar.exp
350         * gdb.base/recurse.exp
351         * gdb.base/relational.exp
352         * gdb.base/restore.exp
353         * gdb.base/return-nodebug.exp
354         * gdb.base/return.exp
355         * gdb.base/run-after-attach.exp
356         * gdb.base/save-bp.exp
357         * gdb.base/scope.exp
358         * gdb.base/sect-cmd.exp
359         * gdb.base/set-lang-auto.exp
360         * gdb.base/set-noassign.exp
361         * gdb.base/setvar.exp
362         * gdb.base/sigall.exp
363         * gdb.base/sigbpt.exp
364         * gdb.base/siginfo-addr.exp
365         * gdb.base/siginfo-infcall.exp
366         * gdb.base/siginfo-obj.exp
367         * gdb.base/siginfo.exp
368         * gdb.base/signals-state-child.exp
369         * gdb.base/signest.exp
370         * gdb.base/sigstep.exp
371         * gdb.base/sizeof.exp
372         * gdb.base/skip.exp
373         * gdb.base/solib-corrupted.exp
374         * gdb.base/solib-nodir.exp
375         * gdb.base/solib-search.exp
376         * gdb.base/stack-checking.exp
377         * gdb.base/stale-infcall.exp
378         * gdb.base/stap-probe.exp
379         * gdb.base/start.exp
380         * gdb.base/step-break.exp
381         * gdb.base/step-bt.exp
382         * gdb.base/step-line.exp
383         * gdb.base/step-over-exit.exp
384         * gdb.base/step-over-syscall.exp
385         * gdb.base/step-resume-infcall.exp
386         * gdb.base/step-test.exp
387         * gdb.base/store.exp
388         * gdb.base/structs3.exp
389         * gdb.base/sym-file.exp
390         * gdb.base/symbol-without-target_section.exp
391         * gdb.base/term.exp
392         * gdb.base/testenv.exp
393         * gdb.base/ui-redirect.exp
394         * gdb.base/until.exp
395         * gdb.base/unwindonsignal.exp
396         * gdb.base/value-double-free.exp
397         * gdb.base/vla-datatypes.exp
398         * gdb.base/vla-ptr.exp
399         * gdb.base/vla-sideeffect.exp
400         * gdb.base/volatile.exp
401         * gdb.base/watch-cond-infcall.exp
402         * gdb.base/watch-cond.exp
403         * gdb.base/watch-non-mem.exp
404         * gdb.base/watch-read.exp
405         * gdb.base/watch-vfork.exp
406         * gdb.base/watchpoint-cond-gone.exp
407         * gdb.base/watchpoint-delete.exp
408         * gdb.base/watchpoint-hw-hit-once.exp
409         * gdb.base/watchpoint-hw.exp
410         * gdb.base/watchpoint-stops-at-right-insn.exp
411         * gdb.base/watchpoints.exp
412         * gdb.base/wchar.exp
413         * gdb.base/whatis-exp.exp
414         * gdb.btrace/buffer-size.exp
415         * gdb.btrace/data.exp
416         * gdb.btrace/delta.exp
417         * gdb.btrace/dlopen.exp
418         * gdb.btrace/enable.exp
419         * gdb.btrace/exception.exp
420         * gdb.btrace/function_call_history.exp
421         * gdb.btrace/gcore.exp
422         * gdb.btrace/instruction_history.exp
423         * gdb.btrace/nohist.exp
424         * gdb.btrace/reconnect.exp
425         * gdb.btrace/record_goto-step.exp
426         * gdb.btrace/record_goto.exp
427         * gdb.btrace/rn-dl-bind.exp
428         * gdb.btrace/segv.exp
429         * gdb.btrace/step.exp
430         * gdb.btrace/stepi.exp
431         * gdb.btrace/tailcall-only.exp
432         * gdb.btrace/tailcall.exp
433         * gdb.btrace/tsx.exp
434         * gdb.btrace/unknown_functions.exp
435         * gdb.btrace/vdso.exp
436         * gdb.compile/compile-ifunc.exp
437         * gdb.compile/compile-ops.exp
438         * gdb.compile/compile-print.exp
439         * gdb.compile/compile-setjmp.exp
440         * gdb.cp/abstract-origin.exp
441         * gdb.cp/ambiguous.exp
442         * gdb.cp/annota2.exp
443         * gdb.cp/annota3.exp
444         * gdb.cp/anon-ns.exp
445         * gdb.cp/anon-struct.exp
446         * gdb.cp/anon-union.exp
447         * gdb.cp/arg-reference.exp
448         * gdb.cp/baseenum.exp
449         * gdb.cp/bool.exp
450         * gdb.cp/breakpoint.exp
451         * gdb.cp/bs15503.exp
452         * gdb.cp/call-c.exp
453         * gdb.cp/casts.exp
454         * gdb.cp/chained-calls.exp
455         * gdb.cp/class2.exp
456         * gdb.cp/classes.exp
457         * gdb.cp/cmpd-minsyms.exp
458         * gdb.cp/converts.exp
459         * gdb.cp/cp-relocate.exp
460         * gdb.cp/cpcompletion.exp
461         * gdb.cp/cpexprs.exp
462         * gdb.cp/cplabel.exp
463         * gdb.cp/cplusfuncs.exp
464         * gdb.cp/cpsizeof.exp
465         * gdb.cp/ctti.exp
466         * gdb.cp/derivation.exp
467         * gdb.cp/destrprint.exp
468         * gdb.cp/dispcxx.exp
469         * gdb.cp/enum-class.exp
470         * gdb.cp/exception.exp
471         * gdb.cp/exceptprint.exp
472         * gdb.cp/expand-psymtabs-cxx.exp
473         * gdb.cp/expand-sals.exp
474         * gdb.cp/extern-c.exp
475         * gdb.cp/filename.exp
476         * gdb.cp/formatted-ref.exp
477         * gdb.cp/fpointer.exp
478         * gdb.cp/gdb1355.exp
479         * gdb.cp/gdb2495.exp
480         * gdb.cp/hang.exp
481         * gdb.cp/impl-this.exp
482         * gdb.cp/infcall-dlopen.exp
483         * gdb.cp/inherit.exp
484         * gdb.cp/iostream.exp
485         * gdb.cp/koenig.exp
486         * gdb.cp/local.exp
487         * gdb.cp/m-data.exp
488         * gdb.cp/m-static.exp
489         * gdb.cp/mb-ctor.exp
490         * gdb.cp/mb-inline.exp
491         * gdb.cp/mb-templates.exp
492         * gdb.cp/member-name.exp
493         * gdb.cp/member-ptr.exp
494         * gdb.cp/meth-typedefs.exp
495         * gdb.cp/method.exp
496         * gdb.cp/method2.exp
497         * gdb.cp/minsym-fallback.exp
498         * gdb.cp/misc.exp
499         * gdb.cp/namelessclass.exp
500         * gdb.cp/namespace-enum.exp
501         * gdb.cp/namespace-nested-import.exp
502         * gdb.cp/namespace.exp
503         * gdb.cp/nextoverthrow.exp
504         * gdb.cp/no-dmgl-verbose.exp
505         * gdb.cp/non-trivial-retval.exp
506         * gdb.cp/noparam.exp
507         * gdb.cp/nsdecl.exp
508         * gdb.cp/nsimport.exp
509         * gdb.cp/nsnested.exp
510         * gdb.cp/nsnoimports.exp
511         * gdb.cp/nsrecurs.exp
512         * gdb.cp/nsstress.exp
513         * gdb.cp/nsusing.exp
514         * gdb.cp/operator.exp
515         * gdb.cp/oranking.exp
516         * gdb.cp/overload-const.exp
517         * gdb.cp/overload.exp
518         * gdb.cp/ovldbreak.exp
519         * gdb.cp/ovsrch.exp
520         * gdb.cp/paren-type.exp
521         * gdb.cp/parse-lang.exp
522         * gdb.cp/pass-by-ref.exp
523         * gdb.cp/pr-1023.exp
524         * gdb.cp/pr-1210.exp
525         * gdb.cp/pr-574.exp
526         * gdb.cp/pr10687.exp
527         * gdb.cp/pr12028.exp
528         * gdb.cp/pr17132.exp
529         * gdb.cp/pr17494.exp
530         * gdb.cp/pr9067.exp
531         * gdb.cp/pr9167.exp
532         * gdb.cp/pr9631.exp
533         * gdb.cp/printmethod.exp
534         * gdb.cp/psmang.exp
535         * gdb.cp/psymtab-parameter.exp
536         * gdb.cp/ptype-cv-cp.exp
537         * gdb.cp/ptype-flags.exp
538         * gdb.cp/re-set-overloaded.exp
539         * gdb.cp/ref-types.exp
540         * gdb.cp/rtti.exp
541         * gdb.cp/scope-err.exp
542         * gdb.cp/shadow.exp
543         * gdb.cp/smartp.exp
544         * gdb.cp/static-method.exp
545         * gdb.cp/static-print-quit.exp
546         * gdb.cp/temargs.exp
547         * gdb.cp/templates.exp
548         * gdb.cp/try_catch.exp
549         * gdb.cp/typedef-operator.exp
550         * gdb.cp/typeid.exp
551         * gdb.cp/userdef.exp
552         * gdb.cp/using-crash.exp
553         * gdb.cp/var-tag.exp
554         * gdb.cp/virtbase.exp
555         * gdb.cp/virtfunc.exp
556         * gdb.cp/virtfunc2.exp
557         * gdb.cp/vla-cxx.exp
558         * gdb.disasm/t01_mov.exp
559         * gdb.disasm/t02_mova.exp
560         * gdb.disasm/t03_add.exp
561         * gdb.disasm/t04_sub.exp
562         * gdb.disasm/t05_cmp.exp
563         * gdb.disasm/t06_ari2.exp
564         * gdb.disasm/t07_ari3.exp
565         * gdb.disasm/t08_or.exp
566         * gdb.disasm/t09_xor.exp
567         * gdb.disasm/t10_and.exp
568         * gdb.disasm/t11_logs.exp
569         * gdb.disasm/t12_bit.exp
570         * gdb.disasm/t13_otr.exp
571         * gdb.dlang/circular.exp
572         * gdb.dwarf2/arr-stride.exp
573         * gdb.dwarf2/arr-subrange.exp
574         * gdb.dwarf2/atomic-type.exp
575         * gdb.dwarf2/bad-regnum.exp
576         * gdb.dwarf2/bitfield-parent-optimized-out.exp
577         * gdb.dwarf2/callframecfa.exp
578         * gdb.dwarf2/clztest.exp
579         * gdb.dwarf2/corrupt.exp
580         * gdb.dwarf2/data-loc.exp
581         * gdb.dwarf2/dup-psym.exp
582         * gdb.dwarf2/dw2-anon-mptr.exp
583         * gdb.dwarf2/dw2-anonymous-func.exp
584         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
585         * gdb.dwarf2/dw2-bad-unresolved.exp
586         * gdb.dwarf2/dw2-basic.exp
587         * gdb.dwarf2/dw2-canonicalize-type.exp
588         * gdb.dwarf2/dw2-case-insensitive.exp
589         * gdb.dwarf2/dw2-common-block.exp
590         * gdb.dwarf2/dw2-compdir-oldgcc.exp
591         * gdb.dwarf2/dw2-compressed.exp
592         * gdb.dwarf2/dw2-const.exp
593         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
594         * gdb.dwarf2/dw2-cu-size.exp
595         * gdb.dwarf2/dw2-dup-frame.exp
596         * gdb.dwarf2/dw2-entry-value.exp
597         * gdb.dwarf2/dw2-icycle.exp
598         * gdb.dwarf2/dw2-ifort-parameter.exp
599         * gdb.dwarf2/dw2-inline-break.exp
600         * gdb.dwarf2/dw2-inline-param.exp
601         * gdb.dwarf2/dw2-intercu.exp
602         * gdb.dwarf2/dw2-intermix.exp
603         * gdb.dwarf2/dw2-lexical-block-bare.exp
604         * gdb.dwarf2/dw2-linkage-name-trust.exp
605         * gdb.dwarf2/dw2-minsym-in-cu.exp
606         * gdb.dwarf2/dw2-noloc.exp
607         * gdb.dwarf2/dw2-op-call.exp
608         * gdb.dwarf2/dw2-op-out-param.exp
609         * gdb.dwarf2/dw2-opt-structptr.exp
610         * gdb.dwarf2/dw2-param-error.exp
611         * gdb.dwarf2/dw2-producer.exp
612         * gdb.dwarf2/dw2-ranges-base.exp
613         * gdb.dwarf2/dw2-ref-missing-frame.exp
614         * gdb.dwarf2/dw2-reg-undefined.exp
615         * gdb.dwarf2/dw2-regno-invalid.exp
616         * gdb.dwarf2/dw2-restore.exp
617         * gdb.dwarf2/dw2-restrict.exp
618         * gdb.dwarf2/dw2-single-line-discriminators.exp
619         * gdb.dwarf2/dw2-strp.exp
620         * gdb.dwarf2/dw2-undefined-ret-addr.exp
621         * gdb.dwarf2/dw2-unresolved.exp
622         * gdb.dwarf2/dw2-var-zero-addr.exp
623         * gdb.dwarf2/dw4-sig-types.exp
624         * gdb.dwarf2/dwz.exp
625         * gdb.dwarf2/dynarr-ptr.exp
626         * gdb.dwarf2/enum-type.exp
627         * gdb.dwarf2/gdb-index.exp
628         * gdb.dwarf2/implptr-64bit.exp
629         * gdb.dwarf2/implptr-optimized-out.exp
630         * gdb.dwarf2/implptr.exp
631         * gdb.dwarf2/implref-array.exp
632         * gdb.dwarf2/implref-const.exp
633         * gdb.dwarf2/implref-global.exp
634         * gdb.dwarf2/implref-struct.exp
635         * gdb.dwarf2/mac-fileno.exp
636         * gdb.dwarf2/main-subprogram.exp
637         * gdb.dwarf2/member-ptr-forwardref.exp
638         * gdb.dwarf2/method-ptr.exp
639         * gdb.dwarf2/missing-sig-type.exp
640         * gdb.dwarf2/nonvar-access.exp
641         * gdb.dwarf2/opaque-type-lookup.exp
642         * gdb.dwarf2/pieces-optimized-out.exp
643         * gdb.dwarf2/pieces.exp
644         * gdb.dwarf2/pr10770.exp
645         * gdb.dwarf2/pr13961.exp
646         * gdb.dwarf2/staticvirtual.exp
647         * gdb.dwarf2/subrange.exp
648         * gdb.dwarf2/symtab-producer.exp
649         * gdb.dwarf2/trace-crash.exp
650         * gdb.dwarf2/typeddwarf.exp
651         * gdb.dwarf2/valop.exp
652         * gdb.dwarf2/watch-notconst.exp
653         * gdb.fortran/array-element.exp
654         * gdb.fortran/charset.exp
655         * gdb.fortran/common-block.exp
656         * gdb.fortran/complex.exp
657         * gdb.fortran/derived-type-function.exp
658         * gdb.fortran/derived-type.exp
659         * gdb.fortran/logical.exp
660         * gdb.fortran/module.exp
661         * gdb.fortran/multi-dim.exp
662         * gdb.fortran/nested-funcs.exp
663         * gdb.fortran/print-formatted.exp
664         * gdb.fortran/subarray.exp
665         * gdb.fortran/vla-alloc-assoc.exp
666         * gdb.fortran/vla-datatypes.exp
667         * gdb.fortran/vla-history.exp
668         * gdb.fortran/vla-ptr-info.exp
669         * gdb.fortran/vla-ptype-sub.exp
670         * gdb.fortran/vla-ptype.exp
671         * gdb.fortran/vla-sizeof.exp
672         * gdb.fortran/vla-type.exp
673         * gdb.fortran/vla-value-sub-arbitrary.exp
674         * gdb.fortran/vla-value-sub-finish.exp
675         * gdb.fortran/vla-value-sub.exp
676         * gdb.fortran/vla-value.exp
677         * gdb.fortran/whatis_type.exp
678         * gdb.go/chan.exp
679         * gdb.go/handcall.exp
680         * gdb.go/hello.exp
681         * gdb.go/integers.exp
682         * gdb.go/methods.exp
683         * gdb.go/package.exp
684         * gdb.go/strings.exp
685         * gdb.go/types.exp
686         * gdb.go/unsafe.exp
687         * gdb.guile/scm-arch.exp
688         * gdb.guile/scm-block.exp
689         * gdb.guile/scm-breakpoint.exp
690         * gdb.guile/scm-cmd.exp
691         * gdb.guile/scm-disasm.exp
692         * gdb.guile/scm-equal.exp
693         * gdb.guile/scm-frame-args.exp
694         * gdb.guile/scm-frame-inline.exp
695         * gdb.guile/scm-frame.exp
696         * gdb.guile/scm-iterator.exp
697         * gdb.guile/scm-math.exp
698         * gdb.guile/scm-objfile.exp
699         * gdb.guile/scm-ports.exp
700         * gdb.guile/scm-symbol.exp
701         * gdb.guile/scm-symtab.exp
702         * gdb.guile/scm-value-cc.exp
703         * gdb.guile/types-module.exp
704         * gdb.linespec/break-ask.exp
705         * gdb.linespec/cpexplicit.exp
706         * gdb.linespec/explicit.exp
707         * gdb.linespec/keywords.exp
708         * gdb.linespec/linespec.exp
709         * gdb.linespec/ls-dollar.exp
710         * gdb.linespec/ls-errs.exp
711         * gdb.linespec/skip-two.exp
712         * gdb.linespec/thread.exp
713         * gdb.mi/mi-async.exp
714         * gdb.mi/mi-basics.exp
715         * gdb.mi/mi-break.exp
716         * gdb.mi/mi-catch-load.exp
717         * gdb.mi/mi-cli.exp
718         * gdb.mi/mi-cmd-param-changed.exp
719         * gdb.mi/mi-console.exp
720         * gdb.mi/mi-detach.exp
721         * gdb.mi/mi-disassemble.exp
722         * gdb.mi/mi-eval.exp
723         * gdb.mi/mi-file-transfer.exp
724         * gdb.mi/mi-file.exp
725         * gdb.mi/mi-fill-memory.exp
726         * gdb.mi/mi-inheritance-syntax-error.exp
727         * gdb.mi/mi-linespec-err-cp.exp
728         * gdb.mi/mi-logging.exp
729         * gdb.mi/mi-memory-changed.exp
730         * gdb.mi/mi-read-memory.exp
731         * gdb.mi/mi-record-changed.exp
732         * gdb.mi/mi-reg-undefined.exp
733         * gdb.mi/mi-regs.exp
734         * gdb.mi/mi-return.exp
735         * gdb.mi/mi-reverse.exp
736         * gdb.mi/mi-simplerun.exp
737         * gdb.mi/mi-solib.exp
738         * gdb.mi/mi-stack.exp
739         * gdb.mi/mi-stepi.exp
740         * gdb.mi/mi-syn-frame.exp
741         * gdb.mi/mi-until.exp
742         * gdb.mi/mi-var-block.exp
743         * gdb.mi/mi-var-child.exp
744         * gdb.mi/mi-var-cmd.exp
745         * gdb.mi/mi-var-cp.exp
746         * gdb.mi/mi-var-display.exp
747         * gdb.mi/mi-var-invalidate.exp
748         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
749         * gdb.mi/mi-vla-fortran.exp
750         * gdb.mi/mi-watch.exp
751         * gdb.mi/mi2-var-child.exp
752         * gdb.mi/user-selected-context-sync.exp
753         * gdb.modula2/unbounded-array.exp
754         * gdb.multi/dummy-frame-restore.exp
755         * gdb.multi/multi-arch-exec.exp
756         * gdb.multi/multi-arch.exp
757         * gdb.multi/tids.exp
758         * gdb.multi/watchpoint-multi.exp
759         * gdb.opencl/callfuncs.exp
760         * gdb.opencl/convs_casts.exp
761         * gdb.opencl/datatypes.exp
762         * gdb.opencl/operators.exp
763         * gdb.opencl/vec_comps.exp
764         * gdb.opt/clobbered-registers-O2.exp
765         * gdb.opt/inline-break.exp
766         * gdb.opt/inline-bt.exp
767         * gdb.opt/inline-cmds.exp
768         * gdb.opt/inline-locals.exp
769         * gdb.pascal/case-insensitive-symbols.exp
770         * gdb.pascal/floats.exp
771         * gdb.pascal/gdb11492.exp
772         * gdb.python/lib-types.exp
773         * gdb.python/py-arch.exp
774         * gdb.python/py-as-string.exp
775         * gdb.python/py-bad-printers.exp
776         * gdb.python/py-block.exp
777         * gdb.python/py-breakpoint-create-fail.exp
778         * gdb.python/py-breakpoint.exp
779         * gdb.python/py-caller-is.exp
780         * gdb.python/py-cmd.exp
781         * gdb.python/py-explore-cc.exp
782         * gdb.python/py-explore.exp
783         * gdb.python/py-finish-breakpoint.exp
784         * gdb.python/py-finish-breakpoint2.exp
785         * gdb.python/py-frame-args.exp
786         * gdb.python/py-frame-inline.exp
787         * gdb.python/py-frame.exp
788         * gdb.python/py-framefilter-mi.exp
789         * gdb.python/py-infthread.exp
790         * gdb.python/py-lazy-string.exp
791         * gdb.python/py-linetable.exp
792         * gdb.python/py-mi-events.exp
793         * gdb.python/py-mi-objfile.exp
794         * gdb.python/py-mi.exp
795         * gdb.python/py-objfile.exp
796         * gdb.python/py-pp-integral.exp
797         * gdb.python/py-pp-maint.exp
798         * gdb.python/py-pp-re-notag.exp
799         * gdb.python/py-pp-registration.exp
800         * gdb.python/py-recurse-unwind.exp
801         * gdb.python/py-strfns.exp
802         * gdb.python/py-symbol.exp
803         * gdb.python/py-symtab.exp
804         * gdb.python/py-sync-interp.exp
805         * gdb.python/py-typeprint.exp
806         * gdb.python/py-unwind-maint.exp
807         * gdb.python/py-unwind.exp
808         * gdb.python/py-value-cc.exp
809         * gdb.python/py-xmethods.exp
810         * gdb.reverse/amd64-tailcall-reverse.exp
811         * gdb.reverse/break-precsave.exp
812         * gdb.reverse/break-reverse.exp
813         * gdb.reverse/consecutive-precsave.exp
814         * gdb.reverse/consecutive-reverse.exp
815         * gdb.reverse/finish-precsave.exp
816         * gdb.reverse/finish-reverse-bkpt.exp
817         * gdb.reverse/finish-reverse.exp
818         * gdb.reverse/fstatat-reverse.exp
819         * gdb.reverse/getresuid-reverse.exp
820         * gdb.reverse/i386-precsave.exp
821         * gdb.reverse/i386-reverse.exp
822         * gdb.reverse/i386-sse-reverse.exp
823         * gdb.reverse/i387-env-reverse.exp
824         * gdb.reverse/i387-stack-reverse.exp
825         * gdb.reverse/insn-reverse.exp
826         * gdb.reverse/machinestate-precsave.exp
827         * gdb.reverse/machinestate.exp
828         * gdb.reverse/next-reverse-bkpt-over-sr.exp
829         * gdb.reverse/pipe-reverse.exp
830         * gdb.reverse/readv-reverse.exp
831         * gdb.reverse/recvmsg-reverse.exp
832         * gdb.reverse/rerun-prec.exp
833         * gdb.reverse/s390-mvcle.exp
834         * gdb.reverse/step-precsave.exp
835         * gdb.reverse/step-reverse.exp
836         * gdb.reverse/time-reverse.exp
837         * gdb.reverse/until-precsave.exp
838         * gdb.reverse/until-reverse.exp
839         * gdb.reverse/waitpid-reverse.exp
840         * gdb.reverse/watch-precsave.exp
841         * gdb.reverse/watch-reverse.exp
842         * gdb.rust/generics.exp
843         * gdb.rust/methods.exp
844         * gdb.rust/modules.exp
845         * gdb.rust/simple.exp
846         * gdb.server/connect-with-no-symbol-file.exp
847         * gdb.server/ext-attach.exp
848         * gdb.server/ext-restart.exp
849         * gdb.server/ext-wrapper.exp
850         * gdb.server/file-transfer.exp
851         * gdb.server/server-exec-info.exp
852         * gdb.server/server-kill.exp
853         * gdb.server/server-mon.exp
854         * gdb.server/wrapper.exp
855         * gdb.stabs/exclfwd.exp
856         * gdb.stabs/gdb11479.exp
857         * gdb.threads/clone-new-thread-event.exp
858         * gdb.threads/corethreads.exp
859         * gdb.threads/current-lwp-dead.exp
860         * gdb.threads/dlopen-libpthread.exp
861         * gdb.threads/gcore-thread.exp
862         * gdb.threads/sigstep-threads.exp
863         * gdb.threads/watchpoint-fork.exp
864         * gdb.trace/actions-changed.exp
865         * gdb.trace/backtrace.exp
866         * gdb.trace/change-loc.exp
867         * gdb.trace/circ.exp
868         * gdb.trace/collection.exp
869         * gdb.trace/disconnected-tracing.exp
870         * gdb.trace/ftrace.exp
871         * gdb.trace/mi-trace-frame-collected.exp
872         * gdb.trace/mi-trace-unavailable.exp
873         * gdb.trace/mi-traceframe-changed.exp
874         * gdb.trace/mi-tsv-changed.exp
875         * gdb.trace/no-attach-trace.exp
876         * gdb.trace/passc-dyn.exp
877         * gdb.trace/qtro.exp
878         * gdb.trace/range-stepping.exp
879         * gdb.trace/read-memory.exp
880         * gdb.trace/save-trace.exp
881         * gdb.trace/signal.exp
882         * gdb.trace/status-stop.exp
883         * gdb.trace/tfile.exp
884         * gdb.trace/trace-break.exp
885         * gdb.trace/trace-buffer-size.exp
886         * gdb.trace/trace-condition.exp
887         * gdb.trace/tracefile-pseudo-reg.exp
888         * gdb.trace/tstatus.exp
889         * gdb.trace/unavailable.exp
890         * gdb.trace/while-dyn.exp
891         * gdb.trace/while-stepping.exp
892
893 2016-12-22  Doug Evans  <xdje42@gmail.com>
894
895         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
896         and msymbols.
897
898 2016-12-19  Yao Qi  <yao.qi@linaro.org>
899
900         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
901         (test_with_self): Don't call do_steps_and_nexts, and remove
902         code about stepping into xmalloc.
903
904 2016-12-09  Yao Qi  <yao.qi@linaro.org>
905
906         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
907
908 2016-12-09  Yao Qi  <yao.qi@linaro.org>
909
910         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
911
912 2016-12-09  Pedro Alves  <palves@redhat.com>
913
914         * gdb.base/all-architectures-0.exp: New file.
915         * gdb.base/all-architectures-1.exp: New file.
916         * gdb.base/all-architectures-2.exp: New file.
917         * gdb.base/all-architectures-3.exp: New file.
918         * gdb.base/all-architectures-4.exp: New file.
919         * gdb.base/all-architectures-5.exp: New file.
920         * gdb.base/all-architectures-6.exp: New file.
921         * gdb.base/all-architectures-7.exp: New file.
922         * gdb.base/all-architectures.exp.in: New file.
923
924 2016-12-09  Yao Qi  <yao.qi@linaro.org>
925
926         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
927
928 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
929
930         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
931         possible.
932         Remove useless pattern-matching code.
933
934 2016-12-02  Pedro Alves  <palves@redhat.com>
935
936         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
937         procedure.
938         (top level): Call it.
939
940 2016-12-02  Pedro Alves  <palves@redhat.com>
941
942         * gdb.base/commands.exp (user_defined_command_args_stack_test):
943         New procedure.
944         (top level): Call it.
945
946 2016-12-02  Pedro Alves  <palves@redhat.com>
947
948         PR cli/20559
949         * gdb.base/commands.exp (user_defined_command_args_eval): New
950         procedure.
951         (top level): Call it.
952
953 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
954
955         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
956         timeout handling.
957
958 2016-12-02  Tom Tromey  <tom@tromey.com>
959
960         * gdb.dwarf2/main-subprogram.c: New file.
961         * gdb.dwarf2/main-subprogram.exp: New file.
962
963 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
964
965         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
966         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
967         gdb_test_no_output for a couple of cases.
968         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
969
970 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
971
972         Fix test names and standardize compilation error messages throughout
973         the following files:
974
975         * gdb.ada/start.exp
976         * gdb.arch/alpha-step.exp
977         * gdb.arch/e500-prologue.exp
978         * gdb.arch/ftrace-insn-reloc.exp
979         * gdb.arch/gdb1291.exp
980         * gdb.arch/gdb1431.exp
981         * gdb.arch/gdb1558.exp
982         * gdb.arch/i386-dr3-watch.exp
983         * gdb.arch/i386-sse-stack-align.exp
984         * gdb.arch/ia64-breakpoint-shadow.exp
985         * gdb.arch/pa-nullify.exp
986         * gdb.arch/powerpc-aix-prologue.exp
987         * gdb.arch/thumb-bx-pc.exp
988         * gdb.base/annota1.exp
989         * gdb.base/annota3.exp
990         * gdb.base/arrayidx.exp
991         * gdb.base/assign.exp
992         * gdb.base/attach.exp
993         * gdb.base/auxv.exp
994         * gdb.base/bang.exp
995         * gdb.base/bfp-test.exp
996         * gdb.base/bigcore.exp
997         * gdb.base/bitfields2.exp
998         * gdb.base/break-fun-addr.exp
999         * gdb.base/break-probes.exp
1000         * gdb.base/call-rt-st.exp
1001         * gdb.base/callexit.exp
1002         * gdb.base/catch-fork-kill.exp
1003         * gdb.base/charset.exp
1004         * gdb.base/checkpoint.exp
1005         * gdb.base/comprdebug.exp
1006         * gdb.base/constvars.exp
1007         * gdb.base/coredump-filter.exp
1008         * gdb.base/cursal.exp
1009         * gdb.base/cvexpr.exp
1010         * gdb.base/detach.exp
1011         * gdb.base/display.exp
1012         * gdb.base/dmsym.exp
1013         * gdb.base/dprintf-pending.exp
1014         * gdb.base/dso2dso.exp
1015         * gdb.base/dtrace-probe.exp
1016         * gdb.base/dump.exp
1017         * gdb.base/enum_cond.exp
1018         * gdb.base/exe-lock.exp
1019         * gdb.base/exec-invalid-sysroot.exp
1020         * gdb.base/execl-update-breakpoints.exp
1021         * gdb.base/exprs.exp
1022         * gdb.base/fileio.exp
1023         * gdb.base/find.exp
1024         * gdb.base/finish.exp
1025         * gdb.base/fixsection.exp
1026         * gdb.base/foll-vfork.exp
1027         * gdb.base/frame-args.exp
1028         * gdb.base/gcore.exp
1029         * gdb.base/gdb1250.exp
1030         * gdb.base/global-var-nested-by-dso.exp
1031         * gdb.base/gnu-ifunc.exp
1032         * gdb.base/hashline1.exp
1033         * gdb.base/hashline2.exp
1034         * gdb.base/hashline3.exp
1035         * gdb.base/hbreak-in-shr-unsupported.exp
1036         * gdb.base/huge.exp
1037         * gdb.base/infcall-input.exp
1038         * gdb.base/info-fun.exp
1039         * gdb.base/info-shared.exp
1040         * gdb.base/jit-simple.exp
1041         * gdb.base/jit-so.exp
1042         * gdb.base/jit.exp
1043         * gdb.base/jump.exp
1044         * gdb.base/label.exp
1045         * gdb.base/lineinc.exp
1046         * gdb.base/logical.exp
1047         * gdb.base/longjmp.exp
1048         * gdb.base/macscp.exp
1049         * gdb.base/miscexprs.exp
1050         * gdb.base/new-ui-echo.exp
1051         * gdb.base/new-ui-pending-input.exp
1052         * gdb.base/new-ui.exp
1053         * gdb.base/nodebug.exp
1054         * gdb.base/nofield.exp
1055         * gdb.base/offsets.exp
1056         * gdb.base/overlays.exp
1057         * gdb.base/pending.exp
1058         * gdb.base/pointers.exp
1059         * gdb.base/pr11022.exp
1060         * gdb.base/printcmds.exp
1061         * gdb.base/prologue.exp
1062         * gdb.base/ptr-typedef.exp
1063         * gdb.base/realname-expand.exp
1064         * gdb.base/relativedebug.exp
1065         * gdb.base/relocate.exp
1066         * gdb.base/remote.exp
1067         * gdb.base/reread.exp
1068         * gdb.base/return2.exp
1069         * gdb.base/savedregs.exp
1070         * gdb.base/sep.exp
1071         * gdb.base/sepdebug.exp
1072         * gdb.base/sepsymtab.exp
1073         * gdb.base/set-inferior-tty.exp
1074         * gdb.base/setshow.exp
1075         * gdb.base/shlib-call.exp
1076         * gdb.base/sigaltstack.exp
1077         * gdb.base/siginfo-addr.exp
1078         * gdb.base/signals.exp
1079         * gdb.base/signull.exp
1080         * gdb.base/sigrepeat.exp
1081         * gdb.base/so-impl-ld.exp
1082         * gdb.base/solib-display.exp
1083         * gdb.base/solib-overlap.exp
1084         * gdb.base/solib-search.exp
1085         * gdb.base/solib-symbol.exp
1086         * gdb.base/structs.exp
1087         * gdb.base/structs2.exp
1088         * gdb.base/symtab-search-order.exp
1089         * gdb.base/twice.exp
1090         * gdb.base/unload.exp
1091         * gdb.base/varargs.exp
1092         * gdb.base/watchpoint-solib.exp
1093         * gdb.base/watchpoint.exp
1094         * gdb.base/whatis.exp
1095         * gdb.base/wrong_frame_bt_full.exp
1096         * gdb.btrace/dlopen.exp
1097         * gdb.cell/ea-standalone.exp
1098         * gdb.cell/ea-test.exp
1099         * gdb.cp/dispcxx.exp
1100         * gdb.cp/gdb2384.exp
1101         * gdb.cp/method2.exp
1102         * gdb.cp/nextoverthrow.exp
1103         * gdb.cp/pr10728.exp
1104         * gdb.disasm/am33.exp
1105         * gdb.disasm/h8300s.exp
1106         * gdb.disasm/mn10300.exp
1107         * gdb.disasm/sh3.exp
1108         * gdb.dwarf2/dw2-dir-file-name.exp
1109         * gdb.fortran/complex.exp
1110         * gdb.fortran/library-module.exp
1111         * gdb.guile/scm-pretty-print.exp
1112         * gdb.guile/scm-symbol.exp
1113         * gdb.guile/scm-type.exp
1114         * gdb.guile/scm-value.exp
1115         * gdb.linespec/linespec.exp
1116         * gdb.mi/gdb701.exp
1117         * gdb.mi/gdb792.exp
1118         * gdb.mi/mi-breakpoint-changed.exp
1119         * gdb.mi/mi-dprintf-pending.exp
1120         * gdb.mi/mi-dprintf.exp
1121         * gdb.mi/mi-exit-code.exp
1122         * gdb.mi/mi-pending.exp
1123         * gdb.mi/mi-solib.exp
1124         * gdb.mi/new-ui-mi-sync.exp
1125         * gdb.mi/pr11022.exp
1126         * gdb.mi/user-selected-context-sync.exp
1127         * gdb.opt/solib-intra-step.exp
1128         * gdb.python/py-events.exp
1129         * gdb.python/py-finish-breakpoint.exp
1130         * gdb.python/py-mi.exp
1131         * gdb.python/py-prettyprint.exp
1132         * gdb.python/py-shared.exp
1133         * gdb.python/py-symbol.exp
1134         * gdb.python/py-template.exp
1135         * gdb.python/py-type.exp
1136         * gdb.python/py-value.exp
1137         * gdb.reverse/solib-precsave.exp
1138         * gdb.reverse/solib-reverse.exp
1139         * gdb.server/solib-list.exp
1140         * gdb.stabs/weird.exp
1141         * gdb.threads/reconnect-signal.exp
1142         * gdb.threads/stepi-random-signal.exp
1143         * gdb.trace/actions.exp
1144         * gdb.trace/ax.exp
1145         * gdb.trace/backtrace.exp
1146         * gdb.trace/change-loc.exp
1147         * gdb.trace/deltrace.exp
1148         * gdb.trace/ftrace-lock.exp
1149         * gdb.trace/ftrace.exp
1150         * gdb.trace/infotrace.exp
1151         * gdb.trace/mi-tracepoint-changed.exp
1152         * gdb.trace/packetlen.exp
1153         * gdb.trace/passcount.exp
1154         * gdb.trace/pending.exp
1155         * gdb.trace/range-stepping.exp
1156         * gdb.trace/report.exp
1157         * gdb.trace/stap-trace.exp
1158         * gdb.trace/tfind.exp
1159         * gdb.trace/trace-break.exp
1160         * gdb.trace/trace-condition.exp
1161         * gdb.trace/trace-enable-disable.exp
1162         * gdb.trace/trace-mt.exp
1163         * gdb.trace/tracecmd.exp
1164         * gdb.trace/tspeed.exp
1165         * gdb.trace/tsv.exp
1166         * lib/perftest.exp
1167
1168 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1169
1170         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1171         with gdb_test_no_output.
1172         Use command as test name.
1173
1174 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1175
1176         Fix test names starting with uppercase throughout the files.
1177
1178         * gdb.ada/assign_1.exp
1179         * gdb.ada/boolean_expr.exp
1180         * gdb.base/arrayidx.exp
1181         * gdb.base/del.exp
1182         * gdb.base/gcore-buffer-overflow.exp
1183         * gdb.base/testenv.exp
1184         * gdb.compile/compile.exp
1185         * gdb.python/py-framefilter-invalidarg.exp
1186         * gdb.python/py-framefilter.exp
1187
1188 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1189
1190         Fix test names starting with uppercase throughout the files.
1191
1192         * gdb.ada/array_return.exp
1193         * gdb.ada/expr_delims.exp
1194         * gdb.ada/mi_dyn_arr.exp
1195         * gdb.ada/mi_interface.exp
1196         * gdb.ada/mi_var_array.exp
1197         * gdb.ada/watch_arg.exp
1198         * gdb.arch/alpha-step.exp
1199         * gdb.arch/altivec-regs.exp
1200         * gdb.arch/e500-regs.exp
1201         * gdb.arch/powerpc-d128-regs.exp
1202         * gdb.base/arrayidx.exp
1203         * gdb.base/break.exp
1204         * gdb.base/checkpoint.exp
1205         * gdb.base/debug-expr.exp
1206         * gdb.base/dmsym.exp
1207         * gdb.base/radix.exp
1208         * gdb.base/sepdebug.exp
1209         * gdb.base/testenv.exp
1210         * gdb.base/watch_thread_num.exp
1211         * gdb.base/watchpoint-cond-gone.exp
1212         * gdb.cell/break.exp
1213         * gdb.cell/ea-cache.exp
1214         * gdb.compile/compile.exp
1215         * gdb.cp/gdb2495.exp
1216         * gdb.gdb/selftest.exp
1217         * gdb.gdb/xfullpath.exp
1218         * gdb.go/hello.exp
1219         * gdb.go/integers.exp
1220         * gdb.objc/basicclass.exp
1221         * gdb.pascal/hello.exp
1222         * gdb.pascal/integers.exp
1223         * gdb.python/py-breakpoint.exp
1224         * gdb.python/py-cmd.exp
1225         * gdb.python/py-linetable.exp
1226         * gdb.python/py-xmethods.exp
1227         * gdb.python/python.exp
1228         * gdb.reverse/consecutive-precsave.exp
1229         * gdb.reverse/finish-precsave.exp
1230         * gdb.reverse/i386-precsave.exp
1231         * gdb.reverse/machinestate-precsave.exp
1232         * gdb.reverse/sigall-precsave.exp
1233         * gdb.reverse/solib-precsave.exp
1234         * gdb.reverse/step-precsave.exp
1235         * gdb.reverse/until-precsave.exp
1236         * gdb.reverse/watch-precsave.exp
1237         * gdb.threads/leader-exit.exp
1238         * gdb.threads/pthreads.exp
1239         * gdb.threads/wp-replication.exp
1240         * gdb.trace/actions.exp
1241         * gdb.trace/mi-tsv-changed.exp
1242         * gdb.trace/tsv.exp
1243
1244 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1245
1246         Fix test names starting with uppercase throughout the files.
1247
1248         * gdb.arch/i386-bp_permanent.exp
1249         * gdb.arch/i386-gnu-cfi.exp
1250         * gdb.base/disasm-end-cu.exp
1251         * gdb.base/macscp.exp
1252         * gdb.base/pending.exp
1253         * gdb.base/watch_thread_num.exp
1254         * gdb.cp/exception.exp
1255         * gdb.cp/gdb2495.exp
1256         * gdb.cp/local.exp
1257         * gdb.python/py-evsignal.exp
1258         * gdb.python/python.exp
1259         * gdb.trace/tracecmd.exp
1260
1261 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1262
1263         Fix test names starting with uppercase throughout the files.
1264
1265         * gdb.base/charset.exp
1266         * gdb.base/eval.exp
1267         * gdb.base/multi-forks.exp
1268         * gdb.guile/scm-progspace.exp
1269         * gdb.opencl/datatypes.exp
1270         * gdb.python/py-block.exp
1271         * gdb.python/py-function.exp
1272         * gdb.python/py-symbol.exp
1273         * gdb.python/py-symtab.exp
1274         * gdb.python/py-xmethods.exp
1275         * gdb.reverse/break-precsave.exp
1276         * gdb.reverse/break-reverse.exp
1277         * gdb.reverse/consecutive-precsave.exp
1278         * gdb.reverse/consecutive-reverse.exp
1279         * gdb.reverse/finish-precsave.exp
1280         * gdb.reverse/finish-reverse-bkpt.exp
1281         * gdb.reverse/finish-reverse.exp
1282         * gdb.reverse/fstatat-reverse.exp
1283         * gdb.reverse/getresuid-reverse.exp
1284         * gdb.reverse/i386-precsave.exp
1285         * gdb.reverse/i386-reverse.exp
1286         * gdb.reverse/i386-sse-reverse.exp
1287         * gdb.reverse/i387-stack-reverse.exp
1288         * gdb.reverse/insn-reverse.exp
1289         * gdb.reverse/machinestate-precsave.exp
1290         * gdb.reverse/machinestate.exp
1291         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1292         * gdb.reverse/pipe-reverse.exp
1293         * gdb.reverse/readv-reverse.exp
1294         * gdb.reverse/recvmsg-reverse.exp
1295         * gdb.reverse/rerun-prec.exp
1296         * gdb.reverse/s390-mvcle.exp
1297         * gdb.reverse/sigall-precsave.exp
1298         * gdb.reverse/sigall-reverse.exp
1299         * gdb.reverse/solib-precsave.exp
1300         * gdb.reverse/solib-reverse.exp
1301         * gdb.reverse/step-precsave.exp
1302         * gdb.reverse/step-reverse.exp
1303         * gdb.reverse/time-reverse.exp
1304         * gdb.reverse/until-precsave.exp
1305         * gdb.reverse/until-reverse.exp
1306         * gdb.reverse/waitpid-reverse.exp
1307         * gdb.reverse/watch-precsave.exp
1308         * gdb.reverse/watch-reverse.exp
1309
1310 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1311
1312         Fix test names starting with uppercase throughout the files.
1313
1314         * gdb.arch/i386-mpx-simple_segv.exp
1315         * gdb.arch/i386-mpx.exp
1316         * gdb.arch/i386-permbkpt.exp
1317         * gdb.arch/pa-nullify.exp
1318         * gdb.arch/powerpc-d128-regs.exp
1319         * gdb.arch/vsx-regs.exp
1320         * gdb.base/bfp-test.exp
1321         * gdb.base/break.exp
1322         * gdb.base/breakpoint-shadow.exp
1323         * gdb.base/callfuncs.exp
1324         * gdb.base/charset.exp
1325         * gdb.base/commands.exp
1326         * gdb.base/completion.exp
1327         * gdb.base/dfp-test.exp
1328         * gdb.base/echo.exp
1329         * gdb.base/ending-run.exp
1330         * gdb.base/eval.exp
1331         * gdb.base/expand-psymtabs.exp
1332         * gdb.base/float128.exp
1333         * gdb.base/floatn.exp
1334         * gdb.base/foll-exec-mode.exp
1335         * gdb.base/gdb1056.exp
1336         * gdb.base/gdb11531.exp
1337         * gdb.base/kill-after-signal.exp
1338         * gdb.base/multi-forks.exp
1339         * gdb.base/overlays.exp
1340         * gdb.base/pending.exp
1341         * gdb.base/sepdebug.exp
1342         * gdb.base/testenv.exp
1343         * gdb.base/valgrind-db-attach.exp
1344         * gdb.base/watch_thread_num.exp
1345         * gdb.base/watchpoint-cond-gone.exp
1346         * gdb.base/watchpoint.exp
1347         * gdb.base/watchpoints.exp
1348         * gdb.cp/arg-reference.exp
1349         * gdb.cp/baseenum.exp
1350         * gdb.cp/operator.exp
1351         * gdb.cp/shadow.exp
1352         * gdb.dwarf2/dw2-op-out-param.exp
1353         * gdb.dwarf2/dw2-reg-undefined.exp
1354         * gdb.go/chan.exp
1355         * gdb.go/hello.exp
1356         * gdb.go/integers.exp
1357         * gdb.go/methods.exp
1358         * gdb.go/package.exp
1359         * gdb.guile/scm-parameter.exp
1360         * gdb.guile/scm-progspace.exp
1361         * gdb.guile/scm-value.exp
1362         * gdb.mi/mi-pending.exp
1363         * gdb.mi/user-selected-context-sync.exp
1364         * gdb.multi/multi-attach.exp
1365         * gdb.multi/tids.exp
1366         * gdb.opt/clobbered-registers-O2.exp
1367         * gdb.pascal/floats.exp
1368         * gdb.pascal/integers.exp
1369         * gdb.python/py-block.exp
1370         * gdb.python/py-events.exp
1371         * gdb.python/py-parameter.exp
1372         * gdb.python/py-symbol.exp
1373         * gdb.python/py-symtab.exp
1374         * gdb.python/py-type.exp
1375         * gdb.python/py-value.exp
1376         * gdb.python/py-xmethods.exp
1377         * gdb.python/python.exp
1378         * gdb.reverse/break-precsave.exp
1379         * gdb.reverse/consecutive-precsave.exp
1380         * gdb.reverse/finish-precsave.exp
1381         * gdb.reverse/i386-precsave.exp
1382         * gdb.reverse/machinestate-precsave.exp
1383         * gdb.reverse/sigall-precsave.exp
1384         * gdb.reverse/solib-precsave.exp
1385         * gdb.reverse/step-precsave.exp
1386         * gdb.reverse/until-precsave.exp
1387         * gdb.reverse/watch-precsave.exp
1388         * gdb.server/ext-attach.exp
1389         * gdb.server/ext-restart.exp
1390         * gdb.server/ext-run.exp
1391         * gdb.server/ext-wrapper.exp
1392         * gdb.stabs/gdb11479.exp
1393         * gdb.stabs/weird.exp
1394         * gdb.threads/attach-many-short-lived-threads.exp
1395         * gdb.threads/kill.exp
1396         * gdb.threads/watchpoint-fork.exp
1397
1398 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
1399
1400         Fix test names starting with uppercase throughout all the files below.
1401
1402         * gdb.ada/array_return.exp
1403         * gdb.ada/catch_ex.exp
1404         * gdb.ada/info_exc.exp
1405         * gdb.ada/mi_catch_ex.exp
1406         * gdb.ada/mi_dyn_arr.exp
1407         * gdb.ada/mi_ex_cond.exp
1408         * gdb.ada/mi_exc_info.exp
1409         * gdb.ada/mi_interface.exp
1410         * gdb.ada/mi_task_arg.exp
1411         * gdb.ada/mi_task_info.exp
1412         * gdb.ada/mi_var_array.exp
1413         * gdb.arch/alpha-step.exp
1414         * gdb.arch/amd64-disp-step.exp
1415         * gdb.arch/arm-disp-step.exp
1416         * gdb.arch/disp-step-insn-reloc.exp
1417         * gdb.arch/e500-prologue.exp
1418         * gdb.arch/ftrace-insn-reloc.exp
1419         * gdb.arch/gdb1558.exp
1420         * gdb.arch/i386-bp_permanent.exp
1421         * gdb.arch/i386-disp-step.exp
1422         * gdb.arch/i386-float.exp
1423         * gdb.arch/i386-gnu-cfi.exp
1424         * gdb.arch/ia64-breakpoint-shadow.exp
1425         * gdb.arch/mips16-thunks.exp
1426         * gdb.arch/pa-nullify.exp
1427         * gdb.arch/powerpc-aix-prologue.exp
1428         * gdb.arch/powerpc-power.exp
1429         * gdb.arch/ppc-dfp.exp
1430         * gdb.arch/s390-tdbregs.exp
1431         * gdb.arch/spu-info.exp
1432         * gdb.arch/spu-ls.exp
1433         * gdb.arch/thumb-bx-pc.exp
1434         * gdb.base/advance.exp
1435         * gdb.base/annota-input-while-running.exp
1436         * gdb.base/arrayidx.exp
1437         * gdb.base/asmlabel.exp
1438         * gdb.base/async.exp
1439         * gdb.base/attach-wait-input.exp
1440         * gdb.base/auto-connect-native-target.exp
1441         * gdb.base/batch-preserve-term-settings.exp
1442         * gdb.base/bfp-test.exp
1443         * gdb.base/bigcore.exp
1444         * gdb.base/bp-permanent.exp
1445         * gdb.base/break-always.exp
1446         * gdb.base/break-fun-addr.exp
1447         * gdb.base/break-idempotent.exp
1448         * gdb.base/break-main-file-remove-fail.exp
1449         * gdb.base/break-probes.exp
1450         * gdb.base/break-unload-file.exp
1451         * gdb.base/break.exp
1452         * gdb.base/call-ar-st.exp
1453         * gdb.base/call-rt-st.exp
1454         * gdb.base/call-sc.exp
1455         * gdb.base/call-signal-resume.exp
1456         * gdb.base/call-strs.exp
1457         * gdb.base/callexit.exp
1458         * gdb.base/callfuncs.exp
1459         * gdb.base/catch-gdb-caused-signals.exp
1460         * gdb.base/catch-signal-siginfo-cond.exp
1461         * gdb.base/catch-syscall.exp
1462         * gdb.base/compare-sections.exp
1463         * gdb.base/cond-eval-mode.exp
1464         * gdb.base/condbreak-call-false.exp
1465         * gdb.base/consecutive-step-over.exp
1466         * gdb.base/cursal.exp
1467         * gdb.base/disabled-location.exp
1468         * gdb.base/disasm-end-cu.exp
1469         * gdb.base/display.exp
1470         * gdb.base/double-prompt-target-event-error.exp
1471         * gdb.base/dprintf-bp-same-addr.exp
1472         * gdb.base/dprintf-detach.exp
1473         * gdb.base/dprintf-next.exp
1474         * gdb.base/dprintf-non-stop.exp
1475         * gdb.base/dprintf-pending.exp
1476         * gdb.base/dso2dso.exp
1477         * gdb.base/ending-run.exp
1478         * gdb.base/enum_cond.exp
1479         * gdb.base/examine-backward.exp
1480         * gdb.base/exe-lock.exp
1481         * gdb.base/exec-invalid-sysroot.exp
1482         * gdb.base/execl-update-breakpoints.exp
1483         * gdb.base/execution-termios.exp
1484         * gdb.base/fileio.exp
1485         * gdb.base/fixsection.exp
1486         * gdb.base/foll-exec-mode.exp
1487         * gdb.base/foll-exec.exp
1488         * gdb.base/fork-running-state.exp
1489         * gdb.base/frame-args.exp
1490         * gdb.base/fullpath-expand.exp
1491         * gdb.base/func-ptr.exp
1492         * gdb.base/gcore-relro-pie.exp
1493         * gdb.base/gdb1090.exp
1494         * gdb.base/gdb1555.exp
1495         * gdb.base/global-var-nested-by-dso.exp
1496         * gdb.base/gnu-ifunc.exp
1497         * gdb.base/hbreak-in-shr-unsupported.exp
1498         * gdb.base/hbreak-unmapped.exp
1499         * gdb.base/hook-stop.exp
1500         * gdb.base/infcall-input.exp
1501         * gdb.base/info-fun.exp
1502         * gdb.base/info-shared.exp
1503         * gdb.base/interrupt-noterm.exp
1504         * gdb.base/jit-so.exp
1505         * gdb.base/jit.exp
1506         * gdb.base/line-symtabs.exp
1507         * gdb.base/list.exp
1508         * gdb.base/longjmp.exp
1509         * gdb.base/macscp.exp
1510         * gdb.base/max-value-size.exp
1511         * gdb.base/nodebug.exp
1512         * gdb.base/nofield.exp
1513         * gdb.base/overlays.exp
1514         * gdb.base/paginate-after-ctrl-c-running.exp
1515         * gdb.base/paginate-bg-execution.exp
1516         * gdb.base/paginate-inferior-exit.exp
1517         * gdb.base/pending.exp
1518         * gdb.base/pr11022.exp
1519         * gdb.base/printcmds.exp
1520         * gdb.base/ptr-typedef.exp
1521         * gdb.base/ptype.exp
1522         * gdb.base/randomize.exp
1523         * gdb.base/range-stepping.exp
1524         * gdb.base/realname-expand.exp
1525         * gdb.base/relativedebug.exp
1526         * gdb.base/remote.exp
1527         * gdb.base/savedregs.exp
1528         * gdb.base/sepdebug.exp
1529         * gdb.base/set-noassign.exp
1530         * gdb.base/shlib-call.exp
1531         * gdb.base/shreloc.exp
1532         * gdb.base/sigaltstack.exp
1533         * gdb.base/sigbpt.exp
1534         * gdb.base/siginfo-addr.exp
1535         * gdb.base/siginfo-obj.exp
1536         * gdb.base/siginfo-thread.exp
1537         * gdb.base/signest.exp
1538         * gdb.base/signull.exp
1539         * gdb.base/sigrepeat.exp
1540         * gdb.base/skip.exp
1541         * gdb.base/so-impl-ld.exp
1542         * gdb.base/solib-corrupted.exp
1543         * gdb.base/solib-disc.exp
1544         * gdb.base/solib-display.exp
1545         * gdb.base/solib-overlap.exp
1546         * gdb.base/solib-search.exp
1547         * gdb.base/solib-symbol.exp
1548         * gdb.base/source-execution.exp
1549         * gdb.base/sss-bp-on-user-bp-2.exp
1550         * gdb.base/sss-bp-on-user-bp.exp
1551         * gdb.base/stack-checking.exp
1552         * gdb.base/stale-infcall.exp
1553         * gdb.base/step-break.exp
1554         * gdb.base/step-line.exp
1555         * gdb.base/step-over-exit.exp
1556         * gdb.base/step-test.exp
1557         * gdb.base/structs.exp
1558         * gdb.base/sym-file.exp
1559         * gdb.base/symtab-search-order.exp
1560         * gdb.base/term.exp
1561         * gdb.base/type-opaque.exp
1562         * gdb.base/unload.exp
1563         * gdb.base/until-nodebug.exp
1564         * gdb.base/until.exp
1565         * gdb.base/unwindonsignal.exp
1566         * gdb.base/watch-cond.exp
1567         * gdb.base/watch-non-mem.exp
1568         * gdb.base/watch_thread_num.exp
1569         * gdb.base/watchpoint-reuse-slot.exp
1570         * gdb.base/watchpoint-solib.exp
1571         * gdb.base/watchpoint.exp
1572         * gdb.btrace/dlopen.exp
1573         * gdb.cell/arch.exp
1574         * gdb.cell/break.exp
1575         * gdb.cell/bt.exp
1576         * gdb.cell/core.exp
1577         * gdb.cell/data.exp
1578         * gdb.cell/dwarfaddr.exp
1579         * gdb.cell/ea-cache.exp
1580         * gdb.cell/ea-standalone.exp
1581         * gdb.cell/ea-test.exp
1582         * gdb.cell/f-regs.exp
1583         * gdb.cell/fork.exp
1584         * gdb.cell/gcore.exp
1585         * gdb.cell/mem-access.exp
1586         * gdb.cell/ptype.exp
1587         * gdb.cell/registers.exp
1588         * gdb.cell/sizeof.exp
1589         * gdb.cell/solib-symbol.exp
1590         * gdb.cell/solib.exp
1591         * gdb.compile/compile-tls.exp
1592         * gdb.cp/exception.exp
1593         * gdb.cp/gdb2495.exp
1594         * gdb.cp/local.exp
1595         * gdb.cp/mb-inline.exp
1596         * gdb.cp/mb-templates.exp
1597         * gdb.cp/pr10687.exp
1598         * gdb.cp/pr9167.exp
1599         * gdb.cp/scope-err.exp
1600         * gdb.cp/templates.exp
1601         * gdb.cp/virtfunc.exp
1602         * gdb.dwarf2/dw2-dir-file-name.exp
1603         * gdb.dwarf2/dw2-single-line-discriminators.exp
1604         * gdb.fortran/complex.exp
1605         * gdb.fortran/library-module.exp
1606         * gdb.guile/guile.exp
1607         * gdb.guile/scm-cmd.exp
1608         * gdb.guile/scm-frame-inline.exp
1609         * gdb.guile/scm-objfile.exp
1610         * gdb.guile/scm-pretty-print.exp
1611         * gdb.guile/scm-symbol.exp
1612         * gdb.guile/scm-type.exp
1613         * gdb.guile/scm-value.exp
1614         * gdb.linespec/keywords.exp
1615         * gdb.linespec/ls-errs.exp
1616         * gdb.linespec/macro-relative.exp
1617         * gdb.linespec/thread.exp
1618         * gdb.mi/mi-breakpoint-changed.exp
1619         * gdb.mi/mi-dprintf-pending.exp
1620         * gdb.mi/mi-fullname-deleted.exp
1621         * gdb.mi/mi-logging.exp
1622         * gdb.mi/mi-pending.exp
1623         * gdb.mi/mi-solib.exp
1624         * gdb.mi/new-ui-mi-sync.exp
1625         * gdb.mi/user-selected-context-sync.exp
1626         * gdb.multi/dummy-frame-restore.exp
1627         * gdb.multi/multi-arch-exec.exp
1628         * gdb.multi/remove-inferiors.exp
1629         * gdb.multi/watchpoint-multi-exit.exp
1630         * gdb.opt/solib-intra-step.exp
1631         * gdb.perf/backtrace.exp
1632         * gdb.perf/single-step.exp
1633         * gdb.perf/skip-command.exp
1634         * gdb.perf/skip-prologue.exp
1635         * gdb.perf/solib.exp
1636         * gdb.python/lib-types.exp
1637         * gdb.python/py-as-string.exp
1638         * gdb.python/py-bad-printers.exp
1639         * gdb.python/py-block.exp
1640         * gdb.python/py-breakpoint.exp
1641         * gdb.python/py-cmd.exp
1642         * gdb.python/py-events.exp
1643         * gdb.python/py-evthreads.exp
1644         * gdb.python/py-finish-breakpoint.exp
1645         * gdb.python/py-finish-breakpoint2.exp
1646         * gdb.python/py-frame-inline.exp
1647         * gdb.python/py-frame.exp
1648         * gdb.python/py-inferior.exp
1649         * gdb.python/py-infthread.exp
1650         * gdb.python/py-mi.exp
1651         * gdb.python/py-objfile.exp
1652         * gdb.python/py-pp-maint.exp
1653         * gdb.python/py-pp-registration.exp
1654         * gdb.python/py-prettyprint.exp
1655         * gdb.python/py-recurse-unwind.exp
1656         * gdb.python/py-shared.exp
1657         * gdb.python/py-symbol.exp
1658         * gdb.python/py-symtab.exp
1659         * gdb.python/py-template.exp
1660         * gdb.python/py-type.exp
1661         * gdb.python/py-unwind-maint.exp
1662         * gdb.python/py-unwind.exp
1663         * gdb.python/py-value.exp
1664         * gdb.python/python.exp
1665         * gdb.reverse/finish-reverse-bkpt.exp
1666         * gdb.reverse/insn-reverse.exp
1667         * gdb.reverse/next-reverse-bkpt-over-sr.exp
1668         * gdb.reverse/solib-precsave.exp
1669         * gdb.reverse/solib-reverse.exp
1670         * gdb.stabs/gdb11479.exp
1671         * gdb.stabs/weird.exp
1672         * gdb.threads/fork-child-threads.exp
1673         * gdb.threads/fork-plus-threads.exp
1674         * gdb.threads/fork-thread-pending.exp
1675         * gdb.threads/forking-threads-plus-breakpoint.exp
1676         * gdb.threads/hand-call-in-threads.exp
1677         * gdb.threads/interrupted-hand-call.exp
1678         * gdb.threads/linux-dp.exp
1679         * gdb.threads/local-watch-wrong-thread.exp
1680         * gdb.threads/next-while-other-thread-longjmps.exp
1681         * gdb.threads/non-ldr-exit.exp
1682         * gdb.threads/pending-step.exp
1683         * gdb.threads/print-threads.exp
1684         * gdb.threads/process-dies-while-detaching.exp
1685         * gdb.threads/process-dies-while-handling-bp.exp
1686         * gdb.threads/pthreads.exp
1687         * gdb.threads/queue-signal.exp
1688         * gdb.threads/reconnect-signal.exp
1689         * gdb.threads/signal-command-handle-nopass.exp
1690         * gdb.threads/signal-command-multiple-signals-pending.exp
1691         * gdb.threads/signal-delivered-right-thread.exp
1692         * gdb.threads/signal-sigtrap.exp
1693         * gdb.threads/sigthread.exp
1694         * gdb.threads/staticthreads.exp
1695         * gdb.threads/stepi-random-signal.exp
1696         * gdb.threads/thread-unwindonsignal.exp
1697         * gdb.threads/thread_check.exp
1698         * gdb.threads/thread_events.exp
1699         * gdb.threads/tid-reuse.exp
1700         * gdb.threads/tls-nodebug.exp
1701         * gdb.threads/tls-shared.exp
1702         * gdb.threads/tls-so_extern.exp
1703         * gdb.threads/tls.exp
1704         * gdb.threads/wp-replication.exp
1705         * gdb.trace/actions-changed.exp
1706         * gdb.trace/actions.exp
1707         * gdb.trace/backtrace.exp
1708         * gdb.trace/change-loc.exp
1709         * gdb.trace/collection.exp
1710         * gdb.trace/deltrace.exp
1711         * gdb.trace/disconnected-tracing.exp
1712         * gdb.trace/entry-values.exp
1713         * gdb.trace/ftrace-lock.exp
1714         * gdb.trace/ftrace.exp
1715         * gdb.trace/infotrace.exp
1716         * gdb.trace/mi-trace-frame-collected.exp
1717         * gdb.trace/mi-trace-unavailable.exp
1718         * gdb.trace/mi-traceframe-changed.exp
1719         * gdb.trace/mi-tracepoint-changed.exp
1720         * gdb.trace/mi-tsv-changed.exp
1721         * gdb.trace/no-attach-trace.exp
1722         * gdb.trace/packetlen.exp
1723         * gdb.trace/passc-dyn.exp
1724         * gdb.trace/passcount.exp
1725         * gdb.trace/pending.exp
1726         * gdb.trace/pr16508.exp
1727         * gdb.trace/qtro.exp
1728         * gdb.trace/range-stepping.exp
1729         * gdb.trace/read-memory.exp
1730         * gdb.trace/report.exp
1731         * gdb.trace/save-trace.exp
1732         * gdb.trace/signal.exp
1733         * gdb.trace/stap-trace.exp
1734         * gdb.trace/status-stop.exp
1735         * gdb.trace/strace.exp
1736         * gdb.trace/tfile.exp
1737         * gdb.trace/tfind.exp
1738         * gdb.trace/trace-break.exp
1739         * gdb.trace/trace-condition.exp
1740         * gdb.trace/trace-enable-disable.exp
1741         * gdb.trace/trace-mt.exp
1742         * gdb.trace/tracecmd.exp
1743         * gdb.trace/tracefile-pseudo-reg.exp
1744         * gdb.trace/tspeed.exp
1745         * gdb.trace/tstatus.exp
1746         * gdb.trace/tsv.exp
1747         * gdb.trace/unavailable.exp
1748         * gdb.trace/while-dyn.exp
1749         * gdb.trace/while-stepping.exp
1750         * lib/gdb-guile.exp
1751         * lib/gdb.exp
1752         * lib/mi-support.exp
1753         * lib/pascal.exp
1754         * lib/perftest.exp
1755         * lib/prelink-support.exp
1756         * lib/selftest-support.exp
1757
1758 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
1759
1760         * Makefile.in: Include disable-implicit-rules.mk.
1761
1762 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1763
1764         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1765         non-byte-aligned bit fields.
1766
1767 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1768
1769         PR gdb/12616
1770         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
1771         respects the DW_AT_data_bit_offset attribute.
1772
1773 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
1774
1775         * gdb.base/default.exp: Fix output of "set language".
1776
1777 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
1778
1779         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1780         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
1781         make.
1782         * configure.ac: Remove checks for the make program.
1783         * configure: Re-generate.
1784
1785 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
1786
1787         * gdb.python/py-recurse-unwind.c (main): Add loop.
1788         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1789         to read_register() and gdb.parse_and_eval().  Make each code
1790         call a separate case that can be individually tested.
1791         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1792         proc. Call cont_and_backtrace for each of the code paths that
1793         we want to test in the unwinder.
1794
1795 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1796
1797         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1798         the definition of struct S.
1799
1800 2016-11-11  Catherine Moore  <clm@codesourcery.com>
1801
1802         * gdb.base/dump.exp: Identify verilog format dump tests as such.
1803
1804 2016-11-09  Pedro Alves  <palves@redhat.com>
1805
1806         * gdb.base/commands.exp (runto_or_return): New procedure.
1807         (gdbvar_simple_if_test, gdbvar_simple_while_test)
1808         (gdbvar_complex_if_while_test, progvar_simple_if_test)
1809         (progvar_simple_while_test, progvar_complex_if_while_test)
1810         (if_while_breakpoint_command_test)
1811         (infrun_breakpoint_command_test, breakpoint_command_test)
1812         (user_defined_command_test, watchpoint_command_test)
1813         (test_command_prompt_position, redefine_hook_test)
1814         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1815         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1816         multi_line_input and multi_line.  Remove gdb_expect and
1817         gdb_stop_suppressing_tests uses.
1818         * lib/gdb.exp (valnum_re): New global.
1819         (multi_line_input): New procedure.
1820
1821 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
1822
1823         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1824         Remove.
1825         (test_setup): Define with proc_with_prefix.
1826         (test_cli_inferior): Likewise.
1827         (test_cli_thread): Likewise.
1828         (test_cli_frame): Likewise.
1829         (test_cli_select_frame): Likewise.
1830         (test_cli_up_down): Likewise.
1831         (test_mi_thread_select): Likewise.
1832         (test_mi_stack_select_frame): Likewise.
1833         (test_cli_in_mi_inferior): Likewise.
1834         (test_cli_in_mi_thread): Likewise.
1835         (test_cli_in_mi_frame): Likewise.
1836         (top level): Do not use with_test_prefix_procname.
1837
1838 2016-11-09  Pedro Alves  <palves@redhat.com>
1839
1840         * gdb.base/commands.exp (gdbvar_simple_if_test)
1841         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1842         (progvar_simple_if_test, progvar_simple_while_test)
1843         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1844         (infrun_breakpoint_command_test, breakpoint_command_test)
1845         (user_defined_command_test, watchpoint_command_test)
1846         (test_command_prompt_position, deprecated_command_test)
1847         (bp_deleted_in_command, temporary_breakpoint_commands)
1848         (stray_arg0_test, source_file_with_indented_comment)
1849         (recursive_source_test, if_commands_test)
1850         (error_clears_commands_left, redefine_hook_test)
1851         (redefine_backtrace_test): Use proc_with_prefix.
1852         * lib/gdb.exp (proc_with_prefix): New proc.
1853
1854 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1855
1856         * gdb.base/tui-layout.c: New file.
1857         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1858         disassembly window contains very long lines.
1859
1860 2016-11-08  Tom Tromey  <tom@tromey.com>
1861
1862         * gdb.python/py-value.exp (test_value_creation): Make "long" test
1863         depend on Python 2.
1864
1865 2016-11-08  Tom Tromey  <tom@tromey.com>
1866
1867         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1868         New method.
1869
1870 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
1871
1872         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
1873
1874 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
1875
1876         * gdb.rust/simple.rs: Add test for univariant enums without
1877         discriminants and for encoded struct-like enums.
1878
1879 2016-10-28  Pedro Alves  <palves@redhat.com>
1880
1881         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1882         gdb_test_multiple, tighten regexps and match symtabs and line
1883         tables incrementally.
1884
1885 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
1886
1887         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1888         general.
1889
1890 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
1891
1892         * gdb.base/exec-invalid-sysroot.exp: New file.
1893
1894 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1895
1896         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1897
1898 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1899
1900         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1901
1902 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
1903
1904         * gdb.base/killed-outside.exp: Remove $options from a call to
1905         `prepare_for_testing'.
1906
1907 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
1908
1909         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1910         Change test message.
1911
1912 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
1913
1914         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1915         Update comment.
1916
1917 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
1918
1919         * gdb.trace/mi-trace-save.exp: New file.
1920
1921 2016-10-13  Yao Qi  <yao.qi@linaro.org>
1922
1923         * gdb.base/code_elim.exp (get_var_address): Remove.
1924         * gdb.base/relocate.exp: Likewise.
1925         * gdb.base/shreloc.exp: Likewise.
1926         * lib/gdb.exp (get_var_address): New.
1927
1928 2016-10-13  Yao Qi  <yao.qi@linaro.org>
1929
1930         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1931         floating point tests if $skip_float_test is false.
1932
1933 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
1934
1935         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
1936         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
1937         argc values.
1938         Add 1 to argc so we guarantee distinct initial/modified argc values.
1939
1940 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1941
1942         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
1943
1944 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1945
1946         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
1947         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1948         * gdb.arch/vsx-regs.exp: Likewise.
1949
1950 2016-10-07  Yao Qi  <yao.qi@linaro.org>
1951
1952         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
1953
1954 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
1955
1956         * gdb.python/python.exp: Test decode_line("*0").
1957
1958 2016-10-06  Doug Evans  <dje@google.com>
1959
1960         * gdb.python/py-value.exp (test_value_creation): Add test for large
1961         unsigned 64-bit value.
1962
1963 2016-10-06  Tom Tromey  <tom@tromey.com>
1964
1965         * gdb.compile/compile.exp: Change java tests to rust.
1966         * gdb.base/setshow.exp: Change java tests to rust.
1967         * gdb.base/default.exp: Remove java from language list.
1968         * README (Examples): Update language example.
1969         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
1970         test.
1971         * lib/gdb.exp (skip_java_tests): Remove.
1972         * lib/java.exp: Remove.
1973         * gdb.java: Remove.
1974
1975 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
1976
1977         * gdb.arch/mips-fcr.exp: New test.
1978         * gdb.arch/mips-fcr.c: Source for the new test.
1979
1980 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
1981
1982         * gdb.base/solib-disc.exp: Use `standard_output_file'
1983         throughout.
1984
1985 2016-10-06  Pedro Alves  <palves@redhat.com>
1986
1987         * gdb.base/jit-simple-dl.c: New file.
1988         * gdb.base/jit-simple-jit.c: New file, factored out from ...
1989         * gdb.base/jit-simple.c: ... this.
1990         * gdb.base/jit-simple.exp (jit_run): Delete.
1991         (build_jit): New proc.
1992         (jit_test_reread): Recompile either the main program or the shared
1993         library, depending on what is being tested.  Skip changing address
1994         if caller wants to.  Compare before/after addresses.  If testing
1995         standalone, explicitly load the binary.  Test "maint info
1996         breakpoints".
1997         (top level): Add "standalone vs shared lib" and "change address"
1998         vs "same address" axes.
1999
2000 2016-10-06  Pedro Alves  <palves@redhat.com>
2001
2002         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2003         call.
2004         (jit_run): Delete.
2005         (jit_test_reread): Use with_test_prefix.  Reload the main binary
2006         explicitly.  Compare the before/after addresses of the JIT
2007         descriptor.
2008
2009 2016-08-15  Doug Evans  <dje@google.com>
2010
2011         * gdb.xml/extra-regs.xml: Update, end field now required, default type
2012         for single bitfields is bool.
2013         * gdb.xml/tdesc-regs.exp: Ditto.
2014
2015 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2016
2017         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2018
2019 2016-10-05  Yao Qi  <yao.qi@linaro.org>
2020
2021         * lib/gdb.exp (support_complex_tests): Return zero if
2022         gdb_skip_float_test return true.
2023
2024 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2025             Simon Marchi  <simon.marchi@ericsson.com>
2026
2027         PR gdb/20487
2028         * gdb.mi/user-selected-context-sync.exp: New file.
2029         * gdb.mi/user-selected-context-sync.c: New file.
2030
2031 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2032             Simon Marchi  <simon.marchi@ericsson.com>
2033
2034         PR gdb/20487
2035         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2036         =thread-select-event check.
2037
2038 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
2039
2040         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2041         the compulsory L operand changes.
2042         * gdb.arch/powerpc-power.s: Likewise.
2043
2044 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2045
2046         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2047         * gdb.base/jit-attach-pie.c: New file.
2048         * gdb.base/jit-attach-pie.exp: New file.
2049
2050 2016-09-28  Pedro Alves  <palves@redhat.com>
2051
2052         * gdb.base/infcall-input.c: New file.
2053         * gdb.base/infcall-input.exp: New file.
2054
2055 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2056
2057         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2058         (gdb_exit): Rename it to ...
2059         (gdbserver_gdb_exit): ...  Close GDBserver.
2060         (gdb_exit): New proc, call gdbserver_gdb_exit.
2061         (mi_gdb_exit): Likewise.
2062
2063 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2064
2065         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2066         path.
2067         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2068         Remove duplication.
2069
2070 2016-09-22  Yao Qi  <yao.qi@linaro.org>
2071
2072         * lib/gdbserver-support.exp: Check the existence of
2073         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2074
2075 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
2076
2077         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2078
2079 2016-09-21  Tom Tromey  <tom@tromey.com>
2080
2081         PR gdb/20604:
2082         * gdb.base/quit.exp: New file.
2083
2084 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
2085
2086         * .gitignore: New file.
2087
2088 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
2089
2090         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2091         throughout.
2092
2093 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2094
2095         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2096
2097 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2098
2099         * gdb.cp/casts.cc (decltype): Move it ...
2100         (main): ... with its call to ...
2101         * gdb.cp/casts03.cc: ... a new file.
2102         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2103
2104 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2105
2106         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2107
2108 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
2109
2110         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2111         and sync up the test with tests in gas/testsuite/gas/ppc.
2112         * gdb.arch/powerpc-power.exp: Likewise.
2113
2114 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2115
2116         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2117
2118 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
2119             Jan Kratochvil  <jan.kratochvil@redhat.com>
2120
2121         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2122         make m1's definition to be different from m2's.  Use 'dummy' as an
2123         argument for probe 'two'.
2124
2125 2016-09-10  Jon Beniston  <jon@beniston.com>
2126
2127         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2128         for sim target.
2129
2130 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2131
2132         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2133         variable declaration.
2134         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
2135         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2136         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2137         received HWCAP as its argument.
2138
2139 2016-09-06  Pedro Alves  <palves@redhat.com>
2140
2141         * gdb.base/new-ui-pending-input.c: New file.
2142         * gdb.base/new-ui-pending-input.exp: New file.
2143         * gdb.exp (clear_gdb_spawn_id): New procedure.
2144         (with_spawn_id): Check whether gdb_spawn_id exists before
2145         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
2146         on exit.
2147
2148 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2149
2150         * gdb.base/float128.c: New file.
2151         * gdb.base/float128.exp: Likewise.
2152         * gdb.base/floatn.c: Likewise.
2153         * gdb.base/floatn.exp: Likewise.
2154
2155 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
2156
2157         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2158
2159 2016-09-05  Pedro Alves  <palves@redhat.com>
2160
2161         PR backtrace/19927
2162         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2163         unwinders are immediately called as side effect of "source" or
2164         "disable unwinder" commands.
2165         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2166
2167 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2168
2169         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2170         is true and $type is "float" or "double".
2171
2172 2016-09-02  Yao Qi  <yao.qi@linaro.org>
2173
2174         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2175         true.
2176         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2177         * gdb.base/call-rt-st.exp: Likewise.
2178         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2179         return value instead of gdb,skip_float_test.
2180         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2181         (do_function_calls): Use its return value instead of
2182         gdb,skip_float_test.
2183         * gdb.base/finish.exp: Likewise.
2184         * gdb.base/funcargs.exp: Likewise.
2185         * gdb.base/return.exp: Likewise.
2186         * gdb.base/return2.exp: Likewise.
2187         * gdb.base/varargs.exp: Likewise.
2188         * lib/gdb.exp (gdb_skip_float_test): Change it to
2189         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
2190
2191 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2192
2193         * gdb.multi/tids.exp: Test "thread apply all".
2194
2195 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
2196
2197         * gdb.base/default.exp (tty): Remove.
2198
2199 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
2200
2201         * gdb.python/py-recurse-unwind.c: New file.
2202         * gdb.python/py-recurse-unwind.py: New file.
2203         * gdb.python/py-recurse-unwind.exp: New file.
2204
2205 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
2206
2207         * gdb.base/set-inferior-tty.exp: New file.
2208         * gdb.base/set-inferior-tty.c: New file.
2209
2210 2016-08-23  Pedro Alves  <palves@redhat.com>
2211
2212         PR gdb/20494
2213         * gdb.base/new-ui-echo.c: New file.
2214         * gdb.base/new-ui-echo.exp: New file.
2215
2216 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2217
2218         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2219         gdbserver_spawn.
2220         * gdb.server/connect-without-multi-process.exp (do_test):
2221         Likewise.
2222
2223 2016-08-23  Yao Qi  <yao.qi@linaro.org>
2224
2225         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2226         standalone_txt.  Delete gdb_txt and standalone_txt on host
2227         and target.  Spawn the binary on target.  Copy files from
2228         target to host.
2229
2230 2016-08-22  Pedro Alves  <palves@redhat.com>
2231
2232         PR gdb/20505
2233         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
2234         with_test_prefix.  Factor out bits to ...
2235         (test_no_vdso): ... this new procedure.
2236
2237 2016-08-19  Carl Love  <cel@us.ibm.com>
2238
2239         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2240         maintaining separate logic for constructing the output path.
2241         * gdb.arch/powerpc-d128-regs.exp: Likewise.
2242         * gdb.arch/ppc-dfp.exp: Likewise.
2243         * gdb.arch/ppc-fp.exp: Likewise.
2244         * gdb.arch/vsx-regs.exp: Likewise.
2245         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2246         binprefix for generating the additional binary files.
2247
2248 2016-08-19  Pedro Alves  <palves@redhat.com>
2249
2250         * gdb.trace/mi-trace-frame-collected.exp
2251         (test_trace_frame_collected): On x32, expect two registers.
2252
2253 2016-08-18  Carl Love  <cel@us.ibm.com>
2254
2255         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2256         and sync up the test with tests in gas/testsuite/gas/ppc.
2257         * gdb.arch/powerpc-power.exp: Likewise.
2258
2259 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2260
2261         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2262         expected error message.
2263
2264 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
2265
2266         * gdb.multi/remove-inferiors.exp: New file.
2267         * gdb.multi/remove-inferiors.c: New file.
2268
2269 2016-08-12  Yao Qi  <yao.qi@linaro.org>
2270
2271         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2272         argument list.
2273
2274 2016-08-10  Pedro Alves  <palves@redhat.com>
2275
2276         PR gdb/19187
2277         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2278         setup_kfails.
2279
2280 2016-08-09  Pedro Alves  <palves@redhat.com>
2281             Simon Marchi  <simon.marchi@ericsson.com>
2282
2283         PR gdb/20418
2284         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2285         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2286
2287 2016-08-09  Pedro Alves  <palves@redhat.com>
2288
2289         PR mi/20431
2290         * gdb.mi/mi-cmd-error.exp: New file.
2291
2292 2016-08-09  Pedro Alves  <palves@redhat.com>
2293
2294         PR gdb/18653
2295         * gdb.base/signals-state-child.c: New file.
2296         * gdb.base/signals-state-child.exp: New file.
2297         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2298
2299 2016-08-09  Pedro Alves  <palves@redhat.com>
2300
2301         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2302
2303 2016-08-03  Tom Tromey  <tom@tromey.com>
2304
2305         PR python/18565:
2306         * gdb.python/py-frame-inline.exp: Add Frame.function test.
2307
2308 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2309
2310         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2311         variable mode to "multi-process" if $multi_process is 1, otherwise
2312         set it to "single-process".
2313
2314 2016-08-01  Yao Qi  <yao.qi@linaro.org>
2315
2316         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2317         * gdb.cp/cpexprs.exp: Likewise.
2318         * gdb.cp/m-static.exp: Likewise.
2319
2320 2016-07-26  Tom Tromey  <tom@tromey.com>
2321
2322         PR python/20190:
2323         * gdb.threads/tls.exp (check_thread_local): Add python symbol
2324         test.
2325
2326 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
2327
2328         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2329         selecting assembly source files.
2330         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2331         assembly source files.
2332         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2333         assembly source files.
2334         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2335         selecting assembly source files.
2336
2337 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
2338
2339         * gdb.base/new-ui.exp (do_test_invalid_args): New
2340         procedure.
2341
2342 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
2343
2344         * gdb.btrace/reconnect.c: New file.
2345         * gdb.btrace/reconnect.exp: New file.
2346
2347 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2348
2349         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2350         to test_catch_syscall_group.
2351         (test_catch_syscall_group): New.
2352
2353 2016-07-21  Tom Tromey  <tom@tromey.com>
2354
2355         * gdb.rust/simple.rs (main): Use empty struct expression.
2356         * gdb.rust/simple.exp: Add tests for empty struct expression.
2357
2358 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2359
2360         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2361         if gdb_skip_xml_test is true on some targets.
2362
2363 2016-07-21  Yao Qi  <yao.qi@linaro.org>
2364
2365         * gdb.server/solib-list.exp: Unset last_loaded_file.
2366
2367 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2368
2369         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2370         "step into captured_main (args)".
2371
2372 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2373
2374         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2375
2376 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2377
2378         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2379
2380 2016-07-19  Pedro Alves  <palves@redhat.com>
2381
2382         * gdb.opt/inline-break.exp: Remove optimize=-O2.
2383         * gdb.opt/inline-bt.exp: Likewise.
2384         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2385         additional_flags=-Winline.
2386         * gdb.opt/inline-locals.exp: Likewise.
2387         * gdb.opt/inline-markers.c (ATTR): Define.
2388         (inlined_fn): Use it.
2389
2390 2016-07-19  Yao Qi  <yao.qi@linaro.org>
2391
2392         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2393         (test_with_self): Remove some code.  Remove argument executable.
2394         (top-level): Use do_self_tests.
2395
2396 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
2397             Don Breazeal <donb@codesourcery.com>
2398
2399         * gdb.base/maint.exp: Escape paths used in regular expressions.
2400         * gdb.stabs/weird.exp: Likewise.
2401
2402 2016-07-13  Tom Tromey  <tom@tromey.com>
2403
2404         PR python/15620, PR python/18620:
2405         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2406         (test_bkpt_events): New procs.
2407
2408 2016-07-13  Tom Tromey  <tom@tromey.com>
2409
2410         PR python/17698:
2411         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2412         test.
2413         (test_watchpoints): Likewise.
2414         (test_bkpt_pending): New proc.
2415
2416 2016-07-13  Tom Tromey  <tom@tromey.com>
2417
2418         PR cli/18053:
2419         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2420         completion test.
2421
2422 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2423
2424         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2425         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2426         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2427         f_label.
2428         (g): Rename g_end_lbl to g_label.
2429         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2430         low_pc and high_pc.
2431         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2432
2433 2016-07-12  Tom Tromey  <tom@tromey.com>
2434
2435         PR python/19293:
2436         * gdb.python/py-unwind-maint.exp: Update tests.
2437
2438 2016-07-12  Yao Qi  <yao.qi@linaro.org>
2439
2440         * lib/selftest-support.exp (selftest_setup): Match the output
2441         when captured_main is inlined.
2442
2443 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2444
2445         * gdb.fortran/derived-types.exp (result_line, result_line_2):
2446         New variables.
2447         (print this%a, print this%b, print this): New tests.
2448         * gdb.fortran/derived-types.f90 (this): New object and
2449         initialization.
2450
2451 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2452
2453         * gdb.ada/arraydim.exp: Remove extra directory level in build
2454         directory.
2455
2456 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
2457
2458         * lib/ada.exp: Remove extra directory level in build directory.
2459         * gdb.ada/cond_lang.exp: Likewise.
2460         * gdb.ada/exec_changed.exp: Likewise.
2461         * gdb.ada/lang_switch.exp: Likewise.
2462
2463 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
2464
2465         * simple.rs: Add test for raw pointer subscripting.
2466         * simple.exp: Add test expectations.
2467
2468 2016-07-05  Yao Qi  <yao.qi@linaro.org>
2469
2470         * gdb.mi/mi-reverse.exp: Match =record-started output.
2471
2472 2016-07-01  Pedro Alves  <palves@redhat.com>
2473
2474         * gdb.base/jit-reader.exp (info_registers_current_frame): New
2475         procedure.
2476         (jit_reader_test): Test the jit reader's unwinder.
2477         * gdb.base/jithost.c (jit_function_00_code): New global.
2478         (main): Use memcpy to fill in the mmapped code, instead of poking
2479         bytes manually here.
2480         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2481         value.
2482         (read_debug_info): Save the function's range.
2483         (read_sp): New function.
2484         (unwind_frame): Use it.  Also unwind RBP.
2485         (get_frame_id): Use read_sp.
2486         (gdb_init_reader): Use calloc instead of malloc.
2487         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2488         parameter.  Use gdb_test_multiple.
2489
2490 2016-07-01  Pedro Alves  <palves@redhat.com>
2491             Antoine Tremblay  <antoine.tremblay@ericsson.com>
2492
2493         * gdb.threads/process-dies-while-detaching.c: New file.
2494         * gdb.threads/process-dies-while-detaching.exp: New file.
2495
2496 2016-07-01  Pedro Alves  <palves@redhat.com>
2497
2498         * gdb.multi/watchpoint-multi-exit.c: New file.
2499         * gdb.multi/watchpoint-multi-exit.exp: New file.
2500
2501 2016-06-30  Pedro Alves  <palves@redhat.com>
2502
2503         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2504         unset inferior_spawn_id.
2505
2506 2016-06-30  Pedro Alves  <palves@redhat.com>
2507
2508         * lib/mi-support.exp (default_mi_gdb_start): Declare global
2509         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2510
2511 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2512
2513         * gdb.base/return.c: Add copyright header.
2514
2515 2016-06-29  Tom Tromey  <tom@tromey.com>
2516
2517         PR python/20129:
2518         * gdb.python/py-framefilter.exp: Add tests for setting priority
2519         and disabling of non-existent frame filter.
2520
2521 2016-06-29  Yao Qi  <yao.qi@linaro.org>
2522
2523         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2524         0x0f07ff.
2525
2526 2016-06-28  Yao Qi  <yao.qi@linaro.org>
2527
2528         * gdb.base/catch-syscall.exp: Remove check on isnative and target
2529         triplets.  Start gdb, execute catch syscall, and continue.  Check
2530         gdb's output to determine catch syscall is supported.
2531
2532 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
2533
2534         * gdb.rust/simple.rs: Add test for returning unit in a function.
2535         * gdb.rust/simple.exp: Add expectation for functions returning
2536         unit.
2537
2538 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
2539
2540         * gdb.python/py-breakpoint-create-fail.c,
2541         gdb.python/py-breakpoint-create-fail.exp,
2542         gdb.python/py-breakpoint-create-fail.py: New testcase.
2543
2544 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
2545
2546         PR gdb/20239
2547         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2548         * gdb.rust/simple.exp: Add test expectations for new NonZero
2549         tests.
2550
2551 2016-06-24  David Taylor  <dtaylor@emc.com>
2552
2553         * gdb.base/offsets.exp: New file.
2554         * gdb.base/offsets.c: New file.
2555
2556 2016-06-23  Tom Tromey  <tom@tromey.com>
2557
2558         PR gdb/16483:
2559         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2560         before any filters are loaded.
2561
2562 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2563
2564         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2565         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2566         structs.
2567         * gdb.fortran/derived-type-function.exp: New file.
2568         * gdb.fortran/derived-type-function.f90: New file.
2569
2570
2571 2016-06-21  Pedro Alves  <palves@redhat.com>
2572
2573         * gdb.base/new-ui.exp: New file.
2574         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2575         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2576         (with_spawn_id): New procedure.
2577
2578 2016-06-21  Pedro Alves  <palves@redhat.com>
2579
2580         * gdb.mi/mi-exec-run.exp: New file.
2581
2582 2016-06-21  Pedro Alves  <palves@redhat.com>
2583
2584         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2585         breakpoint command's output on the main UI.
2586         (test_break): New procedure, factored out from calls in the top
2587         level.
2588         (top level): Use foreach_with_prefix to test MI as main UI and as
2589         separate UI.
2590
2591 2016-06-21  Pedro Alves  <palves@redhat.com>
2592
2593         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2594         (test_awatch_creation_and_listing)
2595         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2596         Remove 'type' parameter.
2597         (test_watchpoint_all): New parameter mi_mode.  Remove
2598         with_test_prefix.
2599         (top level): Use foreach_with_prefix, and add main/separate UI MI
2600         testing axis.
2601
2602 2016-06-21  Pedro Alves  <palves@redhat.com>
2603
2604         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2605         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2606         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2607         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2608         (gdb_main_spawn_id, mi_spawn_id): Declare and
2609         comment.
2610         (mi_create_inferior_pty): New procedure,
2611         factored out from default_mi_gdb_start.
2612         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2613         procedures.
2614         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2615         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2616         Use mi_create_inferior_pty.
2617         (mi_gdb_start): Use eval to pass down args list.
2618
2619 2016-06-21  Pedro Alves  <palves@redhat.com>
2620
2621         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2622         * gdb.opt/inline-cmds.exp: Add MI tests.
2623
2624 2016-06-21  Pedro Alves  <palves@redhat.com>
2625
2626         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2627
2628 2016-06-21  Pedro Alves  <palves@redhat.com>
2629
2630         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2631         (top level): Use it instead of mi_execute_to.
2632
2633 2016-06-21  Pedro Alves  <palves@redhat.com>
2634
2635         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2636         (cont_handler_str): New.
2637         (signal_stop_handler): Set stop_handler_str instead of printing to
2638         stdout.
2639         (continue_handler): Set cont_handler_str instead of printing to
2640         stdout.
2641         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2642         mi_send_resuming_command.  Print stop_handler_str and
2643         cont_handler_str instead of expecting the python events print
2644         directly.
2645
2646 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
2647
2648         * gdb.base/jit-reader.exp: New file.
2649         * gdb.base/jithost.c: New file.
2650         * gdb.base/jithost.h: New file.
2651         * gdb.base/jitreader.c : New file.
2652         * gdb.base/jit-protocol.h: New file.
2653
2654 2016-06-17  Yao Qi  <yao.qi@linaro.org>
2655
2656         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2657         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
2658         and detach-on-fork.  Adjust tests.
2659         (top level): Invoke break_cond_on_syscall with combinations of
2660         syscall, follow-fork-mode and detach-on-fork.
2661
2662 2016-06-17  Yao Qi  <yao.qi@linaro.org>
2663
2664         * gdb.base/step-over-exit.c: New.
2665         * gdb.base/step-over-exit.exp: New.
2666
2667 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
2668
2669         * gdb.base/float.exp: Add target check for nds32*-*-*.
2670         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2671
2672 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2673
2674         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2675         for unsupported target features.
2676         * gdb.base/call-rt-st.exp: Likewise.
2677         * gdb.base/call-sc.exp: Likewise.
2678         * gdb.base/call-signal-resume.exp: Likewise.
2679         * gdb.base/call-strs.exp: Likewise.
2680         * gdb.base/callexit.exp: Likewise.
2681         * gdb.base/callfuncs.exp: Likewise.
2682         * gdb.base/nodebug.exp: Likewise.
2683         * gdb.base/printcmds.exp: Likewise.
2684         * gdb.base/ptype.exp: Likewise.
2685         * gdb.base/structs.exp: Likewise.
2686         * gdb.base/unwindonsignal.exp: Likewise.
2687         * gdb.cp/gdb2495.exp: Likewise.
2688         * gdb.cp/templates.exp: Likewise.
2689         * gdb.cp/virtfunc.exp: Likewise.
2690         * gdb.threads/hand-call-in-threads.exp: Likewise.
2691         * gdb.threads/interrupted-hand-call.exp: Likewise.
2692         * gdb.threads/thread-unwindonsignal.exp: Likewise.
2693
2694 2016-06-10  Tom Tromey  <tom@tromey.com>
2695
2696         PR rust/20110:
2697         * gdb.rust/expr.exp: Add test for integer constant larger than
2698         i32.
2699
2700 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
2701
2702         * gdb.fortran/nested-funcs.exp: New.
2703         * gdb.fortran/nested-funcs.f90: New.
2704
2705 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
2706
2707         * gdb.base/examine-backward.c: New file.
2708         * gdb.base/examine-backward.exp: New file.
2709
2710 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
2711
2712         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2713         matching.
2714
2715 2016-06-02  Tom Tromey  <tom@tromey.com>
2716
2717         PR python/18984:
2718         * gdb.python/py-shared.exp: Add solib_name test.
2719
2720 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
2721
2722         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2723
2724 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
2725
2726         PR c++/19893
2727         * gdb.dwarf2/implref.exp: Rename to...
2728         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
2729         * gdb.dwarf2/implref-array.c: New file.
2730         * gdb.dwarf2/implref-array.exp: Likewise.
2731         * gdb.dwarf2/implref-global.c: Likewise.
2732         * gdb.dwarf2/implref-global.exp: Likewise.
2733         * gdb.dwarf2/implref-struct.c: Likewise.
2734         * gdb.dwarf2/implref-struct.exp: Likewise.
2735
2736 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2737
2738         * gdb.trace/trace-condition.exp: Add 64bit tests.
2739
2740 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2741
2742         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2743         bits types.
2744         (main): Adapt to 8 to 64 bits types.
2745         * gdb.trace/trace-condition.exp: Add new tests.
2746
2747 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2748
2749         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2750
2751 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2752
2753         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2754         Move condition tests...
2755         * gdb.trace/trace-condition.exp: Here.
2756
2757 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2758
2759         * gdb.trace/trace-condition.exp: Add counter-case tests.
2760
2761 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
2762
2763         PR c++/15231
2764         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2765         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2766
2767 2016-05-27  Pedro Alves  <palves@redhat.com>
2768
2769         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2770         New procedure.
2771         (top level): Call it, and bail out of DejaGnu is known to be bad.
2772
2773 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
2774
2775         * gdb.base/whatis.c: Extend the test case.
2776         * gdb.base/whatis.exp: Add additional tests.
2777
2778 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2779
2780 * gdb.fortran/type.f90: Add pointer variable.
2781 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2782
2783 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2784
2785         * gdb.fortran/vla-type.exp: Fix testcase name.
2786
2787 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2788
2789         * gdb.fortran/vla-type.exp: Access elements in nested structs.
2790
2791 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2792
2793         * gdb.fortran/type.f90: Add nested structures.
2794         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2795         * gdb.fortran/derived-type.exp: Adapt expected output.
2796         * gdb.fortran/vla-type.exp: Adapt expected output.
2797
2798 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2799
2800         * gdb.fortran/whatis_type.exp: Adapt expected output.
2801
2802 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2803
2804         * gdb.fortran/print_type.exp: Fix expected output.
2805         * gdb.fortran/whatis_type.exp: Fix expected output.
2806
2807 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
2808
2809         * gdb.fortran/whatis_type.exp: Use multi_line.
2810
2811 2016-05-24  Tom Tromey  <tom@tromey.com>
2812
2813         PR python/17386:
2814         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2815         use value as an index.
2816
2817 2016-05-23  Tom Tromey  <tom@tromey.com>
2818
2819         PR python/17981:
2820         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2821         no-breakpoint case.
2822
2823 2016-05-24  Pedro Alves  <palves@redhat.com>
2824
2825         PR gdb/19828
2826         * gdb.threads/clone-attach-detach.c: New file.
2827         * gdb.threads/clone-attach-detach.exp: New file.
2828
2829 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
2830
2831         * gdb.base/annota-input-while-running.exp: Fix syntax error.
2832
2833 2016-05-23  Tom Tromey  <tom@tromey.com>
2834
2835         PR python/19438, PR python/18393:
2836         * gdb.python/py-progspace.exp: Add "dir" test.
2837         * gdb.python/py-objfile.exp: Add "dir" test.
2838
2839 2016-05-23  Yao Qi  <yao.qi@linaro.org>
2840
2841         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2842         * gdb.arch/thumb2-it.exp: Likewise.
2843
2844 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
2845
2846         * gdb.mi/mi-threads-interrupt.c: New file.
2847         * gdb.mi/mi-threads-interrupt.exp: New file.
2848
2849 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
2850
2851         PR gdb/18077
2852         * gdb.mi/mi-async-run.exp: New file.
2853         * gdb.mi/mi-async-run.c: New file.
2854
2855 2016-05-17  Tom Tromey  <tom@tromey.com>
2856             Manish Goregaokar <manishsmail@gmail.com>
2857
2858         * lib/rust-support.exp: New file.
2859         * lib/gdb.exp (skip_rust_tests): New proc.
2860         (build_executable_from_specs): Handle rust.
2861         * lib/future.exp (gdb_find_rustc): New proc.
2862         (gdb_default_target_compile): Handle rust.
2863         * gdb.rust/expr.exp: New file.
2864         * gdb.rust/generics.exp: New file.
2865         * gdb.rust/generics.rs: New file.
2866         * gdb.rust/methods.exp: New file.
2867         * gdb.rust/methods.rs: New file.
2868         * gdb.rust/modules.exp: New file.
2869         * gdb.rust/modules.rs: New file.
2870         * gdb.rust/simple.exp: New file.
2871         * gdb.rust/simple.rs: New file.
2872
2873 2016-05-17  Tom Tromey  <tom@tromey.com>
2874
2875         * gdb.base/default.exp (set language): Add rust.
2876
2877 2016-05-17  Tom Tromey  <tom@tromey.com>
2878
2879         * gdb.gdb/unittest.exp: New file.
2880
2881 2016-05-16  Yao Qi  <yao.qi@linaro.org>
2882
2883         * gdb.base/batch-preserve-term-settings.exp: Remove variable
2884         shell_prompt.  Update shell_prompt_re.
2885
2886 2016-05-12  Doug Evans  <dje@google.com>
2887
2888         PR symtab/19999
2889         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2890         $options when building executable.
2891         * gdb.dwarf2/fission-loclists-pie.S: New file.
2892         * gdb.dwarf2/fission-loclists-pie.exp: New file.
2893
2894 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
2895
2896         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2897         of [is_remote target],
2898
2899 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
2900
2901         * lib/gdb.exp (use_gdb_stub): New procedure.
2902
2903 2016-05-03  Yunlian Jiang <yunlian@google.com>
2904             Doug Evans  <dje@google.com>
2905
2906         PR symtab/19914
2907         * gdb.dwarf2/dwp-sepdebug.c: New file.
2908         * gdb.dwarf2/dwp-sepdebug.exp: New file.
2909
2910 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
2911
2912         * gdb.base/detach.exp: Remove is_remote check.
2913
2914 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
2915
2916         * gdb.base/annota-input-while-running.exp: Don't check for
2917         [is_remote target].  Enable annotations after running to main.
2918         Remove unused "set test..." line.
2919
2920 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
2921
2922         * gdb.trace/trace-enable-disable.exp: New file.
2923         * gdb.trace/trace-enable-disable.c: New file.
2924
2925 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
2926
2927         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2928         use it in info sharedlibrary test.
2929         * gdb.trace/ftrace-lock.exp: Likewise.
2930         * gdb.trace/ftrace.exp: Likewise.
2931         * gdb.trace/range-stepping.exp: Likewise.
2932         * gdb.trace/trace-break.exp: Likewise.
2933         * gdb.trace/trace-condition.exp: Likewise.
2934         * gdb.trace/trace-mt.exp: Likewise.
2935
2936 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
2937
2938         * lib/gdb.exp (gdb_load_shlibs): Rename to...
2939         (gdb_load_shlib): ... this.
2940         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
2941         gdb_load_shlib.
2942         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2943         * gdb.base/ctxobj.exp: Likewise.
2944         * gdb.base/dprintf-pending.exp: Likewise.
2945         * gdb.base/dso2dso.exp: Likewise.
2946         * gdb.base/fixsection.exp: Likewise.
2947         * gdb.base/gcore-relro.exp: Likewise.
2948         * gdb.base/gdb1555.exp: Likewise.
2949         * gdb.base/global-var-nested-by-dso.exp: Likewise.
2950         * gdb.base/gnu-ifunc.exp: Likewise.
2951         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
2952         * gdb.base/jit-so.exp (one_jit_test): Likewise.
2953         * gdb.base/pending.exp: Likewise.
2954         * gdb.base/print-file-var.exp: Likewise.
2955         * gdb.base/print-symbol-loading.exp: Likewise.
2956         * gdb.base/shlib-call.exp: Likewise.
2957         * gdb.base/shreloc.exp: Likewise.
2958         * gdb.base/so-impl-ld.exp: Likewise.
2959         * gdb.base/solib-disc.exp: Likewise.
2960         * gdb.base/solib-nodir.exp: Likewise.
2961         * gdb.base/solib-overlap.exp: Likewise.
2962         * gdb.base/solib-symbol.exp: Likewise.
2963         * gdb.base/solib-weak.exp (do_test): Likewise.
2964         * gdb.base/sym-file.exp: Likewise.
2965         * gdb.base/symtab-search-order.exp: Likewise.
2966         * gdb.base/type-opaque.exp: Likewise.
2967         * gdb.base/unload.exp: Likewise.
2968         * gdb.base/watchpoint-solib.exp: Likewise.
2969         * gdb.compile/compile.exp: Likewise.
2970         * gdb.cp/gdb2384.exp: Likewise.
2971         * gdb.cp/infcall-dlopen.exp: Likewise.
2972         * gdb.cp/re-set-overloaded.exp: Likewise.
2973         * gdb.fortran/library-module.exp: Likewise.
2974         * gdb.opt/solib-intra-step.exp: Likewise.
2975         * gdb.python/py-finish-breakpoint.exp: Likewise.
2976         * gdb.python/py-shared.exp: Likewise.
2977         * gdb.reverse/solib-precsave.exp: Likewise.
2978         * gdb.reverse/solib-reverse.exp: Likewise.
2979         * gdb.server/solib-list.exp: Likewise.
2980         * gdb.threads/dlopen-libpthread.exp: Likewise.
2981         * gdb.threads/tls-shared.exp: Likewise.
2982         * gdb.threads/tls-so_extern.exp: Likewise.
2983         * gdb.trace/change-loc.exp: Likewise.
2984         * gdb.trace/ftrace-lock.exp: Likewise.
2985         * gdb.trace/ftrace.exp: Likewise.
2986         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
2987         * gdb.trace/pending.exp: Likewise.
2988         * gdb.trace/range-stepping.exp: Likewise.
2989         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
2990         (strace_info_marker): Likewise.
2991         (strace_probe_marker): Likewise.
2992         (strace_trace_on_same_addr): Likewise.
2993         (strace_trace_on_diff_addr): Likewise.
2994         * gdb.trace/trace-break.exp: Likewise.
2995         * gdb.trace/trace-condition.exp: Likewise.
2996         * gdb.trace/trace-mt.exp: Likewise.
2997
2998 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
2999
3000         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
3001         result of gdb_remote_download.
3002         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3003         * gdb.base/dso2dso.exp: Likewise.
3004         * gdb.base/global-var-nested-by-dso.exp: Likewise.
3005         * gdb.base/print-file-var.exp: Likewise.
3006         * gdb.base/shlib-call.exp: Likewise.
3007         * gdb.base/shreloc.exp: Likewise.
3008         * gdb.base/solib-overlap.exp: Likewise.
3009         * gdb.base/solib-weak.exp (do_test): Likewise.
3010         * gdb.base/unload.exp: Likewise.
3011
3012 2016-04-27  Yao Qi  <yao.qi@linaro.org>
3013
3014         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3015         exists.
3016
3017 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3018
3019         * vla-type.exp: Print structure from toplevel.
3020
3021 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3022
3023         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3024         of dynamic types.
3025         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3026         of dynamic types.
3027
3028 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
3029
3030         * gdb.fortran/vla-type.f90: New file.
3031         * gdb.fortran/vla-type.exp: New file.
3032
3033 2016-04-25  Yao Qi  <yao.qi@linaro.org>
3034
3035         * gdb.base/branch-to-self.c: New file.
3036         * gdb.base/branch-to-self.exp: New file.
3037
3038 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3039
3040         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3041         more after $hex.
3042
3043 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3044
3045         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3046         * gdb.base/annota3.exp: Likewise.
3047
3048 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3049
3050         * gdb.reverse/step-precsave.exp: Do one step and test program
3051         stops in "callee" and do multiple steps until program goes out
3052         of "callee".
3053         * gdb.reverse/step-reverse.exp: Likewise.
3054
3055 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3056
3057         * gdb.trace/signal.exp: Also pass if
3058         $tracepoint_hits($i) > $iterations.
3059
3060 2016-04-22  Yao Qi  <yao.qi@linaro.org>
3061
3062         * gdb.trace/signal.c: New file.
3063         * gdb.trace/signal.exp: New file.
3064
3065 2016-04-19  Doug Evans  <xdje42@gmail.com>
3066
3067         * gdb.base/bad-file.exp: New file.
3068
3069 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
3070
3071         * gdb.dwarf2/implref.exp: New file.
3072
3073 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3074
3075         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3076         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3077         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3078         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3079         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3080         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3081         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3082         * lib/fortran.exp (fortran_int4): New procedure.
3083         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3084         (fortran_logical4): Likewise.
3085
3086 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
3087
3088         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3089
3090 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
3091
3092         * lib/compiler.c: Add Intel specific preprocessor macros.
3093         * lib/compiler.cc: Likewise.
3094
3095 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
3096
3097         * gdb.server/connect-with-no-symbol-file.c: New file.
3098         * gdb.server/connect-with-no-symbol-file.exp: New file.
3099
3100 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3101
3102         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3103
3104 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
3105
3106         * boards/gdbserver-base.exp (${board}_download): Copy source file to
3107         standard output directory.
3108
3109 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3110
3111         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3112
3113 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
3114
3115         * gdb.btrace/instruction_history.c (loop): Add declaration.
3116
3117 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3118
3119         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3120
3121 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
3122
3123         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3124         parentheses to print.
3125         (continue_handler): Likewise.
3126
3127 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
3128
3129         * gdb.server/solib-list.exp: Remove is_remote check.
3130         Pass shlib= to gdb_compile.  Don't link shared library with
3131         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
3132         Run binary filename through "readlink -f" on the target.
3133
3134 2016-04-08  Pedro Alves  <palves@redhat.com>
3135
3136         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
3137         interpreter filename as argument to gdbserver_spawn.
3138         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3139         Return empty if $last_loaded_file does not exist.
3140
3141 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
3142
3143         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3144         * gdb.base/jit-main.c: Use exit after usage.
3145
3146 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3147
3148         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3149         GDBHISTSIZE prior to the tests.
3150         * gdb.base/gdbinit-history.exp: Likewise.
3151
3152 2016-04-07  Pedro Alves  <palves@redhat.com>
3153
3154         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3155         instead of build_executable.  Use gdb_load_shlibs.
3156
3157 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3158
3159         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3160         Execute "si" command.
3161
3162 2016-04-07  Yao Qi  <yao.qi@linaro.org>
3163
3164         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3165         number instead of the comments on some line.
3166
3167 2016-04-06  Don Breazeal  <donb@codesourcery.com>
3168
3169         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3170         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3171
3172 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
3173
3174         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3175         standard_output_file.  Remove unused binfile variable.
3176
3177 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
3178
3179         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3180         * gdb.python/py-mi-objfile.exp: Match "list main" output
3181         in console format.
3182
3183 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
3184
3185         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3186         absolute.
3187
3188 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3189
3190         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3191         absolute.
3192         * gdb.trace/ftrace.exp: Likewise.
3193         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3194         targets as well.
3195         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3196         (gdb_load_shlibs): Copy libraries to test directory when testing
3197         natively.  Only set solib-search-path if testing remotely.
3198         * lib/mi-support.exp (mi_load_shlibs): Likewise.
3199
3200 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
3201
3202         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3203         gdb_download.  Use it even if the target is not remote.
3204         * gdb.base/jit.exp (compile_jit_test): Likewise.
3205         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3206         output directory if the destination board is local, otherwise use
3207         the standard remote_download from DejaGnu.
3208         (gdb_download): Remove.
3209         (gdb_load_shlibs): Use gdb_remote_download instead of
3210         gdb_download.
3211         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3212         Use gdb_remote_download instead of gdb_download.  Use it even if
3213         the target is not remote.
3214         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3215         instead of gdb_download.
3216
3217 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
3218
3219         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3220         (test_insert_delete_modify): Call mi_load_shlibs before trying to
3221         run.
3222
3223 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
3224
3225         PR gdb/19820
3226         * gdb.base/printcmds.exp: Add artificial arrays tests.
3227
3228 2016-03-31  Pedro Alves  <palves@redhat.com>
3229
3230         PR gdb/19858
3231         * gdb.base/jit-main.c: Include unistd.h.
3232         (ATTACH): Define to 0 if not already defined.
3233         (wait_for_gdb, mypid): New globals.
3234         (WAIT_FOR_GDB): New macro.
3235         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
3236         some breakpoint locations.
3237         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3238         New procedures.
3239         (one_jit_test): Add REATTACH parameter, and handle it.  Use
3240         continue_to_test_location.
3241         (top level): Test attach, and adjusts calls to one_jit_test.
3242
3243 2016-03-31  Pedro Alves  <palves@redhat.com>
3244
3245         PR gdb/19858
3246         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
3247         BINSUFFIX parameter, and handle it.
3248         (top level): Adjust calls compile_jit_test.
3249
3250 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
3251
3252         PR python/19743
3253         * gdb.python/py-mi-events-gdb.py: New file.
3254         * gdb.python/py-mi-events.c: New file.
3255         * gdb.python/py-mi-events.exp: New file.
3256
3257 2016-03-30  Yao Qi  <yao.qi@linaro.org>
3258
3259         * gdb.reverse/until-precsave.exp: Match function name only.
3260         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3261         Move malloc to a condition block.
3262         * gdb.reverse/until-reverse.exp: Match function name only.
3263
3264 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3265
3266         * gdb.trace/ftrace.exp: Set arg0exp for s390.
3267         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3268         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3269         variable for GPR 0 instead of assuming it is register 0.
3270         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3271         * lib/trace-support.exp: Add s390 registers.
3272
3273 2016-03-29  Yao Qi  <yao.qi@linaro.org>
3274
3275         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3276
3277 2016-03-24  Yao Qi  <yao.qi@linaro.org>
3278
3279         * gdb.reverse/break-reverse.exp: Add quotation mark in the
3280         test message.
3281
3282 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3283
3284         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3285         maintaining separate logic for constructing the output path.
3286
3287 2016-03-16  Don Breazeal  <donb@codesourcery.com>
3288
3289         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3290         Retry fork and waitpid on interrupted system call errors.
3291         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3292         Use with_timeout_factor to increase timeout by factor of 10.
3293
3294 2016-03-15  Don Breazeal  <donb@codesourcery.com>
3295
3296         * gdb.cp/scope-err.cc: New test program.
3297         * gdb.cp/scope-err.exp: New test script.
3298         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3299         lines and "set breakpoint here" comment.
3300         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3301         Fixed some whitespace and format issues.
3302         * gdb.mi/mi-linespec-err-cp.cc: New test program.
3303         * gdb.mi/mi-linespec-err-cp.exp: New test script.
3304
3305 2016-03-15  Doug Evans  <dje@google.com>
3306
3307         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3308         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3309         All callers updated.  Add tests for enums, mixed flags register.
3310
3311 2016-03-15  Doug Evans  <dje@google.com>
3312
3313         * gdb.base/skip.c (main): Call test_skip_file_and_function.
3314         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3315
3316 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
3317
3318         * gdb.base/default.exp: Add $_as_string to the list of expected
3319         convenience functions.
3320
3321 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
3322
3323         * gdb.base/maint.exp: New tests for 'maint info line-table'.
3324
3325 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
3326
3327         * gdb.python/py-as-string.exp: New file.
3328         * gdb.python/py-as-string.c: New file.
3329
3330 2016-03-09  Pedro Alves  <palves@redhat.com>
3331
3332         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3333         signal" -> "Thread NN received signal" output change.
3334         * gdb.threads/ia64-sigill.exp: Likewise.
3335         * gdb.threads/linux-dp.exp: Likewise.
3336         * gdb.threads/manythreads.exp: Likewise.
3337         * gdb.threads/pending-step.exp: Likewise.
3338         * gdb.threads/print-threads.exp: Likewise.
3339         * gdb.threads/sigstep-threads.exp: Likewise.
3340         * gdb.threads/staticthreads.exp: Likewise.
3341         * gdb.threads/tls.exp: Likewise.
3342
3343 2016-03-09  Pedro Alves  <palves@redhat.com>
3344
3345         * gdb.base/command-line-input.exp: New file.
3346
3347 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3348
3349         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3350         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3351         * gdb.trace/pending.exp: Accept leading dot before function name.
3352         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3353         * lib/trace-support.exp: Set registers for ppc.
3354
3355 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3356
3357         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3358         use it for disassembly; accept .main in addition to main in backtrace.
3359
3360 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
3361             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3362
3363         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3364         (gdb_recursion_test_ptr): New global variable.
3365         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3366         gdb_recursion_test.
3367         (gdb_c_test): Ditto.
3368
3369 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3370
3371         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3372         ordering.
3373
3374 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3375
3376         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3377         (bar): Add bar_start_lbl label.
3378         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3379         of foo/bar for emitting DWARF and tracing.
3380
3381 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
3382
3383         * analyze-racy-logs.py: Set executable bit.
3384
3385 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3386
3387         * Makefile.in (DEFAULT_RACY_ITER): New variable.
3388         (CHECK_TARGET_TMP): Likewise.
3389         (check-single-racy): New rule.
3390         (check-parallel-racy): Likewise.
3391         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3392         (do-check-parallel-racy): New rule.
3393         (check-racy/%.exp): Likewise.
3394         * README (Racy testcases): New section.
3395         * analyze-racy-logs.py: New file.
3396
3397 2016-03-03  Doug Evans  <dje@google.com>
3398
3399         * gdb.base/skip.exp: Use with_test_prefix.
3400
3401 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3402
3403         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3404         Invoke step_over_syscall "clone" and break_cond_on_syscall
3405         "clone".
3406         * gdb.base/step-over-clone.c: New file.
3407
3408 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3409
3410         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3411         code format.
3412
3413 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3414
3415         * gdb.base/disp-step-fork.c: Rename to ...
3416         * gdb.base/step-over-fork.c: ... it.  New file.
3417         * gdb.base/disp-step-vfork.c: Rename to ...
3418         * gdb.base/step-over-vfork.c: ... it.  New file.
3419         * gdb.base/disp-step-syscall.exp: Rename to ...
3420         * gdb.base/step-over-syscall.exp: ... it.  New file.
3421         (disp_step_cross_syscall): Rename to ...
3422         (step_over_syscall): ... it.
3423
3424 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3425
3426         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3427         If target supports condition evaluation on target, invoke
3428         break_cond_on_syscall for fork and vfork.
3429
3430 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3431
3432         * gdb.base/disp-step-syscall.exp: Don't invoke
3433         support_displaced_stepping.
3434         (disp_step_cross_syscall): Test with displaced stepping off and
3435         on if supported.
3436
3437 2016-03-03  Yao Qi  <yao.qi@linaro.org>
3438
3439         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3440         proc.
3441         (setup): New proc.
3442         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3443         and setup.
3444
3445 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3446
3447         * gdb.fortran/vla-history.exp: Remove breakpoint.
3448
3449 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3450
3451         * gdb.fortran/vla-history.exp: Lookup array elements and printing
3452         exceeds timeout.
3453
3454 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3455
3456         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3457         breakpoint.
3458
3459 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
3460
3461         * gdb.mi/vla.f90: Nullify pointer after declaration.
3462
3463 2016-03-01  Pedro Alves  <palves@redhat.com>
3464
3465         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3466
3467 2016-03-01  Pedro Alves  <palves@redhat.com>
3468
3469         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3470         before anything else.
3471         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
3472         _GNU_SOURCE here.
3473         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3474         before anything else.
3475         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3476
3477 2016-03-01  Pedro Alves  <palves@redhat.com>
3478
3479         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3480
3481 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3482
3483         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3484         prepare_for_testing.
3485
3486 2016-03-01  Yao Qi  <yao.qi@linaro.org>
3487
3488         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3489
3490 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3491
3492         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3493         manually constructing the output path.
3494
3495 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3496
3497         * gdb.arch/s390-stackless.S: New.
3498         * gdb.arch/s390-stackless.exp: New.
3499
3500 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3501
3502         * gdb.dlang/circular.c: New file.
3503         * gdb.dlang/circular.exp: New file.
3504
3505 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3506
3507         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3508         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3509         (testcases): Update.
3510
3511 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3512
3513         * gdb.reverse/aarch64.c: Rename to ...
3514         * gdb.reverse/insn-reverse.c: ... it.
3515         * gdb.reverse/aarch64.exp: Rename to ...
3516         * gdb.reverse/insn-reverse.exp: ... it.
3517
3518 2016-02-26  Yao Qi  <yao.qi@linaro.org>
3519
3520         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3521         (testcase_ftype): New.
3522         (testcases): New array.
3523         (n_testcases): New.
3524         (main): Call each element in testcases.
3525         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3526         (read_testcase): New.
3527         Do the tests in a loop.
3528
3529 2016-02-25  Yao Qi  <yao.qi@linaro.org>
3530
3531         * gdb.base/branches.c: Remove.
3532
3533 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3534
3535         PR gdb/13808
3536         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3537
3538 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3539
3540         * gdb.trace/ftrace.exp: Remove unnecessary target check.
3541
3542 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3543
3544         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3545         change x86_64 call_insn to 'callq'.
3546
3547 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3548
3549         * gdb.trace/tfile-avx.c: Move to...
3550         * gdb.trace/tracefile-pseudo-reg.c: Here.
3551         * gdb.trace/tfile-avx.exp: Move to...
3552         * gdb.trace/tracefile-pseudo-reg.exp: Here.
3553
3554 2016-02-24  Gary Benson <gbenson@redhat.com>
3555
3556         * gdb.base/attach-pie-noexec.exp: Do not expect an error
3557         message on attach.
3558
3559 2016-02-23  Doug Evans  <dje@google.com>
3560
3561         * gdb.base/skip.c (test_skip): New function.
3562         (end_test_skip_file_and_function): New function.
3563         (test_skip_file_and_function): New function.
3564         * gdb.base/skip1.c (test_skip): New function.
3565         (skip1_test_skip_file_and_function): New function.
3566         * gdb.base/skip.exp: Add tests for new skip options.
3567         * gdb.base/skip-solib.exp: Update expected output.
3568         * gdb.perf/skip-command.cc: New file.
3569         * gdb.perf/skip-command.exp: New file.
3570         * gdb.perf/skip-command.py: New file.
3571
3572 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3573
3574         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3575         info registers pattern.
3576
3577 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
3578
3579         * lib/future.exp: Add D support.
3580         (gdb_find_gdc): New proc.
3581         (gdb_default_target_compile): Add D support.
3582
3583 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
3584
3585         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3586         user+system time.
3587         (trace_speed_test): Determine the iteration count for a time
3588         between 15..30 seconds.
3589
3590 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3591
3592         * gdb.arch/i386-mpx-sigsegv.c: New file.
3593         * gdb.arch/i386-mpx-sigsegv.exp: New file.
3594         * gdb.arch/i386-mpx-simple_segv.c: New file.
3595         * gdb.arch/i386-mpx-simple_segv.exp: New file.
3596
3597 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3598
3599         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3600         Don't call setup_kfail.
3601
3602 2016-02-18  Yao Qi  <yao.qi@linaro.org>
3603
3604         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3605         Set "set breakpoint condition-evaluation" per $cond_bp_target.
3606
3607 2016-02-16  Doug Evans  <dje@google.com>
3608
3609         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
3610         * gdb.base/skip1.c: Ditto.
3611         * gdb.base/skip.exp: Whitespace cleanup.
3612
3613 2016-02-16  Don Breazeal  <donb@codesourcery.com>
3614
3615         PR remote/19496
3616         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3617         Remove kfail for PR remote/19496.
3618
3619 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3620
3621         * lib/gdb.exp (standard_temp_file): Return a path specific to
3622         the runtest invocation.
3623
3624 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
3625
3626         * gdb.trace/save-trace.exp: Change relative path to be in the
3627         standard output directory.
3628
3629 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3630
3631         * gdb.arch/i386-prologue.c: Add missing prototypes.
3632
3633 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3634
3635         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3636         * gdb.arch/i386-prologue.exp: Likewise.
3637         * gdb.arch/i386-size.exp: Likewise.
3638
3639 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
3640
3641         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3642         define object file path.
3643         * gdb.btrace/gcore.exp: Use standard_output_file to define core
3644         file path.
3645         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3646         standard_output_file to define binfile.
3647
3648 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3649
3650         Fix compatibility with recent gfortran-5.3.1.
3651         * gdb.fortran/vla-history.exp (print vla1 allocated)
3652         (print vla2 allocated, print $2, print $3): Remove
3653         (print $4): Rename to ...
3654         (print $2): ... here.
3655         (print $9): Rename to ...
3656         (print $5): ... here.
3657         (print $10): Rename to ...
3658         (print $6): ... here.
3659         * gdb.fortran/vla.f90: Add pvla initialization.
3660
3661 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3662
3663         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3664         New test.
3665         * gdb.fortran/vla-value-sub.exp: Likewise.
3666
3667 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3668
3669         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3670
3671 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
3672
3673         * i386-biarch-core.exp: Define corefile using
3674         standard_output_file.
3675
3676 2016-02-12  Yao Qi  <yao.qi@linaro.org>
3677
3678         * gdb.arch/arm-single-step-kernel-helper.c: New.
3679         * gdb.arch/arm-single-step-kernel-helper.exp: New.
3680
3681 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
3682
3683         * gdb.btrace/tailcall-only.exp: New.
3684         * gdb.btrace/tailcall-only.c: New.
3685         * gdb.btrace/x86_64-tailcall-only.S: New.
3686         * gdb.btrace/i686-tailcall-only.S: New.
3687
3688 2016-02-11  Pedro Alves  <palves@redhat.com>
3689
3690         * README (Parallel testing): Add missing double quotes.
3691
3692 2016-02-11  Pedro Alves  <palves@redhat.com>
3693
3694         * README (Parallel testing): New section.
3695         (GDB_PARALLEL): Rewrite.
3696         (FORCE_PARALLEL): Document.
3697
3698 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3699
3700         * gdb.trace/tfile-avx.c: New test.
3701         * gdb.trace/tfile-avx.exp: New test.
3702
3703 2016-02-09  Keith Seitz  <keiths@redhat.com>
3704
3705         PR breakpoints/19546
3706         * gdb.base/infcall-exec.c: New file.
3707         * gdb.base/infcall-exec2.c: New file.
3708         * gdb.base/infcall-exec.exp: New file.
3709
3710 2016-02-09  Keith Seitz  <keiths@redhat.com>
3711
3712         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3713         (toplevel): Call test_bkpt_address.
3714
3715 2016-02-09  Keith Seitz  <keiths@redhat.com>
3716
3717         PR python/19506
3718         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3719         (toplevel): Call test_bkpt_address.
3720
3721 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
3722
3723         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3724         to AC_OUTPUT.
3725         * configure: Regenerate.
3726
3727 2016-02-09  Pedro Alves  <palves@redhat.com>
3728
3729         PR breakpoints/19548
3730         * gdb.base/execl-update-breakpoints.c (some_function): New
3731         function.
3732         (main): Call it.
3733         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3734         Tighten expected GDB output.
3735
3736 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
3737
3738         * Makefile.in (ALL_SUBDIRS): Remove.
3739         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3740         (distclean maintainer-clean realclean): Likewise.
3741         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3742         * configure: Regenerate.
3743         * gdb.ada/Makefile.in: Delete.
3744         * gdb.arch/Makefile.in: Likewise.
3745         * gdb.asm/Makefile.in: Likewise.
3746         * gdb.base/Makefile.in: Likewise.
3747         * gdb.btrace/Makefile.in: Likewise.
3748         * gdb.cell/Makefile.in: Likewise.
3749         * gdb.compile/Makefile.in: Likewise.
3750         * gdb.cp/Makefile.in: Likewise.
3751         * gdb.disasm/Makefile.in: Likewise.
3752         * gdb.dlang/Makefile.in: Likewise.
3753         * gdb.dwarf2/Makefile.in: Likewise.
3754         * gdb.fortran/Makefile.in: Likewise.
3755         * gdb.gdb/Makefile.in: Likewise.
3756         * gdb.go/Makefile.in: Likewise.
3757         * gdb.guile/Makefile.in: Likewise.
3758         * gdb.java/Makefile.in: Likewise.
3759         * gdb.linespec/Makefile.in: Likewise.
3760         * gdb.mi/Makefile.in: Likewise.
3761         * gdb.modula2/Makefile.in: Likewise.
3762         * gdb.multi/Makefile.in: Likewise.
3763         * gdb.objc/Makefile.in: Likewise.
3764         * gdb.opencl/Makefile.in: Likewise.
3765         * gdb.opt/Makefile.in: Likewise.
3766         * gdb.pascal/Makefile.in: Likewise.
3767         * gdb.perf/Makefile.in: Likewise.
3768         * gdb.python/Makefile.in: Likewise.
3769         * gdb.reverse/Makefile.in: Likewise.
3770         * gdb.server/Makefile.in: Likewise.
3771         * gdb.stabs/Makefile.in: Likewise.
3772         * gdb.threads/Makefile.in: Likewise.
3773         * gdb.trace/Makefile.in: Likewise.
3774         * gdb.xml/Makefile.in: Likewise.
3775         * lib/gdb.exp (make_gdb_parallel_path): Add check for
3776         GDB_PARALLEL.
3777         (standard_output_file): Remove check for GDB_PARALLEL, always
3778         return path in outputs/$subdir/$testname.
3779
3780 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
3781
3782         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3783         (site.exp): Assign abs_srcdir to tcl's srcdir.
3784
3785 2016-02-04  Yao Qi  <yao.qi@linaro.org>
3786
3787         * gdb.base/foll-exec-mode.c: Include limits.h.
3788         (main): Add parameters argc and argv.  Get directory from
3789         argv[0].
3790         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3791         compilation.
3792         * gdb.base/foll-exec.c: Include limits.h.
3793         (main): Add parameters argc and argv.
3794         Get directory from argv[0].
3795         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3796         Adjust tests on the number of lines as source code changed.
3797         * gdb.base/foll-vfork-exit.c: Include limits.h.
3798         (main): Add one line of statement before vfork.
3799         * gdb.base/foll-vfork.c: Include limits.h and string.h.
3800         (main): Add parameters argc and argv.  Get directory from
3801         argv[0].
3802         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3803         (setup_gdb): Set tbreak to skip some source lines.
3804         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3805         (main): Add parameters argc and argv.  Get directory from
3806         argv[0].
3807         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3808         compilation.
3809         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3810         (main): Add parameters argc and argv.  Get directory from
3811         argv[0].
3812         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3813         compilation.
3814
3815 2016-02-01  Doug Evans  <dje@google.com>
3816
3817         * gdb.base/skip.exp: Clean up multiple references to same test name.
3818
3819 2016-02-01  Pedro Alves  <palves@redhat.com>
3820
3821         PR remote/19496
3822         * gdb.threads/forking-threads-plus-breakpoint.exp
3823         (displaced_stepping_supported): New global.
3824         (probe_displaced_stepping_support): New procedure.
3825         (do_test): Add 'displaced' parameter, and use it.
3826         (top level): Check for displaced stepping support.  Add displaced
3827         stepping on/off testing axis.
3828
3829 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
3830
3831         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3832         pointer.  Don't perform further tests on the unassociated pointer
3833         if the first test fails.
3834
3835 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
3836
3837         * gdb.base/max-value-size.c: New file.
3838         * gdb.base/max-value-size.exp: New file.
3839         * gdb.base/huge.exp: Disable max-value-size for this test.
3840
3841 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
3842
3843         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3844
3845 2016-01-28  Yao Qi  <yao.qi@linaro.org>
3846
3847         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3848
3849 2016-01-25  Pedro Alves  <palves@redhat.com>
3850
3851         PR threads/19461
3852         * gdb.base/fork-running-state.c: New file.
3853         * gdb.base/fork-running-state.exp: New file.
3854
3855 2016-01-25  Pedro Alves  <palves@redhat.com>
3856
3857         PR gdb/19494
3858         * gdb.base/catch-fork-kill.c: New file.
3859         * gdb.base/catch-fork-kill.exp: New file.
3860
3861 2016-01-25  Pedro Alves  <palves@redhat.com>
3862
3863         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3864         Delete, moved to lib/gdb.exp.
3865         * gdb.threads/forking-threads-plus-breakpoint.exp
3866         (foreach_with_prefix): Likewise.
3867         * gdb.threads/process-dies-while-handling-bp.exp
3868         (foreach_with_prefix): Likewise.
3869         * lib/gdb.exp (foreach_with_prefix): New procedure.
3870
3871 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3872
3873         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3874         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3875
3876 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3877
3878         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3879         endian targets.
3880
3881 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3882             Pedro Alves  <palves@redhat.com>
3883
3884         Fix testsuite compatibility with Guile.
3885         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3886         number.
3887
3888 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3889
3890         Fix testsuite compatibility with Guile.
3891         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3892         (thread 1): New test for backtrace through signal handler.
3893
3894 2016-01-22  Yao Qi  <yao.qi@linaro.org>
3895
3896         PR testsuite/19491
3897         * gdb.base/multi-forks.c: Include
3898         ../lib/unbuffer_output.c
3899         (main): Call gdb_unbuffer_output.
3900
3901 2016-01-21  Doug Evans  <dje@google.com>
3902
3903         * lib/ada.exp (gdb_compile_ada): Fix typo.
3904
3905 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
3906
3907         * gdb.base/break-fun-addr.exp: New file.
3908         * gdb.base/break-fun-addr1.c: New file.
3909         * gdb.base/break-fun-addr2.c: New file.
3910
3911 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
3912
3913         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3914         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3915         enum flag values.
3916
3917 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3918
3919         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3920         when GDB can not set the vector return value.  Add more comments
3921         for clarification.
3922
3923 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
3924
3925         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
3926         command.
3927
3928 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
3929
3930         * Makefile.in (DO_RUNTEST): Add --status and update usages.
3931
3932 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
3933
3934         * Makefile.in (check-single): Pass --status to runtest.
3935         (check/%.exp): Likewise.
3936
3937 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
3938
3939         * Makefile.in (check-parallel): Propagate return code from make
3940         do-check-parallel.
3941
3942 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
3943
3944         * gdb.trace/ftrace.exp: Fix expected message on continue.
3945         * gdb.trace/pending.exp: Fix expected message on continue.
3946         * gdb.trace/trace-break.exp: Fix expected message on continue.
3947
3948 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
3949
3950         * lib/gdb.exp (gdb_test): Remove unused global references.
3951
3952 2016-01-18  Pedro Alves  <palves@redhat.com>
3953
3954         * gdb.base/async-shell.exp: Adjust expected output.
3955         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
3956         * gdb.base/siginfo-thread.exp: Adjust expected output.
3957         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
3958         * gdb.java/jnpe.exp: Adjust expected output.
3959         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
3960         * gdb.threads/continue-pending-status.exp: Adjust expected output.
3961         * gdb.threads/leader-exit.exp: Adjust expected output.
3962         * gdb.threads/manythreads.exp: Adjust expected output.
3963         * gdb.threads/pthreads.exp: Adjust expected output.
3964         * gdb.threads/schedlock.exp: Adjust expected output.
3965         * gdb.threads/siginfo-threads.exp: Adjust expected output.
3966         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
3967         expected output.
3968         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
3969         output.
3970         * gdb.threads/sigthread.exp: Adjust expected output.
3971         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
3972
3973 2016-01-18  Yao Qi  <yao.qi@linaro.org>
3974
3975         * gdb.guile/scm-section-script.c: Replace @progbits with
3976         %progbits.
3977         * gdb.python/py-section-script.c: Likewise.
3978
3979 2016-01-15  Pedro Alves  <palves@redhat.com>
3980
3981         * gdb.multi/tids.exp: Test star wildcard ranges.
3982
3983 2016-01-15  Pedro Alves  <palves@redhat.com>
3984
3985         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
3986         command from "thread apply" invocation.
3987         (thr_apply_info_thr_invalid): Default the expected output to the
3988         input tid list.
3989         (top level): Add tests that use convenience variables.  Add tests
3990         for "thread apply" with a valid TID list, but missing the command.
3991
3992 2016-01-13  Pedro Alves  <palves@redhat.com>
3993
3994         * gdb.base/default.exp: Expect $_gthread as well.
3995         * gdb.multi/tids.exp: Test $_gthread.
3996         * gdb.threads/thread-specific.exp: Test $_gthread.
3997
3998 2016-01-13  Pedro Alves  <palves@redhat.com>
3999
4000         * gdb.multi/tids.exp: Test "info threads -gid".
4001
4002 2016-01-13  Pedro Alves  <palves@redhat.com>
4003
4004         * gdb.multi/tids.exp: Test InferiorThread.global_num and
4005         Breakpoint.thread.
4006         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4007
4008 2016-01-07  Pedro Alves  <palves@redhat.com>
4009
4010         * gdb.base/break.exp: Adjust to output changes.
4011         * gdb.base/hbreak2.exp: Likewise.
4012         * gdb.base/sepdebug.exp: Likewise.
4013         * gdb.base/watch_thread_num.exp: Likewise.
4014         * gdb.linespec/keywords.exp: Likewise.
4015         * gdb.multi/info-threads.exp: Likewise.
4016         * gdb.threads/thread-find.exp: Likewise.
4017         * gdb.multi/tids.c: New file.
4018         * gdb.multi/tids.exp: New file.
4019
4020 2016-01-13  Pedro Alves  <palves@redhat.com>
4021
4022         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4023
4024 2016-01-13  Pedro Alves  <palves@redhat.com>
4025
4026         * gdb.base/default.exp: Expect $_inferior as well.
4027         * gdb.multi/base.exp: Test $_inferior.
4028
4029 2016-01-13  Pedro Alves  <palves@redhat.com>
4030
4031         PR breakpoints/19388
4032         * gdb.base/catch-signal-siginfo-cond.c: New file.
4033         * gdb.base/catch-signal-siginfo-cond.exp: New file.
4034
4035 2016-01-12  Josh Stone  <jistone@redhat.com>
4036             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4037
4038         * gdb.base/catch-syscall.c (do_execve): New variable.
4039         (main): Conditionally trigger an execve.
4040         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4041         (test_catch_syscall_execve): New, check entry/return across execve.
4042         (do_syscall_tests): Call test_catch_syscall_execve.
4043
4044 2016-01-12  Pedro Alves  <palves@redhat.com>
4045
4046         * gdb.base/random-signal.exp (do_test): New procedure, with body
4047         of testcase moved in.
4048
4049 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4050             Pedro Alves  <palves@redhat.com>
4051
4052         * gdb.base/funcargs.exp (finish from indirectly called function):
4053         Reintroduce the case for 'First'.
4054
4055 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4056             Pedro Alves  <palves@redhat.com>
4057
4058         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4059         (tcatch_vfork_then_child_follow_exec)
4060         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4061         identification.
4062
4063 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4064
4065         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4066         and repeats to unlimited.
4067         * gdb.python/py-value.exp: Likewise.
4068         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4069         and repeats to unlimited.
4070
4071 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
4072
4073         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4074         and reordering the functions.
4075         * gdb.multi/hangout.c: Likewise.
4076         * gdb.multi/hello.c: Likewise.
4077
4078 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
4079
4080         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4081         absolute.
4082         (SingleStatisticTestResult.report): Use dict.keys instead of
4083         dict.iterkeys.
4084
4085 2016-01-06  Pedro Alves  <palves@redhat.com>
4086
4087         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
4088
4089 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
4090
4091         * gdb.btrace/dlopen.exp: New.
4092         * gdb.btrace/dlopen.c: New.
4093         * gdb.btrace/dlopen-dso.c: New.
4094
4095 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
4096
4097         * lib/gdb.exp (gdb_test): Update comments to clarify that the
4098         PATTERN argument is optional.
4099
4100 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
4101
4102         * lib/ada.exp (target_compile_ada_from_dir): New function.
4103         (gdb_compile_ada): Reimplement avoiding the use of project files.
4104         * gdb.ada/gnat_ada.gpr: Delete.
4105         * gdb.ada/cond_lang.exp: Adjust test to make path before
4106         filename optional.
4107         * gdb.ada/small_reg_param.exp: Likewise.
4108
4109 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
4110
4111         * gdb.base/foll-vork.exp: Remove HP-UX special case.
4112
4113 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
4114
4115         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4116         case.
4117
4118 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
4119
4120         * gdb.base/break.exp: Remove dead code.
4121         * gdb.base/sepdebug.exp: Likewise.
4122
4123 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4124
4125         * gdb.asm/asm-source.exp: Remove HP-UX references.
4126         * gdb.base/annota1.exp: Likewise.
4127         * gdb.base/annota3.exp: Likewise.
4128         * gdb.base/attach.exp: Likewise.
4129         * gdb.base/bigcore.exp: Likewise.
4130         * gdb.base/break.exp: Likewise.
4131         * gdb.base/call-ar-st.exp: Likewise.
4132         * gdb.base/callfuncs.exp: Likewise.
4133         * gdb.base/catch-fork-static.exp: Likewise.
4134         * gdb.base/display.exp: Likewise.
4135         * gdb.base/foll-exec-mode.exp: Likewise.
4136         * gdb.base/foll-exec.exp: Likewise.
4137         * gdb.base/foll-fork.exp: Likewise.
4138         * gdb.base/foll-vfork.exp: Likewise.
4139         * gdb.base/funcargs.exp: Likewise.
4140         * gdb.base/hbreak2.exp: Likewise.
4141         * gdb.base/inferior-died.exp: Likewise.
4142         * gdb.base/interrupt.exp: Likewise.
4143         * gdb.base/multi-forks.exp: Likewise.
4144         * gdb.base/nodebug.exp: Likewise.
4145         * gdb.base/sepdebug.exp: Likewise.
4146         * gdb.base/solib1.c: Likewise.
4147         * gdb.base/step-test.exp: Likewise.
4148         * gdb.mi/non-stop.c: Likewise.
4149         * gdb.mi/pthreads.c: Likewise.
4150         * gdb.multi/bkpt-multi-exec.ex: Likewise.
4151         * gdb.threads/pthreads.c: Likewise.
4152         * gdb.threads/staticthreads.exp: Likewise.
4153         * lib/future.exp: Likewise.
4154         * lib/gdb.exp: Likewise.
4155         * gdb.base/so-indr-cl.c: Remove.
4156         * gdb.base/so-indr-cl.exp: Likewise.
4157         * gdb.base/solib.c: Likewise.
4158         * gdb.base/solib.exp: Likewise.
4159         * gdb.base/solib2.c: Likewise.
4160
4161 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
4162
4163         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4164         * gdb.base/call-ar-st.exp: Likewise.
4165         * gdb.base/callfuncs.exp: Likewise.
4166         * gdb.base/condbreak.exp: Likewise.
4167         * gdb.base/constvars.exp: Likewise.
4168         * gdb.base/hbreak2.exp: Likewise.
4169         * gdb.base/langs.exp: Likewise.
4170         * gdb.base/list.exp: Likewise.
4171         * gdb.base/long_long.exp: Likewise.
4172         * gdb.base/ptype.exp: Likewise.
4173         * gdb.base/scope.exp: Likewise.
4174         * gdb.base/signals.exp: Likewise.
4175         * gdb.base/so-impl-ld.exp: Likewise.
4176         * gdb.base/varargs.exp: Likewise.
4177         * gdb.base/volatile.exp: Likewise.
4178         * gdb.base/whatis.exp: Likewise.
4179         * gdb.cp/cplusfuncs.exp: Likewise.
4180         * gdb.cp/inherit.exp: Likewise.
4181         * gdb.cp/local.exp: Likewise.
4182         * gdb.cp/member-ptr.exp: Likewise.
4183         * gdb.cp/method.exp: Likewise.
4184         * gdb.cp/overload.exp: Likewise.
4185         * gdb.cp/templates.exp: Likewise.
4186         * gdb.stabs/weird.exp: Likewise.
4187         * lib/compiler.c: Likewise.
4188         * lib/compiler.cc: Likewise.
4189         * lib/cp-support.exp: Likewise.
4190         * lib/gdb.exp: Likewise.
4191
4192 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
4193
4194         * configure.ac: Remove HP-UX case.
4195         * configure: Regenerate.
4196
4197 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
4198
4199         * lib/gdb.exp (gdb_compile): Add function doc.
4200
4201 2015-12-17  Pedro Alves  <palves@redhat.com>
4202
4203         PR threads/19354
4204         * gdb.multi/info-threads.exp: New file.
4205
4206 2015-12-15  Yao Qi  <yao.qi@linaro.org>
4207
4208         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4209         is aarch64*-*-*.
4210
4211 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4212
4213         * gdb.base/history-duplicates.exp: Skip if no readline support.
4214
4215 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4216
4217         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4218
4219 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4220
4221         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4222
4223 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
4224
4225         * gdb.base/completion.exp: Skip tests that interrupt GDB with
4226         ctrl-C if nointerrupts target property is set.
4227         * gdb.base/double-prompt-target-event-error.exp: Likewise.
4228         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4229         * gdb.base/paginate-bg-execution.exp: Likewise.
4230         * gdb.base/paginate-execution-startup.exp: Likewise.
4231         * gdb.base/random-signal.exp: Likewise.
4232         * gdb.base/range-stepping.exp: Likewise.
4233         * gdb.cp/annota2.exp: Likewise.
4234         * gdb.cp/annota3.exp: Likewise.
4235         * gdb.gdb/selftest.exp: Likewise.
4236         * gdb.threads/continue-pending-status.exp: Likewise.
4237         * gdb.threads/leader-exit.exp: Likewise.
4238         * gdb.threads/manythreads.exp: Likewise.
4239         * gdb.threads/pthreads.exp: Likewise.
4240         * gdb.threads/schedlock.exp: Likewise.
4241         * gdb.threads/sigthread.exp: Likewise.
4242
4243 2015-12-11  Don Breazeal  <donb@codesourcery.com>
4244
4245         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4246         remote.
4247         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4248         * gdb.base/foll-exec.exp (main): Enable for target remote.
4249         * gdb.base/foll-fork.exp (main): Likewise.
4250         * gdb.base/foll-vfork.exp (main): Likewise.
4251         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4252         (proc continue_to_exit_bp_loc): Use clean_restart.
4253         * gdb.base/pie-execl.exp (main): Disable for target remote.
4254         * gdb.base/watch-vfork.exp (main): Enable for target remote.
4255         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4256         * gdb.threads/execl.exp (main): Likewise.
4257         * gdb.threads/fork-child-threads.exp (main): Likewise.
4258         * gdb.threads/fork-plus-threads.exp (main): Disable for target
4259         remote.
4260         * gdb.threads/fork-thread-pending.exp (main): Enable for target
4261         remote.
4262         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4263         pid.tid style ptids, instead of just tid.
4264         * gdb.threads/thread-execl.exp (main): Enable for target remote.
4265         * gdb.threads/watchpoint-fork.exp (main): Likewise.
4266         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4267         ptids, instead of just tid.
4268
4269 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4270
4271         * gdb.base/list.exp (test_list_forward): Add end of file error
4272         test.
4273         (test_repeat_list_command): Add end of file error test.
4274         (test_list_backwards): Add beginning of file error test.
4275
4276 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4277
4278         * gdb.base/list.exp (test_list_invalid_args): New function,
4279         defined, and called.
4280
4281 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
4282
4283         * gdb.base/list.exp (test_list): Make test names unique.
4284
4285 2015-12-11  Yao Qi  <yao.qi@linaro.org>
4286
4287         * gdb.base/coremaker2.c: Remove.
4288
4289 2015-12-10  Pedro Alves  <palves@redhat.com>
4290
4291         * gdb.multi/base.exp: Remove stale "spaces" references.
4292
4293 2015-12-10  Pedro Alves  <palves@redhat.com>
4294
4295         * gdb.multi/base.exp: Don't use nowarnings.
4296         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4297         * gdb.multi/hangout.c: Include stdio.h.
4298         * gdb.multi/hello.c: Include stdlib.h.
4299         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4300         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4301         * gdb.multi/multi-arch.exp: Don't use nowarnings.
4302
4303 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
4304
4305         * gdb.dwarf2/dw2-ranges-base.c: New file.
4306         * gdb.dwarf2/dw2-ranges-base.exp: New file.
4307         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4308         support additional line table, and debug ranges generation.
4309         (Dwarf::ranges): New function, generate .debug_ranges.
4310         (Dwarf::lines): Support generating simple line table programs.
4311         (Dwarf::assemble): Initialise new namespace variables.
4312
4313 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
4314
4315         * gdb.base/async.exp (proc test_background): Add case for
4316         asynchronous execution not supported.
4317
4318 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
4319
4320         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4321           format and change test names to make them unique.
4322
4323 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
4324             Pedro Alves  <pedro@redhat.com>
4325
4326         PR gdb/18702
4327         Add checking of floatformats setup on x86_64 hosts.
4328         * gdb.arch/i386-float.S (main): Load bigval and smallval.
4329         (smallval, bigval): New labels/constants.
4330         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4331         float" after loading bigval and smallval.
4332
4333 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
4334
4335         * gdb.ada/fun_overload_menu.exp: New testcase.
4336         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4337
4338 2015-12-04  Josh Stone  <jistone@redhat.com>
4339
4340         * gdb.base/catch-fork-static.exp: New.
4341
4342 2015-12-03  Yao Qi  <yao.qi@linaro.org>
4343
4344         * gdb.base/sizeof.c: Don't include stdio.h and
4345         ../lib/unbuffer_output.c.
4346         (main): New variable 'size' and 'value'.  Remove printf and
4347         gdb_unbuffer_output.  Assign return value to size and value.
4348         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4349         at the beginning.
4350         (check_sizeof): Check the result by printing variable 'size'.
4351         (check_valueof): Check the result by printing variable 'value'.
4352
4353 2015-12-01  Yao Qi  <yao.qi@linaro.org>
4354
4355         * gdb.base/disp-step-syscall.exp: Define syscall instruction
4356         for aarch64*-*-linux* target.
4357
4358 2015-11-30  Pedro Alves  <palves@redhat.com>
4359
4360         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4361
4362 2015-11-30  Pedro Alves  <palves@redhat.com>
4363
4364         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4365         Handle non-stop mode vCont replies.
4366
4367 2015-11-30  Pedro Alves  <palves@redhat.com>
4368
4369         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4370         prepare_for_testing.  Start gdb with "set non-stop on" appended to
4371         GDBFLAGS.  Lax expected stop output.
4372
4373 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4374
4375         * gdb.arch/arm-neon.exp: New.
4376         * gdb.arch/arm-neon.c: New.
4377
4378 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4379
4380         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4381
4382 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4383
4384         * gdb.cp/annota2.exp: Allow multiple occurrences of the
4385         frames-invalid annotation.
4386
4387 2015-11-27  Yao Qi  <yao.qi@linaro.org>
4388
4389         * gdb.cp/annota2.exp: Use ${frames_invalid}.
4390
4391 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
4392
4393         * gdb.threads/names.exp: New file.
4394         * gdb.threads/names.c: New file.
4395         * README: Mention gdb,no_thread_names.
4396
4397 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
4398
4399         PR 19297
4400         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4401         support" error.
4402
4403 2015-11-24  Pedro Alves  <palves@redhat.com>
4404
4405         PR 17539
4406         * gdb.base/display.exp: Expect displays to be sorted in ascending
4407         order.  Use multi_line.
4408         * gdb.base/solib-display.exp: Likewise.
4409
4410 2015-11-24  Pedro Alves  <palves@redhat.com>
4411
4412         PR 17539
4413         * gdb.base/display.exp: Expect displays to be sorted in ascending
4414         order.  Use multi_line.
4415         * gdb.base/solib-display.exp: Likewise.
4416
4417 2015-11-24  Pedro Alves  <palves@redhat.com>
4418
4419         PR 17539
4420         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4421         threads in ascending order.
4422         * gdb.base/foll-fork.exp: Likewise.
4423         * gdb.base/foll-vfork.exp: Likewise.
4424         * gdb.base/multi-forks.exp: Likewise.
4425         * gdb.mi/mi-nonstop.exp: Likewise.
4426         * gdb.mi/mi-nsintrall.exp: Likewise.
4427         * gdb.multi/base.exp: Likewise.
4428         * gdb.multi/multi-arch.exp: Likewise.
4429         * gdb.python/py-inferior.exp: Likewise.
4430         * gdb.threads/break-while-running.exp: Likewise.
4431         * gdb.threads/execl.exp: Likewise.
4432         * gdb.threads/gcore-thread.exp: Likewise.
4433         * gdb.threads/info-threads-cur-sal.exp: Likewise.
4434         * gdb.threads/kill.exp: Likewise.
4435         * gdb.threads/linux-dp.exp: Likewise.
4436         * gdb.threads/multiple-step-overs.exp: Likewise.
4437         * gdb.threads/next-bp-other-thread.exp: Likewise.
4438         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4439         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4440         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4441         * gdb.threads/thread-find.exp: Likewise.
4442         * gdb.threads/tls.exp: Likewise.
4443         * lib/mi-support.exp (mi_reverse_list): Delete.
4444         (mi_check_thread_states): No longer reverse list.
4445
4446 2015-11-24  Pedro Alves  <palves@redhat.com>
4447
4448         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
4449         use lowercase.
4450
4451 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4452
4453         * gdb.trace/actions.c: Include trace-common.h.
4454         (main): Add a location for a fast tracepoint.
4455         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4456         the normal tracepoints.
4457         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4458
4459 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
4460
4461         * save-trace.exp: Factor out code to these...
4462         (gdb_save_tracepoints): New.
4463         (gdb_load_tracepoints): New.
4464         (do_save_load_test): New.
4465
4466 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
4467
4468         * gdb.base/asmlabel.exp: New test.
4469         * gdb.base/asmlabel.c: New test case.
4470
4471 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4472
4473         * gdb.base/wrong_frame_bt_full-main.c: New file.
4474         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4475         * gdb.base/wrong_frame_bt_full.exp: New file.
4476
4477 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
4478
4479         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4480
4481 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4482
4483         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4484         pstate register when comparing registers values in
4485         sparc64-*-linux-gnu targets to avoid spurious differences.
4486
4487 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
4488
4489         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4490
4491 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
4492
4493         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4494         as type argument to gdb_compile.
4495         * gdb.base/nested-subp2.exp: Likewise.
4496         * gdb.base/nested-subp3.exp: Likewise.
4497
4498 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
4499
4500         * lib/dwarf.exp (_note): Fix left shift of negative value.
4501         * gdb.trace/trace-condition.exp: Likewise.
4502
4503 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4504
4505         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4506         comments about d10v.
4507         (test_scalar_returns): Likewise.
4508         * gdb.base/d10v.ld: Remove.
4509         * gdb.base/overlays.exp: Remove the target triplet checking for
4510         d10v-*-*.
4511         * gdb.base/structs.exp (test_struct_returns): Remove the
4512         comments about d10v.
4513         (test_struct_calls): Likewise.
4514
4515 2015-11-13  Yao Qi  <yao.qi@linaro.org>
4516
4517         * gdb.base/gnu_vector.exp: Check the return value by "p res".
4518         * gdb.base/gnu_vector.c: Don't include stdio.h.
4519         (main): Don't print res and call add_some_intvecs.
4520
4521 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4522
4523         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4524         macro.
4525         (func5): Removed.
4526         (func4): Use FAST_TRACEPOINT_LABEL.
4527         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4528         macro.
4529         (func): Removed.
4530         (thread_function): Use FAST_TRACEPOINT_LABEL.
4531         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4532         (func): Remove.
4533         (marker): Use FAST_TRACEPOINT_LABEL.
4534         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4535         (pendfunc1): Remove.
4536         (pendfunc): Use FAST_TRACEPOINT_LABEL.
4537         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4538         (foo): Remove.
4539         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4540         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4541         macro.
4542         (func): Remove.
4543         (marker): Use FAST_TRACEPOINT_LABEL.
4544         * gdb.trace/trace-common.h: New header.
4545         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4546         macro.
4547         (func): Remove.
4548         (marker): Use FAST_TRACEPOINT_LABEL.
4549         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4550         (func): Remove.
4551         (thread_function): Use FAST_TRACEPOINT_LABEL.
4552
4553 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4554
4555         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4556         in front.
4557         * gdb.trace/change-loc.exp: Use global pcreg definition.
4558         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4559         * gdb.trace/entry-values.exp: Use global spreg definition, add $
4560         in front.
4561         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4562         * gdb.trace/pending.exp: Likewise.
4563         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4564         * gdb.trace/trace-break.exp: Likewise.
4565         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4566         in front.
4567         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4568         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4569         in front.
4570         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4571
4572 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
4573
4574         * gdb.ada/fin_fun_out: New testcase.
4575
4576 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4577
4578         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4579         value associated with DW_AT_byte_size.
4580         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4581         constants for DW_AT_byte_size, DW_AT_lower_bound, and
4582         DW_AT_upper_bound.
4583
4584 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
4585
4586         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4587         (gdb_target_symbol_prefix_flags): Define in terms of _asm
4588         version.
4589         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4590         gdb.dwarf2/dw2-canonicalize-type.exp,
4591         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4592         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4593         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4594         provided by gdb_target_symbol_prefix_flags_asm.
4595         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4596         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4597         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4598         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4599         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4600         macros where needed).  Use this macro for symbols which require
4601         the prefix provided by SYMBOL_PREFIX.
4602
4603 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
4604
4605         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4606         New procs.
4607         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4608         representing expressions, of more than one list element.
4609         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4610         to prepend linker symbol prefix to f.
4611         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4612         table_1 and table_2.
4613         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4614         Likewise, for f and g.
4615         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4616         for ptr.
4617         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4618         for main.
4619         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4620         table_1_ptr and table_2_ptr.
4621
4622 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4623             Joel Brobecker  <brobecker@adacore.com>
4624
4625         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4626
4627 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4628
4629         * gdb.reverse/s390-mvcle.c: New test.
4630         * gdb.reverse/s390-mvcle.exp: New file.
4631         * lib/gdb.exp: Enable reverse tests on s390*-linux.
4632
4633 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4634
4635         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4636
4637 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4638
4639         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4640         reaching marker2.
4641         * gdb.reverse/getresuid-reverse.exp: Likewise.
4642         * gdb.reverse/pipe-reverse.exp: Likewise.
4643         * gdb.reverse/readv-reverse.exp: Likewise.
4644         * gdb.reverse/recvmsg-reverse.exp: Likewise.
4645         * gdb.reverse/time-reverse.exp: Likewise.
4646         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4647
4648 2015-10-30  Yao Qi  <yao.qi@linaro.org>
4649
4650         * gdb.threads/wp-replication.c (watch_count_done): Remove.
4651         (empty_cycle): Remove.
4652         (main): Don't call empty_cycle.  Don't use watch_count_done.
4653         * gdb.threads/wp-replication.exp: Don't set breakpoint on
4654         empty_cycle.  Rewrite the code counting HW watchpoints.
4655
4656 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
4657
4658         * gdb.reverse/fstatat-reverse.c: New test.
4659         * gdb.reverse/fstatat-reverse.exp: New file.
4660         * gdb.reverse/getresuid-reverse.c: New test.
4661         * gdb.reverse/getresuid-reverse.exp: New file.
4662         * gdb.reverse/pipe-reverse.c: New test.
4663         * gdb.reverse/pipe-reverse.exp: New file.
4664         * gdb.reverse/readv-reverse.c: New test.
4665         * gdb.reverse/readv-reverse.exp: New file.
4666         * gdb.reverse/recvmsg-reverse.c: New test.
4667         * gdb.reverse/recvmsg-reverse.exp: New file.
4668         * gdb.reverse/time-reverse.c: New test.
4669         * gdb.reverse/time-reverse.exp: New file.
4670         * gdb.reverse/waitpid-reverse.c: New test.
4671         * gdb.reverse/waitpid-reverse.exp: New file.
4672
4673 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4674
4675         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4676
4677 2015-10-26  Doug Evans  <dje@google.com>
4678
4679         PR symtab/17391
4680         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4681         * gdb.dwarf2/bad-regnum.c: New file.
4682         * gdb.dwarf2/bad-regnum.exp: New file.
4683
4684 2015-10-26  Doug Evans  <dje@google.com>
4685
4686         PR python/18938
4687         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4688         file.
4689
4690 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4691
4692         * gdb.compile/compile.exp (compile code globalvar): Update expectation
4693         for a change by "Mention language in compile error message".
4694
4695 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
4696
4697         PR python/18073
4698         * gdb.python/py-type.c (C::a_method): New.
4699         (C::a_const_method): New.
4700         (C::a_static_method): New.
4701         (a_function): New.
4702         * gdb.python/py-type.exp (test_fields): Test getting fields
4703         from function and method.
4704
4705 2015-10-21  Keven Boell  <keven.boell@intel.com>
4706
4707         * gdb.fortran/vla-alloc-assoc.exp: New file.
4708         * gdb.fortran/vla-datatypes.exp: New file.
4709         * gdb.fortran/vla-datatypes.f90: New file.
4710         * gdb.fortran/vla-history.exp: New file.
4711         * gdb.fortran/vla-ptype-sub.exp: New file.
4712         * gdb.fortran/vla-ptype.exp: New file.
4713         * gdb.fortran/vla-sizeof.exp: New file.
4714         * gdb.fortran/vla-sub.f90: New file.
4715         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4716         * gdb.fortran/vla-value-sub-finish.exp: New file.
4717         * gdb.fortran/vla-value-sub.exp: New file.
4718         * gdb.fortran/vla-value.exp: New file.
4719         * gdb.fortran/vla-ptr-info.exp: New file.
4720         * gdb.mi/mi-vla-fortran.exp: New file.
4721         * gdb.mi/vla.f90: New file.
4722
4723 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
4724
4725         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4726         of hardwired timeout value.
4727
4728 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4729             Pedro Alves  <palves@redhat.com>
4730
4731         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4732         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4733
4734 2015-10-19  Josh Stone  <jistone@redhat.com>
4735
4736         * gdb.base/catch-syscall.c: Include <sched.h>.
4737         (unknown_syscall): New variable.
4738         (main): Trigger a vfork and an unknown syscall.
4739         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4740         (unknown_syscall_number): Likewise.
4741         (check_call_to_syscall): Accept an optional syscall pattern.
4742         (check_return_from_syscall): Likewise.
4743         (check_continue): Likewise.
4744         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4745         (test_catch_syscall_skipping_return): New test toggling off 'catch
4746         syscall' to step over the syscall return, then toggling back on.
4747         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4748         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4749         (do_syscall_tests): Call test_catch_syscall_without_args and
4750         test_catch_syscall_mid_vfork.
4751         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4752         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4753
4754 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
4755
4756         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4757         print g_vE): Add new pass patterns.
4758         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4759         print various symbol names for vptr fields.
4760
4761 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
4762
4763         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4764         results.
4765
4766 2015-10-12  Yao Qi  <yao.qi@linaro.org>
4767
4768         * gdb.arch/disp-step-insn-reloc.exp: New test case.
4769
4770 2015-10-12  Yao Qi  <yao.qi@linaro.org>
4771
4772         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4773         is aarch64*-*-linux*.
4774
4775 2015-10-12  Yao Qi  <yao.qi@linaro.org>
4776
4777         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4778         (can_relocate_bcond_true): ... it.
4779         (can_relocate_bcond_false): New function.
4780         (foo): Likewise.
4781         (can_relocate_bl): Likewise.
4782         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4783         can_relocate_bl.
4784
4785 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
4786
4787         * gdb.base/nested-addr.c: New file.
4788         * gdb.base/nested-addr.exp: New testcase.
4789
4790 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
4791
4792         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4793         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4794         its output.  Ignore the output of "record goto begin" and instead
4795         check that GDB is replaying.
4796
4797 2015-10-09  Pedro Alves  <palves@redhat.com>
4798
4799         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4800         (top level): Use it in the run with no args test.
4801
4802 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
4803
4804         * gdb.dlang/properties.exp: New file.
4805
4806 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
4807
4808         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4809         whether or not address 0x1000 is mapped on the target.
4810
4811 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
4812
4813         * gdb.python/py-type.exp: Do not run tests if binaries fail to
4814         build.
4815
4816 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
4817
4818         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4819         instruction-history test.
4820
4821 2015-09-28  Doug Evans  <dje@google.com>
4822
4823         * gdb.base/gcore.c (array_func): Add reference to static_array.
4824
4825 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
4826
4827         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4828         source line.
4829
4830 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4831
4832         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4833         short or char as base type.
4834
4835 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4836
4837         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4838         to allow any size enum.
4839
4840 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
4841
4842         * gdb.ada/array_ptr_renaming.exp: New testcase.
4843         * gdb.ada/array_ptr_renaming/foo.adb: New file.
4844         * gdb.ada/array_ptr_renaming/pack.ads: New file.
4845
4846 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
4847
4848         * gdb.trace/ftrace-lock.c: New file.
4849         * gdb.trace/ftrace-lock.exp: New file.
4850
4851 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
4852
4853         * gdb.arch/insn-reloc.c: New file.
4854         * gdb.arch/ftrace-insn-reloc.exp: New file.
4855
4856 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
4857
4858         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4859         instruction.
4860         * gdb.trace/pendshr1.c (pendfunc): Likewise.
4861         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4862         * gdb.trace/range-stepping.c: Likewise.
4863         * gdb.trace/trace-break.c: Likewise.
4864         * gdb.trace/trace-mt.c (thread_function): Likewise.
4865         * gdb.trace/ftrace.c (marker): Likewise.
4866         * gdb.trace/trace-condition.c (marker): Likewise.
4867         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4868         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4869         is_aarch64_target.
4870
4871 2015-09-18  Doug Evans  <xdje42@gmail.com>
4872
4873         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4874         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4875
4876 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4877
4878         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4879         the breakpoint.
4880
4881 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4882
4883         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4884         the pending breakpoint.  Remove timeout override for "Run till
4885         MI pending breakpoint on pendfunc3 on thread 2" test.
4886
4887 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4888
4889         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4890         filename pattern.
4891
4892 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4893
4894         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4895         in breakpoint filename pattern.
4896
4897 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4898
4899         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4900
4901 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
4902
4903         * gdb.linespec/explicit.exp: Check for readline support for
4904         tab-completion tests.  Fix obvious typo.
4905
4906 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
4907
4908         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4909         and replay.
4910
4911 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
4912
4913         * gdb.btrace/non-stop.c: New.
4914         * gdb.btrace/non-stop.exp: New.
4915
4916 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
4917             Yao Qi  <yao.qi@linaro.org>
4918
4919         * gdb.trace/trace-condition.c: New file.
4920         * gdb.trace/trace-condition.exp: New file.
4921
4922 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
4923
4924         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4925         for testing bytecode compilation.
4926
4927 2015-09-16  Pedro Alves  <palves@redhat.com>
4928             Sandra Loosemore <sandra@codesourcery.com>
4929
4930         * gdb.threads/non-stop-fair-events.c (timeout): New global.
4931         (SECONDS): Redefine.
4932         (main): Call pthread_kill and alarm early.
4933         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
4934         support.
4935         (test): If the target can't hardware step and doesn't support
4936         displaced stepping, increase the timeout.
4937
4938 2015-09-16  Pedro Alves  <palves@redhat.com>
4939
4940         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
4941         (enable_debug): New procedures.
4942         (test): Use them.  Bail out if waiting for threads fails.
4943         (top level): Bail out if a test fails.
4944
4945 2015-09-16  Yao Qi  <yao.qi@linaro.org>
4946
4947         * gdb.asm/asm-source.exp: Set asm-arch for
4948         aarch64*-*-* target.
4949         * gdb.asm/aarch64.inc: New file.
4950
4951 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
4952
4953         * gdb.ada/array_of_variable_length.exp: New testcase.
4954         * gdb.ada/array_of_variable_length/foo.adb: New file.
4955         * gdb.ada/array_of_variable_length/pck.adb: New file.
4956         * gdb.ada/array_of_variable_length/pck.ads: New file.
4957
4958 2015-09-15  Doug Evans  <dje@google.com>
4959
4960         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
4961         of function static local variable.
4962
4963 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4964
4965         * gdb.threads/tls-so_extern.exp: New test file.
4966         * gdb.threads/tls-so_extern.c: New test file.
4967         * gdb.threads/tls-so_extern_main.c: New test file.
4968
4969 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4970
4971         * gdb.opt/solib-intra-step-lib.c: New file.
4972         * gdb.opt/solib-intra-step-main.c: New file.
4973         * gdb.opt/solib-intra-step.exp: New file.
4974
4975 2015-09-15  Pedro Alves  <palves@redhat.com>
4976
4977         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
4978         gdb_continue_to_breakpoint instead of gdb_test_multiple.
4979
4980 2015-09-14  Pedro Alves  <palves@redhat.com>
4981
4982         * gdb.base/hook-stop-continue.c: Delete.
4983         * gdb.base/hook-stop-continue.exp: Delete.
4984         * gdb.base/hook-stop-frame.c: Delete.
4985         * gdb.base/hook-stop-frame.exp: Delete.
4986         * gdb.base/hook-stop.c: New file.
4987         * gdb.base/hook-stop.exp: New file.
4988
4989 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
4990
4991         * gdb.ada/access_to_packed_array.exp: New testcase.
4992         * gdb.ada/access_to_packed_array/foo.adb: New file.
4993         * gdb.ada/access_to_packed_array/pack.adb: New file.
4994         * gdb.ada/access_to_packed_array/pack.ads: New file.
4995
4996 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
4997
4998         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
4999         buffer size test.
5000
5001 2015-09-11  Don Breazeal  <donb@codesourcery.com>
5002
5003         * gdb.base/foll-exec.c: Add copyright header.  Fix
5004         formatting issues.
5005         * gdb.base/foll-exec.exp (zap_session): Delete proc.
5006         (do_exec_tests): Use clean_restart in place of zap_session,
5007         and for test initialization.  Fix formatting issues.  Use
5008         fail in place of perror.
5009         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5010         an expect statement to match an expression with output from
5011         the program under debug.
5012         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5013         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5014         * gdb.threads/non-ldr-exc-2.exp: Likewise.
5015         * gdb.threads/non-ldr-exc-3.exp: Likewise.
5016         * gdb.threads/non-ldr-exc-4.exp: Likewise.
5017
5018 2015-09-09  Doug Evans  <dje@google.com>
5019
5020         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5021
5022 2015-09-09  Doug Evans  <dje@google.com>
5023
5024         * gdb.base/pie-execl.exp: Fix result test of build_executable.
5025
5026 2015-09-09  Doug Evans  <dje@google.com>
5027
5028         * gdb.base/savedregs.exp: Fix typo.
5029
5030 2015-09-09  Pedro Alves  <palves@redhat.com>
5031
5032         * gdb.mi/mi-cli.exp: Add CLI finish tests.
5033
5034 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
5035
5036         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5037         command actually switches threads.  Give up on remaining
5038         tests if target fails to stop at breakpoint.
5039
5040 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
5041
5042         * gdb.ada/funcall_char.exp: New testcase.
5043         * gdb.ada/funcall_char/foo.adb: New file.
5044
5045 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
5046
5047         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5048         expected outputs.  Add two testcases for completing ambiguous
5049         functions.
5050         * gdb.ada/complete/aux_pck.adb: New file.
5051         * gdb.ada/complete/aux_pck.ads: New file.
5052         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5053         Ambiguous_Func functions.
5054         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5055         * gdb.ada/complete/pck.adb: Likewise.
5056
5057 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
5058
5059         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5060         failures to run the test program under GDB.
5061
5062 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
5063
5064         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5065         to C.
5066
5067 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
5068
5069         * gdb.base/run-after-attach.exp: New test file.
5070         * gdb.base/run-after-attach.c: New test file.
5071
5072 2015-08-26  Don Breazeal  <donb@codesourcery.com>
5073
5074         * gdb.base/foll-exec-2.c: New test program.
5075         * gdb.base/foll-exec-2.exp: New test.
5076
5077 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
5078
5079         * gdb.base/nested-subp1.exp: New file.
5080         * gdb.base/nested-subp1.c: New file.
5081         * gdb.base/nested-subp2.exp: New file.
5082         * gdb.base/nested-subp2.c: New file.
5083         * gdb.base/nested-subp3.exp: New file.
5084         * gdb.base/nested-subp3.c: New file.
5085
5086 2015-08-24  Pedro Alves  <palves@redhat.com>
5087
5088         * gdb.server/connect-without-multi-process.c: New file.
5089         * gdb.server/connect-without-multi-process.exp: New file.
5090
5091 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5092
5093         * gdb.opt/inline-markers.c: Make z int.
5094
5095 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5096
5097         * gdb.opt/inline-markers.c: Make z volatile.
5098
5099 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
5100
5101         * gdb.opt/inline-bt.c: New volatile global z.
5102         * gdb.opt/inline-cmds.c: Likewise.
5103         * gdb.opt/inline-locals.c: Likewise.
5104         * gdb.opt/inline-markers.c: New extern global z.
5105         (marker): Use z.
5106         (inline_fn): Likewise.
5107
5108 2015-08-24  Pedro Alves  <palves@redhat.com>
5109
5110         * config/m32r-stub.exp: Remove file.
5111         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5112         * gdb.base/call-rt-st.exp: Likewise.
5113         * gdb.base/call-strs.exp: Likewise.
5114         * gdb.base/default.exp: Remove references to h8300-*-hms and
5115         *-*-udi*.
5116         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5117
5118 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5119
5120         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5121         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
5122         and "return" use KFAIL when GDB can not read/write the vector
5123         return value.
5124
5125 2015-08-21  Gary Benson <gbenson@redhat.com>
5126
5127         * gdb.trace/pending.exp: Cope with remote transfer warnings.
5128
5129 2015-08-20  Pedro Alves  <palves@redhat.com>
5130
5131         * gdb.server/solib-list.exp: No longer expect an interior stop in
5132         non-stop mode.
5133
5134 2015-08-20  Pedro Alves  <palves@redhat.com>
5135
5136         * gdb.server/connect-stopped-target.c: New file.
5137         * gdb.server/connect-stopped-target.exp: New file.
5138
5139 2015-08-20  Pedro Alves  <palves@redhat.com>
5140
5141         * gdb.dwarf2/comp-unit-lang.exp: New file.
5142         * gdb.dwarf2/comp-unit-lang.c: New file.
5143
5144 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
5145
5146         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5147         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5148
5149 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
5150
5151         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5152         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5153
5154 2015-08-18  Doug Evans  <dje@google.com>
5155             Adrian Sendroiu <adrian.sendroiu@freescale.com>
5156
5157         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5158         skip_python_tests.  New arg prompt_regexp.
5159         (skip_python_tests): New function.
5160         * lib/mi-support.exp (mi_skip_python_tests): New function.
5161         * gdb.python/py-mi-objfile-gdb.py: New file.
5162         * gdb.python/py-mi-objfile.c: New file.
5163         * gdb.python/py-mi-objfile.exp: New file.
5164
5165 2015-08-17  Keith Seitz  <keiths@redhat.com>
5166
5167         * gdb.linespec/explicit.exp: Move strace test from here ...
5168         * gdb.trace/strace.exp: ... to here.
5169
5170 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
5171
5172         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5173         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5174
5175 2015-08-14  Doug Evans  <xdje42@gmail.com>
5176
5177         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5178         inferior before selecting a new file.
5179
5180 2015-08-14  Doug Evans  <xdje42@gmail.com>
5181
5182         * gdb.mi/mi-disassemble.exp: Update.
5183         * gdb.base/disasm-optim.S: New file.
5184         * gdb.base/disasm-optim.c: New file.
5185         * gdb.base/disasm-optim.h: New file.
5186         * gdb.base/disasm-optim.exp: New file.
5187
5188 2015-08-14  Keith Seitz  <keiths@redhat.com>
5189
5190         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5191         "evaluated-by".
5192
5193 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
5194
5195         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5196
5197 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
5198
5199         * gdb.ada/fun_renaming.exp: New testcase.
5200         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5201         * gdb.ada/fun_renaming/pack.adb: New file.
5202         * gdb.ada/fun_renaming/pack.ads: New file.
5203
5204 2015-08-12  Keith Seitz  <keiths@redhat.com>
5205
5206         * gdb.base/dso2dso.exp: Pass basename of source file in call to
5207         gdb_get_line_number.
5208
5209 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
5210
5211         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5212         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5213         gdb.base/dso2dso.exp: New files.
5214
5215 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
5216             Pedro Alves  <palves@redhat.com>
5217             Keith Seitz  <keiths@redhat.com>
5218
5219         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5220         GDBFLAGS.
5221
5222 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5223
5224         * gdb.base/gdbhistsize-history.exp
5225         (test_histsize_history_setting): Use save_vars.
5226         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5227         Use save_vars.
5228         (test_no_truncation_of_unlimited_history_file): Use save_vars.
5229         * gdb.base/readline.exp: Use save_vars.
5230
5231 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
5232
5233         * lib/gdb.exp (save_vars): New proc.
5234
5235 2015-08-11  Keith Seitz  <keiths@redhat.com>
5236
5237         * gdb.base/help.exp: Update help_breakpoint_text.
5238
5239 2015-08-11  Keith Seitz  <keiths@redhat.com>
5240
5241         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5242         (at toplevel): Call test_explicit_breakpoints.
5243         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5244         breakpoints.
5245         * lib/mi-support.exp (mi_make_breakpoint): Add support for
5246         breakpoint conditions, "-cond".
5247
5248 2015-08-11  Keith Seitz  <keiths@redhat.com>
5249
5250         * gdb.linespec/3explicit.c: New file.
5251         * gdb.linespec/cpexplicit.cc: New file.
5252         * gdb.linespec/cpexplicit.exp: New file.
5253         * gdb.linespec/explicit.c: New file.
5254         * gdb.linespec/explicit.exp: New file.
5255         * gdb.linespec/explicit2.c: New file.
5256         * gdb.linespec/ls-errs.exp: Add explicit location tests.
5257         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5258         before using in the matching pattern.
5259         Clarify that `prefix' is a regular expression.
5260
5261 2015-08-11  Keith Seitz  <keiths@redhat.com>
5262
5263         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5264         test.
5265         Add tests for missing ",FMT" and ",".
5266
5267 2015-08-10  Doug Evans  <dje@google.com>
5268             Keith Seitz  <keiths@redhat.com>
5269
5270         PR gdb/17960
5271         * gdb.base/completion.exp: Add location completer tests.
5272
5273 2015-08-07  Pedro Alves  <palves@redhat.com>
5274
5275         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5276         tests here.
5277         (top level): Run do_test with and without displaced stepping.
5278
5279 2015-08-07  Pedro Alves  <palves@redhat.com>
5280
5281         * gdb.base/valgrind-disp-step.c: New file.
5282         * gdb.base/valgrind-disp-step.exp: New file.
5283
5284 2015-08-07  Pedro Alves  <palves@redhat.com>
5285
5286         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5287         Delete function.
5288         (main): Add alarm.  Run an infinite loop instead of calling
5289         wait_threads.
5290         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5291         comment.
5292         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5293         Delete function.
5294         (main): Add alarm.  Run an infinite loop instead of calling
5295         wait_threads.
5296         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5297         comment.
5298
5299 2015-08-07  Pedro Alves  <palves@redhat.com>
5300
5301         * gdb.base/checkpoint-ns.exp: New file.
5302         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5303         standard_testfile.
5304
5305 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
5306
5307         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5308         * gdb.btrace/instruction_history.exp: Update.
5309         * gdb.btrace/tsx.exp: New.
5310         * gdb.btrace/tsx.c: New.
5311
5312 2015-08-06  Pedro Alves <palves@redhat.com>
5313
5314         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5315         increase timeout.
5316         * gdb.reverse/until-precsave.exp: Bump timeouts.
5317
5318 2015-08-06  Pedro Alves  <palves@redhat.com>
5319
5320         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5321
5322 2015-08-06  Pedro Alves  <palves@redhat.com>
5323
5324         PR gdb/18749
5325         * gdb.threads/process-dies-while-handling-bp.c: New file.
5326         * gdb.threads/process-dies-while-handling-bp.exp: New file.
5327
5328 2015-08-06  Pedro Alves  <palves@redhat.com>
5329
5330         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5331         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5332
5333 2015-08-05  Pedro Alves  <palves@redhat.com>
5334
5335         * gdb.threads/next-while-other-thread-longjmps.c: New file.
5336         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5337
5338 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
5339
5340         * gdb.base/bp-permanent.exp: Report test as unsupported if
5341         the target cannot stop at the permanent breakpoint.
5342
5343 2015-08-03  Doug Evans  <dje@google.com>
5344
5345         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5346         10000.
5347
5348 2015-08-03  Doug Evans  <dje@google.com>
5349
5350         * Makefile.in (workers/%.worker, build-perf): New rule.
5351         (GDB_PERFTEST_MODE): New variable.
5352         (check-perf): Use it.
5353         (clean): Clean up gdb.perf parallel build subdirs.
5354         * lib/build-piece.exp: New file.
5355         * lib/gdb.exp (make_gdb_parallel_path): New function
5356         (standard_output_file, standard_temp_file): Call it.
5357         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5358         of $GDB_PARALLEL.
5359         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5360
5361 2015-08-03  Doug Evans  <dje@google.com>
5362
5363         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5364         (LOG_FILE_NAME): New global.
5365         (TextReporter.__init__): Initialize self.txt_sum.
5366         (TextReporter.report): Add support for multiple data-points.
5367         Move report to perftest.sum, put raw data in perftest.log.
5368         (TextReporter.start): Open sum and log files.
5369         (TextReporter.end): Close sum and log files.
5370         * gdb.perf/lib/perftest/testresult.py
5371         (SingleStatisticTestResult.record): Handle multiple data-points.
5372
5373 2015-07-31  Pedro Alves  <palves@redhat.com>
5374
5375         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5376         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5377         kill_wait_spawned_process instead of explicit "kill -9".
5378         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5379         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5380         kill_wait_spawned_process.
5381         * gdb.base/attach-twice.exp: Likewise.
5382         * gdb.base/attach.exp: Likewise.
5383         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5384         gdb_test_multiple.
5385         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5386         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
5387         kill_wait_spawned_process.
5388         * gdb.base/valgrind-infcall.exp: Likewise.
5389         * gdb.multi/multi-attach.exp: Likewise.
5390         * gdb.python/py-prompt.exp: Likewise.
5391         * gdb.python/py-sync-interp.exp: Likewise.
5392         * gdb.server/ext-attach.exp: Likewise.
5393         * gdb.threads/attach-into-signal.exp (corefunc): Use
5394         spawn_wait_for_attach, spawn_id_get_pid and
5395         kill_wait_spawned_process.
5396         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5397         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
5398         spawn_id_get_pid and kill_wait_spawned_process.
5399         * gdb.threads/attach-stopped.exp (corefunc): Use
5400         spawn_wait_for_attach, spawn_id_get_pid and
5401         kill_wait_spawned_process.
5402         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5403         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
5404         kill_wait_spawned_process instead of explicit "kill -9".
5405         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5406         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5407         (spawn_wait_for_attach): Use spawn instead of exec to spawn
5408         processes.  Don't map cygwin/windows pids here.  Now returns a
5409         spawn id list.
5410
5411 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5412
5413         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5414         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5415         correct patch.
5416
5417 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5418
5419         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5420
5421 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
5422
5423         Reapply:
5424         2014-05-21  Mark Wielaard  <mjw@redhat.com>
5425
5426         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5427
5428 2015-07-30  Pedro Alves  <palves@redhat.com>
5429
5430         * linux-low.c (handle_extended_wait): Set the child's last
5431         reported status to TARGET_WAITKIND_STOPPED.
5432
5433 2015-07-30  Pedro Alves  <palves@redhat.com>
5434
5435         PR threads/18600
5436         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5437         only shows inferior 1.
5438
5439 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
5440             Pedro Alves  <palves@redhat.com>
5441
5442         PR threads/18600
5443         * gdb.threads/fork-plus-threads.c: New file.
5444         * gdb.threads/fork-plus-threads.exp: New file.
5445
5446 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5447
5448         * gdb.base/batch-preserve-term-settings.exp
5449         (test_terminal_settings_preserved_after_cli_exit): Use
5450         send_quit_command.
5451
5452 2015-07-29  Pedro Alves  <palves@redhat.com>
5453             Don Breazeal  <donb@codesourcery.com>
5454
5455         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5456         output from both inferior_spawn_id and gdb_spawn_id.
5457
5458 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5459
5460         * gdb.threads/attach-into-signal.exp (corefunc): Use
5461         with_test_prefix on nested loops, uniquefying the test messages.
5462
5463 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5464
5465         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5466         commit.
5467
5468 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5469
5470         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5471         New proc.
5472         (test_terminal_settings_preserved_after_sigterm): New test.
5473
5474 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5475
5476         * gdb.base/batch-preserve-term-settings.exp
5477         (test_terminal_settings_preserved_after_cli_exit): New test.
5478
5479 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
5480
5481         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5482         manipulation of saved_gdbflags.
5483         (test_terminal_settings_preserved): Remove global declaration of
5484         the unused variable pagination_prompt.  Remove manipulation of
5485         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
5486         GDBFLAGS.
5487
5488 2015-07-29  Pedro Alves  <palves@redhat.com>
5489
5490         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5491
5492 2015-07-29  Pedro Alves  <palves@redhat.com>
5493
5494         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5495         at the top.
5496
5497 2015-07-29  Pedro Alves  <palves@redhat.com>
5498
5499         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5500         (main): Call gdb_unbuffer_output.
5501         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5502         (main): Call gdb_unbuffer_output.
5503         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5504         (main): Call gdb_unbuffer_output.
5505         * gdb.base/call-strs.exp: Adjust to step over the
5506         gdb_unbuffer_output call.
5507         * gdb.base/catch-gdb-caused-signals.c: Include
5508         "../lib/unbuffer_output.c".
5509         (main): Call gdb_unbuffer_output.
5510         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5511         (main): Call gdb_unbuffer_output.
5512         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5513         (main): Call gdb_unbuffer_output.
5514         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5515         (main): Call gdb_unbuffer_output.
5516         * gdb.base/shlib-call.exp: Adjust to step over the
5517         gdb_unbuffer_output call.
5518         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5519         (main): Call gdb_unbuffer_output.
5520         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5521         (main): Call gdb_unbuffer_output.
5522         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5523         (main): Rename to ...
5524         (test): ... this.
5525         (main): Reimplement.
5526         * gdb.base/varargs.exp: Run to test instead of to main.
5527         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5528         (main): Call gdb_unbuffer_output.
5529
5530 2015-07-29  Pedro Alves  <palves@redhat.com>
5531
5532         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5533         factore out from mi_continue_dprintf.  For call-style dprintfs,
5534         expect dprintf output out of $inferior_spawn_id.
5535         (mi_continue_dprintf): Use mi_expect_dprintf.
5536         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5537         (main): Call gdb_unbuffer_output.
5538
5539 2015-07-29  Pedro Alves  <palves@redhat.com>
5540
5541         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5542         (default_mi_gdb_start): Set inferior_spawn_id instead of
5543         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
5544         gdb_spawn_id.
5545         (mi_gdb_test): Always expect inferior output from both
5546         $inferior_spawn_id and $gdb_spawn_id.
5547
5548 2015-07-29  Pedro Alves  <palves@redhat.com>
5549
5550         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
5551         send_inferior and $inferior_spawn_id.
5552
5553 2015-07-29  Pedro Alves  <palves@redhat.com>
5554
5555         * gdb.gdb/complaints.exp (test_initial_complaints)
5556         (test_serial_complaints, test_short_complaints): Use
5557         gdb_test_stdio.
5558         (test_empty_complaint): Handle $inferior_spawn_id !=
5559         $gdb_spawn_id.
5560
5561 2015-07-29  Pedro Alves  <palves@redhat.com>
5562
5563         * gdb.base/varargs.exp: Use gdb_test_stdio.
5564
5565 2015-07-29  Pedro Alves  <palves@redhat.com>
5566
5567         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5568
5569 2015-07-29  Pedro Alves  <palves@redhat.com>
5570
5571         * gdb.base/ending-run.exp: Use gdb_test_stdio.
5572
5573 2015-07-29  Pedro Alves  <palves@redhat.com>
5574
5575         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5576         parameter into two new parameters, "inf_result" and "gdb_result".
5577         Expect inferior output and gdb output from $inferior_spawn_id and
5578         $gdb_spawn_id, respectively.  Adjust all callers.
5579
5580 2015-07-29  Pedro Alves  <palves@redhat.com>
5581
5582         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5583         of gdb_test_sequence.
5584
5585 2015-07-29  Pedro Alves  <palves@redhat.com>
5586
5587         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5588         (saw_spurious_output): Expect inferior output from
5589         $inferior_spawn_id.  Use gdb_test_stdio.
5590
5591 2015-07-29  Pedro Alves  <palves@redhat.com>
5592
5593         * gdb.base/dprintf.exp: Use standard_testfile.  Change
5594         prepare_for_testing call.
5595         (srcfile): Don't set.
5596         (restart): New procedure.
5597         (test_dprintf): New procecure, use to continue over dprintfs.
5598         (test_call, test_agent): New procedures, tests moved here.
5599         Restart gdb and recreate dprintfs.  Adjust expected output.
5600
5601 2015-07-29  Pedro Alves  <palves@redhat.com>
5602
5603         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5604
5605 2015-07-29  Pedro Alves  <palves@redhat.com>
5606
5607         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5608
5609 2015-07-29  Pedro Alves  <palves@redhat.com>
5610
5611         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5612         gdb_test_stdio.
5613
5614 2015-07-29  Pedro Alves  <palves@redhat.com>
5615
5616         * lib/gdb.exp (gdb_test_stdio): New procedure.
5617
5618 2015-07-29  Pedro Alves  <palves@redhat.com>
5619
5620         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5621
5622 2015-07-29  Pedro Alves  <palves@redhat.com>
5623
5624         * gdb.base/call-signal-resume.exp: Remove check for
5625         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
5626         * gdb.base/unwindonsignal.exp: Likewise.
5627         * gdb.base/call-signals.c (gen_signal): Remove printf call.
5628         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5629
5630 2015-07-29  Pedro Alves  <palves@redhat.com>
5631
5632         * gdb.base/siginfo-addr.c (pass): New function.
5633         (handler): Call it iff si_addr is correct.
5634         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5635         Set a breakpoint at "pass" and continue to it.
5636
5637 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5638
5639         * gdb.python/py-objfile.exp: Make some tests have unique names.
5640         * gdb.python/py-pp-registration.exp: Likewise.
5641
5642 2015-07-28  Pedro Alves  <palves@redhat.com>
5643
5644         * gdb.server/server-exec-info.exp: Issue a "disconnect".
5645
5646 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5647
5648         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5649
5650 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
5651
5652         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5653
5654 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
5655
5656         * gdb.base/gdb-sigterm-2.exp: New test.
5657
5658 2015-07-25  Doug Evans  <xdje42@gmail.com>
5659
5660         Revert:
5661         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5662         (workers/%.worker, build-perf): New rule.
5663         (GDB_PERFTEST_MODE): New variable.
5664         (check-perf): Use it.
5665         (clean): Clean up gdb.perf parallel build subdirs.
5666         * lib/build-piece.exp: New file.
5667         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5668         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5669         name.
5670         (standard_temp_file): Ditto.
5671         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5672         of $GDB_PARALLEL.
5673
5674 2015-07-24  Doug Evans  <dje@google.com>
5675
5676         * gdb.perf/lib/perftest/utils.py: New file.
5677         * gdb.perf/gm-hello.cc: New file.
5678         * gdb.perf/gm-pervasive-typedef.cc: New file.
5679         * gdb.perf/gm-pervasive-typedef.h: New file.
5680         * gdb.perf/gm-std.cc: New file.
5681         * gdb.perf/gm-std.h: New file.
5682         * gdb.perf/gm-use-cerr.cc: New file.
5683         * gdb.perf/gm-utils.h: New file.
5684         * gdb.perf/gmonster-null-lookup.py: New file.
5685         * gdb.perf/gmonster-pervasive-typedef.py: New file.
5686         * gdb.perf/gmonster-print-cerr.py: New file.
5687         * gdb.perf/gmonster-ptype-string.py: New file.
5688         * gdb.perf/gmonster-runto-main.py: New file.
5689         * gdb.perf/gmonster-select-file.py: New file.
5690         * gdb.perf/gmonster1-null-lookup.exp: New file.
5691         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5692         * gdb.perf/gmonster1-print-cerr.exp: New file.
5693         * gdb.perf/gmonster1-ptype-string.exp: New file.
5694         * gdb.perf/gmonster1-runto-main.exp: New file.
5695         * gdb.perf/gmonster1-select-file.exp: New file.
5696         * gdb.perf/gmonster1.cc: New file.
5697         * gdb.perf/gmonster1.exp: New file.
5698         * gdb.perf/gmonster2-null-lookup.exp: New file.
5699         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5700         * gdb.perf/gmonster2-print-cerr.exp: New file.
5701         * gdb.perf/gmonster2-ptype-string.exp: New file.
5702         * gdb.perf/gmonster2-runto-main.exp: New file.
5703         * gdb.perf/gmonster2-select-file.exp: New file.
5704         * gdb.perf/gmonster2.cc: New file.
5705         * gdb.perf/gmonster2.exp: New file.
5706
5707 2015-07-24  Doug Evans  <dje@google.com>
5708
5709         * gdb.perf/README: New file.
5710         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5711         * lib/gen-perf-test.exp: New file.
5712
5713 2015-07-24  Doug Evans  <dje@google.com>
5714
5715         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5716         (PerfTest::startup): New function.
5717         (PerfTest::run): Return result of calling body.
5718         (PerfTest::assemble): Rewrite.
5719         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5720         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5721         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5722         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5723         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5724
5725 2015-07-24  Doug Evans  <dje@google.com>
5726
5727         * lib/gdb.exp (clean_restart): Make executable optional.
5728
5729 2015-07-24  Doug Evans  <dje@google.com>
5730
5731         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5732         compiler_info references.
5733         * gdb.cp/temargs.exp: Ditto.
5734         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5735         (get_compiler_info): Early exit if already computed.  Set compiler_info
5736         to "unknown" if there was a problem.
5737         (test_compiler_info): Add function comment.  Call get_compiler_info.
5738
5739 2015-07-24  Doug Evans  <dje@google.com>
5740
5741         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5742         (workers/%.worker, build-perf): New rule.
5743         (GDB_PERFTEST_MODE): New variable.
5744         (check-perf): Use it.
5745         (clean): Clean up gdb.perf parallel build subdirs.
5746         * lib/build-piece.exp: New file.
5747         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5748         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5749         name.
5750         (standard_temp_file): Ditto.
5751         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5752         of $GDB_PARALLEL.
5753
5754 2015-07-24  Doug Evans  <dje@google.com>
5755
5756         * lib/future.exp (gdb_default_target_compile): New option
5757         "early_flags".
5758         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5759         --as-needed.
5760
5761 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
5762
5763         * gdb.base/catch-syscall.exp: Call gdb_exit before
5764         gdb_skip_xml_test.
5765
5766 2015-07-24  Pedro Alves  <palves@redhat.com>
5767
5768         * gdb.python/py-events.exp: Accept output between the stop event
5769         and the prompt.
5770         * gdb.python/py-evsignal.exp: Likewise.
5771         * gdb.python/py-evthreads.exp: Likewise.
5772
5773 2015-07-24  Pedro Alves  <palves@redhat.com>
5774
5775         PR gdb/18717
5776         * gdb.threads/non-ldr-exit.c: New file.
5777         * gdb.threads/non-ldr-exit.exp: New file.
5778
5779 2015-07-24  Yao Qi  <yao.qi@linaro.org>
5780
5781         * gdb.server/ext-wrapper.exp: Test --wrapper option when
5782         restarting process.
5783
5784 2015-07-24  Yao Qi  <yao.qi@linaro.org>
5785
5786         * gdb.server/ext-restart.exp: New file.
5787
5788 2015-07-24  Yao Qi  <yao.qi@linaro.org>
5789
5790         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5791         argument options.
5792         * gdb.server/ext-wrapper.exp: New file.
5793
5794 2015-07-23  Doug Evans  <dje@google.com>
5795
5796         * gdb.dwarf2/dw2-dummy-cu.S: New file.
5797         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5798
5799 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
5800
5801         * gdb.ada/var_arr_typedef.exp: New testcase.
5802         * gdb.ada/var_arr_typedef/pack.adb: New file.
5803         * gdb.ada/var_arr_typedef/pack.ads: New file.
5804         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5805
5806 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
5807
5808         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5809
5810 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5811
5812         * gdb.arch/i386-biarch-core.exp: Replace istarget
5813         by "complete set gnutarget". Remove expectation for the "core-file"
5814         command.
5815
5816 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5817
5818         Revert the previous commit:
5819         Tests for validate symbol file using build-id.
5820
5821 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
5822
5823         Tests for validate symbol file using build-id.
5824         * gdb.base/solib-mismatch-lib.c: New file.
5825         * gdb.base/solib-mismatch-libmod.c: New file.
5826         * gdb.base/solib-mismatch.c: New file.
5827         * gdb.base/solib-mismatch.exp: New file.
5828
5829 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
5830
5831         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5832         nios2-*-linux*.
5833         * gdb.base/sigbpt.exp (stepi_out): Likewise.
5834         * gdb.base/siginfo.exp: Likewise.
5835         * gdb.base/sigstep.exp (advance, advancei): Likewise.
5836
5837 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
5838
5839         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5840         Move it to ...
5841         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5842         ... here.
5843         * gdb.trace/range-stepping.exp: Check that the target supports
5844         range stepping.
5845
5846 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5847
5848         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5849
5850 2015-07-14  Pedro Alves  <palves@redhat.com>
5851
5852         * gdb.base/killed-outside.exp: New file.
5853         * gdb.base/killed-outside.c: New file.
5854
5855 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
5856
5857         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5858         (n at main): New.
5859         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5860
5861 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5862
5863         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5864         infcall tests instead of setting up for KFAIL.
5865
5866 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
5867
5868         * gdb.btrace/record_goto-step.exp: New.
5869
5870 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5871
5872         PR compile/18484
5873         * gdb.compile/compile.c (struct struct_type): Add volatile to
5874         selffield's type.
5875         * gdb.compile/compile.exp
5876         (compile code struct_object.selffield = &struct_object): Skip further
5877         struct_object tests if this one xfails.
5878
5879 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
5880
5881         PR exp/18617
5882         * gdb.trace/ax.exp: Add test.
5883
5884 2015-07-07  Yao Qi  <yao.qi@linaro.org>
5885
5886         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5887         instead of istarget "aarch64*-*-*".
5888         * gdb.arch/aarch64-fp.exp: Likewise.
5889         * gdb.base/float.exp: Likewise.
5890         * gdb.reverse/aarch64.exp: Likewise.
5891         * lib/gdb.exp (is_aarch64_target): New proc.
5892
5893 2015-07-07  Yao Qi  <yao.qi@linaro.org>
5894
5895         * lib/gdb.exp (is_aarch32_target): New proc.
5896         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5897         instead of "istarget "arm*-*-*"".
5898         * gdb.arch/arm-disp-step.exp: Likewise.
5899         * gdb.arch/thumb-bx-pc.exp: Likewise.
5900         * gdb.arch/thumb-prologue.exp: Likewise.
5901         * gdb.arch/thumb-singlestep.exp: Likewise.
5902         * gdb.base/disp-step-syscall.exp: Likewise.
5903         * gdb.base/float.exp: Likewise.
5904
5905 2015-07-07  Yao Qi  <yao.qi@linaro.org>
5906
5907         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5908         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5909
5910 2015-07-07  Yao Qi  <yao.qi@linaro.org>
5911
5912         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5913         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5914         if it exists.
5915         * gdb.multi/multi-arch.exp: Likewise.
5916
5917 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
5918
5919         * gdb.python/py-lazy-string.exp: Add missing parentheses to
5920         print.
5921
5922 2015-07-07  Yao Qi  <yao.qi@linaro.org>
5923
5924         * gdb.arch/thumb-singlestep.exp: Do one more single step.
5925
5926 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
5927
5928         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5929         '[' and ']' characters.
5930
5931 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
5932
5933         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5934
5935 2015-06-29  Pedro Alves  <palves@redhat.com>
5936
5937         PR threads/18127
5938         * gdb.threads/hand-call-new-thread.c: New file.
5939         * gdb.threads/hand-call-new-thread.c: New file.
5940
5941 2015-06-26  Keith Seitz  <keiths@redhat.com>
5942             Doug Evans  <dje@google.com>
5943
5944         PR 16253
5945         * gdb.cp/var-tag-2.cc: New file.
5946         * gdb.cp/var-tag-3.cc: New file.
5947         * gdb.cp/var-tag-4.cc: New file.
5948         * gdb.cp/var-tag.cc: New file.
5949         * gdb.cp/var-tag.exp: New file.
5950
5951 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
5952
5953         * gdb.base/history-duplicates.exp: New test.
5954
5955 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
5956
5957         * gdb.base/completion.exp: Test the completion of the "focus"
5958         command.
5959
5960 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5961
5962         * gdb.arch/amd64-prologue-skip.S: New file.
5963         * gdb.arch/amd64-prologue-skip.exp: New file.
5964
5965 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
5966
5967         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
5968         is_address_zero_readable check.
5969
5970 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
5971
5972         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
5973         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
5974
5975 2015-06-24  Yao Qi  <yao.qi@linaro.org>
5976
5977         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
5978         linux targets.
5979
5980 2015-06-24  Yao Qi  <yao.qi@linaro.org>
5981
5982         * lib/gdb.exp (supports_get_siginfo_type): New proc.
5983         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
5984         * gdb.base/siginfo-thread.exp: Likewise.
5985
5986 2015-06-22  Yao Qi  <yao.qi@linaro.org>
5987
5988         * boards/remote-gdbserver-on-localhost.exp: Add comments.
5989
5990 2015-06-22  Yao Qi  <yao.qi@linaro.org>
5991
5992         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
5993         aarch64*-*-*.
5994         (skip_hw_watchpoint_tests): Likewise.
5995
5996 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
5997
5998         * gdb.base/gdbinit-history.exp: Test the interaction between
5999         setting GDBHISTSIZE and setting the history size via .gdbinit.
6000
6001 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6002
6003         PR gdb/16999
6004         * gdb.base/gdbhistsize-history.exp: New test.
6005
6006 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6007
6008         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6009         with GDBHISTSIZE.
6010         * gdb.base/readline.exp: Likewise.
6011
6012 2015-06-17  Yao Qi  <yao.qi@linaro.org>
6013
6014         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6015         line.
6016
6017 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
6018
6019         * gdb.base/gdbinit-history.exp: Add test case to check that
6020         an unlimited history file does not get truncated on exit.
6021
6022 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6023
6024         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6025         (VECTOR): New macro.  Use it...
6026         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6027         ...for these typedefs.
6028         (int8, char1, int1, double1): New typedefs.
6029         (struct just_int2, struct two_int2): New structures.
6030         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6031         (add_structvecs, add_singlevecs): New functions.
6032         (main): Call add_some_intvecs twice.
6033         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6034         the compile and exit upon failure.  Try compiling for the "native"
6035         architecture.  Test inferior function calls with vector arguments
6036         and vector return value handling with "finish" and "return".
6037
6038 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
6039
6040         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6041         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6042         PE file.
6043         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6044
6045 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6046
6047         PR breakpoints/16465
6048         * gdb.mi/mi-dprintf-pending.c: New file.
6049         * gdb.mi/mi-dprintf-pending.exp: New test.
6050         * gdb.mi/mi-dprintf-pendshr.c: New file.
6051
6052 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6053             Mircea Gherzan  <mircea.gherzan@intel.com>
6054
6055         * gdb.arch/i386-mpx-map.c: New file.
6056         * gdb.arch/i386-mpx-map.exp: New File.
6057
6058 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6059
6060         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6061         * gdb.arch/i386-mpx.exp: Indentation fixed.
6062
6063 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6064
6065         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6066         function and improved indentation.
6067         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6068         gdb_test_multiple. Added additional tests to skip the test.
6069
6070 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6071
6072         * gdb.arch/i386-avx512.c: Change path in include file.
6073         * gdb.arch/i386-avx512.exp: Change include dir path
6074         compilation flag.
6075         * gdb.arch/i386-mpx.c: Change path in include file.
6076         * gdb.arch/i386-mpx.exp: Change include dir path compilation
6077         flag.
6078
6079 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6080
6081         * gdb.compile/compile-print.exp (compile print *vararray@3)
6082         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6083
6084 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6085
6086         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6087         (do not keep jit in memory): ... this.
6088         (expect 5): Change it to ...
6089         (expect no 5): ... this.
6090
6091 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6092
6093         PR gdb/15564
6094         * gdb.mi/mi-detach.exp: New file.
6095
6096 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6097
6098         PR symtab/18392
6099         * gdb.arch/amd64-tailcall-self.S: New file.
6100         * gdb.arch/amd64-tailcall-self.c: New file.
6101         * gdb.arch/amd64-tailcall-self.exp: New file.
6102
6103 2015-05-28  Don Breazeal  <donb@codesourcery.com>
6104
6105         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6106         tests for remote targets by checking is_target_gdbserver.
6107
6108 2015-05-27  Doug Evans  <dje@google.com>
6109
6110         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6111         * gdb.dwarf2/opaque-type-lookup.c: New file.
6112         * gdb.dwarf2/opaque-type-lookup.exp: New file.
6113
6114 2015-05-26  Doug Evans  <dje@google.com>
6115
6116         * gdb.cp/iostream.cc: New file.
6117         * gdb.cp/iostream.exp: New file.
6118
6119 2015-05-26  Doug Evans  <dje@google.com>
6120
6121         * gdb.dwarf2/dw2-op-call.exp: Update.
6122         * gdb.dwarf2/dw4-sig-types.exp: Update.
6123         * gdb.dwarf2/implptr.exp: Update.
6124         * gdb.mi/mi-cmd-param-changed.exp: Update.
6125
6126 2015-05-26  Doug Evans  <dje@google.com>
6127
6128         * gdb.python/py-lazy-string.c: New file.
6129         * gdb.python/py-lazy-string.exp: New file.
6130         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6131         (main): Update.  Add estring3.
6132         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6133         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6134
6135 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6136             Yao Qi  <yao.qi@linaro.org>
6137
6138         * gdb.reverse/aarch64.c: New.
6139         * gdb.reverse/aarch64.exp: New.
6140
6141 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
6142
6143         * lib/gdb.exp (supports_process_record): Return true for
6144         aarch64*-linux*.
6145         (supports_reverse): Likewise.
6146
6147 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
6148
6149         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6150         Use with_test_prefix.
6151
6152 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
6153
6154         * gdb.base/completion.exp: Add test for completion of layout
6155         names.
6156
6157 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
6158
6159         * lib/gdb.exp (skip_tui_tests): New proc.
6160         * gdb.base/tui-layout.exp: Check skip_tui_tests.
6161
6162 2015-05-19  Pedro Alves  <palves@redhat.com>
6163
6164         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6165         Save the whole env array instead of just HOME.  Unset HISTSIZE in
6166         the environment while testing.  Restore whole environment
6167         afterwards.
6168
6169 2015-05-16  Doug Evans  <xdje42@gmail.com>
6170
6171         * gdb.guile/scm-ports.c: New file.
6172         * gdb.guile/scm-ports.exp: Add memory port tests.
6173
6174 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6175
6176         * gdb.compile/compile-print.c: New file.
6177         * gdb.compile/compile-print.exp: New file.
6178
6179 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6180
6181         * gdb.compile/compile-ops.exp: Cast param to void.
6182         * gdb.compile/compile.exp: Complete type for _gdb_expr.
6183         (compile code struct_object.selffield = &struct_object): Add xfail.
6184
6185 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6186
6187         * gdb.ada/arr_enum_with_gap: New testcase.
6188
6189 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6190
6191         * gdb.ada/byte_packed_arr: New testcase.
6192
6193 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
6194
6195         * gdb.ada/pckd_neg: New testcase.
6196
6197 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
6198
6199         PR gdb/17820
6200         * gdb.base/gdbinit-history.exp: New test.
6201         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6202         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6203
6204 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
6205
6206         * gdb.python/py-xmethods.cc: Enhance test case.
6207         * gdb.python/py-xmethods.exp: New tests.
6208         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6209         function.
6210         (B_indexoper): Likewise.
6211         (global_dm_list) : Add new xmethod worker functions.
6212
6213 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
6214
6215         * gdb.base/coredump-filter.exp: Correctly unset
6216         "coredump_var_addr" array.
6217
6218 2015-05-08  Pedro Alves  <palves@redhat.com>
6219
6220         * gdb.server/non-existing-program.exp: Unset spawn_id.
6221
6222 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
6223
6224         PR python/18291
6225         * gdb.python/py-xmethods.exp: Add tests.
6226
6227 2015-05-08  Yao Qi  <yao.qi@linaro.org>
6228
6229         PR gdb/18208
6230         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6231         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6232         function set_coredump_filter, and remove remote_exec call.
6233         Remove argument ipid.  Callers update.
6234         (top level): Don't get inferior's PID.
6235
6236 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6237
6238         * gdb.base/watch_thread_num.exp: Skip test on targets without
6239         access watchpoints.
6240
6241 2015-05-06  Pedro Alves  <palves@redhat.com>
6242
6243         PR server/18081
6244         * gdb.server/non-existing-program.exp: New file.
6245
6246 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6247
6248         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6249
6250 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6251
6252         * gdb.ada/out_of_line_in_inlined: New testcase.
6253
6254 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
6255
6256         * gdb.ada/var_rec_arr: New testcase.
6257
6258 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6259
6260         * gdb.base/break-idempotent.exp: If
6261         skip_hw_watchpoint_multi_tests returns true, skip the tests
6262         on "rwatch" and "awatch".
6263
6264 2015-04-30  Yao Qi  <yao.qi@linaro.org>
6265
6266         * gdb.base/relativedebug.exp: Invoke gdb command
6267         "info sharedlibrary", and if libc.so doesn't have debug info,
6268         skip the test.
6269
6270 2015-04-29  Doug Evans  <dje@google.com>
6271
6272         * gdb.python/py-xmethods.exp: Add ptype tests.
6273         * gdb.python/py-xmethods.py (E_method_char_worker): Add
6274         get_result_type method.
6275
6276 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6277
6278         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6279         the target does not support hardware watchpoints.
6280
6281 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
6282
6283         * gdb.base/break-always.exp: Abort testing if writing to memory
6284         causes an error.
6285
6286 2015-04-28  Doug Evans  <dje@google.com>
6287
6288         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6289         * gdb.python/py-pp-registration.exp: ... here.  New file.
6290         * gdb.python/py-pp-registration.c: New file.
6291         * gdb.python/py-pp-registration.py: New file.
6292
6293 2015-04-28  Doug Evans  <dje@google.com>
6294
6295         * gdb.python/py-bad-printers.c: New file.
6296         * gdb.python/py-bad-printers.py: New file.
6297         * gdb.python/py-bad-printers.exp: New file.
6298
6299 2015-04-28  Sasha Smundak  <asmundak@google.com>
6300
6301         * gdb.python/py-type.exp: New test.
6302
6303 2015-04-28  Andy Wingo  <wingo@igalia.com>
6304
6305         * gdb.python/py-parameter.exp:
6306         * gdb.guile/scm-parameter.exp: Escape the path that we are
6307         matching against, as it might contain characters that are special
6308         to regular expressions.
6309
6310 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
6311
6312         * gdb.ada/rec_comp: New testcase.
6313
6314 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
6315
6316         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6317         before using it.
6318
6319 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
6320
6321         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
6322         new tests for verilog output.
6323
6324 2015-04-24  Yao Qi  <yao.qi@linaro.org>
6325
6326         * boards/remote-gdbserver-on-localhost.exp: New file.
6327
6328 2015-04-23  Pedro Alves  <palves@redhat.com>
6329
6330         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6331         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
6332         "end of file", remove $inferior_spawn_id from the indirect list.
6333
6334 2015-04-23  Pedro Alves  <palves@redhat.com>
6335
6336         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6337
6338 2015-04-23  Pedro Alves  <palves@redhat.com>
6339
6340         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6341         on $any_spawn_id instead of only on $gdb_spawn_id.
6342
6343 2015-04-21  Pierre Muller  <muller@sourceware.org>
6344
6345         PR pascal/17815
6346         * lib/pascal.exp (gpc_compile): Add new option "class".
6347         (fpc_compile): Likewise.
6348         * gdb.pascal/case-insensitive-symbols.pas: New file.
6349         * gdb.pascal/case-insensitive-symbols.exp: New file.
6350
6351 2015-04-20  Gary Benson <gbenson@redhat.com>
6352
6353         * gdb.base/attach.exp: Fix three extended remote failures.
6354
6355 2015-04-17  Gary Benson <gbenson@redhat.com>
6356
6357         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6358         the main executable over the remote protocol.
6359
6360 2015-04-16  Pedro Alves  <palves@redhat.com>
6361
6362         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6363         a new gdbserver if gdbserver_reconnect_p is set.
6364
6365 2015-04-16  Pedro Alves  <palves@redhat.com>
6366
6367         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6368         is set, don't exit gdbserver.
6369
6370 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6371
6372         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6373         appropriate .insn, such that an older assembler can be used.
6374         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6375         the z/Architecture instruction set on 31-bit targets as well.
6376
6377 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6378
6379         * gdb.go/handcall.exp: Remove all logic related to the first
6380         breakpoint and rely on go_runto_main instead.
6381         * gdb.go/strings.exp: Likewise.
6382         * gdb.go/unsafe.exp: Likewise.
6383         * gdb.go/hello.exp: Likewise.  Also rename the remaining
6384         breakpoint marker to "breakpoint 1".
6385         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6386         * gdb.go/strings.go: Likewise.
6387         * gdb.go/unsafe.go: Likewise.
6388         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
6389         "set breakpoint 2 here" and rename the remaining breakpoint marker
6390         to "breakpoint 1".
6391
6392 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
6393
6394         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6395         if itertools.imap is not present.
6396         * gdb.python/py-objfile.exp: Add parentheses.
6397         * gdb.python/py-type.exp: Same.
6398         * gdb.python/py-unwind-maint.py: Same.
6399
6400 2015-04-15  Yao Qi  <yao.qi@linaro.org>
6401
6402         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6403         of ":$ptr_size" and set its form explicitly.
6404
6405 2015-04-15  Pedro Alves  <palves@redhat.com>
6406             Yao Qi  <yao.qi@linaro.org>
6407
6408         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6409         timeout by factor of 4.
6410         (test_regular_watch): Likewise.
6411         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6412         * gdb.reverse/sigall-reverse.exp: Likewise.
6413         * gdb.reverse/until-precsave.exp: Likewise.
6414         * lib/gdb.exp (with_timeout_factor): New proc.
6415         (gdb_expect): Move some code to ...
6416         (get_largest_timeout): ... here.  New procedure.
6417
6418 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
6419
6420         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6421
6422 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6423
6424         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6425         to write to the .text section.
6426
6427 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
6428
6429         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6430         Handle the case of targets that do not provide PID information.
6431
6432 2015-04-13  Yao Qi  <yao.qi@linaro.org>
6433
6434         * lib/gdbserver-support.exp (gdb_exit): Catch exception
6435         and use expect instead of gdb_expect.
6436
6437 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
6438
6439         * gdb.base/coredump-filter.exp: Rename variable "addr" to
6440         "coredump_var_addr" to avoid naming conflict with other testcases.
6441
6442 2015-04-10  Pedro Alves  <palves@redhat.com>
6443
6444         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6445         gdb_test_sequence and gdb_assert.
6446
6447 2015-04-10  Pedro Alves  <palves@redhat.com>
6448
6449         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6450         test messages that don't include the breakpoint address.
6451
6452 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6453
6454         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6455         false for some offset and width combinations which aren't
6456         supported by linux kernel.
6457
6458 2015-04-10  Pedro Alves  <palves@redhat.com>
6459
6460         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6461         procedure, factored out from ...
6462         (top level): ... here.  Add "set displaced-stepping" testing axis.
6463         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6464         parameter "displaced".  Use it.
6465         (top level): Use foreach and add "set displaced-stepping" testing
6466         axis.
6467
6468 2015-04-10  Pedro Alves  <palves@redhat.com>
6469
6470         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6471         Remove comment.
6472         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6473         both the address of the instruction that triggers the watchpoint
6474         and the address of the instruction immediately after, and use
6475         those addresses for the test.  Fix comment.
6476
6477 2015-04-10  Pedro Alves  <palves@redhat.com>
6478
6479         * gdb.base/sigstep.exp (breakpoint_to_handler)
6480         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
6481         Test "backtrace" in handler.
6482         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
6483         (top level): Add new "displaced" test axis to
6484         breakpoint_to_handler, breakpoint_to_handler_entry and
6485         breakpoint_over_handler.
6486
6487 2015-04-10  Pedro Alves  <palves@redhat.com>
6488
6489         PR gdb/18216
6490         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6491
6492 2015-04-10  Yao Qi  <yao.qi@linaro.org>
6493
6494         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6495         (test_add_rn_pc): New function.
6496         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6497         (top level): Invoke test_add_rn_pc.
6498
6499 2015-04-10  Pedro Alves  <palves@redhat.com>
6500
6501         PR gdb/13858
6502         * gdb.base/step-over-no-symbols.exp: New file.
6503
6504 2015-04-09  Andy Wingo  <wingo@igalia.com>
6505
6506         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6507         after the Python tests.
6508
6509 2015-04-08  Keith Seitz  <keiths@redhat.com>
6510
6511         PR python/16699
6512         * gdb.python/py-completion.exp: New tests for completion.
6513         * gdb.python/py-completion.py (CompleteLimit1): New class.
6514         (CompleteLimit2): Likewise.
6515         (CompleteLimit3): Likewise.
6516         (CompleteLimit4): Likewise.
6517         (CompleteLimit5): Likewise.
6518         (CompleteLimit6): Likewise.
6519         (CompleteLimit7): Likewise.
6520
6521 2015-04-08  Pedro Alves  <palves@redhat.com>
6522
6523         PR gdb/18214
6524         PR gdb/18216
6525         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6526         function.
6527         (main): Install it as SIGUSR1 handler.
6528         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6529         parameter.  Always use "setup" as prefix.  Toggle "set
6530         displaced-stepping" off/on depending on global.  Don't switch to
6531         thread 1 here.
6532         (top level): Add displaced stepping "off/on" test axis.  Update
6533         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
6534         continuing with a queued signal in each thread.
6535
6536 2015-04-08  Pedro Alves  <palves@redhat.com>
6537
6538         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6539         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
6540         gdb_breakpoint instead of gdb_test that doesn't expect anything.
6541         Return early if running to main fails.
6542         * gdb.trace/while-stepping.exp: Likewise.
6543
6544 2015-04-07  Pedro Alves  <palves@redhat.com>
6545
6546         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6547         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
6548         interact with inferior program.
6549
6550 2015-04-07  Pedro Alves  <palves@redhat.com>
6551
6552         * lib/gdb.exp (inferior_spawn_id): New global.
6553         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
6554         spawn id after processing the user code.
6555         (default_gdb_start): Set inferior_spawn_id.
6556         (send_inferior): New procedure.
6557         * lib/gdbserver-support.exp (gdbserver_start): Set
6558         inferior_spawn_id.
6559         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6560
6561 2015-04-07  Pedro Alves  <palves@redhat.com>
6562
6563         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6564         * lib/gdbserver-support.exp (gdbserver_start): Make
6565         $server_spawn_id global.
6566         (gdbserver_start): Don't wait for gdbserver's spawn id with
6567         expect_background.
6568         (close_gdbserver): New procedure.
6569         (gdb_exit): Rename the default version and reimplement.
6570
6571 2015-04-07  Pedro Alves  <palves@redhat.com>
6572
6573         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6574         append the substituted item, not the original item.
6575
6576 2015-04-07  Pedro Alves  <palves@redhat.com>
6577
6578         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6579         gdb_expect.
6580
6581 2015-04-07  Pedro Alves  <palves@redhat.com>
6582
6583         * gdb.base/interrupt.exp: Don't handle the case of the inferior
6584         output appearing once only.
6585
6586 2015-04-07  Pedro Alves  <palves@redhat.com>
6587
6588         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6589         that doesn't expect anything.  Return early if running to main
6590         fails.
6591
6592 2015-04-07  Yao Qi  <yao.qi@linaro.org>
6593
6594         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6595         (child_function): Call alarm.
6596         (main): Move call to alarm into the loop.
6597         * gdb.threads/non-stop-fair-events.exp: Build program with
6598         -DTIMEOUT=$timeout.
6599
6600 2015-04-06  Doug Evans  <xdje42@gmail.com>
6601
6602         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6603         Fix dest parameter to board_info.
6604         (fpc_compile): Ditto.
6605         (gdb_compile_pascal): Rename dest arg to destfile.
6606
6607 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
6608
6609         * gdb.ada/funcall_ref.exp: New file.
6610         * gdb.ada/funcall_ref/foo.adb: New file.
6611
6612 2015-04-02  Yao Qi  <yao.qi@linaro.org>
6613
6614         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6615         is remote.
6616
6617 2015-04-02  Gary Benson <gbenson@redhat.com>
6618
6619         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6620
6621 2015-04-01  Sasha Smundak  <asmundak@google.com>
6622
6623         * gdb.python/py-unwind-maint.c: New file.
6624         * gdb.python/py-unwind-maint.exp: New test.
6625         * gdb.python/py-unwind-maint.py: New file.
6626         * gdb.python/py-unwind.c: New file.
6627         * gdb.python/py-unwind.exp: New test.
6628         * gdb.python/py-unwind.py: New test.
6629
6630 2015-04-01  Pedro Alves  <palves@redhat.com>
6631
6632         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6633         to fail instead of non-existent $test.
6634
6635 2015-04-01  Pedro Alves  <palves@redhat.com>
6636
6637         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6638         GDBFLAGS if not empty.
6639
6640 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
6641
6642         * gdb.ada/complete.exp: Remove "multi_line".
6643         * gdb.ada/info_exc.exp: Remove "multi_line".
6644         * gdb.ada/packed_tagged.exp: Remove "multi_line".
6645         * gdb.ada/ptype_field.exp: Remove "multi_line".
6646         * gdb.ada/sym_print_name.exp: Remove "multi_line".
6647         * gdb.ada/tagged.exp: Remove "multi_line".
6648         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6649         [multi_line ...]
6650         * gdb.btrace/delta.exp: Likewise.
6651         * gdb.btrace/exception.exp: Likewise.
6652         * gdb.btrace/function_call_history.exp: Likewise.
6653         * gdb.btrace/instruction_history.exp: Likewise.
6654         * gdb.btrace/nohist.exp: Likewise.
6655         * gdb.btrace/record_goto.exp: Likewise.
6656         * gdb.btrace/segv.exp: Likewise.
6657         * gdb.btrace/stepi.exp: Likewise.
6658         * gdb.btrace/tailcall.exp: Likewise.
6659         * gdb.btrace/unknown_functions.exp: Likewise.
6660         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6661         * lib/gdb.exp: Add the "multi_line" helper.
6662
6663 2015-04-01  Pedro Alves  <palves@redhat.com>
6664
6665         * gdb.threads/tid-reuse.c: New file.
6666         * gdb.threads/tid-reuse.exp: New file.
6667
6668 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
6669
6670         PR corefiles/16092
6671         * gdb.base/coredump-filter.c: New file.
6672         * gdb.base/coredump-filter.exp: Likewise.
6673
6674 2015-03-27  Petr Machata  <pmachata@redhat.com>
6675
6676         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6677         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6678         (Dwarf::assemble): Initialize them.
6679         (Dwarf::lines): New function.
6680
6681 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
6682
6683         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6684         SYMBOL_PREFIX for x86_64-*-cygwin.
6685
6686 2015-03-26  Andy Wingo  <wingo@igalia.com>
6687
6688         PR symtab/18148
6689         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6690         const_value but not a location.
6691         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6692         location defined in non-main CUs are visible.
6693
6694 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6695
6696         PR testsuite/18139
6697         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6698         Add a line number entry for the same line.
6699         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6700         Add a line number entry for the same line.
6701
6702 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6703
6704         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6705         .int 0.
6706         (func): Likewise.  Add .Lfunc_1 label.
6707         Use .Lfunc_1 label.
6708         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6709         .int 0.
6710         (func): Likewise.
6711         Use .Lfunc_1 label.
6712
6713 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6714
6715         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6716         Call gdb_compile instead to compile each .s files without debug
6717         information.
6718
6719 2015-03-26  Yao Qi  <yao.qi@linaro.org>
6720
6721         * gdb.base/savedregs.exp (process_saved_regs): Make
6722         "Saved registers:" optional in the pattern.
6723
6724 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
6725
6726         * gdb.btrace/next.exp: Merged into step.exp.
6727         * gdb.btrace/finish.exp: Merged into step.exp.
6728         * gdb.btrace/nexti.exp: Merged into stepi.exp.
6729         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
6730         "record goto" and checking the exact replay position.
6731         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
6732         check for "Recording format" in "info record" output.
6733         * gdb.btrace/record_goto.exp: Choose test file based on target.
6734         * gdb.btrace/x86-record_goto.S: Renamed into ...
6735         * gdb.btrace/x86_64-record_goto.S: ... this.
6736         * gdb.btrace/i686-record_goto.S: New.
6737         * gdb.btrace/x86-tailcall.S: Renamed into ...
6738         * gdb.btrace/x86_64-tailcall.S: ... this.
6739         * gdb.btrace/i686-tailcall.S: New.
6740         * gdb.btrace/x86-tailcall.c: Renamed into ...
6741         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
6742         separate statements.  Update test.
6743         * gdb.btrace/delta.exp: Use record_goto.c as test file.
6744         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6745         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6746         * gdb.btrace/tailcall.exp: Choose test file based on target.
6747         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6748
6749 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
6750
6751         * gdb.btrace/exception.exp: Increase BTS buffer size.
6752
6753 2015-03-24  Pedro Alves  <palves@redhat.com>
6754
6755         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6756
6757 2015-03-24  Pedro Alves  <palves@redhat.com>
6758
6759         * gdb.threads/schedlock.exp (test_step): No longer expect that
6760         "set scheduler-locking step" with "next" over a function call runs
6761         threads unlocked.
6762
6763 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6764
6765         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6766
6767 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6768
6769         PR breakpoints/16466
6770         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6771         * gdb.mi/mi-pending.c (thread_func): New function.
6772         (int main): Add threading support required.
6773         * gdb.mi/mi-pending.exp: Add tests for this issue.
6774         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6775         (pendfunc2): Remove stdio dependency.
6776         * gdb.mi/mi-pendshr2.c: New file.
6777
6778 2015-03-23  Keith Seitz  <keiths@redhat.com>
6779
6780         * gdb.linespec/keywords.c: New file.
6781         * gdb.linespec/keywords.exp: New file.
6782
6783 2015-03-23  Keith Seitz  <keiths@redhat.com>
6784
6785         PR gdb/18021
6786         * gdb.dwarf2/staticvirtual.exp: New test.
6787
6788 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6789
6790         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6791         * README: Remove HP-UX and gdb.hp.
6792         (configuration):
6793         * configure: Regenerate.
6794         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6795         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6796         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6797         gdb.hp/gdb.defects/Makefile.
6798         * gdb.hp/Makefile.in: File deleted.
6799         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6800         * gdb.hp/gdb.aCC/optimize.c: File deleted.
6801         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6802         * gdb.hp/gdb.aCC/run.c: File deleted.
6803         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6804         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6805         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6806         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6807         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6808         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6809         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6810         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6811         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6812         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6813         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6814         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6815         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6816         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6817         * gdb.hp/gdb.base-hp/reg.s: File deleted.
6818         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6819         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6820         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6821         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6822         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6823         * gdb.hp/gdb.compat/Makefile.in: File deleted.
6824         * gdb.hp/gdb.compat/average.c: File deleted.
6825         * gdb.hp/gdb.compat/sum.c: File deleted.
6826         * gdb.hp/gdb.compat/xdb.c: File deleted.
6827         * gdb.hp/gdb.compat/xdb0.c: File deleted.
6828         * gdb.hp/gdb.compat/xdb0.h: File deleted.
6829         * gdb.hp/gdb.compat/xdb1.c: File deleted.
6830         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6831         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6832         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6833         * gdb.hp/gdb.defects/Makefile.in: File deleted.
6834         * gdb.hp/gdb.defects/bs14602.c: File deleted.
6835         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6836         * gdb.hp/gdb.defects/solib-d.c: File deleted.
6837         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6838         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6839         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6840         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6841         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6842         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6843         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6844         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6845         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6846         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6847         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6848         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6849         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6850         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6851         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6852         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6853         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6854         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6855         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6856         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6857         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6858         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6859         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6860         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6861         * gdb.hp/tools/odump: File deleted.
6862
6863 2015-03-19  Pedro Alves  <palves@redhat.com>
6864
6865         * gdb.threads/continue-pending-status.exp (saw_thread_2)
6866         (saw_thread_3): New globals.
6867         (top level): Increment them when an event for the corresponding
6868         thread is seen.
6869         (no thread starvation): New test.
6870
6871 2015-03-19  Pedro Alves  <palves@redhat.com>
6872
6873         * gdb.threads/continue-pending-status.c: New file.
6874         * gdb.threads/continue-pending-status.exp: New file.
6875
6876 2015-03-18  Pedro Alves  <palves@redhat.com>
6877
6878         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6879         Use gdb_is_target_remote instead of is_remote.  Use
6880         gdb_test_multiple instead of gdb_expect.  Exit early if
6881         gdb_test_multiple hits its internal matches.  Tighten stepi tests
6882         expected output.  Fail on exit with any signal, instead of just
6883         SIGILL.
6884
6885 2015-03-18  Yao Qi  <yao.qi@linaro.org>
6886
6887         PR tdep/18107
6888         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6889         variable.
6890         * gdb.base/catch-syscall.exp: Don't skip it on
6891         aarch64*-*-linux* target.  Remove elements in all_syscalls.
6892         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6893         target.
6894         (setup_all_syscalls): New proc.
6895
6896 2015-03-16  Yao Qi  <yao.qi@linaro.org>
6897
6898         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6899         (top level): Skip tests if valid_addr_p returns false for
6900         $cmd1 or $cmd2.
6901
6902 2015-03-11  Andy Wingo  <wingo@igalia.com>
6903
6904         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6905
6906 2015-03-11  Yao Qi  <yao.qi@linaro.org>
6907
6908         * gdb.base/catch-syscall.exp: Fix typo in comments.
6909
6910 2015-03-11  Yao Qi  <yao.qi@linaro.org>
6911
6912         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6913
6914 2015-03-09  Pedro Alves  <palves@redhat.com>
6915
6916         * dg-extract-results.py: Delete.
6917
6918 2015-03-09  Pedro Alves  <palves@redhat.com>
6919
6920         Merge dg-extract-results.sh from GCC upstream (r218843).
6921
6922         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
6923                 * dg-extract-results.sh: Use --text with grep to avoid issues with
6924                 binary files.  Fall back to cat -v, if that doesn't work.
6925
6926 2015-03-05  Pedro Alves  <palves@redhat.com>
6927
6928         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6929
6930 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
6931
6932         * lib/mi-support.exp (mi_expect_interrupt): Accept
6933         alternative event for when in all-stop mode.
6934
6935 2015-03-04  Pedro Alves  <palves@redhat.com>
6936
6937         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
6938
6939 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
6940
6941         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
6942
6943 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6944
6945         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
6946         regexps for GDB's current line display, accept a hex address
6947         preceding the line number.
6948
6949 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6950
6951         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
6952         the 'arch1' variable for "s390*-linux*" targets.
6953
6954 2015-03-04  Pedro Alves  <palves@redhat.com>
6955
6956         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
6957         (main): Pass missing retval argument to pthread_join call.
6958
6959 2015-03-02  Pedro Alves  <palves@redhat.com>
6960
6961         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
6962         (top level): Call do_test with non-stop as well.
6963
6964 2015-03-02  Pedro Alves  <palves@redhat.com>
6965
6966         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
6967         -1.
6968
6969 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6970
6971         * gdb.arch/s390-vregs.exp: New test.
6972         * gdb.arch/s390-vregs.S: New file.
6973
6974 2015-02-27  Pedro Alves  <palves@redhat.com>
6975
6976         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
6977         call to catch_command_errors.
6978         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
6979         catch_command_errors.
6980
6981 2015-02-27  Pedro Alves  <palves@redhat.com>
6982
6983         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
6984         "true" for boolean result.
6985         * gdb.gdb/selftest.exp (test_with_self): Also accept full
6986         prototype of main.
6987
6988 2015-02-27  Pedro Alves  <palves@redhat.com>
6989
6990         * lib/unbuffer_output.c: New file.
6991         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
6992         (main): Call gdb_unbuffer_output.
6993
6994 2015-02-27  Yao Qi  <yao.qi@linaro.org>
6995
6996         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
6997         target.
6998
6999 2015-02-26  Doug Evans  <dje@google.com>
7000
7001         * gdb.cp/class2.cc (Dbase, D): New classes.
7002         (main): New local delta.
7003         * gdb.cp/class2.exp: Test printing delta.
7004         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7005         (dynbar): New global.
7006         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7007
7008 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7009
7010         * gdb.compile/compile-ifunc.c: New file.
7011         * gdb.compile/compile-ifunc.exp: New file.
7012
7013 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7014
7015         * gdb.base/structs.exp: Check for correct struct on finish.
7016
7017 2015-02-26  Yao Qi  <yao.qi@linaro.org>
7018
7019         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7020         is zero.
7021
7022 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7023
7024         * gdb.arch/cordic.ko.bz2: New file.
7025         * gdb.arch/cordic.ko.debug.bz2: New file.
7026         * gdb.arch/ppc64-symtab-cordic.exp: New file.
7027
7028 2015-02-25  Yao Qi  <yao.qi@linaro.org>
7029
7030         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7031         aarch64*-*-* target.
7032
7033 2015-02-23  Pedro Alves  <palves@redhat.com>
7034
7035         * lib/gdb.exp (delete_breakpoints): Rewrite using
7036         gdb_test_multiple.
7037
7038 2015-02-23  Pedro Alves  <palves@redhat.com>
7039
7040         * gdb.base/info-os.c: Include stdlib.h.
7041
7042 2015-02-22  Doug Evans  <xdje42@gmail.com>
7043
7044         PR symtab/17855
7045         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7046         is read after symbols have been re-read.
7047         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7048         * gdb.ada/exec_changed/second.adb (Second): Ditto.
7049
7050 2015-02-21  Doug Evans  <dje@google.com>
7051
7052         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7053
7054 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
7055
7056         PR corefiles/17808
7057         * gdb.arch/i386-biarch-core.core.bz2: New file.
7058         * gdb.arch/i386-biarch-core.exp: New file.
7059
7060 2015-02-21  Pedro Alves  <palves@redhat.com>
7061
7062         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7063         runto_main fails.
7064
7065 2015-02-20  Pedro Alves  <palves@redhat.com>
7066
7067         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7068         info probes.
7069
7070 2015-02-20  Pedro Alves  <palves@redhat.com>
7071
7072         * gdb.threads/multi-create-ns-info-thr.exp: New file.
7073
7074 2015-02-20  Pedro Alves  <palves@redhat.com>
7075
7076         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
7077         clean_restart before gdb_target_supports_trace.
7078
7079 2015-02-20  Pedro Alves  <palves@redhat.com>
7080
7081         PR threads/18006
7082         * gdb.threads/clone-thread_db.c: New file.
7083         * gdb.threads/clone-thread_db.exp: New file.
7084
7085 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7086
7087         PR breakpoints/16812
7088         * gdb.base/catch-gdb-caused-signals.c: New file.
7089         * gdb.base/catch-gdb-caused-signals.exp: New file.
7090
7091 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
7092
7093         * configure: Regenerated.
7094         * configure.ac: Use GDB_AC_TRANSFORM.
7095         * aclocal.m4: sinclude ../transform.m4.
7096
7097 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7098
7099         * lib/dtrace.exp: New file.
7100         * gdb.base/dtrace-probe.exp: Likewise.
7101         * gdb.base/dtrace-probe.d: Likewise.
7102         * gdb.base/dtrace-probe.c: Likewise.
7103         * lib/pdtrace.in: Likewise.
7104         * configure.ac: Output variables with the transformed names of
7105         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
7106         * configure: Regenerated.
7107
7108 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
7109
7110         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7111         expected message when trying to access $_probe_* convenience
7112         variables while not on a probe.
7113
7114 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7115
7116         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7117
7118 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
7119
7120         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7121         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7122
7123 2015-02-10  Doug Evans  <xdje42@gmail.com>
7124
7125         * lib/gdb.exp (gdb_load): Always return a result.
7126
7127 2015-02-10  Pedro Alves  <palves@redhat.com>
7128
7129         * gdb.threads/signal-sigtrap.c: New file.
7130         * gdb.threads/signal-sigtrap.exp: New file.
7131
7132 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
7133
7134         * gdb.trace/no-attach-trace.c: New file.
7135         * gdb.trace/no-attach-trace.exp: New file.
7136
7137 2015-02-09  Mark Wielaard  <mjw@redhat.com>
7138
7139         * gdb.dwarf2/atomic.c: New file.
7140         * gdb.dwarf2/atomic-type.exp: Likewise.
7141
7142 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7143
7144         * gdb.btrace/buffer-size.exp: Update "info record" output.
7145         * gdb.btrace/delta.exp: Update "info record" output.
7146         * gdb.btrace/enable.exp: Update "info record" output.
7147         * gdb.btrace/finish.exp: Update "info record" output.
7148         * gdb.btrace/instruction_history.exp: Update "info record" output.
7149         * gdb.btrace/next.exp: Update "info record" output.
7150         * gdb.btrace/nexti.exp: Update "info record" output.
7151         * gdb.btrace/step.exp: Update "info record" output.
7152         * gdb.btrace/stepi.exp: Update "info record" output.
7153         * gdb.btrace/nohist.exp: Update "info record" output.
7154
7155 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7156
7157         * gdb.btrace/buffer-size: New.
7158
7159 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
7160
7161         * gdb.btrace/delta.exp: Update "info record" output.
7162         * gdb.btrace/enable.exp: Update "info record" output.
7163         * gdb.btrace/finish.exp: Update "info record" output.
7164         * gdb.btrace/instruction_history.exp: Update "info record" output.
7165         * gdb.btrace/next.exp: Update "info record" output.
7166         * gdb.btrace/nexti.exp: Update "info record" output.
7167         * gdb.btrace/step.exp: Update "info record" output.
7168         * gdb.btrace/stepi.exp: Update "info record" output.
7169         * gdb.btrace/nohist.exp: Update "info record" output.
7170
7171 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
7172
7173         PR gdb/15678
7174         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7175
7176 2015-02-06  Pedro Alves  <palves@redhat.com>
7177
7178         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7179         macro.
7180         (seconds_left, again): New globals.
7181         (main): Wait seconds_left in a 1-second sleep loop instead of
7182         sleeping 180 seconds.  If 'again' is set, reset the seconds
7183         counter.
7184         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7185         'again' in the inferior before detaching.  Print the seconds left.
7186         (options): New global.
7187         (top level): Build program with -DTIMEOUT=$timeout.
7188
7189 2015-02-06  Pedro Alves  <palves@redhat.com>
7190
7191         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7192         determine how many seconds to pass to 'alarm'.
7193         * gdb.base/gdb-sigterm.exp (top level): Build program with
7194         -DTIMEOUT=$timeout.
7195         (do_test): Return success/failure indication.  Add more verbose
7196         logging.  Don't fail if 200 single steps are seen.  Instead, fail
7197         when the test times out.
7198         (passes): New global.
7199         (top level): Break the testing loop if testing fails on any
7200         iteration.  Use gdb_assert.
7201
7202 2015-02-04  Don Breazeal  <donb@codesourcery.com>
7203
7204         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7205         and initialize them.
7206         (ipc_cleanup): New function.
7207         (main): Don't declare shmid, semid, and msqid.  Add a call to
7208         atexit so that we call ipc_cleanup on exit.
7209
7210 2015-02-04  Pedro Alves  <palves@redhat.com>
7211
7212         * boards/native-extended-gdbserver.exp: Remove any target variant
7213         specifications from the board name before clearing the isremote
7214         flag from board_info.
7215
7216 2015-01-31  Doug Evans  <xdje42@gmail.com>
7217
7218         * gdb.base/maint.exp <maint print type argc>: Update expected output.
7219
7220 2015-01-31  Gary Benson <gbenson@redhat.com>
7221
7222         * gdb.base/completion.exp: Disable completion limiting for
7223         existing tests.  Add new tests to check completion limiting.
7224         * gdb.linespec/ls-errs.exp: Disable completion limiting.
7225
7226 2015-01-31  Doug Evans  <xdje42@gmail.com>
7227
7228         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7229
7230 2015-01-31  Doug Evans  <xdje42@gmail.com>
7231
7232         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7233         entries.  Duplicate file section script entries.
7234         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7235         inlined entries.  Add test for safe-path rejection.
7236         * gdb.python/py-section-script.c: Add duplicate inlined section script
7237         entries.  Duplicate file section script entries.
7238         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7239         inlined entries.  Add test for safe-path rejection.
7240
7241 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7242
7243         * gdb.ada/disc_arr_bound: New testcase.
7244
7245 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
7246
7247         * gdb.ada/mi_var_array: New testcase.
7248
7249 2015-01-27  Doug Evans  <dje@google.com>
7250
7251         * gdb.python/py-objfile.exp: Add tests for objfile.username.
7252         Add test for objfile.filename, objfile.username after objfile
7253         has been unloaded.
7254
7255 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
7256
7257         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7258         the second test to print the name attribute of value
7259         returned by the call to gdb.lookup_type, and adjust
7260         the expected output accordingly.
7261
7262 2015-01-25  Mark Wielaard  <mjw@redhat.com>
7263
7264         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7265         * gdb.base/disp-step-fork.c: Include unistd.h.
7266         * gdb.base/siginfo-obj.c: Include stdio.h.
7267         * gdb.base/siginfo-thread.c: Likewise.
7268         * gdb.mi/non-stop.c: Include unistd.h.
7269         * gdb.mi/nsthrexec.c: Include stdio.h.
7270         * gdb.mi/pthreads.c: Include unistd.h.
7271         * gdb.modula2/unbounded1.c (main): Declare returns int.
7272         * gdb.reverse/consecutive-reverse.c: Likewise.
7273         * gdb.threads/create-fail.c: Include unistd.h.
7274         * gdb.threads/killed.c: Likewise.
7275         * gdb.threads/linux-dp.c: Likewise.
7276         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7277         * gdb.threads/non-ldr-exc-2.c: Likewise.
7278         * gdb.threads/non-ldr-exc-3.c: Likewise.
7279         * gdb.threads/non-ldr-exc-4.c: Likewise.
7280         * gdb.threads/pthreads.c: Include unistd.h.
7281         (main): Declare returns int.
7282         * gdb.threads/tls-main.c (foo): New declaration.
7283         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7284
7285 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
7286
7287         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7288         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7289
7290 2015-01-15  Mark Wielaard  <mjw@redhat.com>
7291
7292         * gdb.base/noreturn-return.c: New file.
7293         * gdb.base/noreturn-return.exp: New file.
7294         * gdb.base/noreturn-finish.c: New file.
7295         * gdb.base/noreturn-finish.exp: New file.
7296
7297 2015-01-23  Pedro Alves  <palves@redhat.com>
7298
7299         * gdb.threads/continue-pending-after-query.c: New file.
7300         * gdb.threads/continue-pending-after-query.exp: New file.
7301
7302 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
7303             Simon Marchi  <simon.marchi@ericsson.com>
7304
7305         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7306         * gdb.base/valgrind-db-attach.exp: Same.
7307         * gdb.base/valgrind-infcall.exp: Same.
7308         * lib/mi-support.exp (default_mi_gdb_start): Same.
7309         * lib/prompt.exp (default_prompt_gdb_start): Same.
7310         * lib/gdb.exp (default_gdb_spawn): Same.
7311         (gdb_interact): New.
7312
7313
7314 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7315
7316         * gdb.compile/compile.exp (pointer to jit function): New test.
7317
7318 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
7319
7320         * lib/gdb.exp (supports_process_record): Return true for
7321         powerpc*-*-linux*.
7322         (supports_reverse): Likewise.
7323
7324 2015-01-15  Don Breazeal  <donb@codesourcery.com>
7325
7326         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7327         instead of checking whether the target board is remote and
7328         use spawn_wait_for_attach instead of exec/sleep.
7329         * gdb.base/attach-twice.exp: Likewise.
7330
7331 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
7332
7333         * gdb.ada/var_arr_attrs: New testcase.
7334
7335 2015-01-14  Pedro Alves  <palves@redhat.com>
7336             Joel Brobecker  <brobecker@adacore.com>
7337
7338         PR gdb/17525
7339         * gdb.base/bp-cmds-execution-x-script.c: New file.
7340         * gdb.base/bp-cmds-execution-x-script.exp: New file.
7341         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7342
7343 2015-01-14  Pedro Alves  <palves@redhat.com>
7344
7345         PR cli/17828
7346         * gdb.base/batch-preserve-term-settings.c: New file.
7347         * gdb.base/batch-preserve-term-settings.exp: New file.
7348
7349 2015-01-13  Doug Evans  <dje@google.com>
7350
7351         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7352         binary.
7353
7354 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7355
7356         * Makefile.in (clean mostlyclean): Do not delete *.py.
7357
7358 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
7359
7360         * gdb.python/py-lookup-type.exp: New file.
7361
7362 2015-01-12  Pedro Alves  <palves@redhat.com>
7363
7364         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7365         restore GDBFLAGS before returning.
7366
7367 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7368
7369         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7370         is_amd64_regs_target and is_x86_like_target.
7371
7372 2015-01-11  Doug Evans  <xdje42@gmail.com>
7373
7374         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7375         is given without an explicit form.
7376         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7377         attributes.
7378         * gdb.dwarf/corrupt.exp: Ditto.
7379         * gdb.dwarf2/enum-type.exp: Ditto.
7380         * gdb.trace/entry-values.exp: Ditto.
7381         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7382
7383 2015-01-11  Doug Evans  <xdje42@gmail.com>
7384
7385         PR gdb/15830
7386         * gdb.base/maint.exp: Remove references to "maint demangle".
7387         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
7388         Add tests for explicitly specifying language to demangle.
7389         * gdb.dlang/demangle.exp: Ditto.
7390
7391 2015-01-09  Pedro Alves  <palves@redhat.com>
7392
7393         * gdb.threads/non-stop-fair-events.c: New file.
7394         * gdb.threads/non-stop-fair-events.exp: New file.
7395
7396 2015-01-09  Pedro Alves  <palves@redhat.com>
7397
7398         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7399         the global scope.  Set a breakpoint after all threads are started
7400         rather than stepping over two source lines.  Expect the prompt.
7401         * gdb.base/watch_thread_num.c (threads_started_barrier): New
7402         global.
7403         (NUM): Now 15.
7404         (main): Use threads_started_barrier to wait for all threads to
7405         start.  Main thread no longer calls thread_function.  Exit after
7406         180 seconds.
7407         (loop): New function.
7408         (thread_function): Wait on threads_started_barrier barrier.  Call
7409         'loop' at each iteration.
7410         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7411         threads have started, instead of hardcoding number of "next"
7412         steps.  Use an access watchpoint instead of a write watchpoint.
7413
7414 2015-01-09  Pedro Alves  <palves@redhat.com>
7415
7416         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7417         (thread_func): Wait on barrier.
7418         (main): Wait for all threads to start before stopping GDB.
7419         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7420         global.
7421         (thread1_func, thread2_func): Wait on barrier.
7422         (main): Wait for all threads to start before stopping GDB.
7423         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7424         New global.
7425         (thread1_func, thread2_func): Wait on barrier.
7426         (main): Wait for all threads to start before stopping GDB.
7427
7428 2015-01-09  Pedro Alves  <palves@redhat.com>
7429
7430         * gdb.threads/attach-many-short-lived-threads.c: New file.
7431         * gdb.threads/attach-many-short-lived-threads.exp: New file.
7432
7433 2014-01-09  Pedro Alves  <palves@redhat.com>
7434
7435         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7436         instead of to thread 2.
7437         * gdb.threads/signal-command-multiple-signals-pending.c (main):
7438         Add barrier around each pthread_create call instead of around all
7439         calls.
7440         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7441         Set a break on thread_function and have the child threads hit it
7442         one at at a time.
7443
7444 2015-01-09  Pedro Alves  <palves@redhat.com>
7445
7446         * lib/gdb.exp (can_spawn_for_attach): New procedure.
7447         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7448         false.
7449         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7450         checking whether the target board is remote.
7451         * gdb.multi/multi-attach.exp: Likewise.
7452         * gdb.python/py-sync-interp.exp: Likewise.
7453         * gdb.server/ext-attach.exp: Likewise.
7454         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7455         tests that need to attach, instead of checking whether the target
7456         board is remote at the top of the file.
7457
7458 2015-01-08  Yao Qi  <yao@codesourcery.com>
7459
7460         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7461
7462 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
7463
7464         Fix testcase compilation.
7465         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7466
7467 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
7468
7469         * gdb.python/py-type.exp: Add a couple test about empty
7470         array creation, and negative-length array creation.
7471
7472 2015-01-02  Doug Evans  <xdje42@gmail.com>
7473
7474         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7475
7476 2015-01-02  Doug Evans  <dje@google.com>
7477
7478         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7479
7480 2014-12-29  Yao Qi  <yao@codesourcery.com>
7481
7482         * gdb.trace/entry-values.exp: Update comments.  Rename variable
7483         bar_call_foo to returned_from_foo.
7484
7485 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
7486
7487         PR gdb/17394
7488         * gdb.linespec/break-asm-file.c: New file.
7489         * gdb.linespec/break-asm-file.exp: New file.
7490         * gdb.linespec/break-asm-file0.s: New file.
7491         * gdb.linespec/break-asm-file1.s: New file.
7492
7493 2014-12-18  Nigel Stephens  <nigel@mips.com>
7494             Maciej W. Rozycki  <macro@codesourcery.com>
7495
7496         * gdb.base/float.exp: Handle the new output from "info float" on
7497         MIPS targets.
7498
7499 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7500
7501         Fix MinGW compilation.
7502         * gdb.compile/compile-ops.exp: Update untested message if
7503         !skip_compile_feature_tests.
7504         * gdb.compile/compile-setjmp.exp: Likewise.
7505         * gdb.compile/compile-tls.exp: Likewise.
7506         * gdb.compile/compile.exp: Likewise.
7507         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7508         supported on this host".
7509
7510 2014-12-16  Doug Evans  <xdje42@gmail.com>
7511
7512         * boards/stabs.exp: New file.
7513
7514 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
7515
7516         * gdb.base/completion.exp: Adjust to format changes of "maint
7517         print user-registers".
7518
7519 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
7520
7521         PR server/17457
7522         * gdb.arch/aarch64-fp.c: New file.
7523         * gdb.arch/aarch64-fp.exp: New file.
7524
7525 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
7526
7527         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7528         r210637, r210913, r211666, r215400, r215817).
7529
7530         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
7531                 * dg-extract-results.py: New file.
7532                 * dg-extract-results.sh: Use it if the environment seems
7533                 suitable.
7534
7535         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
7536
7537                 * dg-extract-results.py (parse_run): Handle warnings that
7538                 are printed before a test harness is run.
7539
7540         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
7541
7542                 * dg-extract-results.py (Named): Remove __cmp__ method.
7543                 (output_variation): Use a key to sort variation.harnesses.
7544
7545         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
7546
7547                 * dg-extract-results.py: For Python 3, force sys.stdout to
7548                 handle surrogate escape sequences.
7549                 (safe_open): New function.
7550                 (output_segment, main): Use it.
7551
7552         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
7553
7554                 * dg-extract-results.py (Prog.result_re): Include options
7555                 in test name.
7556
7557         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
7558
7559                 * dg-extract-results.py (output_variation): Always sort if
7560                 do_sum.
7561
7562 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
7563
7564         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7565         as long as we get pagination notifications.
7566
7567 2014-12-15  Jason Merrill  <jason@redhat.com>
7568
7569         * Makefile.in (check-gdb.%): Restore.
7570         * README: Mention it.
7571
7572 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
7573
7574         * gdb.ada/str_uninit: New testcase.
7575
7576 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7577
7578         PR symtab/17642
7579         * gdb.base/vla-stub-define.c: New file.
7580         * gdb.base/vla-stub.c: New file.
7581         * gdb.base/vla-stub.exp: New file.
7582
7583 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
7584             Jan Kratochvil  <jan.kratochvil@redhat.com>
7585             Tom Tromey  <tromey@redhat.com>
7586
7587         * configure.ac: Add gdb.compile/.
7588         * configure: Regenerate.
7589         * gdb.compile/Makefile.in: New file.
7590         * gdb.compile/compile-ops.exp: New file.
7591         * gdb.compile/compile-ops.c: New file.
7592         * gdb.compile/compile-tls.c: New file.
7593         * gdb.compile/compile-tls.exp: New file.
7594         * gdb.compile/compile-constvar.S: New file.
7595         * gdb.compile/compile-constvar.c: New file.
7596         * gdb.compile/compile-mod.c: New file.
7597         * gdb.compile/compile-nodebug.c: New file.
7598         * gdb.compile/compile-setjmp-mod.c: New file.
7599         * gdb.compile/compile-setjmp.c: New file.
7600         * gdb.compile/compile-setjmp.exp: New file.
7601         * gdb.compile/compile-shlib.c: New file.
7602         * gdb.compile/compile.c: New file.
7603         * gdb.compile/compile.exp: New file.
7604         * lib/gdb.exp (skip_compile_feature_tests): New proc.
7605
7606 2014-12-12  Tom Tromey  <tromey@redhat.com>
7607
7608         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
7609         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7610
7611 2014-12-12  Doug Evans  <dje@google.com>
7612
7613         * lib/gdb-python.exp (get_python_valueof): New function.
7614         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7615
7616 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7617
7618         * gdb.base/completion.exp: Add test for completion of "info
7619         registers ".
7620
7621 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
7622
7623         * gdb.base/func-ptrs.c: New file.
7624         * gdb.base/func-ptrs.exp: New file.
7625
7626 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7627
7628         PR breakpoints/17012
7629         * gdb.base/dprintf-detach.c: New file.
7630         * gdb.base/dprintf-detach.exp: New file.
7631
7632 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
7633
7634         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7635         * lib/gdb.exp (target_is_gdbserver): New procedure.
7636
7637 2014-12-08  Doug Evans  <dje@google.com>
7638
7639         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7640
7641 2014-12-05  Yao Qi  <yao@codesourcery.com>
7642
7643         * gdb.guile/scm-error.exp: Remove the third argument to
7644         gdb_remote_download.
7645         * gdb.guile/scm-frame-args.exp: Likewise.
7646         * gdb.guile/scm-section-script.exp: Likewise.
7647
7648 2014-12-05  Yao Qi  <yao@codesourcery.com>
7649
7650         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7651
7652 2014-12-04  Doug Evans  <dje@google.com>
7653
7654         * gdb.python/py-objfile.exp: Add tests for
7655         objfile.add_separate_debug_file.
7656
7657 2014-12-04  Doug Evans  <dje@google.com>
7658
7659         * lib/gdb.exp (get_build_id): New function.
7660         (build_id_debug_filename_get): Rewrite to use it.
7661         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7662
7663 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
7664
7665         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7666         `method(long)', not just 0x0.
7667         * gdb.cp/nsalias.exp: Align code labels to 4.
7668         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7669         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7670         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7671         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7672         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7673         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7674
7675 2014-12-02  Doug Evans  <dje@google.com>
7676
7677         PR symtab/17602
7678         * gdb.cp/anon-ns.cc: Move guts of this file to ...
7679         * gdb.cp/anon-ns2.cc: ... here.  New file.
7680         * gdb.cp/anon-ns.exp: Update.
7681
7682 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
7683
7684         * gdb.python/py-events.py (inferior_call_handler): New.
7685         (register_changed_handler, memory_changed_handler): New.
7686         (test_events.invoke): Register new handlers.
7687         * gdb.python/py-events.exp: Add tests for inferior call,
7688         memory_changed and register_changed events.
7689
7690 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7691
7692         * gdb.base/execl-update-breakpoints.exp: Specify the link address
7693         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
7694         if the linker doesn't understand this.
7695
7696 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
7697
7698         * gdb.python/python.exp: Change expected reply to help().
7699
7700 2014-12-01  Yao Qi  <yao@codesourcery.com>
7701
7702         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
7703         AC_CONFIG_SUBDIRS(gdb.gdbtk).
7704         * configure: Re-generated.
7705
7706 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
7707
7708         * gdb.cp/chained-calls.cc: New file.
7709         * gdb.cp/chained-calls.exp: New file.
7710         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7711
7712 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
7713
7714         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7715         * gdb.dwarf2/symtab-producer.exp: Same.
7716         * gdb.gdb/python-interrupts.exp: Same.
7717         * gdb.gdb/python-selftest.exp: Same.
7718         * gdb.python/py-linetable.exp: Same.
7719         * gdb.python/py-type.exp: Same.
7720         * gdb.python/py-value-cc.exp: Same.
7721         * gdb.python/py-value.exp: Same.
7722
7723 2014-11-28  Yao Qi  <yao@codesourcery.com>
7724
7725         * gdb.base/break-probes.exp: Match library name prefixed with
7726         sysroot.
7727
7728 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
7729
7730         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7731         test expected output.  Add parentheses for the call to print.
7732         Remove L suffix from integers.
7733
7734 2014-11-26  Doug Evans  <dje@google.com>
7735
7736         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7737
7738 2014-11-22  Yao Qi  <yao@codesourcery.com>
7739
7740         * gdb.trace/entry-values.c: Remove asms.
7741         (foo): Add foo_label.
7742         (bar): Add bar_label.
7743         * gdb.trace/entry-values.exp: Remove code computing  foo's
7744         length and bar's length.
7745         (Dwarf::assemble): Invoke function_range for bar and use
7746         MACRO_AT_func for foo.
7747
7748 2014-11-22  Yao Qi  <yao@codesourcery.com>
7749
7750         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7751         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
7752         Use .Lgcc43_procstart instead of gcc43.
7753
7754 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
7755
7756         * gdb.ada/n_arr_bound: New testcase.
7757
7758 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7759
7760         PR breakpoints/10737
7761         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7762         test_catch_syscall_multi_arch.
7763         (test_catch_syscall_multi_arch): New function.
7764
7765 2014-11-20  Doug Evans  <xdje42@gmail.com>
7766
7767         * gdb.base/maint.exp: Update expected output.
7768
7769 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7770
7771         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7772         4-byte instruction on S390.
7773
7774 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
7775
7776         * gdb.ada/arr_arr: New testcase.
7777
7778 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
7779
7780         * gdb.ada/pkd_arr_elem: New Testcase.
7781
7782 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
7783
7784         * gdb.reverse/break-precsave: Expect completion message for
7785         core file reads.
7786         * gdb.reverse/consecutive-precsave.exp: Likewise.
7787         * gdb.reverse/finish-precsave.exp: Likewise.
7788         * gdb.reverse/i386-precsave.exp: Likewise.
7789         * gdb.reverse/machinestate-precsave.exp: Likewise.
7790         * gdb.reverse/sigall-precsave.exp: Likewise.
7791         * gdb.reverse/solib-precsave.exp: Likewise.
7792         * gdb.reverse/step-precsave.exp: Likewise.
7793         * gdb.reverse/until-precsave.exp: Likewise.
7794         * gdb.reverse/watch-precsave.exp: Likewise.
7795
7796 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7797
7798         * gdb.base/bp-permanent.c: Include unistd.h.
7799         * gdb.python/py-framefilter-mi.c (main): Add return type.
7800         * gdb.python/py-framefilter.c (main): Likewise.
7801         * gdb.trace/actions-changed.c (main): Likewise.
7802
7803 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7804
7805         * gdb.mi/until.c: Add eye-catchers.
7806         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7807         line numbers.
7808
7809 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7810
7811         * gdb.base/condbreak.exp: Drop references to removed non-prototype
7812         function header variants in break1.c.
7813         * gdb.base/ena-dis-br.exp: Likewise.
7814         * gdb.base/hbreak2.exp: Likewise.
7815         * gdb.reverse/until-precsave.exp: Drop references to removed
7816         non-prototype function header variants in ur1.c.
7817         * gdb.reverse/until-reverse.exp: Likewise.
7818
7819 2014-11-17  Petr Machata  <pmachata@redhat.com>
7820
7821         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
7822         ${_cu_offset_size} bytes abbrev offset.
7823
7824 2014-11-15  Doug Evans  <xdje42@gmail.com>
7825
7826         PR symtab/17559
7827         * gdb.base/line-symtabs.exp: New file.
7828         * gdb.base/line-symtabs.c: New file.
7829         * gdb.base/line-symtabs.h: New file.
7830
7831 2014-11-14  Yao Qi  <yao@codesourcery.com>
7832
7833         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7834         (func): Add label func_label.
7835         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7836         Replace low_pc and high_pc with MACRO_AT_range.
7837         Replace name, low_pc and high_pc with MACRO_AT_func.
7838
7839 2014-11-14  Yao Qi  <yao@codesourcery.com>
7840
7841         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7842         Replace name, low_pc and high_pc with MACRO_AT_func.
7843
7844 2014-11-14  Yao Qi  <yao@codesourcery.com>
7845
7846         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7847         produce debug information.
7848         * gdb.dwarf2/implptr-optimized-out.S: Removed.
7849
7850 2014-11-14  Yao Qi  <yao@codesourcery.com>
7851
7852         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7853         object and get function length.
7854         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7855         with MACRO_AT_func.
7856         (top-level): Replace gdb_compile and clean_restart with
7857         prepare_for_testing.
7858         * gdb.dwarf2/main.c (main): Add label main_label.
7859
7860 2014-11-14  Yao Qi  <yao@codesourcery.com>
7861
7862         * lib/dwarf.exp (function_range): New procedure.
7863         (Dwarf::_handle_macro_at_func): New procedure.
7864         (Dwarf::_handle_macro_at_range): New procedure.
7865         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7866
7867 2014-11-14  Yao Qi  <yao@codesourcery.com>
7868
7869         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7870         (_handle_attribute): New procedure.
7871
7872 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7873
7874         * gdb.ada/cond_lang/foo.c (callme): Add return type.
7875         * gdb.base/call-sc.c (zed): Likewise.
7876         * gdb.base/checkpoint.c (main): Likewise.
7877         * gdb.base/dump.c (main): Likewise.
7878         * gdb.base/gcore.c (main): Likewise.
7879         * gdb.base/huge.c (main): Likewise.
7880         * gdb.base/multi-forks.c (main): Likewise.
7881         * gdb.base/pr10179-a.c (main): Likewise.
7882         * gdb.base/savedregs.c (main): Likewise.
7883         * gdb.base/sigaltstack.c (main): Likewise.
7884         * gdb.base/siginfo.c (main): Likewise.
7885         * gdb.base/structs.c (zed): Likewise.
7886         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7887         * gdb.mi/mi-syn-frame.c (main): Likewise.
7888         * gdb.mi/until.c (foo, main): Likewise.
7889         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7890         * gdb.base/solib-weak.c (foo): Declare.
7891         * gdb.base/attach-twice.c: Include stdio.h.
7892         * gdb.base/weaklib1.c: Likewise.
7893         * gdb.base/weaklib2.c: Likewise.
7894         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7895         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7896         unistd.h.
7897         * gdb.base/attach-pie-misread.c: Include stdlib.h.
7898         * gdb.mi/mi-exit-code.c: Likewise.
7899         * gdb.base/break-interp-lib.c: Include string.h.
7900         * gdb.base/coremaker.c: Likewise.
7901         * gdb.base/testenv.c: Likewise.
7902         * gdb.python/py-finish-breakpoint.c: Likewise.
7903         * gdb.base/inferior-died.c: Include sys/wait.h.
7904         * gdb.base/fileio.c: Include time.h.
7905         * gdb.base/async-shell.c: Include unistd.h.
7906         * gdb.base/dprintf-non-stop.c: Likewise.
7907         * gdb.base/info-os.c: Likewise.
7908         * gdb.mi/mi-console.c: Likewise.
7909         * gdb.mi/watch-nonstop.c: Likewise.
7910         * gdb.python/py-events.c: Likewise.
7911         * gdb.base/async.c (baz): Move up before its invocation.
7912         * gdb.base/code_elim2.c (my_global_func): Likewise.
7913         * gdb.base/skip-solib-lib.c (multiply): Likewise.
7914         * gdb.base/advance.c (func2): Likewise.
7915
7916 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7917
7918         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7919         variant.
7920         * gdb.base/annota3.c: Likewise.
7921         * gdb.base/async.c: Likewise.
7922         * gdb.base/average.c: Likewise.
7923         * gdb.base/call-ar-st.c: Likewise.
7924         * gdb.base/call-rt-st.c: Likewise.
7925         * gdb.base/call-sc.c: Likewise.
7926         * gdb.base/call-strs.c: Likewise.
7927         * gdb.base/ending-run.c: Likewise.
7928         * gdb.base/execd-prog.c: Likewise.
7929         * gdb.base/exprs.c: Likewise.
7930         * gdb.base/foll-exec.c: Likewise.
7931         * gdb.base/foll-fork.c: Likewise.
7932         * gdb.base/foll-vfork.c: Likewise.
7933         * gdb.base/funcargs.c: Likewise.
7934         * gdb.base/gcore.c: Likewise.
7935         * gdb.base/jump.c: Likewise.
7936         * gdb.base/langs0.c: Likewise.
7937         * gdb.base/langs1.c: Likewise.
7938         * gdb.base/langs2.c: Likewise.
7939         * gdb.base/mips_pro.c: Likewise.
7940         * gdb.base/nodebug.c: Likewise.
7941         * gdb.base/opaque0.c: Likewise.
7942         * gdb.base/opaque1.c: Likewise.
7943         * gdb.base/recurse.c: Likewise.
7944         * gdb.base/run.c: Likewise.
7945         * gdb.base/scope0.c: Likewise.
7946         * gdb.base/scope1.c: Likewise.
7947         * gdb.base/setshow.c: Likewise.
7948         * gdb.base/setvar.c: Likewise.
7949         * gdb.base/shmain.c: Likewise.
7950         * gdb.base/shr1.c: Likewise.
7951         * gdb.base/shr2.c: Likewise.
7952         * gdb.base/sigall.c: Likewise.
7953         * gdb.base/signals.c: Likewise.
7954         * gdb.base/so-indr-cl.c: Likewise.
7955         * gdb.base/solib2.c: Likewise.
7956         * gdb.base/structs.c: Likewise.
7957         * gdb.base/sum.c: Likewise.
7958         * gdb.base/vforked-prog.c: Likewise.
7959         * gdb.base/watchpoint.c: Likewise.
7960         * gdb.reverse/shr2.c: Likewise.
7961         * gdb.reverse/until-reverse.c: Likewise.
7962         * gdb.reverse/ur1.c: Likewise.
7963         * gdb.reverse/watch-reverse.c: Likewise.
7964
7965 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7966
7967         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
7968         variant.
7969         * gdb.base/sepdebug.exp: Drop references to removed code.
7970
7971 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7972
7973         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
7974         variant.  Preserve original line numbering.
7975         * gdb.base/list1.c: Likewise.
7976
7977 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7978
7979         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
7980         variant.
7981         * gdb.base/break1.c: Likewise.
7982         * gdb.base/break.exp: Drop references to removed code.
7983
7984 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7985
7986         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
7987         variant.
7988
7989 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7990
7991         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
7992
7993 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7994
7995         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
7996         logic into perform_all_tests() and invoke it with and without
7997         function header prototypes.
7998         (do_function_calls): Remove conditional XFAIL for PR 5318.
7999         (rerun_and_prepare): Remove duplicate code.
8000         (perform_all_tests): New.  Main logic moved here.
8001
8002 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8003
8004         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8005         code guarded by #ifdef NO_PROTOTYPES.
8006         (t_double_many_args): Likewise.
8007         (DEF_FUNC_MANY_ARGS_1): Likewise.
8008         (DEF_FUNC_VALUES_1): Likewise.
8009         (t_structs_ldc): Renamed from t_structs_fc in conditional code
8010         guarded by #ifdef PROTOTYPES.
8011
8012 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8013
8014         * gdb.mi/mi-console.c: Add eye-catcher.
8015         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8016         instead of literal line number.
8017
8018 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8019
8020         * gdb.base/shr2.c: Add eye-catcher.
8021         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8022         line number.
8023
8024 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8025
8026         * gdb.base/jump.c: Add eye-catchers.
8027         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8028         numbers.
8029
8030 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8031
8032         * gdb.base/execd-prog.c: Add eye-catchers.
8033         * gdb.base/foll-exec.c: Likewise.
8034         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8035         line numbers.
8036
8037 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8038
8039         * gdb.base/ending-run.c: Add eye-catchers.
8040         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8041         literal line numbers.
8042
8043 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8044
8045         * gdb.base/call-rt-st.c: Add eye-catchers.
8046         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8047         literal line numbers.
8048
8049 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8050
8051         * gdb.base/call-ar-st.c: Add eye-catchers.
8052         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8053         literal line numbers.
8054
8055 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8056
8057         * gdb.base/average.c: Add eye-catchers.
8058         * gdb.base/sum.c: Likewise.
8059         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8060         regexps dynamically.
8061
8062 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8063
8064         * gdb.base/solib1.c: Add eye-catchers.
8065         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8066         literal line numbers.
8067
8068 2014-11-12  Pedro Alves  <palves@redhat.com>
8069
8070         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8071         leader has exited.
8072
8073 2014-11-12  Pedro Alves  <palves@redhat.com>
8074
8075         * gdb.arch/i386-bp_permanent.c: New file.
8076         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8077         (srcfile): Set to i386-bp_permanent.c.
8078         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
8079         that stepi does not execute the 'leave' instruction, instead of
8080         testing it does execute.
8081         * gdb.base/bp-permanent.c: New file.
8082         * gdb.base/bp-permanent.exp: New file.
8083
8084 2014-11-10  Doug Evans  <xdje42@gmail.com>
8085
8086         PR symtab/17564
8087         * gdb.base/symtab-search-order.exp: New file.
8088         * gdb.base/symtab-search-order.c: New file.
8089         * gdb.base/symtab-search-order-1.c: New file.
8090         * gdb.base/symtab-search-order-shlib-1.c: New file.
8091
8092 2014-11-07  Pedro Alves  <palves@redhat.com>
8093
8094         PR gdb/17511
8095         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8096         i?86-*-linux*.
8097
8098 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
8099
8100         PR c++/17494
8101         * gdb.cp/pr17494.cc: New file.
8102         * gdb.cp/pr17494.exp: New file.
8103
8104 2014-11-02  Yao Qi  <yao@codesourcery.com>
8105
8106         * gdb.python/python.exp: Get working directory and match the
8107         output of "set extended-prompt \\w " with it.
8108
8109 2014-10-30  Doug Evans  <dje@google.com>
8110
8111         * gdb.python/py-objfile.exp: Add tests for setting random attributes
8112         in objfiles.
8113         * gdb.python/py-progspace.exp: Add tests for setting random attributes
8114         in progspaces.
8115
8116 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
8117
8118         * gdb.base/fullpath-expand.exp: Skip for a remote host.
8119         * gdb.base/realname-expand.exp: Likewise.
8120         * gdb.linespec/macro-relative.exp: Likewise.
8121
8122 2014-10-29  Pedro Alves  <palves@redhat.com>
8123
8124         PR gdb/17408
8125         * gdb.threads/schedlock.c (some_function): New function.
8126         (call_function): New global.
8127         (MAYBE_CALL_SOME_FUNCTION): New macro.
8128         (thread_function): Call it.
8129         * gdb.threads/schedlock.exp (get_args): Add description parameter,
8130         and use it instead of a global counter.  Adjust all callers.
8131         (get_current_thread): Use "find current thread" for test message
8132         here rather than having all callers pass down the same string.
8133         (goto_loop): New procedure, factored out from ...
8134         (my_continue): ... this.
8135         (step_ten_loops): Change parameter from test message to command to
8136         use.  Adjust.
8137         (list_count): Delete global.
8138         (check_result): New procedure, factored out from duplicate top
8139         level code.
8140         (continue tests): Wrap in with_test_prefix.
8141         (test_step): New procedure, factored out from duplicate top level
8142         code.
8143         (top level): Test "step" in combination with all scheduler-locking
8144         modes.  Test "next" in combination with all scheduler-locking
8145         modes, and in combination with stepping over a function call or
8146         not.
8147         * gdb.threads/next-bp-other-thread.c: New file.
8148         * gdb.threads/next-bp-other-thread.exp: New file.
8149
8150 2014-10-29  Pedro Alves  <palves@redhat.com>
8151
8152         PR python/17372
8153         * gdb.python/python.exp: Test a multi-line command that spawns
8154         interactive Python.
8155         * gdb.base/multi-line-starts-subshell.exp: New file.
8156
8157 2014-10-29  Yao Qi  <yao@codesourcery.com>
8158
8159         * gdb.base/fileio.exp: Make directories on host.
8160
8161 2014-10-29  Yao Qi  <yao@codesourcery.com>
8162
8163         * gdb.base/fileio.c (test_write): Close the file.
8164
8165 2014-10-28  Pedro Alves  <palves@redhat.com>
8166
8167         PR gdb/12623
8168         * gdb.base/sigstep.c (no_handler): New global.
8169         (main): If 'no_handler is true, set the signal handlers to
8170         SIG_IGN.
8171         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8172         with_sw_watch and no_handler parameters.  Handle them.
8173         (top level) <stepping over handler when stopped at a breakpoint
8174         test>: Add a test axis for testing with a software watchpoint, and
8175         another for testing with the signal handler set to SIG_IGN.
8176         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8177         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8178
8179 2014-10-28  Pedro Alves  <palves@redhat.com>
8180
8181         PR gdb/17511
8182         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8183         * gdb.base/sigstep.exp (other_handler_location): New global.
8184         (advance): Support stepping into the signal handler, and running
8185         commands while in the handler.
8186         (in_handler_map): New global.
8187         (top level): In the advance test, add combinations for getting
8188         into the handler with stepping commands, and for running commands
8189         in the handler.  Add comment descripting the advancei tests.
8190
8191 2014-10-28  Pedro Alves  <palves@redhat.com>
8192
8193         * gdb.base/sigstep.exp: Use build_executable instead of
8194         prepare_for_testing.
8195         (top level): Move code that starts GDB, runs to main and creates a
8196         display to ...
8197         (restart): ... this new procedure.
8198         (top level): Move backtrace from signal handler test to ...
8199         (validate_backtrace): ... this new procedure.
8200         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
8201         with_test_prefix.  Always restart GDB.
8202         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
8203         with_test_prefix.  Always restart GDB.  No need to delete
8204         breakpoints after the test.
8205         (test_skip_handler): Remove prefix parameter.
8206         (skip_over_handler, breakpoint_to_handler)
8207         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8208         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
8209         restart GDB.  No need to delete breakpoints after the test.
8210         (top level): Use foreach to call the test procedures with
8211         different commands.
8212
8213 2014-10-28  Pedro Alves  <palves@redhat.com>
8214
8215         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8216         instead of GNATS numbers.
8217         * gdb.base/sigbpt.exp: Likewise.
8218         * gdb.base/siginfo.exp: Likewise.
8219         * gdb.base/sigstep.exp: Likewise.
8220
8221 2014-10-27  Pedro Alves  <palves@redhat.com>
8222
8223         * gdb.base/sigstep.c (dummy): New global.
8224         (main): Issue a couple writes to the new global.
8225         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8226         procedures.
8227         (skip_over_handler): Use test_skip_handler.
8228         (top level): Call skip_over_handler for stepi and nexti too.
8229         (breakpoint_over_handler): Use test_skip_handler.
8230         (top level): Call breakpoint_over_handler for stepi and nexti too.
8231
8232 2014-10-27  Yao Qi  <yao@codesourcery.com>
8233
8234         * gdb.trace/tfile.c (adjust_function_address)
8235         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8236         function descriptor.
8237
8238 2014-10-24  Don Breazeal  <donb@codesourcery.com>
8239
8240         * gdb.base/foll-fork.exp (test_follow_fork,
8241         catch_fork_child_follow): Check for updated fork messages emitted
8242         from infrun.c.
8243         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8244         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8245         vfork_and_exec_child_follow_through_step): Check for updated vfork
8246         messages emitted from infrun.c.
8247
8248 2014-10-24  Pedro Alves  <palves@redhat.com>
8249
8250         * gdb.base/corefile.exp: Remove references to ultrix.
8251         * gdb.base/interrupt.exp: Likewise.
8252         * gdb.base/whatis.exp: Likewise.
8253         * gdb.gdb/selftest.exp: Likewise.
8254         * gdb.threads/manythreads.exp: Likewise.
8255         * gdb.threads/print-threads.exp: Likewise.
8256         * gdb.threads/pthreads.exp:: Likewise.
8257         * gdb.threads/schedlock.exp: Likewise.
8258
8259 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
8260
8261         * gdb.cp/non-trivial-retval.cc: Add a test case.
8262         * gdb.cp/non-trivial-retval.exp: Add a test.
8263
8264 2014-10-20  Yao Qi  <yao@codesourcery.com>
8265
8266         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8267         * gdb.python/py-objfile-script-gdb.py: New file.
8268         * gdb.python/py-objfile-script.exp: Update reference to
8269         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
8270         of remote_download.  Remove the dest file.
8271
8272 2014-10-20  Yao Qi  <yao@codesourcery.com>
8273
8274         * gdb.base/checkpoint.exp: Don't remove file copied on host.
8275         * gdb.base/step-line.exp: Likewise.
8276         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8277         * gdb.dwarf2/dw2-basic.exp: Likewise.
8278         * gdb.dwarf2/dw2-compressed.exp: Likewise.
8279         * gdb.dwarf2/dw2-filename.exp: Likewise.
8280         * gdb.dwarf2/dw2-intercu.exp: Likewise.
8281         * gdb.dwarf2/dw2-intermix.exp: Likewise.
8282         * gdb.dwarf2/dw2-producer.exp: Likewise.
8283         * gdb.dwarf2/mac-fileno.exp: Likewise.
8284         * gdb.python/py-frame-args.exp: Likewise.
8285         * gdb.python/py-framefilter.exp: Likewise.
8286         * gdb.python/py-mi.exp: Likewise.
8287         * gdb.python/py-objfile-script.exp: Likewise
8288         * gdb.python/py-pp-integral.exp: Likewise.
8289         * gdb.python/py-pp-re-notag.exp: Likewise.
8290         * gdb.python/py-prettyprint.exp: Likewise.
8291         * gdb.python/py-section-script.exp: Likewise.
8292         * gdb.python/py-typeprint.exp: Likewise.
8293         * gdb.python/py-xmethods.exp: Likewise.
8294         * gdb.stabs/weird.exp: Likewise.
8295         * gdb.xml/tdesc-regs.exp: Likewise.
8296
8297 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
8298
8299         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8300         (out_cu): Use addr_len for the size of addresses.
8301         (out_line): Likewise.  Size DW_LNE_set_address instruction
8302         according to addr_len.
8303         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8304         (FUNC): Add START_INSNS to definition.
8305
8306 2014-10-18  Yao Qi  <yao@codesourcery.com>
8307
8308         * gdb.base/argv0-symlink.exp: Check argv[0] value if
8309         gdb_has_argv0 return true.
8310         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8311         check [target_info exists noargs], check [gdb_has_argv0]
8312         instead.
8313         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8314         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8315         procedures.
8316
8317 2014-10-17  Doug Evans  <dje@google.com>
8318
8319         * gdb.python/py-events.exp: Update expected output for clear_objfiles
8320         event.
8321         * gdb.python/py-events.py: Add clear_objfiles event.
8322
8323 2014-10-17  Doug Evans  <dje@google.com>
8324
8325         * gdb.python/py-objfile.exp: Test progspace attribute.
8326
8327 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
8328
8329         * gdb.guile/scm-breakpoint.exp: Do not assume any
8330         directory separators when matching source file paths.
8331         * gdb.python/py-breakpoint.exp: Likewise.
8332         * gdb.reverse/break-precsave.exp: Likewise.
8333         * gdb.reverse/break-reverse.exp: Likewise.
8334         * gdb.reverse/consecutive-precsave.exp: Likewise.
8335         * gdb.reverse/finish-precsave.exp: Likewise.
8336         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8337         * gdb.reverse/finish-reverse.exp: Likewise.
8338         * gdb.reverse/i386-precsave.exp: Likewise.
8339         * gdb.reverse/i387-env-reverse.exp: Likewise.
8340         * gdb.reverse/i387-stack-reverse.exp: Likewise.
8341         * gdb.reverse/machinestate-precsave.exp: Likewise.
8342         * gdb.reverse/machinestate.exp: Likewise.
8343         * gdb.reverse/sigall-precsave.exp: Likewise.
8344         * gdb.reverse/solib-precsave.exp: Likewise.
8345         * gdb.reverse/step-precsave.exp: Likewise.
8346         * gdb.reverse/until-precsave.exp: Likewise.
8347         * gdb.reverse/watch-precsave.exp: Likewise.
8348         * gdb.reverse/watch-reverse.exp: Likewise.
8349
8350 2014-10-17  Yao Qi  <yao@codesourcery.com>
8351
8352         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8353         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8354
8355 2014-10-17  Pedro Alves  <palves@redhat.com>
8356
8357         PR gdb/17471
8358         * gdb.base/bg-execution-repeat.c: New file.
8359         * gdb.base/bg-execution-repeat.exp: New file.
8360
8361 2014-10-17  Pedro Alves  <palves@redhat.com>
8362
8363         PR gdb/17300
8364         * gdb.base/continue-all-already-running.c: New file.
8365         * gdb.base/continue-all-already-running.exp: New file.
8366
8367 2014-10-17  Pedro Alves  <palves@redhat.com>
8368
8369         PR gdb/17472
8370         * gdb.base/annota-input-while-running.c: New file.
8371         * gdb.base/annota-input-while-running.exp: New file.
8372
8373 2014-10-17  Pedro Alves  <palves@redhat.com>
8374
8375         * gdb.base/callfuncs.exp: emove references to osf.
8376         * gdb.base/sigall.exp: Likewise.
8377         * gdb.gdb/selftest.exp: Likewise.
8378         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8379         * gdb.mi/non-stop.c: Likewise.
8380         * gdb.mi/pthreads.c: Likewise.
8381         * gdb.reverse/sigall-precsave.exp: Likewise.
8382         * gdb.reverse/sigall-reverse.exp: Likewise.
8383         * gdb.threads/pthreads.c: Likewise.
8384         * gdb.threads/pthreads.exp: Likewise.
8385
8386 2014-10-17  Yao Qi  <yao@codesourcery.com>
8387
8388         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8389         check 'target_info exists noargs'.
8390         (test_command_prompt_position): Likewise.
8391         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8392         Remove "set args".
8393         (progvar_simple_while_test): Likewise.
8394         (progvar_complex_if_while_test): Likewise.
8395         (if_while_breakpoint_command_test): Likewise.
8396         (infrun_breakpoint_command_test): Likewise.
8397         (breakpoint_command_test): Likewise.
8398         (watchpoint_command_test): Likewise.
8399         (bp_deleted_in_command_test): Likewise.
8400         (temporary_breakpoint_commands): Likewise.
8401
8402 2014-10-16  Yao Qi  <yao@codesourcery.com>
8403
8404         * gdb.base/remotetimeout.exp: Remove noargs checking.
8405
8406 2014-10-15  Pedro Alves  <palves@redhat.com>
8407
8408         PR breakpoints/9649
8409         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8410         * gdb.base/breakpoint-in-ro-region.exp
8411         (probe_target_hardware_step): New procedure.
8412         (top level): Probe hardware stepping and hardware breakpoint
8413         support.  Test stepping through a read-only region, with both
8414         "breakpoint auto-hw" on and off and both "always-inserted" on and
8415         off.
8416
8417 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
8418
8419         * gdb.dlang/demangle.exp: Update for demangling changes.
8420
8421 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8422
8423         * gdb.cp/non-trivial-retval.cc: Add new test cases.
8424         * gdb.cp/non-trivial-retval.exp: Add new tests.
8425
8426 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
8427
8428         PR c++/13403
8429         PR c++/15154
8430         * gdb.cp/non-trivial-retval.cc: New file.
8431         * gdb.cp/non-trivial-retval.exp: New file.
8432
8433 2014-10-15  Yao Qi  <yao@codesourcery.com>
8434
8435         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8436         remote host.
8437
8438 2014-10-15  Yao Qi  <yao@codesourcery.com>
8439
8440         * gdb.python/py-symbol.exp: Match file base name if host is
8441         remote, otherwise match file name with dir name.
8442         * gdb.python/py-symtab.exp: Likewise.
8443         * gdb.python/python.exp: Likewise.
8444
8445 2014-10-15  Yao Qi  <yao@codesourcery.com>
8446
8447         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8448         pattern.
8449         * gdb.python/py-symtab.exp: Likewise.
8450         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
8451         locationn.
8452
8453 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
8454
8455         * gdb.ada/addr_arith: New testcase.
8456
8457 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
8458
8459         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8460         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8461         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8462         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8463
8464 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
8465
8466         * gdb.arch/stap-eval-lang-ada.S: Likewise.
8467         * gdb.arch/stap-eval-lang-ada.c: Likewise.
8468         * gdb.arch/stap-eval-lang-ada.exp: New file.
8469
8470 2014-10-14  Yao Qi  <yao@codesourcery.com>
8471
8472         * gdb.mi/mi-var-child.c (nothing1): New function.
8473         (nothing2): New function.
8474         (do_children_tests): Set function pointers by nothing1 and
8475         nothing2.
8476         * gdb.mi/mi-var-child.exp: Step over new added statements.
8477         Update test to match the new output.
8478         * gdb.mi/var-cmd.c (nothing1): New function.
8479         (nothing2): New function.
8480         (do_children_tests): Set function pointers by  nothing1 and
8481         nothing2.
8482         * gdb.mi/mi-var-display.exp: Update test to match output.
8483         Step to the line specified by $line_dct_nothing.
8484         Increase the number of lines to step.
8485
8486 2014-10-14  Yao Qi  <yao@codesourcery.com>
8487
8488         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8489         tests.
8490         * gdb.mi/mi2-var-child.exp: Likewise.
8491
8492 2014-10-13  Doug Evans  <dje@google.com>
8493
8494         * gdb.python/py-objfile.exp: Change name of file name test.
8495
8496 2014-10-13  Doug Evans  <dje@google.com>
8497
8498         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8499         from the start of the CU.
8500
8501 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8502             Yao Qi  <yao@codesourcery.com>
8503
8504         Fix "save breakpoints" for "catch" command.
8505         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8506         Remove -nonewline.  Match also the added "main" line.
8507
8508 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8509
8510         Fix "save breakpoints" for "disable $bpnum" command.
8511         * gdb.base/save-bp.c (main): Add label.
8512         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
8513
8514 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8515
8516         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8517
8518 2014-10-11  Yao Qi  <yao@codesourcery.com>
8519
8520         * gdb.server/server-kill.exp: Execute command
8521         "set remote trace-status-packet on" before "tstatus".
8522
8523 2014-10-11  Yao Qi  <yao@codesourcery.com>
8524
8525         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8526         (main): Call getppid.
8527         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8528         and continue to it.  Read variable "server_pid".
8529
8530 2014-10-11  Yao Qi  <yao@codesourcery.com>
8531
8532         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8533
8534 2014-10-11  Yao Qi  <yao@codesourcery.com>
8535
8536         * gdb.threads/thread-find.exp: Don't execute command
8537         "info threads".
8538         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8539         * gdb.threads/linux-dp.exp: Don't check the condition
8540         $threads_created equals to zero.
8541
8542 2014-10-10  Pedro Alves  <palves@redhat.com>
8543
8544         * gdb.base/bigcore.exp: Remove references to IRIX.
8545         * gdb.base/funcargs.exp: Likewise.
8546         * gdb.base/interrupt.exp: Likewise.
8547         * gdb.base/mips_pro.exp: Likewise.
8548         * gdb.base/nodebug.exp: Likewise.
8549         * gdb.base/setvar.exp: Likewise.
8550         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8551
8552 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8553             Pedro Alves  <palves@redhat.com>
8554
8555         PR symtab/14466
8556         * gdb.base/vdso-warning.c: New file.
8557         * gdb.base/vdso-warning.exp: New file.
8558
8559 2014-10-02  Doug Evans  <dje@google.com>
8560
8561         * gdb.base/structs.c (main): Don't run forever.
8562
8563 2014-10-02  Pedro Alves  <palves@redhat.com>
8564
8565         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8566         (top level) <stop threads 1, stop threads 2>: Use it.
8567
8568 2014-10-02  Pedro Alves  <palves@redhat.com>
8569
8570         * gdb.threads/break-while-running.exp (test): Add new
8571         'update_thread_list' argument.  Skip "info threads" if false.
8572         (top level): Add new 'update_thread_list' axis.
8573
8574 2014-10-02  Pedro Alves  <palves@redhat.com>
8575
8576         PR breakpoints/17431
8577         * gdb.base/execl-update-breakpoints.c: New file.
8578         * gdb.base/execl-update-breakpoints.exp: New file.
8579
8580 2014-10-01  Pedro Alves  <palves@redhat.com>
8581
8582         * gdb.base/breakpoint-in-ro-region.c: New file.
8583         * gdb.base/breakpoint-in-ro-region.exp: New file.
8584
8585 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
8586
8587         * gdb.mi/mi-exit-code.exp: New file.
8588         * gdb.mi/mi-exit-code.c: New file.
8589
8590 2014-09-30  Yao Qi  <yao@codesourcery.com>
8591
8592         * lib/prelink-support.exp (build_executable_own_libs): Error if
8593         the target isn't native.
8594
8595 2014-09-30  Yao Qi  <yao@codesourcery.com>
8596
8597         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8598         false.
8599
8600 2014-09-22  Pedro Alves  <palves@redhat.com>
8601
8602         * gdb.threads/break-while-running.exp: New file.
8603         * gdb.threads/break-while-running.c: New file.
8604
8605 2014-09-19  Yao Qi  <yao@codesourcery.com>
8606
8607         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8608         Invoke test.  Restart GDB with --readnow and invoke test again.
8609
8610 2014-09-19  Yao Qi  <yao@codesourcery.com>
8611
8612         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8613         proc set_breakpoint_on_gcd_function.  Invoke
8614         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
8615         invoke set_breakpoint_on_gcd_function again.
8616
8617 2014-09-18  Doug Evans  <dje@google.com>
8618
8619         * gdb.dwarf2/symtab-producer.exp: New file.
8620
8621 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8622
8623         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8624         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8625         * gdb.base/global-var-nested-by-dso.c: Likewise.
8626         * gdb.base/global-var-nested-by-dso.exp: Likewise.
8627
8628 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
8629             Pedro Alves  <palves@redhat.com>
8630
8631         * gdb.base/watch-bitfields.exp: Pass string other than test file
8632         name to prepare_for_testing.
8633         (watch): New procedure.
8634         (expect_watchpoint): Use with_test_prefix.
8635         (top level): Factor out tests to ...
8636         (test_watch_location, test_regular_watch): ... these new
8637         procedures, and use with_test_prefix and gdb_continue_to_end.
8638
8639 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
8640
8641         PR breakpoints/12526
8642         * gdb.base/watch-bitfields.exp: New file.
8643         * gdb.base/watch-bitfields.c: New file.
8644
8645 2014-09-16  Pedro Alves  <palves@redhat.com>
8646
8647         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8648         software and hardware addresses, not software address against
8649         itself.
8650
8651 2014-09-16  Pedro Alves  <palves@redhat.com>
8652
8653         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8654         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8655
8656 2014-09-16  Pedro Alves  <palves@redhat.com>
8657
8658         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8659         files.
8660         * gdb.base/a2-run.exp: Remove all code guarded by istarget
8661         "*-*-vxworks*" throughout.
8662         * gdb.base/break.exp: Likewise.
8663         * gdb.base/default.exp: Likewise.
8664         * gdb.base/scope.exp: Likewise.
8665         * gdb.base/sepdebug.exp: Likewise.
8666         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8667         throughout.
8668         * gdb.base/run.c: Likewise.
8669         * gdb.base/sepdebug.c: Likewise.
8670         * gdb.hp/gdb.aCC/run.c: Likewise.
8671         * gdb.reverse/until-reverse.c: Likewise.
8672         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8673
8674 2014-09-16  Yao Qi  <yao@codesourcery.com>
8675
8676         * boards/local-remote-host-native.exp: New file.
8677
8678 2014-09-14  Doug Evans  <xdje42@gmail.com>
8679
8680         * gdb.threads/queue-signal.c (thread_count): New variable.
8681         (thread_count_mutex, thread_count_condvar): New variables.
8682         (incr_thread_count, wait_all_threads_running): New functions.
8683         (main): Wait for all threads to be in their thread functions.
8684
8685 2014-09-13  Doug Evans  <xdje42@gmail.com>
8686
8687         * gdb.threads/queue-signal.c: New file.
8688         * gdb.threads/queue-signal.exp: New file.
8689
8690 2014-09-13  Doug Evans  <xdje42@gmail.com>
8691
8692         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8693         be consistent with what default_gdb_init uses.
8694         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8695         the plain text of the prompt.  Add some logging printfs.
8696         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8697
8698 2014-09-12  Pedro Alves  <palves@redhat.com>
8699
8700         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8701         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8702         * gdb.arch/i386-size-overlap.exp: Likewise.
8703         * gdb.arch/i386-size.exp: Likewise.
8704         * gdb.arch/i386-unwind.exp: Likewise.
8705         * gdb.base/a2-run.exp: Likewise.
8706         * gdb.base/break.exp: Likewise.
8707         * gdb.base/charset.exp: Likewise.
8708         * gdb.base/chng-syms.exp: Likewise.
8709         * gdb.base/commands.exp: Likewise.
8710         * gdb.base/dbx.exp: Likewise.
8711         * gdb.base/find.exp: Likewise.
8712         * gdb.base/funcargs.exp: Likewise.
8713         * gdb.base/jit-simple.exp: Likewise.
8714         * gdb.base/reread.exp: Likewise.
8715         * gdb.base/sepdebug.exp: Likewise.
8716         * gdb.base/step-bt.exp: Likewise.
8717         * gdb.cp/mb-inline.exp: Likewise.
8718         * gdb.cp/mb-templates.exp: Likewise.
8719         * gdb.objc/basicclass.exp: Likewise.
8720         * gdb.threads/killed.exp: Likewise.
8721
8722 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
8723
8724         PR tdep/17379
8725         * gdb.arch/powerpc-stackless.S: New file.
8726         * gdb.arch/powerpc-stackless.exp: New file.
8727
8728 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8729
8730         * gdb.base/attach.c: Include unistd.h.
8731         (main): Call alarm.  Add label postloop.
8732         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8733         gdb_breakpoint, gdb_continue_to_breakpoint.
8734         (test_command_line_attach_run): Kill ${testpid} in one exit path.
8735
8736 2014-09-11  Pedro Alves  <palves@redhat.com>
8737
8738         PR gdb/17347
8739         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8740         * gdb.base/attach.exp (test_command_line_attach_run): New
8741         procedure.
8742         (top level): Call it.
8743
8744 2014-09-11  Pedro Alves  <palves@redhat.com>
8745
8746         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8747         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8748         (do_command_attach_tests): Use spawn_wait_for_attach.
8749         * gdb.base/solib-overlap.exp: Likewise.
8750         * gdb.multi/multi-attach.exp: Likewise.
8751         * gdb.python/py-prompt.exp: Likewise.
8752         * gdb.python/py-sync-interp.exp: Likewise.
8753         * gdb.server/ext-attach.exp: Likewise.
8754
8755 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8756
8757         * gdb.fortran/array-element.exp: Remove unexpected "continue"
8758         command in testcase.  Simplify testcase.
8759
8760 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8761
8762         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8763
8764 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8765
8766         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8767
8768 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8769
8770         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8771
8772 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
8773
8774         * gdb.dwarf2/dynarr-ptr.c: New file.
8775         * gdb.dwarf2/dynarr-ptr.exp: New file.
8776
8777 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
8778
8779         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8780         of 30 rather than hardcoding 120 for a slow test case.  Take the
8781         `gdb,timeout' target setting into account for this calculation.
8782         Don't extend the timeout for the test cases that don't need it.
8783
8784 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
8785
8786         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8787         a factor of 2 for a slow test case.  Take the `gdb,timeout'
8788         target setting into account for this calculation.
8789         * gdb.reverse/until-precsave.exp: Increase the timeout by
8790         a factor of 15 and 3 respectively rather than adding 120
8791         for a pair of slow test cases.  Take the `gdb,timeout'
8792         target setting into account for this calculation.
8793
8794 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
8795
8796         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8797         timeout, don't pass one down to gdb_expect.
8798         (gdb_expect): Rework timeout selection.
8799
8800 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
8801
8802         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8803         exception on timeout.
8804         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8805         (gdbserver_start_extended): Catch any `gdbserver_start' error
8806         exceptions.
8807         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8808         * lib/mi-support.exp (mi_gdb_target_load): Catch any
8809         `gdbserver_gdb_load' error exceptions.
8810
8811 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
8812
8813         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8814         120 on waiting for the TCP socket to open.
8815
8816 2014-09-09  Doug Evans  <xdje42@gmail.com>
8817
8818         * gdb.base/default.exp (show_conv_list): Add _caller_is,
8819         _caller_matches, _any_caller_is, _any_caller_matches.
8820
8821 2014-09-09  Doug Evans  <xdje42@gmail.com>
8822
8823         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8824
8825 2014-09-09  Yao Qi  <yao@codesourcery.com>
8826
8827         * gdb.mi/mi-var-display.exp: Set print symbol off.
8828
8829 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
8830
8831         PR gdb/17035
8832         * gdb.base/commands.exp: Add tests to verify user-defined
8833         commands with empty bodies.
8834         * gdb.python/py-cmd.exp: Test that we don't show user-defined
8835         python commands in `show user command`.
8836         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8837         scheme commands in `show user command`.
8838
8839 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
8840
8841         PR python/17355
8842         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8843         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8844         * gdb.python/py-framefilter-invalidarg.exp: New file.
8845         * gdb.python/py-framefilter-invalidarg.py: New file.
8846
8847 2014-09-06  Doug Evans  <xdje42@gmail.com>
8848
8849         PR 15276
8850         * gdb.python/py-caller-is.c: New file.
8851         * gdb.python/py-caller-is.exp: New file.
8852
8853 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
8854
8855         PR gdb/17235
8856         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8857         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8858
8859 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
8860
8861         PR fortran/17237
8862         * gdb.fortran/print-formatted.exp: New file.
8863         * gdb.fortran/print-formatted.f90: Likewise.
8864
8865 2014-09-03  Sasha Smundak  <asmundak@google.com>
8866
8867         * gdb.python/py-frame.exp: Test Frame.read_register.
8868
8869 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
8870
8871         PR python/16699
8872         * gdb.python/py-completion.exp: New file.
8873         * gdb.python/py-completion.py: Likewise.
8874
8875 2014-08-28  Doug Evans  <dje@google.com>
8876
8877         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8878         eax,etc. are live with values set by gdb and thus the compiler can't
8879         use them.
8880         * gdb.arch/i386-pseudo.c (main): Ditto.
8881
8882 2014-08-27  Doug Evans  <dje@google.com>
8883
8884         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8885
8886 2014-08-25  Doug Evans  <dje@google.com>
8887
8888         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8889         (main): Ditto.
8890
8891 2014-08-25  Doug Evans  <dje@google.com>
8892
8893         * gdb.threads/thread-execl.exp: #include <stdio.h>.
8894
8895 2014-08-24  Yao Qi  <yao@codesourcery.com>
8896
8897         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8898         symbol off.
8899         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8900
8901 2014-08-22  Doug Evans  <dje@google.com>
8902
8903         PR 17276
8904         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8905         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8906         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8907
8908 2014-08-22  Yao Qi  <yao@codesourcery.com>
8909
8910         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8911         * gdb.python/py-finish-breakpoint2.exp: Likewise.
8912         * gdb.python/python.exp: Likewise.  Use .py file on the host
8913         instead of the build.
8914
8915 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8916
8917         * gdb.threads/gcore-stale-thread.c: New file.
8918         * gdb.threads/gcore-stale-thread.exp: New file.
8919
8920 2014-08-21  Pedro Alves  <palves@redhat.com>
8921
8922         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8923         * gdb.base/gcore-relro-pie.exp: Likewise.
8924         * gdb.base/gcore-relro.exp: Likewise.
8925         * gdb.base/gcore.exp: Likewise.
8926         * gdb.base/print-symbol-loading.exp: Likewise.
8927         * gdb.threads/gcore-thread.exp: Likewise.
8928         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8929
8930 2014-08-20  Pedro Alves  <palves@redhat.com>
8931             Jan Kratochvil  <jan.kratochvil@redhat.com>
8932
8933         * Makefile.in (EXTRA_RULES, CC): New variables, get from
8934         configure.
8935         (EXPECT): Handle READ1 being set.
8936         (all): Depend on EXTRA_RULES.
8937         (check-read1, expect-read1, read1.so, read1): New rules.
8938         * README (Testsuite Parameters): Document the READ1 make variable.
8939         (Race detection): New section.
8940         * configure: Regenerate.
8941         * configure.ac: If build==host==target, and running under a
8942         GNU/glibc system, add read1 to the extra Makefile rules.
8943         (EXTRA_RULES): AC_SUBST it.
8944         * lib/read1.c: New file.
8945
8946 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
8947
8948         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
8949         the handling of variables declared as a typedef to an array
8950         which a DW_AT_data_location attribute.
8951
8952 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
8953             Pedro Alves  <palves@redhat.com>
8954
8955         PR symtab/14604
8956         PR symtab/14605
8957         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
8958         gdb_test.
8959
8960 2014-08-19  Pedro Alves  <palves@redhat.com>
8961
8962         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
8963
8964 2014-08-19  Yao Qi  <yao@codesourcery.com>
8965
8966         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
8967         right line.
8968
8969 2014-08-18  David Blaikie  <dblaikie@gmail.com>
8970
8971         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
8972
8973 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
8974
8975         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
8976         attribute in array range.
8977
8978 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
8979
8980         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
8981
8982 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
8983
8984         PR c++/17132
8985         * gdb.cp/pr17132.cc: New file.
8986         * gdb.cp/pr17132.exp: New file.
8987
8988 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
8989
8990         * gdb.python/py-xmethods.py (A_getarrayind)
8991         (E_method_char_worker.__call__, E_method_int_worker.__call__):
8992         Use 'print' with function call syntax.
8993         (E_method_matcher.match): Fix tab vs space indentation mixup.
8994
8995 2014-08-15  Yao Qi  <yao@codesourcery.com>
8996
8997         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
8998         false.
8999
9000 2014-08-15  Yao Qi  <yao@codesourcery.com>
9001
9002         * gdb.cp/casts.exp: Set print symbol off.
9003         * gdb.cp/class2.exp: Likewise.
9004         * gdb.cp/overload.exp: Likewise.
9005         * gdb.cp/templates.exp: Likewise.
9006
9007 2014-08-11  Doug Evans  <dje@google.com>
9008
9009         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9010         (test_load_shlib): Update.
9011
9012 2014-08-09  Yao Qi  <yao@codesourcery.com>
9013
9014         * gdb.base/display.exp: Invoke is_address_zero_readable.
9015         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9016         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9017         * gdb.base/hbreak-unmapped.exp: Return if
9018         is_address_zero_readable returns true.
9019         * gdb.base/signest.exp: Likewise.
9020         * gdb.base/signull.exp: Likewise.
9021         * gdb.base/sigbpt.exp: Likewise.
9022         * gdb.guile/scm-disasm.exp: Do the test if
9023         is_address_zero_readable returns false.
9024         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9025         * gdb.python/py-arch.exp: Likewise.
9026         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9027         * lib/gdb.exp (is_address_zero_readable): New proc.
9028
9029 2014-08-09  Yao Qi  <yao@codesourcery.com>
9030
9031         PR testsuite/13443
9032         * gdb.mi/mi-var-display.exp: Make test messages unique.
9033
9034 2014-08-04  Tom Tromey  <tromey@redhat.com>
9035
9036         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9037         target 0".
9038
9039 2014-08-04  Tom Tromey  <tromey@redhat.com>
9040
9041         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9042         "target_resume".
9043
9044 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
9045
9046         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9047         inner_vla_struct_object_size.
9048         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9049         as xfail.
9050
9051 2014-07-30  Pedro Alves  <palves@redhat.com>
9052
9053         * gdb.threads/signal-command-handle-nopass.exp (test): Add
9054         comment.
9055
9056 2014-07-29  Yao Qi  <yao@codesourcery.com>
9057
9058         PR gdb/17206
9059         * gdb.base/until-nodebug.exp: New.
9060
9061 2014-07-28  Doug Evans  <xdje42@gmail.com>
9062
9063         PR guile/17203
9064         * gdb.guile/scm-parameter.exp: Add tests for trying to create
9065         previously existing parameter, and previously ambiguously spelled
9066         parameter.
9067
9068 2014-07-28  Will Newton  <will.newton@linaro.org>
9069
9070         * gdb.base/varargs.exp: Remove KFAILs for ARM.
9071
9072 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
9073             Doug Evans  <xdje42@gmail.com>
9074
9075         PR guile/17146
9076         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9077
9078 2014-07-25  Pedro Alves  <palves@redhat.com>
9079
9080         * gdb.threads/signal-command-handle-nopass.c: New file.
9081         * gdb.threads/signal-command-handle-nopass.exp: New file.
9082         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9083         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9084         * gdb.threads/signal-delivered-right-thread.c: New file.
9085         * gdb.threads/signal-delivered-right-thread.exp: New file.
9086
9087 2014-07-25  Pedro Alves  <palves@redhat.com>
9088
9089         * gdb.base/double-prompt-target-event-error.exp
9090         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9091         match.
9092         (cancel_pagination_in_target_event): Rework double prompt
9093         detection.
9094         * gdb.base/paginate-after-ctrl-c-running.exp
9095         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9096         <return>' match.
9097         * gdb.base/paginate-bg-execution.exp
9098         (test_bg_execution_pagination_return)
9099         (test_bg_execution_pagination_cancel): Remove '-notransfer
9100         <return>' matches.
9101         * gdb.base/paginate-execution-startup.exp
9102         (test_fg_execution_pagination_return)
9103         (test_fg_execution_pagination_cancel): Remove '-notransfer
9104         <return>' matches.
9105         * gdb.base/paginate-inferior-exit.exp
9106         (test_paginate_inferior_exited): Remove '-notransfer <return>'
9107         match.
9108         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9109         * lib/gdb.exp (pagination_prompt): Run text through
9110         string_to_regexp.
9111         (gdb_test_multiple): Match $pagination_prompt instead of
9112         "<return>".
9113         (string_to_regexp): Move to lib/gdb-utils.exp.
9114
9115 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
9116
9117         * gdb.arch/amd64-entry-value-paramref.S: New file.
9118         * gdb.arch/amd64-entry-value-paramref.cc: New file.
9119         * gdb.arch/amd64-entry-value-paramref.exp: New file.
9120         * gdb.arch/amd64-optimout-repeat.S: New file.
9121         * gdb.arch/amd64-optimout-repeat.c: New file.
9122         * gdb.arch/amd64-optimout-repeat.exp: New file.
9123
9124 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9125
9126         PR gdb/17170
9127         * gdb.base/statistics.exp: New file.
9128
9129 2014-07-17  Doug Evans  <dje@google.com>
9130
9131         PR gdb/17170
9132         * gdb.base/maint.exp: Update testing of per-command stats.
9133
9134 2014-07-16  Pedro Alves  <palves@redhat.com>
9135
9136         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9137         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9138         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9139         (tfile_write_buf): New functions.
9140         (add_memory_block): Rewrite using the above.
9141         (adjust_function_address): New function.
9142         (FUNCTION_ADDRESS): New macro.
9143         (write_basic_trace_file): Remove short_x local, and use
9144         tfile_write_16. Change type of func_addr local to unsigned long
9145         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
9146         here.  Cast argument of add_memory_block to char pointer.
9147         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
9148         (main): Remove parameters.
9149         * gdb.trace/tfile.exp: Remove nowarnings.
9150
9151 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
9152
9153         * gdb.base/debug-expr.exp: Test string evaluation with
9154         "debug expression" on.
9155
9156 2014-07-15  Pedro Alves  <palves@redhat.com>
9157
9158         * gdb.base/reread.exp: Use clean_restart.
9159
9160 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
9161
9162         * gdb.arch/avr-flash-qualifer.c: New.
9163         * gdb.arch/avr-flash-qualifer.exp: New.
9164
9165 2014-07-14  Pedro Alves  <palves@redhat.com>
9166
9167         * gdb.base/paginate-after-ctrl-c-running.c: New file.
9168         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9169
9170 2014-07-14  Pedro Alves  <palves@redhat.com>
9171
9172         * gdb.base/double-prompt-target-event-error.c: New file.
9173         * gdb.base/double-prompt-target-event-error.exp: New file.
9174
9175 2014-07-14  Pedro Alves  <palves@redhat.com>
9176
9177         PR gdb/17072
9178         * gdb.base/paginate-inferior-exit.c: New file.
9179         * gdb.base/paginate-inferior-exit.exp: New file.
9180
9181 2014-07-14  Pedro Alves  <palves@redhat.com>
9182
9183         PR gdb/17072
9184         * gdb.base/paginate-bg-execution.c: New file.
9185         * gdb.base/paginate-bg-execution.exp: New file.
9186
9187 2014-07-14  Pedro Alves  <palves@redhat.com>
9188
9189         PR gdb/17072
9190         * gdb.base/paginate-execution-startup.c: New file.
9191         * gdb.base/paginate-execution-startup.exp: New file.
9192         * lib/gdb.exp (pagination_prompt): New global.
9193         (default_gdb_spawn): New procedure, factored out from
9194         default_gdb_spawn.
9195         (default_gdb_start): Adjust to call default_gdb_spawn.
9196         (gdb_spawn): New procedure.
9197
9198 2014-07-14  Pedro Alves  <palves@redhat.com>
9199
9200         * lib/gdb.exp (gdb_assert): New procedure.
9201         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9202
9203 2014-07-14  Pedro Alves  <palves@redhat.com>
9204
9205         * gdb.base/execution-termios.c: New file.
9206         * gdb.base/execution-termios.exp: New file.
9207
9208 2014-07-14  Tom Tromey  <tromey@redhat.com>
9209
9210         * gdb.cp/vla-cxx.cc: New file.
9211         * gdb.cp/vla-cxx.exp: New file.
9212
9213 2014-07-14  Tom Tromey  <tromey@redhat.com>
9214
9215         * gdb.reverse/rerun-prec.c: New file.
9216         * gdb.reverse/rerun-prec.exp: New file.
9217
9218 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
9219             Maciej W. Rozycki  <macro@codesourcery.com>
9220
9221         * lib/gdb-utils.exp: New file.
9222         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9223         inline `gdb_init_command' processing.
9224         (gdb_start_cmd): Likewise.
9225         * lib/mi-support.exp (mi_run_cmd): Likewise.
9226         * README: Document `gdb_init_command' and `gdb_init_commands'.
9227
9228 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9229
9230         Fix false FAIL running under a very long directory name.
9231         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9232         and "set print elements 10000".  Twice.
9233
9234 2014-07-11  Yao Qi  <yao@codesourcery.com>
9235
9236         * gdb.base/exprs.exp: "set print symbol off".
9237
9238 2014-07-11  Pedro Alves  <palves@redhat.com>
9239
9240         * gdb.threads/kill.c: New file.
9241         * gdb.threads/kill.exp: New file.
9242
9243 2014-07-10  Yao Qi  <yao@codesourcery.com>
9244
9245         * gdb.trace/tfile.c (write_basic_trace_file)
9246         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9247         address written to trace file.
9248
9249 2014-07-09  Pedro Alves  <palves@redhat.com>
9250
9251         * gdb.base/attach-wait-input.exp: New file.
9252         * gdb.base/attach-wait-input.c: New file.
9253
9254 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
9255
9256         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9257         setting up test structures.
9258         (main): Call new test function.
9259         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9260         test function, continue into test function and walk test
9261         structures.
9262
9263 2014-07-02  Yao Qi  <yao@codesourcery.com>
9264
9265         * gdb.trace/entry-values.c: Define labels 'foo_start' and
9266         'bar_start' at the beginning of functions 'foo' and 'bar'
9267         respectively.
9268         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9269         instead of 'foo' and 'bar'.
9270
9271 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
9272
9273         * gdb.btrace/segv.exp: New.
9274         * gdb.btrace/segv.c: New.
9275
9276 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
9277
9278         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9279         instruction.
9280
9281 2014-06-30  Mark Wielaard  <mjw@redhat.com>
9282
9283         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9284         vulture, vilify, villar): New volatile array constants.
9285         (vindictive, vegetation): New const volatile array constants.
9286         * gdb.base/volatile.exp: Test volatile and const volatile array
9287         types.
9288
9289 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9290
9291         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9292         target lacks support for awatch, rwatch, or hbreak.
9293
9294 2014-06-27  Yao Qi  <yao@codesourcery.com>
9295
9296         * gdb.multi/dummy-frame-restore.exp: New.
9297         * gdb.multi/dummy-frame-restore.c: New.
9298
9299 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
9300
9301         * gdb.btrace/gcore.exp: New.
9302
9303 2014-06-23  Pedro Alves  <palves@redhat.com>
9304
9305         * gdb.base/watchpoint-reuse-slot.c: New file.
9306         * gdb.base/watchpoint-reuse-slot.exp: New file.
9307
9308 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
9309
9310         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9311         progspace's filename in 'info', 'enable' and 'disable' command
9312         tests.
9313
9314 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9315
9316         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9317         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9318         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9319
9320 2014-06-20  Gary Benson  <gbenson@redhat.com>
9321
9322         * gdb.arch/i386-avx.exp: Fix include file location.
9323         * gdb.arch/i386-sse.exp: Likewise.
9324
9325 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
9326
9327         * gdb.dlang/expression.exp: New file.
9328
9329 2014-06-19  Pedro Alves  <palves@redhat.com>
9330
9331         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9332         out from ...
9333         (top level): ... here.  Iterate running tests under different
9334         scheduler-locking settings.
9335
9336 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
9337
9338         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9339         to DW_FORM_addr and use non-zero addresses.
9340
9341 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
9342
9343         PR gdb/17017
9344         * gdb.python/py-xmethods.cc: Add global function call counters and
9345         increment them in their respective functions.  Remove "cout"
9346         statements.
9347         * gdb.python/py-xmethods.exp: Make tests check the global function
9348         call counters instead of depending on inferior IO.
9349
9350 2014-06-18  Don Breazeal  <donb@codesourcery.com>
9351
9352         * gdb.base/foll-fork.exp (default_fork_parent_follow):
9353         Deleted procedure.
9354         (explicit_fork_parent_follow): Deleted procedure.
9355         (explicit_fork_child_follow): Deleted procedure.
9356         (test_follow_fork): New procedure.
9357         (do_fork_tests): Replace calls to deleted procedures with
9358         calls to test_follow_fork and reset GDB for subsequent
9359         procedure calls.
9360
9361 2014-06-17  Yao Qi  <yao@codesourcery.com>
9362
9363         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9364         CP1252.
9365
9366 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
9367
9368         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9369         Initialize ptr and S explicitly.
9370         (skip_type_update_when_not_use_rtti_test): Likewise.
9371
9372 2014-06-16  Keith Seitz  <keiths@redhat.com>
9373
9374         PR mi/15863
9375         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9376         the inferior is started.
9377
9378 2014-06-16  Pedro Alves  <palves@redhat.com>
9379
9380         * gdb.base/break-main-file-remove-fail.c: New file.
9381         * gdb.base/break-main-file-remove-fail.exp: New file.
9382         * gdb.base/break-unload-file.exp: Use build_executable instead of
9383         prepare_for_testing.
9384         (test_break): New parameter "initial_load".  Handle it.
9385         (top level): Add initial_load cmdline/file axis.
9386
9387 2014-06-12  Tom Tromey  <tromey@redhat.com>
9388
9389         * gdb.base/completion.exp: Don't use directory name in test.
9390
9391 2014-06-09  Gary Benson  <gbenson@redhat.com>
9392
9393         * gdb.base/sigall.c [Functions to send signals]: Reorder to
9394         separate the always-available ANSI-standard signals from the
9395         signals that require checking.
9396         (main): Likewise.
9397         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9398         Likewise.
9399         (main): Likewise.
9400
9401 2014-06-07  Keith Seitz  <keiths@redhat.com>
9402
9403         Revert:
9404         PR c++/16253
9405         * gdb.cp/var-tag.cc: New file.
9406         * gdb.cp/var-tag.exp: New file.
9407         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9408         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9409         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9410         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9411
9412 2014-06-06  Doug Evans  <xdje42@gmail.com>
9413
9414         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9415
9416 2014-06-06  Pedro Alves  <palves@redhat.com>
9417
9418         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9419         in target debug output instead of looking at RSP packets,
9420         disabling the test on any target that uses hardware stepping.
9421         Update comments.
9422
9423 2014-06-06  Pedro Alves  <palves@redhat.com>
9424
9425         * gdb.base/break-unload-file.exp: Fix typo.
9426
9427 2014-06-06  Yao Qi  <yao@codesourcery.com>
9428
9429         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9430         from "jit_function" to "^jit_function".
9431
9432 2014-06-06  Yao Qi  <yao@codesourcery.com>
9433
9434         * gdb.base/async.c (foo): Add one statement.
9435         * gdb.base/async.exp: Get the next instruction address and
9436         match the output of "nexti" by instruction address.  Match
9437         the hex address in the output of "finish".
9438
9439 2014-06-06  Gary Benson  <gbenson@redhat.com>
9440
9441         * gdb.base/call-signals.c: Remove preprocessor conditionals
9442         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9443         SIGSEGV and SIGTERM.
9444         * gdb.base/sigall.c: Likewise.
9445         * gdb.base/unwindonsignal.c: Likewise.
9446         * gdb.reverse/sigall-reverse.c: Likewise.
9447
9448 2014-06-06  Yao Qi  <yao@codesourcery.com>
9449
9450         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
9451         readable, skip the test.
9452
9453 2014-06-06  Yao Qi  <yao@codesourcery.com>
9454
9455         * gdb.threads/staticthreads.c (thread_function): Move the line
9456         setting breakpoint on forward.
9457         * gdb.threads/staticthreads.exp: Update comments.
9458
9459 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
9460
9461         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9462         "history-append! type error".
9463
9464 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
9465
9466         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9467         erroneous dprintf expected input.
9468
9469 2014-06-04  Doug Evans  <xdje42@gmail.com>
9470
9471         * gdb.guile/scm-generics.exp: Delete.
9472
9473 2014-06-04  Doug Evans  <xdje42@gmail.com>
9474
9475         * gdb.guile/scm-breakpoint.exp: Update.
9476         Add tests for breakpoint registration.
9477
9478 2014-06-04  Tom Tromey  <tromey@redhat.com>
9479
9480         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9481         VLA-in-union.
9482         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9483         inner_vla_struct, vla_union types.  Initialize objects of those
9484         types and compute their sizes.
9485
9486 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
9487             Hui Zhu  <hui@codesourcery.com>
9488
9489         * gdb.base/fileio.exp: Add test for shell not available as well as
9490         available.
9491         * gdb.base/fileio.c (test_system): Check for shell twice.
9492
9493 2014-06-04  Yao Qi  <yao@codesourcery.com>
9494
9495         * gdb.base/auto-connect-native-target.exp: Remove redundant
9496         space from the regexp pattern.
9497
9498 2014-06-04  Yao Qi  <yao@codesourcery.com>
9499
9500         * gdb.base/default.exp: Replace "child" with "native" in
9501         regexp pattern.
9502
9503 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
9504
9505         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9506         * gdb.python/py-xmethods.exp: New tests to test xmethods.
9507         * gdb.python/py-xmethods.py: Python script supporting the
9508         new testcase and tests.
9509
9510 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
9511             Pedro Alves  <palves@redhat.com>
9512
9513         PR breakpoints/17000
9514         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9515         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9516
9517 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
9518
9519         * gdb.base/subst.exp: Add tests to verify partial path matching
9520         output.
9521
9522 2014-06-03  Pedro Alves  <palves@redhat.com>
9523
9524         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9525         target that doesn't use software single-stepping.
9526
9527 2014-06-03  Pedro Alves  <palves@redhat.com>
9528
9529         PR breakpoints/17000
9530         * gdb.base/sss-bp-on-user-bp-2.c: New file.
9531         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9532
9533 2014-06-02  Doug Evans  <xdje42@gmail.com>
9534
9535         * gdb.guile/scm-parameter.exp: New file.
9536
9537 2014-06-02  Doug Evans  <xdje42@gmail.com>
9538
9539         * gdb.guile/scm-cmd.c: New file.
9540         * gdb.guile/scm-cmd.exp: New file.
9541
9542 2014-06-02  Doug Evans  <xdje42@gmail.com>
9543
9544         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9545         pretty-printer lookup.
9546         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9547         (make-pp_s-printer): Call it.
9548         (make-pretty-printer-from-dict): New function.
9549         (lookup-pretty-printer-maker-from-dict): New function.
9550         (*pretty-printer*): Simplify.
9551         (make-objfile-pp_s-printer): New function.
9552         (install-objfile-pretty-printers!): New function.
9553         (make-progspace-pp_s-printer): New function.
9554         (install-progspace-pretty-printers!): New function.
9555         * gdb.guile/scm-progspace.c: New file.
9556         * gdb.guile/scm-progspace.exp: New file.
9557
9558 2014-06-02  Pedro Alves  <palves@redhat.com>
9559
9560         * gdb.base/dprintf-bp-same-addr.c: New file.
9561         * gdb.base/dprintf-bp-same-addr.exp: New file.
9562
9563 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
9564
9565         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9566         * gdb.arch/powerpc-power.s: Likewise.
9567
9568 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
9569
9570         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9571
9572 2014-06-01  Yao Qi  <yao@codesourcery.com>
9573
9574         * gdb.base/watchpoint.exp (test_watch_location): Check null
9575         pointer can be dereferenced.  If not, do the test, otherwise
9576         skip it.
9577
9578 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9579
9580         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9581         results.
9582         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9583
9584 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
9585
9586         * gdb.arch/amd64-invalid-stack-middle.S: New file.
9587         * gdb.arch/amd64-invalid-stack-middle.c: New file.
9588         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9589         * gdb.arch/amd64-invalid-stack-top.c: New file.
9590         * gdb.arch/amd64-invalid-stack-top.exp: New file.
9591
9592 2014-05-30  Pedro Alves  <palves@redhat.com>
9593
9594         PR breakpoints/17000
9595         * gdb.base/sss-bp-on-user-bp.c: New file.
9596         * gdb.base/sss-bp-on-user-bp.exp: New file.
9597
9598 2014-05-30  David Blaikie  <dblaikie@gmail.com>
9599
9600         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9601         gnu_inline semantics via attribute.
9602         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9603         source explicitly specifies the required semantics.
9604
9605 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
9606
9607         * gdb.reverse/sigall-reverse.exp: Fix a typo.
9608
9609 2014-05-29  Pedro Alves  <palves@redhat.com>
9610             Tom Tromey  <tromey@redhat.com>
9611
9612         * gdb.base/async-shell.exp: Don't enable target-async.
9613         * gdb.base/async.exp
9614         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9615         parameter.  Adjust.
9616         (top level): Don't test with "target-async".
9617         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9618         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9619         * gdb.base/inferior-died.exp: Don't enable target-async.
9620         * gdb.base/interrupt-noterm.exp: Likewise.
9621         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9622         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9623         * gdb.mi/mi-nonstop.exp: Likewise.
9624         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9625         * gdb.mi/mi-nsintrall.exp: Likewise.
9626         * gdb.mi/mi-nsmoribund.exp: Likewise.
9627         * gdb.mi/mi-nsthrexec.exp: Likewise.
9628         * gdb.mi/mi-watch-nonstop.exp: Likewise.
9629         * gdb.multi/watchpoint-multi.exp: Adjust comment.
9630         * gdb.python/py-evsignal.exp: Don't enable target-async.
9631         * gdb.python/py-evthreads.exp: Likewise.
9632         * gdb.python/py-prompt.exp: Likewise.
9633         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9634         * gdb.server/solib-list.exp: Don't enable target-async.
9635         * gdb.threads/thread-specific-bp.exp: Likewise.
9636         * lib/mi-support.exp: Adjust to use mi-async.
9637
9638 2014-05-29  Pedro Alves  <palves@redhat.com>
9639
9640         PR gdb/13860
9641         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9642         reason, even in sync mode.
9643
9644 2014-05-29  Pedro Alves  <palves@redhat.com>
9645             Hui Zhu  <hui@codesourcery.com>
9646
9647         PR PR15693
9648         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9649         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9650         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9651         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9652
9653 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
9654
9655         * config/monitor.exp (gdb_target_monitor): Replace use of
9656         "set remotebaud" by "set serial baud".
9657
9658 2014-05-26  Andy Wingo  <wingo@igalia.com>
9659
9660         * gdb.guile/scm-breakpoint.exp:
9661         * gdb.guile/scm-gsmob.exp: Update to use plain old object
9662         properties instead of gdb-object-properties.
9663
9664 2014-05-26  Yao Qi  <yao@codesourcery.com>
9665
9666         * gdb.server/no-thread-db.exp: Specify source file name
9667         explicitly when setting a breakpoint.
9668
9669 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9670
9671         * gdb.btrace/vdso.c: New.
9672         * gdb.btrace/vdso.exp: New.
9673
9674 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9675
9676         * gdb.base/gcore.exp (capture_command_output): Move ...
9677         * lib/gdb.exp (capture_command_output): ... here.
9678
9679 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
9680
9681         * gdb.btrace/data.exp: Test memory access during btrace replay.
9682
9683 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
9684
9685         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9686
9687 2014-05-21  Pedro Alves  <palves@redhat.com>
9688
9689         PR gdb/13860
9690         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9691         (top level): Test that output related to execution commands is
9692         sent to the console with CLI commands, but not with MI commands.
9693         Test that breakpoint events are always mirrored to the console.
9694         Also expect the new source line to be output after a "next" in
9695         async mode too.  Make it a pass/fail test.
9696         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9697         output.
9698         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9699
9700 2014-05-21  Pedro Alves  <palves@redhat.com>
9701
9702         * gdb.base/list.exp (build_pattern, test_list): New procedures.
9703         Use them to test variations of "list" after reaching a breakpoint.
9704         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9705         Test "list" with listsize 10 after reaching a breakpoint.
9706         * gdb.python/python.exp (decode_line current location line
9707         number): Adjust expected line number.
9708
9709 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
9710
9711         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9712         behavior for $args, pass it directly to "run".
9713
9714 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
9715
9716         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9717         30000 to 65536.
9718
9719 2014-05-21  Pedro Alves  <palves@redhat.com>
9720
9721         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9722         auto-connect-native-target off".
9723         * gdb.base/auto-connect-native-target.c: New file.
9724         * gdb.base/auto-connect-native-target.exp: New file.
9725
9726 2014-05-21  Pedro Alves  <palves@redhat.com>
9727
9728         * gdb.base/default.exp: Test "target native" instead of "target
9729         child".
9730
9731 2014-05-21  Mark Wielaard  <mjw@redhat.com>
9732
9733         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9734
9735 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9736
9737         Fix TLS access for -static -pthread.
9738         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9739         <HAVE_TLS> (thread_function, main): Initialize it.
9740         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9741         Add clean_restart.
9742         <$have_tls != "">: Check TLSVAR.
9743
9744 2014-05-21  Pedro Alves  <palves@redhat.com>
9745
9746         * gdb.base/dcache-line-read-error.c: New.
9747         * gdb.base/dcache-line-read-error.exp: New.
9748
9749 2014-05-20  Pedro Alves  <palves@redhat.com>
9750
9751         * gdb.base/compare-sections.c: New file.
9752         * gdb.base/compare-sections.exp: New file.
9753
9754 2014-05-20  Pedro Alves  <palves@redhat.com>
9755
9756         * gdb.base/break-idempotent.c: New file.
9757         * gdb.base/break-idempotent.exp: New file.
9758
9759 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
9760
9761         * gdb.btrace/nohist.exp: New.
9762
9763 2014-05-20  Yao Qi  <yao@codesourcery.com>
9764
9765         * lib/gdb.exp (gdb_init): Set timeout if test file is under
9766         gdb.reverse directory and gdb_reverse_timeout exists in board
9767         setting.
9768         * README: Document gdb_reverse_timeout.
9769
9770 2014-05-20  Yao Qi  <yao@codesourcery.com>
9771
9772         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9773         'test_file_name'.  Treat args as a string instead of a list.
9774         (gdb_init): Rename argument 'args' by 'test_file_name'.
9775
9776 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9777
9778         * gdb.arch/powerpc-power.exp: New file.
9779         * gdb.arch/powerpc-power.s: New file.
9780
9781 2014-05-16  Doug Evans  <dje@google.com>
9782
9783         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
9784         * gdb.base/completion.exp: Check that all expected files exist
9785         before doing file completion.
9786
9787 2014-05-16  Doug Evans  <dje@google.com>
9788
9789         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9790         Update.
9791         (do_syscall_tests_without_xml): Update.
9792
9793 2014-05-16  Pedro Alves  <palves@redhat.com>
9794
9795         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9796         instead of "unknown output after running".
9797
9798 2014-05-16  Yao Qi  <yao@codesourcery.com>
9799
9800         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
9801         file1.txt from host at the end.
9802         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9803
9804 2014-05-15  Doug Evans  <dje@google.com>
9805
9806         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9807         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9808         loading file.  Add test for TU lookup.
9809
9810 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
9811
9812         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9813         calling "-exec-arguments" or "set args" before running the
9814         inferior.
9815
9816 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
9817
9818         * lib/mi-support.exp (mi_expect_stop): Expect message for
9819         inferiors that exit with non-zero exit code.
9820
9821 2014-05-14  Yao Qi  <yao@codesourcery.com>
9822
9823         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9824         match absolute path on remote host.
9825         (test_file_list_exec_source_files): Remove "/" from the
9826         pattern.
9827
9828 2014-05-14  Yao Qi  <yao@codesourcery.com>
9829
9830         * boards/local-remote-host-notty.exp (${board}_file): New
9831         proc.
9832
9833 2014-05-07  Kyle McMartin  <kyle@redhat.com>
9834
9835         Pushed by Joel Brobecker  <brobecker@adacore.com>.
9836         * gdb.arch/aarch64-atomic-inst.c: New file.
9837         * gdb.arch/aarch64-atomic-inst.exp: New file.
9838
9839 2014-05-07  Yao Qi  <yao@codesourcery.com>
9840
9841         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9842         in current context" too.
9843
9844 2014-05-05  Keith Seitz  <keiths@redhat.com>
9845
9846         * gdb.linespec/ls-dollar.exp: Add test for linespec
9847         file:convenience_variable.
9848
9849 2014-05-05  Yao Qi  <yao@codesourcery.com>
9850
9851         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9852         traceframes into tfile and ctf trace files.  Read data from
9853         trace file and test collected data.
9854         (gdb_collect_locals_test): Likewise.
9855         (gdb_unavailable_registers_test): Likewise.
9856         (gdb_unavailable_floats): Likewise.
9857         (gdb_collect_globals_test): Likewise.
9858         (top-level): Append "ctf" to trace_file_targets if GDB
9859         supports.
9860
9861 2014-05-05  Yao Qi  <yao@codesourcery.com>
9862
9863         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9864         code to ...
9865         (gdb_collect_args_test_1): ... it.  New proc.
9866         (gdb_collect_locals_test): Move some code to ...
9867         (gdb_collect_locals_test_1): ... it.  New proc.
9868         (gdb_unavailable_registers_test): Move some code to ...
9869         (gdb_unavailable_registers_test_1): ... it.  New proc.
9870         (gdb_unavailable_floats): Move some code to ...
9871         (gdb_unavailable_floats_1): ... it.  New proc.
9872
9873 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
9874
9875         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9876         probes to test for bitness recognition.
9877         * gdb.arch/amd64-stap-optional-prefix.exp
9878         (test_probe_value_without_reg): New procedure.
9879         Add code to test for different kinds of bitness.
9880
9881 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
9882
9883         PR breakpoints/16889
9884         * gdb.arch/amd64-stap-optional-prefix.S: New file.
9885         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9886
9887 2014-05-01  Pedro Alves  <palves@redhat.com>
9888
9889         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
9890         gdb_file_cmd if no file is specified.
9891         * boards/native-extended-gdbserver.exp (gdb_load): Use the
9892         last_loaded_file to set the remote exec-file.
9893
9894 2014-05-01  Pedro Alves  <palves@redhat.com>
9895
9896         * boards/local-remote-host.exp: New file.
9897
9898 2014-05-01  Pedro Alves  <palves@redhat.com>
9899
9900         * boards/local-remote-host.exp: Rename to ...
9901         * boards/local-remote-host-notty.exp: ... this.
9902
9903 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
9904
9905         * gdb.ada/dyn_arrayidx: New testcase.
9906
9907 2014-04-26  Yao Qi  <yao@codesourcery.com>
9908
9909         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
9910         and compute the length of function main.  Save it in
9911         $main_length.
9912         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9913         (top-level): Use gdb_compile to compile objects into
9914         executable and restart GDB.  Remove invocation to
9915         prepare_for_testing.
9916
9917 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
9918             Pedro Alves  <palves@redhat.com>
9919
9920         PR server/16255
9921         * gdb.multi/multi-attach.c: New file.
9922         * gdb.multi/multi-attach.exp: New file.
9923
9924 2014-04-25  Pedro Alves  <palves@redhat.com>
9925
9926         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9927         user.
9928         (top level): Test that "set remote conditional-breakpoints-packet
9929         off" works as intended.
9930         * gdb.base/dprintf.exp: Test that "set remote
9931         breakpoint-commands-packet off" works as intended.
9932         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9933         New function.
9934         (top level): Call it.
9935         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
9936         remote fast-tracepoints-packet off" works as intended.
9937         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
9938         * lib/gdb.exp (gdb_is_target_remote): ... here.
9939
9940 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9941
9942         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
9943         ensure clang would not discard them.
9944         * gdb.base/gdbvars.c: Ditto.
9945         * gdb.base/memattr.c: Ditto.
9946         * gdb.base/whatis.c: Ditto.
9947         * gdb.python/py-prettyprint.c: Ditto.
9948         * gdb.trace/actions.c: Ditto.
9949         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
9950         ensure clang would not discard it.
9951
9952 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9953
9954         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
9955         clang to emit the full definition of type required by the test
9956         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
9957
9958 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9959
9960         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
9961         coax Clang into emitting the definition of the type.
9962         * gdb.cp/pr10728-x.h (y): Ditto.
9963         * gdb.cp/pr10728-y.cc (y): Ditto.
9964
9965 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9966
9967         * gdb.base/label.exp: XFAIL label related tests under Clang.
9968         * gdb.cp/cplabel.exp: Ditto.
9969         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
9970         under Clang those using labels.
9971
9972 2014-04-25  Yao Qi  <yao@codesourcery.com>
9973
9974         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
9975         double_label.
9976         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
9977         partial_label and double_label.
9978
9979 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9980
9981         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
9982
9983 2014-04-24  David Blaikie  <dblaikie@gmail.com>
9984
9985         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
9986         of the function to work across GCC and Clang.
9987         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
9988         pointer types (const void ** const V void **).
9989
9990 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
9991             Walfred Tedeschi  <walfred.tedeschi@intel.com>
9992
9993         * Makefile.in (EXECUTABLES): Added i386-avx512.
9994         * gdb.arch/i386-avx512.c: New file.
9995         * gdb.arch/i386-avx512.exp: Likewise.
9996
9997 2014-04-23  Keith Seitz  <keiths@redhat.com>
9998
9999         * lib/mi-support.exp (mi_list_breakpoints): Delete.
10000         (mi_make_breakpoint_table): New procedure.
10001         (mi_create_breakpoint): Use mi_make_breakpoint
10002         and return the result.
10003         (mi_make_breakpoint): New procedure.
10004         (mi_build_kv_pairs): New procedure.
10005
10006         * gdb.mi/mi-break.exp: Remove unused globals,
10007         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10008         All callers updated.
10009         * gdb.mi/mi-dprintf.exp: Use variable to track command
10010         number.
10011         Update all callers of mi_create_breakpoint and use
10012         mi_make_breakpoint_table.
10013         Remove any unused global variables.
10014         * gdb.mi/mi-nonstop.exp: Likewise.
10015         * gdb.mi/mi-nsintrall.exp: Likewise.
10016         * gdb.mi/mi-nsmoribund.exp: Likewise.
10017         * gdb.mi/mi-nsthrexec.exp: Likewise.
10018         * gdb.mi/mi-reverse.exp: Likewise.
10019         * gdb.mi/mi-simplerun.exp: Likewise.
10020         * gdb.mi/mi-stepn.exp: Likewise.
10021         * gdb.mi/mi-syn-frame.exp: Likewise.
10022         * gdb.mi/mi-until.exp: Likewise.
10023         * gdb.mi/mi-var-cp.exp: Likewise.
10024         * gdb.mi/mi-var-display.exp: Likewise.
10025         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10026         * gdb.mi/mi2-var-child.exp: Likewise.
10027         * gdb.mi/mi-vla-c99.exp: Likewise.
10028         * lib/mi-support.exp: Likewise.
10029
10030         From Ian Lance Taylor  <iant@cygnus.com>:
10031         * lib/gdb.exp (parse_args): New procedure.
10032
10033 2014-04-23  Pedro Alves  <palves@redhat.com>
10034
10035         * gdb.base/break-unload-file.c: New file.
10036         * gdb.base/break-unload-file.exp: New file.
10037         * gdb.base/sym-file-lib.c (baz): New function.
10038         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10039         field.
10040         (load): Store the segment's mapped size.
10041         (unload): New function.
10042         (unload_shlib): New function.
10043         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10044         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10045         set a breakpoint at baz, and call it.
10046         * gdb.base/sym-file.exp: New tests for stale breakpoint
10047         instructions.
10048
10049 2014-04-23  Pedro Alves  <palves@redhat.com>
10050
10051         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10052         * gdb.base/hbreak-in-shr-unsupported.c: New file.
10053         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10054         * gdb.base/hbreak-unmapped.c: New file.
10055         * gdb.base/hbreak-unmapped.exp: New file.
10056         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10057         * lib/gdb.exp (gdb_is_target_remote): ... here.
10058
10059 2014-04-22  Pedro Alves  <palves@redhat.com>
10060
10061         * gdb.base/consecutive-step-over.c: New file.
10062         * gdb.base/consecutive-step-over.exp: New file.
10063
10064 2014-04-22  Pedro Alves  <palves@redhat.com>
10065
10066         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10067         instead of send_gdb/gdb_expect.
10068
10069 2014-04-22  Yao Qi  <yao@codesourcery.com>
10070
10071         * lib/trace-support.exp (generate_tracefile): New procedure.
10072         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10073         return 0.
10074         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10075         if generate_tracefile returns 1.
10076
10077 2014-04-18  Tom Tromey  <palves@redhat.com>
10078             Pedro alves  <tromey@redhat.com>
10079
10080         PR backtrace/15558
10081         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10082         with a backtrace limit.
10083         * gdb.python/py-frame-inline.exp: Test running to an inline
10084         function with a backtrace limit, and printing the newest frame.
10085         * gdb.python/py-frame-inline.c (main): Call f.
10086
10087 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10088
10089         * gdb.java/jnpe.exp: Drop srcdir from untested path.
10090
10091 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10092
10093         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10094         Drop prefix from unsupported source file path.
10095
10096 2014-04-17  Yao Qi  <yao@codesourcery.com>
10097
10098         * lib/gdb.exp (with_target_charset): New proc.
10099         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10100         with_target_charset.
10101         (test_print_strings): Likewise.
10102         (test_repeat_bytes): Likewise.
10103         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10104         for some tests.
10105
10106 2014-04-16  Keith Seitz  <keiths@redhat.com>
10107
10108         PR gdb/15827
10109         * gdb.dwarf2/corrupt.c: New file.
10110         * gdb.dwarf2/corrupt.exp: New file.
10111
10112 2014-04-16  Keith Seitz  <keiths@redhat.com>
10113
10114         PR c++/16597
10115         * gdb.cp/namelessclass.cc: New file.
10116         * gdb.cp/namelessclass.exp: New file.
10117         * gdb.cp/namelessclass.S: New file.
10118
10119 2014-04-16  Doug Evans  <dje@google.com>
10120
10121         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10122         Add comment.
10123         (gdbserver_default_get_comm_port): New function.
10124         (gdbserver_start): Check if board file provided
10125         "gdbserver,get_comm_port" and use it if so.
10126         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10127         (gdb,socketport): Set to "stdio".
10128         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10129         (stdio_gdbserver_template): Delete.
10130         (${board}_get_remote_address): Update.
10131         (${board}_build_remote_cmd): Delete.
10132         (${board}_get_comm_port): New function.
10133         (${board}_spawn): Update.
10134         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10135         Delete.
10136         (${board}_get_remote_address): Update.
10137         (${board}_get_comm_port): New function.
10138
10139 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
10140
10141         * gdb.base/memattr.exp: Improve regexps to handle memory regions
10142         appearing in any order.
10143
10144 2014-04-15  Doug Evans  <dje@google.com>
10145
10146         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10147         uninitialized value of "description".
10148
10149 2014-04-15  Keith Seitz  <keiths@redhat.com>
10150
10151         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10152         Remove unused globals.
10153         (test_running_the_program): Likewise.
10154         (test_controlled_execution): Likewise.
10155         (test_controlling_breakpoints): Likewise.
10156         (test_program_termination): Likewise.
10157
10158 2014-04-15  Keith Seitz  <keiths@redhat.com>
10159
10160         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10161         unused globals.
10162         (test_rbreak_creation_and_listing): Likewise.
10163         (test_ignore_count): Likewise.
10164         (test_error): Likewise.
10165
10166 2014-04-15  Pedro Alves  <palves@redhat.com>
10167
10168         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10169         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10170         sym-file-loader.c.
10171         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10172         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10173         to sym-file-loader.c.
10174         (struct library): Forward declare.
10175         (load_shlib, lookup_function): Change prototypes.
10176         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10177         (translate_offset): Remove declarations.
10178         (get_text_addr): New declaration.
10179         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10180         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10181         sym-file-loader.h.
10182         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10183         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10184         here from sym-file-loader.h.
10185         (struct library): New structure.
10186         (load_shlib, lookup_function): Change prototypes and adjust to
10187         work with a struct library.
10188         (find_shstrtab, find_strtab, find_shdr, find_symtab)
10189         (translate_offset): Make static.
10190         (get_text_addr): New function.
10191         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10192
10193 2014-04-15  Pedro Alves  <palves@redhat.com>
10194
10195         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
10196
10197 2014-04-15  Pedro Alves  <palves@redhat.com>
10198
10199         * gdb.base/sym-file-loader.c: Include <limits.h>.
10200         (SELF_LINK): New define.
10201         (get_origin): New function.
10202         (load_shlib): Use it.
10203         * gdb.base/sym-file.exp: Don't early return if the target is
10204         remote.  Use runto_main, and issue fail is that fails.  Use
10205         gdb_load_shlibs.
10206         (shlib_name): Delete.
10207         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
10208
10209 2014-04-15  Pedro Alves <palves@redhat.com>
10210
10211         * gdb.base/sym-file.exp: Remove regex characters from test
10212         message.  Don't refer to breakpoint numbers in test messages.
10213
10214 2014-04-14  Keith Seitz  <keiths@redhat.com>
10215
10216         PR c++/16253
10217         * gdb.cp/var-tag.cc: New file.
10218         * gdb.cp/var-tag.exp: New file.
10219         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10220         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10221         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10222         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10223
10224 2014-04-14  Tom Tromey  <tromey@redhat.com>
10225
10226         * gdb.cp/classes.exp (test_enums): Handle underlying type.
10227         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10228         type.
10229         * gdb.cp/enum-class.exp: New file.
10230         * gdb.cp/enum-class.cc: New file.
10231
10232 2014-04-14  Tom Tromey  <tromey@redhat.com>
10233
10234         * gdb.dwarf2/enum-type.exp: New file.
10235
10236 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10237
10238         * gdb.mi/mi-vla-c99.exp: New file.
10239         * gdb.mi/vla.c: New file.
10240
10241 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10242
10243         * gdb.base/vla-datatypes.c: New file.
10244         * gdb.base/vla-datatypes.exp: New file.
10245
10246 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10247
10248         * gdb.base/vla-ptr.c: New file.
10249         * gdb.base/vla-ptr.exp: New file.
10250
10251 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10252
10253         * gdb.dwarf2/count.exp: New file.
10254
10255 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
10256
10257         * gdb.base/vla-sideeffect.c: New file.
10258         * gdb.base/vla-sideeffect.exp: New file.
10259
10260 2014-04-14  David Blaikie <dblaikie@gmail.com>
10261
10262         * gdb.mi/non-stop.c: Add return value for non-void function return
10263         statement.
10264         * gdb.threads/staticthreads.c: Ditto.
10265
10266 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
10267             Doug Evans  <xdje42@gmail.com>
10268
10269         * gdb.guile/scm-value.c: Improve test case.
10270         * gdb.guile/scm-value.exp: Add new test.
10271
10272 2014-04-11  David Blaikie  <dblaikie@gmail.com>
10273
10274         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10275         override Clang's default.
10276
10277 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
10278
10279         Revert the following changes (regressions):
10280
10281         * gdb.base/vla-sideeffect.c: New file.
10282         * gdb.base/vla-sideeffect.exp: New file.
10283
10284         * gdb.dwarf2/count.exp: New file.
10285
10286         * gdb.base/vla-multi.c: New file.
10287         * gdb.base/vla-multi.exp: New file.
10288
10289         * gdb.base/vla-ptr.c: New file.
10290         * gdb.base/vla-ptr.exp: New file.
10291
10292         * gdb.base/vla-datatypes.c: New file.
10293         * gdb.base/vla-datatypes.exp: New file.
10294
10295         * gdb.mi/mi-vla-c99.exp: New file.
10296         * gdb.mi/vla.c: New file.
10297
10298 2014-04-11  Keith Seitz  <keiths@redhat.com>
10299
10300         PR c++/16675
10301         * gdb.cp/cpsizeof.exp: New file.
10302         * gdb.cp/cpsizeof.cc: New file.
10303
10304 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10305
10306         * gdb.mi/mi-vla-c99.exp: New file.
10307         * gdb.mi/vla.c: New file.
10308
10309 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10310
10311         * gdb.base/vla-datatypes.c: New file.
10312         * gdb.base/vla-datatypes.exp: New file.
10313
10314 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10315
10316         * gdb.base/vla-ptr.c: New file.
10317         * gdb.base/vla-ptr.exp: New file.
10318
10319 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10320
10321         * gdb.base/vla-multi.c: New file.
10322         * gdb.base/vla-multi.exp: New file.
10323
10324 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10325
10326         * gdb.dwarf2/count.exp: New file.
10327
10328 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
10329
10330         * gdb.base/vla-sideeffect.c: New file.
10331         * gdb.base/vla-sideeffect.exp: New file.
10332
10333 2014-04-11  Yao Qi  <yao@codesourcery.com>
10334
10335         * gdb.base/completion.exp: Check file exists before running tests
10336         on file completion.
10337
10338 2014-04-10  Pedro Alves  <palves@redhat.com>
10339
10340         * gdb.base/cond-eval-mode.c: New file.
10341         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
10342         prepare_for_testing to build the new file.  Check result of
10343         runto_main.
10344         (test_break, test_watch): New procedures.
10345         (top level): Use them.
10346
10347 2014-04-08  Pierre Muller  <muller@sourceware.org>
10348
10349         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10350         Ctrl-V use for mingw hosts.
10351
10352 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
10353
10354         * gdb.python/py-value.c: Improve test case.
10355         * gdb.python/py-value.exp: Add new test.
10356
10357 2014-04-07  David Blaikie  <dblaikie@gmail.com>
10358
10359         * lib/compiler.c: Identify the clang compiler.
10360         * lib/compiler.cc: Ditto.
10361
10362 2014-04-03  Yao Qi  <yao@codesourcery.com>
10363
10364         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10365
10366 2014-04-01  Anton Blanchard  <anton@samba.org>
10367
10368         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
10369         messages unique.
10370
10371 2014-04-01  Anton Blanchard  <anton@samba.org>
10372
10373         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10374         prepare_for_testing.
10375
10376 2014-04-01  Anton Blanchard  <anton@samba.org>
10377
10378         * gdb.arch/ppc64-atomic-inst.c: Remove.
10379         * gdb.arch/ppc64-atomic-inst.S: New file.
10380         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10381
10382 2014-03-31  Doug Evans  <dje@google.com>
10383
10384         * gdb.base/print-symbol-loading-lib.c: New file.
10385         * gdb.base/print-symbol-loading-main.c: New file.
10386         * gdb.base/print-symbol-loading.exp: New file.
10387
10388 2014-03-31  Yao Qi  <yao@codesourcery.com>
10389
10390         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10391
10392 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
10393
10394         * gdb.ada/mi_dyn_arr: New testcase.
10395
10396 2014-03-27  Doug Evans  <dje@google.com>
10397
10398         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10399
10400 2014-03-27  Yao Qi  <yao@codesourcery.com>
10401
10402         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10403         if target is nios2-*-*.
10404
10405 2014-03-26  Yao Qi  <yao@codesourcery.com>
10406
10407         * lib/gdb.exp (readline_is_used): New proc.
10408         * gdb.base/completion.exp: Move tests on command complete up.
10409         Skip the rest of tests if readline is not used.
10410         * gdb.ada/complete.exp: Skp the test if readline is not
10411         used.
10412         * gdb.base/filesym.exp: Likewise.
10413         * gdb.base/macscp.exp: Likewise.
10414         * gdb.base/readline-ask.exp: Likewise.
10415         * gdb.base/readline.exp: Likewise.
10416         * gdb.python/py-cmd.exp: Likewise.
10417         * gdb.trace/tfile.exp: Likewise.
10418
10419 2014-03-26  Yao Qi  <yao@codesourcery.com>
10420
10421         * gdb.base/macscp.exp: Fix code format issues.
10422
10423 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
10424
10425         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10426         * gdb.asm/powerpc64le.inc: New file.
10427
10428 2014-03-25  Pedro Alves  <palves@redhat.com>
10429             Doug Evans  <dje@google.com>
10430
10431         * gdb.base/source-execution.c: New file.
10432         * gdb.base/source-execution.exp: New file.
10433         * gdb.base/source-execution.gdb: New file.
10434
10435 2014-03-24  Doug Evans  <dje@google.com>
10436
10437         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10438         using fission.
10439
10440 2014-03-24  Hui Zhu  <hui@codesourcery.com>
10441             Pedro Alves  <palves@redhat.com>
10442
10443         PR breakpoints/16101
10444         * gdb.base/dprintf.exp: Use unsupported rather than changing the
10445         test pass/fail messages.  Detect missing support for dprintf when
10446         breakpoints are actually inserted.
10447         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10448         breakpoints are actually inserted.
10449         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10450         fails.
10451
10452 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10453
10454         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10455
10456 2014-03-22  Doug Evans  <xdje42@gmail.com>
10457
10458         * gdb.python/python.exp (python not supported): Verify multi-line
10459         python command issues an error.
10460         * gdb.guile/guile.exp (guile not supported): Verify multi-line
10461         guile command issues an error.
10462
10463 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
10464
10465         * gdb.threads/thread-specific.exp: Handle the lack of usable
10466         $this_breakpoint and $this_thread.
10467
10468 2014-03-21  Hui Zhu  <hui@codesourcery.com>
10469
10470         * gdb.base/attach.exp (do_command_attach_tests): New.
10471
10472 2014-03-20  Tom Tromey  <tromey@redhat.com>
10473             Pedro Alves  <palves@redhat.com>
10474
10475         PR cli/15718
10476         * gdb.base/condbreak-call-false.c: New file.
10477         * gdb.base/condbreak-call-false.exp: New file.
10478
10479 2014-03-20  Pedro Alves  <palves@redhat.com>
10480
10481         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10482         Delete.
10483         (block_signals, unblock_signals): Delete.
10484         (child_function_2, main): Remove references to deleted variable
10485         and functions.
10486
10487 2014-03-20  Pedro Alves  <palves@redhat.com>
10488
10489         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10490         Use pthread_kill to signal thread 2.
10491         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10492         Adjust to make the test send itself a signal rather than using the
10493         host's "kill" command.
10494
10495 2014-03-20  Pedro Alves  <palves@redhat.com>
10496
10497         * gdb.threads/multiple-step-overs.c: New file.
10498         * gdb.threads/multiple-step-overs.exp: New file.
10499         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10500         Adjust expected infrun debug output.
10501
10502 2014-03-20  Pedro Alves  <palves@redhat.com>
10503
10504         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10505         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10506
10507 2014-03-20  Pedro Alves  <palves@redhat.com>
10508
10509         PR breakpoints/7143
10510         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10511         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
10512         of gdb_test_multiple.
10513         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10514         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10515
10516 2014-03-20  Pedro Alves  <palves@redhat.com>
10517
10518         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10519         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10520
10521 2014-03-19  Pedro Alves  <palves@redhat.com>
10522
10523         * gdb.base/async.exp: Remove early return.
10524
10525 2014-03-19  Pedro Alves  <palves@redhat.com>
10526
10527         * gdb.base/async.exp (step& tests): Pass explicit test messages.
10528
10529 2014-03-19  Pedro Alves  <palves@redhat.com>
10530
10531         * gdb.base/async.exp (test_background): Expect \r\n after
10532         "completed." in the fail pattern.
10533
10534 2014-03-19  Pedro Alves  <palves@redhat.com>
10535
10536         * gdb.base/async.exp (test_background): New procedure.
10537         Use it for all background execution command tests.
10538
10539 2014-03-19  Pedro Alves  <palves@redhat.com>
10540
10541         * gdb.base/async.exp: Use prepare_for_testing.
10542
10543 2014-03-19  Pedro Alves  <palves@redhat.com>
10544
10545         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
10546         the same line.
10547
10548 2014-03-19  Pedro Alves  <palves@redhat.com>
10549
10550         * gdb.base/async.c (main): Add "jump here" and "until here" line
10551         marker comments.
10552         * gdb.base/async.exp (jump_here): New global.
10553         (jump& test): Use it.
10554         (until_here): New global.
10555         (until& test): Use it.
10556
10557 2014-03-19  Pedro Alves  <palves@redhat.com>
10558
10559         * gdb.base/async.exp: Don't frob gdb_protocol.
10560
10561 2014-03-18  Doug Evans  <xdje42@gmail.com>
10562
10563         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
10564         Fix spelling of exec-done-display.
10565
10566 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10567
10568         PR gdb/15358
10569         * gdb.base/gdb-sigterm.c: New file.
10570         * gdb.base/gdb-sigterm.exp: New file.
10571
10572 2014-03-18  Pedro Alves  <palves@redhat.com>
10573
10574         PR gdb/13860
10575         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10576         * lib/mi-support.exp (mi_expect_stop): Add special handling for
10577         solib-event.
10578
10579 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
10580
10581         * gdb.ada/pckd_arr_ren: New testcase.
10582
10583 2014-03-13  Doug Evans  <xdje42@gmail.com>
10584
10585         PR guile/16612
10586         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10587         collect after discarding symbols.
10588
10589 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
10590             Doug Evans  <xdje42@gmail.com>
10591
10592         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10593         to history survives a gc.
10594
10595 2014-03-13  Pedro Alves  <palves@redhat.com>
10596
10597         * gdb.base/default.exp: Don't test "target procfs".
10598
10599 2014-03-13  Pedro Alves  <palves@redhat.com>
10600
10601         * gdb.base/default.exp: Update "target child" and "target procfs"
10602         tests to not expect "Unix".
10603
10604 2014-03-12  Tom Tromey  <tromey@redhat.com>
10605
10606         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10607         New procs.  Add target-async tests.
10608         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10609         Add target-async tests.
10610
10611 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10612
10613         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10614         'func_start' and 'func_end' for the beginning and end of the
10615         function code, respectively.
10616         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10617         'func_end' instead of 'func' and 'main'.
10618
10619 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10620
10621         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10622         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10623         generate the debug info assembler source.
10624
10625 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10626
10627         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10628         * gdb.dwarf2/arr-subrange.exp: Likewise.
10629         * gdb.dwarf2/dwz.exp: Likewise.
10630         * gdb.dwarf2/method-ptr.exp: Likewise.
10631         * gdb.dwarf2/missing-sig-type.exp: Likewise.
10632         * gdb.dwarf2/subrange.exp: Likewise.
10633         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10634         * gdb.dwarf2/implptrpiece.exp: Likewise.
10635         * gdb.dwarf2/nostaticblock.exp: Likewise.
10636
10637 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10638
10639         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10640         directory to absolute path name arguments.
10641
10642 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
10643
10644         * gdb.ada/tagged_access: New testcase.
10645
10646 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
10647
10648         * gdb.btrace/data.exp: Update expected output.
10649
10650 2014-03-06  Yao Qi  <yao@codesourcery.com>
10651
10652         * gdb.trace/pr16508.exp: New file.
10653
10654 2014-03-05  Pedro Alves  <palves@redhat.com>
10655
10656         PR gdb/16575
10657         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10658         procedure.
10659         (top level): Adjust to use it.  Add tests that exercise breakpoint
10660         interaction with the code-cache.
10661
10662 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
10663
10664         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10665         test for 'history-append!'.
10666
10667 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10668
10669         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10670         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10671         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10672         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10673         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10674         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10675
10676 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10677
10678         * testsuite/gdb.python/py-pp-re-notag.c: New file.
10679         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10680         * testsuite/gdb.python/py-pp-re-notag.p: New file.
10681
10682 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10683
10684         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10685
10686 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
10687
10688         * gdb.dwarf2/arr-stride.c: New file.
10689         * gdb.dwarf2/arr-stride.exp: New file.
10690
10691 2014-02-26  Pedro Alves  <palves@redhat.com>
10692
10693         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10694         that won't ever trigger.  Make sure that GDB reports the correct
10695         breakpoint that caused the stop.
10696
10697 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10698
10699         PR gdb/16626
10700         * gdb.base/auto-load-script: New file.
10701         * gdb.base/auto-load.c: New file.
10702         * gdb.base/auto-load.exp: New file.
10703
10704         PR gdb/16626
10705         * gdb.base/auto-load.exp: Fix out-of-srctree run.
10706
10707 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10708
10709         Fix dw2-icycle.exp -fsanitize=address GDB crash.
10710         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10711
10712 2014-02-24  Doug Evans  <dje@google.com>
10713
10714         * lib/gdb.exp (run_on_host): Log error output if program fails.
10715
10716 2014-02-21  Pedro Alves  <palves@redhat.com>
10717
10718         * gdb.threads/step-after-sr-lock.c: Rename to ...
10719         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10720         * gdb.threads/step-after-sr-lock.exp: Rename to ...
10721         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10722         ... this.
10723
10724 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
10725
10726         PR tdep/16397
10727         * gdb.arch/amd64-stap-special-operands.exp: New file.
10728         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10729         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10730         * gdb.arch/amd64-stap-triplet.S: Likewise.
10731         * gdb.arch/amd64-stap-triplet.c: Likewise.
10732
10733 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
10734
10735         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10736         in .section pseudo-op.
10737
10738 2014-02-20  lin zuojian  <manjian2006@gmail.com>
10739             Joel Brobecker  <brobecker@adacore.com>
10740             Doug Evans  <xdje42@gmail.com>
10741
10742         PR symtab/16581
10743         * gdb.dwarf2/dw2-icycle.S: New file.
10744         * gdb.dwarf2/dw2-icycle.c: New file.
10745         * gdb.dwarf2/dw2-icycle.exp: New file.
10746
10747 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
10748
10749         * gdb.python/py-value-cc.cc: Improve test case to enable testing
10750         operations on gdb.Value objects.
10751         * gdb.python/py-value-cc.exp: Add new test to test operations on
10752         gdb.Value objects.
10753
10754 2014-02-18  Doug Evans  <dje@google.com>
10755
10756         * Makefile.in (TESTS): New variable.
10757         (expanded_tests, expanded_tests_or_none): New variables
10758         (check-single): Pass $(expanded_tests_or_none) to runtest.
10759         (check-parallel): Only run tests in $(TESTS) if non-empty.
10760         (check/no-matching-tests-found): New rule.
10761         * README: Document TESTS makefile variable.
10762
10763 2014-02-18  Doug Evans  <dje@google.com>
10764
10765         * Makefile.in (check-parallel): rm -rf outputs temp.
10766
10767 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
10768
10769         Fix "ERROR: no fileid for" in the testsuite.
10770         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10771
10772 2014-02-12  Doug Evans  <dje@google.com>
10773
10774         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10775         (MISCELLANEOUS): New variable.
10776         (clean): rm -rf $(MISCELLANEOUS).
10777         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10778         dwp live in the same directory as symlinks, with each symlink pointed
10779         to a differently named file in a different directory.
10780
10781 2014-02-11  Doug Evans  <dje@google.com>
10782
10783         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10784         of Tcl file commands.
10785
10786 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
10787
10788         * gdb.threads/step-after-sr-lock.exp: Avoid executing
10789         "kill -SIGUSR1 -1".
10790
10791 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
10792
10793         * gdb.ada/tick_length_array_enum_idx: New testcase.
10794
10795 2014-02-10  Doug Evans  <xdje42@gmail.com>
10796
10797         * configure.ac (AC_OUTPUT): Add gdb.guile.
10798         * configure: Regenerate.
10799         * lib/gdb-guile.exp: New file.
10800         * lib/gdb.exp (get_target_charset): New function.
10801         * gdb.base/help.exp: Update expected output from "apropos apropos".
10802         * gdb.guile/Makefile.in: New file.
10803         * gdb.guile/guile.exp: New file.
10804         * gdb.guile/scm-arch.c: New file.
10805         * gdb.guile/scm-arch.exp: New file.
10806         * gdb.guile/scm-block.c: New file.
10807         * gdb.guile/scm-block.exp: New file.
10808         * gdb.guile/scm-breakpoint.c: New file.
10809         * gdb.guile/scm-breakpoint.exp: New file.
10810         * gdb.guile/scm-disasm.c: New file.
10811         * gdb.guile/scm-disasm.exp: New file.
10812         * gdb.guile/scm-equal.c: New file.
10813         * gdb.guile/scm-equal.exp: New file.
10814         * gdb.guile/scm-error.exp: New file.
10815         * gdb.guile/scm-error.scm: New file.
10816         * gdb.guile/scm-frame-args.c: New file.
10817         * gdb.guile/scm-frame-args.exp: New file.
10818         * gdb.guile/scm-frame-args.scm: New file.
10819         * gdb.guile/scm-frame-inline.c: New file.
10820         * gdb.guile/scm-frame-inline.exp: New file.
10821         * gdb.guile/scm-frame.c: New file.
10822         * gdb.guile/scm-frame.exp: New file.
10823         * gdb.guile/scm-generics.exp: New file.
10824         * gdb.guile/scm-gsmob.exp: New file.
10825         * gdb.guile/scm-iterator.c: New file.
10826         * gdb.guile/scm-iterator.exp: New file.
10827         * gdb.guile/scm-math.c: New file.
10828         * gdb.guile/scm-math.exp: New file.
10829         * gdb.guile/scm-objfile-script-gdb.in: New file.
10830         * gdb.guile/scm-objfile-script.c: New file.
10831         * gdb.guile/scm-objfile-script.exp: New file.
10832         * gdb.guile/scm-objfile.c: New file.
10833         * gdb.guile/scm-objfile.exp: New file.
10834         * gdb.guile/scm-ports.exp: New file.
10835         * gdb.guile/scm-pretty-print.c: New file.
10836         * gdb.guile/scm-pretty-print.exp: New file.
10837         * gdb.guile/scm-pretty-print.scm: New file.
10838         * gdb.guile/scm-section-script.c: New file.
10839         * gdb.guile/scm-section-script.exp: New file.
10840         * gdb.guile/scm-section-script.scm: New file.
10841         * gdb.guile/scm-symbol.c: New file.
10842         * gdb.guile/scm-symbol.exp: New file.
10843         * gdb.guile/scm-symtab-2.c: New file.
10844         * gdb.guile/scm-symtab.c: New file.
10845         * gdb.guile/scm-symtab.exp: New file.
10846         * gdb.guile/scm-type.c: New file.
10847         * gdb.guile/scm-type.exp: New file.
10848         * gdb.guile/scm-value-cc.cc: New file.
10849         * gdb.guile/scm-value-cc.exp: New file.
10850         * gdb.guile/scm-value.c: New file.
10851         * gdb.guile/scm-value.exp: New file.
10852         * gdb.guile/source2.scm: New file.
10853         * gdb.guile/types-module.cc: New file.
10854         * gdb.guile/types-module.exp: New file.
10855
10856 2014-02-10  Yao Qi  <yao@codesourcery.com>
10857
10858         PR testsuite/16543
10859         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10860         * configure: Regenerated.
10861         * Makefile.in: New file.
10862
10863 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
10864
10865         * gdb.python/py-framefilter.exp: Fix typo.
10866
10867 2014-02-08  Yao Qi  <yao@codesourcery.com>
10868
10869         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10870         that no =breakpoint-modified is emitted when breakpoints are
10871         modified through MI commands.
10872
10873 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
10874             Pedro Alves  <palves@redhat.com>
10875
10876         * gdb.threads/step-after-sr-lock.c: New file.
10877         * gdb.threads/step-after-sr-lock.exp: New file.
10878
10879 2014-02-07  Pedro Alves  <palves@redhat.com>
10880
10881         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10882
10883 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10884
10885         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10886         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10887
10888 2014-02-06  Doug Evans  <xdje42@gmail.com>
10889
10890         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10891         output.
10892
10893         * gdb.gdb/python-interrupts.exp: New file.
10894
10895 2014-02-05  Yao Qi  <yao@codesourcery.com>
10896
10897         * gdb.trace/report.exp (use_collected_data): Test the output
10898         of "info threads" and "info inferiors".
10899
10900 2014-02-05  Yao Qi  <yao@codesourcery.com>
10901
10902         Revert this patch:
10903
10904         2013-05-24  Yao Qi  <yao@codesourcery.com>
10905
10906         * gdb.trace/tfile.exp: Test inferior and thread.
10907
10908 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
10909
10910         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10911         on a function.
10912         * gdb.base/step-bt.c: Call hello via function pointer to make
10913         sure its first instruction is executed on powerpc64le-linux.
10914
10915 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
10916
10917         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10918
10919 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
10920
10921         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
10922         of the test patterns for use on little-endian systems.
10923
10924 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
10925
10926         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10927         (decimal_vector): Fix for little-endian.
10928
10929 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
10930
10931         * gdb.arch/sparc-sysstep.exp: New file.
10932         * gdb.arch/sparc-sysstep.c: Likewise.
10933
10934         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
10935
10936 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
10937
10938         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
10939
10940 2014-01-23  Tom Tromey  <tromey@redhat.com>
10941
10942         * gdb.ada/array_char_idx: New testcase.
10943
10944 2014-01-23  Tom Tromey  <tromey@redhat.com>
10945
10946         PR python/16487:
10947         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
10948         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
10949         classes.
10950
10951 2014-01-23  Tom Tromey  <tromey@redhat.com>
10952
10953         PR python/16491:
10954         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
10955         string from an inferior frame.
10956         * gdb.python/py-framefilter-mi.exp: Update.
10957
10958 2014-01-22  Doug Evans  <dje@google.com>
10959
10960         * gdb.server/server-mon.exp: Add tests for "set debug-format".
10961
10962 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
10963
10964         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
10965
10966 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
10967
10968         * gdb.trace/entry-values.exp: Remove excess space character from
10969         regex patterns.  Handle s390 call instruction.
10970
10971 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
10972
10973         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
10974         define "*_start" label.  Make "name" static.
10975         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
10976         ${name} by references to ${name}_start.
10977
10978 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
10979
10980         * gdb.base/info-macros.exp: Remove "debug" from the compile
10981         options.
10982
10983 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
10984
10985         * gdb.dlang/demangle.exp: New file.
10986
10987 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
10988
10989         * gdb.dlang/primitive-types.exp: New file.
10990
10991 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
10992
10993         * configure.ac: Create gdb.dlang/Makefile.
10994         * configure: Regenerate.
10995         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
10996         * gdb.dlang/Makefile.in: New file.
10997         * lib/d-support.exp: New file.
10998         * lib/gdb.exp (skip_d_tests): New proc.
10999
11000 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11001
11002         * gdb.btrace/delta.exp: Check reverse stepi.
11003         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
11004         * gdb.btrace/finish.exp: New.
11005         * gdb.btrace/next.exp: New.
11006         * gdb.btrace/nexti.exp: New.
11007         * gdb.btrace/record_goto.c: Add comments.
11008         * gdb.btrace/step.exp: New.
11009         * gdb.btrace/stepi.exp: New.
11010         * gdb.btrace/multi-thread-step.c: New.
11011         * gdb.btrace/multi-thread-step.exp: New.
11012         * gdb.btrace/rn-dl-bind.c: New.
11013         * gdb.btrace/rn-dl-bind.exp: New.
11014         * gdb.btrace/data.c: New.
11015         * gdb.btrace/data.exp: New.
11016         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11017
11018 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11019
11020         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11021         * gdb.btrace/exception.exp: Update.
11022         * gdb.btrace/instruction_history.exp: Update.
11023         * gdb.btrace/record_goto.exp: Update.
11024         * gdb.btrace/tailcall.exp: Update.
11025         * gdb.btrace/unknown_functions.exp: Update.
11026         * gdb.btrace/delta.exp: New.
11027
11028 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11029
11030         * gdb.btrace/record_goto.exp: Add backtrace test.
11031         * gdb.btrace/tailcall.exp: Add backtrace test.
11032
11033 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11034
11035         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11036         * gdb.btrace/record_goto.c: New.
11037         * gdb.btrace/record_goto.exp: New.
11038         * gdb.btrace/x86-record_goto.S: New.
11039
11040 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11041
11042         * gdb.btrace/function_call_history.exp: Update tests.
11043         * gdb.btrace/instruction_history.exp: Update tests.
11044
11045 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11046
11047         * gdb.btrace/function_call_history.exp: Fix expected field
11048         order for "record function-call-history".
11049         Add new tests for "record function-call-history /c".
11050         * gdb.btrace/exception.cc: New.
11051         * gdb.btrace/exception.exp: New.
11052         * gdb.btrace/tailcall.exp: New.
11053         * gdb.btrace/x86-tailcall.S: New.
11054         * gdb.btrace/x86-tailcall.c: New.
11055         * gdb.btrace/unknown_functions.c: New.
11056         * gdb.btrace/unknown_functions.exp: New.
11057         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11058
11059 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11060
11061         * gdb.btrace/instruction_history.exp: Update.
11062         * gdb.btrace/function_call_history.exp: Update.
11063
11064 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11065
11066         * gdb.btrace/function_call_history.exp: Fix expected function
11067         trace.
11068         * gdb.btrace/instruction_history.exp: Initialize traced.
11069         Remove traced_functions.
11070
11071 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11072
11073         * gdb.btrace/function_call_history.exp: Update
11074         * gdb.btrace/instruction_history.exp: Update.
11075
11076 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
11077
11078         * gdb.btrace/enable.exp: Update expected text.
11079
11080 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
11081
11082         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11083         bytes.
11084
11085 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
11086
11087         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11088
11089 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
11090
11091         * lib/gdb.exp (supports_process_record): Return true for
11092         arm*-linux*.  (supports_reverse): Likewise.
11093
11094 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
11095
11096         PR python/15464
11097         PR python/16113
11098         * gdb.python/py-type.c: Enhance test case.
11099         * gdb.python/py-value-cc.cc: Likewise
11100         * gdb.python/py-type.exp: Add new tests.
11101         * gdb.python/py-value-cc.exp: Likewise
11102
11103 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11104             Pedro Alves <palves@redhat.com>
11105
11106         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11107         Make "name" extern.
11108         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11109         references to ${name}_start by references to ${name}.
11110
11111 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11112
11113         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11114
11115 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
11116
11117         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11118
11119 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
11120             Pedro Alves  <palves@redhat.com>
11121
11122         * gdb.mi/mi-info-os.exp: Connect to the target with
11123         mi_gdb_target_load.
11124
11125 2014-01-08  Pedro Alves  <palves@redhat.com>
11126
11127         * gdb.threads/reconnect-signal.c: New file.
11128         * gdb.threads/reconnect-signal.exp: New file.
11129
11130 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11131
11132         * gdb.base/source-dir.exp: New file.
11133
11134 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11135
11136         * gdb.ada/mi_interface: New testcase.
11137
11138 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11139
11140         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11141         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11142         gdb.ada/pp-rec-component/pck.ads: New files.
11143
11144 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
11145
11146         * gdb.python/py-pp-integral.c: New file.
11147         * gdb.python/py-pp-integral.py: New file.
11148         * gdb.python/py-pp-integral.exp: New file.
11149
11150 For older changes see ChangeLog-1993-2013.
11151 \f
11152 ;; Local Variables:
11153 ;; mode: change-log
11154 ;; left-margin: 8
11155 ;; fill-column: 74
11156 ;; version-control: never
11157 ;; End:
11158
11159     Copyright 2014-2017 Free Software Foundation, Inc.
11160   Copying and distribution of this file, with or without modification,
11161   are permitted provided the copyright notice and this notice are preserved.