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