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