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