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