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