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