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