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