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