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