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