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