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