List checkpoints in ascending order
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2015-11-24  Pedro Alves  <palves@redhat.com>
2
3         PR 17539
4         * gdb.base/display.exp: Expect displays to be sorted in ascending
5         order.  Use multi_line.
6         * gdb.base/solib-display.exp: Likewise.
7
8 2015-11-24  Pedro Alves  <palves@redhat.com>
9
10         PR 17539
11         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
12         threads in ascending order.
13         * gdb.base/foll-fork.exp: Likewise.
14         * gdb.base/foll-vfork.exp: Likewise.
15         * gdb.base/multi-forks.exp: Likewise.
16         * gdb.mi/mi-nonstop.exp: Likewise.
17         * gdb.mi/mi-nsintrall.exp: Likewise.
18         * gdb.multi/base.exp: Likewise.
19         * gdb.multi/multi-arch.exp: Likewise.
20         * gdb.python/py-inferior.exp: Likewise.
21         * gdb.threads/break-while-running.exp: Likewise.
22         * gdb.threads/execl.exp: Likewise.
23         * gdb.threads/gcore-thread.exp: Likewise.
24         * gdb.threads/info-threads-cur-sal.exp: Likewise.
25         * gdb.threads/kill.exp: Likewise.
26         * gdb.threads/linux-dp.exp: Likewise.
27         * gdb.threads/multiple-step-overs.exp: Likewise.
28         * gdb.threads/next-bp-other-thread.exp: Likewise.
29         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
30         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
31         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
32         * gdb.threads/thread-find.exp: Likewise.
33         * gdb.threads/tls.exp: Likewise.
34         * lib/mi-support.exp (mi_reverse_list): Delete.
35         (mi_check_thread_states): No longer reverse list.
36
37 2015-11-24  Pedro Alves  <palves@redhat.com>
38
39         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
40         use lowercase.
41
42 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
43
44         * gdb.trace/actions.c: Include trace-common.h.
45         (main): Add a location for a fast tracepoint.
46         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
47         the normal tracepoints.
48         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
49
50 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
51
52         * save-trace.exp: Factor out code to these...
53         (gdb_save_tracepoints): New.
54         (gdb_load_tracepoints): New.
55         (do_save_load_test): New.
56
57 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
58
59         * gdb.base/asmlabel.exp: New test.
60         * gdb.base/asmlabel.c: New test case.
61
62 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
63
64         * gdb.base/wrong_frame_bt_full-main.c: New file.
65         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
66         * gdb.base/wrong_frame_bt_full.exp: New file.
67
68 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
69
70         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
71
72 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
73
74         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
75         pstate register when comparing registers values in
76         sparc64-*-linux-gnu targets to avoid spurious differences.
77
78 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
79
80         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
81
82 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
83
84         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
85         as type argument to gdb_compile.
86         * gdb.base/nested-subp2.exp: Likewise.
87         * gdb.base/nested-subp3.exp: Likewise.
88
89 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
90
91         * lib/dwarf.exp (_note): Fix left shift of negative value.
92         * gdb.trace/trace-condition.exp: Likewise.
93
94 2015-11-13  Yao Qi  <yao.qi@linaro.org>
95
96         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
97         comments about d10v.
98         (test_scalar_returns): Likewise.
99         * gdb.base/d10v.ld: Remove.
100         * gdb.base/overlays.exp: Remove the target triplet checking for
101         d10v-*-*.
102         * gdb.base/structs.exp (test_struct_returns): Remove the
103         comments about d10v.
104         (test_struct_calls): Likewise.
105
106 2015-11-13  Yao Qi  <yao.qi@linaro.org>
107
108         * gdb.base/gnu_vector.exp: Check the return value by "p res".
109         * gdb.base/gnu_vector.c: Don't include stdio.h.
110         (main): Don't print res and call add_some_intvecs.
111
112 2015-11-11  Marcin Kościelnicki  <koriakin@0x04.net>
113
114         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
115         macro.
116         (func5): Removed.
117         (func4): Use FAST_TRACEPOINT_LABEL.
118         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
119         macro.
120         (func): Removed.
121         (thread_function): Use FAST_TRACEPOINT_LABEL.
122         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
123         (func): Remove.
124         (marker): Use FAST_TRACEPOINT_LABEL.
125         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
126         (pendfunc1): Remove.
127         (pendfunc): Use FAST_TRACEPOINT_LABEL.
128         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
129         (foo): Remove.
130         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
131         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
132         macro.
133         (func): Remove.
134         (marker): Use FAST_TRACEPOINT_LABEL.
135         * gdb.trace/trace-common.h: New header.
136         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
137         macro.
138         (func): Remove.
139         (marker): Use FAST_TRACEPOINT_LABEL.
140         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
141         (func): Remove.
142         (thread_function): Use FAST_TRACEPOINT_LABEL.
143
144 2015-11-10  Marcin Kościelnicki  <koriakin@0x04.net>
145
146         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
147         in front.
148         * gdb.trace/change-loc.exp: Use global pcreg definition.
149         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
150         * gdb.trace/entry-values.exp: Use global spreg definition, add $
151         in front.
152         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
153         * gdb.trace/pending.exp: Likewise.
154         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
155         * gdb.trace/trace-break.exp: Likewise.
156         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
157         in front.
158         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
159         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
160         in front.
161         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
162
163 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
164
165         * gdb.ada/fin_fun_out: New testcase.
166
167 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
168
169         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
170         value associated with DW_AT_byte_size.
171         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
172         constants for DW_AT_byte_size, DW_AT_lower_bound, and
173         DW_AT_upper_bound.
174
175 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
176
177         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
178         (gdb_target_symbol_prefix_flags): Define in terms of _asm
179         version.
180         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
181         gdb.dwarf2/dw2-canonicalize-type.exp,
182         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
183         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
184         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
185         provided by gdb_target_symbol_prefix_flags_asm.
186         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
187         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
188         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
189         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
190         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
191         macros where needed).  Use this macro for symbols which require
192         the prefix provided by SYMBOL_PREFIX.
193
194 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
195
196         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
197         New procs.
198         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
199         representing expressions, of more than one list element.
200         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
201         to prepend linker symbol prefix to f.
202         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
203         table_1 and table_2.
204         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
205         Likewise, for f and g.
206         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
207         for ptr.
208         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
209         for main.
210         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
211         table_1_ptr and table_2_ptr.
212
213 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
214             Joel Brobecker  <brobecker@adacore.com>
215
216         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
217
218 2015-11-04  Marcin Kościelnicki  <koriakin@0x04.net>
219
220         * gdb.reverse/s390-mvcle.c: New test.
221         * gdb.reverse/s390-mvcle.exp: New file.
222         * lib/gdb.exp: Enable reverse tests on s390*-linux.
223
224 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
225
226         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
227
228 2015-11-02  Marcin Kościelnicki  <koriakin@0x04.net>
229
230         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
231         reaching marker2.
232         * gdb.reverse/getresuid-reverse.exp: Likewise.
233         * gdb.reverse/pipe-reverse.exp: Likewise.
234         * gdb.reverse/readv-reverse.exp: Likewise.
235         * gdb.reverse/recvmsg-reverse.exp: Likewise.
236         * gdb.reverse/time-reverse.exp: Likewise.
237         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
238
239 2015-10-30  Yao Qi  <yao.qi@linaro.org>
240
241         * gdb.threads/wp-replication.c (watch_count_done): Remove.
242         (empty_cycle): Remove.
243         (main): Don't call empty_cycle.  Don't use watch_count_done.
244         * gdb.threads/wp-replication.exp: Don't set breakpoint on
245         empty_cycle.  Rewrite the code counting HW watchpoints.
246
247 2015-10-30  Marcin Kościelnicki  <koriakin@0x04.net>
248
249         * gdb.reverse/fstatat-reverse.c: New test.
250         * gdb.reverse/fstatat-reverse.exp: New file.
251         * gdb.reverse/getresuid-reverse.c: New test.
252         * gdb.reverse/getresuid-reverse.exp: New file.
253         * gdb.reverse/pipe-reverse.c: New test.
254         * gdb.reverse/pipe-reverse.exp: New file.
255         * gdb.reverse/readv-reverse.c: New test.
256         * gdb.reverse/readv-reverse.exp: New file.
257         * gdb.reverse/recvmsg-reverse.c: New test.
258         * gdb.reverse/recvmsg-reverse.exp: New file.
259         * gdb.reverse/time-reverse.c: New test.
260         * gdb.reverse/time-reverse.exp: New file.
261         * gdb.reverse/waitpid-reverse.c: New test.
262         * gdb.reverse/waitpid-reverse.exp: New file.
263
264 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
265
266         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
267
268 2015-10-26  Doug Evans  <dje@google.com>
269
270         PR symtab/17391
271         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
272         * gdb.dwarf2/bad-regnum.c: New file.
273         * gdb.dwarf2/bad-regnum.exp: New file.
274
275 2015-10-26  Doug Evans  <dje@google.com>
276
277         PR python/18938
278         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
279         file.
280
281 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
282
283         * gdb.compile/compile.exp (compile code globalvar): Update expectation
284         for a change by "Mention language in compile error message".
285
286 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
287
288         PR python/18073
289         * gdb.python/py-type.c (C::a_method): New.
290         (C::a_const_method): New.
291         (C::a_static_method): New.
292         (a_function): New.
293         * gdb.python/py-type.exp (test_fields): Test getting fields
294         from function and method.
295
296 2015-10-21  Keven Boell  <keven.boell@intel.com>
297
298         * gdb.fortran/vla-alloc-assoc.exp: New file.
299         * gdb.fortran/vla-datatypes.exp: New file.
300         * gdb.fortran/vla-datatypes.f90: New file.
301         * gdb.fortran/vla-history.exp: New file.
302         * gdb.fortran/vla-ptype-sub.exp: New file.
303         * gdb.fortran/vla-ptype.exp: New file.
304         * gdb.fortran/vla-sizeof.exp: New file.
305         * gdb.fortran/vla-sub.f90: New file.
306         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
307         * gdb.fortran/vla-value-sub-finish.exp: New file.
308         * gdb.fortran/vla-value-sub.exp: New file.
309         * gdb.fortran/vla-value.exp: New file.
310         * gdb.fortran/vla-ptr-info.exp: New file.
311         * gdb.mi/mi-vla-fortran.exp: New file.
312         * gdb.mi/vla.f90: New file.
313
314 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
315
316         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
317         of hardwired timeout value.
318
319 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
320             Pedro Alves  <palves@redhat.com>
321
322         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
323         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
324
325 2015-10-19  Josh Stone  <jistone@redhat.com>
326
327         * gdb.base/catch-syscall.c: Include <sched.h>.
328         (unknown_syscall): New variable.
329         (main): Trigger a vfork and an unknown syscall.
330         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
331         (unknown_syscall_number): Likewise.
332         (check_call_to_syscall): Accept an optional syscall pattern.
333         (check_return_from_syscall): Likewise.
334         (check_continue): Likewise.
335         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
336         (test_catch_syscall_skipping_return): New test toggling off 'catch
337         syscall' to step over the syscall return, then toggling back on.
338         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
339         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
340         (do_syscall_tests): Call test_catch_syscall_without_args and
341         test_catch_syscall_mid_vfork.
342         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
343         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
344
345 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
346
347         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
348         print g_vE): Add new pass patterns.
349         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
350         print various symbol names for vptr fields.
351
352 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
353
354         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
355         results.
356
357 2015-10-12  Yao Qi  <yao.qi@linaro.org>
358
359         * gdb.arch/disp-step-insn-reloc.exp: New test case.
360
361 2015-10-12  Yao Qi  <yao.qi@linaro.org>
362
363         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
364         is aarch64*-*-linux*.
365
366 2015-10-12  Yao Qi  <yao.qi@linaro.org>
367
368         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
369         (can_relocate_bcond_true): ... it.
370         (can_relocate_bcond_false): New function.
371         (foo): Likewise.
372         (can_relocate_bl): Likewise.
373         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
374         can_relocate_bl.
375
376 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
377
378         * gdb.base/nested-addr.c: New file.
379         * gdb.base/nested-addr.exp: New testcase.
380
381 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
382
383         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
384         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
385         its output.  Ignore the output of "record goto begin" and instead
386         check that GDB is replaying.
387
388 2015-10-09  Pedro Alves  <palves@redhat.com>
389
390         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
391         (top level): Use it in the run with no args test.
392
393 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
394
395         * gdb.dlang/properties.exp: New file.
396
397 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
398
399         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
400         whether or not address 0x1000 is mapped on the target.
401
402 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
403
404         * gdb.python/py-type.exp: Do not run tests if binaries fail to
405         build.
406
407 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
408
409         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
410         instruction-history test.
411
412 2015-09-28  Doug Evans  <dje@google.com>
413
414         * gdb.base/gcore.c (array_func): Add reference to static_array.
415
416 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
417
418         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
419         source line.
420
421 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
422
423         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
424         short or char as base type.
425
426 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
427
428         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
429         to allow any size enum.
430
431 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
432
433         * gdb.ada/array_ptr_renaming.exp: New testcase.
434         * gdb.ada/array_ptr_renaming/foo.adb: New file.
435         * gdb.ada/array_ptr_renaming/pack.ads: New file.
436
437 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
438
439         * gdb.trace/ftrace-lock.c: New file.
440         * gdb.trace/ftrace-lock.exp: New file.
441
442 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
443
444         * gdb.arch/insn-reloc.c: New file.
445         * gdb.arch/ftrace-insn-reloc.exp: New file.
446
447 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
448
449         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
450         instruction.
451         * gdb.trace/pendshr1.c (pendfunc): Likewise.
452         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
453         * gdb.trace/range-stepping.c: Likewise.
454         * gdb.trace/trace-break.c: Likewise.
455         * gdb.trace/trace-mt.c (thread_function): Likewise.
456         * gdb.trace/ftrace.c (marker): Likewise.
457         * gdb.trace/trace-condition.c (marker): Likewise.
458         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
459         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
460         is_aarch64_target.
461
462 2015-09-18  Doug Evans  <xdje42@gmail.com>
463
464         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
465         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
466
467 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
468
469         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
470         the breakpoint.
471
472 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
473
474         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
475         the pending breakpoint.  Remove timeout override for "Run till
476         MI pending breakpoint on pendfunc3 on thread 2" test.
477
478 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
479
480         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
481         filename pattern.
482
483 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
484
485         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
486         in breakpoint filename pattern.
487
488 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
489
490         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
491
492 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
493
494         * gdb.linespec/explicit.exp: Check for readline support for
495         tab-completion tests.  Fix obvious typo.
496
497 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
498
499         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
500         and replay.
501
502 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
503
504         * gdb.btrace/non-stop.c: New.
505         * gdb.btrace/non-stop.exp: New.
506
507 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
508             Yao Qi  <yao.qi@linaro.org>
509
510         * gdb.trace/trace-condition.c: New file.
511         * gdb.trace/trace-condition.exp: New file.
512
513 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
514
515         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
516         for testing bytecode compilation.
517
518 2015-09-16  Pedro Alves  <palves@redhat.com>
519             Sandra Loosemore <sandra@codesourcery.com>
520
521         * gdb.threads/non-stop-fair-events.c (timeout): New global.
522         (SECONDS): Redefine.
523         (main): Call pthread_kill and alarm early.
524         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
525         support.
526         (test): If the target can't hardware step and doesn't support
527         displaced stepping, increase the timeout.
528
529 2015-09-16  Pedro Alves  <palves@redhat.com>
530
531         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
532         (enable_debug): New procedures.
533         (test): Use them.  Bail out if waiting for threads fails.
534         (top level): Bail out if a test fails.
535
536 2015-09-16  Yao Qi  <yao.qi@linaro.org>
537
538         * gdb.asm/asm-source.exp: Set asm-arch for
539         aarch64*-*-* target.
540         * gdb.asm/aarch64.inc: New file.
541
542 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
543
544         * gdb.ada/array_of_variable_length.exp: New testcase.
545         * gdb.ada/array_of_variable_length/foo.adb: New file.
546         * gdb.ada/array_of_variable_length/pck.adb: New file.
547         * gdb.ada/array_of_variable_length/pck.ads: New file.
548
549 2015-09-15  Doug Evans  <dje@google.com>
550
551         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
552         of function static local variable.
553
554 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
555
556         * gdb.threads/tls-so_extern.exp: New test file.
557         * gdb.threads/tls-so_extern.c: New test file.
558         * gdb.threads/tls-so_extern_main.c: New test file.
559
560 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
561
562         * gdb.opt/solib-intra-step-lib.c: New file.
563         * gdb.opt/solib-intra-step-main.c: New file.
564         * gdb.opt/solib-intra-step.exp: New file.
565
566 2015-09-15  Pedro Alves  <palves@redhat.com>
567
568         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
569         gdb_continue_to_breakpoint instead of gdb_test_multiple.
570
571 2015-09-14  Pedro Alves  <palves@redhat.com>
572
573         * gdb.base/hook-stop-continue.c: Delete.
574         * gdb.base/hook-stop-continue.exp: Delete.
575         * gdb.base/hook-stop-frame.c: Delete.
576         * gdb.base/hook-stop-frame.exp: Delete.
577         * gdb.base/hook-stop.c: New file.
578         * gdb.base/hook-stop.exp: New file.
579
580 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
581
582         * gdb.ada/access_to_packed_array.exp: New testcase.
583         * gdb.ada/access_to_packed_array/foo.adb: New file.
584         * gdb.ada/access_to_packed_array/pack.adb: New file.
585         * gdb.ada/access_to_packed_array/pack.ads: New file.
586
587 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
588
589         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
590         buffer size test.
591
592 2015-09-11  Don Breazeal  <donb@codesourcery.com>
593
594         * gdb.base/foll-exec.c: Add copyright header.  Fix
595         formatting issues.
596         * gdb.base/foll-exec.exp (zap_session): Delete proc.
597         (do_exec_tests): Use clean_restart in place of zap_session,
598         and for test initialization.  Fix formatting issues.  Use
599         fail in place of perror.
600         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
601         an expect statement to match an expression with output from
602         the program under debug.
603         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
604         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
605         * gdb.threads/non-ldr-exc-2.exp: Likewise.
606         * gdb.threads/non-ldr-exc-3.exp: Likewise.
607         * gdb.threads/non-ldr-exc-4.exp: Likewise.
608
609 2015-09-09  Doug Evans  <dje@google.com>
610
611         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
612
613 2015-09-09  Doug Evans  <dje@google.com>
614
615         * gdb.base/pie-execl.exp: Fix result test of build_executable.
616
617 2015-09-09  Doug Evans  <dje@google.com>
618
619         * gdb.base/savedregs.exp: Fix typo.
620
621 2015-09-09  Pedro Alves  <palves@redhat.com>
622
623         * gdb.mi/mi-cli.exp: Add CLI finish tests.
624
625 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
626
627         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
628         command actually switches threads.  Give up on remaining
629         tests if target fails to stop at breakpoint.
630
631 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
632
633         * gdb.ada/funcall_char.exp: New testcase.
634         * gdb.ada/funcall_char/foo.adb: New file.
635
636 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
637
638         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
639         expected outputs.  Add two testcases for completing ambiguous
640         functions.
641         * gdb.ada/complete/aux_pck.adb: New file.
642         * gdb.ada/complete/aux_pck.ads: New file.
643         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
644         Ambiguous_Func functions.
645         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
646         * gdb.ada/complete/pck.adb: Likewise.
647
648 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
649
650         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
651         failures to run the test program under GDB.
652
653 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
654
655         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
656         to C.
657
658 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
659
660         * gdb.base/run-after-attach.exp: New test file.
661         * gdb.base/run-after-attach.c: New test file.
662
663 2015-08-26  Don Breazeal  <donb@codesourcery.com>
664
665         * gdb.base/foll-exec-2.c: New test program.
666         * gdb.base/foll-exec-2.exp: New test.
667
668 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
669
670         * gdb.base/nested-subp1.exp: New file.
671         * gdb.base/nested-subp1.c: New file.
672         * gdb.base/nested-subp2.exp: New file.
673         * gdb.base/nested-subp2.c: New file.
674         * gdb.base/nested-subp3.exp: New file.
675         * gdb.base/nested-subp3.c: New file.
676
677 2015-08-24  Pedro Alves  <palves@redhat.com>
678
679         * gdb.server/connect-without-multi-process.c: New file.
680         * gdb.server/connect-without-multi-process.exp: New file.
681
682 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
683
684         * gdb.opt/inline-markers.c: Make z int.
685
686 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
687
688         * gdb.opt/inline-markers.c: Make z volatile.
689
690 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
691
692         * gdb.opt/inline-bt.c: New volatile global z.
693         * gdb.opt/inline-cmds.c: Likewise.
694         * gdb.opt/inline-locals.c: Likewise.
695         * gdb.opt/inline-markers.c: New extern global z.
696         (marker): Use z.
697         (inline_fn): Likewise.
698
699 2015-08-24  Pedro Alves  <palves@redhat.com>
700
701         * config/m32r-stub.exp: Remove file.
702         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
703         * gdb.base/call-rt-st.exp: Likewise.
704         * gdb.base/call-strs.exp: Likewise.
705         * gdb.base/default.exp: Remove references to h8300-*-hms and
706         *-*-udi*.
707         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
708
709 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
710
711         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
712         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
713         and "return" use KFAIL when GDB can not read/write the vector
714         return value.
715
716 2015-08-21  Gary Benson <gbenson@redhat.com>
717
718         * gdb.trace/pending.exp: Cope with remote transfer warnings.
719
720 2015-08-20  Pedro Alves  <palves@redhat.com>
721
722         * gdb.server/solib-list.exp: No longer expect an interior stop in
723         non-stop mode.
724
725 2015-08-20  Pedro Alves  <palves@redhat.com>
726
727         * gdb.server/connect-stopped-target.c: New file.
728         * gdb.server/connect-stopped-target.exp: New file.
729
730 2015-08-20  Pedro Alves  <palves@redhat.com>
731
732         * gdb.dwarf2/comp-unit-lang.exp: New file.
733         * gdb.dwarf2/comp-unit-lang.c: New file.
734
735 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
736
737         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
738         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
739
740 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
741
742         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
743         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
744
745 2015-08-18  Doug Evans  <dje@google.com>
746             Adrian Sendroiu <adrian.sendroiu@freescale.com>
747
748         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
749         skip_python_tests.  New arg prompt_regexp.
750         (skip_python_tests): New function.
751         * lib/mi-support.exp (mi_skip_python_tests): New function.
752         * gdb.python/py-mi-objfile-gdb.py: New file.
753         * gdb.python/py-mi-objfile.c: New file.
754         * gdb.python/py-mi-objfile.exp: New file.
755
756 2015-08-17  Keith Seitz  <keiths@redhat.com>
757
758         * gdb.linespec/explicit.exp: Move strace test from here ...
759         * gdb.trace/strace.exp: ... to here.
760
761 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
762
763         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
764         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
765
766 2015-08-14  Doug Evans  <xdje42@gmail.com>
767
768         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
769         inferior before selecting a new file.
770
771 2015-08-14  Doug Evans  <xdje42@gmail.com>
772
773         * gdb.mi/mi-disassemble.exp: Update.
774         * gdb.base/disasm-optim.S: New file.
775         * gdb.base/disasm-optim.c: New file.
776         * gdb.base/disasm-optim.h: New file.
777         * gdb.base/disasm-optim.exp: New file.
778
779 2015-08-14  Keith Seitz  <keiths@redhat.com>
780
781         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
782         "evaluated-by".
783
784 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
785
786         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
787
788 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
789
790         * gdb.ada/fun_renaming.exp: New testcase.
791         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
792         * gdb.ada/fun_renaming/pack.adb: New file.
793         * gdb.ada/fun_renaming/pack.ads: New file.
794
795 2015-08-12  Keith Seitz  <keiths@redhat.com>
796
797         * gdb.base/dso2dso.exp: Pass basename of source file in call to
798         gdb_get_line_number.
799
800 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
801
802         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
803         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
804         gdb.base/dso2dso.exp: New files.
805
806 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
807             Pedro Alves  <palves@redhat.com>
808             Keith Seitz  <keiths@redhat.com>
809
810         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
811         GDBFLAGS.
812
813 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
814
815         * gdb.base/gdbhistsize-history.exp
816         (test_histsize_history_setting): Use save_vars.
817         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
818         Use save_vars.
819         (test_no_truncation_of_unlimited_history_file): Use save_vars.
820         * gdb.base/readline.exp: Use save_vars.
821
822 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
823
824         * lib/gdb.exp (save_vars): New proc.
825
826 2015-08-11  Keith Seitz  <keiths@redhat.com>
827
828         * gdb.base/help.exp: Update help_breakpoint_text.
829
830 2015-08-11  Keith Seitz  <keiths@redhat.com>
831
832         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
833         (at toplevel): Call test_explicit_breakpoints.
834         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
835         breakpoints.
836         * lib/mi-support.exp (mi_make_breakpoint): Add support for
837         breakpoint conditions, "-cond".
838
839 2015-08-11  Keith Seitz  <keiths@redhat.com>
840
841         * gdb.linespec/3explicit.c: New file.
842         * gdb.linespec/cpexplicit.cc: New file.
843         * gdb.linespec/cpexplicit.exp: New file.
844         * gdb.linespec/explicit.c: New file.
845         * gdb.linespec/explicit.exp: New file.
846         * gdb.linespec/explicit2.c: New file.
847         * gdb.linespec/ls-errs.exp: Add explicit location tests.
848         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
849         before using in the matching pattern.
850         Clarify that `prefix' is a regular expression.
851
852 2015-08-11  Keith Seitz  <keiths@redhat.com>
853
854         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
855         test.
856         Add tests for missing ",FMT" and ",".
857
858 2015-08-10  Doug Evans  <dje@google.com>
859             Keith Seitz  <keiths@redhat.com>
860
861         PR gdb/17960
862         * gdb.base/completion.exp: Add location completer tests.
863
864 2015-08-07  Pedro Alves  <palves@redhat.com>
865
866         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
867         tests here.
868         (top level): Run do_test with and without displaced stepping.
869
870 2015-08-07  Pedro Alves  <palves@redhat.com>
871
872         * gdb.base/valgrind-disp-step.c: New file.
873         * gdb.base/valgrind-disp-step.exp: New file.
874
875 2015-08-07  Pedro Alves  <palves@redhat.com>
876
877         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
878         Delete function.
879         (main): Add alarm.  Run an infinite loop instead of calling
880         wait_threads.
881         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
882         comment.
883         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
884         Delete function.
885         (main): Add alarm.  Run an infinite loop instead of calling
886         wait_threads.
887         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
888         comment.
889
890 2015-08-07  Pedro Alves  <palves@redhat.com>
891
892         * gdb.base/checkpoint-ns.exp: New file.
893         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
894         standard_testfile.
895
896 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
897
898         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
899         * gdb.btrace/instruction_history.exp: Update.
900         * gdb.btrace/tsx.exp: New.
901         * gdb.btrace/tsx.c: New.
902
903 2015-08-06  Pedro Alves <palves@redhat.com>
904
905         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
906         increase timeout.
907         * gdb.reverse/until-precsave.exp: Bump timeouts.
908
909 2015-08-06  Pedro Alves  <palves@redhat.com>
910
911         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
912
913 2015-08-06  Pedro Alves  <palves@redhat.com>
914
915         PR gdb/18749
916         * gdb.threads/process-dies-while-handling-bp.c: New file.
917         * gdb.threads/process-dies-while-handling-bp.exp: New file.
918
919 2015-08-06  Pedro Alves  <palves@redhat.com>
920
921         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
922         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
923
924 2015-08-05  Pedro Alves  <palves@redhat.com>
925
926         * gdb.threads/next-while-other-thread-longjmps.c: New file.
927         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
928
929 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
930
931         * gdb.base/bp-permanent.exp: Report test as unsupported if
932         the target cannot stop at the permanent breakpoint.
933
934 2015-08-03  Doug Evans  <dje@google.com>
935
936         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
937         10000.
938
939 2015-08-03  Doug Evans  <dje@google.com>
940
941         * Makefile.in (workers/%.worker, build-perf): New rule.
942         (GDB_PERFTEST_MODE): New variable.
943         (check-perf): Use it.
944         (clean): Clean up gdb.perf parallel build subdirs.
945         * lib/build-piece.exp: New file.
946         * lib/gdb.exp (make_gdb_parallel_path): New function
947         (standard_output_file, standard_temp_file): Call it.
948         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
949         of $GDB_PARALLEL.
950         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
951
952 2015-08-03  Doug Evans  <dje@google.com>
953
954         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
955         (LOG_FILE_NAME): New global.
956         (TextReporter.__init__): Initialize self.txt_sum.
957         (TextReporter.report): Add support for multiple data-points.
958         Move report to perftest.sum, put raw data in perftest.log.
959         (TextReporter.start): Open sum and log files.
960         (TextReporter.end): Close sum and log files.
961         * gdb.perf/lib/perftest/testresult.py
962         (SingleStatisticTestResult.record): Handle multiple data-points.
963
964 2015-07-31  Pedro Alves  <palves@redhat.com>
965
966         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
967         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
968         kill_wait_spawned_process instead of explicit "kill -9".
969         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
970         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
971         kill_wait_spawned_process.
972         * gdb.base/attach-twice.exp: Likewise.
973         * gdb.base/attach.exp: Likewise.
974         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
975         gdb_test_multiple.
976         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
977         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
978         kill_wait_spawned_process.
979         * gdb.base/valgrind-infcall.exp: Likewise.
980         * gdb.multi/multi-attach.exp: Likewise.
981         * gdb.python/py-prompt.exp: Likewise.
982         * gdb.python/py-sync-interp.exp: Likewise.
983         * gdb.server/ext-attach.exp: Likewise.
984         * gdb.threads/attach-into-signal.exp (corefunc): Use
985         spawn_wait_for_attach, spawn_id_get_pid and
986         kill_wait_spawned_process.
987         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
988         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
989         spawn_id_get_pid and kill_wait_spawned_process.
990         * gdb.threads/attach-stopped.exp (corefunc): Use
991         spawn_wait_for_attach, spawn_id_get_pid and
992         kill_wait_spawned_process.
993         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
994         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
995         kill_wait_spawned_process instead of explicit "kill -9".
996         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
997         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
998         (spawn_wait_for_attach): Use spawn instead of exec to spawn
999         processes.  Don't map cygwin/windows pids here.  Now returns a
1000         spawn id list.
1001
1002 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
1003
1004         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
1005         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
1006         correct patch.
1007
1008 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
1009
1010         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
1011
1012 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
1013
1014         Reapply:
1015         2014-05-21  Mark Wielaard  <mjw@redhat.com>
1016
1017         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
1018
1019 2015-07-30  Pedro Alves  <palves@redhat.com>
1020
1021         * linux-low.c (handle_extended_wait): Set the child's last
1022         reported status to TARGET_WAITKIND_STOPPED.
1023
1024 2015-07-30  Pedro Alves  <palves@redhat.com>
1025
1026         PR threads/18600
1027         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
1028         only shows inferior 1.
1029
1030 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
1031             Pedro Alves  <palves@redhat.com>
1032
1033         PR threads/18600
1034         * gdb.threads/fork-plus-threads.c: New file.
1035         * gdb.threads/fork-plus-threads.exp: New file.
1036
1037 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
1038
1039         * gdb.base/batch-preserve-term-settings.exp
1040         (test_terminal_settings_preserved_after_cli_exit): Use
1041         send_quit_command.
1042
1043 2015-07-29  Pedro Alves  <palves@redhat.com>
1044             Don Breazeal  <donb@codesourcery.com>
1045
1046         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
1047         output from both inferior_spawn_id and gdb_spawn_id.
1048
1049 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1050
1051         * gdb.threads/attach-into-signal.exp (corefunc): Use
1052         with_test_prefix on nested loops, uniquefying the test messages.
1053
1054 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
1055
1056         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
1057         commit.
1058
1059 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
1060
1061         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
1062         New proc.
1063         (test_terminal_settings_preserved_after_sigterm): New test.
1064
1065 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
1066
1067         * gdb.base/batch-preserve-term-settings.exp
1068         (test_terminal_settings_preserved_after_cli_exit): New test.
1069
1070 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
1071
1072         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
1073         manipulation of saved_gdbflags.
1074         (test_terminal_settings_preserved): Remove global declaration of
1075         the unused variable pagination_prompt.  Remove manipulation of
1076         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
1077         GDBFLAGS.
1078
1079 2015-07-29  Pedro Alves  <palves@redhat.com>
1080
1081         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
1082
1083 2015-07-29  Pedro Alves  <palves@redhat.com>
1084
1085         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
1086         at the top.
1087
1088 2015-07-29  Pedro Alves  <palves@redhat.com>
1089
1090         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
1091         (main): Call gdb_unbuffer_output.
1092         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
1093         (main): Call gdb_unbuffer_output.
1094         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
1095         (main): Call gdb_unbuffer_output.
1096         * gdb.base/call-strs.exp: Adjust to step over the
1097         gdb_unbuffer_output call.
1098         * gdb.base/catch-gdb-caused-signals.c: Include
1099         "../lib/unbuffer_output.c".
1100         (main): Call gdb_unbuffer_output.
1101         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
1102         (main): Call gdb_unbuffer_output.
1103         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
1104         (main): Call gdb_unbuffer_output.
1105         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
1106         (main): Call gdb_unbuffer_output.
1107         * gdb.base/shlib-call.exp: Adjust to step over the
1108         gdb_unbuffer_output call.
1109         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
1110         (main): Call gdb_unbuffer_output.
1111         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
1112         (main): Call gdb_unbuffer_output.
1113         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
1114         (main): Rename to ...
1115         (test): ... this.
1116         (main): Reimplement.
1117         * gdb.base/varargs.exp: Run to test instead of to main.
1118         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1119         (main): Call gdb_unbuffer_output.
1120
1121 2015-07-29  Pedro Alves  <palves@redhat.com>
1122
1123         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
1124         factore out from mi_continue_dprintf.  For call-style dprintfs,
1125         expect dprintf output out of $inferior_spawn_id.
1126         (mi_continue_dprintf): Use mi_expect_dprintf.
1127         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
1128         (main): Call gdb_unbuffer_output.
1129
1130 2015-07-29  Pedro Alves  <palves@redhat.com>
1131
1132         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
1133         (default_mi_gdb_start): Set inferior_spawn_id instead of
1134         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
1135         gdb_spawn_id.
1136         (mi_gdb_test): Always expect inferior output from both
1137         $inferior_spawn_id and $gdb_spawn_id.
1138
1139 2015-07-29  Pedro Alves  <palves@redhat.com>
1140
1141         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
1142         send_inferior and $inferior_spawn_id.
1143
1144 2015-07-29  Pedro Alves  <palves@redhat.com>
1145
1146         * gdb.gdb/complaints.exp (test_initial_complaints)
1147         (test_serial_complaints, test_short_complaints): Use
1148         gdb_test_stdio.
1149         (test_empty_complaint): Handle $inferior_spawn_id !=
1150         $gdb_spawn_id.
1151
1152 2015-07-29  Pedro Alves  <palves@redhat.com>
1153
1154         * gdb.base/varargs.exp: Use gdb_test_stdio.
1155
1156 2015-07-29  Pedro Alves  <palves@redhat.com>
1157
1158         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
1159
1160 2015-07-29  Pedro Alves  <palves@redhat.com>
1161
1162         * gdb.base/ending-run.exp: Use gdb_test_stdio.
1163
1164 2015-07-29  Pedro Alves  <palves@redhat.com>
1165
1166         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
1167         parameter into two new parameters, "inf_result" and "gdb_result".
1168         Expect inferior output and gdb output from $inferior_spawn_id and
1169         $gdb_spawn_id, respectively.  Adjust all callers.
1170
1171 2015-07-29  Pedro Alves  <palves@redhat.com>
1172
1173         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
1174         of gdb_test_sequence.
1175
1176 2015-07-29  Pedro Alves  <palves@redhat.com>
1177
1178         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
1179         (saw_spurious_output): Expect inferior output from
1180         $inferior_spawn_id.  Use gdb_test_stdio.
1181
1182 2015-07-29  Pedro Alves  <palves@redhat.com>
1183
1184         * gdb.base/dprintf.exp: Use standard_testfile.  Change
1185         prepare_for_testing call.
1186         (srcfile): Don't set.
1187         (restart): New procedure.
1188         (test_dprintf): New procecure, use to continue over dprintfs.
1189         (test_call, test_agent): New procedures, tests moved here.
1190         Restart gdb and recreate dprintfs.  Adjust expected output.
1191
1192 2015-07-29  Pedro Alves  <palves@redhat.com>
1193
1194         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
1195
1196 2015-07-29  Pedro Alves  <palves@redhat.com>
1197
1198         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
1199
1200 2015-07-29  Pedro Alves  <palves@redhat.com>
1201
1202         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
1203         gdb_test_stdio.
1204
1205 2015-07-29  Pedro Alves  <palves@redhat.com>
1206
1207         * lib/gdb.exp (gdb_test_stdio): New procedure.
1208
1209 2015-07-29  Pedro Alves  <palves@redhat.com>
1210
1211         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
1212
1213 2015-07-29  Pedro Alves  <palves@redhat.com>
1214
1215         * gdb.base/call-signal-resume.exp: Remove check for
1216         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
1217         * gdb.base/unwindonsignal.exp: Likewise.
1218         * gdb.base/call-signals.c (gen_signal): Remove printf call.
1219         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
1220
1221 2015-07-29  Pedro Alves  <palves@redhat.com>
1222
1223         * gdb.base/siginfo-addr.c (pass): New function.
1224         (handler): Call it iff si_addr is correct.
1225         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
1226         Set a breakpoint at "pass" and continue to it.
1227
1228 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1229
1230         * gdb.python/py-objfile.exp: Make some tests have unique names.
1231         * gdb.python/py-pp-registration.exp: Likewise.
1232
1233 2015-07-28  Pedro Alves  <palves@redhat.com>
1234
1235         * gdb.server/server-exec-info.exp: Issue a "disconnect".
1236
1237 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
1238
1239         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
1240
1241 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
1242
1243         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
1244
1245 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
1246
1247         * gdb.base/gdb-sigterm-2.exp: New test.
1248
1249 2015-07-25  Doug Evans  <xdje42@gmail.com>
1250
1251         Revert:
1252         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1253         (workers/%.worker, build-perf): New rule.
1254         (GDB_PERFTEST_MODE): New variable.
1255         (check-perf): Use it.
1256         (clean): Clean up gdb.perf parallel build subdirs.
1257         * lib/build-piece.exp: New file.
1258         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1259         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1260         name.
1261         (standard_temp_file): Ditto.
1262         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1263         of $GDB_PARALLEL.
1264
1265 2015-07-24  Doug Evans  <dje@google.com>
1266
1267         * gdb.perf/lib/perftest/utils.py: New file.
1268         * gdb.perf/gm-hello.cc: New file.
1269         * gdb.perf/gm-pervasive-typedef.cc: New file.
1270         * gdb.perf/gm-pervasive-typedef.h: New file.
1271         * gdb.perf/gm-std.cc: New file.
1272         * gdb.perf/gm-std.h: New file.
1273         * gdb.perf/gm-use-cerr.cc: New file.
1274         * gdb.perf/gm-utils.h: New file.
1275         * gdb.perf/gmonster-null-lookup.py: New file.
1276         * gdb.perf/gmonster-pervasive-typedef.py: New file.
1277         * gdb.perf/gmonster-print-cerr.py: New file.
1278         * gdb.perf/gmonster-ptype-string.py: New file.
1279         * gdb.perf/gmonster-runto-main.py: New file.
1280         * gdb.perf/gmonster-select-file.py: New file.
1281         * gdb.perf/gmonster1-null-lookup.exp: New file.
1282         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
1283         * gdb.perf/gmonster1-print-cerr.exp: New file.
1284         * gdb.perf/gmonster1-ptype-string.exp: New file.
1285         * gdb.perf/gmonster1-runto-main.exp: New file.
1286         * gdb.perf/gmonster1-select-file.exp: New file.
1287         * gdb.perf/gmonster1.cc: New file.
1288         * gdb.perf/gmonster1.exp: New file.
1289         * gdb.perf/gmonster2-null-lookup.exp: New file.
1290         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
1291         * gdb.perf/gmonster2-print-cerr.exp: New file.
1292         * gdb.perf/gmonster2-ptype-string.exp: New file.
1293         * gdb.perf/gmonster2-runto-main.exp: New file.
1294         * gdb.perf/gmonster2-select-file.exp: New file.
1295         * gdb.perf/gmonster2.cc: New file.
1296         * gdb.perf/gmonster2.exp: New file.
1297
1298 2015-07-24  Doug Evans  <dje@google.com>
1299
1300         * gdb.perf/README: New file.
1301         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
1302         * lib/gen-perf-test.exp: New file.
1303
1304 2015-07-24  Doug Evans  <dje@google.com>
1305
1306         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
1307         (PerfTest::startup): New function.
1308         (PerfTest::run): Return result of calling body.
1309         (PerfTest::assemble): Rewrite.
1310         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
1311         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
1312         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
1313         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
1314         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
1315
1316 2015-07-24  Doug Evans  <dje@google.com>
1317
1318         * lib/gdb.exp (clean_restart): Make executable optional.
1319
1320 2015-07-24  Doug Evans  <dje@google.com>
1321
1322         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
1323         compiler_info references.
1324         * gdb.cp/temargs.exp: Ditto.
1325         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
1326         (get_compiler_info): Early exit if already computed.  Set compiler_info
1327         to "unknown" if there was a problem.
1328         (test_compiler_info): Add function comment.  Call get_compiler_info.
1329
1330 2015-07-24  Doug Evans  <dje@google.com>
1331
1332         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
1333         (workers/%.worker, build-perf): New rule.
1334         (GDB_PERFTEST_MODE): New variable.
1335         (check-perf): Use it.
1336         (clean): Clean up gdb.perf parallel build subdirs.
1337         * lib/build-piece.exp: New file.
1338         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
1339         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
1340         name.
1341         (standard_temp_file): Ditto.
1342         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
1343         of $GDB_PARALLEL.
1344
1345 2015-07-24  Doug Evans  <dje@google.com>
1346
1347         * lib/future.exp (gdb_default_target_compile): New option
1348         "early_flags".
1349         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
1350         --as-needed.
1351
1352 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
1353
1354         * gdb.base/catch-syscall.exp: Call gdb_exit before
1355         gdb_skip_xml_test.
1356
1357 2015-07-24  Pedro Alves  <palves@redhat.com>
1358
1359         * gdb.python/py-events.exp: Accept output between the stop event
1360         and the prompt.
1361         * gdb.python/py-evsignal.exp: Likewise.
1362         * gdb.python/py-evthreads.exp: Likewise.
1363
1364 2015-07-24  Pedro Alves  <palves@redhat.com>
1365
1366         PR gdb/18717
1367         * gdb.threads/non-ldr-exit.c: New file.
1368         * gdb.threads/non-ldr-exit.exp: New file.
1369
1370 2015-07-24  Yao Qi  <yao.qi@linaro.org>
1371
1372         * gdb.server/ext-wrapper.exp: Test --wrapper option when
1373         restarting process.
1374
1375 2015-07-24  Yao Qi  <yao.qi@linaro.org>
1376
1377         * gdb.server/ext-restart.exp: New file.
1378
1379 2015-07-24  Yao Qi  <yao.qi@linaro.org>
1380
1381         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
1382         argument options.
1383         * gdb.server/ext-wrapper.exp: New file.
1384
1385 2015-07-23  Doug Evans  <dje@google.com>
1386
1387         * gdb.dwarf2/dw2-dummy-cu.S: New file.
1388         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
1389
1390 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
1391
1392         * gdb.ada/var_arr_typedef.exp: New testcase.
1393         * gdb.ada/var_arr_typedef/pack.adb: New file.
1394         * gdb.ada/var_arr_typedef/pack.ads: New file.
1395         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
1396
1397 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
1398
1399         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
1400
1401 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1402
1403         * gdb.arch/i386-biarch-core.exp: Replace istarget
1404         by "complete set gnutarget". Remove expectation for the "core-file"
1405         command.
1406
1407 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1408
1409         Revert the previous commit:
1410         Tests for validate symbol file using build-id.
1411
1412 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1413
1414         Tests for validate symbol file using build-id.
1415         * gdb.base/solib-mismatch-lib.c: New file.
1416         * gdb.base/solib-mismatch-libmod.c: New file.
1417         * gdb.base/solib-mismatch.c: New file.
1418         * gdb.base/solib-mismatch.exp: New file.
1419
1420 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
1421
1422         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
1423         nios2-*-linux*.
1424         * gdb.base/sigbpt.exp (stepi_out): Likewise.
1425         * gdb.base/siginfo.exp: Likewise.
1426         * gdb.base/sigstep.exp (advance, advancei): Likewise.
1427
1428 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
1429
1430         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
1431         Move it to ...
1432         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
1433         ... here.
1434         * gdb.trace/range-stepping.exp: Check that the target supports
1435         range stepping.
1436
1437 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1438
1439         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
1440
1441 2015-07-14  Pedro Alves  <palves@redhat.com>
1442
1443         * gdb.base/killed-outside.exp: New file.
1444         * gdb.base/killed-outside.c: New file.
1445
1446 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1447
1448         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
1449         (n at main): New.
1450         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
1451
1452 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1453
1454         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
1455         infcall tests instead of setting up for KFAIL.
1456
1457 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
1458
1459         * gdb.btrace/record_goto-step.exp: New.
1460
1461 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1462
1463         PR compile/18484
1464         * gdb.compile/compile.c (struct struct_type): Add volatile to
1465         selffield's type.
1466         * gdb.compile/compile.exp
1467         (compile code struct_object.selffield = &struct_object): Skip further
1468         struct_object tests if this one xfails.
1469
1470 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
1471
1472         PR exp/18617
1473         * gdb.trace/ax.exp: Add test.
1474
1475 2015-07-07  Yao Qi  <yao.qi@linaro.org>
1476
1477         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
1478         instead of istarget "aarch64*-*-*".
1479         * gdb.arch/aarch64-fp.exp: Likewise.
1480         * gdb.base/float.exp: Likewise.
1481         * gdb.reverse/aarch64.exp: Likewise.
1482         * lib/gdb.exp (is_aarch64_target): New proc.
1483
1484 2015-07-07  Yao Qi  <yao.qi@linaro.org>
1485
1486         * lib/gdb.exp (is_aarch32_target): New proc.
1487         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
1488         instead of "istarget "arm*-*-*"".
1489         * gdb.arch/arm-disp-step.exp: Likewise.
1490         * gdb.arch/thumb-bx-pc.exp: Likewise.
1491         * gdb.arch/thumb-prologue.exp: Likewise.
1492         * gdb.arch/thumb-singlestep.exp: Likewise.
1493         * gdb.base/disp-step-syscall.exp: Likewise.
1494         * gdb.base/float.exp: Likewise.
1495
1496 2015-07-07  Yao Qi  <yao.qi@linaro.org>
1497
1498         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
1499         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
1500
1501 2015-07-07  Yao Qi  <yao.qi@linaro.org>
1502
1503         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
1504         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
1505         if it exists.
1506         * gdb.multi/multi-arch.exp: Likewise.
1507
1508 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
1509
1510         * gdb.python/py-lazy-string.exp: Add missing parentheses to
1511         print.
1512
1513 2015-07-07  Yao Qi  <yao.qi@linaro.org>
1514
1515         * gdb.arch/thumb-singlestep.exp: Do one more single step.
1516
1517 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
1518
1519         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
1520         '[' and ']' characters.
1521
1522 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
1523
1524         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
1525
1526 2015-06-29  Pedro Alves  <palves@redhat.com>
1527
1528         PR threads/18127
1529         * gdb.threads/hand-call-new-thread.c: New file.
1530         * gdb.threads/hand-call-new-thread.c: New file.
1531
1532 2015-06-26  Keith Seitz  <keiths@redhat.com>
1533             Doug Evans  <dje@google.com>
1534
1535         PR 16253
1536         * gdb.cp/var-tag-2.cc: New file.
1537         * gdb.cp/var-tag-3.cc: New file.
1538         * gdb.cp/var-tag-4.cc: New file.
1539         * gdb.cp/var-tag.cc: New file.
1540         * gdb.cp/var-tag.exp: New file.
1541
1542 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1543
1544         * gdb.base/history-duplicates.exp: New test.
1545
1546 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1547
1548         * gdb.base/completion.exp: Test the completion of the "focus"
1549         command.
1550
1551 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1552
1553         * gdb.arch/amd64-prologue-skip.S: New file.
1554         * gdb.arch/amd64-prologue-skip.exp: New file.
1555
1556 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
1557
1558         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
1559         is_address_zero_readable check.
1560
1561 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
1562
1563         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
1564         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
1565
1566 2015-06-24  Yao Qi  <yao.qi@linaro.org>
1567
1568         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
1569         linux targets.
1570
1571 2015-06-24  Yao Qi  <yao.qi@linaro.org>
1572
1573         * lib/gdb.exp (supports_get_siginfo_type): New proc.
1574         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
1575         * gdb.base/siginfo-thread.exp: Likewise.
1576
1577 2015-06-22  Yao Qi  <yao.qi@linaro.org>
1578
1579         * boards/remote-gdbserver-on-localhost.exp: Add comments.
1580
1581 2015-06-22  Yao Qi  <yao.qi@linaro.org>
1582
1583         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
1584         aarch64*-*-*.
1585         (skip_hw_watchpoint_tests): Likewise.
1586
1587 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
1588
1589         * gdb.base/gdbinit-history.exp: Test the interaction between
1590         setting GDBHISTSIZE and setting the history size via .gdbinit.
1591
1592 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1593
1594         PR gdb/16999
1595         * gdb.base/gdbhistsize-history.exp: New test.
1596
1597 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1598
1599         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
1600         with GDBHISTSIZE.
1601         * gdb.base/readline.exp: Likewise.
1602
1603 2015-06-17  Yao Qi  <yao.qi@linaro.org>
1604
1605         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
1606         line.
1607
1608 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1609
1610         * gdb.base/gdbinit-history.exp: Add test case to check that
1611         an unlimited history file does not get truncated on exit.
1612
1613 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1614
1615         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
1616         (VECTOR): New macro.  Use it...
1617         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
1618         ...for these typedefs.
1619         (int8, char1, int1, double1): New typedefs.
1620         (struct just_int2, struct two_int2): New structures.
1621         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
1622         (add_structvecs, add_singlevecs): New functions.
1623         (main): Call add_some_intvecs twice.
1624         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
1625         the compile and exit upon failure.  Try compiling for the "native"
1626         architecture.  Test inferior function calls with vector arguments
1627         and vector return value handling with "finish" and "return".
1628
1629 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1630
1631         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
1632         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
1633         PE file.
1634         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
1635
1636 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1637
1638         PR breakpoints/16465
1639         * gdb.mi/mi-dprintf-pending.c: New file.
1640         * gdb.mi/mi-dprintf-pending.exp: New test.
1641         * gdb.mi/mi-dprintf-pendshr.c: New file.
1642
1643 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1644             Mircea Gherzan  <mircea.gherzan@intel.com>
1645
1646         * gdb.arch/i386-mpx-map.c: New file.
1647         * gdb.arch/i386-mpx-map.exp: New File.
1648
1649 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1650
1651         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
1652         * gdb.arch/i386-mpx.exp: Indentation fixed.
1653
1654 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1655
1656         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
1657         function and improved indentation.
1658         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
1659         gdb_test_multiple. Added additional tests to skip the test.
1660
1661 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1662
1663         * gdb.arch/i386-avx512.c: Change path in include file.
1664         * gdb.arch/i386-avx512.exp: Change include dir path
1665         compilation flag.
1666         * gdb.arch/i386-mpx.c: Change path in include file.
1667         * gdb.arch/i386-mpx.exp: Change include dir path compilation
1668         flag.
1669
1670 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1671
1672         * gdb.compile/compile-print.exp (compile print *vararray@3)
1673         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
1674
1675 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1676
1677         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
1678         (do not keep jit in memory): ... this.
1679         (expect 5): Change it to ...
1680         (expect no 5): ... this.
1681
1682 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
1683
1684         PR gdb/15564
1685         * gdb.mi/mi-detach.exp: New file.
1686
1687 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1688
1689         PR symtab/18392
1690         * gdb.arch/amd64-tailcall-self.S: New file.
1691         * gdb.arch/amd64-tailcall-self.c: New file.
1692         * gdb.arch/amd64-tailcall-self.exp: New file.
1693
1694 2015-05-28  Don Breazeal  <donb@codesourcery.com>
1695
1696         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
1697         tests for remote targets by checking is_target_gdbserver.
1698
1699 2015-05-27  Doug Evans  <dje@google.com>
1700
1701         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
1702         * gdb.dwarf2/opaque-type-lookup.c: New file.
1703         * gdb.dwarf2/opaque-type-lookup.exp: New file.
1704
1705 2015-05-26  Doug Evans  <dje@google.com>
1706
1707         * gdb.cp/iostream.cc: New file.
1708         * gdb.cp/iostream.exp: New file.
1709
1710 2015-05-26  Doug Evans  <dje@google.com>
1711
1712         * gdb.dwarf2/dw2-op-call.exp: Update.
1713         * gdb.dwarf2/dw4-sig-types.exp: Update.
1714         * gdb.dwarf2/implptr.exp: Update.
1715         * gdb.mi/mi-cmd-param-changed.exp: Update.
1716
1717 2015-05-26  Doug Evans  <dje@google.com>
1718
1719         * gdb.python/py-lazy-string.c: New file.
1720         * gdb.python/py-lazy-string.exp: New file.
1721         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
1722         (main): Update.  Add estring3.
1723         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
1724         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
1725
1726 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
1727             Yao Qi  <yao.qi@linaro.org>
1728
1729         * gdb.reverse/aarch64.c: New.
1730         * gdb.reverse/aarch64.exp: New.
1731
1732 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
1733
1734         * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
1735         (supports_reverse): Likewise.
1736
1737 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
1738
1739         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1740         Use with_test_prefix.
1741
1742 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1743
1744         * gdb.base/completion.exp: Add test for completion of layout
1745         names.
1746
1747 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
1748
1749         * lib/gdb.exp (skip_tui_tests): New proc.
1750         * gdb.base/tui-layout.exp: Check skip_tui_tests.
1751
1752 2015-05-19  Pedro Alves  <palves@redhat.com>
1753
1754         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
1755         Save the whole env array instead of just HOME.  Unset HISTSIZE in
1756         the environment while testing.  Restore whole environment
1757         afterwards.
1758
1759 2015-05-16  Doug Evans  <xdje42@gmail.com>
1760
1761         * gdb.guile/scm-ports.c: New file.
1762         * gdb.guile/scm-ports.exp: Add memory port tests.
1763
1764 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1765
1766         * gdb.compile/compile-print.c: New file.
1767         * gdb.compile/compile-print.exp: New file.
1768
1769 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1770
1771         * gdb.compile/compile-ops.exp: Cast param to void.
1772         * gdb.compile/compile.exp: Complete type for _gdb_expr.
1773         (compile code struct_object.selffield = &struct_object): Add xfail.
1774
1775 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1776
1777         * gdb.ada/arr_enum_with_gap: New testcase.
1778
1779 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1780
1781         * gdb.ada/byte_packed_arr: New testcase.
1782
1783 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
1784
1785         * gdb.ada/pckd_neg: New testcase.
1786
1787 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
1788
1789         PR gdb/17820
1790         * gdb.base/gdbinit-history.exp: New test.
1791         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
1792         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
1793
1794 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1795
1796         * gdb.python/py-xmethods.cc: Enhance test case.
1797         * gdb.python/py-xmethods.exp: New tests.
1798         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
1799         function.
1800         (B_indexoper): Likewise.
1801         (global_dm_list) : Add new xmethod worker functions.
1802
1803 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1804
1805         * gdb.base/coredump-filter.exp: Correctly unset
1806         "coredump_var_addr" array.
1807
1808 2015-05-08  Pedro Alves  <palves@redhat.com>
1809
1810         * gdb.server/non-existing-program.exp: Unset spawn_id.
1811
1812 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
1813
1814         PR python/18291
1815         * gdb.python/py-xmethods.exp: Add tests.
1816
1817 2015-05-08  Yao Qi  <yao.qi@linaro.org>
1818
1819         PR gdb/18208
1820         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
1821         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
1822         function set_coredump_filter, and remove remote_exec call.
1823         Remove argument ipid.  Callers update.
1824         (top level): Don't get inferior's PID.
1825
1826 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1827
1828         * gdb.base/watch_thread_num.exp: Skip test on targets without
1829         access watchpoints.
1830
1831 2015-05-06  Pedro Alves  <palves@redhat.com>
1832
1833         PR server/18081
1834         * gdb.server/non-existing-program.exp: New file.
1835
1836 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1837
1838         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
1839
1840 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1841
1842         * gdb.ada/out_of_line_in_inlined: New testcase.
1843
1844 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
1845
1846         * gdb.ada/var_rec_arr: New testcase.
1847
1848 2015-04-30  Yao Qi  <yao.qi@linaro.org>
1849
1850         * gdb.base/break-idempotent.exp: If
1851         skip_hw_watchpoint_multi_tests returns true, skip the tests
1852         on "rwatch" and "awatch".
1853
1854 2015-04-30  Yao Qi  <yao.qi@linaro.org>
1855
1856         * gdb.base/relativedebug.exp: Invoke gdb command
1857         "info sharedlibrary", and if libc.so doesn't have debug info,
1858         skip the test.
1859
1860 2015-04-29  Doug Evans  <dje@google.com>
1861
1862         * gdb.python/py-xmethods.exp: Add ptype tests.
1863         * gdb.python/py-xmethods.py (E_method_char_worker): Add
1864         get_result_type method.
1865
1866 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
1867
1868         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
1869         the target does not support hardware watchpoints.
1870
1871 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
1872
1873         * gdb.base/break-always.exp: Abort testing if writing to memory
1874         causes an error.
1875
1876 2015-04-28  Doug Evans  <dje@google.com>
1877
1878         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
1879         * gdb.python/py-pp-registration.exp: ... here.  New file.
1880         * gdb.python/py-pp-registration.c: New file.
1881         * gdb.python/py-pp-registration.py: New file.
1882
1883 2015-04-28  Doug Evans  <dje@google.com>
1884
1885         * gdb.python/py-bad-printers.c: New file.
1886         * gdb.python/py-bad-printers.py: New file.
1887         * gdb.python/py-bad-printers.exp: New file.
1888
1889 2015-04-28  Sasha Smundak  <asmundak@google.com>
1890
1891         * gdb.python/py-type.exp: New test.
1892
1893 2015-04-28  Andy Wingo  <wingo@igalia.com>
1894
1895         * gdb.python/py-parameter.exp:
1896         * gdb.guile/scm-parameter.exp: Escape the path that we are
1897         matching against, as it might contain characters that are special
1898         to regular expressions.
1899
1900 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
1901
1902         * gdb.ada/rec_comp: New testcase.
1903
1904 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
1905
1906         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
1907         before using it.
1908
1909 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1910
1911         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
1912         new tests for verilog output.
1913
1914 2015-04-24  Yao Qi  <yao.qi@linaro.org>
1915
1916         * boards/remote-gdbserver-on-localhost.exp: New file.
1917
1918 2015-04-23  Pedro Alves  <palves@redhat.com>
1919
1920         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
1921         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
1922         "end of file", remove $inferior_spawn_id from the indirect list.
1923
1924 2015-04-23  Pedro Alves  <palves@redhat.com>
1925
1926         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
1927
1928 2015-04-23  Pedro Alves  <palves@redhat.com>
1929
1930         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
1931         on $any_spawn_id instead of only on $gdb_spawn_id.
1932
1933 2015-04-21  Pierre Muller  <muller@sourceware.org>
1934
1935         PR pascal/17815
1936         * lib/pascal.exp (gpc_compile): Add new option "class".
1937         (fpc_compile): Likewise.
1938         * gdb.pascal/case-insensitive-symbols.pas: New file.
1939         * gdb.pascal/case-insensitive-symbols.exp: New file.
1940
1941 2015-04-20  Gary Benson <gbenson@redhat.com>
1942
1943         * gdb.base/attach.exp: Fix three extended remote failures.
1944
1945 2015-04-17  Gary Benson <gbenson@redhat.com>
1946
1947         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
1948         the main executable over the remote protocol.
1949
1950 2015-04-16  Pedro Alves  <palves@redhat.com>
1951
1952         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
1953         a new gdbserver if gdbserver_reconnect_p is set.
1954
1955 2015-04-16  Pedro Alves  <palves@redhat.com>
1956
1957         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
1958         is set, don't exit gdbserver.
1959
1960 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1961
1962         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
1963         appropriate .insn, such that an older assembler can be used.
1964         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
1965         the z/Architecture instruction set on 31-bit targets as well.
1966
1967 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1968
1969         * gdb.go/handcall.exp: Remove all logic related to the first
1970         breakpoint and rely on go_runto_main instead.
1971         * gdb.go/strings.exp: Likewise.
1972         * gdb.go/unsafe.exp: Likewise.
1973         * gdb.go/hello.exp: Likewise.  Also rename the remaining
1974         breakpoint marker to "breakpoint 1".
1975         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
1976         * gdb.go/strings.go: Likewise.
1977         * gdb.go/unsafe.go: Likewise.
1978         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
1979         "set breakpoint 2 here" and rename the remaining breakpoint marker
1980         to "breakpoint 1".
1981
1982 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
1983
1984         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
1985         if itertools.imap is not present.
1986         * gdb.python/py-objfile.exp: Add parentheses.
1987         * gdb.python/py-type.exp: Same.
1988         * gdb.python/py-unwind-maint.py: Same.
1989
1990 2015-04-15  Yao Qi  <yao.qi@linaro.org>
1991
1992         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
1993         of ":$ptr_size" and set its form explicitly.
1994
1995 2015-04-15  Pedro Alves  <palves@redhat.com>
1996             Yao Qi  <yao.qi@linaro.org>
1997
1998         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
1999         timeout by factor of 4.
2000         (test_regular_watch): Likewise.
2001         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
2002         * gdb.reverse/sigall-reverse.exp: Likewise.
2003         * gdb.reverse/until-precsave.exp: Likewise.
2004         * lib/gdb.exp (with_timeout_factor): New proc.
2005         (gdb_expect): Move some code to ...
2006         (get_largest_timeout): ... here.  New procedure.
2007
2008 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
2009
2010         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
2011
2012 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
2013
2014         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
2015         to write to the .text section.
2016
2017 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
2018
2019         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
2020         Handle the case of targets that do not provide PID information.
2021
2022 2015-04-13  Yao Qi  <yao.qi@linaro.org>
2023
2024         * lib/gdbserver-support.exp (gdb_exit): Catch exception
2025         and use expect instead of gdb_expect.
2026
2027 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
2028
2029         * gdb.base/coredump-filter.exp: Rename variable "addr" to
2030         "coredump_var_addr" to avoid naming conflict with other testcases.
2031
2032 2015-04-10  Pedro Alves  <palves@redhat.com>
2033
2034         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
2035         gdb_test_sequence and gdb_assert.
2036
2037 2015-04-10  Pedro Alves  <palves@redhat.com>
2038
2039         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
2040         test messages that don't include the breakpoint address.
2041
2042 2015-04-10  Yao Qi  <yao.qi@linaro.org>
2043
2044         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
2045         false for some offset and width combinations which aren't
2046         supported by linux kernel.
2047
2048 2015-04-10  Pedro Alves  <palves@redhat.com>
2049
2050         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
2051         procedure, factored out from ...
2052         (top level): ... here.  Add "set displaced-stepping" testing axis.
2053         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
2054         parameter "displaced".  Use it.
2055         (top level): Use foreach and add "set displaced-stepping" testing
2056         axis.
2057
2058 2015-04-10  Pedro Alves  <palves@redhat.com>
2059
2060         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
2061         Remove comment.
2062         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
2063         both the address of the instruction that triggers the watchpoint
2064         and the address of the instruction immediately after, and use
2065         those addresses for the test.  Fix comment.
2066
2067 2015-04-10  Pedro Alves  <palves@redhat.com>
2068
2069         * gdb.base/sigstep.exp (breakpoint_to_handler)
2070         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
2071         Test "backtrace" in handler.
2072         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
2073         (top level): Add new "displaced" test axis to
2074         breakpoint_to_handler, breakpoint_to_handler_entry and
2075         breakpoint_over_handler.
2076
2077 2015-04-10  Pedro Alves  <palves@redhat.com>
2078
2079         PR gdb/18216
2080         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
2081
2082 2015-04-10  Yao Qi  <yao.qi@linaro.org>
2083
2084         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
2085         (test_add_rn_pc): New function.
2086         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
2087         (top level): Invoke test_add_rn_pc.
2088
2089 2015-04-10  Pedro Alves  <palves@redhat.com>
2090
2091         PR gdb/13858
2092         * gdb.base/step-over-no-symbols.exp: New file.
2093
2094 2015-04-09  Andy Wingo  <wingo@igalia.com>
2095
2096         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
2097         after the Python tests.
2098
2099 2015-04-08  Keith Seitz  <keiths@redhat.com>
2100
2101         PR python/16699
2102         * gdb.python/py-completion.exp: New tests for completion.
2103         * gdb.python/py-completion.py (CompleteLimit1): New class.
2104         (CompleteLimit2): Likewise.
2105         (CompleteLimit3): Likewise.
2106         (CompleteLimit4): Likewise.
2107         (CompleteLimit5): Likewise.
2108         (CompleteLimit6): Likewise.
2109         (CompleteLimit7): Likewise.
2110
2111 2015-04-08  Pedro Alves  <palves@redhat.com>
2112
2113         PR gdb/18214
2114         PR gdb/18216
2115         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
2116         function.
2117         (main): Install it as SIGUSR1 handler.
2118         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
2119         parameter.  Always use "setup" as prefix.  Toggle "set
2120         displaced-stepping" off/on depending on global.  Don't switch to
2121         thread 1 here.
2122         (top level): Add displaced stepping "off/on" test axis.  Update
2123         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
2124         continuing with a queued signal in each thread.
2125
2126 2015-04-08  Pedro Alves  <palves@redhat.com>
2127
2128         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
2129         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
2130         gdb_breakpoint instead of gdb_test that doesn't expect anything.
2131         Return early if running to main fails.
2132         * gdb.trace/while-stepping.exp: Likewise.
2133
2134 2015-04-07  Pedro Alves  <palves@redhat.com>
2135
2136         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
2137         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
2138         interact with inferior program.
2139
2140 2015-04-07  Pedro Alves  <palves@redhat.com>
2141
2142         * lib/gdb.exp (inferior_spawn_id): New global.
2143         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
2144         spawn id after processing the user code.
2145         (default_gdb_start): Set inferior_spawn_id.
2146         (send_inferior): New procedure.
2147         * lib/gdbserver-support.exp (gdbserver_start): Set
2148         inferior_spawn_id.
2149         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
2150
2151 2015-04-07  Pedro Alves  <palves@redhat.com>
2152
2153         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
2154         * lib/gdbserver-support.exp (gdbserver_start): Make
2155         $server_spawn_id global.
2156         (gdbserver_start): Don't wait for gdbserver's spawn id with
2157         expect_background.
2158         (close_gdbserver): New procedure.
2159         (gdb_exit): Rename the default version and reimplement.
2160
2161 2015-04-07  Pedro Alves  <palves@redhat.com>
2162
2163         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
2164         append the substituted item, not the original item.
2165
2166 2015-04-07  Pedro Alves  <palves@redhat.com>
2167
2168         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
2169         gdb_expect.
2170
2171 2015-04-07  Pedro Alves  <palves@redhat.com>
2172
2173         * gdb.base/interrupt.exp: Don't handle the case of the inferior
2174         output appearing once only.
2175
2176 2015-04-07  Pedro Alves  <palves@redhat.com>
2177
2178         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
2179         that doesn't expect anything.  Return early if running to main
2180         fails.
2181
2182 2015-04-07  Yao Qi  <yao.qi@linaro.org>
2183
2184         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
2185         (child_function): Call alarm.
2186         (main): Move call to alarm into the loop.
2187         * gdb.threads/non-stop-fair-events.exp: Build program with
2188         -DTIMEOUT=$timeout.
2189
2190 2015-04-06  Doug Evans  <xdje42@gmail.com>
2191
2192         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
2193         Fix dest parameter to board_info.
2194         (fpc_compile): Ditto.
2195         (gdb_compile_pascal): Rename dest arg to destfile.
2196
2197 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
2198
2199         * gdb.ada/funcall_ref.exp: New file.
2200         * gdb.ada/funcall_ref/foo.adb: New file.
2201
2202 2015-04-02  Yao Qi  <yao.qi@linaro.org>
2203
2204         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
2205         is remote.
2206
2207 2015-04-02  Gary Benson <gbenson@redhat.com>
2208
2209         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
2210
2211 2015-04-01  Sasha Smundak  <asmundak@google.com>
2212
2213         * gdb.python/py-unwind-maint.c: New file.
2214         * gdb.python/py-unwind-maint.exp: New test.
2215         * gdb.python/py-unwind-maint.py: New file.
2216         * gdb.python/py-unwind.c: New file.
2217         * gdb.python/py-unwind.exp: New test.
2218         * gdb.python/py-unwind.py: New test.
2219
2220 2015-04-01  Pedro Alves  <palves@redhat.com>
2221
2222         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
2223         to fail instead of non-existent $test.
2224
2225 2015-04-01  Pedro Alves  <palves@redhat.com>
2226
2227         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
2228         GDBFLAGS if not empty.
2229
2230 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
2231
2232         * gdb.ada/complete.exp: Remove "multi_line".
2233         * gdb.ada/info_exc.exp: Remove "multi_line".
2234         * gdb.ada/packed_tagged.exp: Remove "multi_line".
2235         * gdb.ada/ptype_field.exp: Remove "multi_line".
2236         * gdb.ada/sym_print_name.exp: Remove "multi_line".
2237         * gdb.ada/tagged.exp: Remove "multi_line".
2238         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
2239         [multi_line ...]
2240         * gdb.btrace/delta.exp: Likewise.
2241         * gdb.btrace/exception.exp: Likewise.
2242         * gdb.btrace/function_call_history.exp: Likewise.
2243         * gdb.btrace/instruction_history.exp: Likewise.
2244         * gdb.btrace/nohist.exp: Likewise.
2245         * gdb.btrace/record_goto.exp: Likewise.
2246         * gdb.btrace/segv.exp: Likewise.
2247         * gdb.btrace/stepi.exp: Likewise.
2248         * gdb.btrace/tailcall.exp: Likewise.
2249         * gdb.btrace/unknown_functions.exp: Likewise.
2250         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
2251         * lib/gdb.exp: Add the "multi_line" helper.
2252
2253 2015-04-01  Pedro Alves  <palves@redhat.com>
2254
2255         * gdb.threads/tid-reuse.c: New file.
2256         * gdb.threads/tid-reuse.exp: New file.
2257
2258 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2259
2260         PR corefiles/16092
2261         * gdb.base/coredump-filter.c: New file.
2262         * gdb.base/coredump-filter.exp: Likewise.
2263
2264 2015-03-27  Petr Machata  <pmachata@redhat.com>
2265
2266         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
2267         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
2268         (Dwarf::assemble): Initialize them.
2269         (Dwarf::lines): New function.
2270
2271 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
2272
2273         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
2274         SYMBOL_PREFIX for x86_64-*-cygwin.
2275
2276 2015-03-26  Andy Wingo  <wingo@igalia.com>
2277
2278         PR symtab/18148
2279         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
2280         const_value but not a location.
2281         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
2282         location defined in non-main CUs are visible.
2283
2284 2015-03-26  Yao Qi  <yao.qi@linaro.org>
2285
2286         PR testsuite/18139
2287         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
2288         Add a line number entry for the same line.
2289         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
2290         Add a line number entry for the same line.
2291
2292 2015-03-26  Yao Qi  <yao.qi@linaro.org>
2293
2294         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
2295         .int 0.
2296         (func): Likewise.  Add .Lfunc_1 label.
2297         Use .Lfunc_1 label.
2298         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
2299         .int 0.
2300         (func): Likewise.
2301         Use .Lfunc_1 label.
2302
2303 2015-03-26  Yao Qi  <yao.qi@linaro.org>
2304
2305         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
2306         Call gdb_compile instead to compile each .s files without debug
2307         information.
2308
2309 2015-03-26  Yao Qi  <yao.qi@linaro.org>
2310
2311         * gdb.base/savedregs.exp (process_saved_regs): Make
2312         "Saved registers:" optional in the pattern.
2313
2314 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
2315
2316         * gdb.btrace/next.exp: Merged into step.exp.
2317         * gdb.btrace/finish.exp: Merged into step.exp.
2318         * gdb.btrace/nexti.exp: Merged into stepi.exp.
2319         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
2320         "record goto" and checking the exact replay position.
2321         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
2322         check for "Recording format" in "info record" output.
2323         * gdb.btrace/record_goto.exp: Choose test file based on target.
2324         * gdb.btrace/x86-record_goto.S: Renamed into ...
2325         * gdb.btrace/x86_64-record_goto.S: ... this.
2326         * gdb.btrace/i686-record_goto.S: New.
2327         * gdb.btrace/x86-tailcall.S: Renamed into ...
2328         * gdb.btrace/x86_64-tailcall.S: ... this.
2329         * gdb.btrace/i686-tailcall.S: New.
2330         * gdb.btrace/x86-tailcall.c: Renamed into ...
2331         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
2332         separate statements.  Update test.
2333         * gdb.btrace/delta.exp: Use record_goto.c as test file.
2334         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
2335         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
2336         * gdb.btrace/tailcall.exp: Choose test file based on target.
2337         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
2338
2339 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
2340
2341         * gdb.btrace/exception.exp: Increase BTS buffer size.
2342
2343 2015-03-24  Pedro Alves  <palves@redhat.com>
2344
2345         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
2346
2347 2015-03-24  Pedro Alves  <palves@redhat.com>
2348
2349         * gdb.threads/schedlock.exp (test_step): No longer expect that
2350         "set scheduler-locking step" with "next" over a function call runs
2351         threads unlocked.
2352
2353 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2354
2355         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
2356
2357 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2358
2359         PR breakpoints/16466
2360         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
2361         * gdb.mi/mi-pending.c (thread_func): New function.
2362         (int main): Add threading support required.
2363         * gdb.mi/mi-pending.exp: Add tests for this issue.
2364         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
2365         (pendfunc2): Remove stdio dependency.
2366         * gdb.mi/mi-pendshr2.c: New file.
2367
2368 2015-03-23  Keith Seitz  <keiths@redhat.com>
2369
2370         * gdb.linespec/keywords.c: New file.
2371         * gdb.linespec/keywords.exp: New file.
2372
2373 2015-03-23  Keith Seitz  <keiths@redhat.com>
2374
2375         PR gdb/18021
2376         * gdb.dwarf2/staticvirtual.exp: New test.
2377
2378 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2379
2380         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
2381         * README: Remove HP-UX and gdb.hp.
2382         (configuration):
2383         * configure: Regenerate.
2384         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
2385         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
2386         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
2387         gdb.hp/gdb.defects/Makefile.
2388         * gdb.hp/Makefile.in: File deleted.
2389         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
2390         * gdb.hp/gdb.aCC/optimize.c: File deleted.
2391         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
2392         * gdb.hp/gdb.aCC/run.c: File deleted.
2393         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
2394         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
2395         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
2396         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
2397         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
2398         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
2399         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
2400         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
2401         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
2402         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
2403         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
2404         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
2405         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
2406         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
2407         * gdb.hp/gdb.base-hp/reg.s: File deleted.
2408         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
2409         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
2410         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
2411         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
2412         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
2413         * gdb.hp/gdb.compat/Makefile.in: File deleted.
2414         * gdb.hp/gdb.compat/average.c: File deleted.
2415         * gdb.hp/gdb.compat/sum.c: File deleted.
2416         * gdb.hp/gdb.compat/xdb.c: File deleted.
2417         * gdb.hp/gdb.compat/xdb0.c: File deleted.
2418         * gdb.hp/gdb.compat/xdb0.h: File deleted.
2419         * gdb.hp/gdb.compat/xdb1.c: File deleted.
2420         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
2421         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
2422         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
2423         * gdb.hp/gdb.defects/Makefile.in: File deleted.
2424         * gdb.hp/gdb.defects/bs14602.c: File deleted.
2425         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
2426         * gdb.hp/gdb.defects/solib-d.c: File deleted.
2427         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
2428         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
2429         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
2430         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
2431         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
2432         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
2433         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
2434         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
2435         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
2436         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
2437         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
2438         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
2439         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
2440         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
2441         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
2442         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
2443         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
2444         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
2445         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
2446         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
2447         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
2448         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
2449         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
2450         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
2451         * gdb.hp/tools/odump: File deleted.
2452
2453 2015-03-19  Pedro Alves  <palves@redhat.com>
2454
2455         * gdb.threads/continue-pending-status.exp (saw_thread_2)
2456         (saw_thread_3): New globals.
2457         (top level): Increment them when an event for the corresponding
2458         thread is seen.
2459         (no thread starvation): New test.
2460
2461 2015-03-19  Pedro Alves  <palves@redhat.com>
2462
2463         * gdb.threads/continue-pending-status.c: New file.
2464         * gdb.threads/continue-pending-status.exp: New file.
2465
2466 2015-03-18  Pedro Alves  <palves@redhat.com>
2467
2468         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2469         Use gdb_is_target_remote instead of is_remote.  Use
2470         gdb_test_multiple instead of gdb_expect.  Exit early if
2471         gdb_test_multiple hits its internal matches.  Tighten stepi tests
2472         expected output.  Fail on exit with any signal, instead of just
2473         SIGILL.
2474
2475 2015-03-18  Yao Qi  <yao.qi@linaro.org>
2476
2477         PR tdep/18107
2478         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
2479         variable.
2480         * gdb.base/catch-syscall.exp: Don't skip it on
2481         aarch64*-*-linux* target.  Remove elements in all_syscalls.
2482         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
2483         target.
2484         (setup_all_syscalls): New proc.
2485
2486 2015-03-16  Yao Qi  <yao.qi@linaro.org>
2487
2488         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
2489         (top level): Skip tests if valid_addr_p returns false for
2490         $cmd1 or $cmd2.
2491
2492 2015-03-11  Andy Wingo  <wingo@igalia.com>
2493
2494         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
2495
2496 2015-03-11  Yao Qi  <yao.qi@linaro.org>
2497
2498         * gdb.base/catch-syscall.exp: Fix typo in comments.
2499
2500 2015-03-11  Yao Qi  <yao.qi@linaro.org>
2501
2502         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
2503
2504 2015-03-09  Pedro Alves  <palves@redhat.com>
2505
2506         * dg-extract-results.py: Delete.
2507
2508 2015-03-09  Pedro Alves  <palves@redhat.com>
2509
2510         Merge dg-extract-results.sh from GCC upstream (r218843).
2511
2512         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
2513                 * dg-extract-results.sh: Use --text with grep to avoid issues with
2514                 binary files.  Fall back to cat -v, if that doesn't work.
2515
2516 2015-03-05  Pedro Alves  <palves@redhat.com>
2517
2518         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
2519
2520 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
2521
2522         * lib/mi-support.exp (mi_expect_interrupt): Accept
2523         alternative event for when in all-stop mode.
2524
2525 2015-03-04  Pedro Alves  <palves@redhat.com>
2526
2527         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
2528
2529 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
2530
2531         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
2532
2533 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2534
2535         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
2536         regexps for GDB's current line display, accept a hex address
2537         preceding the line number.
2538
2539 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2540
2541         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
2542         the 'arch1' variable for "s390*-linux*" targets.
2543
2544 2015-03-04  Pedro Alves  <palves@redhat.com>
2545
2546         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
2547         (main): Pass missing retval argument to pthread_join call.
2548
2549 2015-03-02  Pedro Alves  <palves@redhat.com>
2550
2551         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
2552         (top level): Call do_test with non-stop as well.
2553
2554 2015-03-02  Pedro Alves  <palves@redhat.com>
2555
2556         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
2557         -1.
2558
2559 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2560
2561         * gdb.arch/s390-vregs.exp: New test.
2562         * gdb.arch/s390-vregs.S: New file.
2563
2564 2015-02-27  Pedro Alves  <palves@redhat.com>
2565
2566         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
2567         call to catch_command_errors.
2568         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
2569         catch_command_errors.
2570
2571 2015-02-27  Pedro Alves  <palves@redhat.com>
2572
2573         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
2574         "true" for boolean result.
2575         * gdb.gdb/selftest.exp (test_with_self): Also accept full
2576         prototype of main.
2577
2578 2015-02-27  Pedro Alves  <palves@redhat.com>
2579
2580         * lib/unbuffer_output.c: New file.
2581         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
2582         (main): Call gdb_unbuffer_output.
2583
2584 2015-02-27  Yao Qi  <yao.qi@linaro.org>
2585
2586         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
2587         target.
2588
2589 2015-02-26  Doug Evans  <dje@google.com>
2590
2591         * gdb.cp/class2.cc (Dbase, D): New classes.
2592         (main): New local delta.
2593         * gdb.cp/class2.exp: Test printing delta.
2594         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
2595         (dynbar): New global.
2596         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
2597
2598 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2599
2600         * gdb.compile/compile-ifunc.c: New file.
2601         * gdb.compile/compile-ifunc.exp: New file.
2602
2603 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2604
2605         * gdb.base/structs.exp: Check for correct struct on finish.
2606
2607 2015-02-26  Yao Qi  <yao.qi@linaro.org>
2608
2609         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
2610         is zero.
2611
2612 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2613
2614         * gdb.arch/cordic.ko.bz2: New file.
2615         * gdb.arch/cordic.ko.debug.bz2: New file.
2616         * gdb.arch/ppc64-symtab-cordic.exp: New file.
2617
2618 2015-02-25  Yao Qi  <yao.qi@linaro.org>
2619
2620         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
2621         aarch64*-*-* target.
2622
2623 2015-02-23  Pedro Alves  <palves@redhat.com>
2624
2625         * lib/gdb.exp (delete_breakpoints): Rewrite using
2626         gdb_test_multiple.
2627
2628 2015-02-23  Pedro Alves  <palves@redhat.com>
2629
2630         * gdb.base/info-os.c: Include stdlib.h.
2631
2632 2015-02-22  Doug Evans  <xdje42@gmail.com>
2633
2634         PR symtab/17855
2635         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
2636         is read after symbols have been re-read.
2637         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
2638         * gdb.ada/exec_changed/second.adb (Second): Ditto.
2639
2640 2015-02-21  Doug Evans  <dje@google.com>
2641
2642         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
2643
2644 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2645
2646         PR corefiles/17808
2647         * gdb.arch/i386-biarch-core.core.bz2: New file.
2648         * gdb.arch/i386-biarch-core.exp: New file.
2649
2650 2015-02-21  Pedro Alves  <palves@redhat.com>
2651
2652         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
2653         runto_main fails.
2654
2655 2015-02-20  Pedro Alves  <palves@redhat.com>
2656
2657         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
2658         info probes.
2659
2660 2015-02-20  Pedro Alves  <palves@redhat.com>
2661
2662         * gdb.threads/multi-create-ns-info-thr.exp: New file.
2663
2664 2015-02-20  Pedro Alves  <palves@redhat.com>
2665
2666         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
2667         clean_restart before gdb_target_supports_trace.
2668
2669 2015-02-20  Pedro Alves  <palves@redhat.com>
2670
2671         PR threads/18006
2672         * gdb.threads/clone-thread_db.c: New file.
2673         * gdb.threads/clone-thread_db.exp: New file.
2674
2675 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
2676
2677         PR breakpoints/16812
2678         * gdb.base/catch-gdb-caused-signals.c: New file.
2679         * gdb.base/catch-gdb-caused-signals.exp: New file.
2680
2681 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
2682
2683         * configure: Regenerated.
2684         * configure.ac: Use GDB_AC_TRANSFORM.
2685         * aclocal.m4: sinclude ../transform.m4.
2686
2687 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
2688
2689         * lib/dtrace.exp: New file.
2690         * gdb.base/dtrace-probe.exp: Likewise.
2691         * gdb.base/dtrace-probe.d: Likewise.
2692         * gdb.base/dtrace-probe.c: Likewise.
2693         * lib/pdtrace.in: Likewise.
2694         * configure.ac: Output variables with the transformed names of
2695         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
2696         * configure: Regenerated.
2697
2698 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
2699
2700         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
2701         expected message when trying to access $_probe_* convenience
2702         variables while not on a probe.
2703
2704 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2705
2706         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
2707
2708 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
2709
2710         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
2711         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
2712
2713 2015-02-10  Doug Evans  <xdje42@gmail.com>
2714
2715         * lib/gdb.exp (gdb_load): Always return a result.
2716
2717 2015-02-10  Pedro Alves  <palves@redhat.com>
2718
2719         * gdb.threads/signal-sigtrap.c: New file.
2720         * gdb.threads/signal-sigtrap.exp: New file.
2721
2722 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
2723
2724         * gdb.trace/no-attach-trace.c: New file.
2725         * gdb.trace/no-attach-trace.exp: New file.
2726
2727 2015-02-09  Mark Wielaard  <mjw@redhat.com>
2728
2729         * gdb.dwarf2/atomic.c: New file.
2730         * gdb.dwarf2/atomic-type.exp: Likewise.
2731
2732 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2733
2734         * gdb.btrace/buffer-size.exp: Update "info record" output.
2735         * gdb.btrace/delta.exp: Update "info record" output.
2736         * gdb.btrace/enable.exp: Update "info record" output.
2737         * gdb.btrace/finish.exp: Update "info record" output.
2738         * gdb.btrace/instruction_history.exp: Update "info record" output.
2739         * gdb.btrace/next.exp: Update "info record" output.
2740         * gdb.btrace/nexti.exp: Update "info record" output.
2741         * gdb.btrace/step.exp: Update "info record" output.
2742         * gdb.btrace/stepi.exp: Update "info record" output.
2743         * gdb.btrace/nohist.exp: Update "info record" output.
2744
2745 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2746
2747         * gdb.btrace/buffer-size: New.
2748
2749 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
2750
2751         * gdb.btrace/delta.exp: Update "info record" output.
2752         * gdb.btrace/enable.exp: Update "info record" output.
2753         * gdb.btrace/finish.exp: Update "info record" output.
2754         * gdb.btrace/instruction_history.exp: Update "info record" output.
2755         * gdb.btrace/next.exp: Update "info record" output.
2756         * gdb.btrace/nexti.exp: Update "info record" output.
2757         * gdb.btrace/step.exp: Update "info record" output.
2758         * gdb.btrace/stepi.exp: Update "info record" output.
2759         * gdb.btrace/nohist.exp: Update "info record" output.
2760
2761 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
2762
2763         PR gdb/15678
2764         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
2765
2766 2015-02-06  Pedro Alves  <palves@redhat.com>
2767
2768         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
2769         macro.
2770         (seconds_left, again): New globals.
2771         (main): Wait seconds_left in a 1-second sleep loop instead of
2772         sleeping 180 seconds.  If 'again' is set, reset the seconds
2773         counter.
2774         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
2775         'again' in the inferior before detaching.  Print the seconds left.
2776         (options): New global.
2777         (top level): Build program with -DTIMEOUT=$timeout.
2778
2779 2015-02-06  Pedro Alves  <palves@redhat.com>
2780
2781         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
2782         determine how many seconds to pass to 'alarm'.
2783         * gdb.base/gdb-sigterm.exp (top level): Build program with
2784         -DTIMEOUT=$timeout.
2785         (do_test): Return success/failure indication.  Add more verbose
2786         logging.  Don't fail if 200 single steps are seen.  Instead, fail
2787         when the test times out.
2788         (passes): New global.
2789         (top level): Break the testing loop if testing fails on any
2790         iteration.  Use gdb_assert.
2791
2792 2015-02-04  Don Breazeal  <donb@codesourcery.com>
2793
2794         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
2795         and initialize them.
2796         (ipc_cleanup): New function.
2797         (main): Don't declare shmid, semid, and msqid.  Add a call to
2798         atexit so that we call ipc_cleanup on exit.
2799
2800 2015-02-04  Pedro Alves  <palves@redhat.com>
2801
2802         * boards/native-extended-gdbserver.exp: Remove any target variant
2803         specifications from the board name before clearing the isremote
2804         flag from board_info.
2805
2806 2015-01-31  Doug Evans  <xdje42@gmail.com>
2807
2808         * gdb.base/maint.exp <maint print type argc>: Update expected output.
2809
2810 2015-01-31  Gary Benson <gbenson@redhat.com>
2811
2812         * gdb.base/completion.exp: Disable completion limiting for
2813         existing tests.  Add new tests to check completion limiting.
2814         * gdb.linespec/ls-errs.exp: Disable completion limiting.
2815
2816 2015-01-31  Doug Evans  <xdje42@gmail.com>
2817
2818         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
2819
2820 2015-01-31  Doug Evans  <xdje42@gmail.com>
2821
2822         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
2823         entries.  Duplicate file section script entries.
2824         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
2825         inlined entries.  Add test for safe-path rejection.
2826         * gdb.python/py-section-script.c: Add duplicate inlined section script
2827         entries.  Duplicate file section script entries.
2828         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
2829         inlined entries.  Add test for safe-path rejection.
2830
2831 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
2832
2833         * gdb.ada/disc_arr_bound: New testcase.
2834
2835 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
2836
2837         * gdb.ada/mi_var_array: New testcase.
2838
2839 2015-01-27  Doug Evans  <dje@google.com>
2840
2841         * gdb.python/py-objfile.exp: Add tests for objfile.username.
2842         Add test for objfile.filename, objfile.username after objfile
2843         has been unloaded.
2844
2845 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
2846
2847         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
2848         the second test to print the name attribute of value
2849         returned by the call to gdb.lookup_type, and adjust
2850         the expected output accordingly.
2851
2852 2015-01-25  Mark Wielaard  <mjw@redhat.com>
2853
2854         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
2855         * gdb.base/disp-step-fork.c: Include unistd.h.
2856         * gdb.base/siginfo-obj.c: Include stdio.h.
2857         * gdb.base/siginfo-thread.c: Likewise.
2858         * gdb.mi/non-stop.c: Include unistd.h.
2859         * gdb.mi/nsthrexec.c: Include stdio.h.
2860         * gdb.mi/pthreads.c: Include unistd.h.
2861         * gdb.modula2/unbounded1.c (main): Declare returns int.
2862         * gdb.reverse/consecutive-reverse.c: Likewise.
2863         * gdb.threads/create-fail.c: Include unistd.h.
2864         * gdb.threads/killed.c: Likewise.
2865         * gdb.threads/linux-dp.c: Likewise.
2866         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
2867         * gdb.threads/non-ldr-exc-2.c: Likewise.
2868         * gdb.threads/non-ldr-exc-3.c: Likewise.
2869         * gdb.threads/non-ldr-exc-4.c: Likewise.
2870         * gdb.threads/pthreads.c: Include unistd.h.
2871         (main): Declare returns int.
2872         * gdb.threads/tls-main.c (foo): New declaration.
2873         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
2874
2875 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2876
2877         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
2878         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
2879
2880 2015-01-15  Mark Wielaard  <mjw@redhat.com>
2881
2882         * gdb.base/noreturn-return.c: New file.
2883         * gdb.base/noreturn-return.exp: New file.
2884         * gdb.base/noreturn-finish.c: New file.
2885         * gdb.base/noreturn-finish.exp: New file.
2886
2887 2015-01-23  Pedro Alves  <palves@redhat.com>
2888
2889         * gdb.threads/continue-pending-after-query.c: New file.
2890         * gdb.threads/continue-pending-after-query.exp: New file.
2891
2892 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
2893             Simon Marchi  <simon.marchi@ericsson.com>
2894
2895         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
2896         * gdb.base/valgrind-db-attach.exp: Same.
2897         * gdb.base/valgrind-infcall.exp: Same.
2898         * lib/mi-support.exp (default_mi_gdb_start): Same.
2899         * lib/prompt.exp (default_prompt_gdb_start): Same.
2900         * lib/gdb.exp (default_gdb_spawn): Same.
2901         (gdb_interact): New.
2902
2903
2904 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
2905
2906         * gdb.compile/compile.exp (pointer to jit function): New test.
2907
2908 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
2909
2910         * lib/gdb.exp (supports_process_record): Return true for
2911         powerpc*-*-linux*.
2912         (supports_reverse): Likewise.
2913
2914 2015-01-15  Don Breazeal  <donb@codesourcery.com>
2915
2916         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
2917         instead of checking whether the target board is remote and
2918         use spawn_wait_for_attach instead of exec/sleep.
2919         * gdb.base/attach-twice.exp: Likewise.
2920
2921 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
2922
2923         * gdb.ada/var_arr_attrs: New testcase.
2924
2925 2015-01-14  Pedro Alves  <palves@redhat.com>
2926             Joel Brobecker  <brobecker@adacore.com>
2927
2928         PR gdb/17525
2929         * gdb.base/bp-cmds-execution-x-script.c: New file.
2930         * gdb.base/bp-cmds-execution-x-script.exp: New file.
2931         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
2932
2933 2015-01-14  Pedro Alves  <palves@redhat.com>
2934
2935         PR cli/17828
2936         * gdb.base/batch-preserve-term-settings.c: New file.
2937         * gdb.base/batch-preserve-term-settings.exp: New file.
2938
2939 2015-01-13  Doug Evans  <dje@google.com>
2940
2941         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
2942         binary.
2943
2944 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
2945
2946         * Makefile.in (clean mostlyclean): Do not delete *.py.
2947
2948 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
2949
2950         * gdb.python/py-lookup-type.exp: New file.
2951
2952 2015-01-12  Pedro Alves  <palves@redhat.com>
2953
2954         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
2955         restore GDBFLAGS before returning.
2956
2957 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2958
2959         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
2960         is_amd64_regs_target and is_x86_like_target.
2961
2962 2015-01-11  Doug Evans  <xdje42@gmail.com>
2963
2964         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
2965         is given without an explicit form.
2966         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
2967         attributes.
2968         * gdb.dwarf/corrupt.exp: Ditto.
2969         * gdb.dwarf2/enum-type.exp: Ditto.
2970         * gdb.trace/entry-values.exp: Ditto.
2971         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
2972
2973 2015-01-11  Doug Evans  <xdje42@gmail.com>
2974
2975         PR gdb/15830
2976         * gdb.base/maint.exp: Remove references to "maint demangle".
2977         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
2978         Add tests for explicitly specifying language to demangle.
2979         * gdb.dlang/demangle.exp: Ditto.
2980
2981 2015-01-09  Pedro Alves  <palves@redhat.com>
2982
2983         * gdb.threads/non-stop-fair-events.c: New file.
2984         * gdb.threads/non-stop-fair-events.exp: New file.
2985
2986 2015-01-09  Pedro Alves  <palves@redhat.com>
2987
2988         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
2989         the global scope.  Set a breakpoint after all threads are started
2990         rather than stepping over two source lines.  Expect the prompt.
2991         * gdb.base/watch_thread_num.c (threads_started_barrier): New
2992         global.
2993         (NUM): Now 15.
2994         (main): Use threads_started_barrier to wait for all threads to
2995         start.  Main thread no longer calls thread_function.  Exit after
2996         180 seconds.
2997         (loop): New function.
2998         (thread_function): Wait on threads_started_barrier barrier.  Call
2999         'loop' at each iteration.
3000         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
3001         threads have started, instead of hardcoding number of "next"
3002         steps.  Use an access watchpoint instead of a write watchpoint.
3003
3004 2015-01-09  Pedro Alves  <palves@redhat.com>
3005
3006         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
3007         (thread_func): Wait on barrier.
3008         (main): Wait for all threads to start before stopping GDB.
3009         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
3010         global.
3011         (thread1_func, thread2_func): Wait on barrier.
3012         (main): Wait for all threads to start before stopping GDB.
3013         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
3014         New global.
3015         (thread1_func, thread2_func): Wait on barrier.
3016         (main): Wait for all threads to start before stopping GDB.
3017
3018 2015-01-09  Pedro Alves  <palves@redhat.com>
3019
3020         * gdb.threads/attach-many-short-lived-threads.c: New file.
3021         * gdb.threads/attach-many-short-lived-threads.exp: New file.
3022
3023 2014-01-09  Pedro Alves  <palves@redhat.com>
3024
3025         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
3026         instead of to thread 2.
3027         * gdb.threads/signal-command-multiple-signals-pending.c (main):
3028         Add barrier around each pthread_create call instead of around all
3029         calls.
3030         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
3031         Set a break on thread_function and have the child threads hit it
3032         one at at a time.
3033
3034 2015-01-09  Pedro Alves  <palves@redhat.com>
3035
3036         * lib/gdb.exp (can_spawn_for_attach): New procedure.
3037         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
3038         false.
3039         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
3040         checking whether the target board is remote.
3041         * gdb.multi/multi-attach.exp: Likewise.
3042         * gdb.python/py-sync-interp.exp: Likewise.
3043         * gdb.server/ext-attach.exp: Likewise.
3044         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
3045         tests that need to attach, instead of checking whether the target
3046         board is remote at the top of the file.
3047
3048 2015-01-08  Yao Qi  <yao@codesourcery.com>
3049
3050         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
3051
3052 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3053
3054         Fix testcase compilation.
3055         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
3056
3057 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
3058
3059         * gdb.python/py-type.exp: Add a couple test about empty
3060         array creation, and negative-length array creation.
3061
3062 2015-01-02  Doug Evans  <xdje42@gmail.com>
3063
3064         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
3065
3066 2015-01-02  Doug Evans  <dje@google.com>
3067
3068         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
3069
3070 2014-12-29  Yao Qi  <yao@codesourcery.com>
3071
3072         * gdb.trace/entry-values.exp: Update comments.  Rename variable
3073         bar_call_foo to returned_from_foo.
3074
3075 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
3076
3077         PR gdb/17394
3078         * gdb.linespec/break-asm-file.c: New file.
3079         * gdb.linespec/break-asm-file.exp: New file.
3080         * gdb.linespec/break-asm-file0.s: New file.
3081         * gdb.linespec/break-asm-file1.s: New file.
3082
3083 2014-12-18  Nigel Stephens  <nigel@mips.com>
3084             Maciej W. Rozycki  <macro@codesourcery.com>
3085
3086         * gdb.base/float.exp: Handle the new output from "info float" on
3087         MIPS targets.
3088
3089 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3090
3091         Fix MinGW compilation.
3092         * gdb.compile/compile-ops.exp: Update untested message if
3093         !skip_compile_feature_tests.
3094         * gdb.compile/compile-setjmp.exp: Likewise.
3095         * gdb.compile/compile-tls.exp: Likewise.
3096         * gdb.compile/compile.exp: Likewise.
3097         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
3098         supported on this host".
3099
3100 2014-12-16  Doug Evans  <xdje42@gmail.com>
3101
3102         * boards/stabs.exp: New file.
3103
3104 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
3105
3106         * gdb.base/completion.exp: Adjust to format changes of "maint
3107         print user-registers".
3108
3109 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
3110
3111         PR server/17457
3112         * gdb.arch/aarch64-fp.c: New file.
3113         * gdb.arch/aarch64-fp.exp: New file.
3114
3115 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3116
3117         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
3118         r210637, r210913, r211666, r215400, r215817).
3119
3120         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
3121                 * dg-extract-results.py: New file.
3122                 * dg-extract-results.sh: Use it if the environment seems
3123                 suitable.
3124
3125         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
3126
3127                 * dg-extract-results.py (parse_run): Handle warnings that
3128                 are printed before a test harness is run.
3129
3130         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
3131
3132                 * dg-extract-results.py (Named): Remove __cmp__ method.
3133                 (output_variation): Use a key to sort variation.harnesses.
3134
3135         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
3136
3137                 * dg-extract-results.py: For Python 3, force sys.stdout to
3138                 handle surrogate escape sequences.
3139                 (safe_open): New function.
3140                 (output_segment, main): Use it.
3141
3142         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
3143
3144                 * dg-extract-results.py (Prog.result_re): Include options
3145                 in test name.
3146
3147         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
3148
3149                 * dg-extract-results.py (output_variation): Always sort if
3150                 do_sum.
3151
3152 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
3153
3154         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
3155         as long as we get pagination notifications.
3156
3157 2014-12-15  Jason Merrill  <jason@redhat.com>
3158
3159         * Makefile.in (check-gdb.%): Restore.
3160         * README: Mention it.
3161
3162 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
3163
3164         * gdb.ada/str_uninit: New testcase.
3165
3166 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3167
3168         PR symtab/17642
3169         * gdb.base/vla-stub-define.c: New file.
3170         * gdb.base/vla-stub.c: New file.
3171         * gdb.base/vla-stub.exp: New file.
3172
3173 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
3174             Jan Kratochvil  <jan.kratochvil@redhat.com>
3175             Tom Tromey  <tromey@redhat.com>
3176
3177         * configure.ac: Add gdb.compile/.
3178         * configure: Regenerate.
3179         * gdb.compile/Makefile.in: New file.
3180         * gdb.compile/compile-ops.exp: New file.
3181         * gdb.compile/compile-ops.c: New file.
3182         * gdb.compile/compile-tls.c: New file.
3183         * gdb.compile/compile-tls.exp: New file.
3184         * gdb.compile/compile-constvar.S: New file.
3185         * gdb.compile/compile-constvar.c: New file.
3186         * gdb.compile/compile-mod.c: New file.
3187         * gdb.compile/compile-nodebug.c: New file.
3188         * gdb.compile/compile-setjmp-mod.c: New file.
3189         * gdb.compile/compile-setjmp.c: New file.
3190         * gdb.compile/compile-setjmp.exp: New file.
3191         * gdb.compile/compile-shlib.c: New file.
3192         * gdb.compile/compile.c: New file.
3193         * gdb.compile/compile.exp: New file.
3194         * lib/gdb.exp (skip_compile_feature_tests): New proc.
3195
3196 2014-12-12  Tom Tromey  <tromey@redhat.com>
3197
3198         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
3199         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
3200
3201 2014-12-12  Doug Evans  <dje@google.com>
3202
3203         * lib/gdb-python.exp (get_python_valueof): New function.
3204         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
3205
3206 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3207
3208         * gdb.base/completion.exp: Add test for completion of "info
3209         registers ".
3210
3211 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
3212
3213         * gdb.base/func-ptrs.c: New file.
3214         * gdb.base/func-ptrs.exp: New file.
3215
3216 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
3217
3218         PR breakpoints/17012
3219         * gdb.base/dprintf-detach.c: New file.
3220         * gdb.base/dprintf-detach.exp: New file.
3221
3222 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
3223
3224         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
3225         * lib/gdb.exp (target_is_gdbserver): New procedure.
3226
3227 2014-12-08  Doug Evans  <dje@google.com>
3228
3229         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
3230
3231 2014-12-05  Yao Qi  <yao@codesourcery.com>
3232
3233         * gdb.guile/scm-error.exp: Remove the third argument to
3234         gdb_remote_download.
3235         * gdb.guile/scm-frame-args.exp: Likewise.
3236         * gdb.guile/scm-section-script.exp: Likewise.
3237
3238 2014-12-05  Yao Qi  <yao@codesourcery.com>
3239
3240         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
3241
3242 2014-12-04  Doug Evans  <dje@google.com>
3243
3244         * gdb.python/py-objfile.exp: Add tests for
3245         objfile.add_separate_debug_file.
3246
3247 2014-12-04  Doug Evans  <dje@google.com>
3248
3249         * lib/gdb.exp (get_build_id): New function.
3250         (build_id_debug_filename_get): Rewrite to use it.
3251         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
3252
3253 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
3254
3255         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
3256         `method(long)', not just 0x0.
3257         * gdb.cp/nsalias.exp: Align code labels to 4.
3258         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
3259         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
3260         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
3261         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
3262         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
3263         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
3264
3265 2014-12-02  Doug Evans  <dje@google.com>
3266
3267         PR symtab/17602
3268         * gdb.cp/anon-ns.cc: Move guts of this file to ...
3269         * gdb.cp/anon-ns2.cc: ... here.  New file.
3270         * gdb.cp/anon-ns.exp: Update.
3271
3272 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
3273
3274         * gdb.python/py-events.py (inferior_call_handler): New.
3275         (register_changed_handler, memory_changed_handler): New.
3276         (test_events.invoke): Register new handlers.
3277         * gdb.python/py-events.exp: Add tests for inferior call,
3278         memory_changed and register_changed events.
3279
3280 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3281
3282         * gdb.base/execl-update-breakpoints.exp: Specify the link address
3283         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
3284         if the linker doesn't understand this.
3285
3286 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
3287
3288         * gdb.python/python.exp: Change expected reply to help().
3289
3290 2014-12-01  Yao Qi  <yao@codesourcery.com>
3291
3292         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
3293         AC_CONFIG_SUBDIRS(gdb.gdbtk).
3294         * configure: Re-generated.
3295
3296 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
3297
3298         * gdb.cp/chained-calls.cc: New file.
3299         * gdb.cp/chained-calls.exp: New file.
3300         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
3301
3302 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
3303
3304         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
3305         * gdb.dwarf2/symtab-producer.exp: Same.
3306         * gdb.gdb/python-interrupts.exp: Same.
3307         * gdb.gdb/python-selftest.exp: Same.
3308         * gdb.python/py-linetable.exp: Same.
3309         * gdb.python/py-type.exp: Same.
3310         * gdb.python/py-value-cc.exp: Same.
3311         * gdb.python/py-value.exp: Same.
3312
3313 2014-11-28  Yao Qi  <yao@codesourcery.com>
3314
3315         * gdb.base/break-probes.exp: Match library name prefixed with
3316         sysroot.
3317
3318 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
3319
3320         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
3321         test expected output.  Add parentheses for the call to print.
3322         Remove L suffix from integers.
3323
3324 2014-11-26  Doug Evans  <dje@google.com>
3325
3326         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
3327
3328 2014-11-22  Yao Qi  <yao@codesourcery.com>
3329
3330         * gdb.trace/entry-values.c: Remove asms.
3331         (foo): Add foo_label.
3332         (bar): Add bar_label.
3333         * gdb.trace/entry-values.exp: Remove code computing  foo's
3334         length and bar's length.
3335         (Dwarf::assemble): Invoke function_range for bar and use
3336         MACRO_AT_func for foo.
3337
3338 2014-11-22  Yao Qi  <yao@codesourcery.com>
3339
3340         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
3341         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
3342         Use .Lgcc43_procstart instead of gcc43.
3343
3344 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
3345
3346         * gdb.ada/n_arr_bound: New testcase.
3347
3348 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3349
3350         PR breakpoints/10737
3351         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
3352         test_catch_syscall_multi_arch.
3353         (test_catch_syscall_multi_arch): New function.
3354
3355 2014-11-20  Doug Evans  <xdje42@gmail.com>
3356
3357         * gdb.base/maint.exp: Update expected output.
3358
3359 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3360
3361         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
3362         4-byte instruction on S390.
3363
3364 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
3365
3366         * gdb.ada/arr_arr: New testcase.
3367
3368 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
3369
3370         * gdb.ada/pkd_arr_elem: New Testcase.
3371
3372 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
3373
3374         * gdb.reverse/break-precsave: Expect completion message for
3375         core file reads.
3376         * gdb.reverse/consecutive-precsave.exp: Likewise.
3377         * gdb.reverse/finish-precsave.exp: Likewise.
3378         * gdb.reverse/i386-precsave.exp: Likewise.
3379         * gdb.reverse/machinestate-precsave.exp: Likewise.
3380         * gdb.reverse/sigall-precsave.exp: Likewise.
3381         * gdb.reverse/solib-precsave.exp: Likewise.
3382         * gdb.reverse/step-precsave.exp: Likewise.
3383         * gdb.reverse/until-precsave.exp: Likewise.
3384         * gdb.reverse/watch-precsave.exp: Likewise.
3385
3386 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3387
3388         * gdb.base/bp-permanent.c: Include unistd.h.
3389         * gdb.python/py-framefilter-mi.c (main): Add return type.
3390         * gdb.python/py-framefilter.c (main): Likewise.
3391         * gdb.trace/actions-changed.c (main): Likewise.
3392
3393 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3394
3395         * gdb.mi/until.c: Add eye-catchers.
3396         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
3397         line numbers.
3398
3399 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3400
3401         * gdb.base/condbreak.exp: Drop references to removed non-prototype
3402         function header variants in break1.c.
3403         * gdb.base/ena-dis-br.exp: Likewise.
3404         * gdb.base/hbreak2.exp: Likewise.
3405         * gdb.reverse/until-precsave.exp: Drop references to removed
3406         non-prototype function header variants in ur1.c.
3407         * gdb.reverse/until-reverse.exp: Likewise.
3408
3409 2014-11-17  Petr Machata  <pmachata@redhat.com>
3410
3411         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
3412         ${_cu_offset_size} bytes abbrev offset.
3413
3414 2014-11-15  Doug Evans  <xdje42@gmail.com>
3415
3416         PR symtab/17559
3417         * gdb.base/line-symtabs.exp: New file.
3418         * gdb.base/line-symtabs.c: New file.
3419         * gdb.base/line-symtabs.h: New file.
3420
3421 2014-11-14  Yao Qi  <yao@codesourcery.com>
3422
3423         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
3424         (func): Add label func_label.
3425         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
3426         Replace low_pc and high_pc with MACRO_AT_range.
3427         Replace name, low_pc and high_pc with MACRO_AT_func.
3428
3429 2014-11-14  Yao Qi  <yao@codesourcery.com>
3430
3431         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
3432         Replace name, low_pc and high_pc with MACRO_AT_func.
3433
3434 2014-11-14  Yao Qi  <yao@codesourcery.com>
3435
3436         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
3437         produce debug information.
3438         * gdb.dwarf2/implptr-optimized-out.S: Removed.
3439
3440 2014-11-14  Yao Qi  <yao@codesourcery.com>
3441
3442         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
3443         object and get function length.
3444         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
3445         with MACRO_AT_func.
3446         (top-level): Replace gdb_compile and clean_restart with
3447         prepare_for_testing.
3448         * gdb.dwarf2/main.c (main): Add label main_label.
3449
3450 2014-11-14  Yao Qi  <yao@codesourcery.com>
3451
3452         * lib/dwarf.exp (function_range): New procedure.
3453         (Dwarf::_handle_macro_at_func): New procedure.
3454         (Dwarf::_handle_macro_at_range): New procedure.
3455         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
3456
3457 2014-11-14  Yao Qi  <yao@codesourcery.com>
3458
3459         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
3460         (_handle_attribute): New procedure.
3461
3462 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3463
3464         * gdb.ada/cond_lang/foo.c (callme): Add return type.
3465         * gdb.base/call-sc.c (zed): Likewise.
3466         * gdb.base/checkpoint.c (main): Likewise.
3467         * gdb.base/dump.c (main): Likewise.
3468         * gdb.base/gcore.c (main): Likewise.
3469         * gdb.base/huge.c (main): Likewise.
3470         * gdb.base/multi-forks.c (main): Likewise.
3471         * gdb.base/pr10179-a.c (main): Likewise.
3472         * gdb.base/savedregs.c (main): Likewise.
3473         * gdb.base/sigaltstack.c (main): Likewise.
3474         * gdb.base/siginfo.c (main): Likewise.
3475         * gdb.base/structs.c (zed): Likewise.
3476         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
3477         * gdb.mi/mi-syn-frame.c (main): Likewise.
3478         * gdb.mi/until.c (foo, main): Likewise.
3479         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
3480         * gdb.base/solib-weak.c (foo): Declare.
3481         * gdb.base/attach-twice.c: Include stdio.h.
3482         * gdb.base/weaklib1.c: Likewise.
3483         * gdb.base/weaklib2.c: Likewise.
3484         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
3485         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
3486         unistd.h.
3487         * gdb.base/attach-pie-misread.c: Include stdlib.h.
3488         * gdb.mi/mi-exit-code.c: Likewise.
3489         * gdb.base/break-interp-lib.c: Include string.h.
3490         * gdb.base/coremaker.c: Likewise.
3491         * gdb.base/testenv.c: Likewise.
3492         * gdb.python/py-finish-breakpoint.c: Likewise.
3493         * gdb.base/inferior-died.c: Include sys/wait.h.
3494         * gdb.base/fileio.c: Include time.h.
3495         * gdb.base/async-shell.c: Include unistd.h.
3496         * gdb.base/dprintf-non-stop.c: Likewise.
3497         * gdb.base/info-os.c: Likewise.
3498         * gdb.mi/mi-console.c: Likewise.
3499         * gdb.mi/watch-nonstop.c: Likewise.
3500         * gdb.python/py-events.c: Likewise.
3501         * gdb.base/async.c (baz): Move up before its invocation.
3502         * gdb.base/code_elim2.c (my_global_func): Likewise.
3503         * gdb.base/skip-solib-lib.c (multiply): Likewise.
3504         * gdb.base/advance.c (func2): Likewise.
3505
3506 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3507
3508         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
3509         variant.
3510         * gdb.base/annota3.c: Likewise.
3511         * gdb.base/async.c: Likewise.
3512         * gdb.base/average.c: Likewise.
3513         * gdb.base/call-ar-st.c: Likewise.
3514         * gdb.base/call-rt-st.c: Likewise.
3515         * gdb.base/call-sc.c: Likewise.
3516         * gdb.base/call-strs.c: Likewise.
3517         * gdb.base/ending-run.c: Likewise.
3518         * gdb.base/execd-prog.c: Likewise.
3519         * gdb.base/exprs.c: Likewise.
3520         * gdb.base/foll-exec.c: Likewise.
3521         * gdb.base/foll-fork.c: Likewise.
3522         * gdb.base/foll-vfork.c: Likewise.
3523         * gdb.base/funcargs.c: Likewise.
3524         * gdb.base/gcore.c: Likewise.
3525         * gdb.base/jump.c: Likewise.
3526         * gdb.base/langs0.c: Likewise.
3527         * gdb.base/langs1.c: Likewise.
3528         * gdb.base/langs2.c: Likewise.
3529         * gdb.base/mips_pro.c: Likewise.
3530         * gdb.base/nodebug.c: Likewise.
3531         * gdb.base/opaque0.c: Likewise.
3532         * gdb.base/opaque1.c: Likewise.
3533         * gdb.base/recurse.c: Likewise.
3534         * gdb.base/run.c: Likewise.
3535         * gdb.base/scope0.c: Likewise.
3536         * gdb.base/scope1.c: Likewise.
3537         * gdb.base/setshow.c: Likewise.
3538         * gdb.base/setvar.c: Likewise.
3539         * gdb.base/shmain.c: Likewise.
3540         * gdb.base/shr1.c: Likewise.
3541         * gdb.base/shr2.c: Likewise.
3542         * gdb.base/sigall.c: Likewise.
3543         * gdb.base/signals.c: Likewise.
3544         * gdb.base/so-indr-cl.c: Likewise.
3545         * gdb.base/solib2.c: Likewise.
3546         * gdb.base/structs.c: Likewise.
3547         * gdb.base/sum.c: Likewise.
3548         * gdb.base/vforked-prog.c: Likewise.
3549         * gdb.base/watchpoint.c: Likewise.
3550         * gdb.reverse/shr2.c: Likewise.
3551         * gdb.reverse/until-reverse.c: Likewise.
3552         * gdb.reverse/ur1.c: Likewise.
3553         * gdb.reverse/watch-reverse.c: Likewise.
3554
3555 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3556
3557         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
3558         variant.
3559         * gdb.base/sepdebug.exp: Drop references to removed code.
3560
3561 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3562
3563         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
3564         variant.  Preserve original line numbering.
3565         * gdb.base/list1.c: Likewise.
3566
3567 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3568
3569         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
3570         variant.
3571         * gdb.base/break1.c: Likewise.
3572         * gdb.base/break.exp: Drop references to removed code.
3573
3574 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3575
3576         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
3577         variant.
3578
3579 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3580
3581         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
3582
3583 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3584
3585         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
3586         logic into perform_all_tests() and invoke it with and without
3587         function header prototypes.
3588         (do_function_calls): Remove conditional XFAIL for PR 5318.
3589         (rerun_and_prepare): Remove duplicate code.
3590         (perform_all_tests): New.  Main logic moved here.
3591
3592 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3593
3594         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
3595         code guarded by #ifdef NO_PROTOTYPES.
3596         (t_double_many_args): Likewise.
3597         (DEF_FUNC_MANY_ARGS_1): Likewise.
3598         (DEF_FUNC_VALUES_1): Likewise.
3599         (t_structs_ldc): Renamed from t_structs_fc in conditional code
3600         guarded by #ifdef PROTOTYPES.
3601
3602 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3603
3604         * gdb.mi/mi-console.c: Add eye-catcher.
3605         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
3606         instead of literal line number.
3607
3608 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3609
3610         * gdb.base/shr2.c: Add eye-catcher.
3611         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
3612         line number.
3613
3614 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3615
3616         * gdb.base/jump.c: Add eye-catchers.
3617         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
3618         numbers.
3619
3620 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3621
3622         * gdb.base/execd-prog.c: Add eye-catchers.
3623         * gdb.base/foll-exec.c: Likewise.
3624         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
3625         line numbers.
3626
3627 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3628
3629         * gdb.base/ending-run.c: Add eye-catchers.
3630         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
3631         literal line numbers.
3632
3633 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3634
3635         * gdb.base/call-rt-st.c: Add eye-catchers.
3636         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
3637         literal line numbers.
3638
3639 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3640
3641         * gdb.base/call-ar-st.c: Add eye-catchers.
3642         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
3643         literal line numbers.
3644
3645 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3646
3647         * gdb.base/average.c: Add eye-catchers.
3648         * gdb.base/sum.c: Likewise.
3649         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
3650         regexps dynamically.
3651
3652 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3653
3654         * gdb.base/solib1.c: Add eye-catchers.
3655         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
3656         literal line numbers.
3657
3658 2014-11-12  Pedro Alves  <palves@redhat.com>
3659
3660         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
3661         leader has exited.
3662
3663 2014-11-12  Pedro Alves  <palves@redhat.com>
3664
3665         * gdb.arch/i386-bp_permanent.c: New file.
3666         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
3667         (srcfile): Set to i386-bp_permanent.c.
3668         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
3669         that stepi does not execute the 'leave' instruction, instead of
3670         testing it does execute.
3671         * gdb.base/bp-permanent.c: New file.
3672         * gdb.base/bp-permanent.exp: New file.
3673
3674 2014-11-10  Doug Evans  <xdje42@gmail.com>
3675
3676         PR symtab/17564
3677         * gdb.base/symtab-search-order.exp: New file.
3678         * gdb.base/symtab-search-order.c: New file.
3679         * gdb.base/symtab-search-order-1.c: New file.
3680         * gdb.base/symtab-search-order-shlib-1.c: New file.
3681
3682 2014-11-07  Pedro Alves  <palves@redhat.com>
3683
3684         PR gdb/17511
3685         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
3686         i?86-*-linux*.
3687
3688 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
3689
3690         PR c++/17494
3691         * gdb.cp/pr17494.cc: New file.
3692         * gdb.cp/pr17494.exp: New file.
3693
3694 2014-11-02  Yao Qi  <yao@codesourcery.com>
3695
3696         * gdb.python/python.exp: Get working directory and match the
3697         output of "set extended-prompt \\w " with it.
3698
3699 2014-10-30  Doug Evans  <dje@google.com>
3700
3701         * gdb.python/py-objfile.exp: Add tests for setting random attributes
3702         in objfiles.
3703         * gdb.python/py-progspace.exp: Add tests for setting random attributes
3704         in progspaces.
3705
3706 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
3707
3708         * gdb.base/fullpath-expand.exp: Skip for a remote host.
3709         * gdb.base/realname-expand.exp: Likewise.
3710         * gdb.linespec/macro-relative.exp: Likewise.
3711
3712 2014-10-29  Pedro Alves  <palves@redhat.com>
3713
3714         PR gdb/17408
3715         * gdb.threads/schedlock.c (some_function): New function.
3716         (call_function): New global.
3717         (MAYBE_CALL_SOME_FUNCTION): New macro.
3718         (thread_function): Call it.
3719         * gdb.threads/schedlock.exp (get_args): Add description parameter,
3720         and use it instead of a global counter.  Adjust all callers.
3721         (get_current_thread): Use "find current thread" for test message
3722         here rather than having all callers pass down the same string.
3723         (goto_loop): New procedure, factored out from ...
3724         (my_continue): ... this.
3725         (step_ten_loops): Change parameter from test message to command to
3726         use.  Adjust.
3727         (list_count): Delete global.
3728         (check_result): New procedure, factored out from duplicate top
3729         level code.
3730         (continue tests): Wrap in with_test_prefix.
3731         (test_step): New procedure, factored out from duplicate top level
3732         code.
3733         (top level): Test "step" in combination with all scheduler-locking
3734         modes.  Test "next" in combination with all scheduler-locking
3735         modes, and in combination with stepping over a function call or
3736         not.
3737         * gdb.threads/next-bp-other-thread.c: New file.
3738         * gdb.threads/next-bp-other-thread.exp: New file.
3739
3740 2014-10-29  Pedro Alves  <palves@redhat.com>
3741
3742         PR python/17372
3743         * gdb.python/python.exp: Test a multi-line command that spawns
3744         interactive Python.
3745         * gdb.base/multi-line-starts-subshell.exp: New file.
3746
3747 2014-10-29  Yao Qi  <yao@codesourcery.com>
3748
3749         * gdb.base/fileio.exp: Make directories on host.
3750
3751 2014-10-29  Yao Qi  <yao@codesourcery.com>
3752
3753         * gdb.base/fileio.c (test_write): Close the file.
3754
3755 2014-10-28  Pedro Alves  <palves@redhat.com>
3756
3757         PR gdb/12623
3758         * gdb.base/sigstep.c (no_handler): New global.
3759         (main): If 'no_handler is true, set the signal handlers to
3760         SIG_IGN.
3761         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
3762         with_sw_watch and no_handler parameters.  Handle them.
3763         (top level) <stepping over handler when stopped at a breakpoint
3764         test>: Add a test axis for testing with a software watchpoint, and
3765         another for testing with the signal handler set to SIG_IGN.
3766         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
3767         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
3768
3769 2014-10-28  Pedro Alves  <palves@redhat.com>
3770
3771         PR gdb/17511
3772         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
3773         * gdb.base/sigstep.exp (other_handler_location): New global.
3774         (advance): Support stepping into the signal handler, and running
3775         commands while in the handler.
3776         (in_handler_map): New global.
3777         (top level): In the advance test, add combinations for getting
3778         into the handler with stepping commands, and for running commands
3779         in the handler.  Add comment descripting the advancei tests.
3780
3781 2014-10-28  Pedro Alves  <palves@redhat.com>
3782
3783         * gdb.base/sigstep.exp: Use build_executable instead of
3784         prepare_for_testing.
3785         (top level): Move code that starts GDB, runs to main and creates a
3786         display to ...
3787         (restart): ... this new procedure.
3788         (top level): Move backtrace from signal handler test to ...
3789         (validate_backtrace): ... this new procedure.
3790         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
3791         with_test_prefix.  Always restart GDB.
3792         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
3793         with_test_prefix.  Always restart GDB.  No need to delete
3794         breakpoints after the test.
3795         (test_skip_handler): Remove prefix parameter.
3796         (skip_over_handler, breakpoint_to_handler)
3797         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
3798         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
3799         restart GDB.  No need to delete breakpoints after the test.
3800         (top level): Use foreach to call the test procedures with
3801         different commands.
3802
3803 2014-10-28  Pedro Alves  <palves@redhat.com>
3804
3805         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
3806         instead of GNATS numbers.
3807         * gdb.base/sigbpt.exp: Likewise.
3808         * gdb.base/siginfo.exp: Likewise.
3809         * gdb.base/sigstep.exp: Likewise.
3810
3811 2014-10-27  Pedro Alves  <palves@redhat.com>
3812
3813         * gdb.base/sigstep.c (dummy): New global.
3814         (main): Issue a couple writes to the new global.
3815         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
3816         procedures.
3817         (skip_over_handler): Use test_skip_handler.
3818         (top level): Call skip_over_handler for stepi and nexti too.
3819         (breakpoint_over_handler): Use test_skip_handler.
3820         (top level): Call breakpoint_over_handler for stepi and nexti too.
3821
3822 2014-10-27  Yao Qi  <yao@codesourcery.com>
3823
3824         * gdb.trace/tfile.c (adjust_function_address)
3825         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
3826         function descriptor.
3827
3828 2014-10-24  Don Breazeal  <donb@codesourcery.com>
3829
3830         * gdb.base/foll-fork.exp (test_follow_fork,
3831         catch_fork_child_follow): Check for updated fork messages emitted
3832         from infrun.c.
3833         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
3834         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
3835         vfork_and_exec_child_follow_through_step): Check for updated vfork
3836         messages emitted from infrun.c.
3837
3838 2014-10-24  Pedro Alves  <palves@redhat.com>
3839
3840         * gdb.base/corefile.exp: Remove references to ultrix.
3841         * gdb.base/interrupt.exp: Likewise.
3842         * gdb.base/whatis.exp: Likewise.
3843         * gdb.gdb/selftest.exp: Likewise.
3844         * gdb.threads/manythreads.exp: Likewise.
3845         * gdb.threads/print-threads.exp: Likewise.
3846         * gdb.threads/pthreads.exp:: Likewise.
3847         * gdb.threads/schedlock.exp: Likewise.
3848
3849 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
3850
3851         * gdb.cp/non-trivial-retval.cc: Add a test case.
3852         * gdb.cp/non-trivial-retval.exp: Add a test.
3853
3854 2014-10-20  Yao Qi  <yao@codesourcery.com>
3855
3856         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
3857         * gdb.python/py-objfile-script-gdb.py: New file.
3858         * gdb.python/py-objfile-script.exp: Update reference to
3859         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
3860         of remote_download.  Remove the dest file.
3861
3862 2014-10-20  Yao Qi  <yao@codesourcery.com>
3863
3864         * gdb.base/checkpoint.exp: Don't remove file copied on host.
3865         * gdb.base/step-line.exp: Likewise.
3866         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
3867         * gdb.dwarf2/dw2-basic.exp: Likewise.
3868         * gdb.dwarf2/dw2-compressed.exp: Likewise.
3869         * gdb.dwarf2/dw2-filename.exp: Likewise.
3870         * gdb.dwarf2/dw2-intercu.exp: Likewise.
3871         * gdb.dwarf2/dw2-intermix.exp: Likewise.
3872         * gdb.dwarf2/dw2-producer.exp: Likewise.
3873         * gdb.dwarf2/mac-fileno.exp: Likewise.
3874         * gdb.python/py-frame-args.exp: Likewise.
3875         * gdb.python/py-framefilter.exp: Likewise.
3876         * gdb.python/py-mi.exp: Likewise.
3877         * gdb.python/py-objfile-script.exp: Likewise
3878         * gdb.python/py-pp-integral.exp: Likewise.
3879         * gdb.python/py-pp-re-notag.exp: Likewise.
3880         * gdb.python/py-prettyprint.exp: Likewise.
3881         * gdb.python/py-section-script.exp: Likewise.
3882         * gdb.python/py-typeprint.exp: Likewise.
3883         * gdb.python/py-xmethods.exp: Likewise.
3884         * gdb.stabs/weird.exp: Likewise.
3885         * gdb.xml/tdesc-regs.exp: Likewise.
3886
3887 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
3888
3889         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
3890         (out_cu): Use addr_len for the size of addresses.
3891         (out_line): Likewise.  Size DW_LNE_set_address instruction
3892         according to addr_len.
3893         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
3894         (FUNC): Add START_INSNS to definition.
3895
3896 2014-10-18  Yao Qi  <yao@codesourcery.com>
3897
3898         * gdb.base/argv0-symlink.exp: Check argv[0] value if
3899         gdb_has_argv0 return true.
3900         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
3901         check [target_info exists noargs], check [gdb_has_argv0]
3902         instead.
3903         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3904         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
3905         procedures.
3906
3907 2014-10-17  Doug Evans  <dje@google.com>
3908
3909         * gdb.python/py-events.exp: Update expected output for clear_objfiles
3910         event.
3911         * gdb.python/py-events.py: Add clear_objfiles event.
3912
3913 2014-10-17  Doug Evans  <dje@google.com>
3914
3915         * gdb.python/py-objfile.exp: Test progspace attribute.
3916
3917 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
3918
3919         * gdb.guile/scm-breakpoint.exp: Do not assume any
3920         directory separators when matching source file paths.
3921         * gdb.python/py-breakpoint.exp: Likewise.
3922         * gdb.reverse/break-precsave.exp: Likewise.
3923         * gdb.reverse/break-reverse.exp: Likewise.
3924         * gdb.reverse/consecutive-precsave.exp: Likewise.
3925         * gdb.reverse/finish-precsave.exp: Likewise.
3926         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
3927         * gdb.reverse/finish-reverse.exp: Likewise.
3928         * gdb.reverse/i386-precsave.exp: Likewise.
3929         * gdb.reverse/i387-env-reverse.exp: Likewise.
3930         * gdb.reverse/i387-stack-reverse.exp: Likewise.
3931         * gdb.reverse/machinestate-precsave.exp: Likewise.
3932         * gdb.reverse/machinestate.exp: Likewise.
3933         * gdb.reverse/sigall-precsave.exp: Likewise.
3934         * gdb.reverse/solib-precsave.exp: Likewise.
3935         * gdb.reverse/step-precsave.exp: Likewise.
3936         * gdb.reverse/until-precsave.exp: Likewise.
3937         * gdb.reverse/watch-precsave.exp: Likewise.
3938         * gdb.reverse/watch-reverse.exp: Likewise.
3939
3940 2014-10-17  Yao Qi  <yao@codesourcery.com>
3941
3942         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
3943         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
3944
3945 2014-10-17  Pedro Alves  <palves@redhat.com>
3946
3947         PR gdb/17471
3948         * gdb.base/bg-execution-repeat.c: New file.
3949         * gdb.base/bg-execution-repeat.exp: New file.
3950
3951 2014-10-17  Pedro Alves  <palves@redhat.com>
3952
3953         PR gdb/17300
3954         * gdb.base/continue-all-already-running.c: New file.
3955         * gdb.base/continue-all-already-running.exp: New file.
3956
3957 2014-10-17  Pedro Alves  <palves@redhat.com>
3958
3959         PR gdb/17472
3960         * gdb.base/annota-input-while-running.c: New file.
3961         * gdb.base/annota-input-while-running.exp: New file.
3962
3963 2014-10-17  Pedro Alves  <palves@redhat.com>
3964
3965         * gdb.base/callfuncs.exp: emove references to osf.
3966         * gdb.base/sigall.exp: Likewise.
3967         * gdb.gdb/selftest.exp: Likewise.
3968         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3969         * gdb.mi/non-stop.c: Likewise.
3970         * gdb.mi/pthreads.c: Likewise.
3971         * gdb.reverse/sigall-precsave.exp: Likewise.
3972         * gdb.reverse/sigall-reverse.exp: Likewise.
3973         * gdb.threads/pthreads.c: Likewise.
3974         * gdb.threads/pthreads.exp: Likewise.
3975
3976 2014-10-17  Yao Qi  <yao@codesourcery.com>
3977
3978         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
3979         check 'target_info exists noargs'.
3980         (test_command_prompt_position): Likewise.
3981         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
3982         Remove "set args".
3983         (progvar_simple_while_test): Likewise.
3984         (progvar_complex_if_while_test): Likewise.
3985         (if_while_breakpoint_command_test): Likewise.
3986         (infrun_breakpoint_command_test): Likewise.
3987         (breakpoint_command_test): Likewise.
3988         (watchpoint_command_test): Likewise.
3989         (bp_deleted_in_command_test): Likewise.
3990         (temporary_breakpoint_commands): Likewise.
3991
3992 2014-10-16  Yao Qi  <yao@codesourcery.com>
3993
3994         * gdb.base/remotetimeout.exp: Remove noargs checking.
3995
3996 2014-10-15  Pedro Alves  <palves@redhat.com>
3997
3998         PR breakpoints/9649
3999         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
4000         * gdb.base/breakpoint-in-ro-region.exp
4001         (probe_target_hardware_step): New procedure.
4002         (top level): Probe hardware stepping and hardware breakpoint
4003         support.  Test stepping through a read-only region, with both
4004         "breakpoint auto-hw" on and off and both "always-inserted" on and
4005         off.
4006
4007 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
4008
4009         * gdb.dlang/demangle.exp: Update for demangling changes.
4010
4011 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
4012
4013         * gdb.cp/non-trivial-retval.cc: Add new test cases.
4014         * gdb.cp/non-trivial-retval.exp: Add new tests.
4015
4016 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
4017
4018         PR c++/13403
4019         PR c++/15154
4020         * gdb.cp/non-trivial-retval.cc: New file.
4021         * gdb.cp/non-trivial-retval.exp: New file.
4022
4023 2014-10-15  Yao Qi  <yao@codesourcery.com>
4024
4025         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
4026         remote host.
4027
4028 2014-10-15  Yao Qi  <yao@codesourcery.com>
4029
4030         * gdb.python/py-symbol.exp: Match file base name if host is
4031         remote, otherwise match file name with dir name.
4032         * gdb.python/py-symtab.exp: Likewise.
4033         * gdb.python/python.exp: Likewise.
4034
4035 2014-10-15  Yao Qi  <yao@codesourcery.com>
4036
4037         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
4038         pattern.
4039         * gdb.python/py-symtab.exp: Likewise.
4040         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
4041         locationn.
4042
4043 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
4044
4045         * gdb.ada/addr_arith: New testcase.
4046
4047 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
4048
4049         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
4050         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
4051         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
4052         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
4053
4054 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
4055
4056         * gdb.arch/stap-eval-lang-ada.S: Likewise.
4057         * gdb.arch/stap-eval-lang-ada.c: Likewise.
4058         * gdb.arch/stap-eval-lang-ada.exp: New file.
4059
4060 2014-10-14  Yao Qi  <yao@codesourcery.com>
4061
4062         * gdb.mi/mi-var-child.c (nothing1): New function.
4063         (nothing2): New function.
4064         (do_children_tests): Set function pointers by nothing1 and
4065         nothing2.
4066         * gdb.mi/mi-var-child.exp: Step over new added statements.
4067         Update test to match the new output.
4068         * gdb.mi/var-cmd.c (nothing1): New function.
4069         (nothing2): New function.
4070         (do_children_tests): Set function pointers by  nothing1 and
4071         nothing2.
4072         * gdb.mi/mi-var-display.exp: Update test to match output.
4073         Step to the line specified by $line_dct_nothing.
4074         Increase the number of lines to step.
4075
4076 2014-10-14  Yao Qi  <yao@codesourcery.com>
4077
4078         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
4079         tests.
4080         * gdb.mi/mi2-var-child.exp: Likewise.
4081
4082 2014-10-13  Doug Evans  <dje@google.com>
4083
4084         * gdb.python/py-objfile.exp: Change name of file name test.
4085
4086 2014-10-13  Doug Evans  <dje@google.com>
4087
4088         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
4089         from the start of the CU.
4090
4091 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4092             Yao Qi  <yao@codesourcery.com>
4093
4094         Fix "save breakpoints" for "catch" command.
4095         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
4096         Remove -nonewline.  Match also the added "main" line.
4097
4098 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4099
4100         Fix "save breakpoints" for "disable $bpnum" command.
4101         * gdb.base/save-bp.c (main): Add label.
4102         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
4103
4104 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4105
4106         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
4107
4108 2014-10-11  Yao Qi  <yao@codesourcery.com>
4109
4110         * gdb.server/server-kill.exp: Execute command
4111         "set remote trace-status-packet on" before "tstatus".
4112
4113 2014-10-11  Yao Qi  <yao@codesourcery.com>
4114
4115         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
4116         (main): Call getppid.
4117         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
4118         and continue to it.  Read variable "server_pid".
4119
4120 2014-10-11  Yao Qi  <yao@codesourcery.com>
4121
4122         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
4123
4124 2014-10-11  Yao Qi  <yao@codesourcery.com>
4125
4126         * gdb.threads/thread-find.exp: Don't execute command
4127         "info threads".
4128         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
4129         * gdb.threads/linux-dp.exp: Don't check the condition
4130         $threads_created equals to zero.
4131
4132 2014-10-10  Pedro Alves  <palves@redhat.com>
4133
4134         * gdb.base/bigcore.exp: Remove references to IRIX.
4135         * gdb.base/funcargs.exp: Likewise.
4136         * gdb.base/interrupt.exp: Likewise.
4137         * gdb.base/mips_pro.exp: Likewise.
4138         * gdb.base/nodebug.exp: Likewise.
4139         * gdb.base/setvar.exp: Likewise.
4140         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
4141
4142 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4143             Pedro Alves  <palves@redhat.com>
4144
4145         PR symtab/14466
4146         * gdb.base/vdso-warning.c: New file.
4147         * gdb.base/vdso-warning.exp: New file.
4148
4149 2014-10-02  Doug Evans  <dje@google.com>
4150
4151         * gdb.base/structs.c (main): Don't run forever.
4152
4153 2014-10-02  Pedro Alves  <palves@redhat.com>
4154
4155         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
4156         (top level) <stop threads 1, stop threads 2>: Use it.
4157
4158 2014-10-02  Pedro Alves  <palves@redhat.com>
4159
4160         * gdb.threads/break-while-running.exp (test): Add new
4161         'update_thread_list' argument.  Skip "info threads" if false.
4162         (top level): Add new 'update_thread_list' axis.
4163
4164 2014-10-02  Pedro Alves  <palves@redhat.com>
4165
4166         PR breakpoints/17431
4167         * gdb.base/execl-update-breakpoints.c: New file.
4168         * gdb.base/execl-update-breakpoints.exp: New file.
4169
4170 2014-10-01  Pedro Alves  <palves@redhat.com>
4171
4172         * gdb.base/breakpoint-in-ro-region.c: New file.
4173         * gdb.base/breakpoint-in-ro-region.exp: New file.
4174
4175 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
4176
4177         * gdb.mi/mi-exit-code.exp: New file.
4178         * gdb.mi/mi-exit-code.c: New file.
4179
4180 2014-09-30  Yao Qi  <yao@codesourcery.com>
4181
4182         * lib/prelink-support.exp (build_executable_own_libs): Error if
4183         the target isn't native.
4184
4185 2014-09-30  Yao Qi  <yao@codesourcery.com>
4186
4187         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
4188         false.
4189
4190 2014-09-22  Pedro Alves  <palves@redhat.com>
4191
4192         * gdb.threads/break-while-running.exp: New file.
4193         * gdb.threads/break-while-running.c: New file.
4194
4195 2014-09-19  Yao Qi  <yao@codesourcery.com>
4196
4197         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
4198         Invoke test.  Restart GDB with --readnow and invoke test again.
4199
4200 2014-09-19  Yao Qi  <yao@codesourcery.com>
4201
4202         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
4203         proc set_breakpoint_on_gcd_function.  Invoke
4204         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
4205         invoke set_breakpoint_on_gcd_function again.
4206
4207 2014-09-18  Doug Evans  <dje@google.com>
4208
4209         * gdb.dwarf2/symtab-producer.exp: New file.
4210
4211 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4212
4213         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
4214         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
4215         * gdb.base/global-var-nested-by-dso.c: Likewise.
4216         * gdb.base/global-var-nested-by-dso.exp: Likewise.
4217
4218 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4219             Pedro Alves  <palves@redhat.com>
4220
4221         * gdb.base/watch-bitfields.exp: Pass string other than test file
4222         name to prepare_for_testing.
4223         (watch): New procedure.
4224         (expect_watchpoint): Use with_test_prefix.
4225         (top level): Factor out tests to ...
4226         (test_watch_location, test_regular_watch): ... these new
4227         procedures, and use with_test_prefix and gdb_continue_to_end.
4228
4229 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
4230
4231         PR breakpoints/12526
4232         * gdb.base/watch-bitfields.exp: New file.
4233         * gdb.base/watch-bitfields.c: New file.
4234
4235 2014-09-16  Pedro Alves  <palves@redhat.com>
4236
4237         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
4238         software and hardware addresses, not software address against
4239         itself.
4240
4241 2014-09-16  Pedro Alves  <palves@redhat.com>
4242
4243         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
4244         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
4245
4246 2014-09-16  Pedro Alves  <palves@redhat.com>
4247
4248         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
4249         files.
4250         * gdb.base/a2-run.exp: Remove all code guarded by istarget
4251         "*-*-vxworks*" throughout.
4252         * gdb.base/break.exp: Likewise.
4253         * gdb.base/default.exp: Likewise.
4254         * gdb.base/scope.exp: Likewise.
4255         * gdb.base/sepdebug.exp: Likewise.
4256         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
4257         throughout.
4258         * gdb.base/run.c: Likewise.
4259         * gdb.base/sepdebug.c: Likewise.
4260         * gdb.hp/gdb.aCC/run.c: Likewise.
4261         * gdb.reverse/until-reverse.c: Likewise.
4262         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
4263
4264 2014-09-16  Yao Qi  <yao@codesourcery.com>
4265
4266         * boards/local-remote-host-native.exp: New file.
4267
4268 2014-09-14  Doug Evans  <xdje42@gmail.com>
4269
4270         * gdb.threads/queue-signal.c (thread_count): New variable.
4271         (thread_count_mutex, thread_count_condvar): New variables.
4272         (incr_thread_count, wait_all_threads_running): New functions.
4273         (main): Wait for all threads to be in their thread functions.
4274
4275 2014-09-13  Doug Evans  <xdje42@gmail.com>
4276
4277         * gdb.threads/queue-signal.c: New file.
4278         * gdb.threads/queue-signal.exp: New file.
4279
4280 2014-09-13  Doug Evans  <xdje42@gmail.com>
4281
4282         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
4283         be consistent with what default_gdb_init uses.
4284         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
4285         the plain text of the prompt.  Add some logging printfs.
4286         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
4287
4288 2014-09-12  Pedro Alves  <palves@redhat.com>
4289
4290         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
4291         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
4292         * gdb.arch/i386-size-overlap.exp: Likewise.
4293         * gdb.arch/i386-size.exp: Likewise.
4294         * gdb.arch/i386-unwind.exp: Likewise.
4295         * gdb.base/a2-run.exp: Likewise.
4296         * gdb.base/break.exp: Likewise.
4297         * gdb.base/charset.exp: Likewise.
4298         * gdb.base/chng-syms.exp: Likewise.
4299         * gdb.base/commands.exp: Likewise.
4300         * gdb.base/dbx.exp: Likewise.
4301         * gdb.base/find.exp: Likewise.
4302         * gdb.base/funcargs.exp: Likewise.
4303         * gdb.base/jit-simple.exp: Likewise.
4304         * gdb.base/reread.exp: Likewise.
4305         * gdb.base/sepdebug.exp: Likewise.
4306         * gdb.base/step-bt.exp: Likewise.
4307         * gdb.cp/mb-inline.exp: Likewise.
4308         * gdb.cp/mb-templates.exp: Likewise.
4309         * gdb.objc/basicclass.exp: Likewise.
4310         * gdb.threads/killed.exp: Likewise.
4311
4312 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
4313
4314         PR tdep/17379
4315         * gdb.arch/powerpc-stackless.S: New file.
4316         * gdb.arch/powerpc-stackless.exp: New file.
4317
4318 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4319
4320         * gdb.base/attach.c: Include unistd.h.
4321         (main): Call alarm.  Add label postloop.
4322         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
4323         gdb_breakpoint, gdb_continue_to_breakpoint.
4324         (test_command_line_attach_run): Kill ${testpid} in one exit path.
4325
4326 2014-09-11  Pedro Alves  <palves@redhat.com>
4327
4328         PR gdb/17347
4329         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
4330         * gdb.base/attach.exp (test_command_line_attach_run): New
4331         procedure.
4332         (top level): Call it.
4333
4334 2014-09-11  Pedro Alves  <palves@redhat.com>
4335
4336         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
4337         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
4338         (do_command_attach_tests): Use spawn_wait_for_attach.
4339         * gdb.base/solib-overlap.exp: Likewise.
4340         * gdb.multi/multi-attach.exp: Likewise.
4341         * gdb.python/py-prompt.exp: Likewise.
4342         * gdb.python/py-sync-interp.exp: Likewise.
4343         * gdb.server/ext-attach.exp: Likewise.
4344
4345 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
4346
4347         * gdb.fortran/array-element.exp: Remove unexpected "continue"
4348         command in testcase.  Simplify testcase.
4349
4350 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
4351
4352         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
4353
4354 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
4355
4356         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
4357
4358 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
4359
4360         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
4361
4362 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
4363
4364         * gdb.dwarf2/dynarr-ptr.c: New file.
4365         * gdb.dwarf2/dynarr-ptr.exp: New file.
4366
4367 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
4368
4369         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
4370         of 30 rather than hardcoding 120 for a slow test case.  Take the
4371         `gdb,timeout' target setting into account for this calculation.
4372         Don't extend the timeout for the test cases that don't need it.
4373
4374 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
4375
4376         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
4377         a factor of 2 for a slow test case.  Take the `gdb,timeout'
4378         target setting into account for this calculation.
4379         * gdb.reverse/until-precsave.exp: Increase the timeout by
4380         a factor of 15 and 3 respectively rather than adding 120
4381         for a pair of slow test cases.  Take the `gdb,timeout'
4382         target setting into account for this calculation.
4383
4384 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
4385
4386         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
4387         timeout, don't pass one down to gdb_expect.
4388         (gdb_expect): Rework timeout selection.
4389
4390 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
4391
4392         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
4393         exception on timeout.
4394         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
4395         (gdbserver_start_extended): Catch any `gdbserver_start' error
4396         exceptions.
4397         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
4398         * lib/mi-support.exp (mi_gdb_target_load): Catch any
4399         `gdbserver_gdb_load' error exceptions.
4400
4401 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
4402
4403         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
4404         120 on waiting for the TCP socket to open.
4405
4406 2014-09-09  Doug Evans  <xdje42@gmail.com>
4407
4408         * gdb.base/default.exp (show_conv_list): Add _caller_is,
4409         _caller_matches, _any_caller_is, _any_caller_matches.
4410
4411 2014-09-09  Doug Evans  <xdje42@gmail.com>
4412
4413         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
4414
4415 2014-09-09  Yao Qi  <yao@codesourcery.com>
4416
4417         * gdb.mi/mi-var-display.exp: Set print symbol off.
4418
4419 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
4420
4421         PR gdb/17035
4422         * gdb.base/commands.exp: Add tests to verify user-defined
4423         commands with empty bodies.
4424         * gdb.python/py-cmd.exp: Test that we don't show user-defined
4425         python commands in `show user command`.
4426         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
4427         scheme commands in `show user command`.
4428
4429 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4430
4431         PR python/17355
4432         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
4433         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
4434         * gdb.python/py-framefilter-invalidarg.exp: New file.
4435         * gdb.python/py-framefilter-invalidarg.py: New file.
4436
4437 2014-09-06  Doug Evans  <xdje42@gmail.com>
4438
4439         PR 15276
4440         * gdb.python/py-caller-is.c: New file.
4441         * gdb.python/py-caller-is.exp: New file.
4442
4443 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
4444
4445         PR gdb/17235
4446         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
4447         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
4448
4449 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
4450
4451         PR fortran/17237
4452         * gdb.fortran/print-formatted.exp: New file.
4453         * gdb.fortran/print-formatted.f90: Likewise.
4454
4455 2014-09-03  Sasha Smundak  <asmundak@google.com>
4456
4457         * gdb.python/py-frame.exp: Test Frame.read_register.
4458
4459 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
4460
4461         PR python/16699
4462         * gdb.python/py-completion.exp: New file.
4463         * gdb.python/py-completion.py: Likewise.
4464
4465 2014-08-28  Doug Evans  <dje@google.com>
4466
4467         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
4468         eax,etc. are live with values set by gdb and thus the compiler can't
4469         use them.
4470         * gdb.arch/i386-pseudo.c (main): Ditto.
4471
4472 2014-08-27  Doug Evans  <dje@google.com>
4473
4474         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
4475
4476 2014-08-25  Doug Evans  <dje@google.com>
4477
4478         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
4479         (main): Ditto.
4480
4481 2014-08-25  Doug Evans  <dje@google.com>
4482
4483         * gdb.threads/thread-execl.exp: #include <stdio.h>.
4484
4485 2014-08-24  Yao Qi  <yao@codesourcery.com>
4486
4487         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
4488         symbol off.
4489         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
4490
4491 2014-08-22  Doug Evans  <dje@google.com>
4492
4493         PR 17276
4494         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
4495         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
4496         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
4497
4498 2014-08-22  Yao Qi  <yao@codesourcery.com>
4499
4500         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
4501         * gdb.python/py-finish-breakpoint2.exp: Likewise.
4502         * gdb.python/python.exp: Likewise.  Use .py file on the host
4503         instead of the build.
4504
4505 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4506
4507         * gdb.threads/gcore-stale-thread.c: New file.
4508         * gdb.threads/gcore-stale-thread.exp: New file.
4509
4510 2014-08-21  Pedro Alves  <palves@redhat.com>
4511
4512         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
4513         * gdb.base/gcore-relro-pie.exp: Likewise.
4514         * gdb.base/gcore-relro.exp: Likewise.
4515         * gdb.base/gcore.exp: Likewise.
4516         * gdb.base/print-symbol-loading.exp: Likewise.
4517         * gdb.threads/gcore-thread.exp: Likewise.
4518         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
4519
4520 2014-08-20  Pedro Alves  <palves@redhat.com>
4521             Jan Kratochvil  <jan.kratochvil@redhat.com>
4522
4523         * Makefile.in (EXTRA_RULES, CC): New variables, get from
4524         configure.
4525         (EXPECT): Handle READ1 being set.
4526         (all): Depend on EXTRA_RULES.
4527         (check-read1, expect-read1, read1.so, read1): New rules.
4528         * README (Testsuite Parameters): Document the READ1 make variable.
4529         (Race detection): New section.
4530         * configure: Regenerate.
4531         * configure.ac: If build==host==target, and running under a
4532         GNU/glibc system, add read1 to the extra Makefile rules.
4533         (EXTRA_RULES): AC_SUBST it.
4534         * lib/read1.c: New file.
4535
4536 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
4537
4538         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
4539         the handling of variables declared as a typedef to an array
4540         which a DW_AT_data_location attribute.
4541
4542 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
4543             Pedro Alves  <palves@redhat.com>
4544
4545         PR symtab/14604
4546         PR symtab/14605
4547         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
4548         gdb_test.
4549
4550 2014-08-19  Pedro Alves  <palves@redhat.com>
4551
4552         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
4553
4554 2014-08-19  Yao Qi  <yao@codesourcery.com>
4555
4556         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
4557         right line.
4558
4559 2014-08-18  David Blaikie  <dblaikie@gmail.com>
4560
4561         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
4562
4563 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
4564
4565         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
4566         attribute in array range.
4567
4568 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
4569
4570         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
4571
4572 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
4573
4574         PR c++/17132
4575         * gdb.cp/pr17132.cc: New file.
4576         * gdb.cp/pr17132.exp: New file.
4577
4578 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
4579
4580         * gdb.python/py-xmethods.py (A_getarrayind)
4581         (E_method_char_worker.__call__, E_method_int_worker.__call__):
4582         Use 'print' with function call syntax.
4583         (E_method_matcher.match): Fix tab vs space indentation mixup.
4584
4585 2014-08-15  Yao Qi  <yao@codesourcery.com>
4586
4587         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
4588         false.
4589
4590 2014-08-15  Yao Qi  <yao@codesourcery.com>
4591
4592         * gdb.cp/casts.exp: Set print symbol off.
4593         * gdb.cp/class2.exp: Likewise.
4594         * gdb.cp/overload.exp: Likewise.
4595         * gdb.cp/templates.exp: Likewise.
4596
4597 2014-08-11  Doug Evans  <dje@google.com>
4598
4599         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
4600         (test_load_shlib): Update.
4601
4602 2014-08-09  Yao Qi  <yao@codesourcery.com>
4603
4604         * gdb.base/display.exp: Invoke is_address_zero_readable.
4605         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
4606         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
4607         * gdb.base/hbreak-unmapped.exp: Return if
4608         is_address_zero_readable returns true.
4609         * gdb.base/signest.exp: Likewise.
4610         * gdb.base/signull.exp: Likewise.
4611         * gdb.base/sigbpt.exp: Likewise.
4612         * gdb.guile/scm-disasm.exp: Do the test if
4613         is_address_zero_readable returns false.
4614         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
4615         * gdb.python/py-arch.exp: Likewise.
4616         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
4617         * lib/gdb.exp (is_address_zero_readable): New proc.
4618
4619 2014-08-09  Yao Qi  <yao@codesourcery.com>
4620
4621         PR testsuite/13443
4622         * gdb.mi/mi-var-display.exp: Make test messages unique.
4623
4624 2014-08-04  Tom Tromey  <tromey@redhat.com>
4625
4626         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
4627         target 0".
4628
4629 2014-08-04  Tom Tromey  <tromey@redhat.com>
4630
4631         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
4632         "target_resume".
4633
4634 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
4635
4636         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
4637         inner_vla_struct_object_size.
4638         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
4639         as xfail.
4640
4641 2014-07-30  Pedro Alves  <palves@redhat.com>
4642
4643         * gdb.threads/signal-command-handle-nopass.exp (test): Add
4644         comment.
4645
4646 2014-07-29  Yao Qi  <yao@codesourcery.com>
4647
4648         PR gdb/17206
4649         * gdb.base/until-nodebug.exp: New.
4650
4651 2014-07-28  Doug Evans  <xdje42@gmail.com>
4652
4653         PR guile/17203
4654         * gdb.guile/scm-parameter.exp: Add tests for trying to create
4655         previously existing parameter, and previously ambiguously spelled
4656         parameter.
4657
4658 2014-07-28  Will Newton  <will.newton@linaro.org>
4659
4660         * gdb.base/varargs.exp: Remove KFAILs for ARM.
4661
4662 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
4663             Doug Evans  <xdje42@gmail.com>
4664
4665         PR guile/17146
4666         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
4667
4668 2014-07-25  Pedro Alves  <palves@redhat.com>
4669
4670         * gdb.threads/signal-command-handle-nopass.c: New file.
4671         * gdb.threads/signal-command-handle-nopass.exp: New file.
4672         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
4673         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
4674         * gdb.threads/signal-delivered-right-thread.c: New file.
4675         * gdb.threads/signal-delivered-right-thread.exp: New file.
4676
4677 2014-07-25  Pedro Alves  <palves@redhat.com>
4678
4679         * gdb.base/double-prompt-target-event-error.exp
4680         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
4681         match.
4682         (cancel_pagination_in_target_event): Rework double prompt
4683         detection.
4684         * gdb.base/paginate-after-ctrl-c-running.exp
4685         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
4686         <return>' match.
4687         * gdb.base/paginate-bg-execution.exp
4688         (test_bg_execution_pagination_return)
4689         (test_bg_execution_pagination_cancel): Remove '-notransfer
4690         <return>' matches.
4691         * gdb.base/paginate-execution-startup.exp
4692         (test_fg_execution_pagination_return)
4693         (test_fg_execution_pagination_cancel): Remove '-notransfer
4694         <return>' matches.
4695         * gdb.base/paginate-inferior-exit.exp
4696         (test_paginate_inferior_exited): Remove '-notransfer <return>'
4697         match.
4698         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
4699         * lib/gdb.exp (pagination_prompt): Run text through
4700         string_to_regexp.
4701         (gdb_test_multiple): Match $pagination_prompt instead of
4702         "<return>".
4703         (string_to_regexp): Move to lib/gdb-utils.exp.
4704
4705 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4706
4707         * gdb.arch/amd64-entry-value-paramref.S: New file.
4708         * gdb.arch/amd64-entry-value-paramref.cc: New file.
4709         * gdb.arch/amd64-entry-value-paramref.exp: New file.
4710         * gdb.arch/amd64-optimout-repeat.S: New file.
4711         * gdb.arch/amd64-optimout-repeat.c: New file.
4712         * gdb.arch/amd64-optimout-repeat.exp: New file.
4713
4714 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4715
4716         PR gdb/17170
4717         * gdb.base/statistics.exp: New file.
4718
4719 2014-07-17  Doug Evans  <dje@google.com>
4720
4721         PR gdb/17170
4722         * gdb.base/maint.exp: Update testing of per-command stats.
4723
4724 2014-07-16  Pedro Alves  <palves@redhat.com>
4725
4726         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
4727         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
4728         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
4729         (tfile_write_buf): New functions.
4730         (add_memory_block): Rewrite using the above.
4731         (adjust_function_address): New function.
4732         (FUNCTION_ADDRESS): New macro.
4733         (write_basic_trace_file): Remove short_x local, and use
4734         tfile_write_16. Change type of func_addr local to unsigned long
4735         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
4736         here.  Cast argument of add_memory_block to char pointer.
4737         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
4738         (main): Remove parameters.
4739         * gdb.trace/tfile.exp: Remove nowarnings.
4740
4741 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
4742
4743         * gdb.base/debug-expr.exp: Test string evaluation with
4744         "debug expression" on.
4745
4746 2014-07-15  Pedro Alves  <palves@redhat.com>
4747
4748         * gdb.base/reread.exp: Use clean_restart.
4749
4750 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
4751
4752         * gdb.arch/avr-flash-qualifer.c: New.
4753         * gdb.arch/avr-flash-qualifer.exp: New.
4754
4755 2014-07-14  Pedro Alves  <palves@redhat.com>
4756
4757         * gdb.base/paginate-after-ctrl-c-running.c: New file.
4758         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
4759
4760 2014-07-14  Pedro Alves  <palves@redhat.com>
4761
4762         * gdb.base/double-prompt-target-event-error.c: New file.
4763         * gdb.base/double-prompt-target-event-error.exp: New file.
4764
4765 2014-07-14  Pedro Alves  <palves@redhat.com>
4766
4767         PR gdb/17072
4768         * gdb.base/paginate-inferior-exit.c: New file.
4769         * gdb.base/paginate-inferior-exit.exp: New file.
4770
4771 2014-07-14  Pedro Alves  <palves@redhat.com>
4772
4773         PR gdb/17072
4774         * gdb.base/paginate-bg-execution.c: New file.
4775         * gdb.base/paginate-bg-execution.exp: New file.
4776
4777 2014-07-14  Pedro Alves  <palves@redhat.com>
4778
4779         PR gdb/17072
4780         * gdb.base/paginate-execution-startup.c: New file.
4781         * gdb.base/paginate-execution-startup.exp: New file.
4782         * lib/gdb.exp (pagination_prompt): New global.
4783         (default_gdb_spawn): New procedure, factored out from
4784         default_gdb_spawn.
4785         (default_gdb_start): Adjust to call default_gdb_spawn.
4786         (gdb_spawn): New procedure.
4787
4788 2014-07-14  Pedro Alves  <palves@redhat.com>
4789
4790         * lib/gdb.exp (gdb_assert): New procedure.
4791         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
4792
4793 2014-07-14  Pedro Alves  <palves@redhat.com>
4794
4795         * gdb.base/execution-termios.c: New file.
4796         * gdb.base/execution-termios.exp: New file.
4797
4798 2014-07-14  Tom Tromey  <tromey@redhat.com>
4799
4800         * gdb.cp/vla-cxx.cc: New file.
4801         * gdb.cp/vla-cxx.exp: New file.
4802
4803 2014-07-14  Tom Tromey  <tromey@redhat.com>
4804
4805         * gdb.reverse/rerun-prec.c: New file.
4806         * gdb.reverse/rerun-prec.exp: New file.
4807
4808 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
4809             Maciej W. Rozycki  <macro@codesourcery.com>
4810
4811         * lib/gdb-utils.exp: New file.
4812         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
4813         inline `gdb_init_command' processing.
4814         (gdb_start_cmd): Likewise.
4815         * lib/mi-support.exp (mi_run_cmd): Likewise.
4816         * README: Document `gdb_init_command' and `gdb_init_commands'.
4817
4818 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4819
4820         Fix false FAIL running under a very long directory name.
4821         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
4822         and "set print elements 10000".  Twice.
4823
4824 2014-07-11  Yao Qi  <yao@codesourcery.com>
4825
4826         * gdb.base/exprs.exp: "set print symbol off".
4827
4828 2014-07-11  Pedro Alves  <palves@redhat.com>
4829
4830         * gdb.threads/kill.c: New file.
4831         * gdb.threads/kill.exp: New file.
4832
4833 2014-07-10  Yao Qi  <yao@codesourcery.com>
4834
4835         * gdb.trace/tfile.c (write_basic_trace_file)
4836         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
4837         address written to trace file.
4838
4839 2014-07-09  Pedro Alves  <palves@redhat.com>
4840
4841         * gdb.base/attach-wait-input.exp: New file.
4842         * gdb.base/attach-wait-input.c: New file.
4843
4844 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
4845
4846         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
4847         setting up test structures.
4848         (main): Call new test function.
4849         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
4850         test function, continue into test function and walk test
4851         structures.
4852
4853 2014-07-02  Yao Qi  <yao@codesourcery.com>
4854
4855         * gdb.trace/entry-values.c: Define labels 'foo_start' and
4856         'bar_start' at the beginning of functions 'foo' and 'bar'
4857         respectively.
4858         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
4859         instead of 'foo' and 'bar'.
4860
4861 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
4862
4863         * gdb.btrace/segv.exp: New.
4864         * gdb.btrace/segv.c: New.
4865
4866 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
4867
4868         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
4869         instruction.
4870
4871 2014-06-30  Mark Wielaard  <mjw@redhat.com>
4872
4873         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
4874         vulture, vilify, villar): New volatile array constants.
4875         (vindictive, vegetation): New const volatile array constants.
4876         * gdb.base/volatile.exp: Test volatile and const volatile array
4877         types.
4878
4879 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4880
4881         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
4882         target lacks support for awatch, rwatch, or hbreak.
4883
4884 2014-06-27  Yao Qi  <yao@codesourcery.com>
4885
4886         * gdb.multi/dummy-frame-restore.exp: New.
4887         * gdb.multi/dummy-frame-restore.c: New.
4888
4889 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
4890
4891         * gdb.btrace/gcore.exp: New.
4892
4893 2014-06-23  Pedro Alves  <palves@redhat.com>
4894
4895         * gdb.base/watchpoint-reuse-slot.c: New file.
4896         * gdb.base/watchpoint-reuse-slot.exp: New file.
4897
4898 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
4899
4900         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
4901         progspace's filename in 'info', 'enable' and 'disable' command
4902         tests.
4903
4904 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4905
4906         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
4907         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4908         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
4909
4910 2014-06-20  Gary Benson  <gbenson@redhat.com>
4911
4912         * gdb.arch/i386-avx.exp: Fix include file location.
4913         * gdb.arch/i386-sse.exp: Likewise.
4914
4915 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
4916
4917         * gdb.dlang/expression.exp: New file.
4918
4919 2014-06-19  Pedro Alves  <palves@redhat.com>
4920
4921         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
4922         out from ...
4923         (top level): ... here.  Iterate running tests under different
4924         scheduler-locking settings.
4925
4926 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
4927
4928         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
4929         to DW_FORM_addr and use non-zero addresses.
4930
4931 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
4932
4933         PR gdb/17017
4934         * gdb.python/py-xmethods.cc: Add global function call counters and
4935         increment them in their respective functions.  Remove "cout"
4936         statements.
4937         * gdb.python/py-xmethods.exp: Make tests check the global function
4938         call counters instead of depending on inferior IO.
4939
4940 2014-06-18  Don Breazeal  <donb@codesourcery.com>
4941
4942         * gdb.base/foll-fork.exp (default_fork_parent_follow):
4943         Deleted procedure.
4944         (explicit_fork_parent_follow): Deleted procedure.
4945         (explicit_fork_child_follow): Deleted procedure.
4946         (test_follow_fork): New procedure.
4947         (do_fork_tests): Replace calls to deleted procedures with
4948         calls to test_follow_fork and reset GDB for subsequent
4949         procedure calls.
4950
4951 2014-06-17  Yao Qi  <yao@codesourcery.com>
4952
4953         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
4954         CP1252.
4955
4956 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
4957
4958         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
4959         Initialize ptr and S explicitly.
4960         (skip_type_update_when_not_use_rtti_test): Likewise.
4961
4962 2014-06-16  Keith Seitz  <keiths@redhat.com>
4963
4964         PR mi/15863
4965         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
4966         the inferior is started.
4967
4968 2014-06-16  Pedro Alves  <palves@redhat.com>
4969
4970         * gdb.base/break-main-file-remove-fail.c: New file.
4971         * gdb.base/break-main-file-remove-fail.exp: New file.
4972         * gdb.base/break-unload-file.exp: Use build_executable instead of
4973         prepare_for_testing.
4974         (test_break): New parameter "initial_load".  Handle it.
4975         (top level): Add initial_load cmdline/file axis.
4976
4977 2014-06-12  Tom Tromey  <tromey@redhat.com>
4978
4979         * gdb.base/completion.exp: Don't use directory name in test.
4980
4981 2014-06-09  Gary Benson  <gbenson@redhat.com>
4982
4983         * gdb.base/sigall.c [Functions to send signals]: Reorder to
4984         separate the always-available ANSI-standard signals from the
4985         signals that require checking.
4986         (main): Likewise.
4987         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
4988         Likewise.
4989         (main): Likewise.
4990
4991 2014-06-07  Keith Seitz  <keiths@redhat.com>
4992
4993         Revert:
4994         PR c++/16253
4995         * gdb.cp/var-tag.cc: New file.
4996         * gdb.cp/var-tag.exp: New file.
4997         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4998         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4999         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5000         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5001
5002 2014-06-06  Doug Evans  <xdje42@gmail.com>
5003
5004         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
5005
5006 2014-06-06  Pedro Alves  <palves@redhat.com>
5007
5008         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
5009         in target debug output instead of looking at RSP packets,
5010         disabling the test on any target that uses hardware stepping.
5011         Update comments.
5012
5013 2014-06-06  Pedro Alves  <palves@redhat.com>
5014
5015         * gdb.base/break-unload-file.exp: Fix typo.
5016
5017 2014-06-06  Yao Qi  <yao@codesourcery.com>
5018
5019         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
5020         from "jit_function" to "^jit_function".
5021
5022 2014-06-06  Yao Qi  <yao@codesourcery.com>
5023
5024         * gdb.base/async.c (foo): Add one statement.
5025         * gdb.base/async.exp: Get the next instruction address and
5026         match the output of "nexti" by instruction address.  Match
5027         the hex address in the output of "finish".
5028
5029 2014-06-06  Gary Benson  <gbenson@redhat.com>
5030
5031         * gdb.base/call-signals.c: Remove preprocessor conditionals
5032         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
5033         SIGSEGV and SIGTERM.
5034         * gdb.base/sigall.c: Likewise.
5035         * gdb.base/unwindonsignal.c: Likewise.
5036         * gdb.reverse/sigall-reverse.c: Likewise.
5037
5038 2014-06-06  Yao Qi  <yao@codesourcery.com>
5039
5040         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
5041         readable, skip the test.
5042
5043 2014-06-06  Yao Qi  <yao@codesourcery.com>
5044
5045         * gdb.threads/staticthreads.c (thread_function): Move the line
5046         setting breakpoint on forward.
5047         * gdb.threads/staticthreads.exp: Update comments.
5048
5049 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
5050
5051         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
5052         "history-append! type error".
5053
5054 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
5055
5056         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
5057         erroneous dprintf expected input.
5058
5059 2014-06-04  Doug Evans  <xdje42@gmail.com>
5060
5061         * gdb.guile/scm-generics.exp: Delete.
5062
5063 2014-06-04  Doug Evans  <xdje42@gmail.com>
5064
5065         * gdb.guile/scm-breakpoint.exp: Update.
5066         Add tests for breakpoint registration.
5067
5068 2014-06-04  Tom Tromey  <tromey@redhat.com>
5069
5070         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
5071         VLA-in-union.
5072         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
5073         inner_vla_struct, vla_union types.  Initialize objects of those
5074         types and compute their sizes.
5075
5076 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
5077             Hui Zhu  <hui@codesourcery.com>
5078
5079         * gdb.base/fileio.exp: Add test for shell not available as well as
5080         available.
5081         * gdb.base/fileio.c (test_system): Check for shell twice.
5082
5083 2014-06-04  Yao Qi  <yao@codesourcery.com>
5084
5085         * gdb.base/auto-connect-native-target.exp: Remove redundant
5086         space from the regexp pattern.
5087
5088 2014-06-04  Yao Qi  <yao@codesourcery.com>
5089
5090         * gdb.base/default.exp: Replace "child" with "native" in
5091         regexp pattern.
5092
5093 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
5094
5095         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
5096         * gdb.python/py-xmethods.exp: New tests to test xmethods.
5097         * gdb.python/py-xmethods.py: Python script supporting the
5098         new testcase and tests.
5099
5100 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
5101             Pedro Alves  <palves@redhat.com>
5102
5103         PR breakpoints/17000
5104         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
5105         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
5106
5107 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
5108
5109         * gdb.base/subst.exp: Add tests to verify partial path matching
5110         output.
5111
5112 2014-06-03  Pedro Alves  <palves@redhat.com>
5113
5114         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
5115         target that doesn't use software single-stepping.
5116
5117 2014-06-03  Pedro Alves  <palves@redhat.com>
5118
5119         PR breakpoints/17000
5120         * gdb.base/sss-bp-on-user-bp-2.c: New file.
5121         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
5122
5123 2014-06-02  Doug Evans  <xdje42@gmail.com>
5124
5125         * gdb.guile/scm-parameter.exp: New file.
5126
5127 2014-06-02  Doug Evans  <xdje42@gmail.com>
5128
5129         * gdb.guile/scm-cmd.c: New file.
5130         * gdb.guile/scm-cmd.exp: New file.
5131
5132 2014-06-02  Doug Evans  <xdje42@gmail.com>
5133
5134         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
5135         pretty-printer lookup.
5136         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
5137         (make-pp_s-printer): Call it.
5138         (make-pretty-printer-from-dict): New function.
5139         (lookup-pretty-printer-maker-from-dict): New function.
5140         (*pretty-printer*): Simplify.
5141         (make-objfile-pp_s-printer): New function.
5142         (install-objfile-pretty-printers!): New function.
5143         (make-progspace-pp_s-printer): New function.
5144         (install-progspace-pretty-printers!): New function.
5145         * gdb.guile/scm-progspace.c: New file.
5146         * gdb.guile/scm-progspace.exp: New file.
5147
5148 2014-06-02  Pedro Alves  <palves@redhat.com>
5149
5150         * gdb.base/dprintf-bp-same-addr.c: New file.
5151         * gdb.base/dprintf-bp-same-addr.exp: New file.
5152
5153 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5154
5155         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
5156         * gdb.arch/powerpc-power.s: Likewise.
5157
5158 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
5159
5160         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
5161
5162 2014-06-01  Yao Qi  <yao@codesourcery.com>
5163
5164         * gdb.base/watchpoint.exp (test_watch_location): Check null
5165         pointer can be dereferenced.  If not, do the test, otherwise
5166         skip it.
5167
5168 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
5169
5170         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
5171         results.
5172         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
5173
5174 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
5175
5176         * gdb.arch/amd64-invalid-stack-middle.S: New file.
5177         * gdb.arch/amd64-invalid-stack-middle.c: New file.
5178         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
5179         * gdb.arch/amd64-invalid-stack-top.c: New file.
5180         * gdb.arch/amd64-invalid-stack-top.exp: New file.
5181
5182 2014-05-30  Pedro Alves  <palves@redhat.com>
5183
5184         PR breakpoints/17000
5185         * gdb.base/sss-bp-on-user-bp.c: New file.
5186         * gdb.base/sss-bp-on-user-bp.exp: New file.
5187
5188 2014-05-30  David Blaikie  <dblaikie@gmail.com>
5189
5190         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
5191         gnu_inline semantics via attribute.
5192         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
5193         source explicitly specifies the required semantics.
5194
5195 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
5196
5197         * gdb.reverse/sigall-reverse.exp: Fix a typo.
5198
5199 2014-05-29  Pedro Alves  <palves@redhat.com>
5200             Tom Tromey  <tromey@redhat.com>
5201
5202         * gdb.base/async-shell.exp: Don't enable target-async.
5203         * gdb.base/async.exp
5204         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
5205         parameter.  Adjust.
5206         (top level): Don't test with "target-async".
5207         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
5208         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
5209         * gdb.base/inferior-died.exp: Don't enable target-async.
5210         * gdb.base/interrupt-noterm.exp: Likewise.
5211         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
5212         * gdb.mi/mi-nonstop-exit.exp: Likewise.
5213         * gdb.mi/mi-nonstop.exp: Likewise.
5214         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
5215         * gdb.mi/mi-nsintrall.exp: Likewise.
5216         * gdb.mi/mi-nsmoribund.exp: Likewise.
5217         * gdb.mi/mi-nsthrexec.exp: Likewise.
5218         * gdb.mi/mi-watch-nonstop.exp: Likewise.
5219         * gdb.multi/watchpoint-multi.exp: Adjust comment.
5220         * gdb.python/py-evsignal.exp: Don't enable target-async.
5221         * gdb.python/py-evthreads.exp: Likewise.
5222         * gdb.python/py-prompt.exp: Likewise.
5223         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
5224         * gdb.server/solib-list.exp: Don't enable target-async.
5225         * gdb.threads/thread-specific-bp.exp: Likewise.
5226         * lib/mi-support.exp: Adjust to use mi-async.
5227
5228 2014-05-29  Pedro Alves  <palves@redhat.com>
5229
5230         PR gdb/13860
5231         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
5232         reason, even in sync mode.
5233
5234 2014-05-29  Pedro Alves  <palves@redhat.com>
5235             Hui Zhu  <hui@codesourcery.com>
5236
5237         PR PR15693
5238         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
5239         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
5240         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
5241         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
5242
5243 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
5244
5245         * config/monitor.exp (gdb_target_monitor): Replace use of
5246         "set remotebaud" by "set serial baud".
5247
5248 2014-05-26  Andy Wingo  <wingo@igalia.com>
5249
5250         * gdb.guile/scm-breakpoint.exp:
5251         * gdb.guile/scm-gsmob.exp: Update to use plain old object
5252         properties instead of gdb-object-properties.
5253
5254 2014-05-26  Yao Qi  <yao@codesourcery.com>
5255
5256         * gdb.server/no-thread-db.exp: Specify source file name
5257         explicitly when setting a breakpoint.
5258
5259 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
5260
5261         * gdb.btrace/vdso.c: New.
5262         * gdb.btrace/vdso.exp: New.
5263
5264 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
5265
5266         * gdb.base/gcore.exp (capture_command_output): Move ...
5267         * lib/gdb.exp (capture_command_output): ... here.
5268
5269 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
5270
5271         * gdb.btrace/data.exp: Test memory access during btrace replay.
5272
5273 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
5274
5275         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
5276
5277 2014-05-21  Pedro Alves  <palves@redhat.com>
5278
5279         PR gdb/13860
5280         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
5281         (top level): Test that output related to execution commands is
5282         sent to the console with CLI commands, but not with MI commands.
5283         Test that breakpoint events are always mirrored to the console.
5284         Also expect the new source line to be output after a "next" in
5285         async mode too.  Make it a pass/fail test.
5286         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
5287         output.
5288         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
5289
5290 2014-05-21  Pedro Alves  <palves@redhat.com>
5291
5292         * gdb.base/list.exp (build_pattern, test_list): New procedures.
5293         Use them to test variations of "list" after reaching a breakpoint.
5294         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
5295         Test "list" with listsize 10 after reaching a breakpoint.
5296         * gdb.python/python.exp (decode_line current location line
5297         number): Adjust expected line number.
5298
5299 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
5300
5301         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
5302         behavior for $args, pass it directly to "run".
5303
5304 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
5305
5306         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
5307         30000 to 65536.
5308
5309 2014-05-21  Pedro Alves  <palves@redhat.com>
5310
5311         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
5312         auto-connect-native-target off".
5313         * gdb.base/auto-connect-native-target.c: New file.
5314         * gdb.base/auto-connect-native-target.exp: New file.
5315
5316 2014-05-21  Pedro Alves  <palves@redhat.com>
5317
5318         * gdb.base/default.exp: Test "target native" instead of "target
5319         child".
5320
5321 2014-05-21  Mark Wielaard  <mjw@redhat.com>
5322
5323         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5324
5325 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
5326
5327         Fix TLS access for -static -pthread.
5328         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
5329         <HAVE_TLS> (thread_function, main): Initialize it.
5330         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
5331         Add clean_restart.
5332         <$have_tls != "">: Check TLSVAR.
5333
5334 2014-05-21  Pedro Alves  <palves@redhat.com>
5335
5336         * gdb.base/dcache-line-read-error.c: New.
5337         * gdb.base/dcache-line-read-error.exp: New.
5338
5339 2014-05-20  Pedro Alves  <palves@redhat.com>
5340
5341         * gdb.base/compare-sections.c: New file.
5342         * gdb.base/compare-sections.exp: New file.
5343
5344 2014-05-20  Pedro Alves  <palves@redhat.com>
5345
5346         * gdb.base/break-idempotent.c: New file.
5347         * gdb.base/break-idempotent.exp: New file.
5348
5349 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
5350
5351         * gdb.btrace/nohist.exp: New.
5352
5353 2014-05-20  Yao Qi  <yao@codesourcery.com>
5354
5355         * lib/gdb.exp (gdb_init): Set timeout if test file is under
5356         gdb.reverse directory and gdb_reverse_timeout exists in board
5357         setting.
5358         * README: Document gdb_reverse_timeout.
5359
5360 2014-05-20  Yao Qi  <yao@codesourcery.com>
5361
5362         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
5363         'test_file_name'.  Treat args as a string instead of a list.
5364         (gdb_init): Rename argument 'args' by 'test_file_name'.
5365
5366 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5367
5368         * gdb.arch/powerpc-power.exp: New file.
5369         * gdb.arch/powerpc-power.s: New file.
5370
5371 2014-05-16  Doug Evans  <dje@google.com>
5372
5373         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
5374         * gdb.base/completion.exp: Check that all expected files exist
5375         before doing file completion.
5376
5377 2014-05-16  Doug Evans  <dje@google.com>
5378
5379         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
5380         Update.
5381         (do_syscall_tests_without_xml): Update.
5382
5383 2014-05-16  Pedro Alves  <palves@redhat.com>
5384
5385         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
5386         instead of "unknown output after running".
5387
5388 2014-05-16  Yao Qi  <yao@codesourcery.com>
5389
5390         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
5391         file1.txt from host at the end.
5392         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
5393
5394 2014-05-15  Doug Evans  <dje@google.com>
5395
5396         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
5397         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
5398         loading file.  Add test for TU lookup.
5399
5400 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
5401
5402         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
5403         calling "-exec-arguments" or "set args" before running the
5404         inferior.
5405
5406 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
5407
5408         * lib/mi-support.exp (mi_expect_stop): Expect message for
5409         inferiors that exit with non-zero exit code.
5410
5411 2014-05-14  Yao Qi  <yao@codesourcery.com>
5412
5413         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
5414         match absolute path on remote host.
5415         (test_file_list_exec_source_files): Remove "/" from the
5416         pattern.
5417
5418 2014-05-14  Yao Qi  <yao@codesourcery.com>
5419
5420         * boards/local-remote-host-notty.exp (${board}_file): New
5421         proc.
5422
5423 2014-05-07  Kyle McMartin  <kyle@redhat.com>
5424
5425         Pushed by Joel Brobecker  <brobecker@adacore.com>.
5426         * gdb.arch/aarch64-atomic-inst.c: New file.
5427         * gdb.arch/aarch64-atomic-inst.exp: New file.
5428
5429 2014-05-07  Yao Qi  <yao@codesourcery.com>
5430
5431         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
5432         in current context" too.
5433
5434 2014-05-05  Keith Seitz  <keiths@redhat.com>
5435
5436         * gdb.linespec/ls-dollar.exp: Add test for linespec
5437         file:convenience_variable.
5438
5439 2014-05-05  Yao Qi  <yao@codesourcery.com>
5440
5441         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
5442         traceframes into tfile and ctf trace files.  Read data from
5443         trace file and test collected data.
5444         (gdb_collect_locals_test): Likewise.
5445         (gdb_unavailable_registers_test): Likewise.
5446         (gdb_unavailable_floats): Likewise.
5447         (gdb_collect_globals_test): Likewise.
5448         (top-level): Append "ctf" to trace_file_targets if GDB
5449         supports.
5450
5451 2014-05-05  Yao Qi  <yao@codesourcery.com>
5452
5453         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
5454         code to ...
5455         (gdb_collect_args_test_1): ... it.  New proc.
5456         (gdb_collect_locals_test): Move some code to ...
5457         (gdb_collect_locals_test_1): ... it.  New proc.
5458         (gdb_unavailable_registers_test): Move some code to ...
5459         (gdb_unavailable_registers_test_1): ... it.  New proc.
5460         (gdb_unavailable_floats): Move some code to ...
5461         (gdb_unavailable_floats_1): ... it.  New proc.
5462
5463 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5464
5465         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
5466         probes to test for bitness recognition.
5467         * gdb.arch/amd64-stap-optional-prefix.exp
5468         (test_probe_value_without_reg): New procedure.
5469         Add code to test for different kinds of bitness.
5470
5471 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5472
5473         PR breakpoints/16889
5474         * gdb.arch/amd64-stap-optional-prefix.S: New file.
5475         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
5476
5477 2014-05-01  Pedro Alves  <palves@redhat.com>
5478
5479         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
5480         gdb_file_cmd if no file is specified.
5481         * boards/native-extended-gdbserver.exp (gdb_load): Use the
5482         last_loaded_file to set the remote exec-file.
5483
5484 2014-05-01  Pedro Alves  <palves@redhat.com>
5485
5486         * boards/local-remote-host.exp: New file.
5487
5488 2014-05-01  Pedro Alves  <palves@redhat.com>
5489
5490         * boards/local-remote-host.exp: Rename to ...
5491         * boards/local-remote-host-notty.exp: ... this.
5492
5493 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
5494
5495         * gdb.ada/dyn_arrayidx: New testcase.
5496
5497 2014-04-26  Yao Qi  <yao@codesourcery.com>
5498
5499         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
5500         and compute the length of function main.  Save it in
5501         $main_length.
5502         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
5503         (top-level): Use gdb_compile to compile objects into
5504         executable and restart GDB.  Remove invocation to
5505         prepare_for_testing.
5506
5507 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
5508             Pedro Alves  <palves@redhat.com>
5509
5510         PR server/16255
5511         * gdb.multi/multi-attach.c: New file.
5512         * gdb.multi/multi-attach.exp: New file.
5513
5514 2014-04-25  Pedro Alves  <palves@redhat.com>
5515
5516         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
5517         user.
5518         (top level): Test that "set remote conditional-breakpoints-packet
5519         off" works as intended.
5520         * gdb.base/dprintf.exp: Test that "set remote
5521         breakpoint-commands-packet off" works as intended.
5522         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
5523         New function.
5524         (top level): Call it.
5525         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
5526         remote fast-tracepoints-packet off" works as intended.
5527         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
5528         * lib/gdb.exp (gdb_is_target_remote): ... here.
5529
5530 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5531
5532         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
5533         ensure clang would not discard them.
5534         * gdb.base/gdbvars.c: Ditto.
5535         * gdb.base/memattr.c: Ditto.
5536         * gdb.base/whatis.c: Ditto.
5537         * gdb.python/py-prettyprint.c: Ditto.
5538         * gdb.trace/actions.c: Ditto.
5539         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
5540         ensure clang would not discard it.
5541
5542 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5543
5544         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
5545         clang to emit the full definition of type required by the test
5546         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
5547
5548 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5549
5550         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
5551         coax Clang into emitting the definition of the type.
5552         * gdb.cp/pr10728-x.h (y): Ditto.
5553         * gdb.cp/pr10728-y.cc (y): Ditto.
5554
5555 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5556
5557         * gdb.base/label.exp: XFAIL label related tests under Clang.
5558         * gdb.cp/cplabel.exp: Ditto.
5559         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
5560         under Clang those using labels.
5561
5562 2014-04-25  Yao Qi  <yao@codesourcery.com>
5563
5564         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
5565         double_label.
5566         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
5567         partial_label and double_label.
5568
5569 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5570
5571         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
5572
5573 2014-04-24  David Blaikie  <dblaikie@gmail.com>
5574
5575         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
5576         of the function to work across GCC and Clang.
5577         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
5578         pointer types (const void ** const V void **).
5579
5580 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
5581             Walfred Tedeschi  <walfred.tedeschi@intel.com>
5582
5583         * Makefile.in (EXECUTABLES): Added i386-avx512.
5584         * gdb.arch/i386-avx512.c: New file.
5585         * gdb.arch/i386-avx512.exp: Likewise.
5586
5587 2014-04-23  Keith Seitz  <keiths@redhat.com>
5588
5589         * lib/mi-support.exp (mi_list_breakpoints): Delete.
5590         (mi_make_breakpoint_table): New procedure.
5591         (mi_create_breakpoint): Use mi_make_breakpoint
5592         and return the result.
5593         (mi_make_breakpoint): New procedure.
5594         (mi_build_kv_pairs): New procedure.
5595
5596         * gdb.mi/mi-break.exp: Remove unused globals,
5597         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
5598         All callers updated.
5599         * gdb.mi/mi-dprintf.exp: Use variable to track command
5600         number.
5601         Update all callers of mi_create_breakpoint and use
5602         mi_make_breakpoint_table.
5603         Remove any unused global variables.
5604         * gdb.mi/mi-nonstop.exp: Likewise.
5605         * gdb.mi/mi-nsintrall.exp: Likewise.
5606         * gdb.mi/mi-nsmoribund.exp: Likewise.
5607         * gdb.mi/mi-nsthrexec.exp: Likewise.
5608         * gdb.mi/mi-reverse.exp: Likewise.
5609         * gdb.mi/mi-simplerun.exp: Likewise.
5610         * gdb.mi/mi-stepn.exp: Likewise.
5611         * gdb.mi/mi-syn-frame.exp: Likewise.
5612         * gdb.mi/mi-until.exp: Likewise.
5613         * gdb.mi/mi-var-cp.exp: Likewise.
5614         * gdb.mi/mi-var-display.exp: Likewise.
5615         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
5616         * gdb.mi/mi2-var-child.exp: Likewise.
5617         * gdb.mi/mi-vla-c99.exp: Likewise.
5618         * lib/mi-support.exp: Likewise.
5619
5620         From Ian Lance Taylor  <iant@cygnus.com>:
5621         * lib/gdb.exp (parse_args): New procedure.
5622
5623 2014-04-23  Pedro Alves  <palves@redhat.com>
5624
5625         * gdb.base/break-unload-file.c: New file.
5626         * gdb.base/break-unload-file.exp: New file.
5627         * gdb.base/sym-file-lib.c (baz): New function.
5628         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
5629         field.
5630         (load): Store the segment's mapped size.
5631         (unload): New function.
5632         (unload_shlib): New function.
5633         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
5634         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
5635         set a breakpoint at baz, and call it.
5636         * gdb.base/sym-file.exp: New tests for stale breakpoint
5637         instructions.
5638
5639 2014-04-23  Pedro Alves  <palves@redhat.com>
5640
5641         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
5642         * gdb.base/hbreak-in-shr-unsupported.c: New file.
5643         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
5644         * gdb.base/hbreak-unmapped.c: New file.
5645         * gdb.base/hbreak-unmapped.exp: New file.
5646         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
5647         * lib/gdb.exp (gdb_is_target_remote): ... here.
5648
5649 2014-04-22  Pedro Alves  <palves@redhat.com>
5650
5651         * gdb.base/consecutive-step-over.c: New file.
5652         * gdb.base/consecutive-step-over.exp: New file.
5653
5654 2014-04-22  Pedro Alves  <palves@redhat.com>
5655
5656         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
5657         instead of send_gdb/gdb_expect.
5658
5659 2014-04-22  Yao Qi  <yao@codesourcery.com>
5660
5661         * lib/trace-support.exp (generate_tracefile): New procedure.
5662         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
5663         return 0.
5664         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
5665         if generate_tracefile returns 1.
5666
5667 2014-04-18  Tom Tromey  <palves@redhat.com>
5668             Pedro alves  <tromey@redhat.com>
5669
5670         PR backtrace/15558
5671         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
5672         with a backtrace limit.
5673         * gdb.python/py-frame-inline.exp: Test running to an inline
5674         function with a backtrace limit, and printing the newest frame.
5675         * gdb.python/py-frame-inline.c (main): Call f.
5676
5677 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5678
5679         * gdb.java/jnpe.exp: Drop srcdir from untested path.
5680
5681 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
5682
5683         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
5684         Drop prefix from unsupported source file path.
5685
5686 2014-04-17  Yao Qi  <yao@codesourcery.com>
5687
5688         * lib/gdb.exp (with_target_charset): New proc.
5689         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
5690         with_target_charset.
5691         (test_print_strings): Likewise.
5692         (test_repeat_bytes): Likewise.
5693         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
5694         for some tests.
5695
5696 2014-04-16  Keith Seitz  <keiths@redhat.com>
5697
5698         PR gdb/15827
5699         * gdb.dwarf2/corrupt.c: New file.
5700         * gdb.dwarf2/corrupt.exp: New file.
5701
5702 2014-04-16  Keith Seitz  <keiths@redhat.com>
5703
5704         PR c++/16597
5705         * gdb.cp/namelessclass.cc: New file.
5706         * gdb.cp/namelessclass.exp: New file.
5707         * gdb.cp/namelessclass.S: New file.
5708
5709 2014-04-16  Doug Evans  <dje@google.com>
5710
5711         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
5712         Add comment.
5713         (gdbserver_default_get_comm_port): New function.
5714         (gdbserver_start): Check if board file provided
5715         "gdbserver,get_comm_port" and use it if so.
5716         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
5717         (gdb,socketport): Set to "stdio".
5718         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
5719         (stdio_gdbserver_template): Delete.
5720         (${board}_get_remote_address): Update.
5721         (${board}_build_remote_cmd): Delete.
5722         (${board}_get_comm_port): New function.
5723         (${board}_spawn): Update.
5724         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
5725         Delete.
5726         (${board}_get_remote_address): Update.
5727         (${board}_get_comm_port): New function.
5728
5729 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
5730
5731         * gdb.base/memattr.exp: Improve regexps to handle memory regions
5732         appearing in any order.
5733
5734 2014-04-15  Doug Evans  <dje@google.com>
5735
5736         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
5737         uninitialized value of "description".
5738
5739 2014-04-15  Keith Seitz  <keiths@redhat.com>
5740
5741         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
5742         Remove unused globals.
5743         (test_running_the_program): Likewise.
5744         (test_controlled_execution): Likewise.
5745         (test_controlling_breakpoints): Likewise.
5746         (test_program_termination): Likewise.
5747
5748 2014-04-15  Keith Seitz  <keiths@redhat.com>
5749
5750         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
5751         unused globals.
5752         (test_rbreak_creation_and_listing): Likewise.
5753         (test_ignore_count): Likewise.
5754         (test_error): Likewise.
5755
5756 2014-04-15  Pedro Alves  <palves@redhat.com>
5757
5758         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
5759         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
5760         sym-file-loader.c.
5761         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5762         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5763         to sym-file-loader.c.
5764         (struct library): Forward declare.
5765         (load_shlib, lookup_function): Change prototypes.
5766         (find_shstrtab, find_strtab, find_shdr, find_symtab)
5767         (translate_offset): Remove declarations.
5768         (get_text_addr): New declaration.
5769         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
5770         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
5771         sym-file-loader.h.
5772         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
5773         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
5774         here from sym-file-loader.h.
5775         (struct library): New structure.
5776         (load_shlib, lookup_function): Change prototypes and adjust to
5777         work with a struct library.
5778         (find_shstrtab, find_strtab, find_shdr, find_symtab)
5779         (translate_offset): Make static.
5780         (get_text_addr): New function.
5781         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
5782
5783 2014-04-15  Pedro Alves  <palves@redhat.com>
5784
5785         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
5786
5787 2014-04-15  Pedro Alves  <palves@redhat.com>
5788
5789         * gdb.base/sym-file-loader.c: Include <limits.h>.
5790         (SELF_LINK): New define.
5791         (get_origin): New function.
5792         (load_shlib): Use it.
5793         * gdb.base/sym-file.exp: Don't early return if the target is
5794         remote.  Use runto_main, and issue fail is that fails.  Use
5795         gdb_load_shlibs.
5796         (shlib_name): Delete.
5797         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
5798
5799 2014-04-15  Pedro Alves <palves@redhat.com>
5800
5801         * gdb.base/sym-file.exp: Remove regex characters from test
5802         message.  Don't refer to breakpoint numbers in test messages.
5803
5804 2014-04-14  Keith Seitz  <keiths@redhat.com>
5805
5806         PR c++/16253
5807         * gdb.cp/var-tag.cc: New file.
5808         * gdb.cp/var-tag.exp: New file.
5809         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
5810         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
5811         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
5812         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
5813
5814 2014-04-14  Tom Tromey  <tromey@redhat.com>
5815
5816         * gdb.cp/classes.exp (test_enums): Handle underlying type.
5817         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
5818         type.
5819         * gdb.cp/enum-class.exp: New file.
5820         * gdb.cp/enum-class.cc: New file.
5821
5822 2014-04-14  Tom Tromey  <tromey@redhat.com>
5823
5824         * gdb.dwarf2/enum-type.exp: New file.
5825
5826 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5827
5828         * gdb.mi/mi-vla-c99.exp: New file.
5829         * gdb.mi/vla.c: New file.
5830
5831 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5832
5833         * gdb.base/vla-datatypes.c: New file.
5834         * gdb.base/vla-datatypes.exp: New file.
5835
5836 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5837
5838         * gdb.base/vla-ptr.c: New file.
5839         * gdb.base/vla-ptr.exp: New file.
5840
5841 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5842
5843         * gdb.dwarf2/count.exp: New file.
5844
5845 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
5846
5847         * gdb.base/vla-sideeffect.c: New file.
5848         * gdb.base/vla-sideeffect.exp: New file.
5849
5850 2014-04-14  David Blaikie <dblaikie@gmail.com>
5851
5852         * gdb.mi/non-stop.c: Add return value for non-void function return
5853         statement.
5854         * gdb.threads/staticthreads.c: Ditto.
5855
5856 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
5857             Doug Evans  <xdje42@gmail.com>
5858
5859         * gdb.guile/scm-value.c: Improve test case.
5860         * gdb.guile/scm-value.exp: Add new test.
5861
5862 2014-04-11  David Blaikie  <dblaikie@gmail.com>
5863
5864         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
5865         override Clang's default.
5866
5867 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
5868
5869         Revert the following changes (regressions):
5870
5871         * gdb.base/vla-sideeffect.c: New file.
5872         * gdb.base/vla-sideeffect.exp: New file.
5873
5874         * gdb.dwarf2/count.exp: New file.
5875
5876         * gdb.base/vla-multi.c: New file.
5877         * gdb.base/vla-multi.exp: New file.
5878
5879         * gdb.base/vla-ptr.c: New file.
5880         * gdb.base/vla-ptr.exp: New file.
5881
5882         * gdb.base/vla-datatypes.c: New file.
5883         * gdb.base/vla-datatypes.exp: New file.
5884
5885         * gdb.mi/mi-vla-c99.exp: New file.
5886         * gdb.mi/vla.c: New file.
5887
5888 2014-04-11  Keith Seitz  <keiths@redhat.com>
5889
5890         PR c++/16675
5891         * gdb.cp/cpsizeof.exp: New file.
5892         * gdb.cp/cpsizeof.cc: New file.
5893
5894 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5895
5896         * gdb.mi/mi-vla-c99.exp: New file.
5897         * gdb.mi/vla.c: New file.
5898
5899 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5900
5901         * gdb.base/vla-datatypes.c: New file.
5902         * gdb.base/vla-datatypes.exp: New file.
5903
5904 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5905
5906         * gdb.base/vla-ptr.c: New file.
5907         * gdb.base/vla-ptr.exp: New file.
5908
5909 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5910
5911         * gdb.base/vla-multi.c: New file.
5912         * gdb.base/vla-multi.exp: New file.
5913
5914 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5915
5916         * gdb.dwarf2/count.exp: New file.
5917
5918 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
5919
5920         * gdb.base/vla-sideeffect.c: New file.
5921         * gdb.base/vla-sideeffect.exp: New file.
5922
5923 2014-04-11  Yao Qi  <yao@codesourcery.com>
5924
5925         * gdb.base/completion.exp: Check file exists before running tests
5926         on file completion.
5927
5928 2014-04-10  Pedro Alves  <palves@redhat.com>
5929
5930         * gdb.base/cond-eval-mode.c: New file.
5931         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
5932         prepare_for_testing to build the new file.  Check result of
5933         runto_main.
5934         (test_break, test_watch): New procedures.
5935         (top level): Use them.
5936
5937 2014-04-08  Pierre Muller  <muller@sourceware.org>
5938
5939         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
5940         Ctrl-V use for mingw hosts.
5941
5942 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
5943
5944         * gdb.python/py-value.c: Improve test case.
5945         * gdb.python/py-value.exp: Add new test.
5946
5947 2014-04-07  David Blaikie  <dblaikie@gmail.com>
5948
5949         * lib/compiler.c: Identify the clang compiler.
5950         * lib/compiler.cc: Ditto.
5951
5952 2014-04-03  Yao Qi  <yao@codesourcery.com>
5953
5954         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
5955
5956 2014-04-01  Anton Blanchard  <anton@samba.org>
5957
5958         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
5959         messages unique.
5960
5961 2014-04-01  Anton Blanchard  <anton@samba.org>
5962
5963         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
5964         prepare_for_testing.
5965
5966 2014-04-01  Anton Blanchard  <anton@samba.org>
5967
5968         * gdb.arch/ppc64-atomic-inst.c: Remove.
5969         * gdb.arch/ppc64-atomic-inst.S: New file.
5970         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
5971
5972 2014-03-31  Doug Evans  <dje@google.com>
5973
5974         * gdb.base/print-symbol-loading-lib.c: New file.
5975         * gdb.base/print-symbol-loading-main.c: New file.
5976         * gdb.base/print-symbol-loading.exp: New file.
5977
5978 2014-03-31  Yao Qi  <yao@codesourcery.com>
5979
5980         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
5981
5982 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
5983
5984         * gdb.ada/mi_dyn_arr: New testcase.
5985
5986 2014-03-27  Doug Evans  <dje@google.com>
5987
5988         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
5989
5990 2014-03-27  Yao Qi  <yao@codesourcery.com>
5991
5992         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
5993         if target is nios2-*-*.
5994
5995 2014-03-26  Yao Qi  <yao@codesourcery.com>
5996
5997         * lib/gdb.exp (readline_is_used): New proc.
5998         * gdb.base/completion.exp: Move tests on command complete up.
5999         Skip the rest of tests if readline is not used.
6000         * gdb.ada/complete.exp: Skp the test if readline is not
6001         used.
6002         * gdb.base/filesym.exp: Likewise.
6003         * gdb.base/macscp.exp: Likewise.
6004         * gdb.base/readline-ask.exp: Likewise.
6005         * gdb.base/readline.exp: Likewise.
6006         * gdb.python/py-cmd.exp: Likewise.
6007         * gdb.trace/tfile.exp: Likewise.
6008
6009 2014-03-26  Yao Qi  <yao@codesourcery.com>
6010
6011         * gdb.base/macscp.exp: Fix code format issues.
6012
6013 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
6014
6015         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
6016         * gdb.asm/powerpc64le.inc: New file.
6017
6018 2014-03-25  Pedro Alves  <palves@redhat.com>
6019             Doug Evans  <dje@google.com>
6020
6021         * gdb.base/source-execution.c: New file.
6022         * gdb.base/source-execution.exp: New file.
6023         * gdb.base/source-execution.gdb: New file.
6024
6025 2014-03-24  Doug Evans  <dje@google.com>
6026
6027         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
6028         using fission.
6029
6030 2014-03-24  Hui Zhu  <hui@codesourcery.com>
6031             Pedro Alves  <palves@redhat.com>
6032
6033         PR breakpoints/16101
6034         * gdb.base/dprintf.exp: Use unsupported rather than changing the
6035         test pass/fail messages.  Detect missing support for dprintf when
6036         breakpoints are actually inserted.
6037         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
6038         breakpoints are actually inserted.
6039         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
6040         fails.
6041
6042 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6043
6044         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
6045
6046 2014-03-22  Doug Evans  <xdje42@gmail.com>
6047
6048         * gdb.python/python.exp (python not supported): Verify multi-line
6049         python command issues an error.
6050         * gdb.guile/guile.exp (guile not supported): Verify multi-line
6051         guile command issues an error.
6052
6053 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
6054
6055         * gdb.threads/thread-specific.exp: Handle the lack of usable
6056         $this_breakpoint and $this_thread.
6057
6058 2014-03-21  Hui Zhu  <hui@codesourcery.com>
6059
6060         * gdb.base/attach.exp (do_command_attach_tests): New.
6061
6062 2014-03-20  Tom Tromey  <tromey@redhat.com>
6063             Pedro Alves  <palves@redhat.com>
6064
6065         PR cli/15718
6066         * gdb.base/condbreak-call-false.c: New file.
6067         * gdb.base/condbreak-call-false.exp: New file.
6068
6069 2014-03-20  Pedro Alves  <palves@redhat.com>
6070
6071         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
6072         Delete.
6073         (block_signals, unblock_signals): Delete.
6074         (child_function_2, main): Remove references to deleted variable
6075         and functions.
6076
6077 2014-03-20  Pedro Alves  <palves@redhat.com>
6078
6079         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
6080         Use pthread_kill to signal thread 2.
6081         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6082         Adjust to make the test send itself a signal rather than using the
6083         host's "kill" command.
6084
6085 2014-03-20  Pedro Alves  <palves@redhat.com>
6086
6087         * gdb.threads/multiple-step-overs.c: New file.
6088         * gdb.threads/multiple-step-overs.exp: New file.
6089         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6090         Adjust expected infrun debug output.
6091
6092 2014-03-20  Pedro Alves  <palves@redhat.com>
6093
6094         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
6095         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
6096
6097 2014-03-20  Pedro Alves  <palves@redhat.com>
6098
6099         PR breakpoints/7143
6100         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
6101         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
6102         of gdb_test_multiple.
6103         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
6104         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
6105
6106 2014-03-20  Pedro Alves  <palves@redhat.com>
6107
6108         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
6109         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
6110
6111 2014-03-19  Pedro Alves  <palves@redhat.com>
6112
6113         * gdb.base/async.exp: Remove early return.
6114
6115 2014-03-19  Pedro Alves  <palves@redhat.com>
6116
6117         * gdb.base/async.exp (step& tests): Pass explicit test messages.
6118
6119 2014-03-19  Pedro Alves  <palves@redhat.com>
6120
6121         * gdb.base/async.exp (test_background): Expect \r\n after
6122         "completed." in the fail pattern.
6123
6124 2014-03-19  Pedro Alves  <palves@redhat.com>
6125
6126         * gdb.base/async.exp (test_background): New procedure.
6127         Use it for all background execution command tests.
6128
6129 2014-03-19  Pedro Alves  <palves@redhat.com>
6130
6131         * gdb.base/async.exp: Use prepare_for_testing.
6132
6133 2014-03-19  Pedro Alves  <palves@redhat.com>
6134
6135         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
6136         the same line.
6137
6138 2014-03-19  Pedro Alves  <palves@redhat.com>
6139
6140         * gdb.base/async.c (main): Add "jump here" and "until here" line
6141         marker comments.
6142         * gdb.base/async.exp (jump_here): New global.
6143         (jump& test): Use it.
6144         (until_here): New global.
6145         (until& test): Use it.
6146
6147 2014-03-19  Pedro Alves  <palves@redhat.com>
6148
6149         * gdb.base/async.exp: Don't frob gdb_protocol.
6150
6151 2014-03-18  Doug Evans  <xdje42@gmail.com>
6152
6153         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
6154         Fix spelling of exec-done-display.
6155
6156 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6157
6158         PR gdb/15358
6159         * gdb.base/gdb-sigterm.c: New file.
6160         * gdb.base/gdb-sigterm.exp: New file.
6161
6162 2014-03-18  Pedro Alves  <palves@redhat.com>
6163
6164         PR gdb/13860
6165         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
6166         * lib/mi-support.exp (mi_expect_stop): Add special handling for
6167         solib-event.
6168
6169 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
6170
6171         * gdb.ada/pckd_arr_ren: New testcase.
6172
6173 2014-03-13  Doug Evans  <xdje42@gmail.com>
6174
6175         PR guile/16612
6176         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
6177         collect after discarding symbols.
6178
6179 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
6180             Doug Evans  <xdje42@gmail.com>
6181
6182         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
6183         to history survives a gc.
6184
6185 2014-03-13  Pedro Alves  <palves@redhat.com>
6186
6187         * gdb.base/default.exp: Don't test "target procfs".
6188
6189 2014-03-13  Pedro Alves  <palves@redhat.com>
6190
6191         * gdb.base/default.exp: Update "target child" and "target procfs"
6192         tests to not expect "Unix".
6193
6194 2014-03-12  Tom Tromey  <tromey@redhat.com>
6195
6196         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
6197         New procs.  Add target-async tests.
6198         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
6199         Add target-async tests.
6200
6201 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6202
6203         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
6204         'func_start' and 'func_end' for the beginning and end of the
6205         function code, respectively.
6206         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
6207         'func_end' instead of 'func' and 'main'.
6208
6209 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6210
6211         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
6212         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
6213         generate the debug info assembler source.
6214
6215 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6216
6217         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
6218         * gdb.dwarf2/arr-subrange.exp: Likewise.
6219         * gdb.dwarf2/dwz.exp: Likewise.
6220         * gdb.dwarf2/method-ptr.exp: Likewise.
6221         * gdb.dwarf2/missing-sig-type.exp: Likewise.
6222         * gdb.dwarf2/subrange.exp: Likewise.
6223         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
6224         * gdb.dwarf2/implptrpiece.exp: Likewise.
6225         * gdb.dwarf2/nostaticblock.exp: Likewise.
6226
6227 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6228
6229         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
6230         directory to absolute path name arguments.
6231
6232 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
6233
6234         * gdb.ada/tagged_access: New testcase.
6235
6236 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
6237
6238         * gdb.btrace/data.exp: Update expected output.
6239
6240 2014-03-06  Yao Qi  <yao@codesourcery.com>
6241
6242         * gdb.trace/pr16508.exp: New file.
6243
6244 2014-03-05  Pedro Alves  <palves@redhat.com>
6245
6246         PR gdb/16575
6247         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
6248         procedure.
6249         (top level): Adjust to use it.  Add tests that exercise breakpoint
6250         interaction with the code-cache.
6251
6252 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
6253
6254         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
6255         test for 'history-append!'.
6256
6257 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
6258
6259         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
6260         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
6261         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
6262         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
6263         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
6264         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
6265
6266 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
6267
6268         * testsuite/gdb.python/py-pp-re-notag.c: New file.
6269         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
6270         * testsuite/gdb.python/py-pp-re-notag.p: New file.
6271
6272 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
6273
6274         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
6275
6276 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
6277
6278         * gdb.dwarf2/arr-stride.c: New file.
6279         * gdb.dwarf2/arr-stride.exp: New file.
6280
6281 2014-02-26  Pedro Alves  <palves@redhat.com>
6282
6283         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
6284         that won't ever trigger.  Make sure that GDB reports the correct
6285         breakpoint that caused the stop.
6286
6287 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6288
6289         PR gdb/16626
6290         * gdb.base/auto-load-script: New file.
6291         * gdb.base/auto-load.c: New file.
6292         * gdb.base/auto-load.exp: New file.
6293
6294         PR gdb/16626
6295         * gdb.base/auto-load.exp: Fix out-of-srctree run.
6296
6297 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6298
6299         Fix dw2-icycle.exp -fsanitize=address GDB crash.
6300         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
6301
6302 2014-02-24  Doug Evans  <dje@google.com>
6303
6304         * lib/gdb.exp (run_on_host): Log error output if program fails.
6305
6306 2014-02-21  Pedro Alves  <palves@redhat.com>
6307
6308         * gdb.threads/step-after-sr-lock.c: Rename to ...
6309         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
6310         * gdb.threads/step-after-sr-lock.exp: Rename to ...
6311         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6312         ... this.
6313
6314 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6315
6316         PR tdep/16397
6317         * gdb.arch/amd64-stap-special-operands.exp: New file.
6318         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
6319         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
6320         * gdb.arch/amd64-stap-triplet.S: Likewise.
6321         * gdb.arch/amd64-stap-triplet.c: Likewise.
6322
6323 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
6324
6325         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
6326         in .section pseudo-op.
6327
6328 2014-02-20  lin zuojian  <manjian2006@gmail.com>
6329             Joel Brobecker  <brobecker@adacore.com>
6330             Doug Evans  <xdje42@gmail.com>
6331
6332         PR symtab/16581
6333         * gdb.dwarf2/dw2-icycle.S: New file.
6334         * gdb.dwarf2/dw2-icycle.c: New file.
6335         * gdb.dwarf2/dw2-icycle.exp: New file.
6336
6337 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
6338
6339         * gdb.python/py-value-cc.cc: Improve test case to enable testing
6340         operations on gdb.Value objects.
6341         * gdb.python/py-value-cc.exp: Add new test to test operations on
6342         gdb.Value objects.
6343
6344 2014-02-18  Doug Evans  <dje@google.com>
6345
6346         * Makefile.in (TESTS): New variable.
6347         (expanded_tests, expanded_tests_or_none): New variables
6348         (check-single): Pass $(expanded_tests_or_none) to runtest.
6349         (check-parallel): Only run tests in $(TESTS) if non-empty.
6350         (check/no-matching-tests-found): New rule.
6351         * README: Document TESTS makefile variable.
6352
6353 2014-02-18  Doug Evans  <dje@google.com>
6354
6355         * Makefile.in (check-parallel): rm -rf outputs temp.
6356
6357 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6358
6359         Fix "ERROR: no fileid for" in the testsuite.
6360         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
6361
6362 2014-02-12  Doug Evans  <dje@google.com>
6363
6364         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
6365         (MISCELLANEOUS): New variable.
6366         (clean): rm -rf $(MISCELLANEOUS).
6367         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
6368         dwp live in the same directory as symlinks, with each symlink pointed
6369         to a differently named file in a different directory.
6370
6371 2014-02-11  Doug Evans  <dje@google.com>
6372
6373         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
6374         of Tcl file commands.
6375
6376 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
6377
6378         * gdb.threads/step-after-sr-lock.exp: Avoid executing
6379         "kill -SIGUSR1 -1".
6380
6381 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
6382
6383         * gdb.ada/tick_length_array_enum_idx: New testcase.
6384
6385 2014-02-10  Doug Evans  <xdje42@gmail.com>
6386
6387         * configure.ac (AC_OUTPUT): Add gdb.guile.
6388         * configure: Regenerate.
6389         * lib/gdb-guile.exp: New file.
6390         * lib/gdb.exp (get_target_charset): New function.
6391         * gdb.base/help.exp: Update expected output from "apropos apropos".
6392         * gdb.guile/Makefile.in: New file.
6393         * gdb.guile/guile.exp: New file.
6394         * gdb.guile/scm-arch.c: New file.
6395         * gdb.guile/scm-arch.exp: New file.
6396         * gdb.guile/scm-block.c: New file.
6397         * gdb.guile/scm-block.exp: New file.
6398         * gdb.guile/scm-breakpoint.c: New file.
6399         * gdb.guile/scm-breakpoint.exp: New file.
6400         * gdb.guile/scm-disasm.c: New file.
6401         * gdb.guile/scm-disasm.exp: New file.
6402         * gdb.guile/scm-equal.c: New file.
6403         * gdb.guile/scm-equal.exp: New file.
6404         * gdb.guile/scm-error.exp: New file.
6405         * gdb.guile/scm-error.scm: New file.
6406         * gdb.guile/scm-frame-args.c: New file.
6407         * gdb.guile/scm-frame-args.exp: New file.
6408         * gdb.guile/scm-frame-args.scm: New file.
6409         * gdb.guile/scm-frame-inline.c: New file.
6410         * gdb.guile/scm-frame-inline.exp: New file.
6411         * gdb.guile/scm-frame.c: New file.
6412         * gdb.guile/scm-frame.exp: New file.
6413         * gdb.guile/scm-generics.exp: New file.
6414         * gdb.guile/scm-gsmob.exp: New file.
6415         * gdb.guile/scm-iterator.c: New file.
6416         * gdb.guile/scm-iterator.exp: New file.
6417         * gdb.guile/scm-math.c: New file.
6418         * gdb.guile/scm-math.exp: New file.
6419         * gdb.guile/scm-objfile-script-gdb.in: New file.
6420         * gdb.guile/scm-objfile-script.c: New file.
6421         * gdb.guile/scm-objfile-script.exp: New file.
6422         * gdb.guile/scm-objfile.c: New file.
6423         * gdb.guile/scm-objfile.exp: New file.
6424         * gdb.guile/scm-ports.exp: New file.
6425         * gdb.guile/scm-pretty-print.c: New file.
6426         * gdb.guile/scm-pretty-print.exp: New file.
6427         * gdb.guile/scm-pretty-print.scm: New file.
6428         * gdb.guile/scm-section-script.c: New file.
6429         * gdb.guile/scm-section-script.exp: New file.
6430         * gdb.guile/scm-section-script.scm: New file.
6431         * gdb.guile/scm-symbol.c: New file.
6432         * gdb.guile/scm-symbol.exp: New file.
6433         * gdb.guile/scm-symtab-2.c: New file.
6434         * gdb.guile/scm-symtab.c: New file.
6435         * gdb.guile/scm-symtab.exp: New file.
6436         * gdb.guile/scm-type.c: New file.
6437         * gdb.guile/scm-type.exp: New file.
6438         * gdb.guile/scm-value-cc.cc: New file.
6439         * gdb.guile/scm-value-cc.exp: New file.
6440         * gdb.guile/scm-value.c: New file.
6441         * gdb.guile/scm-value.exp: New file.
6442         * gdb.guile/source2.scm: New file.
6443         * gdb.guile/types-module.cc: New file.
6444         * gdb.guile/types-module.exp: New file.
6445
6446 2014-02-10  Yao Qi  <yao@codesourcery.com>
6447
6448         PR testsuite/16543
6449         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
6450         * configure: Regenerated.
6451         * Makefile.in: New file.
6452
6453 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
6454
6455         * gdb.python/py-framefilter.exp: Fix typo.
6456
6457 2014-02-08  Yao Qi  <yao@codesourcery.com>
6458
6459         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
6460         that no =breakpoint-modified is emitted when breakpoints are
6461         modified through MI commands.
6462
6463 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
6464             Pedro Alves  <palves@redhat.com>
6465
6466         * gdb.threads/step-after-sr-lock.c: New file.
6467         * gdb.threads/step-after-sr-lock.exp: New file.
6468
6469 2014-02-07  Pedro Alves  <palves@redhat.com>
6470
6471         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
6472
6473 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6474
6475         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
6476         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
6477
6478 2014-02-06  Doug Evans  <xdje42@gmail.com>
6479
6480         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
6481         output.
6482
6483         * gdb.gdb/python-interrupts.exp: New file.
6484
6485 2014-02-05  Yao Qi  <yao@codesourcery.com>
6486
6487         * gdb.trace/report.exp (use_collected_data): Test the output
6488         of "info threads" and "info inferiors".
6489
6490 2014-02-05  Yao Qi  <yao@codesourcery.com>
6491
6492         Revert this patch:
6493
6494         2013-05-24  Yao Qi  <yao@codesourcery.com>
6495
6496         * gdb.trace/tfile.exp: Test inferior and thread.
6497
6498 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6499
6500         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
6501         on a function.
6502         * gdb.base/step-bt.c: Call hello via function pointer to make
6503         sure its first instruction is executed on powerpc64le-linux.
6504
6505 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6506
6507         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
6508
6509 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6510
6511         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
6512         of the test patterns for use on little-endian systems.
6513
6514 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
6515
6516         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
6517         (decimal_vector): Fix for little-endian.
6518
6519 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
6520
6521         * gdb.arch/sparc-sysstep.exp: New file.
6522         * gdb.arch/sparc-sysstep.c: Likewise.
6523
6524         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
6525
6526 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
6527
6528         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
6529
6530 2014-01-23  Tom Tromey  <tromey@redhat.com>
6531
6532         * gdb.ada/array_char_idx: New testcase.
6533
6534 2014-01-23  Tom Tromey  <tromey@redhat.com>
6535
6536         PR python/16487:
6537         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
6538         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
6539         classes.
6540
6541 2014-01-23  Tom Tromey  <tromey@redhat.com>
6542
6543         PR python/16491:
6544         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
6545         string from an inferior frame.
6546         * gdb.python/py-framefilter-mi.exp: Update.
6547
6548 2014-01-22  Doug Evans  <dje@google.com>
6549
6550         * gdb.server/server-mon.exp: Add tests for "set debug-format".
6551
6552 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
6553
6554         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
6555
6556 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
6557
6558         * gdb.trace/entry-values.exp: Remove excess space character from
6559         regex patterns.  Handle s390 call instruction.
6560
6561 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
6562
6563         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
6564         define "*_start" label.  Make "name" static.
6565         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
6566         ${name} by references to ${name}_start.
6567
6568 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
6569
6570         * gdb.base/info-macros.exp: Remove "debug" from the compile
6571         options.
6572
6573 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
6574
6575         * gdb.dlang/demangle.exp: New file.
6576
6577 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
6578
6579         * gdb.dlang/primitive-types.exp: New file.
6580
6581 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
6582
6583         * configure.ac: Create gdb.dlang/Makefile.
6584         * configure: Regenerate.
6585         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
6586         * gdb.dlang/Makefile.in: New file.
6587         * lib/d-support.exp: New file.
6588         * lib/gdb.exp (skip_d_tests): New proc.
6589
6590 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6591
6592         * gdb.btrace/delta.exp: Check reverse stepi.
6593         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
6594         * gdb.btrace/finish.exp: New.
6595         * gdb.btrace/next.exp: New.
6596         * gdb.btrace/nexti.exp: New.
6597         * gdb.btrace/record_goto.c: Add comments.
6598         * gdb.btrace/step.exp: New.
6599         * gdb.btrace/stepi.exp: New.
6600         * gdb.btrace/multi-thread-step.c: New.
6601         * gdb.btrace/multi-thread-step.exp: New.
6602         * gdb.btrace/rn-dl-bind.c: New.
6603         * gdb.btrace/rn-dl-bind.exp: New.
6604         * gdb.btrace/data.c: New.
6605         * gdb.btrace/data.exp: New.
6606         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6607
6608 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6609
6610         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
6611         * gdb.btrace/exception.exp: Update.
6612         * gdb.btrace/instruction_history.exp: Update.
6613         * gdb.btrace/record_goto.exp: Update.
6614         * gdb.btrace/tailcall.exp: Update.
6615         * gdb.btrace/unknown_functions.exp: Update.
6616         * gdb.btrace/delta.exp: New.
6617
6618 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6619
6620         * gdb.btrace/record_goto.exp: Add backtrace test.
6621         * gdb.btrace/tailcall.exp: Add backtrace test.
6622
6623 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6624
6625         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
6626         * gdb.btrace/record_goto.c: New.
6627         * gdb.btrace/record_goto.exp: New.
6628         * gdb.btrace/x86-record_goto.S: New.
6629
6630 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6631
6632         * gdb.btrace/function_call_history.exp: Update tests.
6633         * gdb.btrace/instruction_history.exp: Update tests.
6634
6635 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6636
6637         * gdb.btrace/function_call_history.exp: Fix expected field
6638         order for "record function-call-history".
6639         Add new tests for "record function-call-history /c".
6640         * gdb.btrace/exception.cc: New.
6641         * gdb.btrace/exception.exp: New.
6642         * gdb.btrace/tailcall.exp: New.
6643         * gdb.btrace/x86-tailcall.S: New.
6644         * gdb.btrace/x86-tailcall.c: New.
6645         * gdb.btrace/unknown_functions.c: New.
6646         * gdb.btrace/unknown_functions.exp: New.
6647         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
6648
6649 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6650
6651         * gdb.btrace/instruction_history.exp: Update.
6652         * gdb.btrace/function_call_history.exp: Update.
6653
6654 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6655
6656         * gdb.btrace/function_call_history.exp: Fix expected function
6657         trace.
6658         * gdb.btrace/instruction_history.exp: Initialize traced.
6659         Remove traced_functions.
6660
6661 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6662
6663         * gdb.btrace/function_call_history.exp: Update
6664         * gdb.btrace/instruction_history.exp: Update.
6665
6666 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
6667
6668         * gdb.btrace/enable.exp: Update expected text.
6669
6670 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
6671
6672         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
6673         bytes.
6674
6675 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
6676
6677         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
6678
6679 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
6680
6681         * lib/gdb.exp (supports_process_record): Return true for
6682         arm*-linux*.  (supports_reverse): Likewise.
6683
6684 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
6685
6686         PR python/15464
6687         PR python/16113
6688         * gdb.python/py-type.c: Enhance test case.
6689         * gdb.python/py-value-cc.cc: Likewise
6690         * gdb.python/py-type.exp: Add new tests.
6691         * gdb.python/py-value-cc.exp: Likewise
6692
6693 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6694             Pedro Alves <palves@redhat.com>
6695
6696         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
6697         Make "name" extern.
6698         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
6699         references to ${name}_start by references to ${name}.
6700
6701 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
6702
6703         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
6704
6705 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
6706
6707         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
6708
6709 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
6710             Pedro Alves  <palves@redhat.com>
6711
6712         * gdb.mi/mi-info-os.exp: Connect to the target with
6713         mi_gdb_target_load.
6714
6715 2014-01-08  Pedro Alves  <palves@redhat.com>
6716
6717         * gdb.threads/reconnect-signal.c: New file.
6718         * gdb.threads/reconnect-signal.exp: New file.
6719
6720 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6721
6722         * gdb.base/source-dir.exp: New file.
6723
6724 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6725
6726         * gdb.ada/mi_interface: New testcase.
6727
6728 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6729
6730         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
6731         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
6732         gdb.ada/pp-rec-component/pck.ads: New files.
6733
6734 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
6735
6736         * gdb.python/py-pp-integral.c: New file.
6737         * gdb.python/py-pp-integral.py: New file.
6738         * gdb.python/py-pp-integral.exp: New file.
6739
6740 For older changes see ChangeLog-1993-2013.
6741 \f
6742 ;; Local Variables:
6743 ;; mode: change-log
6744 ;; left-margin: 8
6745 ;; fill-column: 74
6746 ;; version-control: never
6747 ;; End:
6748
6749     Copyright 2014-2015 Free Software Foundation, Inc.
6750   Copying and distribution of this file, with or without modification,
6751   are permitted provided the copyright notice and this notice are preserved.