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