53598d6ce422225e4d95c2d254431e80721e2053
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2015-07-24  Yao Qi  <yao.qi@linaro.org>
2
3         * gdb.server/ext-wrapper.exp: Test --wrapper option when
4         restarting process.
5
6 2015-07-24  Yao Qi  <yao.qi@linaro.org>
7
8         * gdb.server/ext-restart.exp: New file.
9
10 2015-07-24  Yao Qi  <yao.qi@linaro.org>
11
12         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13         argument options.
14         * gdb.server/ext-wrapper.exp: New file.
15
16 2015-07-23  Doug Evans  <dje@google.com>
17
18         * gdb.dwarf2/dw2-dummy-cu.S: New file.
19         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
20
21 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
22
23         * gdb.ada/var_arr_typedef.exp: New testcase.
24         * gdb.ada/var_arr_typedef/pack.adb: New file.
25         * gdb.ada/var_arr_typedef/pack.ads: New file.
26         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
27
28 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
29
30         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
31
32 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
33
34         * gdb.arch/i386-biarch-core.exp: Replace istarget
35         by "complete set gnutarget". Remove expectation for the "core-file"
36         command.
37
38 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
39
40         Revert the previous commit:
41         Tests for validate symbol file using build-id.
42
43 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
44
45         Tests for validate symbol file using build-id.
46         * gdb.base/solib-mismatch-lib.c: New file.
47         * gdb.base/solib-mismatch-libmod.c: New file.
48         * gdb.base/solib-mismatch.c: New file.
49         * gdb.base/solib-mismatch.exp: New file.
50
51 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
52
53         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
54         nios2-*-linux*.
55         * gdb.base/sigbpt.exp (stepi_out): Likewise.
56         * gdb.base/siginfo.exp: Likewise.
57         * gdb.base/sigstep.exp (advance, advancei): Likewise.
58
59 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
60
61         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
62         Move it to ...
63         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
64         ... here.
65         * gdb.trace/range-stepping.exp: Check that the target supports
66         range stepping.
67
68 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
69
70         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
71
72 2015-07-14  Pedro Alves  <palves@redhat.com>
73
74         * gdb.base/killed-outside.exp: New file.
75         * gdb.base/killed-outside.c: New file.
76
77 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
78
79         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
80         (n at main): New.
81         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
82
83 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
84
85         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
86         infcall tests instead of setting up for KFAIL.
87
88 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
89
90         * gdb.btrace/record_goto-step.exp: New.
91
92 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
93
94         PR compile/18484
95         * gdb.compile/compile.c (struct struct_type): Add volatile to
96         selffield's type.
97         * gdb.compile/compile.exp
98         (compile code struct_object.selffield = &struct_object): Skip further
99         struct_object tests if this one xfails.
100
101 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
102
103         PR exp/18617
104         * gdb.trace/ax.exp: Add test.
105
106 2015-07-07  Yao Qi  <yao.qi@linaro.org>
107
108         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
109         instead of istarget "aarch64*-*-*".
110         * gdb.arch/aarch64-fp.exp: Likewise.
111         * gdb.base/float.exp: Likewise.
112         * gdb.reverse/aarch64.exp: Likewise.
113         * lib/gdb.exp (is_aarch64_target): New proc.
114
115 2015-07-07  Yao Qi  <yao.qi@linaro.org>
116
117         * lib/gdb.exp (is_aarch32_target): New proc.
118         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
119         instead of "istarget "arm*-*-*"".
120         * gdb.arch/arm-disp-step.exp: Likewise.
121         * gdb.arch/thumb-bx-pc.exp: Likewise.
122         * gdb.arch/thumb-prologue.exp: Likewise.
123         * gdb.arch/thumb-singlestep.exp: Likewise.
124         * gdb.base/disp-step-syscall.exp: Likewise.
125         * gdb.base/float.exp: Likewise.
126
127 2015-07-07  Yao Qi  <yao.qi@linaro.org>
128
129         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
130         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
131
132 2015-07-07  Yao Qi  <yao.qi@linaro.org>
133
134         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
135         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
136         if it exists.
137         * gdb.multi/multi-arch.exp: Likewise.
138
139 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
140
141         * gdb.python/py-lazy-string.exp: Add missing parentheses to
142         print.
143
144 2015-07-07  Yao Qi  <yao.qi@linaro.org>
145
146         * gdb.arch/thumb-singlestep.exp: Do one more single step.
147
148 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
149
150         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
151         '[' and ']' characters.
152
153 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
154
155         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
156
157 2015-06-29  Pedro Alves  <palves@redhat.com>
158
159         PR threads/18127
160         * gdb.threads/hand-call-new-thread.c: New file.
161         * gdb.threads/hand-call-new-thread.c: New file.
162
163 2015-06-26  Keith Seitz  <keiths@redhat.com>
164             Doug Evans  <dje@google.com>
165
166         PR 16253
167         * gdb.cp/var-tag-2.cc: New file.
168         * gdb.cp/var-tag-3.cc: New file.
169         * gdb.cp/var-tag-4.cc: New file.
170         * gdb.cp/var-tag.cc: New file.
171         * gdb.cp/var-tag.exp: New file.
172
173 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
174
175         * gdb.base/history-duplicates.exp: New test.
176
177 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
178
179         * gdb.base/completion.exp: Test the completion of the "focus"
180         command.
181
182 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
183
184         * gdb.arch/amd64-prologue-skip.S: New file.
185         * gdb.arch/amd64-prologue-skip.exp: New file.
186
187 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
188
189         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
190         is_address_zero_readable check.
191
192 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
193
194         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
195         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
196
197 2015-06-24  Yao Qi  <yao.qi@linaro.org>
198
199         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
200         linux targets.
201
202 2015-06-24  Yao Qi  <yao.qi@linaro.org>
203
204         * lib/gdb.exp (supports_get_siginfo_type): New proc.
205         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
206         * gdb.base/siginfo-thread.exp: Likewise.
207
208 2015-06-22  Yao Qi  <yao.qi@linaro.org>
209
210         * boards/remote-gdbserver-on-localhost.exp: Add comments.
211
212 2015-06-22  Yao Qi  <yao.qi@linaro.org>
213
214         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
215         aarch64*-*-*.
216         (skip_hw_watchpoint_tests): Likewise.
217
218 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
219
220         * gdb.base/gdbinit-history.exp: Test the interaction between
221         setting GDBHISTSIZE and setting the history size via .gdbinit.
222
223 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
224
225         PR gdb/16999
226         * gdb.base/gdbhistsize-history.exp: New test.
227
228 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
229
230         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
231         with GDBHISTSIZE.
232         * gdb.base/readline.exp: Likewise.
233
234 2015-06-17  Yao Qi  <yao.qi@linaro.org>
235
236         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
237         line.
238
239 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
240
241         * gdb.base/gdbinit-history.exp: Add test case to check that
242         an unlimited history file does not get truncated on exit.
243
244 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
245
246         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
247         (VECTOR): New macro.  Use it...
248         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
249         ...for these typedefs.
250         (int8, char1, int1, double1): New typedefs.
251         (struct just_int2, struct two_int2): New structures.
252         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
253         (add_structvecs, add_singlevecs): New functions.
254         (main): Call add_some_intvecs twice.
255         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
256         the compile and exit upon failure.  Try compiling for the "native"
257         architecture.  Test inferior function calls with vector arguments
258         and vector return value handling with "finish" and "return".
259
260 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
261
262         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
263         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
264         PE file.
265         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
266
267 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
268
269         PR breakpoints/16465
270         * gdb.mi/mi-dprintf-pending.c: New file.
271         * gdb.mi/mi-dprintf-pending.exp: New test.
272         * gdb.mi/mi-dprintf-pendshr.c: New file.
273
274 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
275             Mircea Gherzan  <mircea.gherzan@intel.com>
276
277         * gdb.arch/i386-mpx-map.c: New file.
278         * gdb.arch/i386-mpx-map.exp: New File.
279
280 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
281
282         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
283         * gdb.arch/i386-mpx.exp: Indentation fixed.
284
285 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
286
287         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
288         function and improved indentation.
289         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
290         gdb_test_multiple. Added additional tests to skip the test.
291
292 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
293
294         * gdb.arch/i386-avx512.c: Change path in include file.
295         * gdb.arch/i386-avx512.exp: Change include dir path
296         compilation flag.
297         * gdb.arch/i386-mpx.c: Change path in include file.
298         * gdb.arch/i386-mpx.exp: Change include dir path compilation
299         flag.
300
301 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
302
303         * gdb.compile/compile-print.exp (compile print *vararray@3)
304         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
305
306 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
307
308         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
309         (do not keep jit in memory): ... this.
310         (expect 5): Change it to ...
311         (expect no 5): ... this.
312
313 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
314
315         PR gdb/15564
316         * gdb.mi/mi-detach.exp: New file.
317
318 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
319
320         PR symtab/18392
321         * gdb.arch/amd64-tailcall-self.S: New file.
322         * gdb.arch/amd64-tailcall-self.c: New file.
323         * gdb.arch/amd64-tailcall-self.exp: New file.
324
325 2015-05-28  Don Breazeal  <donb@codesourcery.com>
326
327         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
328         tests for remote targets by checking is_target_gdbserver.
329
330 2015-05-27  Doug Evans  <dje@google.com>
331
332         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
333         * gdb.dwarf2/opaque-type-lookup.c: New file.
334         * gdb.dwarf2/opaque-type-lookup.exp: New file.
335
336 2015-05-26  Doug Evans  <dje@google.com>
337
338         * gdb.cp/iostream.cc: New file.
339         * gdb.cp/iostream.exp: New file.
340
341 2015-05-26  Doug Evans  <dje@google.com>
342
343         * gdb.dwarf2/dw2-op-call.exp: Update.
344         * gdb.dwarf2/dw4-sig-types.exp: Update.
345         * gdb.dwarf2/implptr.exp: Update.
346         * gdb.mi/mi-cmd-param-changed.exp: Update.
347
348 2015-05-26  Doug Evans  <dje@google.com>
349
350         * gdb.python/py-lazy-string.c: New file.
351         * gdb.python/py-lazy-string.exp: New file.
352         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
353         (main): Update.  Add estring3.
354         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
355         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
356
357 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
358             Yao Qi  <yao.qi@linaro.org>
359
360         * gdb.reverse/aarch64.c: New.
361         * gdb.reverse/aarch64.exp: New.
362
363 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
364
365         * lib/gdb.exp (supports_process_record): Return true for aarch64*-linux*.
366         (supports_reverse): Likewise.
367
368 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
369
370         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
371         Use with_test_prefix.
372
373 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
374
375         * gdb.base/completion.exp: Add test for completion of layout
376         names.
377
378 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
379
380         * lib/gdb.exp (skip_tui_tests): New proc.
381         * gdb.base/tui-layout.exp: Check skip_tui_tests.
382
383 2015-05-19  Pedro Alves  <palves@redhat.com>
384
385         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
386         Save the whole env array instead of just HOME.  Unset HISTSIZE in
387         the environment while testing.  Restore whole environment
388         afterwards.
389
390 2015-05-16  Doug Evans  <xdje42@gmail.com>
391
392         * gdb.guile/scm-ports.c: New file.
393         * gdb.guile/scm-ports.exp: Add memory port tests.
394
395 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
396
397         * gdb.compile/compile-print.c: New file.
398         * gdb.compile/compile-print.exp: New file.
399
400 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
401
402         * gdb.compile/compile-ops.exp: Cast param to void.
403         * gdb.compile/compile.exp: Complete type for _gdb_expr.
404         (compile code struct_object.selffield = &struct_object): Add xfail.
405
406 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
407
408         * gdb.ada/arr_enum_with_gap: New testcase.
409
410 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
411
412         * gdb.ada/byte_packed_arr: New testcase.
413
414 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
415
416         * gdb.ada/pckd_neg: New testcase.
417
418 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
419
420         PR gdb/17820
421         * gdb.base/gdbinit-history.exp: New test.
422         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
423         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
424
425 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
426
427         * gdb.python/py-xmethods.cc: Enhance test case.
428         * gdb.python/py-xmethods.exp: New tests.
429         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
430         function.
431         (B_indexoper): Likewise.
432         (global_dm_list) : Add new xmethod worker functions.
433
434 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
435
436         * gdb.base/coredump-filter.exp: Correctly unset
437         "coredump_var_addr" array.
438
439 2015-05-08  Pedro Alves  <palves@redhat.com>
440
441         * gdb.server/non-existing-program.exp: Unset spawn_id.
442
443 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
444
445         PR python/18291
446         * gdb.python/py-xmethods.exp: Add tests.
447
448 2015-05-08  Yao Qi  <yao.qi@linaro.org>
449
450         PR gdb/18208
451         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
452         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
453         function set_coredump_filter, and remove remote_exec call.
454         Remove argument ipid.  Callers update.
455         (top level): Don't get inferior's PID.
456
457 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
458
459         * gdb.base/watch_thread_num.exp: Skip test on targets without
460         access watchpoints.
461
462 2015-05-06  Pedro Alves  <palves@redhat.com>
463
464         PR server/18081
465         * gdb.server/non-existing-program.exp: New file.
466
467 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
468
469         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
470
471 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
472
473         * gdb.ada/out_of_line_in_inlined: New testcase.
474
475 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
476
477         * gdb.ada/var_rec_arr: New testcase.
478
479 2015-04-30  Yao Qi  <yao.qi@linaro.org>
480
481         * gdb.base/break-idempotent.exp: If
482         skip_hw_watchpoint_multi_tests returns true, skip the tests
483         on "rwatch" and "awatch".
484
485 2015-04-30  Yao Qi  <yao.qi@linaro.org>
486
487         * gdb.base/relativedebug.exp: Invoke gdb command
488         "info sharedlibrary", and if libc.so doesn't have debug info,
489         skip the test.
490
491 2015-04-29  Doug Evans  <dje@google.com>
492
493         * gdb.python/py-xmethods.exp: Add ptype tests.
494         * gdb.python/py-xmethods.py (E_method_char_worker): Add
495         get_result_type method.
496
497 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
498
499         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
500         the target does not support hardware watchpoints.
501
502 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
503
504         * gdb.base/break-always.exp: Abort testing if writing to memory
505         causes an error.
506
507 2015-04-28  Doug Evans  <dje@google.com>
508
509         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
510         * gdb.python/py-pp-registration.exp: ... here.  New file.
511         * gdb.python/py-pp-registration.c: New file.
512         * gdb.python/py-pp-registration.py: New file.
513
514 2015-04-28  Doug Evans  <dje@google.com>
515
516         * gdb.python/py-bad-printers.c: New file.
517         * gdb.python/py-bad-printers.py: New file.
518         * gdb.python/py-bad-printers.exp: New file.
519
520 2015-04-28  Sasha Smundak  <asmundak@google.com>
521
522         * gdb.python/py-type.exp: New test.
523
524 2015-04-28  Andy Wingo  <wingo@igalia.com>
525
526         * gdb.python/py-parameter.exp:
527         * gdb.guile/scm-parameter.exp: Escape the path that we are
528         matching against, as it might contain characters that are special
529         to regular expressions.
530
531 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
532
533         * gdb.ada/rec_comp: New testcase.
534
535 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
536
537         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
538         before using it.
539
540 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
541
542         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
543         new tests for verilog output.
544
545 2015-04-24  Yao Qi  <yao.qi@linaro.org>
546
547         * boards/remote-gdbserver-on-localhost.exp: New file.
548
549 2015-04-23  Pedro Alves  <palves@redhat.com>
550
551         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
552         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
553         "end of file", remove $inferior_spawn_id from the indirect list.
554
555 2015-04-23  Pedro Alves  <palves@redhat.com>
556
557         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
558
559 2015-04-23  Pedro Alves  <palves@redhat.com>
560
561         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
562         on $any_spawn_id instead of only on $gdb_spawn_id.
563
564 2015-04-21  Pierre Muller  <muller@sourceware.org>
565
566         PR pascal/17815
567         * lib/pascal.exp (gpc_compile): Add new option "class".
568         (fpc_compile): Likewise.
569         * gdb.pascal/case-insensitive-symbols.pas: New file.
570         * gdb.pascal/case-insensitive-symbols.exp: New file.
571
572 2015-04-20  Gary Benson <gbenson@redhat.com>
573
574         * gdb.base/attach.exp: Fix three extended remote failures.
575
576 2015-04-17  Gary Benson <gbenson@redhat.com>
577
578         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
579         the main executable over the remote protocol.
580
581 2015-04-16  Pedro Alves  <palves@redhat.com>
582
583         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
584         a new gdbserver if gdbserver_reconnect_p is set.
585
586 2015-04-16  Pedro Alves  <palves@redhat.com>
587
588         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
589         is set, don't exit gdbserver.
590
591 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
592
593         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
594         appropriate .insn, such that an older assembler can be used.
595         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
596         the z/Architecture instruction set on 31-bit targets as well.
597
598 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
599
600         * gdb.go/handcall.exp: Remove all logic related to the first
601         breakpoint and rely on go_runto_main instead.
602         * gdb.go/strings.exp: Likewise.
603         * gdb.go/unsafe.exp: Likewise.
604         * gdb.go/hello.exp: Likewise.  Also rename the remaining
605         breakpoint marker to "breakpoint 1".
606         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
607         * gdb.go/strings.go: Likewise.
608         * gdb.go/unsafe.go: Likewise.
609         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
610         "set breakpoint 2 here" and rename the remaining breakpoint marker
611         to "breakpoint 1".
612
613 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
614
615         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
616         if itertools.imap is not present.
617         * gdb.python/py-objfile.exp: Add parentheses.
618         * gdb.python/py-type.exp: Same.
619         * gdb.python/py-unwind-maint.py: Same.
620
621 2015-04-15  Yao Qi  <yao.qi@linaro.org>
622
623         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
624         of ":$ptr_size" and set its form explicitly.
625
626 2015-04-15  Pedro Alves  <palves@redhat.com>
627             Yao Qi  <yao.qi@linaro.org>
628
629         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
630         timeout by factor of 4.
631         (test_regular_watch): Likewise.
632         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
633         * gdb.reverse/sigall-reverse.exp: Likewise.
634         * gdb.reverse/until-precsave.exp: Likewise.
635         * lib/gdb.exp (with_timeout_factor): New proc.
636         (gdb_expect): Move some code to ...
637         (get_largest_timeout): ... here.  New procedure.
638
639 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
640
641         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
642
643 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
644
645         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
646         to write to the .text section.
647
648 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
649
650         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
651         Handle the case of targets that do not provide PID information.
652
653 2015-04-13  Yao Qi  <yao.qi@linaro.org>
654
655         * lib/gdbserver-support.exp (gdb_exit): Catch exception
656         and use expect instead of gdb_expect.
657
658 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
659
660         * gdb.base/coredump-filter.exp: Rename variable "addr" to
661         "coredump_var_addr" to avoid naming conflict with other testcases.
662
663 2015-04-10  Pedro Alves  <palves@redhat.com>
664
665         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
666         gdb_test_sequence and gdb_assert.
667
668 2015-04-10  Pedro Alves  <palves@redhat.com>
669
670         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
671         test messages that don't include the breakpoint address.
672
673 2015-04-10  Yao Qi  <yao.qi@linaro.org>
674
675         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
676         false for some offset and width combinations which aren't
677         supported by linux kernel.
678
679 2015-04-10  Pedro Alves  <palves@redhat.com>
680
681         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
682         procedure, factored out from ...
683         (top level): ... here.  Add "set displaced-stepping" testing axis.
684         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
685         parameter "displaced".  Use it.
686         (top level): Use foreach and add "set displaced-stepping" testing
687         axis.
688
689 2015-04-10  Pedro Alves  <palves@redhat.com>
690
691         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
692         Remove comment.
693         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
694         both the address of the instruction that triggers the watchpoint
695         and the address of the instruction immediately after, and use
696         those addresses for the test.  Fix comment.
697
698 2015-04-10  Pedro Alves  <palves@redhat.com>
699
700         * gdb.base/sigstep.exp (breakpoint_to_handler)
701         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
702         Test "backtrace" in handler.
703         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
704         (top level): Add new "displaced" test axis to
705         breakpoint_to_handler, breakpoint_to_handler_entry and
706         breakpoint_over_handler.
707
708 2015-04-10  Pedro Alves  <palves@redhat.com>
709
710         PR gdb/18216
711         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
712
713 2015-04-10  Yao Qi  <yao.qi@linaro.org>
714
715         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
716         (test_add_rn_pc): New function.
717         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
718         (top level): Invoke test_add_rn_pc.
719
720 2015-04-10  Pedro Alves  <palves@redhat.com>
721
722         PR gdb/13858
723         * gdb.base/step-over-no-symbols.exp: New file.
724
725 2015-04-09  Andy Wingo  <wingo@igalia.com>
726
727         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
728         after the Python tests.
729
730 2015-04-08  Keith Seitz  <keiths@redhat.com>
731
732         PR python/16699
733         * gdb.python/py-completion.exp: New tests for completion.
734         * gdb.python/py-completion.py (CompleteLimit1): New class.
735         (CompleteLimit2): Likewise.
736         (CompleteLimit3): Likewise.
737         (CompleteLimit4): Likewise.
738         (CompleteLimit5): Likewise.
739         (CompleteLimit6): Likewise.
740         (CompleteLimit7): Likewise.
741
742 2015-04-08  Pedro Alves  <palves@redhat.com>
743
744         PR gdb/18214
745         PR gdb/18216
746         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
747         function.
748         (main): Install it as SIGUSR1 handler.
749         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
750         parameter.  Always use "setup" as prefix.  Toggle "set
751         displaced-stepping" off/on depending on global.  Don't switch to
752         thread 1 here.
753         (top level): Add displaced stepping "off/on" test axis.  Update
754         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
755         continuing with a queued signal in each thread.
756
757 2015-04-08  Pedro Alves  <palves@redhat.com>
758
759         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
760         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
761         gdb_breakpoint instead of gdb_test that doesn't expect anything.
762         Return early if running to main fails.
763         * gdb.trace/while-stepping.exp: Likewise.
764
765 2015-04-07  Pedro Alves  <palves@redhat.com>
766
767         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
768         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
769         interact with inferior program.
770
771 2015-04-07  Pedro Alves  <palves@redhat.com>
772
773         * lib/gdb.exp (inferior_spawn_id): New global.
774         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
775         spawn id after processing the user code.
776         (default_gdb_start): Set inferior_spawn_id.
777         (send_inferior): New procedure.
778         * lib/gdbserver-support.exp (gdbserver_start): Set
779         inferior_spawn_id.
780         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
781
782 2015-04-07  Pedro Alves  <palves@redhat.com>
783
784         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
785         * lib/gdbserver-support.exp (gdbserver_start): Make
786         $server_spawn_id global.
787         (gdbserver_start): Don't wait for gdbserver's spawn id with
788         expect_background.
789         (close_gdbserver): New procedure.
790         (gdb_exit): Rename the default version and reimplement.
791
792 2015-04-07  Pedro Alves  <palves@redhat.com>
793
794         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
795         append the substituted item, not the original item.
796
797 2015-04-07  Pedro Alves  <palves@redhat.com>
798
799         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
800         gdb_expect.
801
802 2015-04-07  Pedro Alves  <palves@redhat.com>
803
804         * gdb.base/interrupt.exp: Don't handle the case of the inferior
805         output appearing once only.
806
807 2015-04-07  Pedro Alves  <palves@redhat.com>
808
809         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
810         that doesn't expect anything.  Return early if running to main
811         fails.
812
813 2015-04-07  Yao Qi  <yao.qi@linaro.org>
814
815         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
816         (child_function): Call alarm.
817         (main): Move call to alarm into the loop.
818         * gdb.threads/non-stop-fair-events.exp: Build program with
819         -DTIMEOUT=$timeout.
820
821 2015-04-06  Doug Evans  <xdje42@gmail.com>
822
823         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
824         Fix dest parameter to board_info.
825         (fpc_compile): Ditto.
826         (gdb_compile_pascal): Rename dest arg to destfile.
827
828 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
829
830         * gdb.ada/funcall_ref.exp: New file.
831         * gdb.ada/funcall_ref/foo.adb: New file.
832
833 2015-04-02  Yao Qi  <yao.qi@linaro.org>
834
835         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
836         is remote.
837
838 2015-04-02  Gary Benson <gbenson@redhat.com>
839
840         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
841
842 2015-04-01  Sasha Smundak  <asmundak@google.com>
843
844         * gdb.python/py-unwind-maint.c: New file.
845         * gdb.python/py-unwind-maint.exp: New test.
846         * gdb.python/py-unwind-maint.py: New file.
847         * gdb.python/py-unwind.c: New file.
848         * gdb.python/py-unwind.exp: New test.
849         * gdb.python/py-unwind.py: New test.
850
851 2015-04-01  Pedro Alves  <palves@redhat.com>
852
853         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
854         to fail instead of non-existent $test.
855
856 2015-04-01  Pedro Alves  <palves@redhat.com>
857
858         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
859         GDBFLAGS if not empty.
860
861 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
862
863         * gdb.ada/complete.exp: Remove "multi_line".
864         * gdb.ada/info_exc.exp: Remove "multi_line".
865         * gdb.ada/packed_tagged.exp: Remove "multi_line".
866         * gdb.ada/ptype_field.exp: Remove "multi_line".
867         * gdb.ada/sym_print_name.exp: Remove "multi_line".
868         * gdb.ada/tagged.exp: Remove "multi_line".
869         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
870         [multi_line ...]
871         * gdb.btrace/delta.exp: Likewise.
872         * gdb.btrace/exception.exp: Likewise.
873         * gdb.btrace/function_call_history.exp: Likewise.
874         * gdb.btrace/instruction_history.exp: Likewise.
875         * gdb.btrace/nohist.exp: Likewise.
876         * gdb.btrace/record_goto.exp: Likewise.
877         * gdb.btrace/segv.exp: Likewise.
878         * gdb.btrace/stepi.exp: Likewise.
879         * gdb.btrace/tailcall.exp: Likewise.
880         * gdb.btrace/unknown_functions.exp: Likewise.
881         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
882         * lib/gdb.exp: Add the "multi_line" helper.
883
884 2015-04-01  Pedro Alves  <palves@redhat.com>
885
886         * gdb.threads/tid-reuse.c: New file.
887         * gdb.threads/tid-reuse.exp: New file.
888
889 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
890
891         PR corefiles/16092
892         * gdb.base/coredump-filter.c: New file.
893         * gdb.base/coredump-filter.exp: Likewise.
894
895 2015-03-27  Petr Machata  <pmachata@redhat.com>
896
897         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
898         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
899         (Dwarf::assemble): Initialize them.
900         (Dwarf::lines): New function.
901
902 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
903
904         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
905         SYMBOL_PREFIX for x86_64-*-cygwin.
906
907 2015-03-26  Andy Wingo  <wingo@igalia.com>
908
909         PR symtab/18148
910         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
911         const_value but not a location.
912         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
913         location defined in non-main CUs are visible.
914
915 2015-03-26  Yao Qi  <yao.qi@linaro.org>
916
917         PR testsuite/18139
918         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
919         Add a line number entry for the same line.
920         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
921         Add a line number entry for the same line.
922
923 2015-03-26  Yao Qi  <yao.qi@linaro.org>
924
925         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
926         .int 0.
927         (func): Likewise.  Add .Lfunc_1 label.
928         Use .Lfunc_1 label.
929         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
930         .int 0.
931         (func): Likewise.
932         Use .Lfunc_1 label.
933
934 2015-03-26  Yao Qi  <yao.qi@linaro.org>
935
936         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
937         Call gdb_compile instead to compile each .s files without debug
938         information.
939
940 2015-03-26  Yao Qi  <yao.qi@linaro.org>
941
942         * gdb.base/savedregs.exp (process_saved_regs): Make
943         "Saved registers:" optional in the pattern.
944
945 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
946
947         * gdb.btrace/next.exp: Merged into step.exp.
948         * gdb.btrace/finish.exp: Merged into step.exp.
949         * gdb.btrace/nexti.exp: Merged into stepi.exp.
950         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
951         "record goto" and checking the exact replay position.
952         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
953         check for "Recording format" in "info record" output.
954         * gdb.btrace/record_goto.exp: Choose test file based on target.
955         * gdb.btrace/x86-record_goto.S: Renamed into ...
956         * gdb.btrace/x86_64-record_goto.S: ... this.
957         * gdb.btrace/i686-record_goto.S: New.
958         * gdb.btrace/x86-tailcall.S: Renamed into ...
959         * gdb.btrace/x86_64-tailcall.S: ... this.
960         * gdb.btrace/i686-tailcall.S: New.
961         * gdb.btrace/x86-tailcall.c: Renamed into ...
962         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
963         separate statements.  Update test.
964         * gdb.btrace/delta.exp: Use record_goto.c as test file.
965         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
966         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
967         * gdb.btrace/tailcall.exp: Choose test file based on target.
968         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
969
970 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
971
972         * gdb.btrace/exception.exp: Increase BTS buffer size.
973
974 2015-03-24  Pedro Alves  <palves@redhat.com>
975
976         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
977
978 2015-03-24  Pedro Alves  <palves@redhat.com>
979
980         * gdb.threads/schedlock.exp (test_step): No longer expect that
981         "set scheduler-locking step" with "next" over a function call runs
982         threads unlocked.
983
984 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
985
986         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
987
988 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
989
990         PR breakpoints/16466
991         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
992         * gdb.mi/mi-pending.c (thread_func): New function.
993         (int main): Add threading support required.
994         * gdb.mi/mi-pending.exp: Add tests for this issue.
995         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
996         (pendfunc2): Remove stdio dependency.
997         * gdb.mi/mi-pendshr2.c: New file.
998
999 2015-03-23  Keith Seitz  <keiths@redhat.com>
1000
1001         * gdb.linespec/keywords.c: New file.
1002         * gdb.linespec/keywords.exp: New file.
1003
1004 2015-03-23  Keith Seitz  <keiths@redhat.com>
1005
1006         PR gdb/18021
1007         * gdb.dwarf2/staticvirtual.exp: New test.
1008
1009 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1010
1011         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
1012         * README: Remove HP-UX and gdb.hp.
1013         (configuration):
1014         * configure: Regenerate.
1015         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
1016         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
1017         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
1018         gdb.hp/gdb.defects/Makefile.
1019         * gdb.hp/Makefile.in: File deleted.
1020         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
1021         * gdb.hp/gdb.aCC/optimize.c: File deleted.
1022         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
1023         * gdb.hp/gdb.aCC/run.c: File deleted.
1024         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
1025         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
1026         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
1027         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
1028         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
1029         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
1030         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
1031         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
1032         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
1033         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
1034         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
1035         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
1036         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
1037         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
1038         * gdb.hp/gdb.base-hp/reg.s: File deleted.
1039         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
1040         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
1041         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
1042         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
1043         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
1044         * gdb.hp/gdb.compat/Makefile.in: File deleted.
1045         * gdb.hp/gdb.compat/average.c: File deleted.
1046         * gdb.hp/gdb.compat/sum.c: File deleted.
1047         * gdb.hp/gdb.compat/xdb.c: File deleted.
1048         * gdb.hp/gdb.compat/xdb0.c: File deleted.
1049         * gdb.hp/gdb.compat/xdb0.h: File deleted.
1050         * gdb.hp/gdb.compat/xdb1.c: File deleted.
1051         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
1052         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
1053         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
1054         * gdb.hp/gdb.defects/Makefile.in: File deleted.
1055         * gdb.hp/gdb.defects/bs14602.c: File deleted.
1056         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
1057         * gdb.hp/gdb.defects/solib-d.c: File deleted.
1058         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
1059         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
1060         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
1061         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
1062         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
1063         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
1064         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
1065         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
1066         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
1067         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
1068         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
1069         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
1070         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
1071         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
1072         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
1073         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
1074         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
1075         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
1076         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
1077         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
1078         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
1079         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
1080         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
1081         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
1082         * gdb.hp/tools/odump: File deleted.
1083
1084 2015-03-19  Pedro Alves  <palves@redhat.com>
1085
1086         * gdb.threads/continue-pending-status.exp (saw_thread_2)
1087         (saw_thread_3): New globals.
1088         (top level): Increment them when an event for the corresponding
1089         thread is seen.
1090         (no thread starvation): New test.
1091
1092 2015-03-19  Pedro Alves  <palves@redhat.com>
1093
1094         * gdb.threads/continue-pending-status.c: New file.
1095         * gdb.threads/continue-pending-status.exp: New file.
1096
1097 2015-03-18  Pedro Alves  <palves@redhat.com>
1098
1099         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1100         Use gdb_is_target_remote instead of is_remote.  Use
1101         gdb_test_multiple instead of gdb_expect.  Exit early if
1102         gdb_test_multiple hits its internal matches.  Tighten stepi tests
1103         expected output.  Fail on exit with any signal, instead of just
1104         SIGILL.
1105
1106 2015-03-18  Yao Qi  <yao.qi@linaro.org>
1107
1108         PR tdep/18107
1109         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
1110         variable.
1111         * gdb.base/catch-syscall.exp: Don't skip it on
1112         aarch64*-*-linux* target.  Remove elements in all_syscalls.
1113         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
1114         target.
1115         (setup_all_syscalls): New proc.
1116
1117 2015-03-16  Yao Qi  <yao.qi@linaro.org>
1118
1119         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
1120         (top level): Skip tests if valid_addr_p returns false for
1121         $cmd1 or $cmd2.
1122
1123 2015-03-11  Andy Wingo  <wingo@igalia.com>
1124
1125         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
1126
1127 2015-03-11  Yao Qi  <yao.qi@linaro.org>
1128
1129         * gdb.base/catch-syscall.exp: Fix typo in comments.
1130
1131 2015-03-11  Yao Qi  <yao.qi@linaro.org>
1132
1133         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
1134
1135 2015-03-09  Pedro Alves  <palves@redhat.com>
1136
1137         * dg-extract-results.py: Delete.
1138
1139 2015-03-09  Pedro Alves  <palves@redhat.com>
1140
1141         Merge dg-extract-results.sh from GCC upstream (r218843).
1142
1143         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1144                 * dg-extract-results.sh: Use --text with grep to avoid issues with
1145                 binary files.  Fall back to cat -v, if that doesn't work.
1146
1147 2015-03-05  Pedro Alves  <palves@redhat.com>
1148
1149         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
1150
1151 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
1152
1153         * lib/mi-support.exp (mi_expect_interrupt): Accept
1154         alternative event for when in all-stop mode.
1155
1156 2015-03-04  Pedro Alves  <palves@redhat.com>
1157
1158         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
1159
1160 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
1161
1162         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
1163
1164 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1165
1166         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
1167         regexps for GDB's current line display, accept a hex address
1168         preceding the line number.
1169
1170 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1171
1172         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
1173         the 'arch1' variable for "s390*-linux*" targets.
1174
1175 2015-03-04  Pedro Alves  <palves@redhat.com>
1176
1177         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
1178         (main): Pass missing retval argument to pthread_join call.
1179
1180 2015-03-02  Pedro Alves  <palves@redhat.com>
1181
1182         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
1183         (top level): Call do_test with non-stop as well.
1184
1185 2015-03-02  Pedro Alves  <palves@redhat.com>
1186
1187         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
1188         -1.
1189
1190 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1191
1192         * gdb.arch/s390-vregs.exp: New test.
1193         * gdb.arch/s390-vregs.S: New file.
1194
1195 2015-02-27  Pedro Alves  <palves@redhat.com>
1196
1197         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
1198         call to catch_command_errors.
1199         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
1200         catch_command_errors.
1201
1202 2015-02-27  Pedro Alves  <palves@redhat.com>
1203
1204         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
1205         "true" for boolean result.
1206         * gdb.gdb/selftest.exp (test_with_self): Also accept full
1207         prototype of main.
1208
1209 2015-02-27  Pedro Alves  <palves@redhat.com>
1210
1211         * lib/unbuffer_output.c: New file.
1212         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
1213         (main): Call gdb_unbuffer_output.
1214
1215 2015-02-27  Yao Qi  <yao.qi@linaro.org>
1216
1217         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
1218         target.
1219
1220 2015-02-26  Doug Evans  <dje@google.com>
1221
1222         * gdb.cp/class2.cc (Dbase, D): New classes.
1223         (main): New local delta.
1224         * gdb.cp/class2.exp: Test printing delta.
1225         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
1226         (dynbar): New global.
1227         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
1228
1229 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1230
1231         * gdb.compile/compile-ifunc.c: New file.
1232         * gdb.compile/compile-ifunc.exp: New file.
1233
1234 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1235
1236         * gdb.base/structs.exp: Check for correct struct on finish.
1237
1238 2015-02-26  Yao Qi  <yao.qi@linaro.org>
1239
1240         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
1241         is zero.
1242
1243 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1244
1245         * gdb.arch/cordic.ko.bz2: New file.
1246         * gdb.arch/cordic.ko.debug.bz2: New file.
1247         * gdb.arch/ppc64-symtab-cordic.exp: New file.
1248
1249 2015-02-25  Yao Qi  <yao.qi@linaro.org>
1250
1251         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
1252         aarch64*-*-* target.
1253
1254 2015-02-23  Pedro Alves  <palves@redhat.com>
1255
1256         * lib/gdb.exp (delete_breakpoints): Rewrite using
1257         gdb_test_multiple.
1258
1259 2015-02-23  Pedro Alves  <palves@redhat.com>
1260
1261         * gdb.base/info-os.c: Include stdlib.h.
1262
1263 2015-02-22  Doug Evans  <xdje42@gmail.com>
1264
1265         PR symtab/17855
1266         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
1267         is read after symbols have been re-read.
1268         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
1269         * gdb.ada/exec_changed/second.adb (Second): Ditto.
1270
1271 2015-02-21  Doug Evans  <dje@google.com>
1272
1273         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
1274
1275 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1276
1277         PR corefiles/17808
1278         * gdb.arch/i386-biarch-core.core.bz2: New file.
1279         * gdb.arch/i386-biarch-core.exp: New file.
1280
1281 2015-02-21  Pedro Alves  <palves@redhat.com>
1282
1283         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
1284         runto_main fails.
1285
1286 2015-02-20  Pedro Alves  <palves@redhat.com>
1287
1288         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
1289         info probes.
1290
1291 2015-02-20  Pedro Alves  <palves@redhat.com>
1292
1293         * gdb.threads/multi-create-ns-info-thr.exp: New file.
1294
1295 2015-02-20  Pedro Alves  <palves@redhat.com>
1296
1297         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
1298         clean_restart before gdb_target_supports_trace.
1299
1300 2015-02-20  Pedro Alves  <palves@redhat.com>
1301
1302         PR threads/18006
1303         * gdb.threads/clone-thread_db.c: New file.
1304         * gdb.threads/clone-thread_db.exp: New file.
1305
1306 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1307
1308         PR breakpoints/16812
1309         * gdb.base/catch-gdb-caused-signals.c: New file.
1310         * gdb.base/catch-gdb-caused-signals.exp: New file.
1311
1312 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
1313
1314         * configure: Regenerated.
1315         * configure.ac: Use GDB_AC_TRANSFORM.
1316         * aclocal.m4: sinclude ../transform.m4.
1317
1318 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1319
1320         * lib/dtrace.exp: New file.
1321         * gdb.base/dtrace-probe.exp: Likewise.
1322         * gdb.base/dtrace-probe.d: Likewise.
1323         * gdb.base/dtrace-probe.c: Likewise.
1324         * lib/pdtrace.in: Likewise.
1325         * configure.ac: Output variables with the transformed names of
1326         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
1327         * configure: Regenerated.
1328
1329 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1330
1331         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
1332         expected message when trying to access $_probe_* convenience
1333         variables while not on a probe.
1334
1335 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1336
1337         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
1338
1339 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
1340
1341         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
1342         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
1343
1344 2015-02-10  Doug Evans  <xdje42@gmail.com>
1345
1346         * lib/gdb.exp (gdb_load): Always return a result.
1347
1348 2015-02-10  Pedro Alves  <palves@redhat.com>
1349
1350         * gdb.threads/signal-sigtrap.c: New file.
1351         * gdb.threads/signal-sigtrap.exp: New file.
1352
1353 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
1354
1355         * gdb.trace/no-attach-trace.c: New file.
1356         * gdb.trace/no-attach-trace.exp: New file.
1357
1358 2015-02-09  Mark Wielaard  <mjw@redhat.com>
1359
1360         * gdb.dwarf2/atomic.c: New file.
1361         * gdb.dwarf2/atomic-type.exp: Likewise.
1362
1363 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1364
1365         * gdb.btrace/buffer-size.exp: Update "info record" output.
1366         * gdb.btrace/delta.exp: Update "info record" output.
1367         * gdb.btrace/enable.exp: Update "info record" output.
1368         * gdb.btrace/finish.exp: Update "info record" output.
1369         * gdb.btrace/instruction_history.exp: Update "info record" output.
1370         * gdb.btrace/next.exp: Update "info record" output.
1371         * gdb.btrace/nexti.exp: Update "info record" output.
1372         * gdb.btrace/step.exp: Update "info record" output.
1373         * gdb.btrace/stepi.exp: Update "info record" output.
1374         * gdb.btrace/nohist.exp: Update "info record" output.
1375
1376 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1377
1378         * gdb.btrace/buffer-size: New.
1379
1380 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1381
1382         * gdb.btrace/delta.exp: Update "info record" output.
1383         * gdb.btrace/enable.exp: Update "info record" output.
1384         * gdb.btrace/finish.exp: Update "info record" output.
1385         * gdb.btrace/instruction_history.exp: Update "info record" output.
1386         * gdb.btrace/next.exp: Update "info record" output.
1387         * gdb.btrace/nexti.exp: Update "info record" output.
1388         * gdb.btrace/step.exp: Update "info record" output.
1389         * gdb.btrace/stepi.exp: Update "info record" output.
1390         * gdb.btrace/nohist.exp: Update "info record" output.
1391
1392 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
1393
1394         PR gdb/15678
1395         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
1396
1397 2015-02-06  Pedro Alves  <palves@redhat.com>
1398
1399         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
1400         macro.
1401         (seconds_left, again): New globals.
1402         (main): Wait seconds_left in a 1-second sleep loop instead of
1403         sleeping 180 seconds.  If 'again' is set, reset the seconds
1404         counter.
1405         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
1406         'again' in the inferior before detaching.  Print the seconds left.
1407         (options): New global.
1408         (top level): Build program with -DTIMEOUT=$timeout.
1409
1410 2015-02-06  Pedro Alves  <palves@redhat.com>
1411
1412         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
1413         determine how many seconds to pass to 'alarm'.
1414         * gdb.base/gdb-sigterm.exp (top level): Build program with
1415         -DTIMEOUT=$timeout.
1416         (do_test): Return success/failure indication.  Add more verbose
1417         logging.  Don't fail if 200 single steps are seen.  Instead, fail
1418         when the test times out.
1419         (passes): New global.
1420         (top level): Break the testing loop if testing fails on any
1421         iteration.  Use gdb_assert.
1422
1423 2015-02-04  Don Breazeal  <donb@codesourcery.com>
1424
1425         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
1426         and initialize them.
1427         (ipc_cleanup): New function.
1428         (main): Don't declare shmid, semid, and msqid.  Add a call to
1429         atexit so that we call ipc_cleanup on exit.
1430
1431 2015-02-04  Pedro Alves  <palves@redhat.com>
1432
1433         * boards/native-extended-gdbserver.exp: Remove any target variant
1434         specifications from the board name before clearing the isremote
1435         flag from board_info.
1436
1437 2015-01-31  Doug Evans  <xdje42@gmail.com>
1438
1439         * gdb.base/maint.exp <maint print type argc>: Update expected output.
1440
1441 2015-01-31  Gary Benson <gbenson@redhat.com>
1442
1443         * gdb.base/completion.exp: Disable completion limiting for
1444         existing tests.  Add new tests to check completion limiting.
1445         * gdb.linespec/ls-errs.exp: Disable completion limiting.
1446
1447 2015-01-31  Doug Evans  <xdje42@gmail.com>
1448
1449         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
1450
1451 2015-01-31  Doug Evans  <xdje42@gmail.com>
1452
1453         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
1454         entries.  Duplicate file section script entries.
1455         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
1456         inlined entries.  Add test for safe-path rejection.
1457         * gdb.python/py-section-script.c: Add duplicate inlined section script
1458         entries.  Duplicate file section script entries.
1459         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
1460         inlined entries.  Add test for safe-path rejection.
1461
1462 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
1463
1464         * gdb.ada/disc_arr_bound: New testcase.
1465
1466 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
1467
1468         * gdb.ada/mi_var_array: New testcase.
1469
1470 2015-01-27  Doug Evans  <dje@google.com>
1471
1472         * gdb.python/py-objfile.exp: Add tests for objfile.username.
1473         Add test for objfile.filename, objfile.username after objfile
1474         has been unloaded.
1475
1476 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
1477
1478         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
1479         the second test to print the name attribute of value
1480         returned by the call to gdb.lookup_type, and adjust
1481         the expected output accordingly.
1482
1483 2015-01-25  Mark Wielaard  <mjw@redhat.com>
1484
1485         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
1486         * gdb.base/disp-step-fork.c: Include unistd.h.
1487         * gdb.base/siginfo-obj.c: Include stdio.h.
1488         * gdb.base/siginfo-thread.c: Likewise.
1489         * gdb.mi/non-stop.c: Include unistd.h.
1490         * gdb.mi/nsthrexec.c: Include stdio.h.
1491         * gdb.mi/pthreads.c: Include unistd.h.
1492         * gdb.modula2/unbounded1.c (main): Declare returns int.
1493         * gdb.reverse/consecutive-reverse.c: Likewise.
1494         * gdb.threads/create-fail.c: Include unistd.h.
1495         * gdb.threads/killed.c: Likewise.
1496         * gdb.threads/linux-dp.c: Likewise.
1497         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
1498         * gdb.threads/non-ldr-exc-2.c: Likewise.
1499         * gdb.threads/non-ldr-exc-3.c: Likewise.
1500         * gdb.threads/non-ldr-exc-4.c: Likewise.
1501         * gdb.threads/pthreads.c: Include unistd.h.
1502         (main): Declare returns int.
1503         * gdb.threads/tls-main.c (foo): New declaration.
1504         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
1505
1506 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
1507
1508         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
1509         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
1510
1511 2015-01-15  Mark Wielaard  <mjw@redhat.com>
1512
1513         * gdb.base/noreturn-return.c: New file.
1514         * gdb.base/noreturn-return.exp: New file.
1515         * gdb.base/noreturn-finish.c: New file.
1516         * gdb.base/noreturn-finish.exp: New file.
1517
1518 2015-01-23  Pedro Alves  <palves@redhat.com>
1519
1520         * gdb.threads/continue-pending-after-query.c: New file.
1521         * gdb.threads/continue-pending-after-query.exp: New file.
1522
1523 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
1524             Simon Marchi  <simon.marchi@ericsson.com>
1525
1526         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
1527         * gdb.base/valgrind-db-attach.exp: Same.
1528         * gdb.base/valgrind-infcall.exp: Same.
1529         * lib/mi-support.exp (default_mi_gdb_start): Same.
1530         * lib/prompt.exp (default_prompt_gdb_start): Same.
1531         * lib/gdb.exp (default_gdb_spawn): Same.
1532         (gdb_interact): New.
1533
1534
1535 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1536
1537         * gdb.compile/compile.exp (pointer to jit function): New test.
1538
1539 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
1540
1541         * lib/gdb.exp (supports_process_record): Return true for
1542         powerpc*-*-linux*.
1543         (supports_reverse): Likewise.
1544
1545 2015-01-15  Don Breazeal  <donb@codesourcery.com>
1546
1547         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
1548         instead of checking whether the target board is remote and
1549         use spawn_wait_for_attach instead of exec/sleep.
1550         * gdb.base/attach-twice.exp: Likewise.
1551
1552 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
1553
1554         * gdb.ada/var_arr_attrs: New testcase.
1555
1556 2015-01-14  Pedro Alves  <palves@redhat.com>
1557             Joel Brobecker  <brobecker@adacore.com>
1558
1559         PR gdb/17525
1560         * gdb.base/bp-cmds-execution-x-script.c: New file.
1561         * gdb.base/bp-cmds-execution-x-script.exp: New file.
1562         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
1563
1564 2015-01-14  Pedro Alves  <palves@redhat.com>
1565
1566         PR cli/17828
1567         * gdb.base/batch-preserve-term-settings.c: New file.
1568         * gdb.base/batch-preserve-term-settings.exp: New file.
1569
1570 2015-01-13  Doug Evans  <dje@google.com>
1571
1572         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
1573         binary.
1574
1575 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
1576
1577         * Makefile.in (clean mostlyclean): Do not delete *.py.
1578
1579 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
1580
1581         * gdb.python/py-lookup-type.exp: New file.
1582
1583 2015-01-12  Pedro Alves  <palves@redhat.com>
1584
1585         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
1586         restore GDBFLAGS before returning.
1587
1588 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
1589
1590         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
1591         is_amd64_regs_target and is_x86_like_target.
1592
1593 2015-01-11  Doug Evans  <xdje42@gmail.com>
1594
1595         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
1596         is given without an explicit form.
1597         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
1598         attributes.
1599         * gdb.dwarf/corrupt.exp: Ditto.
1600         * gdb.dwarf2/enum-type.exp: Ditto.
1601         * gdb.trace/entry-values.exp: Ditto.
1602         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
1603
1604 2015-01-11  Doug Evans  <xdje42@gmail.com>
1605
1606         PR gdb/15830
1607         * gdb.base/maint.exp: Remove references to "maint demangle".
1608         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
1609         Add tests for explicitly specifying language to demangle.
1610         * gdb.dlang/demangle.exp: Ditto.
1611
1612 2015-01-09  Pedro Alves  <palves@redhat.com>
1613
1614         * gdb.threads/non-stop-fair-events.c: New file.
1615         * gdb.threads/non-stop-fair-events.exp: New file.
1616
1617 2015-01-09  Pedro Alves  <palves@redhat.com>
1618
1619         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
1620         the global scope.  Set a breakpoint after all threads are started
1621         rather than stepping over two source lines.  Expect the prompt.
1622         * gdb.base/watch_thread_num.c (threads_started_barrier): New
1623         global.
1624         (NUM): Now 15.
1625         (main): Use threads_started_barrier to wait for all threads to
1626         start.  Main thread no longer calls thread_function.  Exit after
1627         180 seconds.
1628         (loop): New function.
1629         (thread_function): Wait on threads_started_barrier barrier.  Call
1630         'loop' at each iteration.
1631         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
1632         threads have started, instead of hardcoding number of "next"
1633         steps.  Use an access watchpoint instead of a write watchpoint.
1634
1635 2015-01-09  Pedro Alves  <palves@redhat.com>
1636
1637         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
1638         (thread_func): Wait on barrier.
1639         (main): Wait for all threads to start before stopping GDB.
1640         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
1641         global.
1642         (thread1_func, thread2_func): Wait on barrier.
1643         (main): Wait for all threads to start before stopping GDB.
1644         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
1645         New global.
1646         (thread1_func, thread2_func): Wait on barrier.
1647         (main): Wait for all threads to start before stopping GDB.
1648
1649 2015-01-09  Pedro Alves  <palves@redhat.com>
1650
1651         * gdb.threads/attach-many-short-lived-threads.c: New file.
1652         * gdb.threads/attach-many-short-lived-threads.exp: New file.
1653
1654 2014-01-09  Pedro Alves  <palves@redhat.com>
1655
1656         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
1657         instead of to thread 2.
1658         * gdb.threads/signal-command-multiple-signals-pending.c (main):
1659         Add barrier around each pthread_create call instead of around all
1660         calls.
1661         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
1662         Set a break on thread_function and have the child threads hit it
1663         one at at a time.
1664
1665 2015-01-09  Pedro Alves  <palves@redhat.com>
1666
1667         * lib/gdb.exp (can_spawn_for_attach): New procedure.
1668         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
1669         false.
1670         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
1671         checking whether the target board is remote.
1672         * gdb.multi/multi-attach.exp: Likewise.
1673         * gdb.python/py-sync-interp.exp: Likewise.
1674         * gdb.server/ext-attach.exp: Likewise.
1675         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
1676         tests that need to attach, instead of checking whether the target
1677         board is remote at the top of the file.
1678
1679 2015-01-08  Yao Qi  <yao@codesourcery.com>
1680
1681         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
1682
1683 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1684
1685         Fix testcase compilation.
1686         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
1687
1688 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
1689
1690         * gdb.python/py-type.exp: Add a couple test about empty
1691         array creation, and negative-length array creation.
1692
1693 2015-01-02  Doug Evans  <xdje42@gmail.com>
1694
1695         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
1696
1697 2015-01-02  Doug Evans  <dje@google.com>
1698
1699         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
1700
1701 2014-12-29  Yao Qi  <yao@codesourcery.com>
1702
1703         * gdb.trace/entry-values.exp: Update comments.  Rename variable
1704         bar_call_foo to returned_from_foo.
1705
1706 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
1707
1708         PR gdb/17394
1709         * gdb.linespec/break-asm-file.c: New file.
1710         * gdb.linespec/break-asm-file.exp: New file.
1711         * gdb.linespec/break-asm-file0.s: New file.
1712         * gdb.linespec/break-asm-file1.s: New file.
1713
1714 2014-12-18  Nigel Stephens  <nigel@mips.com>
1715             Maciej W. Rozycki  <macro@codesourcery.com>
1716
1717         * gdb.base/float.exp: Handle the new output from "info float" on
1718         MIPS targets.
1719
1720 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1721
1722         Fix MinGW compilation.
1723         * gdb.compile/compile-ops.exp: Update untested message if
1724         !skip_compile_feature_tests.
1725         * gdb.compile/compile-setjmp.exp: Likewise.
1726         * gdb.compile/compile-tls.exp: Likewise.
1727         * gdb.compile/compile.exp: Likewise.
1728         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
1729         supported on this host".
1730
1731 2014-12-16  Doug Evans  <xdje42@gmail.com>
1732
1733         * boards/stabs.exp: New file.
1734
1735 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
1736
1737         * gdb.base/completion.exp: Adjust to format changes of "maint
1738         print user-registers".
1739
1740 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
1741
1742         PR server/17457
1743         * gdb.arch/aarch64-fp.c: New file.
1744         * gdb.arch/aarch64-fp.exp: New file.
1745
1746 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1747
1748         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
1749         r210637, r210913, r211666, r215400, r215817).
1750
1751         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
1752                 * dg-extract-results.py: New file.
1753                 * dg-extract-results.sh: Use it if the environment seems
1754                 suitable.
1755
1756         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
1757
1758                 * dg-extract-results.py (parse_run): Handle warnings that
1759                 are printed before a test harness is run.
1760
1761         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
1762
1763                 * dg-extract-results.py (Named): Remove __cmp__ method.
1764                 (output_variation): Use a key to sort variation.harnesses.
1765
1766         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
1767
1768                 * dg-extract-results.py: For Python 3, force sys.stdout to
1769                 handle surrogate escape sequences.
1770                 (safe_open): New function.
1771                 (output_segment, main): Use it.
1772
1773         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
1774
1775                 * dg-extract-results.py (Prog.result_re): Include options
1776                 in test name.
1777
1778         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
1779
1780                 * dg-extract-results.py (output_variation): Always sort if
1781                 do_sum.
1782
1783 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
1784
1785         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
1786         as long as we get pagination notifications.
1787
1788 2014-12-15  Jason Merrill  <jason@redhat.com>
1789
1790         * Makefile.in (check-gdb.%): Restore.
1791         * README: Mention it.
1792
1793 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
1794
1795         * gdb.ada/str_uninit: New testcase.
1796
1797 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1798
1799         PR symtab/17642
1800         * gdb.base/vla-stub-define.c: New file.
1801         * gdb.base/vla-stub.c: New file.
1802         * gdb.base/vla-stub.exp: New file.
1803
1804 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1805             Jan Kratochvil  <jan.kratochvil@redhat.com>
1806             Tom Tromey  <tromey@redhat.com>
1807
1808         * configure.ac: Add gdb.compile/.
1809         * configure: Regenerate.
1810         * gdb.compile/Makefile.in: New file.
1811         * gdb.compile/compile-ops.exp: New file.
1812         * gdb.compile/compile-ops.c: New file.
1813         * gdb.compile/compile-tls.c: New file.
1814         * gdb.compile/compile-tls.exp: New file.
1815         * gdb.compile/compile-constvar.S: New file.
1816         * gdb.compile/compile-constvar.c: New file.
1817         * gdb.compile/compile-mod.c: New file.
1818         * gdb.compile/compile-nodebug.c: New file.
1819         * gdb.compile/compile-setjmp-mod.c: New file.
1820         * gdb.compile/compile-setjmp.c: New file.
1821         * gdb.compile/compile-setjmp.exp: New file.
1822         * gdb.compile/compile-shlib.c: New file.
1823         * gdb.compile/compile.c: New file.
1824         * gdb.compile/compile.exp: New file.
1825         * lib/gdb.exp (skip_compile_feature_tests): New proc.
1826
1827 2014-12-12  Tom Tromey  <tromey@redhat.com>
1828
1829         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
1830         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
1831
1832 2014-12-12  Doug Evans  <dje@google.com>
1833
1834         * lib/gdb-python.exp (get_python_valueof): New function.
1835         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
1836
1837 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1838
1839         * gdb.base/completion.exp: Add test for completion of "info
1840         registers ".
1841
1842 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
1843
1844         * gdb.base/func-ptrs.c: New file.
1845         * gdb.base/func-ptrs.exp: New file.
1846
1847 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
1848
1849         PR breakpoints/17012
1850         * gdb.base/dprintf-detach.c: New file.
1851         * gdb.base/dprintf-detach.exp: New file.
1852
1853 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
1854
1855         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
1856         * lib/gdb.exp (target_is_gdbserver): New procedure.
1857
1858 2014-12-08  Doug Evans  <dje@google.com>
1859
1860         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
1861
1862 2014-12-05  Yao Qi  <yao@codesourcery.com>
1863
1864         * gdb.guile/scm-error.exp: Remove the third argument to
1865         gdb_remote_download.
1866         * gdb.guile/scm-frame-args.exp: Likewise.
1867         * gdb.guile/scm-section-script.exp: Likewise.
1868
1869 2014-12-05  Yao Qi  <yao@codesourcery.com>
1870
1871         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
1872
1873 2014-12-04  Doug Evans  <dje@google.com>
1874
1875         * gdb.python/py-objfile.exp: Add tests for
1876         objfile.add_separate_debug_file.
1877
1878 2014-12-04  Doug Evans  <dje@google.com>
1879
1880         * lib/gdb.exp (get_build_id): New function.
1881         (build_id_debug_filename_get): Rewrite to use it.
1882         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
1883
1884 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
1885
1886         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
1887         `method(long)', not just 0x0.
1888         * gdb.cp/nsalias.exp: Align code labels to 4.
1889         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
1890         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
1891         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
1892         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
1893         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
1894         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
1895
1896 2014-12-02  Doug Evans  <dje@google.com>
1897
1898         PR symtab/17602
1899         * gdb.cp/anon-ns.cc: Move guts of this file to ...
1900         * gdb.cp/anon-ns2.cc: ... here.  New file.
1901         * gdb.cp/anon-ns.exp: Update.
1902
1903 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1904
1905         * gdb.python/py-events.py (inferior_call_handler): New.
1906         (register_changed_handler, memory_changed_handler): New.
1907         (test_events.invoke): Register new handlers.
1908         * gdb.python/py-events.exp: Add tests for inferior call,
1909         memory_changed and register_changed events.
1910
1911 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1912
1913         * gdb.base/execl-update-breakpoints.exp: Specify the link address
1914         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
1915         if the linker doesn't understand this.
1916
1917 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
1918
1919         * gdb.python/python.exp: Change expected reply to help().
1920
1921 2014-12-01  Yao Qi  <yao@codesourcery.com>
1922
1923         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
1924         AC_CONFIG_SUBDIRS(gdb.gdbtk).
1925         * configure: Re-generated.
1926
1927 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
1928
1929         * gdb.cp/chained-calls.cc: New file.
1930         * gdb.cp/chained-calls.exp: New file.
1931         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
1932
1933 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
1934
1935         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
1936         * gdb.dwarf2/symtab-producer.exp: Same.
1937         * gdb.gdb/python-interrupts.exp: Same.
1938         * gdb.gdb/python-selftest.exp: Same.
1939         * gdb.python/py-linetable.exp: Same.
1940         * gdb.python/py-type.exp: Same.
1941         * gdb.python/py-value-cc.exp: Same.
1942         * gdb.python/py-value.exp: Same.
1943
1944 2014-11-28  Yao Qi  <yao@codesourcery.com>
1945
1946         * gdb.base/break-probes.exp: Match library name prefixed with
1947         sysroot.
1948
1949 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
1950
1951         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
1952         test expected output.  Add parentheses for the call to print.
1953         Remove L suffix from integers.
1954
1955 2014-11-26  Doug Evans  <dje@google.com>
1956
1957         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
1958
1959 2014-11-22  Yao Qi  <yao@codesourcery.com>
1960
1961         * gdb.trace/entry-values.c: Remove asms.
1962         (foo): Add foo_label.
1963         (bar): Add bar_label.
1964         * gdb.trace/entry-values.exp: Remove code computing  foo's
1965         length and bar's length.
1966         (Dwarf::assemble): Invoke function_range for bar and use
1967         MACRO_AT_func for foo.
1968
1969 2014-11-22  Yao Qi  <yao@codesourcery.com>
1970
1971         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
1972         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
1973         Use .Lgcc43_procstart instead of gcc43.
1974
1975 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
1976
1977         * gdb.ada/n_arr_bound: New testcase.
1978
1979 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
1980
1981         PR breakpoints/10737
1982         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
1983         test_catch_syscall_multi_arch.
1984         (test_catch_syscall_multi_arch): New function.
1985
1986 2014-11-20  Doug Evans  <xdje42@gmail.com>
1987
1988         * gdb.base/maint.exp: Update expected output.
1989
1990 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1991
1992         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
1993         4-byte instruction on S390.
1994
1995 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
1996
1997         * gdb.ada/arr_arr: New testcase.
1998
1999 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
2000
2001         * gdb.ada/pkd_arr_elem: New Testcase.
2002
2003 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
2004
2005         * gdb.reverse/break-precsave: Expect completion message for
2006         core file reads.
2007         * gdb.reverse/consecutive-precsave.exp: Likewise.
2008         * gdb.reverse/finish-precsave.exp: Likewise.
2009         * gdb.reverse/i386-precsave.exp: Likewise.
2010         * gdb.reverse/machinestate-precsave.exp: Likewise.
2011         * gdb.reverse/sigall-precsave.exp: Likewise.
2012         * gdb.reverse/solib-precsave.exp: Likewise.
2013         * gdb.reverse/step-precsave.exp: Likewise.
2014         * gdb.reverse/until-precsave.exp: Likewise.
2015         * gdb.reverse/watch-precsave.exp: Likewise.
2016
2017 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2018
2019         * gdb.base/bp-permanent.c: Include unistd.h.
2020         * gdb.python/py-framefilter-mi.c (main): Add return type.
2021         * gdb.python/py-framefilter.c (main): Likewise.
2022         * gdb.trace/actions-changed.c (main): Likewise.
2023
2024 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2025
2026         * gdb.mi/until.c: Add eye-catchers.
2027         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
2028         line numbers.
2029
2030 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2031
2032         * gdb.base/condbreak.exp: Drop references to removed non-prototype
2033         function header variants in break1.c.
2034         * gdb.base/ena-dis-br.exp: Likewise.
2035         * gdb.base/hbreak2.exp: Likewise.
2036         * gdb.reverse/until-precsave.exp: Drop references to removed
2037         non-prototype function header variants in ur1.c.
2038         * gdb.reverse/until-reverse.exp: Likewise.
2039
2040 2014-11-17  Petr Machata  <pmachata@redhat.com>
2041
2042         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
2043         ${_cu_offset_size} bytes abbrev offset.
2044
2045 2014-11-15  Doug Evans  <xdje42@gmail.com>
2046
2047         PR symtab/17559
2048         * gdb.base/line-symtabs.exp: New file.
2049         * gdb.base/line-symtabs.c: New file.
2050         * gdb.base/line-symtabs.h: New file.
2051
2052 2014-11-14  Yao Qi  <yao@codesourcery.com>
2053
2054         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
2055         (func): Add label func_label.
2056         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
2057         Replace low_pc and high_pc with MACRO_AT_range.
2058         Replace name, low_pc and high_pc with MACRO_AT_func.
2059
2060 2014-11-14  Yao Qi  <yao@codesourcery.com>
2061
2062         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
2063         Replace name, low_pc and high_pc with MACRO_AT_func.
2064
2065 2014-11-14  Yao Qi  <yao@codesourcery.com>
2066
2067         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
2068         produce debug information.
2069         * gdb.dwarf2/implptr-optimized-out.S: Removed.
2070
2071 2014-11-14  Yao Qi  <yao@codesourcery.com>
2072
2073         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
2074         object and get function length.
2075         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
2076         with MACRO_AT_func.
2077         (top-level): Replace gdb_compile and clean_restart with
2078         prepare_for_testing.
2079         * gdb.dwarf2/main.c (main): Add label main_label.
2080
2081 2014-11-14  Yao Qi  <yao@codesourcery.com>
2082
2083         * lib/dwarf.exp (function_range): New procedure.
2084         (Dwarf::_handle_macro_at_func): New procedure.
2085         (Dwarf::_handle_macro_at_range): New procedure.
2086         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
2087
2088 2014-11-14  Yao Qi  <yao@codesourcery.com>
2089
2090         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
2091         (_handle_attribute): New procedure.
2092
2093 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2094
2095         * gdb.ada/cond_lang/foo.c (callme): Add return type.
2096         * gdb.base/call-sc.c (zed): Likewise.
2097         * gdb.base/checkpoint.c (main): Likewise.
2098         * gdb.base/dump.c (main): Likewise.
2099         * gdb.base/gcore.c (main): Likewise.
2100         * gdb.base/huge.c (main): Likewise.
2101         * gdb.base/multi-forks.c (main): Likewise.
2102         * gdb.base/pr10179-a.c (main): Likewise.
2103         * gdb.base/savedregs.c (main): Likewise.
2104         * gdb.base/sigaltstack.c (main): Likewise.
2105         * gdb.base/siginfo.c (main): Likewise.
2106         * gdb.base/structs.c (zed): Likewise.
2107         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
2108         * gdb.mi/mi-syn-frame.c (main): Likewise.
2109         * gdb.mi/until.c (foo, main): Likewise.
2110         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
2111         * gdb.base/solib-weak.c (foo): Declare.
2112         * gdb.base/attach-twice.c: Include stdio.h.
2113         * gdb.base/weaklib1.c: Likewise.
2114         * gdb.base/weaklib2.c: Likewise.
2115         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
2116         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
2117         unistd.h.
2118         * gdb.base/attach-pie-misread.c: Include stdlib.h.
2119         * gdb.mi/mi-exit-code.c: Likewise.
2120         * gdb.base/break-interp-lib.c: Include string.h.
2121         * gdb.base/coremaker.c: Likewise.
2122         * gdb.base/testenv.c: Likewise.
2123         * gdb.python/py-finish-breakpoint.c: Likewise.
2124         * gdb.base/inferior-died.c: Include sys/wait.h.
2125         * gdb.base/fileio.c: Include time.h.
2126         * gdb.base/async-shell.c: Include unistd.h.
2127         * gdb.base/dprintf-non-stop.c: Likewise.
2128         * gdb.base/info-os.c: Likewise.
2129         * gdb.mi/mi-console.c: Likewise.
2130         * gdb.mi/watch-nonstop.c: Likewise.
2131         * gdb.python/py-events.c: Likewise.
2132         * gdb.base/async.c (baz): Move up before its invocation.
2133         * gdb.base/code_elim2.c (my_global_func): Likewise.
2134         * gdb.base/skip-solib-lib.c (multiply): Likewise.
2135         * gdb.base/advance.c (func2): Likewise.
2136
2137 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2138
2139         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
2140         variant.
2141         * gdb.base/annota3.c: Likewise.
2142         * gdb.base/async.c: Likewise.
2143         * gdb.base/average.c: Likewise.
2144         * gdb.base/call-ar-st.c: Likewise.
2145         * gdb.base/call-rt-st.c: Likewise.
2146         * gdb.base/call-sc.c: Likewise.
2147         * gdb.base/call-strs.c: Likewise.
2148         * gdb.base/ending-run.c: Likewise.
2149         * gdb.base/execd-prog.c: Likewise.
2150         * gdb.base/exprs.c: Likewise.
2151         * gdb.base/foll-exec.c: Likewise.
2152         * gdb.base/foll-fork.c: Likewise.
2153         * gdb.base/foll-vfork.c: Likewise.
2154         * gdb.base/funcargs.c: Likewise.
2155         * gdb.base/gcore.c: Likewise.
2156         * gdb.base/jump.c: Likewise.
2157         * gdb.base/langs0.c: Likewise.
2158         * gdb.base/langs1.c: Likewise.
2159         * gdb.base/langs2.c: Likewise.
2160         * gdb.base/mips_pro.c: Likewise.
2161         * gdb.base/nodebug.c: Likewise.
2162         * gdb.base/opaque0.c: Likewise.
2163         * gdb.base/opaque1.c: Likewise.
2164         * gdb.base/recurse.c: Likewise.
2165         * gdb.base/run.c: Likewise.
2166         * gdb.base/scope0.c: Likewise.
2167         * gdb.base/scope1.c: Likewise.
2168         * gdb.base/setshow.c: Likewise.
2169         * gdb.base/setvar.c: Likewise.
2170         * gdb.base/shmain.c: Likewise.
2171         * gdb.base/shr1.c: Likewise.
2172         * gdb.base/shr2.c: Likewise.
2173         * gdb.base/sigall.c: Likewise.
2174         * gdb.base/signals.c: Likewise.
2175         * gdb.base/so-indr-cl.c: Likewise.
2176         * gdb.base/solib2.c: Likewise.
2177         * gdb.base/structs.c: Likewise.
2178         * gdb.base/sum.c: Likewise.
2179         * gdb.base/vforked-prog.c: Likewise.
2180         * gdb.base/watchpoint.c: Likewise.
2181         * gdb.reverse/shr2.c: Likewise.
2182         * gdb.reverse/until-reverse.c: Likewise.
2183         * gdb.reverse/ur1.c: Likewise.
2184         * gdb.reverse/watch-reverse.c: Likewise.
2185
2186 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2187
2188         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
2189         variant.
2190         * gdb.base/sepdebug.exp: Drop references to removed code.
2191
2192 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2193
2194         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
2195         variant.  Preserve original line numbering.
2196         * gdb.base/list1.c: Likewise.
2197
2198 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2199
2200         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
2201         variant.
2202         * gdb.base/break1.c: Likewise.
2203         * gdb.base/break.exp: Drop references to removed code.
2204
2205 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2206
2207         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
2208         variant.
2209
2210 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2211
2212         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
2213
2214 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2215
2216         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
2217         logic into perform_all_tests() and invoke it with and without
2218         function header prototypes.
2219         (do_function_calls): Remove conditional XFAIL for PR 5318.
2220         (rerun_and_prepare): Remove duplicate code.
2221         (perform_all_tests): New.  Main logic moved here.
2222
2223 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2224
2225         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
2226         code guarded by #ifdef NO_PROTOTYPES.
2227         (t_double_many_args): Likewise.
2228         (DEF_FUNC_MANY_ARGS_1): Likewise.
2229         (DEF_FUNC_VALUES_1): Likewise.
2230         (t_structs_ldc): Renamed from t_structs_fc in conditional code
2231         guarded by #ifdef PROTOTYPES.
2232
2233 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2234
2235         * gdb.mi/mi-console.c: Add eye-catcher.
2236         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
2237         instead of literal line number.
2238
2239 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2240
2241         * gdb.base/shr2.c: Add eye-catcher.
2242         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
2243         line number.
2244
2245 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2246
2247         * gdb.base/jump.c: Add eye-catchers.
2248         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
2249         numbers.
2250
2251 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2252
2253         * gdb.base/execd-prog.c: Add eye-catchers.
2254         * gdb.base/foll-exec.c: Likewise.
2255         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
2256         line numbers.
2257
2258 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2259
2260         * gdb.base/ending-run.c: Add eye-catchers.
2261         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
2262         literal line numbers.
2263
2264 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2265
2266         * gdb.base/call-rt-st.c: Add eye-catchers.
2267         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
2268         literal line numbers.
2269
2270 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2271
2272         * gdb.base/call-ar-st.c: Add eye-catchers.
2273         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
2274         literal line numbers.
2275
2276 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2277
2278         * gdb.base/average.c: Add eye-catchers.
2279         * gdb.base/sum.c: Likewise.
2280         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
2281         regexps dynamically.
2282
2283 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2284
2285         * gdb.base/solib1.c: Add eye-catchers.
2286         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
2287         literal line numbers.
2288
2289 2014-11-12  Pedro Alves  <palves@redhat.com>
2290
2291         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
2292         leader has exited.
2293
2294 2014-11-12  Pedro Alves  <palves@redhat.com>
2295
2296         * gdb.arch/i386-bp_permanent.c: New file.
2297         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
2298         (srcfile): Set to i386-bp_permanent.c.
2299         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
2300         that stepi does not execute the 'leave' instruction, instead of
2301         testing it does execute.
2302         * gdb.base/bp-permanent.c: New file.
2303         * gdb.base/bp-permanent.exp: New file.
2304
2305 2014-11-10  Doug Evans  <xdje42@gmail.com>
2306
2307         PR symtab/17564
2308         * gdb.base/symtab-search-order.exp: New file.
2309         * gdb.base/symtab-search-order.c: New file.
2310         * gdb.base/symtab-search-order-1.c: New file.
2311         * gdb.base/symtab-search-order-shlib-1.c: New file.
2312
2313 2014-11-07  Pedro Alves  <palves@redhat.com>
2314
2315         PR gdb/17511
2316         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
2317         i?86-*-linux*.
2318
2319 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
2320
2321         PR c++/17494
2322         * gdb.cp/pr17494.cc: New file.
2323         * gdb.cp/pr17494.exp: New file.
2324
2325 2014-11-02  Yao Qi  <yao@codesourcery.com>
2326
2327         * gdb.python/python.exp: Get working directory and match the
2328         output of "set extended-prompt \\w " with it.
2329
2330 2014-10-30  Doug Evans  <dje@google.com>
2331
2332         * gdb.python/py-objfile.exp: Add tests for setting random attributes
2333         in objfiles.
2334         * gdb.python/py-progspace.exp: Add tests for setting random attributes
2335         in progspaces.
2336
2337 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
2338
2339         * gdb.base/fullpath-expand.exp: Skip for a remote host.
2340         * gdb.base/realname-expand.exp: Likewise.
2341         * gdb.linespec/macro-relative.exp: Likewise.
2342
2343 2014-10-29  Pedro Alves  <palves@redhat.com>
2344
2345         PR gdb/17408
2346         * gdb.threads/schedlock.c (some_function): New function.
2347         (call_function): New global.
2348         (MAYBE_CALL_SOME_FUNCTION): New macro.
2349         (thread_function): Call it.
2350         * gdb.threads/schedlock.exp (get_args): Add description parameter,
2351         and use it instead of a global counter.  Adjust all callers.
2352         (get_current_thread): Use "find current thread" for test message
2353         here rather than having all callers pass down the same string.
2354         (goto_loop): New procedure, factored out from ...
2355         (my_continue): ... this.
2356         (step_ten_loops): Change parameter from test message to command to
2357         use.  Adjust.
2358         (list_count): Delete global.
2359         (check_result): New procedure, factored out from duplicate top
2360         level code.
2361         (continue tests): Wrap in with_test_prefix.
2362         (test_step): New procedure, factored out from duplicate top level
2363         code.
2364         (top level): Test "step" in combination with all scheduler-locking
2365         modes.  Test "next" in combination with all scheduler-locking
2366         modes, and in combination with stepping over a function call or
2367         not.
2368         * gdb.threads/next-bp-other-thread.c: New file.
2369         * gdb.threads/next-bp-other-thread.exp: New file.
2370
2371 2014-10-29  Pedro Alves  <palves@redhat.com>
2372
2373         PR python/17372
2374         * gdb.python/python.exp: Test a multi-line command that spawns
2375         interactive Python.
2376         * gdb.base/multi-line-starts-subshell.exp: New file.
2377
2378 2014-10-29  Yao Qi  <yao@codesourcery.com>
2379
2380         * gdb.base/fileio.exp: Make directories on host.
2381
2382 2014-10-29  Yao Qi  <yao@codesourcery.com>
2383
2384         * gdb.base/fileio.c (test_write): Close the file.
2385
2386 2014-10-28  Pedro Alves  <palves@redhat.com>
2387
2388         PR gdb/12623
2389         * gdb.base/sigstep.c (no_handler): New global.
2390         (main): If 'no_handler is true, set the signal handlers to
2391         SIG_IGN.
2392         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
2393         with_sw_watch and no_handler parameters.  Handle them.
2394         (top level) <stepping over handler when stopped at a breakpoint
2395         test>: Add a test axis for testing with a software watchpoint, and
2396         another for testing with the signal handler set to SIG_IGN.
2397         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
2398         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
2399
2400 2014-10-28  Pedro Alves  <palves@redhat.com>
2401
2402         PR gdb/17511
2403         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
2404         * gdb.base/sigstep.exp (other_handler_location): New global.
2405         (advance): Support stepping into the signal handler, and running
2406         commands while in the handler.
2407         (in_handler_map): New global.
2408         (top level): In the advance test, add combinations for getting
2409         into the handler with stepping commands, and for running commands
2410         in the handler.  Add comment descripting the advancei tests.
2411
2412 2014-10-28  Pedro Alves  <palves@redhat.com>
2413
2414         * gdb.base/sigstep.exp: Use build_executable instead of
2415         prepare_for_testing.
2416         (top level): Move code that starts GDB, runs to main and creates a
2417         display to ...
2418         (restart): ... this new procedure.
2419         (top level): Move backtrace from signal handler test to ...
2420         (validate_backtrace): ... this new procedure.
2421         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
2422         with_test_prefix.  Always restart GDB.
2423         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
2424         with_test_prefix.  Always restart GDB.  No need to delete
2425         breakpoints after the test.
2426         (test_skip_handler): Remove prefix parameter.
2427         (skip_over_handler, breakpoint_to_handler)
2428         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
2429         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
2430         restart GDB.  No need to delete breakpoints after the test.
2431         (top level): Use foreach to call the test procedures with
2432         different commands.
2433
2434 2014-10-28  Pedro Alves  <palves@redhat.com>
2435
2436         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
2437         instead of GNATS numbers.
2438         * gdb.base/sigbpt.exp: Likewise.
2439         * gdb.base/siginfo.exp: Likewise.
2440         * gdb.base/sigstep.exp: Likewise.
2441
2442 2014-10-27  Pedro Alves  <palves@redhat.com>
2443
2444         * gdb.base/sigstep.c (dummy): New global.
2445         (main): Issue a couple writes to the new global.
2446         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
2447         procedures.
2448         (skip_over_handler): Use test_skip_handler.
2449         (top level): Call skip_over_handler for stepi and nexti too.
2450         (breakpoint_over_handler): Use test_skip_handler.
2451         (top level): Call breakpoint_over_handler for stepi and nexti too.
2452
2453 2014-10-27  Yao Qi  <yao@codesourcery.com>
2454
2455         * gdb.trace/tfile.c (adjust_function_address)
2456         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
2457         function descriptor.
2458
2459 2014-10-24  Don Breazeal  <donb@codesourcery.com>
2460
2461         * gdb.base/foll-fork.exp (test_follow_fork,
2462         catch_fork_child_follow): Check for updated fork messages emitted
2463         from infrun.c.
2464         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
2465         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
2466         vfork_and_exec_child_follow_through_step): Check for updated vfork
2467         messages emitted from infrun.c.
2468
2469 2014-10-24  Pedro Alves  <palves@redhat.com>
2470
2471         * gdb.base/corefile.exp: Remove references to ultrix.
2472         * gdb.base/interrupt.exp: Likewise.
2473         * gdb.base/whatis.exp: Likewise.
2474         * gdb.gdb/selftest.exp: Likewise.
2475         * gdb.threads/manythreads.exp: Likewise.
2476         * gdb.threads/print-threads.exp: Likewise.
2477         * gdb.threads/pthreads.exp:: Likewise.
2478         * gdb.threads/schedlock.exp: Likewise.
2479
2480 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
2481
2482         * gdb.cp/non-trivial-retval.cc: Add a test case.
2483         * gdb.cp/non-trivial-retval.exp: Add a test.
2484
2485 2014-10-20  Yao Qi  <yao@codesourcery.com>
2486
2487         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
2488         * gdb.python/py-objfile-script-gdb.py: New file.
2489         * gdb.python/py-objfile-script.exp: Update reference to
2490         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
2491         of remote_download.  Remove the dest file.
2492
2493 2014-10-20  Yao Qi  <yao@codesourcery.com>
2494
2495         * gdb.base/checkpoint.exp: Don't remove file copied on host.
2496         * gdb.base/step-line.exp: Likewise.
2497         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
2498         * gdb.dwarf2/dw2-basic.exp: Likewise.
2499         * gdb.dwarf2/dw2-compressed.exp: Likewise.
2500         * gdb.dwarf2/dw2-filename.exp: Likewise.
2501         * gdb.dwarf2/dw2-intercu.exp: Likewise.
2502         * gdb.dwarf2/dw2-intermix.exp: Likewise.
2503         * gdb.dwarf2/dw2-producer.exp: Likewise.
2504         * gdb.dwarf2/mac-fileno.exp: Likewise.
2505         * gdb.python/py-frame-args.exp: Likewise.
2506         * gdb.python/py-framefilter.exp: Likewise.
2507         * gdb.python/py-mi.exp: Likewise.
2508         * gdb.python/py-objfile-script.exp: Likewise
2509         * gdb.python/py-pp-integral.exp: Likewise.
2510         * gdb.python/py-pp-re-notag.exp: Likewise.
2511         * gdb.python/py-prettyprint.exp: Likewise.
2512         * gdb.python/py-section-script.exp: Likewise.
2513         * gdb.python/py-typeprint.exp: Likewise.
2514         * gdb.python/py-xmethods.exp: Likewise.
2515         * gdb.stabs/weird.exp: Likewise.
2516         * gdb.xml/tdesc-regs.exp: Likewise.
2517
2518 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
2519
2520         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
2521         (out_cu): Use addr_len for the size of addresses.
2522         (out_line): Likewise.  Size DW_LNE_set_address instruction
2523         according to addr_len.
2524         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
2525         (FUNC): Add START_INSNS to definition.
2526
2527 2014-10-18  Yao Qi  <yao@codesourcery.com>
2528
2529         * gdb.base/argv0-symlink.exp: Check argv[0] value if
2530         gdb_has_argv0 return true.
2531         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
2532         check [target_info exists noargs], check [gdb_has_argv0]
2533         instead.
2534         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
2535         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
2536         procedures.
2537
2538 2014-10-17  Doug Evans  <dje@google.com>
2539
2540         * gdb.python/py-events.exp: Update expected output for clear_objfiles
2541         event.
2542         * gdb.python/py-events.py: Add clear_objfiles event.
2543
2544 2014-10-17  Doug Evans  <dje@google.com>
2545
2546         * gdb.python/py-objfile.exp: Test progspace attribute.
2547
2548 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
2549
2550         * gdb.guile/scm-breakpoint.exp: Do not assume any
2551         directory separators when matching source file paths.
2552         * gdb.python/py-breakpoint.exp: Likewise.
2553         * gdb.reverse/break-precsave.exp: Likewise.
2554         * gdb.reverse/break-reverse.exp: Likewise.
2555         * gdb.reverse/consecutive-precsave.exp: Likewise.
2556         * gdb.reverse/finish-precsave.exp: Likewise.
2557         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
2558         * gdb.reverse/finish-reverse.exp: Likewise.
2559         * gdb.reverse/i386-precsave.exp: Likewise.
2560         * gdb.reverse/i387-env-reverse.exp: Likewise.
2561         * gdb.reverse/i387-stack-reverse.exp: Likewise.
2562         * gdb.reverse/machinestate-precsave.exp: Likewise.
2563         * gdb.reverse/machinestate.exp: Likewise.
2564         * gdb.reverse/sigall-precsave.exp: Likewise.
2565         * gdb.reverse/solib-precsave.exp: Likewise.
2566         * gdb.reverse/step-precsave.exp: Likewise.
2567         * gdb.reverse/until-precsave.exp: Likewise.
2568         * gdb.reverse/watch-precsave.exp: Likewise.
2569         * gdb.reverse/watch-reverse.exp: Likewise.
2570
2571 2014-10-17  Yao Qi  <yao@codesourcery.com>
2572
2573         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
2574         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
2575
2576 2014-10-17  Pedro Alves  <palves@redhat.com>
2577
2578         PR gdb/17471
2579         * gdb.base/bg-execution-repeat.c: New file.
2580         * gdb.base/bg-execution-repeat.exp: New file.
2581
2582 2014-10-17  Pedro Alves  <palves@redhat.com>
2583
2584         PR gdb/17300
2585         * gdb.base/continue-all-already-running.c: New file.
2586         * gdb.base/continue-all-already-running.exp: New file.
2587
2588 2014-10-17  Pedro Alves  <palves@redhat.com>
2589
2590         PR gdb/17472
2591         * gdb.base/annota-input-while-running.c: New file.
2592         * gdb.base/annota-input-while-running.exp: New file.
2593
2594 2014-10-17  Pedro Alves  <palves@redhat.com>
2595
2596         * gdb.base/callfuncs.exp: emove references to osf.
2597         * gdb.base/sigall.exp: Likewise.
2598         * gdb.gdb/selftest.exp: Likewise.
2599         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2600         * gdb.mi/non-stop.c: Likewise.
2601         * gdb.mi/pthreads.c: Likewise.
2602         * gdb.reverse/sigall-precsave.exp: Likewise.
2603         * gdb.reverse/sigall-reverse.exp: Likewise.
2604         * gdb.threads/pthreads.c: Likewise.
2605         * gdb.threads/pthreads.exp: Likewise.
2606
2607 2014-10-17  Yao Qi  <yao@codesourcery.com>
2608
2609         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
2610         check 'target_info exists noargs'.
2611         (test_command_prompt_position): Likewise.
2612         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
2613         Remove "set args".
2614         (progvar_simple_while_test): Likewise.
2615         (progvar_complex_if_while_test): Likewise.
2616         (if_while_breakpoint_command_test): Likewise.
2617         (infrun_breakpoint_command_test): Likewise.
2618         (breakpoint_command_test): Likewise.
2619         (watchpoint_command_test): Likewise.
2620         (bp_deleted_in_command_test): Likewise.
2621         (temporary_breakpoint_commands): Likewise.
2622
2623 2014-10-16  Yao Qi  <yao@codesourcery.com>
2624
2625         * gdb.base/remotetimeout.exp: Remove noargs checking.
2626
2627 2014-10-15  Pedro Alves  <palves@redhat.com>
2628
2629         PR breakpoints/9649
2630         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
2631         * gdb.base/breakpoint-in-ro-region.exp
2632         (probe_target_hardware_step): New procedure.
2633         (top level): Probe hardware stepping and hardware breakpoint
2634         support.  Test stepping through a read-only region, with both
2635         "breakpoint auto-hw" on and off and both "always-inserted" on and
2636         off.
2637
2638 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
2639
2640         * gdb.dlang/demangle.exp: Update for demangling changes.
2641
2642 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
2643
2644         * gdb.cp/non-trivial-retval.cc: Add new test cases.
2645         * gdb.cp/non-trivial-retval.exp: Add new tests.
2646
2647 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
2648
2649         PR c++/13403
2650         PR c++/15154
2651         * gdb.cp/non-trivial-retval.cc: New file.
2652         * gdb.cp/non-trivial-retval.exp: New file.
2653
2654 2014-10-15  Yao Qi  <yao@codesourcery.com>
2655
2656         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
2657         remote host.
2658
2659 2014-10-15  Yao Qi  <yao@codesourcery.com>
2660
2661         * gdb.python/py-symbol.exp: Match file base name if host is
2662         remote, otherwise match file name with dir name.
2663         * gdb.python/py-symtab.exp: Likewise.
2664         * gdb.python/python.exp: Likewise.
2665
2666 2014-10-15  Yao Qi  <yao@codesourcery.com>
2667
2668         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
2669         pattern.
2670         * gdb.python/py-symtab.exp: Likewise.
2671         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
2672         locationn.
2673
2674 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
2675
2676         * gdb.ada/addr_arith: New testcase.
2677
2678 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
2679
2680         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
2681         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
2682         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
2683         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
2684
2685 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
2686
2687         * gdb.arch/stap-eval-lang-ada.S: Likewise.
2688         * gdb.arch/stap-eval-lang-ada.c: Likewise.
2689         * gdb.arch/stap-eval-lang-ada.exp: New file.
2690
2691 2014-10-14  Yao Qi  <yao@codesourcery.com>
2692
2693         * gdb.mi/mi-var-child.c (nothing1): New function.
2694         (nothing2): New function.
2695         (do_children_tests): Set function pointers by nothing1 and
2696         nothing2.
2697         * gdb.mi/mi-var-child.exp: Step over new added statements.
2698         Update test to match the new output.
2699         * gdb.mi/var-cmd.c (nothing1): New function.
2700         (nothing2): New function.
2701         (do_children_tests): Set function pointers by  nothing1 and
2702         nothing2.
2703         * gdb.mi/mi-var-display.exp: Update test to match output.
2704         Step to the line specified by $line_dct_nothing.
2705         Increase the number of lines to step.
2706
2707 2014-10-14  Yao Qi  <yao@codesourcery.com>
2708
2709         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
2710         tests.
2711         * gdb.mi/mi2-var-child.exp: Likewise.
2712
2713 2014-10-13  Doug Evans  <dje@google.com>
2714
2715         * gdb.python/py-objfile.exp: Change name of file name test.
2716
2717 2014-10-13  Doug Evans  <dje@google.com>
2718
2719         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
2720         from the start of the CU.
2721
2722 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2723             Yao Qi  <yao@codesourcery.com>
2724
2725         Fix "save breakpoints" for "catch" command.
2726         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
2727         Remove -nonewline.  Match also the added "main" line.
2728
2729 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2730
2731         Fix "save breakpoints" for "disable $bpnum" command.
2732         * gdb.base/save-bp.c (main): Add label.
2733         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
2734
2735 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2736
2737         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
2738
2739 2014-10-11  Yao Qi  <yao@codesourcery.com>
2740
2741         * gdb.server/server-kill.exp: Execute command
2742         "set remote trace-status-packet on" before "tstatus".
2743
2744 2014-10-11  Yao Qi  <yao@codesourcery.com>
2745
2746         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
2747         (main): Call getppid.
2748         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
2749         and continue to it.  Read variable "server_pid".
2750
2751 2014-10-11  Yao Qi  <yao@codesourcery.com>
2752
2753         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
2754
2755 2014-10-11  Yao Qi  <yao@codesourcery.com>
2756
2757         * gdb.threads/thread-find.exp: Don't execute command
2758         "info threads".
2759         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
2760         * gdb.threads/linux-dp.exp: Don't check the condition
2761         $threads_created equals to zero.
2762
2763 2014-10-10  Pedro Alves  <palves@redhat.com>
2764
2765         * gdb.base/bigcore.exp: Remove references to IRIX.
2766         * gdb.base/funcargs.exp: Likewise.
2767         * gdb.base/interrupt.exp: Likewise.
2768         * gdb.base/mips_pro.exp: Likewise.
2769         * gdb.base/nodebug.exp: Likewise.
2770         * gdb.base/setvar.exp: Likewise.
2771         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
2772
2773 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
2774             Pedro Alves  <palves@redhat.com>
2775
2776         PR symtab/14466
2777         * gdb.base/vdso-warning.c: New file.
2778         * gdb.base/vdso-warning.exp: New file.
2779
2780 2014-10-02  Doug Evans  <dje@google.com>
2781
2782         * gdb.base/structs.c (main): Don't run forever.
2783
2784 2014-10-02  Pedro Alves  <palves@redhat.com>
2785
2786         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
2787         (top level) <stop threads 1, stop threads 2>: Use it.
2788
2789 2014-10-02  Pedro Alves  <palves@redhat.com>
2790
2791         * gdb.threads/break-while-running.exp (test): Add new
2792         'update_thread_list' argument.  Skip "info threads" if false.
2793         (top level): Add new 'update_thread_list' axis.
2794
2795 2014-10-02  Pedro Alves  <palves@redhat.com>
2796
2797         PR breakpoints/17431
2798         * gdb.base/execl-update-breakpoints.c: New file.
2799         * gdb.base/execl-update-breakpoints.exp: New file.
2800
2801 2014-10-01  Pedro Alves  <palves@redhat.com>
2802
2803         * gdb.base/breakpoint-in-ro-region.c: New file.
2804         * gdb.base/breakpoint-in-ro-region.exp: New file.
2805
2806 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
2807
2808         * gdb.mi/mi-exit-code.exp: New file.
2809         * gdb.mi/mi-exit-code.c: New file.
2810
2811 2014-09-30  Yao Qi  <yao@codesourcery.com>
2812
2813         * lib/prelink-support.exp (build_executable_own_libs): Error if
2814         the target isn't native.
2815
2816 2014-09-30  Yao Qi  <yao@codesourcery.com>
2817
2818         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
2819         false.
2820
2821 2014-09-22  Pedro Alves  <palves@redhat.com>
2822
2823         * gdb.threads/break-while-running.exp: New file.
2824         * gdb.threads/break-while-running.c: New file.
2825
2826 2014-09-19  Yao Qi  <yao@codesourcery.com>
2827
2828         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
2829         Invoke test.  Restart GDB with --readnow and invoke test again.
2830
2831 2014-09-19  Yao Qi  <yao@codesourcery.com>
2832
2833         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
2834         proc set_breakpoint_on_gcd_function.  Invoke
2835         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
2836         invoke set_breakpoint_on_gcd_function again.
2837
2838 2014-09-18  Doug Evans  <dje@google.com>
2839
2840         * gdb.dwarf2/symtab-producer.exp: New file.
2841
2842 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2843
2844         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
2845         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
2846         * gdb.base/global-var-nested-by-dso.c: Likewise.
2847         * gdb.base/global-var-nested-by-dso.exp: Likewise.
2848
2849 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2850             Pedro Alves  <palves@redhat.com>
2851
2852         * gdb.base/watch-bitfields.exp: Pass string other than test file
2853         name to prepare_for_testing.
2854         (watch): New procedure.
2855         (expect_watchpoint): Use with_test_prefix.
2856         (top level): Factor out tests to ...
2857         (test_watch_location, test_regular_watch): ... these new
2858         procedures, and use with_test_prefix and gdb_continue_to_end.
2859
2860 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
2861
2862         PR breakpoints/12526
2863         * gdb.base/watch-bitfields.exp: New file.
2864         * gdb.base/watch-bitfields.c: New file.
2865
2866 2014-09-16  Pedro Alves  <palves@redhat.com>
2867
2868         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
2869         software and hardware addresses, not software address against
2870         itself.
2871
2872 2014-09-16  Pedro Alves  <palves@redhat.com>
2873
2874         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
2875         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
2876
2877 2014-09-16  Pedro Alves  <palves@redhat.com>
2878
2879         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
2880         files.
2881         * gdb.base/a2-run.exp: Remove all code guarded by istarget
2882         "*-*-vxworks*" throughout.
2883         * gdb.base/break.exp: Likewise.
2884         * gdb.base/default.exp: Likewise.
2885         * gdb.base/scope.exp: Likewise.
2886         * gdb.base/sepdebug.exp: Likewise.
2887         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
2888         throughout.
2889         * gdb.base/run.c: Likewise.
2890         * gdb.base/sepdebug.c: Likewise.
2891         * gdb.hp/gdb.aCC/run.c: Likewise.
2892         * gdb.reverse/until-reverse.c: Likewise.
2893         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
2894
2895 2014-09-16  Yao Qi  <yao@codesourcery.com>
2896
2897         * boards/local-remote-host-native.exp: New file.
2898
2899 2014-09-14  Doug Evans  <xdje42@gmail.com>
2900
2901         * gdb.threads/queue-signal.c (thread_count): New variable.
2902         (thread_count_mutex, thread_count_condvar): New variables.
2903         (incr_thread_count, wait_all_threads_running): New functions.
2904         (main): Wait for all threads to be in their thread functions.
2905
2906 2014-09-13  Doug Evans  <xdje42@gmail.com>
2907
2908         * gdb.threads/queue-signal.c: New file.
2909         * gdb.threads/queue-signal.exp: New file.
2910
2911 2014-09-13  Doug Evans  <xdje42@gmail.com>
2912
2913         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
2914         be consistent with what default_gdb_init uses.
2915         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
2916         the plain text of the prompt.  Add some logging printfs.
2917         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
2918
2919 2014-09-12  Pedro Alves  <palves@redhat.com>
2920
2921         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
2922         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
2923         * gdb.arch/i386-size-overlap.exp: Likewise.
2924         * gdb.arch/i386-size.exp: Likewise.
2925         * gdb.arch/i386-unwind.exp: Likewise.
2926         * gdb.base/a2-run.exp: Likewise.
2927         * gdb.base/break.exp: Likewise.
2928         * gdb.base/charset.exp: Likewise.
2929         * gdb.base/chng-syms.exp: Likewise.
2930         * gdb.base/commands.exp: Likewise.
2931         * gdb.base/dbx.exp: Likewise.
2932         * gdb.base/find.exp: Likewise.
2933         * gdb.base/funcargs.exp: Likewise.
2934         * gdb.base/jit-simple.exp: Likewise.
2935         * gdb.base/reread.exp: Likewise.
2936         * gdb.base/sepdebug.exp: Likewise.
2937         * gdb.base/step-bt.exp: Likewise.
2938         * gdb.cp/mb-inline.exp: Likewise.
2939         * gdb.cp/mb-templates.exp: Likewise.
2940         * gdb.objc/basicclass.exp: Likewise.
2941         * gdb.threads/killed.exp: Likewise.
2942
2943 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
2944
2945         PR tdep/17379
2946         * gdb.arch/powerpc-stackless.S: New file.
2947         * gdb.arch/powerpc-stackless.exp: New file.
2948
2949 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2950
2951         * gdb.base/attach.c: Include unistd.h.
2952         (main): Call alarm.  Add label postloop.
2953         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
2954         gdb_breakpoint, gdb_continue_to_breakpoint.
2955         (test_command_line_attach_run): Kill ${testpid} in one exit path.
2956
2957 2014-09-11  Pedro Alves  <palves@redhat.com>
2958
2959         PR gdb/17347
2960         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
2961         * gdb.base/attach.exp (test_command_line_attach_run): New
2962         procedure.
2963         (top level): Call it.
2964
2965 2014-09-11  Pedro Alves  <palves@redhat.com>
2966
2967         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
2968         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
2969         (do_command_attach_tests): Use spawn_wait_for_attach.
2970         * gdb.base/solib-overlap.exp: Likewise.
2971         * gdb.multi/multi-attach.exp: Likewise.
2972         * gdb.python/py-prompt.exp: Likewise.
2973         * gdb.python/py-sync-interp.exp: Likewise.
2974         * gdb.server/ext-attach.exp: Likewise.
2975
2976 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
2977
2978         * gdb.fortran/array-element.exp: Remove unexpected "continue"
2979         command in testcase.  Simplify testcase.
2980
2981 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2982
2983         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
2984
2985 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2986
2987         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
2988
2989 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2990
2991         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
2992
2993 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
2994
2995         * gdb.dwarf2/dynarr-ptr.c: New file.
2996         * gdb.dwarf2/dynarr-ptr.exp: New file.
2997
2998 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
2999
3000         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
3001         of 30 rather than hardcoding 120 for a slow test case.  Take the
3002         `gdb,timeout' target setting into account for this calculation.
3003         Don't extend the timeout for the test cases that don't need it.
3004
3005 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3006
3007         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
3008         a factor of 2 for a slow test case.  Take the `gdb,timeout'
3009         target setting into account for this calculation.
3010         * gdb.reverse/until-precsave.exp: Increase the timeout by
3011         a factor of 15 and 3 respectively rather than adding 120
3012         for a pair of slow test cases.  Take the `gdb,timeout'
3013         target setting into account for this calculation.
3014
3015 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3016
3017         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
3018         timeout, don't pass one down to gdb_expect.
3019         (gdb_expect): Rework timeout selection.
3020
3021 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3022
3023         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
3024         exception on timeout.
3025         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
3026         (gdbserver_start_extended): Catch any `gdbserver_start' error
3027         exceptions.
3028         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
3029         * lib/mi-support.exp (mi_gdb_target_load): Catch any
3030         `gdbserver_gdb_load' error exceptions.
3031
3032 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
3033
3034         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
3035         120 on waiting for the TCP socket to open.
3036
3037 2014-09-09  Doug Evans  <xdje42@gmail.com>
3038
3039         * gdb.base/default.exp (show_conv_list): Add _caller_is,
3040         _caller_matches, _any_caller_is, _any_caller_matches.
3041
3042 2014-09-09  Doug Evans  <xdje42@gmail.com>
3043
3044         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
3045
3046 2014-09-09  Yao Qi  <yao@codesourcery.com>
3047
3048         * gdb.mi/mi-var-display.exp: Set print symbol off.
3049
3050 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
3051
3052         PR gdb/17035
3053         * gdb.base/commands.exp: Add tests to verify user-defined
3054         commands with empty bodies.
3055         * gdb.python/py-cmd.exp: Test that we don't show user-defined
3056         python commands in `show user command`.
3057         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
3058         scheme commands in `show user command`.
3059
3060 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3061
3062         PR python/17355
3063         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
3064         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
3065         * gdb.python/py-framefilter-invalidarg.exp: New file.
3066         * gdb.python/py-framefilter-invalidarg.py: New file.
3067
3068 2014-09-06  Doug Evans  <xdje42@gmail.com>
3069
3070         PR 15276
3071         * gdb.python/py-caller-is.c: New file.
3072         * gdb.python/py-caller-is.exp: New file.
3073
3074 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3075
3076         PR gdb/17235
3077         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
3078         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
3079
3080 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
3081
3082         PR fortran/17237
3083         * gdb.fortran/print-formatted.exp: New file.
3084         * gdb.fortran/print-formatted.f90: Likewise.
3085
3086 2014-09-03  Sasha Smundak  <asmundak@google.com>
3087
3088         * gdb.python/py-frame.exp: Test Frame.read_register.
3089
3090 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
3091
3092         PR python/16699
3093         * gdb.python/py-completion.exp: New file.
3094         * gdb.python/py-completion.py: Likewise.
3095
3096 2014-08-28  Doug Evans  <dje@google.com>
3097
3098         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
3099         eax,etc. are live with values set by gdb and thus the compiler can't
3100         use them.
3101         * gdb.arch/i386-pseudo.c (main): Ditto.
3102
3103 2014-08-27  Doug Evans  <dje@google.com>
3104
3105         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
3106
3107 2014-08-25  Doug Evans  <dje@google.com>
3108
3109         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
3110         (main): Ditto.
3111
3112 2014-08-25  Doug Evans  <dje@google.com>
3113
3114         * gdb.threads/thread-execl.exp: #include <stdio.h>.
3115
3116 2014-08-24  Yao Qi  <yao@codesourcery.com>
3117
3118         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
3119         symbol off.
3120         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
3121
3122 2014-08-22  Doug Evans  <dje@google.com>
3123
3124         PR 17276
3125         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
3126         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
3127         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
3128
3129 2014-08-22  Yao Qi  <yao@codesourcery.com>
3130
3131         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
3132         * gdb.python/py-finish-breakpoint2.exp: Likewise.
3133         * gdb.python/python.exp: Likewise.  Use .py file on the host
3134         instead of the build.
3135
3136 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3137
3138         * gdb.threads/gcore-stale-thread.c: New file.
3139         * gdb.threads/gcore-stale-thread.exp: New file.
3140
3141 2014-08-21  Pedro Alves  <palves@redhat.com>
3142
3143         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
3144         * gdb.base/gcore-relro-pie.exp: Likewise.
3145         * gdb.base/gcore-relro.exp: Likewise.
3146         * gdb.base/gcore.exp: Likewise.
3147         * gdb.base/print-symbol-loading.exp: Likewise.
3148         * gdb.threads/gcore-thread.exp: Likewise.
3149         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
3150
3151 2014-08-20  Pedro Alves  <palves@redhat.com>
3152             Jan Kratochvil  <jan.kratochvil@redhat.com>
3153
3154         * Makefile.in (EXTRA_RULES, CC): New variables, get from
3155         configure.
3156         (EXPECT): Handle READ1 being set.
3157         (all): Depend on EXTRA_RULES.
3158         (check-read1, expect-read1, read1.so, read1): New rules.
3159         * README (Testsuite Parameters): Document the READ1 make variable.
3160         (Race detection): New section.
3161         * configure: Regenerate.
3162         * configure.ac: If build==host==target, and running under a
3163         GNU/glibc system, add read1 to the extra Makefile rules.
3164         (EXTRA_RULES): AC_SUBST it.
3165         * lib/read1.c: New file.
3166
3167 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
3168
3169         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
3170         the handling of variables declared as a typedef to an array
3171         which a DW_AT_data_location attribute.
3172
3173 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
3174             Pedro Alves  <palves@redhat.com>
3175
3176         PR symtab/14604
3177         PR symtab/14605
3178         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
3179         gdb_test.
3180
3181 2014-08-19  Pedro Alves  <palves@redhat.com>
3182
3183         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
3184
3185 2014-08-19  Yao Qi  <yao@codesourcery.com>
3186
3187         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
3188         right line.
3189
3190 2014-08-18  David Blaikie  <dblaikie@gmail.com>
3191
3192         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
3193
3194 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
3195
3196         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
3197         attribute in array range.
3198
3199 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
3200
3201         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
3202
3203 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
3204
3205         PR c++/17132
3206         * gdb.cp/pr17132.cc: New file.
3207         * gdb.cp/pr17132.exp: New file.
3208
3209 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
3210
3211         * gdb.python/py-xmethods.py (A_getarrayind)
3212         (E_method_char_worker.__call__, E_method_int_worker.__call__):
3213         Use 'print' with function call syntax.
3214         (E_method_matcher.match): Fix tab vs space indentation mixup.
3215
3216 2014-08-15  Yao Qi  <yao@codesourcery.com>
3217
3218         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
3219         false.
3220
3221 2014-08-15  Yao Qi  <yao@codesourcery.com>
3222
3223         * gdb.cp/casts.exp: Set print symbol off.
3224         * gdb.cp/class2.exp: Likewise.
3225         * gdb.cp/overload.exp: Likewise.
3226         * gdb.cp/templates.exp: Likewise.
3227
3228 2014-08-11  Doug Evans  <dje@google.com>
3229
3230         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3231         (test_load_shlib): Update.
3232
3233 2014-08-09  Yao Qi  <yao@codesourcery.com>
3234
3235         * gdb.base/display.exp: Invoke is_address_zero_readable.
3236         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
3237         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
3238         * gdb.base/hbreak-unmapped.exp: Return if
3239         is_address_zero_readable returns true.
3240         * gdb.base/signest.exp: Likewise.
3241         * gdb.base/signull.exp: Likewise.
3242         * gdb.base/sigbpt.exp: Likewise.
3243         * gdb.guile/scm-disasm.exp: Do the test if
3244         is_address_zero_readable returns false.
3245         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
3246         * gdb.python/py-arch.exp: Likewise.
3247         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
3248         * lib/gdb.exp (is_address_zero_readable): New proc.
3249
3250 2014-08-09  Yao Qi  <yao@codesourcery.com>
3251
3252         PR testsuite/13443
3253         * gdb.mi/mi-var-display.exp: Make test messages unique.
3254
3255 2014-08-04  Tom Tromey  <tromey@redhat.com>
3256
3257         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
3258         target 0".
3259
3260 2014-08-04  Tom Tromey  <tromey@redhat.com>
3261
3262         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
3263         "target_resume".
3264
3265 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
3266
3267         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
3268         inner_vla_struct_object_size.
3269         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
3270         as xfail.
3271
3272 2014-07-30  Pedro Alves  <palves@redhat.com>
3273
3274         * gdb.threads/signal-command-handle-nopass.exp (test): Add
3275         comment.
3276
3277 2014-07-29  Yao Qi  <yao@codesourcery.com>
3278
3279         PR gdb/17206
3280         * gdb.base/until-nodebug.exp: New.
3281
3282 2014-07-28  Doug Evans  <xdje42@gmail.com>
3283
3284         PR guile/17203
3285         * gdb.guile/scm-parameter.exp: Add tests for trying to create
3286         previously existing parameter, and previously ambiguously spelled
3287         parameter.
3288
3289 2014-07-28  Will Newton  <will.newton@linaro.org>
3290
3291         * gdb.base/varargs.exp: Remove KFAILs for ARM.
3292
3293 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
3294             Doug Evans  <xdje42@gmail.com>
3295
3296         PR guile/17146
3297         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
3298
3299 2014-07-25  Pedro Alves  <palves@redhat.com>
3300
3301         * gdb.threads/signal-command-handle-nopass.c: New file.
3302         * gdb.threads/signal-command-handle-nopass.exp: New file.
3303         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
3304         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
3305         * gdb.threads/signal-delivered-right-thread.c: New file.
3306         * gdb.threads/signal-delivered-right-thread.exp: New file.
3307
3308 2014-07-25  Pedro Alves  <palves@redhat.com>
3309
3310         * gdb.base/double-prompt-target-event-error.exp
3311         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
3312         match.
3313         (cancel_pagination_in_target_event): Rework double prompt
3314         detection.
3315         * gdb.base/paginate-after-ctrl-c-running.exp
3316         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
3317         <return>' match.
3318         * gdb.base/paginate-bg-execution.exp
3319         (test_bg_execution_pagination_return)
3320         (test_bg_execution_pagination_cancel): Remove '-notransfer
3321         <return>' matches.
3322         * gdb.base/paginate-execution-startup.exp
3323         (test_fg_execution_pagination_return)
3324         (test_fg_execution_pagination_cancel): Remove '-notransfer
3325         <return>' matches.
3326         * gdb.base/paginate-inferior-exit.exp
3327         (test_paginate_inferior_exited): Remove '-notransfer <return>'
3328         match.
3329         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
3330         * lib/gdb.exp (pagination_prompt): Run text through
3331         string_to_regexp.
3332         (gdb_test_multiple): Match $pagination_prompt instead of
3333         "<return>".
3334         (string_to_regexp): Move to lib/gdb-utils.exp.
3335
3336 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3337
3338         * gdb.arch/amd64-entry-value-paramref.S: New file.
3339         * gdb.arch/amd64-entry-value-paramref.cc: New file.
3340         * gdb.arch/amd64-entry-value-paramref.exp: New file.
3341         * gdb.arch/amd64-optimout-repeat.S: New file.
3342         * gdb.arch/amd64-optimout-repeat.c: New file.
3343         * gdb.arch/amd64-optimout-repeat.exp: New file.
3344
3345 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3346
3347         PR gdb/17170
3348         * gdb.base/statistics.exp: New file.
3349
3350 2014-07-17  Doug Evans  <dje@google.com>
3351
3352         PR gdb/17170
3353         * gdb.base/maint.exp: Update testing of per-command stats.
3354
3355 2014-07-16  Pedro Alves  <palves@redhat.com>
3356
3357         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
3358         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
3359         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
3360         (tfile_write_buf): New functions.
3361         (add_memory_block): Rewrite using the above.
3362         (adjust_function_address): New function.
3363         (FUNCTION_ADDRESS): New macro.
3364         (write_basic_trace_file): Remove short_x local, and use
3365         tfile_write_16. Change type of func_addr local to unsigned long
3366         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
3367         here.  Cast argument of add_memory_block to char pointer.
3368         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
3369         (main): Remove parameters.
3370         * gdb.trace/tfile.exp: Remove nowarnings.
3371
3372 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
3373
3374         * gdb.base/debug-expr.exp: Test string evaluation with
3375         "debug expression" on.
3376
3377 2014-07-15  Pedro Alves  <palves@redhat.com>
3378
3379         * gdb.base/reread.exp: Use clean_restart.
3380
3381 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
3382
3383         * gdb.arch/avr-flash-qualifer.c: New.
3384         * gdb.arch/avr-flash-qualifer.exp: New.
3385
3386 2014-07-14  Pedro Alves  <palves@redhat.com>
3387
3388         * gdb.base/paginate-after-ctrl-c-running.c: New file.
3389         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
3390
3391 2014-07-14  Pedro Alves  <palves@redhat.com>
3392
3393         * gdb.base/double-prompt-target-event-error.c: New file.
3394         * gdb.base/double-prompt-target-event-error.exp: New file.
3395
3396 2014-07-14  Pedro Alves  <palves@redhat.com>
3397
3398         PR gdb/17072
3399         * gdb.base/paginate-inferior-exit.c: New file.
3400         * gdb.base/paginate-inferior-exit.exp: New file.
3401
3402 2014-07-14  Pedro Alves  <palves@redhat.com>
3403
3404         PR gdb/17072
3405         * gdb.base/paginate-bg-execution.c: New file.
3406         * gdb.base/paginate-bg-execution.exp: New file.
3407
3408 2014-07-14  Pedro Alves  <palves@redhat.com>
3409
3410         PR gdb/17072
3411         * gdb.base/paginate-execution-startup.c: New file.
3412         * gdb.base/paginate-execution-startup.exp: New file.
3413         * lib/gdb.exp (pagination_prompt): New global.
3414         (default_gdb_spawn): New procedure, factored out from
3415         default_gdb_spawn.
3416         (default_gdb_start): Adjust to call default_gdb_spawn.
3417         (gdb_spawn): New procedure.
3418
3419 2014-07-14  Pedro Alves  <palves@redhat.com>
3420
3421         * lib/gdb.exp (gdb_assert): New procedure.
3422         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
3423
3424 2014-07-14  Pedro Alves  <palves@redhat.com>
3425
3426         * gdb.base/execution-termios.c: New file.
3427         * gdb.base/execution-termios.exp: New file.
3428
3429 2014-07-14  Tom Tromey  <tromey@redhat.com>
3430
3431         * gdb.cp/vla-cxx.cc: New file.
3432         * gdb.cp/vla-cxx.exp: New file.
3433
3434 2014-07-14  Tom Tromey  <tromey@redhat.com>
3435
3436         * gdb.reverse/rerun-prec.c: New file.
3437         * gdb.reverse/rerun-prec.exp: New file.
3438
3439 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
3440             Maciej W. Rozycki  <macro@codesourcery.com>
3441
3442         * lib/gdb-utils.exp: New file.
3443         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
3444         inline `gdb_init_command' processing.
3445         (gdb_start_cmd): Likewise.
3446         * lib/mi-support.exp (mi_run_cmd): Likewise.
3447         * README: Document `gdb_init_command' and `gdb_init_commands'.
3448
3449 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3450
3451         Fix false FAIL running under a very long directory name.
3452         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
3453         and "set print elements 10000".  Twice.
3454
3455 2014-07-11  Yao Qi  <yao@codesourcery.com>
3456
3457         * gdb.base/exprs.exp: "set print symbol off".
3458
3459 2014-07-11  Pedro Alves  <palves@redhat.com>
3460
3461         * gdb.threads/kill.c: New file.
3462         * gdb.threads/kill.exp: New file.
3463
3464 2014-07-10  Yao Qi  <yao@codesourcery.com>
3465
3466         * gdb.trace/tfile.c (write_basic_trace_file)
3467         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
3468         address written to trace file.
3469
3470 2014-07-09  Pedro Alves  <palves@redhat.com>
3471
3472         * gdb.base/attach-wait-input.exp: New file.
3473         * gdb.base/attach-wait-input.c: New file.
3474
3475 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
3476
3477         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
3478         setting up test structures.
3479         (main): Call new test function.
3480         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
3481         test function, continue into test function and walk test
3482         structures.
3483
3484 2014-07-02  Yao Qi  <yao@codesourcery.com>
3485
3486         * gdb.trace/entry-values.c: Define labels 'foo_start' and
3487         'bar_start' at the beginning of functions 'foo' and 'bar'
3488         respectively.
3489         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
3490         instead of 'foo' and 'bar'.
3491
3492 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
3493
3494         * gdb.btrace/segv.exp: New.
3495         * gdb.btrace/segv.c: New.
3496
3497 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
3498
3499         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
3500         instruction.
3501
3502 2014-06-30  Mark Wielaard  <mjw@redhat.com>
3503
3504         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
3505         vulture, vilify, villar): New volatile array constants.
3506         (vindictive, vegetation): New const volatile array constants.
3507         * gdb.base/volatile.exp: Test volatile and const volatile array
3508         types.
3509
3510 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3511
3512         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
3513         target lacks support for awatch, rwatch, or hbreak.
3514
3515 2014-06-27  Yao Qi  <yao@codesourcery.com>
3516
3517         * gdb.multi/dummy-frame-restore.exp: New.
3518         * gdb.multi/dummy-frame-restore.c: New.
3519
3520 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
3521
3522         * gdb.btrace/gcore.exp: New.
3523
3524 2014-06-23  Pedro Alves  <palves@redhat.com>
3525
3526         * gdb.base/watchpoint-reuse-slot.c: New file.
3527         * gdb.base/watchpoint-reuse-slot.exp: New file.
3528
3529 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
3530
3531         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
3532         progspace's filename in 'info', 'enable' and 'disable' command
3533         tests.
3534
3535 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3536
3537         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
3538         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
3539         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
3540
3541 2014-06-20  Gary Benson  <gbenson@redhat.com>
3542
3543         * gdb.arch/i386-avx.exp: Fix include file location.
3544         * gdb.arch/i386-sse.exp: Likewise.
3545
3546 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
3547
3548         * gdb.dlang/expression.exp: New file.
3549
3550 2014-06-19  Pedro Alves  <palves@redhat.com>
3551
3552         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
3553         out from ...
3554         (top level): ... here.  Iterate running tests under different
3555         scheduler-locking settings.
3556
3557 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
3558
3559         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
3560         to DW_FORM_addr and use non-zero addresses.
3561
3562 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
3563
3564         PR gdb/17017
3565         * gdb.python/py-xmethods.cc: Add global function call counters and
3566         increment them in their respective functions.  Remove "cout"
3567         statements.
3568         * gdb.python/py-xmethods.exp: Make tests check the global function
3569         call counters instead of depending on inferior IO.
3570
3571 2014-06-18  Don Breazeal  <donb@codesourcery.com>
3572
3573         * gdb.base/foll-fork.exp (default_fork_parent_follow):
3574         Deleted procedure.
3575         (explicit_fork_parent_follow): Deleted procedure.
3576         (explicit_fork_child_follow): Deleted procedure.
3577         (test_follow_fork): New procedure.
3578         (do_fork_tests): Replace calls to deleted procedures with
3579         calls to test_follow_fork and reset GDB for subsequent
3580         procedure calls.
3581
3582 2014-06-17  Yao Qi  <yao@codesourcery.com>
3583
3584         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
3585         CP1252.
3586
3587 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
3588
3589         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
3590         Initialize ptr and S explicitly.
3591         (skip_type_update_when_not_use_rtti_test): Likewise.
3592
3593 2014-06-16  Keith Seitz  <keiths@redhat.com>
3594
3595         PR mi/15863
3596         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
3597         the inferior is started.
3598
3599 2014-06-16  Pedro Alves  <palves@redhat.com>
3600
3601         * gdb.base/break-main-file-remove-fail.c: New file.
3602         * gdb.base/break-main-file-remove-fail.exp: New file.
3603         * gdb.base/break-unload-file.exp: Use build_executable instead of
3604         prepare_for_testing.
3605         (test_break): New parameter "initial_load".  Handle it.
3606         (top level): Add initial_load cmdline/file axis.
3607
3608 2014-06-12  Tom Tromey  <tromey@redhat.com>
3609
3610         * gdb.base/completion.exp: Don't use directory name in test.
3611
3612 2014-06-09  Gary Benson  <gbenson@redhat.com>
3613
3614         * gdb.base/sigall.c [Functions to send signals]: Reorder to
3615         separate the always-available ANSI-standard signals from the
3616         signals that require checking.
3617         (main): Likewise.
3618         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
3619         Likewise.
3620         (main): Likewise.
3621
3622 2014-06-07  Keith Seitz  <keiths@redhat.com>
3623
3624         Revert:
3625         PR c++/16253
3626         * gdb.cp/var-tag.cc: New file.
3627         * gdb.cp/var-tag.exp: New file.
3628         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
3629         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
3630         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
3631         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
3632
3633 2014-06-06  Doug Evans  <xdje42@gmail.com>
3634
3635         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
3636
3637 2014-06-06  Pedro Alves  <palves@redhat.com>
3638
3639         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
3640         in target debug output instead of looking at RSP packets,
3641         disabling the test on any target that uses hardware stepping.
3642         Update comments.
3643
3644 2014-06-06  Pedro Alves  <palves@redhat.com>
3645
3646         * gdb.base/break-unload-file.exp: Fix typo.
3647
3648 2014-06-06  Yao Qi  <yao@codesourcery.com>
3649
3650         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
3651         from "jit_function" to "^jit_function".
3652
3653 2014-06-06  Yao Qi  <yao@codesourcery.com>
3654
3655         * gdb.base/async.c (foo): Add one statement.
3656         * gdb.base/async.exp: Get the next instruction address and
3657         match the output of "nexti" by instruction address.  Match
3658         the hex address in the output of "finish".
3659
3660 2014-06-06  Gary Benson  <gbenson@redhat.com>
3661
3662         * gdb.base/call-signals.c: Remove preprocessor conditionals
3663         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
3664         SIGSEGV and SIGTERM.
3665         * gdb.base/sigall.c: Likewise.
3666         * gdb.base/unwindonsignal.c: Likewise.
3667         * gdb.reverse/sigall-reverse.c: Likewise.
3668
3669 2014-06-06  Yao Qi  <yao@codesourcery.com>
3670
3671         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
3672         readable, skip the test.
3673
3674 2014-06-06  Yao Qi  <yao@codesourcery.com>
3675
3676         * gdb.threads/staticthreads.c (thread_function): Move the line
3677         setting breakpoint on forward.
3678         * gdb.threads/staticthreads.exp: Update comments.
3679
3680 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
3681
3682         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
3683         "history-append! type error".
3684
3685 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
3686
3687         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
3688         erroneous dprintf expected input.
3689
3690 2014-06-04  Doug Evans  <xdje42@gmail.com>
3691
3692         * gdb.guile/scm-generics.exp: Delete.
3693
3694 2014-06-04  Doug Evans  <xdje42@gmail.com>
3695
3696         * gdb.guile/scm-breakpoint.exp: Update.
3697         Add tests for breakpoint registration.
3698
3699 2014-06-04  Tom Tromey  <tromey@redhat.com>
3700
3701         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
3702         VLA-in-union.
3703         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
3704         inner_vla_struct, vla_union types.  Initialize objects of those
3705         types and compute their sizes.
3706
3707 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
3708             Hui Zhu  <hui@codesourcery.com>
3709
3710         * gdb.base/fileio.exp: Add test for shell not available as well as
3711         available.
3712         * gdb.base/fileio.c (test_system): Check for shell twice.
3713
3714 2014-06-04  Yao Qi  <yao@codesourcery.com>
3715
3716         * gdb.base/auto-connect-native-target.exp: Remove redundant
3717         space from the regexp pattern.
3718
3719 2014-06-04  Yao Qi  <yao@codesourcery.com>
3720
3721         * gdb.base/default.exp: Replace "child" with "native" in
3722         regexp pattern.
3723
3724 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
3725
3726         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
3727         * gdb.python/py-xmethods.exp: New tests to test xmethods.
3728         * gdb.python/py-xmethods.py: Python script supporting the
3729         new testcase and tests.
3730
3731 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
3732             Pedro Alves  <palves@redhat.com>
3733
3734         PR breakpoints/17000
3735         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
3736         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
3737
3738 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
3739
3740         * gdb.base/subst.exp: Add tests to verify partial path matching
3741         output.
3742
3743 2014-06-03  Pedro Alves  <palves@redhat.com>
3744
3745         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
3746         target that doesn't use software single-stepping.
3747
3748 2014-06-03  Pedro Alves  <palves@redhat.com>
3749
3750         PR breakpoints/17000
3751         * gdb.base/sss-bp-on-user-bp-2.c: New file.
3752         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
3753
3754 2014-06-02  Doug Evans  <xdje42@gmail.com>
3755
3756         * gdb.guile/scm-parameter.exp: New file.
3757
3758 2014-06-02  Doug Evans  <xdje42@gmail.com>
3759
3760         * gdb.guile/scm-cmd.c: New file.
3761         * gdb.guile/scm-cmd.exp: New file.
3762
3763 2014-06-02  Doug Evans  <xdje42@gmail.com>
3764
3765         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
3766         pretty-printer lookup.
3767         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
3768         (make-pp_s-printer): Call it.
3769         (make-pretty-printer-from-dict): New function.
3770         (lookup-pretty-printer-maker-from-dict): New function.
3771         (*pretty-printer*): Simplify.
3772         (make-objfile-pp_s-printer): New function.
3773         (install-objfile-pretty-printers!): New function.
3774         (make-progspace-pp_s-printer): New function.
3775         (install-progspace-pretty-printers!): New function.
3776         * gdb.guile/scm-progspace.c: New file.
3777         * gdb.guile/scm-progspace.exp: New file.
3778
3779 2014-06-02  Pedro Alves  <palves@redhat.com>
3780
3781         * gdb.base/dprintf-bp-same-addr.c: New file.
3782         * gdb.base/dprintf-bp-same-addr.exp: New file.
3783
3784 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3785
3786         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
3787         * gdb.arch/powerpc-power.s: Likewise.
3788
3789 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
3790
3791         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
3792
3793 2014-06-01  Yao Qi  <yao@codesourcery.com>
3794
3795         * gdb.base/watchpoint.exp (test_watch_location): Check null
3796         pointer can be dereferenced.  If not, do the test, otherwise
3797         skip it.
3798
3799 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
3800
3801         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
3802         results.
3803         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
3804
3805 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
3806
3807         * gdb.arch/amd64-invalid-stack-middle.S: New file.
3808         * gdb.arch/amd64-invalid-stack-middle.c: New file.
3809         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
3810         * gdb.arch/amd64-invalid-stack-top.c: New file.
3811         * gdb.arch/amd64-invalid-stack-top.exp: New file.
3812
3813 2014-05-30  Pedro Alves  <palves@redhat.com>
3814
3815         PR breakpoints/17000
3816         * gdb.base/sss-bp-on-user-bp.c: New file.
3817         * gdb.base/sss-bp-on-user-bp.exp: New file.
3818
3819 2014-05-30  David Blaikie  <dblaikie@gmail.com>
3820
3821         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
3822         gnu_inline semantics via attribute.
3823         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
3824         source explicitly specifies the required semantics.
3825
3826 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
3827
3828         * gdb.reverse/sigall-reverse.exp: Fix a typo.
3829
3830 2014-05-29  Pedro Alves  <palves@redhat.com>
3831             Tom Tromey  <tromey@redhat.com>
3832
3833         * gdb.base/async-shell.exp: Don't enable target-async.
3834         * gdb.base/async.exp
3835         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
3836         parameter.  Adjust.
3837         (top level): Don't test with "target-async".
3838         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
3839         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
3840         * gdb.base/inferior-died.exp: Don't enable target-async.
3841         * gdb.base/interrupt-noterm.exp: Likewise.
3842         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
3843         * gdb.mi/mi-nonstop-exit.exp: Likewise.
3844         * gdb.mi/mi-nonstop.exp: Likewise.
3845         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
3846         * gdb.mi/mi-nsintrall.exp: Likewise.
3847         * gdb.mi/mi-nsmoribund.exp: Likewise.
3848         * gdb.mi/mi-nsthrexec.exp: Likewise.
3849         * gdb.mi/mi-watch-nonstop.exp: Likewise.
3850         * gdb.multi/watchpoint-multi.exp: Adjust comment.
3851         * gdb.python/py-evsignal.exp: Don't enable target-async.
3852         * gdb.python/py-evthreads.exp: Likewise.
3853         * gdb.python/py-prompt.exp: Likewise.
3854         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
3855         * gdb.server/solib-list.exp: Don't enable target-async.
3856         * gdb.threads/thread-specific-bp.exp: Likewise.
3857         * lib/mi-support.exp: Adjust to use mi-async.
3858
3859 2014-05-29  Pedro Alves  <palves@redhat.com>
3860
3861         PR gdb/13860
3862         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
3863         reason, even in sync mode.
3864
3865 2014-05-29  Pedro Alves  <palves@redhat.com>
3866             Hui Zhu  <hui@codesourcery.com>
3867
3868         PR PR15693
3869         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
3870         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
3871         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
3872         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
3873
3874 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
3875
3876         * config/monitor.exp (gdb_target_monitor): Replace use of
3877         "set remotebaud" by "set serial baud".
3878
3879 2014-05-26  Andy Wingo  <wingo@igalia.com>
3880
3881         * gdb.guile/scm-breakpoint.exp:
3882         * gdb.guile/scm-gsmob.exp: Update to use plain old object
3883         properties instead of gdb-object-properties.
3884
3885 2014-05-26  Yao Qi  <yao@codesourcery.com>
3886
3887         * gdb.server/no-thread-db.exp: Specify source file name
3888         explicitly when setting a breakpoint.
3889
3890 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3891
3892         * gdb.btrace/vdso.c: New.
3893         * gdb.btrace/vdso.exp: New.
3894
3895 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3896
3897         * gdb.base/gcore.exp (capture_command_output): Move ...
3898         * lib/gdb.exp (capture_command_output): ... here.
3899
3900 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
3901
3902         * gdb.btrace/data.exp: Test memory access during btrace replay.
3903
3904 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
3905
3906         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
3907
3908 2014-05-21  Pedro Alves  <palves@redhat.com>
3909
3910         PR gdb/13860
3911         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
3912         (top level): Test that output related to execution commands is
3913         sent to the console with CLI commands, but not with MI commands.
3914         Test that breakpoint events are always mirrored to the console.
3915         Also expect the new source line to be output after a "next" in
3916         async mode too.  Make it a pass/fail test.
3917         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
3918         output.
3919         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
3920
3921 2014-05-21  Pedro Alves  <palves@redhat.com>
3922
3923         * gdb.base/list.exp (build_pattern, test_list): New procedures.
3924         Use them to test variations of "list" after reaching a breakpoint.
3925         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
3926         Test "list" with listsize 10 after reaching a breakpoint.
3927         * gdb.python/python.exp (decode_line current location line
3928         number): Adjust expected line number.
3929
3930 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
3931
3932         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
3933         behavior for $args, pass it directly to "run".
3934
3935 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
3936
3937         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
3938         30000 to 65536.
3939
3940 2014-05-21  Pedro Alves  <palves@redhat.com>
3941
3942         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
3943         auto-connect-native-target off".
3944         * gdb.base/auto-connect-native-target.c: New file.
3945         * gdb.base/auto-connect-native-target.exp: New file.
3946
3947 2014-05-21  Pedro Alves  <palves@redhat.com>
3948
3949         * gdb.base/default.exp: Test "target native" instead of "target
3950         child".
3951
3952 2014-05-21  Mark Wielaard  <mjw@redhat.com>
3953
3954         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
3955
3956 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3957
3958         Fix TLS access for -static -pthread.
3959         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
3960         <HAVE_TLS> (thread_function, main): Initialize it.
3961         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
3962         Add clean_restart.
3963         <$have_tls != "">: Check TLSVAR.
3964
3965 2014-05-21  Pedro Alves  <palves@redhat.com>
3966
3967         * gdb.base/dcache-line-read-error.c: New.
3968         * gdb.base/dcache-line-read-error.exp: New.
3969
3970 2014-05-20  Pedro Alves  <palves@redhat.com>
3971
3972         * gdb.base/compare-sections.c: New file.
3973         * gdb.base/compare-sections.exp: New file.
3974
3975 2014-05-20  Pedro Alves  <palves@redhat.com>
3976
3977         * gdb.base/break-idempotent.c: New file.
3978         * gdb.base/break-idempotent.exp: New file.
3979
3980 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
3981
3982         * gdb.btrace/nohist.exp: New.
3983
3984 2014-05-20  Yao Qi  <yao@codesourcery.com>
3985
3986         * lib/gdb.exp (gdb_init): Set timeout if test file is under
3987         gdb.reverse directory and gdb_reverse_timeout exists in board
3988         setting.
3989         * README: Document gdb_reverse_timeout.
3990
3991 2014-05-20  Yao Qi  <yao@codesourcery.com>
3992
3993         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
3994         'test_file_name'.  Treat args as a string instead of a list.
3995         (gdb_init): Rename argument 'args' by 'test_file_name'.
3996
3997 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3998
3999         * gdb.arch/powerpc-power.exp: New file.
4000         * gdb.arch/powerpc-power.s: New file.
4001
4002 2014-05-16  Doug Evans  <dje@google.com>
4003
4004         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
4005         * gdb.base/completion.exp: Check that all expected files exist
4006         before doing file completion.
4007
4008 2014-05-16  Doug Evans  <dje@google.com>
4009
4010         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
4011         Update.
4012         (do_syscall_tests_without_xml): Update.
4013
4014 2014-05-16  Pedro Alves  <palves@redhat.com>
4015
4016         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
4017         instead of "unknown output after running".
4018
4019 2014-05-16  Yao Qi  <yao@codesourcery.com>
4020
4021         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
4022         file1.txt from host at the end.
4023         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
4024
4025 2014-05-15  Doug Evans  <dje@google.com>
4026
4027         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
4028         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
4029         loading file.  Add test for TU lookup.
4030
4031 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
4032
4033         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
4034         calling "-exec-arguments" or "set args" before running the
4035         inferior.
4036
4037 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
4038
4039         * lib/mi-support.exp (mi_expect_stop): Expect message for
4040         inferiors that exit with non-zero exit code.
4041
4042 2014-05-14  Yao Qi  <yao@codesourcery.com>
4043
4044         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
4045         match absolute path on remote host.
4046         (test_file_list_exec_source_files): Remove "/" from the
4047         pattern.
4048
4049 2014-05-14  Yao Qi  <yao@codesourcery.com>
4050
4051         * boards/local-remote-host-notty.exp (${board}_file): New
4052         proc.
4053
4054 2014-05-07  Kyle McMartin  <kyle@redhat.com>
4055
4056         Pushed by Joel Brobecker  <brobecker@adacore.com>.
4057         * gdb.arch/aarch64-atomic-inst.c: New file.
4058         * gdb.arch/aarch64-atomic-inst.exp: New file.
4059
4060 2014-05-07  Yao Qi  <yao@codesourcery.com>
4061
4062         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
4063         in current context" too.
4064
4065 2014-05-05  Keith Seitz  <keiths@redhat.com>
4066
4067         * gdb.linespec/ls-dollar.exp: Add test for linespec
4068         file:convenience_variable.
4069
4070 2014-05-05  Yao Qi  <yao@codesourcery.com>
4071
4072         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
4073         traceframes into tfile and ctf trace files.  Read data from
4074         trace file and test collected data.
4075         (gdb_collect_locals_test): Likewise.
4076         (gdb_unavailable_registers_test): Likewise.
4077         (gdb_unavailable_floats): Likewise.
4078         (gdb_collect_globals_test): Likewise.
4079         (top-level): Append "ctf" to trace_file_targets if GDB
4080         supports.
4081
4082 2014-05-05  Yao Qi  <yao@codesourcery.com>
4083
4084         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
4085         code to ...
4086         (gdb_collect_args_test_1): ... it.  New proc.
4087         (gdb_collect_locals_test): Move some code to ...
4088         (gdb_collect_locals_test_1): ... it.  New proc.
4089         (gdb_unavailable_registers_test): Move some code to ...
4090         (gdb_unavailable_registers_test_1): ... it.  New proc.
4091         (gdb_unavailable_floats): Move some code to ...
4092         (gdb_unavailable_floats_1): ... it.  New proc.
4093
4094 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4095
4096         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
4097         probes to test for bitness recognition.
4098         * gdb.arch/amd64-stap-optional-prefix.exp
4099         (test_probe_value_without_reg): New procedure.
4100         Add code to test for different kinds of bitness.
4101
4102 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4103
4104         PR breakpoints/16889
4105         * gdb.arch/amd64-stap-optional-prefix.S: New file.
4106         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
4107
4108 2014-05-01  Pedro Alves  <palves@redhat.com>
4109
4110         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
4111         gdb_file_cmd if no file is specified.
4112         * boards/native-extended-gdbserver.exp (gdb_load): Use the
4113         last_loaded_file to set the remote exec-file.
4114
4115 2014-05-01  Pedro Alves  <palves@redhat.com>
4116
4117         * boards/local-remote-host.exp: New file.
4118
4119 2014-05-01  Pedro Alves  <palves@redhat.com>
4120
4121         * boards/local-remote-host.exp: Rename to ...
4122         * boards/local-remote-host-notty.exp: ... this.
4123
4124 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
4125
4126         * gdb.ada/dyn_arrayidx: New testcase.
4127
4128 2014-04-26  Yao Qi  <yao@codesourcery.com>
4129
4130         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
4131         and compute the length of function main.  Save it in
4132         $main_length.
4133         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
4134         (top-level): Use gdb_compile to compile objects into
4135         executable and restart GDB.  Remove invocation to
4136         prepare_for_testing.
4137
4138 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
4139             Pedro Alves  <palves@redhat.com>
4140
4141         PR server/16255
4142         * gdb.multi/multi-attach.c: New file.
4143         * gdb.multi/multi-attach.exp: New file.
4144
4145 2014-04-25  Pedro Alves  <palves@redhat.com>
4146
4147         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
4148         user.
4149         (top level): Test that "set remote conditional-breakpoints-packet
4150         off" works as intended.
4151         * gdb.base/dprintf.exp: Test that "set remote
4152         breakpoint-commands-packet off" works as intended.
4153         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
4154         New function.
4155         (top level): Call it.
4156         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
4157         remote fast-tracepoints-packet off" works as intended.
4158         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
4159         * lib/gdb.exp (gdb_is_target_remote): ... here.
4160
4161 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4162
4163         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
4164         ensure clang would not discard them.
4165         * gdb.base/gdbvars.c: Ditto.
4166         * gdb.base/memattr.c: Ditto.
4167         * gdb.base/whatis.c: Ditto.
4168         * gdb.python/py-prettyprint.c: Ditto.
4169         * gdb.trace/actions.c: Ditto.
4170         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
4171         ensure clang would not discard it.
4172
4173 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4174
4175         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
4176         clang to emit the full definition of type required by the test
4177         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
4178
4179 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4180
4181         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
4182         coax Clang into emitting the definition of the type.
4183         * gdb.cp/pr10728-x.h (y): Ditto.
4184         * gdb.cp/pr10728-y.cc (y): Ditto.
4185
4186 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4187
4188         * gdb.base/label.exp: XFAIL label related tests under Clang.
4189         * gdb.cp/cplabel.exp: Ditto.
4190         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
4191         under Clang those using labels.
4192
4193 2014-04-25  Yao Qi  <yao@codesourcery.com>
4194
4195         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
4196         double_label.
4197         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
4198         partial_label and double_label.
4199
4200 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4201
4202         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
4203
4204 2014-04-24  David Blaikie  <dblaikie@gmail.com>
4205
4206         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
4207         of the function to work across GCC and Clang.
4208         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
4209         pointer types (const void ** const V void **).
4210
4211 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
4212             Walfred Tedeschi  <walfred.tedeschi@intel.com>
4213
4214         * Makefile.in (EXECUTABLES): Added i386-avx512.
4215         * gdb.arch/i386-avx512.c: New file.
4216         * gdb.arch/i386-avx512.exp: Likewise.
4217
4218 2014-04-23  Keith Seitz  <keiths@redhat.com>
4219
4220         * lib/mi-support.exp (mi_list_breakpoints): Delete.
4221         (mi_make_breakpoint_table): New procedure.
4222         (mi_create_breakpoint): Use mi_make_breakpoint
4223         and return the result.
4224         (mi_make_breakpoint): New procedure.
4225         (mi_build_kv_pairs): New procedure.
4226
4227         * gdb.mi/mi-break.exp: Remove unused globals,
4228         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
4229         All callers updated.
4230         * gdb.mi/mi-dprintf.exp: Use variable to track command
4231         number.
4232         Update all callers of mi_create_breakpoint and use
4233         mi_make_breakpoint_table.
4234         Remove any unused global variables.
4235         * gdb.mi/mi-nonstop.exp: Likewise.
4236         * gdb.mi/mi-nsintrall.exp: Likewise.
4237         * gdb.mi/mi-nsmoribund.exp: Likewise.
4238         * gdb.mi/mi-nsthrexec.exp: Likewise.
4239         * gdb.mi/mi-reverse.exp: Likewise.
4240         * gdb.mi/mi-simplerun.exp: Likewise.
4241         * gdb.mi/mi-stepn.exp: Likewise.
4242         * gdb.mi/mi-syn-frame.exp: Likewise.
4243         * gdb.mi/mi-until.exp: Likewise.
4244         * gdb.mi/mi-var-cp.exp: Likewise.
4245         * gdb.mi/mi-var-display.exp: Likewise.
4246         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
4247         * gdb.mi/mi2-var-child.exp: Likewise.
4248         * gdb.mi/mi-vla-c99.exp: Likewise.
4249         * lib/mi-support.exp: Likewise.
4250
4251         From Ian Lance Taylor  <iant@cygnus.com>:
4252         * lib/gdb.exp (parse_args): New procedure.
4253
4254 2014-04-23  Pedro Alves  <palves@redhat.com>
4255
4256         * gdb.base/break-unload-file.c: New file.
4257         * gdb.base/break-unload-file.exp: New file.
4258         * gdb.base/sym-file-lib.c (baz): New function.
4259         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
4260         field.
4261         (load): Store the segment's mapped size.
4262         (unload): New function.
4263         (unload_shlib): New function.
4264         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
4265         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
4266         set a breakpoint at baz, and call it.
4267         * gdb.base/sym-file.exp: New tests for stale breakpoint
4268         instructions.
4269
4270 2014-04-23  Pedro Alves  <palves@redhat.com>
4271
4272         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
4273         * gdb.base/hbreak-in-shr-unsupported.c: New file.
4274         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
4275         * gdb.base/hbreak-unmapped.c: New file.
4276         * gdb.base/hbreak-unmapped.exp: New file.
4277         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
4278         * lib/gdb.exp (gdb_is_target_remote): ... here.
4279
4280 2014-04-22  Pedro Alves  <palves@redhat.com>
4281
4282         * gdb.base/consecutive-step-over.c: New file.
4283         * gdb.base/consecutive-step-over.exp: New file.
4284
4285 2014-04-22  Pedro Alves  <palves@redhat.com>
4286
4287         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
4288         instead of send_gdb/gdb_expect.
4289
4290 2014-04-22  Yao Qi  <yao@codesourcery.com>
4291
4292         * lib/trace-support.exp (generate_tracefile): New procedure.
4293         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
4294         return 0.
4295         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
4296         if generate_tracefile returns 1.
4297
4298 2014-04-18  Tom Tromey  <palves@redhat.com>
4299             Pedro alves  <tromey@redhat.com>
4300
4301         PR backtrace/15558
4302         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
4303         with a backtrace limit.
4304         * gdb.python/py-frame-inline.exp: Test running to an inline
4305         function with a backtrace limit, and printing the newest frame.
4306         * gdb.python/py-frame-inline.c (main): Call f.
4307
4308 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4309
4310         * gdb.java/jnpe.exp: Drop srcdir from untested path.
4311
4312 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4313
4314         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
4315         Drop prefix from unsupported source file path.
4316
4317 2014-04-17  Yao Qi  <yao@codesourcery.com>
4318
4319         * lib/gdb.exp (with_target_charset): New proc.
4320         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
4321         with_target_charset.
4322         (test_print_strings): Likewise.
4323         (test_repeat_bytes): Likewise.
4324         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
4325         for some tests.
4326
4327 2014-04-16  Keith Seitz  <keiths@redhat.com>
4328
4329         PR gdb/15827
4330         * gdb.dwarf2/corrupt.c: New file.
4331         * gdb.dwarf2/corrupt.exp: New file.
4332
4333 2014-04-16  Keith Seitz  <keiths@redhat.com>
4334
4335         PR c++/16597
4336         * gdb.cp/namelessclass.cc: New file.
4337         * gdb.cp/namelessclass.exp: New file.
4338         * gdb.cp/namelessclass.S: New file.
4339
4340 2014-04-16  Doug Evans  <dje@google.com>
4341
4342         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
4343         Add comment.
4344         (gdbserver_default_get_comm_port): New function.
4345         (gdbserver_start): Check if board file provided
4346         "gdbserver,get_comm_port" and use it if so.
4347         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
4348         (gdb,socketport): Set to "stdio".
4349         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
4350         (stdio_gdbserver_template): Delete.
4351         (${board}_get_remote_address): Update.
4352         (${board}_build_remote_cmd): Delete.
4353         (${board}_get_comm_port): New function.
4354         (${board}_spawn): Update.
4355         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
4356         Delete.
4357         (${board}_get_remote_address): Update.
4358         (${board}_get_comm_port): New function.
4359
4360 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
4361
4362         * gdb.base/memattr.exp: Improve regexps to handle memory regions
4363         appearing in any order.
4364
4365 2014-04-15  Doug Evans  <dje@google.com>
4366
4367         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
4368         uninitialized value of "description".
4369
4370 2014-04-15  Keith Seitz  <keiths@redhat.com>
4371
4372         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
4373         Remove unused globals.
4374         (test_running_the_program): Likewise.
4375         (test_controlled_execution): Likewise.
4376         (test_controlling_breakpoints): Likewise.
4377         (test_program_termination): Likewise.
4378
4379 2014-04-15  Keith Seitz  <keiths@redhat.com>
4380
4381         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
4382         unused globals.
4383         (test_rbreak_creation_and_listing): Likewise.
4384         (test_ignore_count): Likewise.
4385         (test_error): Likewise.
4386
4387 2014-04-15  Pedro Alves  <palves@redhat.com>
4388
4389         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
4390         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
4391         sym-file-loader.c.
4392         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4393         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4394         to sym-file-loader.c.
4395         (struct library): Forward declare.
4396         (load_shlib, lookup_function): Change prototypes.
4397         (find_shstrtab, find_strtab, find_shdr, find_symtab)
4398         (translate_offset): Remove declarations.
4399         (get_text_addr): New declaration.
4400         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
4401         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
4402         sym-file-loader.h.
4403         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
4404         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
4405         here from sym-file-loader.h.
4406         (struct library): New structure.
4407         (load_shlib, lookup_function): Change prototypes and adjust to
4408         work with a struct library.
4409         (find_shstrtab, find_strtab, find_shdr, find_symtab)
4410         (translate_offset): Make static.
4411         (get_text_addr): New function.
4412         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
4413
4414 2014-04-15  Pedro Alves  <palves@redhat.com>
4415
4416         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
4417
4418 2014-04-15  Pedro Alves  <palves@redhat.com>
4419
4420         * gdb.base/sym-file-loader.c: Include <limits.h>.
4421         (SELF_LINK): New define.
4422         (get_origin): New function.
4423         (load_shlib): Use it.
4424         * gdb.base/sym-file.exp: Don't early return if the target is
4425         remote.  Use runto_main, and issue fail is that fails.  Use
4426         gdb_load_shlibs.
4427         (shlib_name): Delete.
4428         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
4429
4430 2014-04-15  Pedro Alves <palves@redhat.com>
4431
4432         * gdb.base/sym-file.exp: Remove regex characters from test
4433         message.  Don't refer to breakpoint numbers in test messages.
4434
4435 2014-04-14  Keith Seitz  <keiths@redhat.com>
4436
4437         PR c++/16253
4438         * gdb.cp/var-tag.cc: New file.
4439         * gdb.cp/var-tag.exp: New file.
4440         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
4441         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
4442         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
4443         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
4444
4445 2014-04-14  Tom Tromey  <tromey@redhat.com>
4446
4447         * gdb.cp/classes.exp (test_enums): Handle underlying type.
4448         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
4449         type.
4450         * gdb.cp/enum-class.exp: New file.
4451         * gdb.cp/enum-class.cc: New file.
4452
4453 2014-04-14  Tom Tromey  <tromey@redhat.com>
4454
4455         * gdb.dwarf2/enum-type.exp: New file.
4456
4457 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
4458
4459         * gdb.mi/mi-vla-c99.exp: New file.
4460         * gdb.mi/vla.c: New file.
4461
4462 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
4463
4464         * gdb.base/vla-datatypes.c: New file.
4465         * gdb.base/vla-datatypes.exp: New file.
4466
4467 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
4468
4469         * gdb.base/vla-ptr.c: New file.
4470         * gdb.base/vla-ptr.exp: New file.
4471
4472 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
4473
4474         * gdb.dwarf2/count.exp: New file.
4475
4476 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
4477
4478         * gdb.base/vla-sideeffect.c: New file.
4479         * gdb.base/vla-sideeffect.exp: New file.
4480
4481 2014-04-14  David Blaikie <dblaikie@gmail.com>
4482
4483         * gdb.mi/non-stop.c: Add return value for non-void function return
4484         statement.
4485         * gdb.threads/staticthreads.c: Ditto.
4486
4487 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
4488             Doug Evans  <xdje42@gmail.com>
4489
4490         * gdb.guile/scm-value.c: Improve test case.
4491         * gdb.guile/scm-value.exp: Add new test.
4492
4493 2014-04-11  David Blaikie  <dblaikie@gmail.com>
4494
4495         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
4496         override Clang's default.
4497
4498 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
4499
4500         Revert the following changes (regressions):
4501
4502         * gdb.base/vla-sideeffect.c: New file.
4503         * gdb.base/vla-sideeffect.exp: New file.
4504
4505         * gdb.dwarf2/count.exp: New file.
4506
4507         * gdb.base/vla-multi.c: New file.
4508         * gdb.base/vla-multi.exp: New file.
4509
4510         * gdb.base/vla-ptr.c: New file.
4511         * gdb.base/vla-ptr.exp: New file.
4512
4513         * gdb.base/vla-datatypes.c: New file.
4514         * gdb.base/vla-datatypes.exp: New file.
4515
4516         * gdb.mi/mi-vla-c99.exp: New file.
4517         * gdb.mi/vla.c: New file.
4518
4519 2014-04-11  Keith Seitz  <keiths@redhat.com>
4520
4521         PR c++/16675
4522         * gdb.cp/cpsizeof.exp: New file.
4523         * gdb.cp/cpsizeof.cc: New file.
4524
4525 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4526
4527         * gdb.mi/mi-vla-c99.exp: New file.
4528         * gdb.mi/vla.c: New file.
4529
4530 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4531
4532         * gdb.base/vla-datatypes.c: New file.
4533         * gdb.base/vla-datatypes.exp: New file.
4534
4535 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4536
4537         * gdb.base/vla-ptr.c: New file.
4538         * gdb.base/vla-ptr.exp: New file.
4539
4540 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4541
4542         * gdb.base/vla-multi.c: New file.
4543         * gdb.base/vla-multi.exp: New file.
4544
4545 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4546
4547         * gdb.dwarf2/count.exp: New file.
4548
4549 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
4550
4551         * gdb.base/vla-sideeffect.c: New file.
4552         * gdb.base/vla-sideeffect.exp: New file.
4553
4554 2014-04-11  Yao Qi  <yao@codesourcery.com>
4555
4556         * gdb.base/completion.exp: Check file exists before running tests
4557         on file completion.
4558
4559 2014-04-10  Pedro Alves  <palves@redhat.com>
4560
4561         * gdb.base/cond-eval-mode.c: New file.
4562         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
4563         prepare_for_testing to build the new file.  Check result of
4564         runto_main.
4565         (test_break, test_watch): New procedures.
4566         (top level): Use them.
4567
4568 2014-04-08  Pierre Muller  <muller@sourceware.org>
4569
4570         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
4571         Ctrl-V use for mingw hosts.
4572
4573 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
4574
4575         * gdb.python/py-value.c: Improve test case.
4576         * gdb.python/py-value.exp: Add new test.
4577
4578 2014-04-07  David Blaikie  <dblaikie@gmail.com>
4579
4580         * lib/compiler.c: Identify the clang compiler.
4581         * lib/compiler.cc: Ditto.
4582
4583 2014-04-03  Yao Qi  <yao@codesourcery.com>
4584
4585         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
4586
4587 2014-04-01  Anton Blanchard  <anton@samba.org>
4588
4589         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
4590         messages unique.
4591
4592 2014-04-01  Anton Blanchard  <anton@samba.org>
4593
4594         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
4595         prepare_for_testing.
4596
4597 2014-04-01  Anton Blanchard  <anton@samba.org>
4598
4599         * gdb.arch/ppc64-atomic-inst.c: Remove.
4600         * gdb.arch/ppc64-atomic-inst.S: New file.
4601         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
4602
4603 2014-03-31  Doug Evans  <dje@google.com>
4604
4605         * gdb.base/print-symbol-loading-lib.c: New file.
4606         * gdb.base/print-symbol-loading-main.c: New file.
4607         * gdb.base/print-symbol-loading.exp: New file.
4608
4609 2014-03-31  Yao Qi  <yao@codesourcery.com>
4610
4611         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
4612
4613 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
4614
4615         * gdb.ada/mi_dyn_arr: New testcase.
4616
4617 2014-03-27  Doug Evans  <dje@google.com>
4618
4619         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
4620
4621 2014-03-27  Yao Qi  <yao@codesourcery.com>
4622
4623         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
4624         if target is nios2-*-*.
4625
4626 2014-03-26  Yao Qi  <yao@codesourcery.com>
4627
4628         * lib/gdb.exp (readline_is_used): New proc.
4629         * gdb.base/completion.exp: Move tests on command complete up.
4630         Skip the rest of tests if readline is not used.
4631         * gdb.ada/complete.exp: Skp the test if readline is not
4632         used.
4633         * gdb.base/filesym.exp: Likewise.
4634         * gdb.base/macscp.exp: Likewise.
4635         * gdb.base/readline-ask.exp: Likewise.
4636         * gdb.base/readline.exp: Likewise.
4637         * gdb.python/py-cmd.exp: Likewise.
4638         * gdb.trace/tfile.exp: Likewise.
4639
4640 2014-03-26  Yao Qi  <yao@codesourcery.com>
4641
4642         * gdb.base/macscp.exp: Fix code format issues.
4643
4644 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
4645
4646         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
4647         * gdb.asm/powerpc64le.inc: New file.
4648
4649 2014-03-25  Pedro Alves  <palves@redhat.com>
4650             Doug Evans  <dje@google.com>
4651
4652         * gdb.base/source-execution.c: New file.
4653         * gdb.base/source-execution.exp: New file.
4654         * gdb.base/source-execution.gdb: New file.
4655
4656 2014-03-24  Doug Evans  <dje@google.com>
4657
4658         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4659         using fission.
4660
4661 2014-03-24  Hui Zhu  <hui@codesourcery.com>
4662             Pedro Alves  <palves@redhat.com>
4663
4664         PR breakpoints/16101
4665         * gdb.base/dprintf.exp: Use unsupported rather than changing the
4666         test pass/fail messages.  Detect missing support for dprintf when
4667         breakpoints are actually inserted.
4668         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
4669         breakpoints are actually inserted.
4670         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
4671         fails.
4672
4673 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4674
4675         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
4676
4677 2014-03-22  Doug Evans  <xdje42@gmail.com>
4678
4679         * gdb.python/python.exp (python not supported): Verify multi-line
4680         python command issues an error.
4681         * gdb.guile/guile.exp (guile not supported): Verify multi-line
4682         guile command issues an error.
4683
4684 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
4685
4686         * gdb.threads/thread-specific.exp: Handle the lack of usable
4687         $this_breakpoint and $this_thread.
4688
4689 2014-03-21  Hui Zhu  <hui@codesourcery.com>
4690
4691         * gdb.base/attach.exp (do_command_attach_tests): New.
4692
4693 2014-03-20  Tom Tromey  <tromey@redhat.com>
4694             Pedro Alves  <palves@redhat.com>
4695
4696         PR cli/15718
4697         * gdb.base/condbreak-call-false.c: New file.
4698         * gdb.base/condbreak-call-false.exp: New file.
4699
4700 2014-03-20  Pedro Alves  <palves@redhat.com>
4701
4702         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
4703         Delete.
4704         (block_signals, unblock_signals): Delete.
4705         (child_function_2, main): Remove references to deleted variable
4706         and functions.
4707
4708 2014-03-20  Pedro Alves  <palves@redhat.com>
4709
4710         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4711         Use pthread_kill to signal thread 2.
4712         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4713         Adjust to make the test send itself a signal rather than using the
4714         host's "kill" command.
4715
4716 2014-03-20  Pedro Alves  <palves@redhat.com>
4717
4718         * gdb.threads/multiple-step-overs.c: New file.
4719         * gdb.threads/multiple-step-overs.exp: New file.
4720         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4721         Adjust expected infrun debug output.
4722
4723 2014-03-20  Pedro Alves  <palves@redhat.com>
4724
4725         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4726         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
4727
4728 2014-03-20  Pedro Alves  <palves@redhat.com>
4729
4730         PR breakpoints/7143
4731         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
4732         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
4733         of gdb_test_multiple.
4734         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
4735         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
4736
4737 2014-03-20  Pedro Alves  <palves@redhat.com>
4738
4739         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
4740         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
4741
4742 2014-03-19  Pedro Alves  <palves@redhat.com>
4743
4744         * gdb.base/async.exp: Remove early return.
4745
4746 2014-03-19  Pedro Alves  <palves@redhat.com>
4747
4748         * gdb.base/async.exp (step& tests): Pass explicit test messages.
4749
4750 2014-03-19  Pedro Alves  <palves@redhat.com>
4751
4752         * gdb.base/async.exp (test_background): Expect \r\n after
4753         "completed." in the fail pattern.
4754
4755 2014-03-19  Pedro Alves  <palves@redhat.com>
4756
4757         * gdb.base/async.exp (test_background): New procedure.
4758         Use it for all background execution command tests.
4759
4760 2014-03-19  Pedro Alves  <palves@redhat.com>
4761
4762         * gdb.base/async.exp: Use prepare_for_testing.
4763
4764 2014-03-19  Pedro Alves  <palves@redhat.com>
4765
4766         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
4767         the same line.
4768
4769 2014-03-19  Pedro Alves  <palves@redhat.com>
4770
4771         * gdb.base/async.c (main): Add "jump here" and "until here" line
4772         marker comments.
4773         * gdb.base/async.exp (jump_here): New global.
4774         (jump& test): Use it.
4775         (until_here): New global.
4776         (until& test): Use it.
4777
4778 2014-03-19  Pedro Alves  <palves@redhat.com>
4779
4780         * gdb.base/async.exp: Don't frob gdb_protocol.
4781
4782 2014-03-18  Doug Evans  <xdje42@gmail.com>
4783
4784         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
4785         Fix spelling of exec-done-display.
4786
4787 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4788
4789         PR gdb/15358
4790         * gdb.base/gdb-sigterm.c: New file.
4791         * gdb.base/gdb-sigterm.exp: New file.
4792
4793 2014-03-18  Pedro Alves  <palves@redhat.com>
4794
4795         PR gdb/13860
4796         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
4797         * lib/mi-support.exp (mi_expect_stop): Add special handling for
4798         solib-event.
4799
4800 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
4801
4802         * gdb.ada/pckd_arr_ren: New testcase.
4803
4804 2014-03-13  Doug Evans  <xdje42@gmail.com>
4805
4806         PR guile/16612
4807         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
4808         collect after discarding symbols.
4809
4810 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
4811             Doug Evans  <xdje42@gmail.com>
4812
4813         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
4814         to history survives a gc.
4815
4816 2014-03-13  Pedro Alves  <palves@redhat.com>
4817
4818         * gdb.base/default.exp: Don't test "target procfs".
4819
4820 2014-03-13  Pedro Alves  <palves@redhat.com>
4821
4822         * gdb.base/default.exp: Update "target child" and "target procfs"
4823         tests to not expect "Unix".
4824
4825 2014-03-12  Tom Tromey  <tromey@redhat.com>
4826
4827         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
4828         New procs.  Add target-async tests.
4829         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
4830         Add target-async tests.
4831
4832 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4833
4834         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
4835         'func_start' and 'func_end' for the beginning and end of the
4836         function code, respectively.
4837         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
4838         'func_end' instead of 'func' and 'main'.
4839
4840 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4841
4842         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
4843         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
4844         generate the debug info assembler source.
4845
4846 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4847
4848         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
4849         * gdb.dwarf2/arr-subrange.exp: Likewise.
4850         * gdb.dwarf2/dwz.exp: Likewise.
4851         * gdb.dwarf2/method-ptr.exp: Likewise.
4852         * gdb.dwarf2/missing-sig-type.exp: Likewise.
4853         * gdb.dwarf2/subrange.exp: Likewise.
4854         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
4855         * gdb.dwarf2/implptrpiece.exp: Likewise.
4856         * gdb.dwarf2/nostaticblock.exp: Likewise.
4857
4858 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
4859
4860         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
4861         directory to absolute path name arguments.
4862
4863 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
4864
4865         * gdb.ada/tagged_access: New testcase.
4866
4867 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
4868
4869         * gdb.btrace/data.exp: Update expected output.
4870
4871 2014-03-06  Yao Qi  <yao@codesourcery.com>
4872
4873         * gdb.trace/pr16508.exp: New file.
4874
4875 2014-03-05  Pedro Alves  <palves@redhat.com>
4876
4877         PR gdb/16575
4878         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
4879         procedure.
4880         (top level): Adjust to use it.  Add tests that exercise breakpoint
4881         interaction with the code-cache.
4882
4883 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
4884
4885         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
4886         test for 'history-append!'.
4887
4888 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4889
4890         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
4891         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
4892         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
4893         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
4894         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
4895         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
4896
4897 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4898
4899         * testsuite/gdb.python/py-pp-re-notag.c: New file.
4900         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
4901         * testsuite/gdb.python/py-pp-re-notag.p: New file.
4902
4903 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4904
4905         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
4906
4907 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
4908
4909         * gdb.dwarf2/arr-stride.c: New file.
4910         * gdb.dwarf2/arr-stride.exp: New file.
4911
4912 2014-02-26  Pedro Alves  <palves@redhat.com>
4913
4914         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
4915         that won't ever trigger.  Make sure that GDB reports the correct
4916         breakpoint that caused the stop.
4917
4918 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4919
4920         PR gdb/16626
4921         * gdb.base/auto-load-script: New file.
4922         * gdb.base/auto-load.c: New file.
4923         * gdb.base/auto-load.exp: New file.
4924
4925         PR gdb/16626
4926         * gdb.base/auto-load.exp: Fix out-of-srctree run.
4927
4928 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4929
4930         Fix dw2-icycle.exp -fsanitize=address GDB crash.
4931         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
4932
4933 2014-02-24  Doug Evans  <dje@google.com>
4934
4935         * lib/gdb.exp (run_on_host): Log error output if program fails.
4936
4937 2014-02-21  Pedro Alves  <palves@redhat.com>
4938
4939         * gdb.threads/step-after-sr-lock.c: Rename to ...
4940         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
4941         * gdb.threads/step-after-sr-lock.exp: Rename to ...
4942         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4943         ... this.
4944
4945 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
4946
4947         PR tdep/16397
4948         * gdb.arch/amd64-stap-special-operands.exp: New file.
4949         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
4950         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
4951         * gdb.arch/amd64-stap-triplet.S: Likewise.
4952         * gdb.arch/amd64-stap-triplet.c: Likewise.
4953
4954 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
4955
4956         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
4957         in .section pseudo-op.
4958
4959 2014-02-20  lin zuojian  <manjian2006@gmail.com>
4960             Joel Brobecker  <brobecker@adacore.com>
4961             Doug Evans  <xdje42@gmail.com>
4962
4963         PR symtab/16581
4964         * gdb.dwarf2/dw2-icycle.S: New file.
4965         * gdb.dwarf2/dw2-icycle.c: New file.
4966         * gdb.dwarf2/dw2-icycle.exp: New file.
4967
4968 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
4969
4970         * gdb.python/py-value-cc.cc: Improve test case to enable testing
4971         operations on gdb.Value objects.
4972         * gdb.python/py-value-cc.exp: Add new test to test operations on
4973         gdb.Value objects.
4974
4975 2014-02-18  Doug Evans  <dje@google.com>
4976
4977         * Makefile.in (TESTS): New variable.
4978         (expanded_tests, expanded_tests_or_none): New variables
4979         (check-single): Pass $(expanded_tests_or_none) to runtest.
4980         (check-parallel): Only run tests in $(TESTS) if non-empty.
4981         (check/no-matching-tests-found): New rule.
4982         * README: Document TESTS makefile variable.
4983
4984 2014-02-18  Doug Evans  <dje@google.com>
4985
4986         * Makefile.in (check-parallel): rm -rf outputs temp.
4987
4988 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4989
4990         Fix "ERROR: no fileid for" in the testsuite.
4991         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
4992
4993 2014-02-12  Doug Evans  <dje@google.com>
4994
4995         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
4996         (MISCELLANEOUS): New variable.
4997         (clean): rm -rf $(MISCELLANEOUS).
4998         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
4999         dwp live in the same directory as symlinks, with each symlink pointed
5000         to a differently named file in a different directory.
5001
5002 2014-02-11  Doug Evans  <dje@google.com>
5003
5004         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
5005         of Tcl file commands.
5006
5007 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
5008
5009         * gdb.threads/step-after-sr-lock.exp: Avoid executing
5010         "kill -SIGUSR1 -1".
5011
5012 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
5013
5014         * gdb.ada/tick_length_array_enum_idx: New testcase.
5015
5016 2014-02-10  Doug Evans  <xdje42@gmail.com>
5017
5018         * configure.ac (AC_OUTPUT): Add gdb.guile.
5019         * configure: Regenerate.
5020         * lib/gdb-guile.exp: New file.
5021         * lib/gdb.exp (get_target_charset): New function.
5022         * gdb.base/help.exp: Update expected output from "apropos apropos".
5023         * gdb.guile/Makefile.in: New file.
5024         * gdb.guile/guile.exp: New file.
5025         * gdb.guile/scm-arch.c: New file.
5026         * gdb.guile/scm-arch.exp: New file.
5027         * gdb.guile/scm-block.c: New file.
5028         * gdb.guile/scm-block.exp: New file.
5029         * gdb.guile/scm-breakpoint.c: New file.
5030         * gdb.guile/scm-breakpoint.exp: New file.
5031         * gdb.guile/scm-disasm.c: New file.
5032         * gdb.guile/scm-disasm.exp: New file.
5033         * gdb.guile/scm-equal.c: New file.
5034         * gdb.guile/scm-equal.exp: New file.
5035         * gdb.guile/scm-error.exp: New file.
5036         * gdb.guile/scm-error.scm: New file.
5037         * gdb.guile/scm-frame-args.c: New file.
5038         * gdb.guile/scm-frame-args.exp: New file.
5039         * gdb.guile/scm-frame-args.scm: New file.
5040         * gdb.guile/scm-frame-inline.c: New file.
5041         * gdb.guile/scm-frame-inline.exp: New file.
5042         * gdb.guile/scm-frame.c: New file.
5043         * gdb.guile/scm-frame.exp: New file.
5044         * gdb.guile/scm-generics.exp: New file.
5045         * gdb.guile/scm-gsmob.exp: New file.
5046         * gdb.guile/scm-iterator.c: New file.
5047         * gdb.guile/scm-iterator.exp: New file.
5048         * gdb.guile/scm-math.c: New file.
5049         * gdb.guile/scm-math.exp: New file.
5050         * gdb.guile/scm-objfile-script-gdb.in: New file.
5051         * gdb.guile/scm-objfile-script.c: New file.
5052         * gdb.guile/scm-objfile-script.exp: New file.
5053         * gdb.guile/scm-objfile.c: New file.
5054         * gdb.guile/scm-objfile.exp: New file.
5055         * gdb.guile/scm-ports.exp: New file.
5056         * gdb.guile/scm-pretty-print.c: New file.
5057         * gdb.guile/scm-pretty-print.exp: New file.
5058         * gdb.guile/scm-pretty-print.scm: New file.
5059         * gdb.guile/scm-section-script.c: New file.
5060         * gdb.guile/scm-section-script.exp: New file.
5061         * gdb.guile/scm-section-script.scm: New file.
5062         * gdb.guile/scm-symbol.c: New file.
5063         * gdb.guile/scm-symbol.exp: New file.
5064         * gdb.guile/scm-symtab-2.c: New file.
5065         * gdb.guile/scm-symtab.c: New file.
5066         * gdb.guile/scm-symtab.exp: New file.
5067         * gdb.guile/scm-type.c: New file.
5068         * gdb.guile/scm-type.exp: New file.
5069         * gdb.guile/scm-value-cc.cc: New file.
5070         * gdb.guile/scm-value-cc.exp: New file.
5071         * gdb.guile/scm-value.c: New file.
5072         * gdb.guile/scm-value.exp: New file.
5073         * gdb.guile/source2.scm: New file.
5074         * gdb.guile/types-module.cc: New file.
5075         * gdb.guile/types-module.exp: New file.
5076
5077 2014-02-10  Yao Qi  <yao@codesourcery.com>
5078
5079         PR testsuite/16543
5080         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
5081         * configure: Regenerated.
5082         * Makefile.in: New file.
5083
5084 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
5085
5086         * gdb.python/py-framefilter.exp: Fix typo.
5087
5088 2014-02-08  Yao Qi  <yao@codesourcery.com>
5089
5090         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
5091         that no =breakpoint-modified is emitted when breakpoints are
5092         modified through MI commands.
5093
5094 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
5095             Pedro Alves  <palves@redhat.com>
5096
5097         * gdb.threads/step-after-sr-lock.c: New file.
5098         * gdb.threads/step-after-sr-lock.exp: New file.
5099
5100 2014-02-07  Pedro Alves  <palves@redhat.com>
5101
5102         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
5103
5104 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5105
5106         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
5107         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
5108
5109 2014-02-06  Doug Evans  <xdje42@gmail.com>
5110
5111         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
5112         output.
5113
5114         * gdb.gdb/python-interrupts.exp: New file.
5115
5116 2014-02-05  Yao Qi  <yao@codesourcery.com>
5117
5118         * gdb.trace/report.exp (use_collected_data): Test the output
5119         of "info threads" and "info inferiors".
5120
5121 2014-02-05  Yao Qi  <yao@codesourcery.com>
5122
5123         Revert this patch:
5124
5125         2013-05-24  Yao Qi  <yao@codesourcery.com>
5126
5127         * gdb.trace/tfile.exp: Test inferior and thread.
5128
5129 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5130
5131         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
5132         on a function.
5133         * gdb.base/step-bt.c: Call hello via function pointer to make
5134         sure its first instruction is executed on powerpc64le-linux.
5135
5136 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5137
5138         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
5139
5140 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5141
5142         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
5143         of the test patterns for use on little-endian systems.
5144
5145 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
5146
5147         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
5148         (decimal_vector): Fix for little-endian.
5149
5150 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
5151
5152         * gdb.arch/sparc-sysstep.exp: New file.
5153         * gdb.arch/sparc-sysstep.c: Likewise.
5154
5155         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
5156
5157 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
5158
5159         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
5160
5161 2014-01-23  Tom Tromey  <tromey@redhat.com>
5162
5163         * gdb.ada/array_char_idx: New testcase.
5164
5165 2014-01-23  Tom Tromey  <tromey@redhat.com>
5166
5167         PR python/16487:
5168         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
5169         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
5170         classes.
5171
5172 2014-01-23  Tom Tromey  <tromey@redhat.com>
5173
5174         PR python/16491:
5175         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
5176         string from an inferior frame.
5177         * gdb.python/py-framefilter-mi.exp: Update.
5178
5179 2014-01-22  Doug Evans  <dje@google.com>
5180
5181         * gdb.server/server-mon.exp: Add tests for "set debug-format".
5182
5183 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5184
5185         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
5186
5187 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5188
5189         * gdb.trace/entry-values.exp: Remove excess space character from
5190         regex patterns.  Handle s390 call instruction.
5191
5192 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5193
5194         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
5195         define "*_start" label.  Make "name" static.
5196         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
5197         ${name} by references to ${name}_start.
5198
5199 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
5200
5201         * gdb.base/info-macros.exp: Remove "debug" from the compile
5202         options.
5203
5204 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5205
5206         * gdb.dlang/demangle.exp: New file.
5207
5208 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5209
5210         * gdb.dlang/primitive-types.exp: New file.
5211
5212 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
5213
5214         * configure.ac: Create gdb.dlang/Makefile.
5215         * configure: Regenerate.
5216         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
5217         * gdb.dlang/Makefile.in: New file.
5218         * lib/d-support.exp: New file.
5219         * lib/gdb.exp (skip_d_tests): New proc.
5220
5221 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5222
5223         * gdb.btrace/delta.exp: Check reverse stepi.
5224         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
5225         * gdb.btrace/finish.exp: New.
5226         * gdb.btrace/next.exp: New.
5227         * gdb.btrace/nexti.exp: New.
5228         * gdb.btrace/record_goto.c: Add comments.
5229         * gdb.btrace/step.exp: New.
5230         * gdb.btrace/stepi.exp: New.
5231         * gdb.btrace/multi-thread-step.c: New.
5232         * gdb.btrace/multi-thread-step.exp: New.
5233         * gdb.btrace/rn-dl-bind.c: New.
5234         * gdb.btrace/rn-dl-bind.exp: New.
5235         * gdb.btrace/data.c: New.
5236         * gdb.btrace/data.exp: New.
5237         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5238
5239 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5240
5241         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
5242         * gdb.btrace/exception.exp: Update.
5243         * gdb.btrace/instruction_history.exp: Update.
5244         * gdb.btrace/record_goto.exp: Update.
5245         * gdb.btrace/tailcall.exp: Update.
5246         * gdb.btrace/unknown_functions.exp: Update.
5247         * gdb.btrace/delta.exp: New.
5248
5249 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5250
5251         * gdb.btrace/record_goto.exp: Add backtrace test.
5252         * gdb.btrace/tailcall.exp: Add backtrace test.
5253
5254 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5255
5256         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
5257         * gdb.btrace/record_goto.c: New.
5258         * gdb.btrace/record_goto.exp: New.
5259         * gdb.btrace/x86-record_goto.S: New.
5260
5261 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5262
5263         * gdb.btrace/function_call_history.exp: Update tests.
5264         * gdb.btrace/instruction_history.exp: Update tests.
5265
5266 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5267
5268         * gdb.btrace/function_call_history.exp: Fix expected field
5269         order for "record function-call-history".
5270         Add new tests for "record function-call-history /c".
5271         * gdb.btrace/exception.cc: New.
5272         * gdb.btrace/exception.exp: New.
5273         * gdb.btrace/tailcall.exp: New.
5274         * gdb.btrace/x86-tailcall.S: New.
5275         * gdb.btrace/x86-tailcall.c: New.
5276         * gdb.btrace/unknown_functions.c: New.
5277         * gdb.btrace/unknown_functions.exp: New.
5278         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
5279
5280 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5281
5282         * gdb.btrace/instruction_history.exp: Update.
5283         * gdb.btrace/function_call_history.exp: Update.
5284
5285 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5286
5287         * gdb.btrace/function_call_history.exp: Fix expected function
5288         trace.
5289         * gdb.btrace/instruction_history.exp: Initialize traced.
5290         Remove traced_functions.
5291
5292 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5293
5294         * gdb.btrace/function_call_history.exp: Update
5295         * gdb.btrace/instruction_history.exp: Update.
5296
5297 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
5298
5299         * gdb.btrace/enable.exp: Update expected text.
5300
5301 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
5302
5303         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
5304         bytes.
5305
5306 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
5307
5308         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
5309
5310 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
5311
5312         * lib/gdb.exp (supports_process_record): Return true for
5313         arm*-linux*.  (supports_reverse): Likewise.
5314
5315 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
5316
5317         PR python/15464
5318         PR python/16113
5319         * gdb.python/py-type.c: Enhance test case.
5320         * gdb.python/py-value-cc.cc: Likewise
5321         * gdb.python/py-type.exp: Add new tests.
5322         * gdb.python/py-value-cc.exp: Likewise
5323
5324 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5325             Pedro Alves <palves@redhat.com>
5326
5327         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
5328         Make "name" extern.
5329         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
5330         references to ${name}_start by references to ${name}.
5331
5332 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
5333
5334         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
5335
5336 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
5337
5338         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
5339
5340 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
5341             Pedro Alves  <palves@redhat.com>
5342
5343         * gdb.mi/mi-info-os.exp: Connect to the target with
5344         mi_gdb_target_load.
5345
5346 2014-01-08  Pedro Alves  <palves@redhat.com>
5347
5348         * gdb.threads/reconnect-signal.c: New file.
5349         * gdb.threads/reconnect-signal.exp: New file.
5350
5351 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5352
5353         * gdb.base/source-dir.exp: New file.
5354
5355 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
5356
5357         * gdb.ada/mi_interface: New testcase.
5358
5359 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
5360
5361         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
5362         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
5363         gdb.ada/pp-rec-component/pck.ads: New files.
5364
5365 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
5366
5367         * gdb.python/py-pp-integral.c: New file.
5368         * gdb.python/py-pp-integral.py: New file.
5369         * gdb.python/py-pp-integral.exp: New file.
5370
5371 For older changes see ChangeLog-1993-2013.
5372 \f
5373 ;; Local Variables:
5374 ;; mode: change-log
5375 ;; left-margin: 8
5376 ;; fill-column: 74
5377 ;; version-control: never
5378 ;; End:
5379
5380     Copyright 2014-2015 Free Software Foundation, Inc.
5381   Copying and distribution of this file, with or without modification,
5382   are permitted provided the copyright notice and this notice are preserved.