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