79e57fcd8bb4d24da4f525fdb8adf76ec8a8bbb3
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-09-04  Gary Benson <gbenson@redhat.com>
2
3         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
5
6 2018-08-31  Tom Tromey  <tom@tromey.com>
7
8         * gdb.rust/simple.rs: Rename second variable "v".
9
10 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
11
12         * gdb.base/funcargs.c (use_a): New function.
13         (recurse): Call use_a.
14
15 2018-08-29  Keith Seitz  <keiths@redhat.com>
16
17         * gdb.compile/compile-cplus-anonymous.cc: New file.
18         * gdb.compile/compile-cplus-anonymous.exp: New file.
19         * gdb.compile/compile-cplus-array-decay.cc: New file.
20         * gdb.compile/compile-cplus-array-decay.exp: New file.
21         * gdb.compile/compile-cplus-inherit.cc: New file.
22         * gdb.compile/compile-cplus-inherit.exp: New file.
23         * gdb.compile/compile-cplus-member.cc: New file.
24         * gdb.compile/compile-cplus-member.exp: New file.
25         * gdb.compile/compile-cplus-method.cc: New file.
26         * gdb.compile/compile-cplus-method.exp: New file.
27         * gdb.compile/compile-cplus-mod.c: "New" file.
28         * gdb.compile/compile-cplus-namespace.cc: New file.
29         * gdb.compile/compile-cplus-namespace.exp: New file.
30         * gdb.compile/compile-cplus-nested.cc: New file.
31         * gdb.compile/compile-cplus-nested.exp: New file.
32         * gdb.compile/compile-cplus-print.c: "New" file.
33         * gdb.compile/compile-cplus-print.exp: "New" file.
34         * gdb.compile/compile-cplus-virtual.cc: New file.
35         * gdb.compile/compile-cplus-virtual.exp: New file.
36         * gdb.compile/compile-cplus.c: "New" file.
37         * gdb.compile/compile-cplus.exp: "New" file.
38         * lib/compile-support.exp: New file.
39
40 2018-08-16  Gary Benson <gbenson@redhat.com>
41
42         PR gdb/13000:
43         * gdb.base/batch-exit-status.exp: New file.
44         * gdb.base/batch-exit-status.good-commands: Likewise.
45         * gdb.base/batch-exit-status.bad-commands: Likewise.
46
47 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
48
49         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
50         (struct struct02): Likewise.
51         (struct struct03): Likewise.
52         (struct struct04): Likewise.
53         (struct struct_01_01): New struct.
54         (struct struct_01_02): Likewise.
55         (struct struct_01_03): Likewise.
56         (struct struct_01_04): Likewise.
57         (struct struct_02_01): Likewise.
58         (struct struct_02_02): Likewise.
59         (struct struct_02_03): Likewise.
60         (struct struct_02_04): Likewise.
61         (struct struct_04_01): Likewise.
62         (struct struct_04_02): Likewise.
63         (struct struct_04_03): Likewise.
64         (struct struct_04_04): Likewise.
65         (struct struct_05_01): Likewise.
66         (struct struct_05_02): Likewise.
67         (struct struct_05_03): Likewise.
68         (struct struct_05_04): Likewise.
69         (cmp_struct01): Remove function.
70         (cmp_struct02): Likewise.
71         (cmp_struct03): Likewise.
72         (cmp_struct04): Likewise.
73         (cmp_struct_01_01): Add Function.
74         (cmp_struct_01_02): Likewise.
75         (cmp_struct_01_03): Likewise.
76         (cmp_struct_01_04): Likewise.
77         (cmp_struct_02_01): Likewise.
78         (cmp_struct_02_02): Likewise.
79         (cmp_struct_02_03): Likewise.
80         (cmp_struct_02_04): Likewise.
81         (cmp_struct_04_01): Likewise.
82         (cmp_struct_04_02): Likewise.
83         (cmp_struct_04_03): Likewise.
84         (cmp_struct_04_04): Likewise.
85         (cmp_struct_05_01): Likewise.
86         (cmp_struct_05_02): Likewise.
87         (cmp_struct_05_03): Likewise.
88         (cmp_struct_05_04): Likewise.
89         (call_all): Add new structs.
90         * gdb.base/infcall-nested-structs.exp: Likewise.
91
92 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
93
94         * gdb.python/py-framefilter-mi.exp: Update regexp to
95         check for "arch" field in frame output.
96
97 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
98
99         * gdb.dwarf2/dw2-ranges-func.c: New file.
100         * gdb.dwarf2/dw2-ranges-func.exp: New file.
101
102 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
103
104         * gdb.base/term.exp: Compare terminal settings with values from
105         the inferior.
106         * gdb.base/term.c: Get and set terminal settings.
107
108 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
109
110         * lib/mi-support.exp (mi_expect_stop): Update regexp to
111         accommodate new "arch" field in frame output.
112         * gdb.mi/mi-return.exp: Likewise.
113         * gdb.mi/mi-stack.exp: Likewise.
114         * gdb.mi/mi-syn-frame.exp: Likewise.
115         * gdb.mi/user-selected-context-sync.exp: Likewise.
116
117 2018-08-19  Michael Spang  <spang@google.com>
118
119         PR gdb/11786
120         * gdb.base/gcore-tls-pie.c: New file.
121         * gdb.base/gcore-tls-pie.exp: New file.
122
123 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
124
125         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
126         * gdb.dwarf2/varval.c: New file.
127         * gdb.dwarf2/varval.exp: New file.
128
129 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
130
131         PR gdb/18931
132         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
133
134 2018-08-16  Keith Seitz  <keiths@redhat.com>
135
136         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
137         tests expected to pass.
138
139 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
140
141         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
142         -data-disassemble -a.
143         (test_disassembly_bogus_args): Likewise.
144
145 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
146
147         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
148
149 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
150
151         * gdb.base/vla-optimized-out.exp: Add new test.
152
153 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
154
155         * gdb.base/vla-optimized-out-o3.exp: Delete.
156         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
157         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
158         deleted tests.
159
160 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
161
162         PR gdb/18050:
163         * gdb.server/extended-remote-restart.c: New file.
164         * gdb.server/extended-remote-restart.exp: New file.
165
166 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
167
168         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
169         "set variable index = 42".
170
171 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
172
173         * boards/index-cache-gdb.exp: New file.
174         * gdb.dwarf2/index-cache.exp: New file.
175         * gdb.dwarf2/index-cache.c: New file.
176         * gdb.base/maint.exp: Check if we are using the index cache.
177
178 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
179
180         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
181         MAKEFLAGS.
182
183 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
184
185         * dg-extract-results.sh: Move to toplevel contrib.
186         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
187         * Makefile.in (check-parallel-racy): Likewise.
188
189 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
190
191         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
192         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
193         tests if the target supports scheduler locking.
194
195 2018-08-04  Tom de Vries  <tdevries@suse.de>
196
197         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
198
199 2018-08-02  Tom Tromey  <tom@tromey.com>
200
201         PR symtab/16842.
202         * gdb.cp/temargs.exp: Test "info address" of a template
203         parameter.
204
205 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
206
207         * gdb.python/py-mi-var-info-path-expression.c: New file.
208         * gdb.python/py-mi-var-info-path-expression.py: New file.
209         * gdb.python/py-mi-var-info-path-expression.exp: New file.
210
211 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
212
213         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
214         error after "cannot resolve name" string.
215
216 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
217
218         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
219         started.
220         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
221
222 2018-07-28  Tom de Vries  <tdevries@suse.de>
223
224         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
225
226 2018-07-26  Tom de Vries  <tdevries@suse.de>
227
228         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
229
230 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
231
232         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
233         is visible.
234
235 2018-07-26  Tom de Vries  <tdevries@suse.de>
236
237         PR breakpoints/23366
238         * gdb.base/catch-follow-exec.c: New test.
239         * gdb.base/catch-follow-exec.exp: New file.
240
241 2018-07-25  Tom de Vries  <tdevries@suse.de>
242
243         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
244         vla-optimized-out.c.
245
246 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
247
248         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
249         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
250
251 2018-07-20  Tom de Vries  <tdevries@suse.de>
252
253         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
254         NOCLONE macro.
255         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
256
257 2018-07-19  Tom de Vries  <tdevries@suse.de>
258
259         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
260         regular expression.
261
262 2018-07-18  Tom de Vries  <tdevries@suse.de>
263
264         * gdb.base/vla-optimized-out.c: New test.
265         * gdb.base/vla-optimized-out.exp: New file.
266
267 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
268
269         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
270         message "No address associated with hostname" when gdbserver
271         cannot resolve the hostname.
272
273 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
274
275         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
276         Add some test prefixes to make tests unique.
277
278 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
279
280         * gdb.base/frameapply.c: New file.
281         * gdb.base/frameapply.exp: New file.
282
283 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
284
285         * gdb.base/skip.exp: Update expected error message.
286
287 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
288             Jan Kratochvil  <jan.kratochvil@redhat.com>
289             Paul Fertser  <fercerpav@gmail.com>
290             Tsutomu Seki  <sekiriki@gmail.com>
291
292         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
293         parameter.
294         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
295         by default.
296         * boards/native-gdbserver.exp: Likewise.
297         * gdb.server/run-without-local-binary.exp: Improve regexp used
298         for detecting when a remote debugging connection succeeds.
299         * gdb.server/server-connect.exp: New file.
300         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
301         Do not prefix the port number with ":".
302         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
303         support for detecting and using it.  Add '$debughost_gdbserver'
304         to the list of arguments used to start gdbserver.  Handle case
305         when gdbserver cannot resolve a network name.
306
307 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
308
309         PR c++/23373
310         * gdb.base/ptype-offsets.cc (struct static_member): New
311         struct.
312         (main) <stmember>: New variable.
313         * gdb.base/ptype-offsets.exp: Add test for printing a struct
314         with a static member in it.
315
316 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
317
318         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
319         watchpoints enabled and disabled.
320
321 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
322
323         * gdb.base/examine-backward.exp: Still run tests around address
324         0x0, even if address 0x0 is not readable.  Update the pattern for
325         matching address 0x0 in expected output.
326
327 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
328
329         * gdb.base/share-env-with-gdbserver.c (main): Add call to
330         malloc/free.
331
332 2018-07-04  Tom de Vries  <tdevries@suse.de>
333
334         * gdb.dwarf2/dw2-error.exp: Update expected error message.
335
336 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
337
338         PR tdep/8282
339         * gdb.arch/mips-disassembler-options.exp: New test.
340         * gdb.arch/mips-disassembler-options.s: New test source.
341
342 2018-06-29  Pedro Alves  <palves@redhat.com>
343
344         * gdb.threads/names.exp: Adjust expected "info threads" output.
345
346 2018-06-29  Pedro Alves  <palves@redhat.com>
347
348         * gdb.opt/inline-break.exp (line number, address): Add "info
349         break" tests.
350
351 2018-06-29  Pedro Alves  <palves@redhat.com>
352
353         * gdb.opt/inline-break.c (func1): Add "break here" marker.
354         * gdb.opt/inline-break.exp: Test setting breakpoints by line
355         number and address and running to them.
356
357 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
358
359         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
360
361 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
362
363         * lib/compiler.c: Remove executable permission flag.
364
365 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
366
367         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
368         code.
369         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
370
371 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
372
373         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
374
375 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
376
377         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
378         address argument is omitted.
379
380 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
381
382         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
383
384 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
385
386         PR gdb/21695
387         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
388         * gdb.base/infoline-reloc-main-from-zero.c: New file.
389
390 2018-06-26  Tom Tromey  <tom@tromey.com>
391
392         PR rust/22574:
393         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
394         * gdb.rust/simple.rs (struct SimpleLayout): New.
395
396 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
397
398         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
399         "info registers" output.
400
401 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
402
403         * gdb.base/watchpoint-hw-attach.c: New test.
404         * gdb.base/watchpoint-hw-attach.exp: New file.
405
406 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
407
408         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
409         through /bin/sh.
410         * boards/dwarf4-gdb-index.exp: Likewise.
411         * boards/fission-dwp.exp: Likewise.
412
413 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
414
415         * gdb.base/float128.exp: Add comment and improved fail message
416         to the failure case of "print large128" test.
417
418 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
419
420         * configure.ac: Remove AC_PREREQ.
421         * configure: Re-generate.
422
423 2018-06-19  Pedro Alves  <palves@redhat.com>
424
425         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
426         (func_extern_caller): New.
427         (main): Call func_extern_caller.
428         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
429         logic change.
430
431 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
432
433         PR gdb/16841
434         * gdb.cp/typedef-base.cc: New file.
435         * gdb.cp/typedef-base.exp: New file.
436
437 2018-06-18  Tom de Vries  <tdevries@suse.de>
438
439         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
440
441 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
442             Richard Bunt <Richard.Bunt@arm.com>
443
444         * gdb.threads/attach-slow-waitpid.c: New file.
445         * gdb.threads/attach-slow-waitpid.exp: New file.
446         * gdb.threads/slow-waitpid.c: New file.
447
448 2018-06-14  Pedro Alves  <palves@redhat.com>
449
450         * gdb.base/fork-running-state.c: Include <errno.h>.
451         (exit_if_relative_exits): New.
452         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
453         exits.
454         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
455         child exits.
456
457 2018-06-14  Tom de Vries  <tdevries@suse.de>
458
459         PR cli/22573
460         * gdb.base/finish-pretty.c: New test.
461         * gdb.base/finish-pretty.exp: New file.
462
463 2018-06-14  Pedro Alves  <palves@redhat.com>
464
465         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
466         gdb's expected startup output.
467
468 2018-06-14  Pedro Alves  <palves@redhat.com>
469
470         * lib/selftest-support.exp (selftest_setup): Remove inlined
471         function handling.
472
473 2018-06-14  Tom de Vries  <tdevries@suse.de>
474
475         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
476         matching of breakpoint printing.
477
478 2018-06-13  Tom de Vries  <tdevries@suse.de>
479
480         PR testsuite/23269
481         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
482         (fork_child): ... here, and ...
483         (fork_parent): ... here.
484
485 2018-06-12  Tom de Vries  <tdevries@suse.de>
486
487         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
488
489 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
490             Stephen Roberts  <stephen.roberts@arm.com>
491
492         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
493         rewrite test to describe action performed, rather than possible
494         failure.
495
496 2018-06-08  Gary Benson <gbenson@redhat.com>
497
498         * gdb.threads/check-libthread-db.exp: New file.
499         * gdb.threads/check-libthread-db.c: Likewise.
500
501 2018-06-05  Tom Tromey  <tom@tromey.com>
502
503         * gdb.base/default.exp: Update expected "show version" output.
504
505 2018-06-05  Tom Tromey  <tom@tromey.com>
506
507         PR cli/12326:
508         * gdb.cp/static-print-quit.exp: Update.
509         * lib/gdb.exp (pagination_prompt): Update.
510         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
511         * gdb.python/python.exp: Update.
512
513 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
514
515         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
516
517 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
518
519         * gdb.ada/bp_fun_addr: New testcase.
520
521 2018-06-01  Tom Tromey  <tom@tromey.com>
522
523         * gdb.xml/tdesc-regs.exp (load_description): Update expected
524         results.
525         * gdb.dwarf2/method-ptr.exp: Set language to C++.
526         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
527         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
528         * gdb.base/maint.exp (maint_pass_if): Update.
529
530 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
531
532         * gdb.base/endian.exp: New test.
533         * gdb.base/endian.c: New test source.
534
535 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
536
537         PR gdb/23203
538         * gdb.base/bt-selected-frame.c: New file.
539         * gdb.base/bt-selected-frame.exp: New file.
540         * lib/gdb.exp (get_current_frame_number): New function.
541
542 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
543             Pedro Alves  <palves@redhat.com>
544
545         * gdb.threads/tls-core.c: Include <stdlib.h>
546         (thread_proc): Call `abort'.
547         * gdb.threads/tls-core.exp: Generate a core with core_find too.
548         (tls_core_test): New procedure, bits factored out from ...
549         (top level): ... here.  Test both native cores and gcore cores.
550
551 2018-05-23  Tom Tromey  <tom@tromey.com>
552
553         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
554
555 2018-05-23  Tom Tromey  <tom@tromey.com>
556
557         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
558         symfile_complaints.
559         (test_short_complaints): Likewise.
560         (test_empty_complaints): Likewise.
561         (test_initial_complaints): Update.
562
563 2018-05-23  Tom Tromey  <tom@tromey.com>
564
565         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
566
567 2018-05-23  Tom Tromey  <tom@tromey.com>
568
569         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
570         (test_short_complaints): Update.
571
572 2018-05-22  Pedro Alves  <palves@redhat.com>
573
574         * gdb.base/remote.exp: Only gdb_start after compiling the
575         testcase.  Issue "disconnect" before testing "set remote" command
576         defaults.  Issue clean_restart before running to main.
577
578 2018-05-22  Pedro Alves  <palves@redhat.com>
579
580         * gdb.base/remote.exp: Adjust expected output of "show remote
581         memory-write-packet-size".  Add tests for "set remote
582         memory-write-packet-size 0" and "set remote
583         memory-write-packet-size fixed/limit".
584
585 2018-05-22  Pedro Alves  <palves@redhat.com>
586
587         PR gdb/22973
588         * gdb.base/utf8-identifiers.c: New file.
589         * gdb.base/utf8-identifiers.exp: New file.
590
591 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
592
593         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
594
595 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
596
597         * gdb.arch/powerpc-vsx-gcore.exp: New file.
598
599 2018-05-18  Tom Tromey  <tom@tromey.com>
600
601         * gdb.base/ptype-offsets.exp: Update.
602
603 2018-05-17  Keith Seitz  <keiths@redhat.com>
604
605         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
606         in expected breakpoint stop locations.
607         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
608         move to proper scope to test variable values.
609         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
610         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
611         New functions.
612         (main): Call not_inline_func3.
613         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
614         inline_func1, inline_func2, and inline_func3.  Test that when each
615         breakpoint is hit, GDB properly reports both the stop location
616         and the backtrace. Repeat tests for temporary breakpoints.
617
618 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
619
620         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
621         rather then trying to access it in determining whether the PID
622         of `gdbserver' could have been retrieved.
623
624 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
625
626         * gdb.arch/amd64-init-x87-values.S: New file.
627         * gdb.arch/amd64-init-x87-values.exp: New file.
628
629 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
630
631         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
632
633 2018-05-04  Tom Tromey  <tom@tromey.com>
634
635         PR python/22730:
636         * gdb.python/python.exp: Test multi-line execute.
637
638 2018-05-04  Tom Tromey  <tom@tromey.com>
639
640         PR python/22731:
641         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
642
643 2018-05-04  Tom Tromey  <tom@tromey.com>
644
645         PR gdb/11750:
646         * gdb.base/define.exp: Test defining a user command inside a user
647         command.
648         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
649
650 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
651             Pedro Alves <palves@redhat.com>
652
653         PR breakpoints/19806 and support for PR external/20207.
654         * gdb.base/watchpoint-unaligned.c: New file.
655         * gdb.base/watchpoint-unaligned.exp: New file.
656
657 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
658
659         * gdb.base/maint.exp: Make test names unique, use
660         test_prefix_command_help to test 'help maint info', and remove
661         repeated test of 'help maint'.
662
663 2018-05-04  Tom Tromey  <tom@tromey.com>
664
665         PR gdb/22619:
666         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
667         behavior.
668
669 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
670
671         * gdb.base/maint.exp: Process output from 'maint print registers'
672         line at a time.
673
674 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
675
676         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
677         timeout.
678
679 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
680
681         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
682         filter pattern.
683
684 2018-05-02  Pedro Alves  <palves@redhat.com>
685
686         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
687         to_log_command renames.
688         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
689
690 2018-05-02  Tom Tromey  <tom@tromey.com>
691
692         * gdb.python/py-parameter.exp: Set test message.
693
694 2018-05-02  Tom Tromey  <tom@tromey.com>
695
696         PR python/20084:
697         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
698         PARAM_ZUINTEGER_UNLIMITED tests.
699
700 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
701
702         PR rust/23124
703         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
704         when casting.
705
706 2018-04-30  Tom Tromey  <tom@tromey.com>
707
708         * gdb.python/py-type.exp: Check align attribute.
709         * gdb.python/py-type.c: New "aligncheck" global.
710
711 2018-04-30  Tom Tromey  <tom@tromey.com>
712
713         PR exp/17095:
714         * gdb.dwarf2/dw2-align.exp: New file.
715         * gdb.cp/align.exp: New file.
716         * gdb.base/align.exp: New file.
717         * lib/gdb.exp (gdb_int128_helper): New proc.
718         (has_int128_c, has_int128_cxx): New caching procs.
719
720 2018-04-27  Tom Tromey  <tom@tromey.com>
721
722         PR rust/22545:
723         * gdb.rust/simple.exp: Add inclusive range tests.
724
725 2018-04-26  Pedro Alves  <palves@redhat.com>
726
727         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
728         ifunc breakpoint locations correctly of ifunc breakpoints set
729         while the program resolves the ifunc.
730
731 2018-04-26  Pedro Alves  <palves@redhat.com>
732
733         * gdb.base/gnu-ifunc-final.c: New file.
734         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
735         * gdb.base/gnu-ifunc.exp (executable): Delete.
736         (staticexecutable): Adjust.
737         (lib_opts, exec_opts): Delete.
738         (make_binsuffix, build, set-break): New procedures.
739         (misc_tests): New, with tests factored out from the top level.
740         (top level): Test different combinations of ifunc resolver name,
741         resolver with and with debug info, and ifunc target with and
742         without debug info.  Wrap static tests with with_target_prefix.
743
744 2018-04-26  Pedro Alves  <palves@redhat.com>
745
746         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
747         return type" warnings.
748
749 2018-04-25  Pedro Alves  <palves@redhat.com>
750
751         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
752         killed".
753         * gdb.base/kill-after-signal.exp: Likewise.
754         * gdb.threads/kill.exp: Likewise.
755
756 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
757             Sergio Durigan Junior  <sergiodj@redhat.com>
758             Pedro Alves  <palves@redhat.com>
759
760         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
761         regexps to expect for '[Inferior ... detached]' as well.
762         * gdb.base/attach.exp: Likewise.
763         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
764         "gdb_continue_to_end".
765         (test_catch_syscall_with_wrong_args): Likewise.
766         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
767         ']'.  Don't set 'verbose' on.
768         * gdb.base/foll-vfork.exp: Likewise.
769         * gdb.base/fork-print-inferior-events.c: New file.
770         * gdb.base/fork-print-inferior-events.exp: New file.
771         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
772         '[Inferior ... has been killed]' message.
773         * gdb.base/kill-after-signal.exp: Likewise.
774         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
775         detach message.
776         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
777         message.
778         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
779         regexps to expect for '[Inferior ... detached]' as well.
780         * gdb.threads/process-dies-while-detaching.exp: Likewise.
781
782 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
783
784         PR gdb/23104
785         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
786
787 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
788
789         * gdb.threads/multiple-successive-infcall.c: New test.
790         * gdb.threads/multiple-successive-infcall.exp: New file.
791
792 2018-04-17  Tom Tromey  <tom@tromey.com>
793
794         * gdb.rust/simple.rs (Union): New type.
795         (main): New local "u".
796         * gdb.rust/simple.exp (test_one_slice): Add new test case.
797
798 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
799
800         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
801         number information in output of "whereis" command.
802         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
803
804 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
805
806         * gdb.ada/info_types.exp: Adjust expected output to the line
807         numbers now printed by "info var/func/type".
808         * gdb.base/completion.exp: Likewise.
809         * gdb.base/included.exp: Likewise.
810         * gdb.cp/cp-relocate.exp: Likewise.
811         * gdb.cp/cplusfuncs.exp: Likewise.
812         * gdb.cp/namespace.exp: Likewise.
813         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
814
815 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
816
817         * gdb.btrace/cpu.exp: New.
818
819 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
820
821         * gdb.base/step-indirect-call-thunk.exp: New.
822         * gdb.base/step-indirect-call-thunk.c: New.
823         * gdb.reverse/step-indirect-call-thunk.exp: New.
824         * gdb.reverse/step-indirect-call-thunk.c: New.
825
826 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
827
828         * gdb.base/pie-fork.c: New file.
829         * gdb.base/pie-fork.exp: New file.
830
831 2018-04-11  Tom Tromey  <tom@tromey.com>
832
833         * gdb.rust/simple.exp: Add test for ".." struct initializer.
834
835 2018-04-10  Pedro Alves  <palves@redhat.com>
836
837         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
838         exits.  Instead loop running forever.
839         (fork_parent): Run forever too.
840
841 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
842
843         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
844         mi_continue_to_line.
845         * gdb.mi/mi-stack.c (callee4): Add comment.
846
847 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
848
849         * gdb.mi/mi-stack.exp: Fix indentation.
850
851 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
852
853         PR gdb/22979
854         * gdb.arch/amd64-osabi.exp: New file.
855
856 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
857
858         PR gdb/22980
859         * gdb.base/osabi.exp: New file.
860
861 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
862
863         * gdb.cp/static-typedef-print.exp: New file.
864         * gdb.cp/static-typedef-print.cc: New file.
865
866 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
867
868         * gdb.ada/varsize_limit: New testcase.
869
870 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
871
872         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
873
874         * gdb.ada/notcplusplus: New testcase.
875
876         * gdb.base/c-linkage-name.c: New file.
877         * gdb.base/c-linkage-name.exp: New testcase.
878
879 2018-03-26  Tom Tromey  <tom@tromey.com>
880
881         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
882         * gdb.python/py-framefilter.py (name_error): New global.
883         (ErrorInName.function): Use name_error.
884
885 2018-03-26  Tom Tromey  <tom@tromey.com>
886
887         PR backtrace/15582:
888         * gdb.python/py-framefilter.exp: Add "bt hide" test.
889
890 2018-03-23  Keith Seitz  <keiths@redhat.com>
891
892         PR c++/22968
893         * gdb.cp/subtypes.exp: New file.
894         * gdb.cp/subtypes.h: New file.
895         * gdb.cp/subtypes.cc: New file.
896         * gdb.cp/subtypes-2.cc: New file.
897
898 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
899
900         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
901         (done): Call '_exit' not 'exit' to avoid atexit handlers.
902         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
903         -nostartfiles when compiling the test.  Confirm that all registers
904         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
905
906 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
907
908         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
909         option, syntax was wrong anyway.
910         * gdb.arch/arm-disp-step.exp: Likewise.
911         * gdb.arch/sparc64-regs.exp: Likewise.
912         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
913         option, syntax was wrong anyway, switch to use
914         prepare_for_testing.
915         * gdb.arch/i386-disp-step.exp: Likewise.
916
917 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
918
919         * gdb.ada/exec_changed.exp: Replace "target_info exists
920         use_gdb_stub" by "use_gdb_stub".
921         * gdb.ada/start.exp: Likewise.
922         * gdb.base/async-shell.exp: Likewise.
923         * gdb.base/attach-pie-misread.exp: Likewise.
924         * gdb.base/attach-wait-input.exp: Likewise.
925         * gdb.base/break-entry.exp: Likewise.
926         * gdb.base/break-interp.exp: Likewise.
927         * gdb.base/dprintf-detach.exp: Likewise.
928         * gdb.base/nostdlib.exp: Likewise.
929         * gdb.base/solib-nodir.exp: Likewise.
930         * gdb.base/statistics.exp: Likewise.
931         * gdb.base/testenv.exp: Likewise.
932         * gdb.mi/mi-exec-run.exp: Likewise.
933         * gdb.mi/mi-start.exp: Likewise.
934         * gdb.multi/dummy-frame-restore.exp: Likewise.
935         * gdb.multi/multi-arch-exec.exp: Likewise.
936         * gdb.multi/multi-arch.exp: Likewise.
937         * gdb.multi/tids.exp: Likewise.
938         * gdb.multi/watchpoint-multi.exp: Likewise.
939         * gdb.python/py-events.exp: Likewise.
940         * gdb.threads/attach-into-signal.exp: Likewise.
941         * gdb.threads/attach-stopped.exp: Likewise.
942         * gdb.threads/threadapply.exp: Likewise.
943         * lib/selftest-support.exp: Likewise.
944
945 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
946
947         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
948
949 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
950
951         * gdb.perf/template-breakpoints.cc: New file.
952         * gdb.perf/template-breakpoints.exp: New file.
953         * gdb.perf/template-breakpoints.py: New file.
954
955 2018-03-19  Tom Tromey  <tom@tromey.com>
956
957         * gdb.rust/simple.rs (main): Add local variables field1, field2,
958         y0.
959         * gdb.rust/simple.exp: Test bare identifier form of struct
960         initializer.
961
962 2018-03-19  Tom Tromey  <tom@tromey.com>
963
964         * gdb.gdb/observer.exp: Remove.
965
966 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
967
968         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
969         "qualified" option when setting breakpoints.
970         * gdb.trace/backtrace.exp: Likewise.
971         * gdb.trace/circ.exp: Likewise.
972         * gdb.trace/collection.exp: Likewise.
973         * gdb.trace/disconnected-tracing.exp: Likewise.
974         * gdb.trace/ftrace-lock.exp: Likewise.
975         * gdb.trace/ftrace.exp: Likewise.
976         * gdb.trace/infotrace.exp: Likewise.
977         * gdb.trace/packetlen.exp: Likewise.
978         * gdb.trace/passc-dyn.exp: Likewise.
979         * gdb.trace/qtro.exp: Likewise.
980         * gdb.trace/read-memory.exp: Likewise.
981         * gdb.trace/report.exp: Likewise.
982         * gdb.trace/signal.exp: Likewise.
983         * gdb.trace/status-stop.exp: Likewise.
984         * gdb.trace/strace.exp: Likewise.
985         * gdb.trace/tfind.exp: Likewise.
986         * gdb.trace/trace-break.exp: Likewise.
987         * gdb.trace/trace-condition.exp: Likewise.
988         * gdb.trace/trace-mt.exp: Likewise.
989         * gdb.trace/tstatus.exp: Likewise.
990         * gdb.trace/tsv.exp: Likewise.
991         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
992         * gdb.trace/unavailable.exp: Likewise.
993         * gdb.trace/while-dyn.exp: Likewise.
994
995 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
996
997         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
998         that libinproctrace is copied to the target.
999
1000 2018-03-14  Tom Tromey  <tom@tromey.com>
1001
1002         PR cli/14977:
1003         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1004         a null pointer.
1005         * gdb.base/wchar.exp: Likewise.
1006
1007 2018-03-14  Tom Tromey  <tom@tromey.com>
1008
1009         PR cli/19918:
1010         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1011         flag.
1012
1013 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1014
1015         PR gdb/22841
1016         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1017         "target" to remote_exec.
1018
1019 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1020
1021         PR gdb/22841
1022         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1023         ${board}_upload): Remove.
1024
1025 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1026
1027         * gdb.cp/watch-cp.cc: New test.
1028         * gdb.cp/watch-cp.exp: New file.
1029
1030 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1031
1032         * gdb.base/infcall-nested-structs.exp: New file.
1033         * gdb.base/infcall-nested-structs.c: New file.
1034         * gdb.base/float.exp: Add riscv support.
1035
1036 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1037
1038         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1039         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1040
1041 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1042
1043         * gdb.server/abspath.exp: New file.
1044         * lib/gdb.exp (with_cwd): New procedure.
1045
1046 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1047
1048         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1049         use it.
1050         (gdb_is_target_remote_prompt): New proc.
1051         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1052         (gdb_is_target_native): Pass prompt parameter to
1053         gdb_is_target_1.
1054
1055 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1056
1057         * gdb.base/load-command.c: New file.
1058         * gdb.base/load-command.exp: New file.
1059         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1060         (gdb_is_target_1): ...this, and generalize for other targets
1061         than just remote.
1062         (gdb_is_target_remote): Use gdb_is_target_1.
1063         (gdb_is_target_native): use gdb_is_target_1.
1064
1065 2018-02-26  Tom Tromey  <tom@tromey.com>
1066
1067         PR python/16497:
1068         * gdb.python/py-framefilter.exp: Update test.
1069
1070 2018-02-26  Tom Tromey  <tom@tromey.com>
1071
1072         * gdb.dwarf2/variant.c: New file.
1073         * gdb.dwarf2/variant.exp: New file.
1074
1075 2018-02-26  Tom Tromey  <tom@tromey.com>
1076
1077         * gdb.rust/simple.exp: Accept more possible results in enum test.
1078
1079 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1080
1081         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1082         parentheses.
1083
1084 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1085
1086         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1087         name of a variable: $actual_linejj -> $actual_line.
1088
1089 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1090
1091         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1092
1093 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1094
1095         * gdb.btrace/buffer-size.exp: Do not force BTS.
1096
1097 2018-02-14  Pedro Alves  <palves@redhat.com>
1098
1099         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1100         getting a "Quit".
1101
1102 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1103
1104         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1105         Fix test name.
1106
1107 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1108
1109         * gdb.cp/m-static.exp: Check type of optimized out static
1110         member.
1111
1112 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1113
1114         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1115         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1116
1117 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1118             Leszek Swirski  <leszeks@google.com>
1119
1120         * gdb.python/py-prettyprint.c
1121         (struct to_string_returns_value_inner,
1122         struct to_string_returns_value_wrapper): New.
1123         (main): Add tsrvw variable.
1124         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1125         ToStringReturnsValueWrapper): New classes.
1126         (register_pretty_printers): Register new pretty-printers.
1127         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1128         recursive pretty printer.
1129         * gdb.python/py-mi.exp: Likewise.
1130
1131 2018-02-01  Leszek Swirski  <leszeks@google.com>
1132
1133         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1134         functions with the same name as an include file are parsed
1135         correctly.
1136
1137 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1138
1139         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1140         "\[^\r\n\]*".
1141
1142 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1143
1144         * gdb.arch/powerpc-prologue-frame.s: New file.
1145         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1146         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1147
1148 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1149
1150         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1151
1152 2018-01-30  Pedro Alves  <palves@redhat.com>
1153
1154         PR gdb/13211
1155         * gdb.base/interrupt-daemon.c: New.
1156         * gdb.base/interrupt-daemon.exp: New.
1157         * gdb.multi/multi-term-settings.c: New.
1158         * gdb.multi/multi-term-settings.exp: New.
1159
1160 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1161
1162         * gdb.base/break.exp: Save the location where the breakpoint
1163         on break.c:47 was actually inserted when debugging the version
1164         compiled at -O2 and use it in the expected output of the "info
1165         break" test performed soon after.
1166
1167 2018-01-22  Pedro Alves  <palves@redhat.com>
1168             Sergio Durigan Junior  <sergiodj@redhat.com>
1169
1170         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1171         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1172
1173 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1174
1175         * gdb.base/break-include.c, gdb.base/break-include.inc,
1176         gdb.base/break-include.exp: New files.
1177         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1178         line number now being the actual line number where the breakpoint
1179         was inserted.
1180         * gdb.mi/mi-break.exp: Likewise.
1181         * gdb.mi/mi-reverse.exp: Likewise.
1182         * gdb.mi/mi-simplerun.exp: Ditto.
1183
1184 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1185
1186         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1187         varobj.
1188         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1189
1190 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1191             Andrew Burgess  <andrew.burgess@embecosm.com>
1192
1193         * gdb.mi/basics.c: Add new global.
1194         * gdb.mi/mi-frame-regs.exp: New file.
1195         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1196         case.
1197
1198 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1199
1200         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1201         non-parameter, and on an unknown symbol.
1202
1203 2018-01-19  Tom Tromey  <tom@tromey.com>
1204
1205         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1206         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1207
1208 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1209
1210         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1211         setrlimit and chdir to int.
1212
1213 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1214
1215         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1216         function.
1217         (my_tend): Likewise.
1218         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1219         rationale of avoiding FP- and vector instructions.
1220
1221 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1222
1223         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1224         "info reg" with "\[ \t\]*".
1225         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1226         "\[ \t\]+".
1227         * gdb.arch/s390-multiarch.exp: Ditto.
1228         * gdb.base/pc-fp.exp: Ditto.
1229         * gdb.reverse/i386-precsave.exp: Ditto.
1230         * gdb.reverse/i386-reverse.exp: Ditto.
1231         * gdb.reverse/i387-env-reverse.exp: Ditto.
1232         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1233
1234 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1235
1236         * lib/gdb.exp (gdb_compile): Re-enable use of
1237         universal_compile_options for languages other than Rust.
1238
1239 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1240
1241         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1242
1243 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1244
1245         PR gdb/16577
1246         * gdb.base/solib-vanish.exp: New.
1247         * gdb.base/solib-vanish-main.c: New.
1248         * gdb.base/solib-vanish-lib1.c: New.
1249         * gdb.base/solib-vanish-lib2.c: New.
1250
1251 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1252
1253         * gdb.compile/compile.exp: Match the address printed for
1254         frame in the output of command "bt".
1255
1256 2018-01-15  Tom Tromey  <tom@tromey.com>
1257
1258         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1259         compute sp_reg.
1260
1261 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1262
1263         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1264         to prepare.
1265         (prepare): Return 0 on error, 1 on success.
1266
1267 2018-01-12  Pedro Alves  <palves@redhat.com>
1268
1269         * gdb.base/continue-after-aborted-step-over.c: New.
1270         * gdb.base/continue-after-aborted-step-over.exp: New.
1271
1272 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1273
1274         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1275         options when not creating an executable.
1276
1277 2018-01-11  Pedro Alves  <palves@redhat.com>
1278
1279         PR remote/22597
1280         * gdb.server/stop-reply-no-thread.c: New file.
1281         * gdb.server/stop-reply-no-thread.exp: New file.
1282
1283 2018-01-10  Pedro Alves  <palves@redhat.com>
1284
1285         PR gdb/22670
1286         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1287         functions too.  Test setting breakpoints and printing C functions
1288         with no debug info too.
1289         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1290
1291 2018-01-10  Pedro Alves  <palves@redhat.com>
1292
1293         PR gdb/22670
1294         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1295         a fail.
1296
1297 2018-01-10  Pedro Alves  <palves@redhat.com>
1298
1299         PR gdb/22670
1300         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1301
1302 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1303
1304         * gdb.server/unittest.exp: Match the output in non-development
1305         mode.
1306
1307 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1308
1309         * gdb.gdb/unittest.exp: Match output in non-development mode.
1310
1311 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1312
1313         * gdb.ada/access_tagged_param.exp: Relax expected output
1314         for value of "ObjL" in "continue" to pck.inspect breakpoint
1315         test.
1316
1317 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1318
1319         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1320         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1321
1322 2018-01-05  Pedro Alves  <palves@redhat.com>
1323
1324         PR gdb/18653
1325         * gdb.base/libsegfault.exp: New.
1326
1327 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1328
1329         PR gdb/22670
1330         * gdb.ada/access_tagged_param.exp: New file.
1331         * gdb.ada/access_tagged_param/foo.adb: New file.
1332
1333 2018-01-05  Pedro Alves  <palves@redhat.com>
1334
1335         PR gdb/22670
1336         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
1337         exercise lower case too, and to exercise both full matching and
1338         wild matching.
1339
1340 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1341
1342         * gdb.ada/rename_subscript_param: New testcase.
1343
1344 2018-01-05  Jerome Guitton  <guitton@adacore.com>
1345
1346         * gdb.ada/arr_acc_idx_w_gap: New testcase.
1347
1348 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1349
1350         * gdb.ada/convvar_comp: New testcase.
1351
1352 2018-01-05  Xavier Roirand  <roirand@adacore.com>
1353
1354         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1355         (My_Table): New global variable.
1356         * testsuite/gdb.ada/array_char_idx.exp: Add test.
1357
1358 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1359
1360         PR gdb/22670
1361         * gdb.ada/maint_with_ada: New testcase.
1362
1363 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1364
1365         PR gdb/22670
1366         * gdb.ada/bp_c_mixed_case: New testcase.
1367
1368 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1369
1370         PR gdb/22670
1371         * gdb.ada/complete.exp: Add "complete break ada" test.
1372
1373 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1374
1375         PR gdb/22670
1376         * gdb.ada/info_addr_mixed_case: New testcase.
1377
1378 2018-01-03  Xavier Roirand  <roirand@adacore.com>
1379
1380         * gdb.ada/excep_handle.exp: New testcase.
1381         * gdb.ada/excep_handle/foo.adb: New file.
1382         * gdb.ada/excep_handle/pck.ads: New file.
1383
1384 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
1385
1386         * gdb.base/step-line.c: Add extra empty line in copyright header.
1387         * gdb.base/step-line.inp: Likewise.
1388
1389 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1390
1391         * gdb.ada/dyn_stride.exp: Add slice test.
1392
1393 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1394
1395         * gdb.ada/dyn_stride: New testcase.
1396
1397 2017-12-27  Stafford Horne  <shorne@gmail.com>
1398
1399         * gdb.xml/extra-regs.xml: Add example foo reggroup.
1400         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1401
1402 2017-12-27  Stafford Horne  <shorne@gmail.com>
1403
1404         * gdb.base/reggroups.c: New file.
1405         * gdb.base/reggroups.exp: New file.
1406
1407 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1408
1409         * gdb.dwarf2/ada-valprint-error.c: New file.
1410         * gdb.dwarf2/ada-valprint-error.exp: New file.
1411
1412 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1413
1414         * gdb.ada/assign_arr: New testcase.
1415
1416 2017-12-18  Xavier Roirand  <roirand@adacore.com>
1417
1418         * gdb.ada/funcall_ptr: New testcase.
1419
1420 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1421
1422         PR cli/16224
1423         * gdb.base/ptype-offsets.cc: New file.
1424         * gdb.base/ptype-offsets.exp: New file.
1425
1426 2017-12-15  Yao Qi  <yao.qi@linaro.org>
1427
1428         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1429         if XML is disabled.
1430
1431 2017-12-15  Xavier Roirand  <roirand@adacore.com>
1432
1433         * gdb.ada/same_component_name: New testcase.
1434
1435 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1436
1437         * gdb.ada/str_binop_equal: New testcase.
1438
1439 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1440
1441         * gdb.ada/task_switch_in_core: New testcase.
1442
1443 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
1444
1445         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1446         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1447         call test_bkpt_qualified.
1448         (test_bkpt_qualified): New proc.
1449
1450 2017-12-13  Pedro Alves  <palves@redhat.com>
1451
1452         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1453         Tighten regexp by matching with an anchor.
1454
1455 2017-12-13  Pedro Alves  <palves@redhat.com>
1456
1457         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1458         ("expression with namespace"): New set of tests.
1459         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1460         (Nested::Test_NS::qux): New.
1461         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1462         defaults to 'start_quote_char' and 'end_quote_char' parameters.
1463
1464 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
1465
1466         * gdb.base/server-del-break.c: New file.
1467         * gdb.base/server-del-break.exp: New file.
1468
1469 2017-12-12  Stafford Horne  <shorne@gmail.com>
1470
1471         * gdb.xml/tdesc-regs.exp: Add or1k support.
1472
1473 2017-12-12  Stafford Horne  <shorne@gmail.com>
1474
1475         * gdb.base/bp-permanent.c: Define nop of or1k.
1476
1477 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1478
1479         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1480         output with components being reordered.
1481
1482 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1483
1484         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1485         output with components being reordered.
1486
1487 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1488             Pedro Alves  <palves@redhat.com>
1489
1490         * gdb.base/maint.exp (check for .gdb_index): Check also for
1491         .debug_names.
1492         * gdb.dlang/watch-loc.c (.debug_aranges): New.
1493         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1494         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1495         (.gdb_index used after symbol reloading): Support also .debug_names.
1496         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1497
1498 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1499
1500         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1501         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1502
1503 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1504
1505         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1506         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1507
1508 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1509
1510         * gdb.arch/aarch64-tagged-pointer.c: New file.
1511         * gdb.arch/aarch64-tagged-pointer.exp: New file.
1512
1513 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1514
1515         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1516         "int".
1517
1518 2017-12-07  Keith Seitz  <keiths@redhat.com>
1519
1520         PR breakpoints/22569
1521         * gdb.linespec/ls-errs.exp: Change expected result of "break
1522         -source this file has spaces.c -line 3".
1523         Check that an explicit source file followed by whitespace is
1524         identified as an invalid explicit location.
1525
1526 2017-12-07  Keith Seitz  <keiths@redhat.com>
1527
1528         * gdb.cp/nested-types.cc: New file.
1529         * gdb.cp/nested-types.exp: New file.
1530         * lib/cp-support.exp: Load data-structures.exp library.
1531         (debug_cp_test_ptype_class): New global.
1532         (cp_ptype_class_verbose, next_line): New procedures.
1533         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1534         Add and document new return value.
1535         Switch the list of lines to a queue.
1536         Add support for new `type' key for nested type definitions.
1537         Add debugging/troubleshooting messages.
1538         * lib/data-structures.exp: New file.
1539
1540 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
1541
1542         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1543         with proc_with_prefix, don't use with_test_prefix.
1544
1545 2017-12-07  Tom Tromey  <tom@tromey.com>
1546
1547         * gdb.base/break.exp: Add test for empty "commands".
1548
1549 2017-12-07  Yao Qi  <yao.qi@linaro.org>
1550
1551         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1552         malloc and catch syscall.
1553
1554 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
1555
1556        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1557         tests for explicit locations.
1558
1559 2017-12-06  Pedro Alves  <palves@redhat.com>
1560
1561         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1562         force-disabling XML descriptions.
1563
1564 2017-12-04  Pedro Alves  <palves@redhat.com>
1565
1566         PR gdb/22499
1567         * gdb.arch/amd64-disp-step-avx.S: New file.
1568         * gdb.arch/amd64-disp-step-avx.exp: New file.
1569
1570 2017-12-03  Pedro Alves  <palves@redhat.com>
1571
1572         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1573         and <string.h>.
1574         (parent_function): Print distinct messages when waitpid fails, or
1575         the child exits with a signal, or the child exits for an unhandled
1576         reason.
1577         * gdb.threads/process-dies-while-detaching.exp
1578         (detach_and_expect_exit): New 'inf_output_re' parameter and use
1579         it.  Wait for both inferior output and GDB's prompt.  Use an
1580         indirect spawn id list.
1581         (do_detach): New parameter 'child_exit'.  Use it to compute
1582         expected inferior output.
1583         (test_detach, test_detach_watch, test_detach_killed_outside):
1584         Adjust to pass down the expected child exit kind.
1585
1586 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
1587             Sergio Durigan Junior  <sergiodj@redhat.com>
1588             Pedro Alves  <palves@redhat.com>
1589
1590         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1591
1592 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
1593
1594         * gdb.base/relocate.exp: Add tests to guarantee that arguments
1595         to 'symbol-file' and 'add-symbol-file' can be
1596         position-independent.
1597
1598 2017-12-01  Yao Qi  <yao.qi@linaro.org>
1599
1600         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1601         the URL in copyright header.
1602         * gdb.arch/aarch64-fp.exp: Likewise.
1603         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1604         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1605         * gdb.base/expand-psymtabs.exp: Likewise.
1606         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1607         * gdb.fortran/common-block.exp: Likewise.
1608         * gdb.fortran/common-block.f90: Likewise.
1609         * gdb.fortran/logical.exp: Likewise.
1610         * gdb.fortran/vla-datatypes.f90: Likewise.
1611         * gdb.fortran/vla-sub.f90: Likewise.
1612
1613 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
1614
1615         * gdb.ada/repeat_dyn: New testcase.
1616
1617 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1618
1619         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1620         Update for changed thread numbering.
1621         * gdb.cell/bt.exp: Update for changed GDB output.
1622
1623 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
1624
1625         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1626         setting isremote by hand.
1627         * boards/dwarf4-gdb-index.exp: Likewise.
1628         * boards/fission.exp: Likewise.
1629         * boards/stabs.exp: Likewise.
1630
1631 2017-11-30  Pedro Alves  <palves@redhat.com>
1632
1633         * gdb.linespec/cpls-ops.exp
1634         (check_explicit_skips_function_argument): Extract the underlying
1635         type of size_t instead of hardcoding it.
1636
1637 2017-11-29  Pedro Alves  <palves@redhat.com>
1638
1639         PR c++/19436
1640         * gdb.linespec/cpls-abi-tag.cc: New file.
1641         * gdb.linespec/cpls-abi-tag.exp: New file.
1642
1643 2017-11-29  Pedro Alves  <palves@redhat.com>
1644
1645         * gdb.base/langs.exp: Use -qualified.
1646         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1647         it.
1648         * gdb.cp/namespace.exp: Use -qualified.
1649         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1650         (overload-3, template-overload, template-ret-type, const-overload)
1651         (const-overload-quoted, anon-ns, ambiguous-prefix): New
1652         procedures.
1653         (test_driver): Call them.
1654         * gdb.cp/save-bp-qualified.cc: New.
1655         * gdb.cp/save-bp-qualified.exp: New.
1656         * gdb.linespec/explicit.exp: Test -qualified.
1657         * lib/completion-support.exp (completion::explicit_opts_list): Add
1658         "-qualified".
1659         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1660
1661 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1662
1663         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1664
1665 2017-11-29  Tom Tromey  <tom@tromey.com>
1666
1667         * gdb.base/relocate.exp: Update invalid argument test.
1668         Add new tests for invalid arguments.
1669
1670 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1671
1672         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1673         Return 0 as a long.
1674         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1675
1676 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1677
1678         * gdb.cp/breakpoint.cc (bar): Set return type to void.
1679         * gdb.cp/psymtab-parameter.cc (func): Likewise.
1680         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1681         func ().
1682         * gdb.cp/shadow.cc (B.func): Return 0.
1683
1684 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
1685
1686         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1687         expected output in gdb_expect call to allow the exception
1688         message to be present as well.  Fix syntax confusion to avoid
1689         TCL thinking that exception_name is an array.
1690
1691 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
1692
1693         * gdb.arch/spu-info.c: Include <unistd.h>.
1694         (do_signal_test): Fix broken calls to write.
1695         * gdb.arch/spu-info.exp: Use prepare_for_testing.
1696         Fix checks for empty mailboxes.  Update signal tests for corrected
1697         do_signal_test routine.  Allow nonzero event status.
1698         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1699         * gdb.cell/arch.exp: Use standard_output_file.
1700         * gdb.cell/break.exp: Likewise.
1701         * gdb.cell/bt.exp: Likewise.
1702         * gdb.cell/core.exp: Likewise.
1703         * gdb.cell/dwarfaddr.exp: Likewise.
1704         * gdb.cell/ea-cache.exp: Likewise.
1705         * gdb.cell/ea-standalone.exp: Likewise.
1706         * gdb.cell/f-regs.exp: Likewise.
1707         * gdb.cell/fork.exp: Likewise.
1708         * gdb.cell/gcore.exp: Likewise.
1709         * gdb.cell/mem-access.exp: Likewise.
1710         * gdb.cell/ptype.exp: Likewise.
1711         * gdb.cell/registers.exp: Likewise.
1712         * gdb.cell/sizeof.exp: Likewise.
1713         * gdb.cell/solib-symbol.exp: Likewise.
1714         * gdb.cell/solib.exp: Likewise.
1715
1716 2017-11-25   Pedro Alves  <palves@redhat.com>
1717
1718         * gdb.base/complete-empty.exp: New file.
1719         * gdb.base/completion.exp: Adjust.
1720
1721 2017-11-25  Pedro Alves  <palves@redhat.com>
1722
1723         * gdb.linespec/cpls-ops.cc: New file.
1724         * gdb.linespec/cpls-ops.exp: New file.
1725         * lib/completion-support.exp (test_complete_prefix_range_re): New,
1726         factored out from ...
1727         (test_complete_prefix_range): ... this.
1728
1729 2017-11-24  Pedro Alves  <palves@redhat.com>
1730
1731         * gdb.linespec/cpcompletion.exp: New file.
1732         * gdb.linespec/cpls-hyphen.cc: New file.
1733         * gdb.linespec/cpls.cc: New file.
1734         * gdb.linespec/cpls2.cc: New file.
1735         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
1736         test to use test_gdb_complete_unique.  Add label completion,
1737         keyword completion and explicit location completion tests.
1738         * lib/completion-support.exp: New file.
1739
1740 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
1741
1742         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1743         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1744         when hitting an exception catchpoint.
1745
1746 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1747
1748         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1749
1750 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
1751
1752         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1753         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1754         * gdb.dwarf2/info-locals-optimized-out.c: New file.
1755
1756 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1757
1758         * gdb.base/info-os.exp: Pass pthreads.
1759         * gdb.multi/multi-attach.exp: Likewise.
1760
1761 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1762
1763         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1764         compiler.
1765
1766 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1767
1768         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1769         * gdb.base/break-interp.exp: Likewise.
1770         * gdb.base/jit-attach-pie.exp: Likewise.
1771
1772 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
1773
1774         * gdb.base/float128.c (large128): New variable.
1775         * gdb.base/float128.exp: Add test to print largest __float128 value.
1776
1777 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
1778
1779         * gdb.arch/vsx-regs.exp: Update register content checks.
1780
1781 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
1782
1783         * gdb.arch/ppc-longdouble.exp: New file.
1784         * gdb.arch/ppc-longdouble.c: Likewise.
1785
1786 2017-11-21  Pedro Alves  <palves@redhat.com>
1787
1788         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
1789
1790 2017-11-20  Pedro Alves  <palves@redhat.com>
1791
1792         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
1793         (long_double_typedef): New typedefs.
1794         Use DEF on double and long double.
1795         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
1796         cases.
1797         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
1798         and 'long_double_ptr_same_size' locals.  Use them to decide
1799         whether cast from array/function to float is valid/invalid.
1800
1801 2017-11-17  Tom Tromey  <tom@tromey.com>
1802
1803         * gdb.rust/traits.rs: New file.
1804         * gdb.rust/traits.exp: New file.
1805
1806 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
1807
1808         * gdb.ada/minsyms: New testcase.
1809
1810 2017-11-16  Pedro Alves  <palves@redhat.com>
1811
1812         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
1813         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
1814
1815 2017-11-16  Pedro Alves  <palves@redhat.com>
1816
1817         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
1818         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
1819
1820 2017-11-16  Pedro Alves  <palves@redhat.com>
1821
1822         * gdb.server/reconnect-ctrl-c.c: New file.
1823         * gdb.server/reconnect-ctrl-c.exp: New file.
1824
1825 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
1826
1827         * gdb.python/py-rbreak.exp: New file.
1828         * gdb.python/py-rbreak.c: New file.
1829         * gdb.python/py-rbreak-func2.c: New file.
1830
1831 2017-11-16  Pedro Alves  <palves@redhat.com>
1832
1833         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
1834         pattern.
1835         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
1836         GDB.
1837
1838 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
1839
1840         * gdb.tui/completionn.exp (test_tab_completion): Add space in
1841         regex.
1842
1843 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
1844
1845         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
1846         test names.
1847
1848 2017-11-09  Pedro Alves  <palves@redhat.com>
1849
1850         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
1851         factored out from ...
1852         (top level): ... here, and adjusted to avoid expecting beyond the
1853         prompt in a single gdb_test_multiple.
1854
1855 2017-11-09  Pedro Alves  <palves@redhat.com>
1856
1857         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
1858         output.
1859         * gdb.server/ext-attach.exp ("kill" test): Likewise.
1860         * gdb.server/ext-restart.exp ("kill" test): Likewise.
1861         * gdb.server/ext-run.exp ("kill" test): Likewise.
1862         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
1863
1864 2017-11-09  Pedro Alves  <palves@redhat.com>
1865
1866         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
1867         match till end of line.
1868
1869 2017-11-09  Pedro Alves  <palves@redhat.com>
1870
1871         * gdb.base/memattr.exp: Tighten regexes to match the end line.
1872
1873 2017-11-09  Pedro Alves  <palves@redhat.com>
1874
1875         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
1876         New procedures, factored out from ...
1877         (top level): ... here, and adjusted to avoid expecting beyond the
1878         prompt in one go.
1879
1880 2017-11-09  Pedro Alves  <palves@redhat.com>
1881
1882         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
1883         output.  Fix '?' match.
1884
1885 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
1886
1887         * gdb.ada/scoped_watch: New testcase.
1888         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
1889         which is actually correct.
1890         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
1891         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
1892
1893 2017-11-08  Pedro Alves  <palves@redhat.com>
1894
1895         * gdb.gdb/complaints.exp (test_initial_complaints)
1896         (test_serial_complaints, test_short_complaints): Call
1897         complaint_internal instead of complaint.
1898
1899 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
1900
1901         * gdb.threads/tls-core.c: New file.
1902         * gdb.threads/tls-core.exp: Likewise.
1903
1904 2017-11-08   Pedro Alves  <palves@redhat.com>
1905
1906         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
1907         (p Exported_Capitalized): New test.
1908         (p exported_capitalized): New test.
1909
1910 2017-11-07  Pedro Alves  <palves@redhat.com>
1911
1912         * gdb.cp/ena-dis-br-range.exp: Add more tests.
1913
1914 2017-11-07  Pedro Alves  <palves@redhat.com>
1915
1916         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
1917         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
1918         (disable_invalid, disable_inverted, disable_negative): New
1919         procedures.
1920         ("bad numbers"): New set of tests.
1921
1922 2017-11-07  Pedro Alves  <palves@redhat.com>
1923
1924         * gdb.cp/ena-dis-br-range.exp: Add tests.
1925
1926 2017-11-07  Pedro Alves  <palves@redhat.com>
1927
1928         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
1929
1930 2017-11-07  Xavier Roirand  <roirand@adacore.com>
1931             Pedro Alves  <palves@redhat.com>
1932
1933         * gdb.base/ena-dis-br.exp: Add reference to
1934         gdb.cp/ena-dis-br-range.exp.
1935         * gdb.cp/ena-dis-br-range.exp: New file.
1936         * gdb.cp/ena-dis-br-range.cc: New file.
1937
1938 2017-11-06  Pedro Alves  <palves@redhat.com>
1939
1940         * gdb.base/attach-non-pgrp-leader.c: New.
1941         * gdb.base/attach-non-pgrp-leader.exp: New.
1942
1943 2017-11-06  Pedro Alves  <palves@redhat.com>
1944
1945         * configure.ac: No longer check for termio.h and sgtty.h.
1946         * configure: Regenerate.
1947         * remote-utils.c: Include termios.h instead of gdb_termios.h.
1948         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
1949         Remove termio and sgtty code.
1950
1951 2017-11-03  Yao Qi  <yao.qi@linaro.org>
1952
1953         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
1954         in GDB is disabled.
1955
1956 2017-11-03  Yao Qi  <yao.qi@linaro.org>
1957
1958         * gdb.python/py-thrhandle.exp: Skip it if python is not
1959         enabled.
1960
1961 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
1962
1963         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
1964         as a breakpoint command.
1965
1966 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
1967
1968         PR python/21213
1969         * gdb.python/py-infthread.exp: Test calling
1970         InferiorThread.inferior () multiple times in a row.
1971
1972 2017-10-27  Keith Seitz  <keiths@redhat.com>
1973
1974         * gdb.opt/inline-break.exp (break_info_1): New procedure.
1975         Test "info break" for every inlined function breakpoint.
1976
1977 2017-10-27  Yao Qi  <yao.qi@linaro.org>
1978
1979         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
1980
1981 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
1982
1983         * gdb.cp/classes.exp (test_static_members): Test printing
1984         Outer::instance.
1985         * gdb.cp/classes.c (struct Inner, struct Outer): New.
1986         (Inner::instance, Outer::instance): New.
1987
1988 2017-10-24  Pedro Alves  <palves@redhat.com>
1989
1990         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
1991         extra console" test in two stages.
1992
1993 2017-10-24  Pedro Alves  <palves@redhat.com>
1994
1995         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
1996
1997 2017-10-24  Pedro Alves  <palves@redhat.com>
1998
1999         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2000         loop.
2001
2002 2017-10-24  Pedro Alves  <palves@redhat.com>
2003
2004         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2005         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2006
2007 2017-10-24  Pedro Alves  <palves@redhat.com>
2008
2009         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2010         parameter and handle it.  Don't output read value in test name.
2011
2012 2017-10-24  Pedro Alves  <palves@redhat.com>
2013
2014         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2015         custom test name.
2016
2017 2017-10-24  Pedro Alves  <palves@redhat.com>
2018
2019         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2020         include the unstable output directory name in the test's name.
2021         (initial_setup_simple) <'set args'>: Use custom test name.
2022
2023 2017-10-24  Pedro Alves  <palves@redhat.com>
2024
2025         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2026         with explicit test name.
2027
2028 2017-10-20  Pedro Alves  <palves@redhat.com>
2029
2030         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2031         'wait -i'.  Use gdb_assert and remote_close.
2032
2033 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2034
2035         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2036         number from variable rather than hard-coded.
2037
2038 2017-10-19  Pedro Alves  <palves@redhat.com>
2039
2040         * gdb.base/long-inferior-output.c: New file.
2041         * gdb.base/long-inferior-output.exp: New file.
2042
2043 2017-11-18  Keith Seitz  <keiths@redhat.com>
2044
2045         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2046         method.
2047         (main): Call it.
2048         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2049         Add additional user-defined conversion operator tests.
2050
2051 2017-10-17  Pedro Alves  <palves@redhat.com>
2052
2053         * boards/native-stdio-gdbserver.exp: Load "local-board".
2054
2055 2017-10-17  Pedro Alves  <palves@redhat.com>
2056
2057         * gdb.base/quit-live.c: New file.
2058         * gdb.base/quit-live.exp: New file.
2059
2060 2017-10-16  Keith Seitz  <keiths@redhat.com>
2061
2062         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2063         (class_with_protected_typedef, class_with_private_typedef)
2064         (struct_with_public_typedef, struct_with_protected_typedef)
2065         (struct_with_private_typedef): New classes/structs.
2066         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2067         typedefs and access specifiers.
2068
2069 2017-10-16  Pedro Alves  <palves@redhat.com>
2070             Simon Marchi  <simon.marchi@polymtl.ca>
2071
2072         * README (Local vs Remote vs Native): New section.
2073         * boards/local-board.exp: New file, with bits factored out from
2074         ...
2075         * boards/native-extended-gdbserver.exp: ... here.  Load
2076         "local-board".
2077         * boards/native-gdbserver.exp: Load "local-board".
2078         (${board}_spawn, ${board}_exec): Delete.
2079         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2080         ...
2081         * boards/stdio-gdbserver-base.exp: ... this new file.
2082         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2083         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2084         procedure.
2085         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2086         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2087         stdio_gdbserver_command.
2088         (${board}_get_remote_address, ${board}_get_comm_port)
2089         (${board}_download, ${board}_upload): Delete.
2090         (get_target_remote_pipe_cmd): New.
2091
2092 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2093
2094         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2095         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2096         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2097         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2098         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2099         remove with_test_prefix.
2100
2101 2017-10-13  Pedro Alves  <palves@redhat.com>
2102
2103         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2104         * gdb.base/annota1.exp: Use it instead of is_remote.
2105         * gdb.base/annota3.exp: Use it instead of is_remote.
2106         * gdb.cp/annota2.exp: Use it instead of is_remote.
2107         * gdb.cp/annota3.exp: Use it instead of is_remote.
2108         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2109
2110 2017-10-13  Pedro Alves  <palves@redhat.com>
2111
2112         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2113         (test_num_test_vars, run_and_count_vars, find_env)
2114         (test_set_unset_env, test_inherit_env_var): New procedures.
2115         (top level): Use them.
2116
2117 2017-10-13  Pedro Alves  <palves@redhat.com>
2118
2119         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2120         also skip on stub-like targets.
2121
2122 2017-10-13  Pedro Alves  <palves@redhat.com>
2123
2124         PR gdb/22293
2125         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2126         (top level): Move some tests to ...
2127         (test_not_found): ... this new procedure.
2128         (top level): Call it.
2129
2130 2017-10-13  Pedro Alves  <palves@redhat.com>
2131
2132         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2133         expect different "info terminal" output if testing with a
2134         non-native target.
2135
2136 2017-10-13  Pedro Alves  <palves@redhat.com>
2137             Simon Marchi  <simon.marchi@polymtl.ca>
2138
2139         PR python/12966
2140         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2141
2142 2017-10-13  Pedro Alves  <palves@redhat.com>
2143
2144         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2145         already.
2146
2147 2017-10-13  Pedro Alves  <palves@redhat.com>
2148
2149         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2150         is_remote.
2151
2152 2017-10-13  Pedro Alves  <palves@redhat.com>
2153
2154         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2155         is_remote.
2156
2157 2017-10-13  Pedro Alves  <palves@redhat.com>
2158
2159         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2160         is set.
2161         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2162         instead of is_remote.
2163
2164 2017-10-13  Pedro Alves  <palves@redhat.com>
2165
2166         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2167         (top level): Add comment.
2168
2169 2017-10-13  Pedro Alves  <palves@redhat.com>
2170
2171         * gdb.base/remote.exp (top level): Fix comment typo and add
2172         missing return.
2173
2174 2017-10-13  Pedro Alves  <palves@redhat.com>
2175             Simon Marchi  <simon.marchi@polymtl.ca>
2176
2177         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2178         calls and add comments.  Skip test if use_gdb_stub is set.
2179         (top level): Use "set cwd" command instead of "cd" command.
2180
2181 2017-10-13  Pedro Alves  <palves@redhat.com>
2182
2183         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2184         is_remote target check.
2185
2186 2017-10-13  Pedro Alves  <palves@redhat.com>
2187
2188         * gdb.base/scope.exp: Use build_executable + clean_restart +
2189         gdb_file_cmd instead of prepare_for_testing and no longer skip
2190         "before run" tests on is_remote target boards.  Update comments.
2191         * boards/native-extended-gdbserver.exp
2192         (extended_gdbserver_load_last_file): New, factored out from ...
2193         (gdb_load): ... this.  Move further below and add comment.
2194         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2195
2196 2017-10-12  Pedro Alves  <palves@redhat.com>
2197
2198         * gdb.base/attach.exp: Remove references to gdb64.
2199         * gdb.base/dbx.exp: Remove references to gdb64.
2200
2201 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2202             Pedro Alves  <palves@redhat.com>
2203
2204         * gdb.base/label.exp: Remove is_remote target check.
2205
2206 2017-10-12  Pedro Alves  <palves@redhat.com>
2207
2208         * gdb.base/auvx.exp (coredir): Update comment.
2209         (top level) <core_works>: Use "set cwd" command instead of "cd"
2210         command.
2211
2212 2017-10-12  Pedro Alves  <palves@redhat.com>
2213             Simon Marchi  <simon.marchi@polymtl.ca>
2214
2215         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2216         target boards.
2217
2218 2017-10-12  Pedro Alves  <palves@redhat.com>
2219             Simon Marchi  <simon.marchi@polymtl.ca>
2220
2221         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2222         Instead skip if there's any gdb_protocol set.
2223
2224 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2225             Pedro Alves  <palves@redhat.com>
2226
2227         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2228
2229 2017-10-12  Pedro Alves  <palves@redhat.com>
2230             Simon Marchi  <simon.marchi@polymtl.ca>
2231
2232         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2233         instead of on dejagnu remote boards.
2234
2235 2017-10-12  Pedro Alves  <palves@redhat.com>
2236             Simon Marchi  <simon.marchi@polymtl.ca>
2237
2238         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2239         checks.  Use build_executable + clean_restart instead of
2240         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2241         of enabling non-stop after starting gdb.
2242
2243 2017-10-12  Pedro Alves  <palves@redhat.com>
2244
2245         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2246         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2247         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2248         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2249
2250 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2251
2252         * gdb.arch/arc-tdesc-cpu.exp: New file.
2253         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2254
2255 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2256
2257         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2258
2259 2017-10-10  Pedro Alves <palves@redhat.com>
2260
2261         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2262         expect CLI output.
2263
2264 2017-10-10  Pedro Alves  <palves@redhat.com>
2265
2266         * lib/selftest-support.exp (selftest_setup): Update for
2267         captured_command_loop's prototype change.
2268
2269 2017-10-09  Pedro Alves  <palves@redhat.com>
2270
2271         Test both arch1=>arch2 and arch2=>arch1.
2272
2273         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2274         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2275         factored out to...
2276         (append_arch1_options, append_arch2_options, append_arch_options)
2277         (build_executables): New procedures.
2278         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2279         local.
2280         (top level): Add new 'first_arch' testing axis.
2281
2282 2017-10-09  Pedro Alves  <palves@redhat.com>
2283
2284         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2285         (barrier): New.
2286         (thread_start, all_started): New functions.
2287         (main): Spawn new thread and wait until it is scheduled.
2288         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2289         option.
2290         (do_test): Add 'selected_thread' parameter.  Run to all_started
2291         instead of main.  Explicitly set the breakpoint at main.  Switch
2292         to the SELECTED_THREAD thread.
2293         (top level): Test handling the exec event with either the main
2294         thread or the second thread selected.
2295
2296 2017-10-09  Pedro Alves  <palves@redhat.com>
2297
2298         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2299         logic.  Move STOP marker after the value checks.
2300         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2301         regexp.
2302
2303 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
2304
2305         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2306
2307 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2308
2309         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2310         integer-to-dfp conversion.
2311         * gdb.base/dfp-test.exp: Likewise.
2312
2313 2017-10-04  Pedro Alves  <palves@redhat.com>
2314
2315         * gdb.multi/hangout.c: Include <unistd.h>.
2316         (hangout_loop): New function.
2317         (main): Call alarm.  Call hangout_loop in a loop.
2318         * gdb.multi/hello.c: Include <unistd.h>.
2319         (hello_loop): New function.
2320         (main): Call alarm.  Call hangout_loop in a loop.
2321         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2322         inferior with the other selected.
2323
2324 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2325
2326         * gdb.mi/list-thread-groups-available.exp: New file.
2327         * gdb.mi/list-thread-groups-available.c: New file.
2328
2329 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2330
2331         * gdb.base/set-cwd.exp: Make it available on
2332         native-extended-gdbserver.
2333
2334 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2335
2336         * gdb.base/set-cwd.c: New file.
2337         * gdb.base/set-cwd.exp: Likewise.
2338
2339 2017-10-02  Tom Tromey  <tom@tromey.com>
2340
2341         PR rust/22236:
2342         * gdb.rust/simple.rs (main): New variable "fslice".
2343         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
2344
2345 2017-10-02  Tom Tromey  <tom@tromey.com>
2346
2347         * gdb.rust/simple.exp: Test ptype of a slice.
2348
2349 2017-10-02  Tom Tromey  <tom@tromey.com>
2350
2351         * gdb.rust/simple.exp: Test index of slice.
2352
2353 2017-09-27  Tom Tromey  <tom@tromey.com>
2354
2355         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2356
2357 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2358             Pedro Alves  <palves@redhat.com>
2359
2360         * gdb.base/compare-sections.exp (get value of read-only section): Read
2361         as unsigned value.
2362         (corrupt read-only section): Likewise and don't set written if patching
2363         failed.
2364
2365 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2366
2367         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2368         files.
2369
2370 2017-09-20  Pedro Alves  <palves@redhat.com>
2371
2372         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2373         symbol names in gdb's output.
2374         * gdb.cp/overload.exp ("list all overloads"): Likewise.
2375
2376 2017-09-20  Pedro Alves  <palves@redhat.com>
2377
2378         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2379         Rename to ...
2380         (test_list_ambiguous_symbol): ... this and add a symbol name
2381         parameter.  Adjust.
2382         (test_list_ambiguous_function): Reimplement on top of
2383         test_list_ambiguous_symbol and also test listing ambiguous
2384         variables.
2385         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2386         (ambiguous_fun): ... this.
2387         (ambiguous_var): New.
2388         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2389         (ambiguous_fun): ... this.
2390         (ambiguous_var): New.
2391
2392 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
2393
2394         * gdb.base/starti.c: New file.
2395         * gdb.base/starti.exp: New file.
2396         * lib/gdb.exp (gdb_starti_cmd): New procedure.
2397
2398 2017-09-14  Pedro Alves  <palves@redhat.com>
2399
2400         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2401         (top level): Use it instead of runto.
2402
2403 2017-09-11  Tom Tromey  <tom@tromey.com>
2404
2405         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2406
2407 2017-09-11  Tom Tromey  <tom@tromey.com>
2408
2409         * gdb.python/py-infthread.exp: Add tests for new_thread event.
2410         * gdb.python/py-inferior.exp: Add tests for new inferior events.
2411
2412 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
2413
2414         * gdb.fortran/printing-types.exp: New file.
2415         * gdb.fortran/printing-types.exp: New file.
2416
2417 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2418
2419         * gdb.fortran/vla-ptype.exp: Fix typos.
2420         * gdb.fortran/vla-value.exp: Same.
2421
2422 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2423
2424         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2425         * gdb.mi/mi-var-child-f.exp: Likewise.
2426         * gdb.mi/mi-vla-fortran.exp: Likewise.
2427
2428 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
2429             Christoph Weinmann  <christoph.t.weinmann@intel.com>
2430             Bernhard Heckel  <bernhard.heckel@intel.com>
2431
2432         * gdb.fortran/ptr-indentation.f90: New file.
2433         * gdb.fortran/ptr-indentation.exp: New file.
2434
2435 2017-09-05  Tom Tromey  <tom@tromey.com>
2436
2437         PR gdb/22010:
2438         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2439
2440 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2441
2442         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2443
2444 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2445
2446         * gdb.threads/tls-nodebug-pie.c: New file.
2447         * gdb.threads/tls-nodebug-pie.exp: New file.
2448
2449 2017-09-05  Tom Tromey  <tom@tromey.com>
2450
2451         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2452         for rust.
2453
2454 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
2455
2456         * gdb.multi/multi-arch-exec.exp: Test with different
2457         "follow-exec-mode" settings.
2458         (do_test): New procedure.
2459
2460 2017-09-04  Pedro Alves  <palves@redhat.com>
2461
2462         * gdb.base/func-static.c (S::method const, S::method volatile)
2463         (S::method volatile const): New methods.
2464         (c_s, v_s, cv_s): New instances.
2465         (main): Call method() on them.
2466         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2467         (cannot_resolve): New procedure.
2468         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
2469         print-quote-unquoted columns.
2470         (do_test): Test printing each scope too.
2471
2472 2017-09-04  Pedro Alves  <palves@redhat.com>
2473
2474         * gdb.base/local-static.exp: Also test with
2475         class::method::variable wholly quoted.
2476         * gdb.cp/m-static.exp (class::method::variable): Remove test.
2477
2478 2017-09-04  Pedro Alves  <palves@redhat.com>
2479
2480         * gdb.base/local-static.c: New.
2481         * gdb.base/local-static.cc: New.
2482         * gdb.base/local-static.exp:  New.
2483
2484 2017-09-04  Pedro Alves  <palves@redhat.com>
2485
2486         * gdb.asm/asm-source.exp: Add casts to int.
2487         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2488         (dataglobal64_1, dataglobal64_2): New globals.
2489         * gdb.base/nodebug.exp: Test different expressions involving the
2490         new globals, with print, whatis and ptype.  Add casts to int.
2491         * gdb.base/solib-display.exp: Add casts to int.
2492         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
2493         * gdb.cp/m-static.exp: Add cast to int.
2494         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2495         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2496         tls variable with no debug info without a cast.  Test with a cast
2497         to int too.
2498         * gdb.trace/entry-values.exp: Add casts.
2499
2500 2017-09-04  Pedro Alves  <palves@redhat.com>
2501
2502         * gdb.base/nodebug.exp: Test that ptype's error about functions
2503         with unknown return type includes the function name too.
2504
2505 2017-09-04  Pedro Alves  <palves@redhat.com>
2506
2507         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2508         return type of munmap in infcall.
2509         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2510         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
2511         type of ftell in infcall.
2512         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2513         type of getpid in infcall.
2514         * gdb.base/infcall-exec.exp: Cast return type of execlp in
2515         infcall.
2516         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2517         Bail on failure to extract the pid.
2518         * gdb.base/nodebug.c: #include <stdint.h>.
2519         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2520         New functions.
2521         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2522         Change expected output of print/whatis/ptype with functions with
2523         no debug info.  Test all supported languages.  Call
2524         test_call_promotion.
2525         * gdb.compile/compile.exp: Adjust expected output to expect
2526         warning.
2527         * gdb.threads/siginfo-threads.exp: Likewise.
2528
2529 2017-09-04  Pedro Alves  <palves@redhat.com>
2530
2531         * gdb.base/callfuncs.exp (do_function_calls): New parameter
2532         "prototypes".  Test calling float functions via prototyped and
2533         unprototyped function pointers.
2534         (perform_all_tests): New parameter "prototypes".  Pass it down.
2535         (top level): Pass down "prototypes" parameter to
2536         perform_all_tests.
2537
2538 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2539
2540         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2541         Test with nested loops.
2542
2543 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2544
2545         * gdb.base/commands.exp: Call the new procedures.
2546         (loop_break_test, loop_continue_test): New procedures.
2547
2548 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2549
2550         * gdb.base/commands.exp: Call new procedure.
2551         (define_if_without_arg_test): New procedure.
2552
2553 2017-09-04  Pedro Alves  <palves@redhat.com>
2554
2555         * gdb.base/list-ambiguous.exp: New file.
2556         * gdb.base/list-ambiguous0.c: New file.
2557         * gdb.base/list-ambiguous1.c: New file.
2558         * gdb.base/list.exp (test_list_range): Adjust expected output.
2559
2560 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2561
2562         * gdb.base/share-env-with-gdbserver.c: New file.
2563         * gdb.base/share-env-with-gdbserver.exp: Likewise.
2564
2565 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2566
2567         * gdb.base/commands.exp (gdbvar_simple_if_test,
2568         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2569         progvar_simple_if_test, progvar_simple_while_test,
2570         progvar_complex_if_while_test, user_defined_command_test,
2571         user_defined_command_args_eval,
2572         user_defined_command_args_stack_test,
2573         user_defined_command_manyargs_test, bp_deleted_in_command_test,
2574         temporary_breakpoint_commands,
2575         gdb_test_no_prompt, redefine_hook_test,
2576         redefine_backtrace_test): Remove "global gdb_prompt".
2577
2578 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2579
2580         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2581         New proc, call it from toplevel.
2582
2583 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
2584
2585         PR remote/21852
2586         * gdb.server/normal.c: New file, copied from gdb.base.
2587         * gdb.server/run-without-local-binary.exp: New file.
2588
2589 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
2590
2591         * gdb.arch/sparc64-adi.exp: New file.
2592         * gdb.arch/sparc64-adi.c: New file.
2593
2594 2017-08-22  Pedro Alves  <palves@redhat.com>
2595
2596         * gdb.cp/overload.exp (line_range_pattern): New procedure.
2597         (top level): Add "list all overloads" tests.
2598
2599 2017-08-22  Tom Tromey  <tom@tromey.com>
2600
2601         * gdb.gdb/xfullpath.exp: Remove.
2602
2603 2017-08-21  Pedro Alves  <palves@redhat.com>
2604
2605         PR gdb/19487
2606         * gdb.base/symbol-alias.c: New.
2607         * gdb.base/symbol-alias2.c: New.
2608         * gdb.base/symbol-alias.exp: New.
2609
2610 2017-08-21  Pedro Alves  <palves@redhat.com>
2611
2612         * gdb.base/dfp-test.c
2613         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2614         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2615         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2616         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2617         * gdb.base/whatis-ptype-typedefs.c: New.
2618         * gdb.base/whatis-ptype-typedefs.exp: New.
2619         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2620         (an_int, an_int_type, an_int_type2): New globals.
2621         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2622         involving typedefs and cast expressions.
2623         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2624         (lookup_typedefs_function): New.
2625         (typedefs_pretty_printers_dict): New.
2626         (top level): Register lookup_typedefs_function in
2627         gdb.pretty_printers.
2628
2629 2017-08-18  Yao Qi  <yao.qi@linaro.org>
2630
2631         * gdb.server/unittest.exp: New.
2632
2633 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2634
2635         PR gdb/21954
2636         * gdb.base/environ.exp: Add test to check if 'unset environment'
2637         works.
2638
2639 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2640
2641         * lib/gdb.exp (universal_compile_options): New caching proc.
2642         (gdb_compile): Suppress GCC's coloring of messages.
2643
2644 2017-08-14  Tom Tromey  <tom@tromey.com>
2645
2646         PR gdb/21675:
2647         * gdb.base/printcmds.exp (test_radices): New function.
2648         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2649         * gdb.base/sizeof.exp (check_valueof): Use p/d.
2650         * lib/gdb.exp (get_integer_valueof): Use p/d.
2651
2652 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
2653
2654         * lib/gdb.exp (get_valueof): Don't capture end-of-line
2655         characters.
2656
2657 2017-08-05  Tom Tromey  <tom@tromey.com>
2658
2659         * gdb.rust/simple.exp: Allow String to appear in a different
2660         namespace.
2661
2662 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2663
2664         * gdb.gdb/unittest.exp: Invoke command
2665         "maintenance check xml-descriptions".
2666
2667 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2668
2669         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2670         calling context.
2671         (hex128): Drop erroneous calculation of parameters.
2672
2673 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
2674
2675         * gdb.python/py-unwind.exp: Disable stack protection when
2676         building test file.
2677
2678 2017-07-20  Pedro Alves  <palves@redhat.com>
2679
2680         * gdb.base/default.exp (set language): Adjust expected output.
2681
2682 2017-07-20  Pedro Alves  <palves@redhat.com>
2683
2684         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2685         (test_minsym): ... this, and make static.
2686         (get_pck__foo__bar__minsym): Rename to ...
2687         (get_test_minsym): ... this.
2688         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
2689         symbol names and comments.
2690         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2691         (get_test_minsym): ... this.
2692         (pck__foo__bar__minsym__2): Rename to ...
2693         (test_minsym): ... this.
2694         (main): Adjust.
2695
2696 2017-07-17  Pedro Alves  <palves@redhat.com>
2697
2698         * gdb.base/completion.exp: Adjust expected output.
2699         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2700         the completer works.
2701
2702 2017-07-17  Pedro Alves  <palves@redhat.com>
2703
2704         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2705
2706 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
2707
2708         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2709
2710 2017-07-14  Tom Tromey  <tom@tromey.com>
2711
2712         PR rust/21764:
2713         * gdb.rust/simple.exp: Add tests.
2714
2715 2017-07-14  Tom Tromey  <tom@tromey.com>
2716
2717         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2718
2719 2017-07-14  Pedro Alves  <palves@redhat.com>
2720
2721         * gdb.linespec/base/one/thefile.cc (z1): New function.
2722         * gdb.linespec/base/two/thefile.cc (z2): New function.
2723         * gdb.linespec/linespec.exp: Add tests.
2724
2725 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2726
2727         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2728         to mi_create_breakpoint.
2729
2730 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2731
2732         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2733         mi_create_breakpoint.
2734
2735 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
2736
2737         * gdb.dlang/demangle.exp: Update for demangling changes.
2738
2739 2017-07-09  Tom Tromey  <tom@tromey.com>
2740
2741         * gdb.dwarf2/shortpiece.exp: New file.
2742
2743 2017-07-06  David Blaikie  <dblaikie@gmail.com>
2744
2745         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2746         built from fissiont-multi-cu{1,2}.c.
2747         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2748         except putting 'main' and 'func' in separate CUs in the same DWO file.
2749         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2750         test.
2751         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2752         test.
2753
2754 2017-07-06  Pedro Alves  <palves@redhat.com>
2755
2756         * gdb.python/py-unwind.exp: Test flushregs.
2757
2758 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2759
2760         PR cli/21688
2761         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2762         tests for alias commands and trailing whitespace.
2763
2764 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2765
2766         PR cli/21688
2767         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2768         procedure.  Call it.
2769
2770 2017-06-29  Pedro Alves  <palves@redhat.com>
2771
2772         * gdb.base/printcmds.exp: Add tests.
2773
2774 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
2775
2776         PR gdb/21337
2777         * gdb.base/reread-readsym.exp: New file.
2778         * gdb.base/reread-readsym.c: New file.
2779
2780 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
2781
2782         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
2783         subpattern.
2784
2785 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
2786
2787         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
2788         extended mnemonic.
2789         * gdb.arch/powerpc-power9.s: Likewise.
2790
2791 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2792
2793         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
2794         on 32-bit x86 targets.  Exploit is_*_target macros where
2795         appropriate.
2796
2797 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2798
2799         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
2800         register pieces.
2801
2802 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2803
2804         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
2805         located in one or more DWARF pieces.
2806
2807 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2808
2809         * lib/gdb.exp (get_endianness): New proc.
2810         * gdb.arch/aarch64-fp.exp: Use it.
2811         * gdb.arch/altivec-regs.exp: Likewise.
2812         * gdb.arch/e500-regs.exp: Likewise.
2813         * gdb.arch/vsx-regs.exp: Likewise.
2814         * gdb.base/dump.exp: Likewise.
2815         * gdb.base/funcargs.exp: Likewise.
2816         * gdb.base/gnu_vector.exp: Likewise.
2817         * gdb.dwarf2/formdata16.exp: Likewise.
2818         * gdb.dwarf2/implptrpiece.exp: Likewise.
2819         * gdb.dwarf2/nonvar-access.exp: Likewise.
2820         * gdb.python/py-inferior.exp: Likewise.
2821         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
2822
2823 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2824
2825         PR gdb/21226
2826         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
2827         stack value pieces are taken from the LSB end.
2828
2829 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2830
2831         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
2832         variable at nonzero offset.
2833
2834 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2835
2836         * gdb.dwarf2/var-access.c: New file.
2837         * gdb.dwarf2/var-access.exp: New test.
2838         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
2839
2840 2017-06-12  Tom Tromey  <tom@tromey.com>
2841
2842         * gdb.dwarf2/formdata16.exp: Add tests.
2843
2844 2017-06-12  Tom Tromey  <tom@tromey.com>
2845
2846         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
2847
2848 2017-06-12  Tom Tromey  <tom@tromey.com>
2849
2850         PR exp/16225:
2851         * gdb.reverse/i386-sse-reverse.exp: Update tests.
2852         * gdb.arch/vsx-regs.exp: Update tests.
2853         * gdb.arch/s390-vregs.exp (hex128): New proc.
2854         Update test.
2855         * gdb.arch/altivec-regs.exp: Update tests.
2856
2857 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2858
2859         * gdb.base/startup-with-shell.c: New file.
2860         * gdb.base/startup-with-shell.exp: Likewise.
2861
2862 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2863
2864         * gdb.server/non-existing-program.exp: Update regex in order to
2865         reflect the fact that gdbserver is now using fork_inferior (with a
2866         shell) to startup the inferior.
2867
2868 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
2869
2870         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
2871         support function calls from GDB.
2872
2873 2017-05-21  Tom Tromey  <tom@tromey.com>
2874
2875         PR rust/21466:
2876         * gdb.rust/unsized.exp: New file.
2877         * gdb.rust/unsized.rs: New file.
2878
2879 2017-05-19  Tom Tromey  <tom@tromey.com>
2880
2881         PR rust/21484:
2882         * gdb.rust/watch.exp: New file.
2883         * gdb.rust/watch.rs: New file.
2884
2885 2017-05-18  Tom Tromey  <tom@tromey.com>
2886
2887         * gdb.rust/simple.exp: Allow Box to be qualified.
2888
2889 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2890
2891         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
2892
2893 2017-05-18  Pedro Alves  <palves@redhat.com>
2894
2895         * gdb.base/fileio.c (test_write, test_read, test_close)
2896         (test_fstat): Don't print 'ret' in the fail path.
2897
2898 2017-05-18  Pedro Alves  <palves@redhat.com>
2899
2900         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
2901         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
2902         (test_system, test_rename, test_unlink, test_time): Change
2903         prototypes.
2904         * gdb.base/fileio.exp (stop_msg): Adjust.
2905
2906 2017-05-18  Pedro Alves  <palves@redhat.com>
2907
2908         * gdb.base/fileio.c (null_str): New global.
2909         (test_stat): Use it.
2910         * gdb.base/fileio.exp: Remove nowarnings.
2911
2912 2017-05-17  Yao Qi  <yao.qi@linaro.org>
2913
2914         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
2915
2916 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
2917
2918         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
2919         argument command.
2920         (top-level): Invoke test_set_inferior_tty.
2921
2922 2017-05-04  Pedro Alves  <palves@redhat.com>
2923
2924         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
2925         Add parens to print call for Python 3.
2926
2927 2017-05-03  Keith Seitz  <keiths@redhat.com>
2928
2929         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
2930         (main): Call it.
2931
2932 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
2933
2934         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
2935         to prev and next.
2936
2937 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
2938
2939         * gdb.python/py-record-btrace.exp: Remove test for
2940         gdb.BtraceInstruction.error.
2941
2942 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
2943
2944         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
2945
2946 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
2947
2948         * gdb.python/py-record-btrace-threads.c: New file.
2949         * gdb.python/py-record-btrace-threads.exp: New file.
2950
2951 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
2952
2953         PR testsuite/8595
2954         * gdb.base/environ.exp: Make test available in all architectures.
2955         Move bits related to "info program" testing to
2956         gdb.base/info-program.exp.  Rewrite tests to use the two new
2957         procedures mentione below.
2958         (test_set_show_env_var) New procedure.
2959         (test_set_show_env_var_equal): Likewise.
2960         * gdb.base/info-program.exp: New file.
2961
2962 2017-04-27  Keith Seitz  <keiths@redhat.com>
2963
2964         * gdb.cp/oranking.cc (test15): New function.
2965         (main): Call test15 and declare additional variables for testing.
2966         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
2967         "p foo101('abc')" tests.
2968         Add tests for cv qualifier overloads.
2969         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
2970         "lvalue reference overload" test.
2971         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
2972         "print value of f1 on Child&& in f2" test.
2973
2974 2017-04-19  Pedro Alves  <palves@redhat.com>
2975
2976         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
2977         procedure.
2978         (top level): Call it.
2979         * lib/gdb.exp (gdb_define_cmd): New procedure.
2980
2981 2017-04-12  Pedro Alves  <palves@redhat.com>
2982
2983         PR gdb/21323
2984         * gdb.cp/wide_char_types.c: Include <wchar.h>.
2985         (wchar): New global.
2986         * gdb.cp/wide_char_types.exp (wide_char_types_program)
2987         (do_test_wide_char, wide_char_types_no_program, top level): Add
2988         wchar_t testing.
2989
2990 2017-04-12  Pedro Alves  <palves@redhat.com>
2991
2992         PR c++/21323
2993         * gdb.cp/wide_char_types.c: New file.
2994         * gdb.cp/wide_char_types.exp: New file.
2995
2996 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
2997
2998         PR gdb/21352
2999         * gdb.trace/tsv.exp: Add test for "tsave -r".
3000
3001 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3002
3003         * gdb.dlang/watch-loc.c: New file.
3004         * gdb.dlang/watch-loc.exp: New file.
3005
3006 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3007
3008         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3009
3010 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3011
3012         * gdb.arch/arc-analyze-prologue.S: New file.
3013         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3014
3015 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3016
3017         * gdb.arch/arc-decode-insn.S: New file.
3018         * gdb.arch/arc-decode-insn.exp: Likewise.
3019
3020 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3021
3022         PR tdep/20928
3023         * gdb.arch/sparc64-regs.exp: New file.
3024         * gdb.arch/sparc64-regs.S: Likewise.
3025
3026 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3027
3028         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3029         and memory view on Python 3.
3030
3031 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3032             Keith Seitz  <keiths@redhat.com>
3033
3034         PR gdb/14441
3035         * gdb.cp/demangle.exp: Add rvalue reference tests.
3036         * gdb.cp/rvalue-ref-casts.cc: New file.
3037         * gdb.cp/rvalue-ref-casts.exp: New file.
3038         * gdb.cp/rvalue-ref-overload.cc: New file.
3039         * gdb.cp/rvalue-ref-overload.exp: New file.
3040         * gdb.cp/rvalue-ref-params.cc: New file.
3041         * gdb.cp/rvalue-ref-params.exp: New file.
3042         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3043         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3044         * gdb.cp/rvalue-ref-types.cc: New file.
3045         * gdb.cp/rvalue-ref-types.exp: New file.
3046         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3047         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3048
3049 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3050
3051         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3052         New procedure.
3053
3054 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3055
3056         * lib/mi-support.exp (mi_gdb_test): Add additional message
3057         for unexpected output.
3058
3059 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3060
3061         * gdb.base/examine-backward.c (Barrier): New character array
3062         constant, to ensure that TestStrings is preceded by a string
3063         terminator.
3064
3065 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3066
3067         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3068         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3069         and implicit pointer into such a location.
3070
3071 2017-03-16  Doug Evans  <dje@google.com>
3072
3073         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3074
3075 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3076
3077         * gdb.cp/m-static.exp: Fix expectation for prototype of
3078         test5.single_constructor and single_constructor::single_constructor.
3079
3080 2017-03-16  Doug Evans  <dje@google.com>
3081
3082         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3083         * gdb.guile/scm-lazy-string.c: New file.
3084         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3085         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3086         for pointer, array, typedef lazy strings.
3087
3088 2017-03-16  Doug Evans  <dje@google.com>
3089
3090         PR python/17728, python/18439, python/18779
3091         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3092         * gdb.python/py-lazy-string.c (pointer): New typedef.
3093         (main): New locals ptr, array, typedef_ptr.
3094         * gdb.python/py-value.exp: Move lazy string tests to ...
3095         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3096         array, typedef lazy strings.
3097
3098 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3099
3100         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3101           Add optional 'test' parameter.
3102
3103 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3104
3105         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3106         Skip for versions of DejaGnu < 1.5.
3107
3108 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3109
3110         * lib/gdb.exp (dejagnu_version): New proc.
3111         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3112         Use dejagnu_version.
3113
3114 2017-03-10  Keith Seitz  <keiths@redhat.com>
3115
3116         PR c++/8128
3117         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3118         type from destructor regexps.
3119         Add a branch which actually passes the test.
3120         Adjust "ptype t5i" test names.
3121
3122 2017-03-08  Pedro Alves  <palves@redhat.com>
3123
3124         * gdb.base/step-over-exit.exp: Add explicit test message.
3125
3126 2017-03-08  Pedro Alves  <palves@redhat.com>
3127
3128         PR gdb/18360
3129         * gdb.threads/interrupt-while-step-over.c: New file.
3130         * gdb.threads/interrupt-while-step-over.exp: New file.
3131
3132 2017-03-08  Pedro Alves  <palves@redhat.com>
3133
3134         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3135         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3136
3137 2017-03-08  Pedro Alves  <palves@redhat.com>
3138
3139         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3140         PKRU as not supported as a PASS.
3141
3142 2017-03-08  Pedro Alves  <palves@redhat.com>
3143
3144         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3145         prefix instead of $binfile1/$binfile2.
3146         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3147         in test message.
3148         * gdb.python/py-completion.exp: Use "load python file" as test
3149         messages instead of unstable path names.
3150
3151 2017-03-08  Pedro Alves  <palves@redhat.com>
3152             Jan Kratochvil  <jan.kratochvil@redhat.com>
3153
3154         PR cli/21218
3155         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3156         New proc.
3157         (top level): Call it.
3158
3159 2017-03-08  Pedro Alves  <palves@redhat.com>
3160
3161         PR tui/21216
3162         * gdb.tui/tui-nl-filtered-output.exp: New file.
3163
3164 2017-03-08  Pedro Alves  <palves@redhat.com>
3165
3166         * gdb.base/completion.exp: Move TUI completion tests to ...
3167         * gdb.tui/completion.exp: ... this new file.
3168
3169 2017-03-08  Pedro Alves  <palves@redhat.com>
3170
3171         * gdb.base/tui-disasm-long-lines.c,
3172         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3173         gdb.base/tui-layout.exp: Move to ...
3174         * gdb.tui/: ... this new directory.
3175
3176 2017-03-07  Pedro Alves  <palves@redhat.com>
3177
3178         * gdb.base/tui-layout.c: New file.
3179         * gdb.base/tui-layout.exp: New file.
3180
3181 2017-03-07  Pedro Alves  <palves@redhat.com>
3182
3183         * gdb.base/tui-layout.c: Rename to ...
3184         * gdb.base/tui-disasm-long-lines.c: ... this.
3185         * gdb.base/tui-layout.exp: Rename to ...
3186         * gdb.base/tui-disasm-long-lines.exp: ... this.
3187
3188 2017-03-07  Pedro Alves  <palves@redhat.com>
3189
3190         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3191
3192 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3193
3194         * i386-mpx-call.c: New file.
3195         * i386-mpx-call.exp: New file.
3196
3197 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3198
3199         * gdb.arch/powerpc-power.exp: Delete test.
3200         * gdb.arch/powerpc-power.s: Likewise.
3201         * gdb.disasm/disassembler-options.exp: New test.
3202         * gdb.arch/powerpc-altivec.exp: Likewise.
3203         * gdb.arch/powerpc-altivec.s: Likewise.
3204         * gdb.arch/powerpc-altivec2.exp: Likewise.
3205         * gdb.arch/powerpc-altivec2.s: Likewise.
3206         * gdb.arch/powerpc-altivec3.exp: Likewise.
3207         * gdb.arch/powerpc-altivec3.s: Likewise.
3208         * gdb.arch/powerpc-power7.exp: Likewise.
3209         * gdb.arch/powerpc-power7.s: Likewise.
3210         * gdb.arch/powerpc-power8.exp: Likewise.
3211         * gdb.arch/powerpc-power8.s: Likewise.
3212         * gdb.arch/powerpc-power9.exp: Likewise.
3213         * gdb.arch/powerpc-power9.s: Likewise.
3214         * gdb.arch/powerpc-vsx.exp: Likewise.
3215         * gdb.arch/powerpc-vsx.s: Likewise.
3216         * gdb.arch/powerpc-vsx2.exp: Likewise.
3217         * gdb.arch/powerpc-vsx2.s: Likewise.
3218         * gdb.arch/powerpc-vsx3.exp: Likewise.
3219         * gdb.arch/powerpc-vsx3.s: Likewise.
3220         * gdb.arch/arm-disassembler-options.exp: Likewise.
3221         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3222         * gdb.arch/s390-disassembler-options.exp: Likewise.
3223
3224 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3225
3226         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3227         (check_supported_features): ... this. Changed return type to void.
3228         (supports_rdseed): New static global.
3229         (rdseed): Check supports_rdseed.
3230         (initialize): Call check_supported_features.
3231
3232 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3233
3234         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3235         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3236         and lqarx/stqcx.
3237         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3238         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3239
3240 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3241
3242         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3243         uppercase.
3244
3245 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3246
3247         * gdb.dwarf2/formdata16.c: New file.
3248         * gdb.dwarf2/formdata16.exp: New file.
3249         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3250
3251 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3252
3253         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3254         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3255         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3256         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3257         DW_AT_GNU_*.
3258
3259 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3260
3261         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3262
3263 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3264
3265         PR gdb/21164
3266         * gdb.base/maint.exp: Add testcases for when the commands do
3267         not have arguments.
3268
3269 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3270
3271         * gdb.cp/chained-calls.exp: Use p instead of P.
3272
3273 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3274
3275         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3276         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3277
3278 2017-02-14  Tom Tromey  <tom@tromey.com>
3279
3280         PR python/13598:
3281         * gdb.python/py-events.exp: Add before_prompt event tests.
3282
3283 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3284
3285         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3286
3287 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3288
3289         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3290         (main): Call my_unique_function_name.
3291         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3292         completion of patterns with a single match.
3293         Add missing -re switches to gdb_test_multiple calls.
3294
3295 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3296
3297         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3298         return if core file is not recognized.
3299
3300 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3301
3302         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3303         and extra UIs.
3304
3305 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3306
3307         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3308         proc_with_prefix.
3309
3310 2017-02-10  Tom Tromey  <tom@tromey.com>
3311
3312         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3313
3314 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
3315
3316         PR gdb/21122
3317         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3318
3319 2017-02-08  Jerome Guitton  <guitton@adacore.com>
3320
3321         * gdb.base/define.exp: Add test for command abbreviations
3322         in define.
3323
3324 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
3325
3326         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3327         * gdb.reverse/insn-reverse-x86.c: New file.
3328
3329 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
3330
3331         PR tdep/20936
3332         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3333
3334 2017-02-03  Tom Tromey  <tom@tromey.com>
3335
3336         PR rust/21097:
3337         * gdb.rust/simple.exp: Add new tests.
3338
3339 2017-02-02  Pedro Alves  <palves@redhat.com>
3340
3341         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3342         tests.
3343
3344 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3345
3346         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3347         taking a 2-byte value out of a 4-byte DWARF implicit value on
3348         big-endian targets.
3349         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3350         logic.  Add test cases for DW_OP_implicit.
3351
3352 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3353
3354         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3355
3356 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3357
3358         * gdb.btrace/enable.exp: Call gdb_exit before
3359         skip_gdbserver_tests.
3360
3361 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3362
3363         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3364         GDBFLAGS.
3365
3366 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3367
3368         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3369         the test is skipped.
3370         * gdb.btrace/data.exp: Likewise.
3371         * gdb.btrace/delta.exp: Likewise.
3372         * gdb.btrace/dlopen.exp: Likewise.
3373         * gdb.btrace/enable-running.exp: Likewise.
3374         * gdb.btrace/enable.exp: Likewise.
3375         * gdb.btrace/exception.exp: Likewise.
3376         * gdb.btrace/function_call_history.exp: Likewise.
3377         * gdb.btrace/gcore.exp: Likewise.
3378         * gdb.btrace/instruction_history.exp: Likewise.
3379         * gdb.btrace/multi-thread-step.exp: Likewise.
3380         * gdb.btrace/nohist.exp: Likewise.
3381         * gdb.btrace/non-stop.exp: Likewise.
3382         * gdb.btrace/reconnect.exp: Likewise.
3383         * gdb.btrace/record_goto-step.exp: Likewise.
3384         * gdb.btrace/record_goto.exp: Likewise.
3385         * gdb.btrace/rn-dl-bind.exp: Likewise.
3386         * gdb.btrace/segv.exp: Likewise.
3387         * gdb.btrace/step.exp: Likewise.
3388         * gdb.btrace/stepi.exp: Likewise.
3389         * gdb.btrace/tailcall-only.exp: Likewise.
3390         * gdb.btrace/tailcall.exp: Likewise.
3391         * gdb.btrace/tsx.exp: Likewise.
3392         * gdb.btrace/unknown_functions.exp: Likewise.
3393         * gdb.btrace/vdso.exp: Likewise.
3394
3395 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3396
3397         * gdb.btrace/enable-running.c: New.
3398         * gdb.btrace/enable-running.exp: New.
3399
3400 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3401
3402         * gdb.arch/amd64-gs_base.c: New file.
3403         * gdb.arch/amd64-gs_base.exp: New file.
3404
3405 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3406
3407         * lib/memory.exp: Remove spurious empty newlines.
3408
3409 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
3410
3411         * gdb.python/py-bad-printers.exp: Load python file using "source".
3412         * gdb.python/py-events.exp: Likewise.
3413         * gdb.python/py-evsignal.exp: Likewise.
3414         * gdb.python/py-evthreads.exp: Likewise.
3415         * gdb.python/py-frame-args.exp: Likewise.
3416         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3417         * gdb.python/py-framefilter-mi.exp: Likewise.
3418         * gdb.python/py-framefilter.exp: Likewise.
3419         * gdb.python/py-mi.exp: Likewise.
3420         * gdb.python/py-pp-maint.exp: Likewise.
3421         * gdb.python/py-pp-registration.exp: Likewise.
3422         * gdb.python/py-prettyprint.exp: Likewise.
3423         (run_lang_tests): Likewise.
3424         * gdb.python/py-typeprint.exp: Likewise.
3425
3426 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3427
3428         * lib/memory.exp: New file.
3429         * lib/gdb.exp: Load memory.exp.
3430         * gdb.base/memattr.exp (delete_memory): Move proc to
3431         lib/memory.exp and rename to delete_memory_regions.
3432         Replace delete_memory with delete_memory_regions.
3433         Cleanup memory regions before tests.
3434         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3435         before tests.
3436
3437 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3438
3439         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3440         files.
3441         (initialize): New function conditionally defined.
3442         (testcases): Move within conditional block.
3443         (main): Call initialize.
3444         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3445         of gdb.reverse/insn-reverse.c.
3446         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3447         gdb.reverse/insn-reverse.c.
3448
3449 2017-01-26  Yao Qi  <yao.qi@linaro.org>
3450
3451         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3452         disassemble on address 0.
3453
3454 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3455             Yao Qi  <yao.qi@linaro.org>
3456
3457         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3458         * gdb.dwarf2/implptr-64bit.S: Remove.
3459         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
3460         variables in caller's context.  Add DW_OP_implicit_value.
3461
3462 2017-01-25  Yao Qi  <yao.qi@linaro.org>
3463
3464         * lib/dwarf.exp (Dwarf::_location): Handle
3465         DW_OP_GNU_implicit_pointer with proper size.
3466
3467 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3468
3469         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3470         and add untested calls.
3471
3472 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3473
3474         * gdb.python/python.exp: Check line number against what GDB thinks
3475         the line number is for func1.
3476
3477 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
3478
3479         * gdb.dlang/debug-expr.exp: New file.
3480
3481 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
3482
3483         Fix test names for the following files:
3484
3485         * gdb.ada/exec_changed.exp
3486         * gdb.ada/info_types.exp
3487         * gdb.arch/aarch64-atomic-inst.exp
3488         * gdb.arch/aarch64-fp.exp
3489         * gdb.arch/altivec-abi.exp
3490         * gdb.arch/altivec-regs.exp
3491         * gdb.arch/amd64-byte.exp
3492         * gdb.arch/amd64-disp-step.exp
3493         * gdb.arch/amd64-dword.exp
3494         * gdb.arch/amd64-entry-value-inline.exp
3495         * gdb.arch/amd64-entry-value-param.exp
3496         * gdb.arch/amd64-entry-value-paramref.exp
3497         * gdb.arch/amd64-entry-value.exp
3498         * gdb.arch/amd64-i386-address.exp
3499         * gdb.arch/amd64-invalid-stack-middle.exp
3500         * gdb.arch/amd64-invalid-stack-top.exp
3501         * gdb.arch/amd64-optimout-repeat.exp
3502         * gdb.arch/amd64-prologue-skip.exp
3503         * gdb.arch/amd64-prologue-xmm.exp
3504         * gdb.arch/amd64-stap-special-operands.exp
3505         * gdb.arch/amd64-stap-wrong-subexp.exp
3506         * gdb.arch/amd64-tailcall-cxx.exp
3507         * gdb.arch/amd64-tailcall-noret.exp
3508         * gdb.arch/amd64-tailcall-ret.exp
3509         * gdb.arch/amd64-tailcall-self.exp
3510         * gdb.arch/amd64-word.exp
3511         * gdb.arch/arm-bl-branch-dest.exp
3512         * gdb.arch/arm-disp-step.exp
3513         * gdb.arch/arm-neon.exp
3514         * gdb.arch/arm-single-step-kernel-helper.exp
3515         * gdb.arch/avr-flash-qualifier.exp
3516         * gdb.arch/disp-step-insn-reloc.exp
3517         * gdb.arch/e500-abi.exp
3518         * gdb.arch/e500-regs.exp
3519         * gdb.arch/ftrace-insn-reloc.exp
3520         * gdb.arch/i386-avx512.exp
3521         * gdb.arch/i386-bp_permanent.exp
3522         * gdb.arch/i386-byte.exp
3523         * gdb.arch/i386-cfi-notcurrent.exp
3524         * gdb.arch/i386-disp-step.exp
3525         * gdb.arch/i386-dr3-watch.exp
3526         * gdb.arch/i386-float.exp
3527         * gdb.arch/i386-gnu-cfi.exp
3528         * gdb.arch/i386-mpx-map.exp
3529         * gdb.arch/i386-mpx-sigsegv.exp
3530         * gdb.arch/i386-mpx-simple_segv.exp
3531         * gdb.arch/i386-mpx.exp
3532         * gdb.arch/i386-permbkpt.exp
3533         * gdb.arch/i386-prologue.exp
3534         * gdb.arch/i386-signal.exp
3535         * gdb.arch/i386-size-overlap.exp
3536         * gdb.arch/i386-unwind.exp
3537         * gdb.arch/i386-word.exp
3538         * gdb.arch/mips-fcr.exp
3539         * gdb.arch/powerpc-d128-regs.exp
3540         * gdb.arch/powerpc-stackless.exp
3541         * gdb.arch/ppc64-atomic-inst.exp
3542         * gdb.arch/s390-stackless.exp
3543         * gdb.arch/s390-tdbregs.exp
3544         * gdb.arch/s390-vregs.exp
3545         * gdb.arch/sparc-sysstep.exp
3546         * gdb.arch/thumb-bx-pc.exp
3547         * gdb.arch/thumb-singlestep.exp
3548         * gdb.arch/thumb2-it.exp
3549         * gdb.arch/vsx-regs.exp
3550         * gdb.asm/asm-source.exp
3551         * gdb.base/a2-run.exp
3552         * gdb.base/advance.exp
3553         * gdb.base/all-bin.exp
3554         * gdb.base/anon.exp
3555         * gdb.base/args.exp
3556         * gdb.base/arithmet.exp
3557         * gdb.base/async-shell.exp
3558         * gdb.base/async.exp
3559         * gdb.base/attach-pie-noexec.exp
3560         * gdb.base/attach-twice.exp
3561         * gdb.base/auto-load.exp
3562         * gdb.base/bang.exp
3563         * gdb.base/bitfields.exp
3564         * gdb.base/break-always.exp
3565         * gdb.base/break-caller-line.exp
3566         * gdb.base/break-entry.exp
3567         * gdb.base/break-inline.exp
3568         * gdb.base/break-on-linker-gcd-function.exp
3569         * gdb.base/break-probes.exp
3570         * gdb.base/break.exp
3571         * gdb.base/breakpoint-shadow.exp
3572         * gdb.base/call-ar-st.exp
3573         * gdb.base/call-sc.exp
3574         * gdb.base/call-signal-resume.exp
3575         * gdb.base/call-strs.exp
3576         * gdb.base/callfuncs.exp
3577         * gdb.base/catch-fork-static.exp
3578         * gdb.base/catch-gdb-caused-signals.exp
3579         * gdb.base/catch-load.exp
3580         * gdb.base/catch-signal-fork.exp
3581         * gdb.base/catch-signal.exp
3582         * gdb.base/catch-syscall.exp
3583         * gdb.base/charset.exp
3584         * gdb.base/checkpoint.exp
3585         * gdb.base/chng-syms.exp
3586         * gdb.base/code-expr.exp
3587         * gdb.base/code_elim.exp
3588         * gdb.base/commands.exp
3589         * gdb.base/completion.exp
3590         * gdb.base/complex.exp
3591         * gdb.base/cond-expr.exp
3592         * gdb.base/condbreak.exp
3593         * gdb.base/consecutive.exp
3594         * gdb.base/continue-all-already-running.exp
3595         * gdb.base/coredump-filter.exp
3596         * gdb.base/corefile.exp
3597         * gdb.base/dbx.exp
3598         * gdb.base/debug-expr.exp
3599         * gdb.base/define.exp
3600         * gdb.base/del.exp
3601         * gdb.base/disabled-location.exp
3602         * gdb.base/disasm-end-cu.exp
3603         * gdb.base/disasm-optim.exp
3604         * gdb.base/display.exp
3605         * gdb.base/duplicate-bp.exp
3606         * gdb.base/ena-dis-br.exp
3607         * gdb.base/ending-run.exp
3608         * gdb.base/enumval.exp
3609         * gdb.base/environ.exp
3610         * gdb.base/eu-strip-infcall.exp
3611         * gdb.base/eval-avoid-side-effects.exp
3612         * gdb.base/eval-skip.exp
3613         * gdb.base/exitsignal.exp
3614         * gdb.base/expand-psymtabs.exp
3615         * gdb.base/filesym.exp
3616         * gdb.base/find-unmapped.exp
3617         * gdb.base/finish.exp
3618         * gdb.base/float.exp
3619         * gdb.base/foll-exec-mode.exp
3620         * gdb.base/foll-exec.exp
3621         * gdb.base/foll-fork.exp
3622         * gdb.base/fortran-sym-case.exp
3623         * gdb.base/freebpcmd.exp
3624         * gdb.base/func-ptr.exp
3625         * gdb.base/func-ptrs.exp
3626         * gdb.base/funcargs.exp
3627         * gdb.base/gcore-buffer-overflow.exp
3628         * gdb.base/gcore-relro-pie.exp
3629         * gdb.base/gcore-relro.exp
3630         * gdb.base/gcore.exp
3631         * gdb.base/gdb1090.exp
3632         * gdb.base/gdb11530.exp
3633         * gdb.base/gdb11531.exp
3634         * gdb.base/gdb1821.exp
3635         * gdb.base/gdbindex-stabs.exp
3636         * gdb.base/gdbvars.exp
3637         * gdb.base/hbreak.exp
3638         * gdb.base/hbreak2.exp
3639         * gdb.base/included.exp
3640         * gdb.base/infcall-input.exp
3641         * gdb.base/inferior-died.exp
3642         * gdb.base/infnan.exp
3643         * gdb.base/info-macros.exp
3644         * gdb.base/info-os.exp
3645         * gdb.base/info-proc.exp
3646         * gdb.base/info-shared.exp
3647         * gdb.base/info-target.exp
3648         * gdb.base/infoline.exp
3649         * gdb.base/interp.exp
3650         * gdb.base/interrupt.exp
3651         * gdb.base/jit-reader.exp
3652         * gdb.base/jit-simple.exp
3653         * gdb.base/kill-after-signal.exp
3654         * gdb.base/kill-detach-inferiors-cmd.exp
3655         * gdb.base/label.exp
3656         * gdb.base/langs.exp
3657         * gdb.base/ldbl_e308.exp
3658         * gdb.base/line-symtabs.exp
3659         * gdb.base/linespecs.exp
3660         * gdb.base/list.exp
3661         * gdb.base/long_long.exp
3662         * gdb.base/longest-types.exp
3663         * gdb.base/maint.exp
3664         * gdb.base/max-value-size.exp
3665         * gdb.base/memattr.exp
3666         * gdb.base/mips_pro.exp
3667         * gdb.base/morestack.exp
3668         * gdb.base/moribund-step.exp
3669         * gdb.base/multi-forks.exp
3670         * gdb.base/nested-addr.exp
3671         * gdb.base/nextoverexit.exp
3672         * gdb.base/noreturn-finish.exp
3673         * gdb.base/noreturn-return.exp
3674         * gdb.base/nostdlib.exp
3675         * gdb.base/offsets.exp
3676         * gdb.base/opaque.exp
3677         * gdb.base/pc-fp.exp
3678         * gdb.base/permissions.exp
3679         * gdb.base/print-symbol-loading.exp
3680         * gdb.base/prologue-include.exp
3681         * gdb.base/psymtab.exp
3682         * gdb.base/ptype.exp
3683         * gdb.base/random-signal.exp
3684         * gdb.base/randomize.exp
3685         * gdb.base/range-stepping.exp
3686         * gdb.base/readline-ask.exp
3687         * gdb.base/recpar.exp
3688         * gdb.base/recurse.exp
3689         * gdb.base/relational.exp
3690         * gdb.base/restore.exp
3691         * gdb.base/return-nodebug.exp
3692         * gdb.base/return.exp
3693         * gdb.base/run-after-attach.exp
3694         * gdb.base/save-bp.exp
3695         * gdb.base/scope.exp
3696         * gdb.base/sect-cmd.exp
3697         * gdb.base/set-lang-auto.exp
3698         * gdb.base/set-noassign.exp
3699         * gdb.base/setvar.exp
3700         * gdb.base/sigall.exp
3701         * gdb.base/sigbpt.exp
3702         * gdb.base/siginfo-addr.exp
3703         * gdb.base/siginfo-infcall.exp
3704         * gdb.base/siginfo-obj.exp
3705         * gdb.base/siginfo.exp
3706         * gdb.base/signals-state-child.exp
3707         * gdb.base/signest.exp
3708         * gdb.base/sigstep.exp
3709         * gdb.base/sizeof.exp
3710         * gdb.base/skip.exp
3711         * gdb.base/solib-corrupted.exp
3712         * gdb.base/solib-nodir.exp
3713         * gdb.base/solib-search.exp
3714         * gdb.base/stack-checking.exp
3715         * gdb.base/stale-infcall.exp
3716         * gdb.base/stap-probe.exp
3717         * gdb.base/start.exp
3718         * gdb.base/step-break.exp
3719         * gdb.base/step-bt.exp
3720         * gdb.base/step-line.exp
3721         * gdb.base/step-over-exit.exp
3722         * gdb.base/step-over-syscall.exp
3723         * gdb.base/step-resume-infcall.exp
3724         * gdb.base/step-test.exp
3725         * gdb.base/store.exp
3726         * gdb.base/structs3.exp
3727         * gdb.base/sym-file.exp
3728         * gdb.base/symbol-without-target_section.exp
3729         * gdb.base/term.exp
3730         * gdb.base/testenv.exp
3731         * gdb.base/ui-redirect.exp
3732         * gdb.base/until.exp
3733         * gdb.base/unwindonsignal.exp
3734         * gdb.base/value-double-free.exp
3735         * gdb.base/vla-datatypes.exp
3736         * gdb.base/vla-ptr.exp
3737         * gdb.base/vla-sideeffect.exp
3738         * gdb.base/volatile.exp
3739         * gdb.base/watch-cond-infcall.exp
3740         * gdb.base/watch-cond.exp
3741         * gdb.base/watch-non-mem.exp
3742         * gdb.base/watch-read.exp
3743         * gdb.base/watch-vfork.exp
3744         * gdb.base/watchpoint-cond-gone.exp
3745         * gdb.base/watchpoint-delete.exp
3746         * gdb.base/watchpoint-hw-hit-once.exp
3747         * gdb.base/watchpoint-hw.exp
3748         * gdb.base/watchpoint-stops-at-right-insn.exp
3749         * gdb.base/watchpoints.exp
3750         * gdb.base/wchar.exp
3751         * gdb.base/whatis-exp.exp
3752         * gdb.btrace/buffer-size.exp
3753         * gdb.btrace/data.exp
3754         * gdb.btrace/delta.exp
3755         * gdb.btrace/dlopen.exp
3756         * gdb.btrace/enable.exp
3757         * gdb.btrace/exception.exp
3758         * gdb.btrace/function_call_history.exp
3759         * gdb.btrace/gcore.exp
3760         * gdb.btrace/instruction_history.exp
3761         * gdb.btrace/nohist.exp
3762         * gdb.btrace/reconnect.exp
3763         * gdb.btrace/record_goto-step.exp
3764         * gdb.btrace/record_goto.exp
3765         * gdb.btrace/rn-dl-bind.exp
3766         * gdb.btrace/segv.exp
3767         * gdb.btrace/step.exp
3768         * gdb.btrace/stepi.exp
3769         * gdb.btrace/tailcall-only.exp
3770         * gdb.btrace/tailcall.exp
3771         * gdb.btrace/tsx.exp
3772         * gdb.btrace/unknown_functions.exp
3773         * gdb.btrace/vdso.exp
3774         * gdb.compile/compile-ifunc.exp
3775         * gdb.compile/compile-ops.exp
3776         * gdb.compile/compile-print.exp
3777         * gdb.compile/compile-setjmp.exp
3778         * gdb.cp/abstract-origin.exp
3779         * gdb.cp/ambiguous.exp
3780         * gdb.cp/annota2.exp
3781         * gdb.cp/annota3.exp
3782         * gdb.cp/anon-ns.exp
3783         * gdb.cp/anon-struct.exp
3784         * gdb.cp/anon-union.exp
3785         * gdb.cp/arg-reference.exp
3786         * gdb.cp/baseenum.exp
3787         * gdb.cp/bool.exp
3788         * gdb.cp/breakpoint.exp
3789         * gdb.cp/bs15503.exp
3790         * gdb.cp/call-c.exp
3791         * gdb.cp/casts.exp
3792         * gdb.cp/chained-calls.exp
3793         * gdb.cp/class2.exp
3794         * gdb.cp/classes.exp
3795         * gdb.cp/cmpd-minsyms.exp
3796         * gdb.cp/converts.exp
3797         * gdb.cp/cp-relocate.exp
3798         * gdb.cp/cpcompletion.exp
3799         * gdb.cp/cpexprs.exp
3800         * gdb.cp/cplabel.exp
3801         * gdb.cp/cplusfuncs.exp
3802         * gdb.cp/cpsizeof.exp
3803         * gdb.cp/ctti.exp
3804         * gdb.cp/derivation.exp
3805         * gdb.cp/destrprint.exp
3806         * gdb.cp/dispcxx.exp
3807         * gdb.cp/enum-class.exp
3808         * gdb.cp/exception.exp
3809         * gdb.cp/exceptprint.exp
3810         * gdb.cp/expand-psymtabs-cxx.exp
3811         * gdb.cp/expand-sals.exp
3812         * gdb.cp/extern-c.exp
3813         * gdb.cp/filename.exp
3814         * gdb.cp/formatted-ref.exp
3815         * gdb.cp/fpointer.exp
3816         * gdb.cp/gdb1355.exp
3817         * gdb.cp/gdb2495.exp
3818         * gdb.cp/hang.exp
3819         * gdb.cp/impl-this.exp
3820         * gdb.cp/infcall-dlopen.exp
3821         * gdb.cp/inherit.exp
3822         * gdb.cp/iostream.exp
3823         * gdb.cp/koenig.exp
3824         * gdb.cp/local.exp
3825         * gdb.cp/m-data.exp
3826         * gdb.cp/m-static.exp
3827         * gdb.cp/mb-ctor.exp
3828         * gdb.cp/mb-inline.exp
3829         * gdb.cp/mb-templates.exp
3830         * gdb.cp/member-name.exp
3831         * gdb.cp/member-ptr.exp
3832         * gdb.cp/meth-typedefs.exp
3833         * gdb.cp/method.exp
3834         * gdb.cp/method2.exp
3835         * gdb.cp/minsym-fallback.exp
3836         * gdb.cp/misc.exp
3837         * gdb.cp/namelessclass.exp
3838         * gdb.cp/namespace-enum.exp
3839         * gdb.cp/namespace-nested-import.exp
3840         * gdb.cp/namespace.exp
3841         * gdb.cp/nextoverthrow.exp
3842         * gdb.cp/no-dmgl-verbose.exp
3843         * gdb.cp/non-trivial-retval.exp
3844         * gdb.cp/noparam.exp
3845         * gdb.cp/nsdecl.exp
3846         * gdb.cp/nsimport.exp
3847         * gdb.cp/nsnested.exp
3848         * gdb.cp/nsnoimports.exp
3849         * gdb.cp/nsrecurs.exp
3850         * gdb.cp/nsstress.exp
3851         * gdb.cp/nsusing.exp
3852         * gdb.cp/operator.exp
3853         * gdb.cp/oranking.exp
3854         * gdb.cp/overload-const.exp
3855         * gdb.cp/overload.exp
3856         * gdb.cp/ovldbreak.exp
3857         * gdb.cp/ovsrch.exp
3858         * gdb.cp/paren-type.exp
3859         * gdb.cp/parse-lang.exp
3860         * gdb.cp/pass-by-ref.exp
3861         * gdb.cp/pr-1023.exp
3862         * gdb.cp/pr-1210.exp
3863         * gdb.cp/pr-574.exp
3864         * gdb.cp/pr10687.exp
3865         * gdb.cp/pr12028.exp
3866         * gdb.cp/pr17132.exp
3867         * gdb.cp/pr17494.exp
3868         * gdb.cp/pr9067.exp
3869         * gdb.cp/pr9167.exp
3870         * gdb.cp/pr9631.exp
3871         * gdb.cp/printmethod.exp
3872         * gdb.cp/psmang.exp
3873         * gdb.cp/psymtab-parameter.exp
3874         * gdb.cp/ptype-cv-cp.exp
3875         * gdb.cp/ptype-flags.exp
3876         * gdb.cp/re-set-overloaded.exp
3877         * gdb.cp/ref-types.exp
3878         * gdb.cp/rtti.exp
3879         * gdb.cp/scope-err.exp
3880         * gdb.cp/shadow.exp
3881         * gdb.cp/smartp.exp
3882         * gdb.cp/static-method.exp
3883         * gdb.cp/static-print-quit.exp
3884         * gdb.cp/temargs.exp
3885         * gdb.cp/templates.exp
3886         * gdb.cp/try_catch.exp
3887         * gdb.cp/typedef-operator.exp
3888         * gdb.cp/typeid.exp
3889         * gdb.cp/userdef.exp
3890         * gdb.cp/using-crash.exp
3891         * gdb.cp/var-tag.exp
3892         * gdb.cp/virtbase.exp
3893         * gdb.cp/virtfunc.exp
3894         * gdb.cp/virtfunc2.exp
3895         * gdb.cp/vla-cxx.exp
3896         * gdb.disasm/t01_mov.exp
3897         * gdb.disasm/t02_mova.exp
3898         * gdb.disasm/t03_add.exp
3899         * gdb.disasm/t04_sub.exp
3900         * gdb.disasm/t05_cmp.exp
3901         * gdb.disasm/t06_ari2.exp
3902         * gdb.disasm/t07_ari3.exp
3903         * gdb.disasm/t08_or.exp
3904         * gdb.disasm/t09_xor.exp
3905         * gdb.disasm/t10_and.exp
3906         * gdb.disasm/t11_logs.exp
3907         * gdb.disasm/t12_bit.exp
3908         * gdb.disasm/t13_otr.exp
3909         * gdb.dlang/circular.exp
3910         * gdb.dwarf2/arr-stride.exp
3911         * gdb.dwarf2/arr-subrange.exp
3912         * gdb.dwarf2/atomic-type.exp
3913         * gdb.dwarf2/bad-regnum.exp
3914         * gdb.dwarf2/bitfield-parent-optimized-out.exp
3915         * gdb.dwarf2/callframecfa.exp
3916         * gdb.dwarf2/clztest.exp
3917         * gdb.dwarf2/corrupt.exp
3918         * gdb.dwarf2/data-loc.exp
3919         * gdb.dwarf2/dup-psym.exp
3920         * gdb.dwarf2/dw2-anon-mptr.exp
3921         * gdb.dwarf2/dw2-anonymous-func.exp
3922         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
3923         * gdb.dwarf2/dw2-bad-unresolved.exp
3924         * gdb.dwarf2/dw2-basic.exp
3925         * gdb.dwarf2/dw2-canonicalize-type.exp
3926         * gdb.dwarf2/dw2-case-insensitive.exp
3927         * gdb.dwarf2/dw2-common-block.exp
3928         * gdb.dwarf2/dw2-compdir-oldgcc.exp
3929         * gdb.dwarf2/dw2-compressed.exp
3930         * gdb.dwarf2/dw2-const.exp
3931         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
3932         * gdb.dwarf2/dw2-cu-size.exp
3933         * gdb.dwarf2/dw2-dup-frame.exp
3934         * gdb.dwarf2/dw2-entry-value.exp
3935         * gdb.dwarf2/dw2-icycle.exp
3936         * gdb.dwarf2/dw2-ifort-parameter.exp
3937         * gdb.dwarf2/dw2-inline-break.exp
3938         * gdb.dwarf2/dw2-inline-param.exp
3939         * gdb.dwarf2/dw2-intercu.exp
3940         * gdb.dwarf2/dw2-intermix.exp
3941         * gdb.dwarf2/dw2-lexical-block-bare.exp
3942         * gdb.dwarf2/dw2-linkage-name-trust.exp
3943         * gdb.dwarf2/dw2-minsym-in-cu.exp
3944         * gdb.dwarf2/dw2-noloc.exp
3945         * gdb.dwarf2/dw2-op-call.exp
3946         * gdb.dwarf2/dw2-op-out-param.exp
3947         * gdb.dwarf2/dw2-opt-structptr.exp
3948         * gdb.dwarf2/dw2-param-error.exp
3949         * gdb.dwarf2/dw2-producer.exp
3950         * gdb.dwarf2/dw2-ranges-base.exp
3951         * gdb.dwarf2/dw2-ref-missing-frame.exp
3952         * gdb.dwarf2/dw2-reg-undefined.exp
3953         * gdb.dwarf2/dw2-regno-invalid.exp
3954         * gdb.dwarf2/dw2-restore.exp
3955         * gdb.dwarf2/dw2-restrict.exp
3956         * gdb.dwarf2/dw2-single-line-discriminators.exp
3957         * gdb.dwarf2/dw2-strp.exp
3958         * gdb.dwarf2/dw2-undefined-ret-addr.exp
3959         * gdb.dwarf2/dw2-unresolved.exp
3960         * gdb.dwarf2/dw2-var-zero-addr.exp
3961         * gdb.dwarf2/dw4-sig-types.exp
3962         * gdb.dwarf2/dwz.exp
3963         * gdb.dwarf2/dynarr-ptr.exp
3964         * gdb.dwarf2/enum-type.exp
3965         * gdb.dwarf2/gdb-index.exp
3966         * gdb.dwarf2/implptr-64bit.exp
3967         * gdb.dwarf2/implptr-optimized-out.exp
3968         * gdb.dwarf2/implptr.exp
3969         * gdb.dwarf2/implref-array.exp
3970         * gdb.dwarf2/implref-const.exp
3971         * gdb.dwarf2/implref-global.exp
3972         * gdb.dwarf2/implref-struct.exp
3973         * gdb.dwarf2/mac-fileno.exp
3974         * gdb.dwarf2/main-subprogram.exp
3975         * gdb.dwarf2/member-ptr-forwardref.exp
3976         * gdb.dwarf2/method-ptr.exp
3977         * gdb.dwarf2/missing-sig-type.exp
3978         * gdb.dwarf2/nonvar-access.exp
3979         * gdb.dwarf2/opaque-type-lookup.exp
3980         * gdb.dwarf2/pieces-optimized-out.exp
3981         * gdb.dwarf2/pieces.exp
3982         * gdb.dwarf2/pr10770.exp
3983         * gdb.dwarf2/pr13961.exp
3984         * gdb.dwarf2/staticvirtual.exp
3985         * gdb.dwarf2/subrange.exp
3986         * gdb.dwarf2/symtab-producer.exp
3987         * gdb.dwarf2/trace-crash.exp
3988         * gdb.dwarf2/typeddwarf.exp
3989         * gdb.dwarf2/valop.exp
3990         * gdb.dwarf2/watch-notconst.exp
3991         * gdb.fortran/array-element.exp
3992         * gdb.fortran/charset.exp
3993         * gdb.fortran/common-block.exp
3994         * gdb.fortran/complex.exp
3995         * gdb.fortran/derived-type-function.exp
3996         * gdb.fortran/derived-type.exp
3997         * gdb.fortran/logical.exp
3998         * gdb.fortran/module.exp
3999         * gdb.fortran/multi-dim.exp
4000         * gdb.fortran/nested-funcs.exp
4001         * gdb.fortran/print-formatted.exp
4002         * gdb.fortran/subarray.exp
4003         * gdb.fortran/vla-alloc-assoc.exp
4004         * gdb.fortran/vla-datatypes.exp
4005         * gdb.fortran/vla-history.exp
4006         * gdb.fortran/vla-ptr-info.exp
4007         * gdb.fortran/vla-ptype-sub.exp
4008         * gdb.fortran/vla-ptype.exp
4009         * gdb.fortran/vla-sizeof.exp
4010         * gdb.fortran/vla-type.exp
4011         * gdb.fortran/vla-value-sub-arbitrary.exp
4012         * gdb.fortran/vla-value-sub-finish.exp
4013         * gdb.fortran/vla-value-sub.exp
4014         * gdb.fortran/vla-value.exp
4015         * gdb.fortran/whatis_type.exp
4016         * gdb.go/chan.exp
4017         * gdb.go/handcall.exp
4018         * gdb.go/hello.exp
4019         * gdb.go/integers.exp
4020         * gdb.go/methods.exp
4021         * gdb.go/package.exp
4022         * gdb.go/strings.exp
4023         * gdb.go/types.exp
4024         * gdb.go/unsafe.exp
4025         * gdb.guile/scm-arch.exp
4026         * gdb.guile/scm-block.exp
4027         * gdb.guile/scm-breakpoint.exp
4028         * gdb.guile/scm-cmd.exp
4029         * gdb.guile/scm-disasm.exp
4030         * gdb.guile/scm-equal.exp
4031         * gdb.guile/scm-frame-args.exp
4032         * gdb.guile/scm-frame-inline.exp
4033         * gdb.guile/scm-frame.exp
4034         * gdb.guile/scm-iterator.exp
4035         * gdb.guile/scm-math.exp
4036         * gdb.guile/scm-objfile.exp
4037         * gdb.guile/scm-ports.exp
4038         * gdb.guile/scm-symbol.exp
4039         * gdb.guile/scm-symtab.exp
4040         * gdb.guile/scm-value-cc.exp
4041         * gdb.guile/types-module.exp
4042         * gdb.linespec/break-ask.exp
4043         * gdb.linespec/cpexplicit.exp
4044         * gdb.linespec/explicit.exp
4045         * gdb.linespec/keywords.exp
4046         * gdb.linespec/linespec.exp
4047         * gdb.linespec/ls-dollar.exp
4048         * gdb.linespec/ls-errs.exp
4049         * gdb.linespec/skip-two.exp
4050         * gdb.linespec/thread.exp
4051         * gdb.mi/mi-async.exp
4052         * gdb.mi/mi-basics.exp
4053         * gdb.mi/mi-break.exp
4054         * gdb.mi/mi-catch-load.exp
4055         * gdb.mi/mi-cli.exp
4056         * gdb.mi/mi-cmd-param-changed.exp
4057         * gdb.mi/mi-console.exp
4058         * gdb.mi/mi-detach.exp
4059         * gdb.mi/mi-disassemble.exp
4060         * gdb.mi/mi-eval.exp
4061         * gdb.mi/mi-file-transfer.exp
4062         * gdb.mi/mi-file.exp
4063         * gdb.mi/mi-fill-memory.exp
4064         * gdb.mi/mi-inheritance-syntax-error.exp
4065         * gdb.mi/mi-linespec-err-cp.exp
4066         * gdb.mi/mi-logging.exp
4067         * gdb.mi/mi-memory-changed.exp
4068         * gdb.mi/mi-read-memory.exp
4069         * gdb.mi/mi-record-changed.exp
4070         * gdb.mi/mi-reg-undefined.exp
4071         * gdb.mi/mi-regs.exp
4072         * gdb.mi/mi-return.exp
4073         * gdb.mi/mi-reverse.exp
4074         * gdb.mi/mi-simplerun.exp
4075         * gdb.mi/mi-solib.exp
4076         * gdb.mi/mi-stack.exp
4077         * gdb.mi/mi-stepi.exp
4078         * gdb.mi/mi-syn-frame.exp
4079         * gdb.mi/mi-until.exp
4080         * gdb.mi/mi-var-block.exp
4081         * gdb.mi/mi-var-child.exp
4082         * gdb.mi/mi-var-cmd.exp
4083         * gdb.mi/mi-var-cp.exp
4084         * gdb.mi/mi-var-display.exp
4085         * gdb.mi/mi-var-invalidate.exp
4086         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4087         * gdb.mi/mi-vla-fortran.exp
4088         * gdb.mi/mi-watch.exp
4089         * gdb.mi/mi2-var-child.exp
4090         * gdb.mi/user-selected-context-sync.exp
4091         * gdb.modula2/unbounded-array.exp
4092         * gdb.multi/dummy-frame-restore.exp
4093         * gdb.multi/multi-arch-exec.exp
4094         * gdb.multi/multi-arch.exp
4095         * gdb.multi/tids.exp
4096         * gdb.multi/watchpoint-multi.exp
4097         * gdb.opencl/callfuncs.exp
4098         * gdb.opencl/convs_casts.exp
4099         * gdb.opencl/datatypes.exp
4100         * gdb.opencl/operators.exp
4101         * gdb.opencl/vec_comps.exp
4102         * gdb.opt/clobbered-registers-O2.exp
4103         * gdb.opt/inline-break.exp
4104         * gdb.opt/inline-bt.exp
4105         * gdb.opt/inline-cmds.exp
4106         * gdb.opt/inline-locals.exp
4107         * gdb.pascal/case-insensitive-symbols.exp
4108         * gdb.pascal/floats.exp
4109         * gdb.pascal/gdb11492.exp
4110         * gdb.python/lib-types.exp
4111         * gdb.python/py-arch.exp
4112         * gdb.python/py-as-string.exp
4113         * gdb.python/py-bad-printers.exp
4114         * gdb.python/py-block.exp
4115         * gdb.python/py-breakpoint-create-fail.exp
4116         * gdb.python/py-breakpoint.exp
4117         * gdb.python/py-caller-is.exp
4118         * gdb.python/py-cmd.exp
4119         * gdb.python/py-explore-cc.exp
4120         * gdb.python/py-explore.exp
4121         * gdb.python/py-finish-breakpoint.exp
4122         * gdb.python/py-finish-breakpoint2.exp
4123         * gdb.python/py-frame-args.exp
4124         * gdb.python/py-frame-inline.exp
4125         * gdb.python/py-frame.exp
4126         * gdb.python/py-framefilter-mi.exp
4127         * gdb.python/py-infthread.exp
4128         * gdb.python/py-lazy-string.exp
4129         * gdb.python/py-linetable.exp
4130         * gdb.python/py-mi-events.exp
4131         * gdb.python/py-mi-objfile.exp
4132         * gdb.python/py-mi.exp
4133         * gdb.python/py-objfile.exp
4134         * gdb.python/py-pp-integral.exp
4135         * gdb.python/py-pp-maint.exp
4136         * gdb.python/py-pp-re-notag.exp
4137         * gdb.python/py-pp-registration.exp
4138         * gdb.python/py-recurse-unwind.exp
4139         * gdb.python/py-strfns.exp
4140         * gdb.python/py-symbol.exp
4141         * gdb.python/py-symtab.exp
4142         * gdb.python/py-sync-interp.exp
4143         * gdb.python/py-typeprint.exp
4144         * gdb.python/py-unwind-maint.exp
4145         * gdb.python/py-unwind.exp
4146         * gdb.python/py-value-cc.exp
4147         * gdb.python/py-xmethods.exp
4148         * gdb.reverse/amd64-tailcall-reverse.exp
4149         * gdb.reverse/break-precsave.exp
4150         * gdb.reverse/break-reverse.exp
4151         * gdb.reverse/consecutive-precsave.exp
4152         * gdb.reverse/consecutive-reverse.exp
4153         * gdb.reverse/finish-precsave.exp
4154         * gdb.reverse/finish-reverse-bkpt.exp
4155         * gdb.reverse/finish-reverse.exp
4156         * gdb.reverse/fstatat-reverse.exp
4157         * gdb.reverse/getresuid-reverse.exp
4158         * gdb.reverse/i386-precsave.exp
4159         * gdb.reverse/i386-reverse.exp
4160         * gdb.reverse/i386-sse-reverse.exp
4161         * gdb.reverse/i387-env-reverse.exp
4162         * gdb.reverse/i387-stack-reverse.exp
4163         * gdb.reverse/insn-reverse.exp
4164         * gdb.reverse/machinestate-precsave.exp
4165         * gdb.reverse/machinestate.exp
4166         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4167         * gdb.reverse/pipe-reverse.exp
4168         * gdb.reverse/readv-reverse.exp
4169         * gdb.reverse/recvmsg-reverse.exp
4170         * gdb.reverse/rerun-prec.exp
4171         * gdb.reverse/s390-mvcle.exp
4172         * gdb.reverse/step-precsave.exp
4173         * gdb.reverse/step-reverse.exp
4174         * gdb.reverse/time-reverse.exp
4175         * gdb.reverse/until-precsave.exp
4176         * gdb.reverse/until-reverse.exp
4177         * gdb.reverse/waitpid-reverse.exp
4178         * gdb.reverse/watch-precsave.exp
4179         * gdb.reverse/watch-reverse.exp
4180         * gdb.rust/generics.exp
4181         * gdb.rust/methods.exp
4182         * gdb.rust/modules.exp
4183         * gdb.rust/simple.exp
4184         * gdb.server/connect-with-no-symbol-file.exp
4185         * gdb.server/ext-attach.exp
4186         * gdb.server/ext-restart.exp
4187         * gdb.server/ext-wrapper.exp
4188         * gdb.server/file-transfer.exp
4189         * gdb.server/server-exec-info.exp
4190         * gdb.server/server-kill.exp
4191         * gdb.server/server-mon.exp
4192         * gdb.server/wrapper.exp
4193         * gdb.stabs/exclfwd.exp
4194         * gdb.stabs/gdb11479.exp
4195         * gdb.threads/clone-new-thread-event.exp
4196         * gdb.threads/corethreads.exp
4197         * gdb.threads/current-lwp-dead.exp
4198         * gdb.threads/dlopen-libpthread.exp
4199         * gdb.threads/gcore-thread.exp
4200         * gdb.threads/sigstep-threads.exp
4201         * gdb.threads/watchpoint-fork.exp
4202         * gdb.trace/actions-changed.exp
4203         * gdb.trace/backtrace.exp
4204         * gdb.trace/change-loc.exp
4205         * gdb.trace/circ.exp
4206         * gdb.trace/collection.exp
4207         * gdb.trace/disconnected-tracing.exp
4208         * gdb.trace/ftrace.exp
4209         * gdb.trace/mi-trace-frame-collected.exp
4210         * gdb.trace/mi-trace-unavailable.exp
4211         * gdb.trace/mi-traceframe-changed.exp
4212         * gdb.trace/mi-tsv-changed.exp
4213         * gdb.trace/no-attach-trace.exp
4214         * gdb.trace/passc-dyn.exp
4215         * gdb.trace/qtro.exp
4216         * gdb.trace/range-stepping.exp
4217         * gdb.trace/read-memory.exp
4218         * gdb.trace/save-trace.exp
4219         * gdb.trace/signal.exp
4220         * gdb.trace/status-stop.exp
4221         * gdb.trace/tfile.exp
4222         * gdb.trace/trace-break.exp
4223         * gdb.trace/trace-buffer-size.exp
4224         * gdb.trace/trace-condition.exp
4225         * gdb.trace/tracefile-pseudo-reg.exp
4226         * gdb.trace/tstatus.exp
4227         * gdb.trace/unavailable.exp
4228         * gdb.trace/while-dyn.exp
4229         * gdb.trace/while-stepping.exp
4230
4231 2016-12-22  Doug Evans  <xdje42@gmail.com>
4232
4233         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4234         and msymbols.
4235
4236 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4237
4238         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4239         (test_with_self): Don't call do_steps_and_nexts, and remove
4240         code about stepping into xmalloc.
4241
4242 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4243
4244         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4245
4246 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4247
4248         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4249
4250 2016-12-09  Pedro Alves  <palves@redhat.com>
4251
4252         * gdb.base/all-architectures-0.exp: New file.
4253         * gdb.base/all-architectures-1.exp: New file.
4254         * gdb.base/all-architectures-2.exp: New file.
4255         * gdb.base/all-architectures-3.exp: New file.
4256         * gdb.base/all-architectures-4.exp: New file.
4257         * gdb.base/all-architectures-5.exp: New file.
4258         * gdb.base/all-architectures-6.exp: New file.
4259         * gdb.base/all-architectures-7.exp: New file.
4260         * gdb.base/all-architectures.exp.in: New file.
4261
4262 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4263
4264         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4265
4266 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4267
4268         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4269         possible.
4270         Remove useless pattern-matching code.
4271
4272 2016-12-02  Pedro Alves  <palves@redhat.com>
4273
4274         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4275         procedure.
4276         (top level): Call it.
4277
4278 2016-12-02  Pedro Alves  <palves@redhat.com>
4279
4280         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4281         New procedure.
4282         (top level): Call it.
4283
4284 2016-12-02  Pedro Alves  <palves@redhat.com>
4285
4286         PR cli/20559
4287         * gdb.base/commands.exp (user_defined_command_args_eval): New
4288         procedure.
4289         (top level): Call it.
4290
4291 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4292
4293         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4294         timeout handling.
4295
4296 2016-12-02  Tom Tromey  <tom@tromey.com>
4297
4298         * gdb.dwarf2/main-subprogram.c: New file.
4299         * gdb.dwarf2/main-subprogram.exp: New file.
4300
4301 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4302
4303         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4304         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4305         gdb_test_no_output for a couple of cases.
4306         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4307
4308 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4309
4310         Fix test names and standardize compilation error messages throughout
4311         the following files:
4312
4313         * gdb.ada/start.exp
4314         * gdb.arch/alpha-step.exp
4315         * gdb.arch/e500-prologue.exp
4316         * gdb.arch/ftrace-insn-reloc.exp
4317         * gdb.arch/gdb1291.exp
4318         * gdb.arch/gdb1431.exp
4319         * gdb.arch/gdb1558.exp
4320         * gdb.arch/i386-dr3-watch.exp
4321         * gdb.arch/i386-sse-stack-align.exp
4322         * gdb.arch/ia64-breakpoint-shadow.exp
4323         * gdb.arch/pa-nullify.exp
4324         * gdb.arch/powerpc-aix-prologue.exp
4325         * gdb.arch/thumb-bx-pc.exp
4326         * gdb.base/annota1.exp
4327         * gdb.base/annota3.exp
4328         * gdb.base/arrayidx.exp
4329         * gdb.base/assign.exp
4330         * gdb.base/attach.exp
4331         * gdb.base/auxv.exp
4332         * gdb.base/bang.exp
4333         * gdb.base/bfp-test.exp
4334         * gdb.base/bigcore.exp
4335         * gdb.base/bitfields2.exp
4336         * gdb.base/break-fun-addr.exp
4337         * gdb.base/break-probes.exp
4338         * gdb.base/call-rt-st.exp
4339         * gdb.base/callexit.exp
4340         * gdb.base/catch-fork-kill.exp
4341         * gdb.base/charset.exp
4342         * gdb.base/checkpoint.exp
4343         * gdb.base/comprdebug.exp
4344         * gdb.base/constvars.exp
4345         * gdb.base/coredump-filter.exp
4346         * gdb.base/cursal.exp
4347         * gdb.base/cvexpr.exp
4348         * gdb.base/detach.exp
4349         * gdb.base/display.exp
4350         * gdb.base/dmsym.exp
4351         * gdb.base/dprintf-pending.exp
4352         * gdb.base/dso2dso.exp
4353         * gdb.base/dtrace-probe.exp
4354         * gdb.base/dump.exp
4355         * gdb.base/enum_cond.exp
4356         * gdb.base/exe-lock.exp
4357         * gdb.base/exec-invalid-sysroot.exp
4358         * gdb.base/execl-update-breakpoints.exp
4359         * gdb.base/exprs.exp
4360         * gdb.base/fileio.exp
4361         * gdb.base/find.exp
4362         * gdb.base/finish.exp
4363         * gdb.base/fixsection.exp
4364         * gdb.base/foll-vfork.exp
4365         * gdb.base/frame-args.exp
4366         * gdb.base/gcore.exp
4367         * gdb.base/gdb1250.exp
4368         * gdb.base/global-var-nested-by-dso.exp
4369         * gdb.base/gnu-ifunc.exp
4370         * gdb.base/hashline1.exp
4371         * gdb.base/hashline2.exp
4372         * gdb.base/hashline3.exp
4373         * gdb.base/hbreak-in-shr-unsupported.exp
4374         * gdb.base/huge.exp
4375         * gdb.base/infcall-input.exp
4376         * gdb.base/info-fun.exp
4377         * gdb.base/info-shared.exp
4378         * gdb.base/jit-simple.exp
4379         * gdb.base/jit-so.exp
4380         * gdb.base/jit.exp
4381         * gdb.base/jump.exp
4382         * gdb.base/label.exp
4383         * gdb.base/lineinc.exp
4384         * gdb.base/logical.exp
4385         * gdb.base/longjmp.exp
4386         * gdb.base/macscp.exp
4387         * gdb.base/miscexprs.exp
4388         * gdb.base/new-ui-echo.exp
4389         * gdb.base/new-ui-pending-input.exp
4390         * gdb.base/new-ui.exp
4391         * gdb.base/nodebug.exp
4392         * gdb.base/nofield.exp
4393         * gdb.base/offsets.exp
4394         * gdb.base/overlays.exp
4395         * gdb.base/pending.exp
4396         * gdb.base/pointers.exp
4397         * gdb.base/pr11022.exp
4398         * gdb.base/printcmds.exp
4399         * gdb.base/prologue.exp
4400         * gdb.base/ptr-typedef.exp
4401         * gdb.base/realname-expand.exp
4402         * gdb.base/relativedebug.exp
4403         * gdb.base/relocate.exp
4404         * gdb.base/remote.exp
4405         * gdb.base/reread.exp
4406         * gdb.base/return2.exp
4407         * gdb.base/savedregs.exp
4408         * gdb.base/sep.exp
4409         * gdb.base/sepdebug.exp
4410         * gdb.base/sepsymtab.exp
4411         * gdb.base/set-inferior-tty.exp
4412         * gdb.base/setshow.exp
4413         * gdb.base/shlib-call.exp
4414         * gdb.base/sigaltstack.exp
4415         * gdb.base/siginfo-addr.exp
4416         * gdb.base/signals.exp
4417         * gdb.base/signull.exp
4418         * gdb.base/sigrepeat.exp
4419         * gdb.base/so-impl-ld.exp
4420         * gdb.base/solib-display.exp
4421         * gdb.base/solib-overlap.exp
4422         * gdb.base/solib-search.exp
4423         * gdb.base/solib-symbol.exp
4424         * gdb.base/structs.exp
4425         * gdb.base/structs2.exp
4426         * gdb.base/symtab-search-order.exp
4427         * gdb.base/twice.exp
4428         * gdb.base/unload.exp
4429         * gdb.base/varargs.exp
4430         * gdb.base/watchpoint-solib.exp
4431         * gdb.base/watchpoint.exp
4432         * gdb.base/whatis.exp
4433         * gdb.base/wrong_frame_bt_full.exp
4434         * gdb.btrace/dlopen.exp
4435         * gdb.cell/ea-standalone.exp
4436         * gdb.cell/ea-test.exp
4437         * gdb.cp/dispcxx.exp
4438         * gdb.cp/gdb2384.exp
4439         * gdb.cp/method2.exp
4440         * gdb.cp/nextoverthrow.exp
4441         * gdb.cp/pr10728.exp
4442         * gdb.disasm/am33.exp
4443         * gdb.disasm/h8300s.exp
4444         * gdb.disasm/mn10300.exp
4445         * gdb.disasm/sh3.exp
4446         * gdb.dwarf2/dw2-dir-file-name.exp
4447         * gdb.fortran/complex.exp
4448         * gdb.fortran/library-module.exp
4449         * gdb.guile/scm-pretty-print.exp
4450         * gdb.guile/scm-symbol.exp
4451         * gdb.guile/scm-type.exp
4452         * gdb.guile/scm-value.exp
4453         * gdb.linespec/linespec.exp
4454         * gdb.mi/gdb701.exp
4455         * gdb.mi/gdb792.exp
4456         * gdb.mi/mi-breakpoint-changed.exp
4457         * gdb.mi/mi-dprintf-pending.exp
4458         * gdb.mi/mi-dprintf.exp
4459         * gdb.mi/mi-exit-code.exp
4460         * gdb.mi/mi-pending.exp
4461         * gdb.mi/mi-solib.exp
4462         * gdb.mi/new-ui-mi-sync.exp
4463         * gdb.mi/pr11022.exp
4464         * gdb.mi/user-selected-context-sync.exp
4465         * gdb.opt/solib-intra-step.exp
4466         * gdb.python/py-events.exp
4467         * gdb.python/py-finish-breakpoint.exp
4468         * gdb.python/py-mi.exp
4469         * gdb.python/py-prettyprint.exp
4470         * gdb.python/py-shared.exp
4471         * gdb.python/py-symbol.exp
4472         * gdb.python/py-template.exp
4473         * gdb.python/py-type.exp
4474         * gdb.python/py-value.exp
4475         * gdb.reverse/solib-precsave.exp
4476         * gdb.reverse/solib-reverse.exp
4477         * gdb.server/solib-list.exp
4478         * gdb.stabs/weird.exp
4479         * gdb.threads/reconnect-signal.exp
4480         * gdb.threads/stepi-random-signal.exp
4481         * gdb.trace/actions.exp
4482         * gdb.trace/ax.exp
4483         * gdb.trace/backtrace.exp
4484         * gdb.trace/change-loc.exp
4485         * gdb.trace/deltrace.exp
4486         * gdb.trace/ftrace-lock.exp
4487         * gdb.trace/ftrace.exp
4488         * gdb.trace/infotrace.exp
4489         * gdb.trace/mi-tracepoint-changed.exp
4490         * gdb.trace/packetlen.exp
4491         * gdb.trace/passcount.exp
4492         * gdb.trace/pending.exp
4493         * gdb.trace/range-stepping.exp
4494         * gdb.trace/report.exp
4495         * gdb.trace/stap-trace.exp
4496         * gdb.trace/tfind.exp
4497         * gdb.trace/trace-break.exp
4498         * gdb.trace/trace-condition.exp
4499         * gdb.trace/trace-enable-disable.exp
4500         * gdb.trace/trace-mt.exp
4501         * gdb.trace/tracecmd.exp
4502         * gdb.trace/tspeed.exp
4503         * gdb.trace/tsv.exp
4504         * lib/perftest.exp
4505
4506 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4507
4508         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4509         with gdb_test_no_output.
4510         Use command as test name.
4511
4512 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4513
4514         Fix test names starting with uppercase throughout the files.
4515
4516         * gdb.ada/assign_1.exp
4517         * gdb.ada/boolean_expr.exp
4518         * gdb.base/arrayidx.exp
4519         * gdb.base/del.exp
4520         * gdb.base/gcore-buffer-overflow.exp
4521         * gdb.base/testenv.exp
4522         * gdb.compile/compile.exp
4523         * gdb.python/py-framefilter-invalidarg.exp
4524         * gdb.python/py-framefilter.exp
4525
4526 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4527
4528         Fix test names starting with uppercase throughout the files.
4529
4530         * gdb.ada/array_return.exp
4531         * gdb.ada/expr_delims.exp
4532         * gdb.ada/mi_dyn_arr.exp
4533         * gdb.ada/mi_interface.exp
4534         * gdb.ada/mi_var_array.exp
4535         * gdb.ada/watch_arg.exp
4536         * gdb.arch/alpha-step.exp
4537         * gdb.arch/altivec-regs.exp
4538         * gdb.arch/e500-regs.exp
4539         * gdb.arch/powerpc-d128-regs.exp
4540         * gdb.base/arrayidx.exp
4541         * gdb.base/break.exp
4542         * gdb.base/checkpoint.exp
4543         * gdb.base/debug-expr.exp
4544         * gdb.base/dmsym.exp
4545         * gdb.base/radix.exp
4546         * gdb.base/sepdebug.exp
4547         * gdb.base/testenv.exp
4548         * gdb.base/watch_thread_num.exp
4549         * gdb.base/watchpoint-cond-gone.exp
4550         * gdb.cell/break.exp
4551         * gdb.cell/ea-cache.exp
4552         * gdb.compile/compile.exp
4553         * gdb.cp/gdb2495.exp
4554         * gdb.gdb/selftest.exp
4555         * gdb.gdb/xfullpath.exp
4556         * gdb.go/hello.exp
4557         * gdb.go/integers.exp
4558         * gdb.objc/basicclass.exp
4559         * gdb.pascal/hello.exp
4560         * gdb.pascal/integers.exp
4561         * gdb.python/py-breakpoint.exp
4562         * gdb.python/py-cmd.exp
4563         * gdb.python/py-linetable.exp
4564         * gdb.python/py-xmethods.exp
4565         * gdb.python/python.exp
4566         * gdb.reverse/consecutive-precsave.exp
4567         * gdb.reverse/finish-precsave.exp
4568         * gdb.reverse/i386-precsave.exp
4569         * gdb.reverse/machinestate-precsave.exp
4570         * gdb.reverse/sigall-precsave.exp
4571         * gdb.reverse/solib-precsave.exp
4572         * gdb.reverse/step-precsave.exp
4573         * gdb.reverse/until-precsave.exp
4574         * gdb.reverse/watch-precsave.exp
4575         * gdb.threads/leader-exit.exp
4576         * gdb.threads/pthreads.exp
4577         * gdb.threads/wp-replication.exp
4578         * gdb.trace/actions.exp
4579         * gdb.trace/mi-tsv-changed.exp
4580         * gdb.trace/tsv.exp
4581
4582 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4583
4584         Fix test names starting with uppercase throughout the files.
4585
4586         * gdb.arch/i386-bp_permanent.exp
4587         * gdb.arch/i386-gnu-cfi.exp
4588         * gdb.base/disasm-end-cu.exp
4589         * gdb.base/macscp.exp
4590         * gdb.base/pending.exp
4591         * gdb.base/watch_thread_num.exp
4592         * gdb.cp/exception.exp
4593         * gdb.cp/gdb2495.exp
4594         * gdb.cp/local.exp
4595         * gdb.python/py-evsignal.exp
4596         * gdb.python/python.exp
4597         * gdb.trace/tracecmd.exp
4598
4599 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4600
4601         Fix test names starting with uppercase throughout the files.
4602
4603         * gdb.base/charset.exp
4604         * gdb.base/eval.exp
4605         * gdb.base/multi-forks.exp
4606         * gdb.guile/scm-progspace.exp
4607         * gdb.opencl/datatypes.exp
4608         * gdb.python/py-block.exp
4609         * gdb.python/py-function.exp
4610         * gdb.python/py-symbol.exp
4611         * gdb.python/py-symtab.exp
4612         * gdb.python/py-xmethods.exp
4613         * gdb.reverse/break-precsave.exp
4614         * gdb.reverse/break-reverse.exp
4615         * gdb.reverse/consecutive-precsave.exp
4616         * gdb.reverse/consecutive-reverse.exp
4617         * gdb.reverse/finish-precsave.exp
4618         * gdb.reverse/finish-reverse-bkpt.exp
4619         * gdb.reverse/finish-reverse.exp
4620         * gdb.reverse/fstatat-reverse.exp
4621         * gdb.reverse/getresuid-reverse.exp
4622         * gdb.reverse/i386-precsave.exp
4623         * gdb.reverse/i386-reverse.exp
4624         * gdb.reverse/i386-sse-reverse.exp
4625         * gdb.reverse/i387-stack-reverse.exp
4626         * gdb.reverse/insn-reverse.exp
4627         * gdb.reverse/machinestate-precsave.exp
4628         * gdb.reverse/machinestate.exp
4629         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4630         * gdb.reverse/pipe-reverse.exp
4631         * gdb.reverse/readv-reverse.exp
4632         * gdb.reverse/recvmsg-reverse.exp
4633         * gdb.reverse/rerun-prec.exp
4634         * gdb.reverse/s390-mvcle.exp
4635         * gdb.reverse/sigall-precsave.exp
4636         * gdb.reverse/sigall-reverse.exp
4637         * gdb.reverse/solib-precsave.exp
4638         * gdb.reverse/solib-reverse.exp
4639         * gdb.reverse/step-precsave.exp
4640         * gdb.reverse/step-reverse.exp
4641         * gdb.reverse/time-reverse.exp
4642         * gdb.reverse/until-precsave.exp
4643         * gdb.reverse/until-reverse.exp
4644         * gdb.reverse/waitpid-reverse.exp
4645         * gdb.reverse/watch-precsave.exp
4646         * gdb.reverse/watch-reverse.exp
4647
4648 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4649
4650         Fix test names starting with uppercase throughout the files.
4651
4652         * gdb.arch/i386-mpx-simple_segv.exp
4653         * gdb.arch/i386-mpx.exp
4654         * gdb.arch/i386-permbkpt.exp
4655         * gdb.arch/pa-nullify.exp
4656         * gdb.arch/powerpc-d128-regs.exp
4657         * gdb.arch/vsx-regs.exp
4658         * gdb.base/bfp-test.exp
4659         * gdb.base/break.exp
4660         * gdb.base/breakpoint-shadow.exp
4661         * gdb.base/callfuncs.exp
4662         * gdb.base/charset.exp
4663         * gdb.base/commands.exp
4664         * gdb.base/completion.exp
4665         * gdb.base/dfp-test.exp
4666         * gdb.base/echo.exp
4667         * gdb.base/ending-run.exp
4668         * gdb.base/eval.exp
4669         * gdb.base/expand-psymtabs.exp
4670         * gdb.base/float128.exp
4671         * gdb.base/floatn.exp
4672         * gdb.base/foll-exec-mode.exp
4673         * gdb.base/gdb1056.exp
4674         * gdb.base/gdb11531.exp
4675         * gdb.base/kill-after-signal.exp
4676         * gdb.base/multi-forks.exp
4677         * gdb.base/overlays.exp
4678         * gdb.base/pending.exp
4679         * gdb.base/sepdebug.exp
4680         * gdb.base/testenv.exp
4681         * gdb.base/valgrind-db-attach.exp
4682         * gdb.base/watch_thread_num.exp
4683         * gdb.base/watchpoint-cond-gone.exp
4684         * gdb.base/watchpoint.exp
4685         * gdb.base/watchpoints.exp
4686         * gdb.cp/arg-reference.exp
4687         * gdb.cp/baseenum.exp
4688         * gdb.cp/operator.exp
4689         * gdb.cp/shadow.exp
4690         * gdb.dwarf2/dw2-op-out-param.exp
4691         * gdb.dwarf2/dw2-reg-undefined.exp
4692         * gdb.go/chan.exp
4693         * gdb.go/hello.exp
4694         * gdb.go/integers.exp
4695         * gdb.go/methods.exp
4696         * gdb.go/package.exp
4697         * gdb.guile/scm-parameter.exp
4698         * gdb.guile/scm-progspace.exp
4699         * gdb.guile/scm-value.exp
4700         * gdb.mi/mi-pending.exp
4701         * gdb.mi/user-selected-context-sync.exp
4702         * gdb.multi/multi-attach.exp
4703         * gdb.multi/tids.exp
4704         * gdb.opt/clobbered-registers-O2.exp
4705         * gdb.pascal/floats.exp
4706         * gdb.pascal/integers.exp
4707         * gdb.python/py-block.exp
4708         * gdb.python/py-events.exp
4709         * gdb.python/py-parameter.exp
4710         * gdb.python/py-symbol.exp
4711         * gdb.python/py-symtab.exp
4712         * gdb.python/py-type.exp
4713         * gdb.python/py-value.exp
4714         * gdb.python/py-xmethods.exp
4715         * gdb.python/python.exp
4716         * gdb.reverse/break-precsave.exp
4717         * gdb.reverse/consecutive-precsave.exp
4718         * gdb.reverse/finish-precsave.exp
4719         * gdb.reverse/i386-precsave.exp
4720         * gdb.reverse/machinestate-precsave.exp
4721         * gdb.reverse/sigall-precsave.exp
4722         * gdb.reverse/solib-precsave.exp
4723         * gdb.reverse/step-precsave.exp
4724         * gdb.reverse/until-precsave.exp
4725         * gdb.reverse/watch-precsave.exp
4726         * gdb.server/ext-attach.exp
4727         * gdb.server/ext-restart.exp
4728         * gdb.server/ext-run.exp
4729         * gdb.server/ext-wrapper.exp
4730         * gdb.stabs/gdb11479.exp
4731         * gdb.stabs/weird.exp
4732         * gdb.threads/attach-many-short-lived-threads.exp
4733         * gdb.threads/kill.exp
4734         * gdb.threads/watchpoint-fork.exp
4735
4736 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4737
4738         Fix test names starting with uppercase throughout all the files below.
4739
4740         * gdb.ada/array_return.exp
4741         * gdb.ada/catch_ex.exp
4742         * gdb.ada/info_exc.exp
4743         * gdb.ada/mi_catch_ex.exp
4744         * gdb.ada/mi_dyn_arr.exp
4745         * gdb.ada/mi_ex_cond.exp
4746         * gdb.ada/mi_exc_info.exp
4747         * gdb.ada/mi_interface.exp
4748         * gdb.ada/mi_task_arg.exp
4749         * gdb.ada/mi_task_info.exp
4750         * gdb.ada/mi_var_array.exp
4751         * gdb.arch/alpha-step.exp
4752         * gdb.arch/amd64-disp-step.exp
4753         * gdb.arch/arm-disp-step.exp
4754         * gdb.arch/disp-step-insn-reloc.exp
4755         * gdb.arch/e500-prologue.exp
4756         * gdb.arch/ftrace-insn-reloc.exp
4757         * gdb.arch/gdb1558.exp
4758         * gdb.arch/i386-bp_permanent.exp
4759         * gdb.arch/i386-disp-step.exp
4760         * gdb.arch/i386-float.exp
4761         * gdb.arch/i386-gnu-cfi.exp
4762         * gdb.arch/ia64-breakpoint-shadow.exp
4763         * gdb.arch/mips16-thunks.exp
4764         * gdb.arch/pa-nullify.exp
4765         * gdb.arch/powerpc-aix-prologue.exp
4766         * gdb.arch/powerpc-power.exp
4767         * gdb.arch/ppc-dfp.exp
4768         * gdb.arch/s390-tdbregs.exp
4769         * gdb.arch/spu-info.exp
4770         * gdb.arch/spu-ls.exp
4771         * gdb.arch/thumb-bx-pc.exp
4772         * gdb.base/advance.exp
4773         * gdb.base/annota-input-while-running.exp
4774         * gdb.base/arrayidx.exp
4775         * gdb.base/asmlabel.exp
4776         * gdb.base/async.exp
4777         * gdb.base/attach-wait-input.exp
4778         * gdb.base/auto-connect-native-target.exp
4779         * gdb.base/batch-preserve-term-settings.exp
4780         * gdb.base/bfp-test.exp
4781         * gdb.base/bigcore.exp
4782         * gdb.base/bp-permanent.exp
4783         * gdb.base/break-always.exp
4784         * gdb.base/break-fun-addr.exp
4785         * gdb.base/break-idempotent.exp
4786         * gdb.base/break-main-file-remove-fail.exp
4787         * gdb.base/break-probes.exp
4788         * gdb.base/break-unload-file.exp
4789         * gdb.base/break.exp
4790         * gdb.base/call-ar-st.exp
4791         * gdb.base/call-rt-st.exp
4792         * gdb.base/call-sc.exp
4793         * gdb.base/call-signal-resume.exp
4794         * gdb.base/call-strs.exp
4795         * gdb.base/callexit.exp
4796         * gdb.base/callfuncs.exp
4797         * gdb.base/catch-gdb-caused-signals.exp
4798         * gdb.base/catch-signal-siginfo-cond.exp
4799         * gdb.base/catch-syscall.exp
4800         * gdb.base/compare-sections.exp
4801         * gdb.base/cond-eval-mode.exp
4802         * gdb.base/condbreak-call-false.exp
4803         * gdb.base/consecutive-step-over.exp
4804         * gdb.base/cursal.exp
4805         * gdb.base/disabled-location.exp
4806         * gdb.base/disasm-end-cu.exp
4807         * gdb.base/display.exp
4808         * gdb.base/double-prompt-target-event-error.exp
4809         * gdb.base/dprintf-bp-same-addr.exp
4810         * gdb.base/dprintf-detach.exp
4811         * gdb.base/dprintf-next.exp
4812         * gdb.base/dprintf-non-stop.exp
4813         * gdb.base/dprintf-pending.exp
4814         * gdb.base/dso2dso.exp
4815         * gdb.base/ending-run.exp
4816         * gdb.base/enum_cond.exp
4817         * gdb.base/examine-backward.exp
4818         * gdb.base/exe-lock.exp
4819         * gdb.base/exec-invalid-sysroot.exp
4820         * gdb.base/execl-update-breakpoints.exp
4821         * gdb.base/execution-termios.exp
4822         * gdb.base/fileio.exp
4823         * gdb.base/fixsection.exp
4824         * gdb.base/foll-exec-mode.exp
4825         * gdb.base/foll-exec.exp
4826         * gdb.base/fork-running-state.exp
4827         * gdb.base/frame-args.exp
4828         * gdb.base/fullpath-expand.exp
4829         * gdb.base/func-ptr.exp
4830         * gdb.base/gcore-relro-pie.exp
4831         * gdb.base/gdb1090.exp
4832         * gdb.base/gdb1555.exp
4833         * gdb.base/global-var-nested-by-dso.exp
4834         * gdb.base/gnu-ifunc.exp
4835         * gdb.base/hbreak-in-shr-unsupported.exp
4836         * gdb.base/hbreak-unmapped.exp
4837         * gdb.base/hook-stop.exp
4838         * gdb.base/infcall-input.exp
4839         * gdb.base/info-fun.exp
4840         * gdb.base/info-shared.exp
4841         * gdb.base/interrupt-noterm.exp
4842         * gdb.base/jit-so.exp
4843         * gdb.base/jit.exp
4844         * gdb.base/line-symtabs.exp
4845         * gdb.base/list.exp
4846         * gdb.base/longjmp.exp
4847         * gdb.base/macscp.exp
4848         * gdb.base/max-value-size.exp
4849         * gdb.base/nodebug.exp
4850         * gdb.base/nofield.exp
4851         * gdb.base/overlays.exp
4852         * gdb.base/paginate-after-ctrl-c-running.exp
4853         * gdb.base/paginate-bg-execution.exp
4854         * gdb.base/paginate-inferior-exit.exp
4855         * gdb.base/pending.exp
4856         * gdb.base/pr11022.exp
4857         * gdb.base/printcmds.exp
4858         * gdb.base/ptr-typedef.exp
4859         * gdb.base/ptype.exp
4860         * gdb.base/randomize.exp
4861         * gdb.base/range-stepping.exp
4862         * gdb.base/realname-expand.exp
4863         * gdb.base/relativedebug.exp
4864         * gdb.base/remote.exp
4865         * gdb.base/savedregs.exp
4866         * gdb.base/sepdebug.exp
4867         * gdb.base/set-noassign.exp
4868         * gdb.base/shlib-call.exp
4869         * gdb.base/shreloc.exp
4870         * gdb.base/sigaltstack.exp
4871         * gdb.base/sigbpt.exp
4872         * gdb.base/siginfo-addr.exp
4873         * gdb.base/siginfo-obj.exp
4874         * gdb.base/siginfo-thread.exp
4875         * gdb.base/signest.exp
4876         * gdb.base/signull.exp
4877         * gdb.base/sigrepeat.exp
4878         * gdb.base/skip.exp
4879         * gdb.base/so-impl-ld.exp
4880         * gdb.base/solib-corrupted.exp
4881         * gdb.base/solib-disc.exp
4882         * gdb.base/solib-display.exp
4883         * gdb.base/solib-overlap.exp
4884         * gdb.base/solib-search.exp
4885         * gdb.base/solib-symbol.exp
4886         * gdb.base/source-execution.exp
4887         * gdb.base/sss-bp-on-user-bp-2.exp
4888         * gdb.base/sss-bp-on-user-bp.exp
4889         * gdb.base/stack-checking.exp
4890         * gdb.base/stale-infcall.exp
4891         * gdb.base/step-break.exp
4892         * gdb.base/step-line.exp
4893         * gdb.base/step-over-exit.exp
4894         * gdb.base/step-test.exp
4895         * gdb.base/structs.exp
4896         * gdb.base/sym-file.exp
4897         * gdb.base/symtab-search-order.exp
4898         * gdb.base/term.exp
4899         * gdb.base/type-opaque.exp
4900         * gdb.base/unload.exp
4901         * gdb.base/until-nodebug.exp
4902         * gdb.base/until.exp
4903         * gdb.base/unwindonsignal.exp
4904         * gdb.base/watch-cond.exp
4905         * gdb.base/watch-non-mem.exp
4906         * gdb.base/watch_thread_num.exp
4907         * gdb.base/watchpoint-reuse-slot.exp
4908         * gdb.base/watchpoint-solib.exp
4909         * gdb.base/watchpoint.exp
4910         * gdb.btrace/dlopen.exp
4911         * gdb.cell/arch.exp
4912         * gdb.cell/break.exp
4913         * gdb.cell/bt.exp
4914         * gdb.cell/core.exp
4915         * gdb.cell/data.exp
4916         * gdb.cell/dwarfaddr.exp
4917         * gdb.cell/ea-cache.exp
4918         * gdb.cell/ea-standalone.exp
4919         * gdb.cell/ea-test.exp
4920         * gdb.cell/f-regs.exp
4921         * gdb.cell/fork.exp
4922         * gdb.cell/gcore.exp
4923         * gdb.cell/mem-access.exp
4924         * gdb.cell/ptype.exp
4925         * gdb.cell/registers.exp
4926         * gdb.cell/sizeof.exp
4927         * gdb.cell/solib-symbol.exp
4928         * gdb.cell/solib.exp
4929         * gdb.compile/compile-tls.exp
4930         * gdb.cp/exception.exp
4931         * gdb.cp/gdb2495.exp
4932         * gdb.cp/local.exp
4933         * gdb.cp/mb-inline.exp
4934         * gdb.cp/mb-templates.exp
4935         * gdb.cp/pr10687.exp
4936         * gdb.cp/pr9167.exp
4937         * gdb.cp/scope-err.exp
4938         * gdb.cp/templates.exp
4939         * gdb.cp/virtfunc.exp
4940         * gdb.dwarf2/dw2-dir-file-name.exp
4941         * gdb.dwarf2/dw2-single-line-discriminators.exp
4942         * gdb.fortran/complex.exp
4943         * gdb.fortran/library-module.exp
4944         * gdb.guile/guile.exp
4945         * gdb.guile/scm-cmd.exp
4946         * gdb.guile/scm-frame-inline.exp
4947         * gdb.guile/scm-objfile.exp
4948         * gdb.guile/scm-pretty-print.exp
4949         * gdb.guile/scm-symbol.exp
4950         * gdb.guile/scm-type.exp
4951         * gdb.guile/scm-value.exp
4952         * gdb.linespec/keywords.exp
4953         * gdb.linespec/ls-errs.exp
4954         * gdb.linespec/macro-relative.exp
4955         * gdb.linespec/thread.exp
4956         * gdb.mi/mi-breakpoint-changed.exp
4957         * gdb.mi/mi-dprintf-pending.exp
4958         * gdb.mi/mi-fullname-deleted.exp
4959         * gdb.mi/mi-logging.exp
4960         * gdb.mi/mi-pending.exp
4961         * gdb.mi/mi-solib.exp
4962         * gdb.mi/new-ui-mi-sync.exp
4963         * gdb.mi/user-selected-context-sync.exp
4964         * gdb.multi/dummy-frame-restore.exp
4965         * gdb.multi/multi-arch-exec.exp
4966         * gdb.multi/remove-inferiors.exp
4967         * gdb.multi/watchpoint-multi-exit.exp
4968         * gdb.opt/solib-intra-step.exp
4969         * gdb.perf/backtrace.exp
4970         * gdb.perf/single-step.exp
4971         * gdb.perf/skip-command.exp
4972         * gdb.perf/skip-prologue.exp
4973         * gdb.perf/solib.exp
4974         * gdb.python/lib-types.exp
4975         * gdb.python/py-as-string.exp
4976         * gdb.python/py-bad-printers.exp
4977         * gdb.python/py-block.exp
4978         * gdb.python/py-breakpoint.exp
4979         * gdb.python/py-cmd.exp
4980         * gdb.python/py-events.exp
4981         * gdb.python/py-evthreads.exp
4982         * gdb.python/py-finish-breakpoint.exp
4983         * gdb.python/py-finish-breakpoint2.exp
4984         * gdb.python/py-frame-inline.exp
4985         * gdb.python/py-frame.exp
4986         * gdb.python/py-inferior.exp
4987         * gdb.python/py-infthread.exp
4988         * gdb.python/py-mi.exp
4989         * gdb.python/py-objfile.exp
4990         * gdb.python/py-pp-maint.exp
4991         * gdb.python/py-pp-registration.exp
4992         * gdb.python/py-prettyprint.exp
4993         * gdb.python/py-recurse-unwind.exp
4994         * gdb.python/py-shared.exp
4995         * gdb.python/py-symbol.exp
4996         * gdb.python/py-symtab.exp
4997         * gdb.python/py-template.exp
4998         * gdb.python/py-type.exp
4999         * gdb.python/py-unwind-maint.exp
5000         * gdb.python/py-unwind.exp
5001         * gdb.python/py-value.exp
5002         * gdb.python/python.exp
5003         * gdb.reverse/finish-reverse-bkpt.exp
5004         * gdb.reverse/insn-reverse.exp
5005         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5006         * gdb.reverse/solib-precsave.exp
5007         * gdb.reverse/solib-reverse.exp
5008         * gdb.stabs/gdb11479.exp
5009         * gdb.stabs/weird.exp
5010         * gdb.threads/fork-child-threads.exp
5011         * gdb.threads/fork-plus-threads.exp
5012         * gdb.threads/fork-thread-pending.exp
5013         * gdb.threads/forking-threads-plus-breakpoint.exp
5014         * gdb.threads/hand-call-in-threads.exp
5015         * gdb.threads/interrupted-hand-call.exp
5016         * gdb.threads/linux-dp.exp
5017         * gdb.threads/local-watch-wrong-thread.exp
5018         * gdb.threads/next-while-other-thread-longjmps.exp
5019         * gdb.threads/non-ldr-exit.exp
5020         * gdb.threads/pending-step.exp
5021         * gdb.threads/print-threads.exp
5022         * gdb.threads/process-dies-while-detaching.exp
5023         * gdb.threads/process-dies-while-handling-bp.exp
5024         * gdb.threads/pthreads.exp
5025         * gdb.threads/queue-signal.exp
5026         * gdb.threads/reconnect-signal.exp
5027         * gdb.threads/signal-command-handle-nopass.exp
5028         * gdb.threads/signal-command-multiple-signals-pending.exp
5029         * gdb.threads/signal-delivered-right-thread.exp
5030         * gdb.threads/signal-sigtrap.exp
5031         * gdb.threads/sigthread.exp
5032         * gdb.threads/staticthreads.exp
5033         * gdb.threads/stepi-random-signal.exp
5034         * gdb.threads/thread-unwindonsignal.exp
5035         * gdb.threads/thread_check.exp
5036         * gdb.threads/thread_events.exp
5037         * gdb.threads/tid-reuse.exp
5038         * gdb.threads/tls-nodebug.exp
5039         * gdb.threads/tls-shared.exp
5040         * gdb.threads/tls-so_extern.exp
5041         * gdb.threads/tls.exp
5042         * gdb.threads/wp-replication.exp
5043         * gdb.trace/actions-changed.exp
5044         * gdb.trace/actions.exp
5045         * gdb.trace/backtrace.exp
5046         * gdb.trace/change-loc.exp
5047         * gdb.trace/collection.exp
5048         * gdb.trace/deltrace.exp
5049         * gdb.trace/disconnected-tracing.exp
5050         * gdb.trace/entry-values.exp
5051         * gdb.trace/ftrace-lock.exp
5052         * gdb.trace/ftrace.exp
5053         * gdb.trace/infotrace.exp
5054         * gdb.trace/mi-trace-frame-collected.exp
5055         * gdb.trace/mi-trace-unavailable.exp
5056         * gdb.trace/mi-traceframe-changed.exp
5057         * gdb.trace/mi-tracepoint-changed.exp
5058         * gdb.trace/mi-tsv-changed.exp
5059         * gdb.trace/no-attach-trace.exp
5060         * gdb.trace/packetlen.exp
5061         * gdb.trace/passc-dyn.exp
5062         * gdb.trace/passcount.exp
5063         * gdb.trace/pending.exp
5064         * gdb.trace/pr16508.exp
5065         * gdb.trace/qtro.exp
5066         * gdb.trace/range-stepping.exp
5067         * gdb.trace/read-memory.exp
5068         * gdb.trace/report.exp
5069         * gdb.trace/save-trace.exp
5070         * gdb.trace/signal.exp
5071         * gdb.trace/stap-trace.exp
5072         * gdb.trace/status-stop.exp
5073         * gdb.trace/strace.exp
5074         * gdb.trace/tfile.exp
5075         * gdb.trace/tfind.exp
5076         * gdb.trace/trace-break.exp
5077         * gdb.trace/trace-condition.exp
5078         * gdb.trace/trace-enable-disable.exp
5079         * gdb.trace/trace-mt.exp
5080         * gdb.trace/tracecmd.exp
5081         * gdb.trace/tracefile-pseudo-reg.exp
5082         * gdb.trace/tspeed.exp
5083         * gdb.trace/tstatus.exp
5084         * gdb.trace/tsv.exp
5085         * gdb.trace/unavailable.exp
5086         * gdb.trace/while-dyn.exp
5087         * gdb.trace/while-stepping.exp
5088         * lib/gdb-guile.exp
5089         * lib/gdb.exp
5090         * lib/mi-support.exp
5091         * lib/pascal.exp
5092         * lib/perftest.exp
5093         * lib/prelink-support.exp
5094         * lib/selftest-support.exp
5095
5096 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5097
5098         * Makefile.in: Include disable-implicit-rules.mk.
5099
5100 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5101
5102         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5103         non-byte-aligned bit fields.
5104
5105 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5106
5107         PR gdb/12616
5108         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5109         respects the DW_AT_data_bit_offset attribute.
5110
5111 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5112
5113         * gdb.base/default.exp: Fix output of "set language".
5114
5115 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5116
5117         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5118         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5119         make.
5120         * configure.ac: Remove checks for the make program.
5121         * configure: Re-generate.
5122
5123 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5124
5125         * gdb.python/py-recurse-unwind.c (main): Add loop.
5126         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5127         to read_register() and gdb.parse_and_eval().  Make each code
5128         call a separate case that can be individually tested.
5129         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5130         proc. Call cont_and_backtrace for each of the code paths that
5131         we want to test in the unwinder.
5132
5133 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5134
5135         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5136         the definition of struct S.
5137
5138 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5139
5140         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5141
5142 2016-11-09  Pedro Alves  <palves@redhat.com>
5143
5144         * gdb.base/commands.exp (runto_or_return): New procedure.
5145         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5146         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5147         (progvar_simple_while_test, progvar_complex_if_while_test)
5148         (if_while_breakpoint_command_test)
5149         (infrun_breakpoint_command_test, breakpoint_command_test)
5150         (user_defined_command_test, watchpoint_command_test)
5151         (test_command_prompt_position, redefine_hook_test)
5152         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5153         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5154         multi_line_input and multi_line.  Remove gdb_expect and
5155         gdb_stop_suppressing_tests uses.
5156         * lib/gdb.exp (valnum_re): New global.
5157         (multi_line_input): New procedure.
5158
5159 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5160
5161         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5162         Remove.
5163         (test_setup): Define with proc_with_prefix.
5164         (test_cli_inferior): Likewise.
5165         (test_cli_thread): Likewise.
5166         (test_cli_frame): Likewise.
5167         (test_cli_select_frame): Likewise.
5168         (test_cli_up_down): Likewise.
5169         (test_mi_thread_select): Likewise.
5170         (test_mi_stack_select_frame): Likewise.
5171         (test_cli_in_mi_inferior): Likewise.
5172         (test_cli_in_mi_thread): Likewise.
5173         (test_cli_in_mi_frame): Likewise.
5174         (top level): Do not use with_test_prefix_procname.
5175
5176 2016-11-09  Pedro Alves  <palves@redhat.com>
5177
5178         * gdb.base/commands.exp (gdbvar_simple_if_test)
5179         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5180         (progvar_simple_if_test, progvar_simple_while_test)
5181         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5182         (infrun_breakpoint_command_test, breakpoint_command_test)
5183         (user_defined_command_test, watchpoint_command_test)
5184         (test_command_prompt_position, deprecated_command_test)
5185         (bp_deleted_in_command, temporary_breakpoint_commands)
5186         (stray_arg0_test, source_file_with_indented_comment)
5187         (recursive_source_test, if_commands_test)
5188         (error_clears_commands_left, redefine_hook_test)
5189         (redefine_backtrace_test): Use proc_with_prefix.
5190         * lib/gdb.exp (proc_with_prefix): New proc.
5191
5192 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5193
5194         * gdb.base/tui-layout.c: New file.
5195         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5196         disassembly window contains very long lines.
5197
5198 2016-11-08  Tom Tromey  <tom@tromey.com>
5199
5200         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5201         depend on Python 2.
5202
5203 2016-11-08  Tom Tromey  <tom@tromey.com>
5204
5205         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5206         New method.
5207
5208 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5209
5210         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5211
5212 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5213
5214         * gdb.rust/simple.rs: Add test for univariant enums without
5215         discriminants and for encoded struct-like enums.
5216
5217 2016-10-28  Pedro Alves  <palves@redhat.com>
5218
5219         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5220         gdb_test_multiple, tighten regexps and match symtabs and line
5221         tables incrementally.
5222
5223 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5224
5225         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5226         general.
5227
5228 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5229
5230         * gdb.base/exec-invalid-sysroot.exp: New file.
5231
5232 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5233
5234         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5235
5236 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5237
5238         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5239
5240 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5241
5242         * gdb.base/killed-outside.exp: Remove $options from a call to
5243         `prepare_for_testing'.
5244
5245 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5246
5247         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5248         Change test message.
5249
5250 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5251
5252         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5253         Update comment.
5254
5255 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5256
5257         * gdb.trace/mi-trace-save.exp: New file.
5258
5259 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5260
5261         * gdb.base/code_elim.exp (get_var_address): Remove.
5262         * gdb.base/relocate.exp: Likewise.
5263         * gdb.base/shreloc.exp: Likewise.
5264         * lib/gdb.exp (get_var_address): New.
5265
5266 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5267
5268         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5269         floating point tests if $skip_float_test is false.
5270
5271 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5272
5273         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5274         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5275         argc values.
5276         Add 1 to argc so we guarantee distinct initial/modified argc values.
5277
5278 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5279
5280         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5281
5282 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5283
5284         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5285         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5286         * gdb.arch/vsx-regs.exp: Likewise.
5287
5288 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5289
5290         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5291
5292 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5293
5294         * gdb.python/python.exp: Test decode_line("*0").
5295
5296 2016-10-06  Doug Evans  <dje@google.com>
5297
5298         * gdb.python/py-value.exp (test_value_creation): Add test for large
5299         unsigned 64-bit value.
5300
5301 2016-10-06  Tom Tromey  <tom@tromey.com>
5302
5303         * gdb.compile/compile.exp: Change java tests to rust.
5304         * gdb.base/setshow.exp: Change java tests to rust.
5305         * gdb.base/default.exp: Remove java from language list.
5306         * README (Examples): Update language example.
5307         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5308         test.
5309         * lib/gdb.exp (skip_java_tests): Remove.
5310         * lib/java.exp: Remove.
5311         * gdb.java: Remove.
5312
5313 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5314
5315         * gdb.arch/mips-fcr.exp: New test.
5316         * gdb.arch/mips-fcr.c: Source for the new test.
5317
5318 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5319
5320         * gdb.base/solib-disc.exp: Use `standard_output_file'
5321         throughout.
5322
5323 2016-10-06  Pedro Alves  <palves@redhat.com>
5324
5325         * gdb.base/jit-simple-dl.c: New file.
5326         * gdb.base/jit-simple-jit.c: New file, factored out from ...
5327         * gdb.base/jit-simple.c: ... this.
5328         * gdb.base/jit-simple.exp (jit_run): Delete.
5329         (build_jit): New proc.
5330         (jit_test_reread): Recompile either the main program or the shared
5331         library, depending on what is being tested.  Skip changing address
5332         if caller wants to.  Compare before/after addresses.  If testing
5333         standalone, explicitly load the binary.  Test "maint info
5334         breakpoints".
5335         (top level): Add "standalone vs shared lib" and "change address"
5336         vs "same address" axes.
5337
5338 2016-10-06  Pedro Alves  <palves@redhat.com>
5339
5340         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5341         call.
5342         (jit_run): Delete.
5343         (jit_test_reread): Use with_test_prefix.  Reload the main binary
5344         explicitly.  Compare the before/after addresses of the JIT
5345         descriptor.
5346
5347 2016-08-15  Doug Evans  <dje@google.com>
5348
5349         * gdb.xml/extra-regs.xml: Update, end field now required, default type
5350         for single bitfields is bool.
5351         * gdb.xml/tdesc-regs.exp: Ditto.
5352
5353 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5354
5355         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5356
5357 2016-10-05  Yao Qi  <yao.qi@linaro.org>
5358
5359         * lib/gdb.exp (support_complex_tests): Return zero if
5360         gdb_skip_float_test return true.
5361
5362 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5363             Simon Marchi  <simon.marchi@ericsson.com>
5364
5365         PR gdb/20487
5366         * gdb.mi/user-selected-context-sync.exp: New file.
5367         * gdb.mi/user-selected-context-sync.c: New file.
5368
5369 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5370             Simon Marchi  <simon.marchi@ericsson.com>
5371
5372         PR gdb/20487
5373         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5374         =thread-select-event check.
5375
5376 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
5377
5378         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5379         the compulsory L operand changes.
5380         * gdb.arch/powerpc-power.s: Likewise.
5381
5382 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5383
5384         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5385         * gdb.base/jit-attach-pie.c: New file.
5386         * gdb.base/jit-attach-pie.exp: New file.
5387
5388 2016-09-28  Pedro Alves  <palves@redhat.com>
5389
5390         * gdb.base/infcall-input.c: New file.
5391         * gdb.base/infcall-input.exp: New file.
5392
5393 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5394
5395         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5396         (gdb_exit): Rename it to ...
5397         (gdbserver_gdb_exit): ...  Close GDBserver.
5398         (gdb_exit): New proc, call gdbserver_gdb_exit.
5399         (mi_gdb_exit): Likewise.
5400
5401 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5402
5403         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5404         path.
5405         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5406         Remove duplication.
5407
5408 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5409
5410         * lib/gdbserver-support.exp: Check the existence of
5411         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5412
5413 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
5414
5415         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5416
5417 2016-09-21  Tom Tromey  <tom@tromey.com>
5418
5419         PR gdb/20604:
5420         * gdb.base/quit.exp: New file.
5421
5422 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
5423
5424         * .gitignore: New file.
5425
5426 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
5427
5428         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5429         throughout.
5430
5431 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5432
5433         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5434
5435 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5436
5437         * gdb.cp/casts.cc (decltype): Move it ...
5438         (main): ... with its call to ...
5439         * gdb.cp/casts03.cc: ... a new file.
5440         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5441
5442 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5443
5444         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5445
5446 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
5447
5448         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5449         and sync up the test with tests in gas/testsuite/gas/ppc.
5450         * gdb.arch/powerpc-power.exp: Likewise.
5451
5452 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5453
5454         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5455
5456 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5457             Jan Kratochvil  <jan.kratochvil@redhat.com>
5458
5459         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5460         make m1's definition to be different from m2's.  Use 'dummy' as an
5461         argument for probe 'two'.
5462
5463 2016-09-10  Jon Beniston  <jon@beniston.com>
5464
5465         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5466         for sim target.
5467
5468 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5469
5470         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5471         variable declaration.
5472         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
5473         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5474         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5475         received HWCAP as its argument.
5476
5477 2016-09-06  Pedro Alves  <palves@redhat.com>
5478
5479         * gdb.base/new-ui-pending-input.c: New file.
5480         * gdb.base/new-ui-pending-input.exp: New file.
5481         * gdb.exp (clear_gdb_spawn_id): New procedure.
5482         (with_spawn_id): Check whether gdb_spawn_id exists before
5483         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
5484         on exit.
5485
5486 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5487
5488         * gdb.base/float128.c: New file.
5489         * gdb.base/float128.exp: Likewise.
5490         * gdb.base/floatn.c: Likewise.
5491         * gdb.base/floatn.exp: Likewise.
5492
5493 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5494
5495         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5496
5497 2016-09-05  Pedro Alves  <palves@redhat.com>
5498
5499         PR backtrace/19927
5500         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5501         unwinders are immediately called as side effect of "source" or
5502         "disable unwinder" commands.
5503         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5504
5505 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5506
5507         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5508         is true and $type is "float" or "double".
5509
5510 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5511
5512         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5513         true.
5514         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5515         * gdb.base/call-rt-st.exp: Likewise.
5516         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5517         return value instead of gdb,skip_float_test.
5518         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5519         (do_function_calls): Use its return value instead of
5520         gdb,skip_float_test.
5521         * gdb.base/finish.exp: Likewise.
5522         * gdb.base/funcargs.exp: Likewise.
5523         * gdb.base/return.exp: Likewise.
5524         * gdb.base/return2.exp: Likewise.
5525         * gdb.base/varargs.exp: Likewise.
5526         * lib/gdb.exp (gdb_skip_float_test): Change it to
5527         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
5528
5529 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5530
5531         * gdb.multi/tids.exp: Test "thread apply all".
5532
5533 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5534
5535         * gdb.base/default.exp (tty): Remove.
5536
5537 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
5538
5539         * gdb.python/py-recurse-unwind.c: New file.
5540         * gdb.python/py-recurse-unwind.py: New file.
5541         * gdb.python/py-recurse-unwind.exp: New file.
5542
5543 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
5544
5545         * gdb.base/set-inferior-tty.exp: New file.
5546         * gdb.base/set-inferior-tty.c: New file.
5547
5548 2016-08-23  Pedro Alves  <palves@redhat.com>
5549
5550         PR gdb/20494
5551         * gdb.base/new-ui-echo.c: New file.
5552         * gdb.base/new-ui-echo.exp: New file.
5553
5554 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5555
5556         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5557         gdbserver_spawn.
5558         * gdb.server/connect-without-multi-process.exp (do_test):
5559         Likewise.
5560
5561 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5562
5563         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5564         standalone_txt.  Delete gdb_txt and standalone_txt on host
5565         and target.  Spawn the binary on target.  Copy files from
5566         target to host.
5567
5568 2016-08-22  Pedro Alves  <palves@redhat.com>
5569
5570         PR gdb/20505
5571         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
5572         with_test_prefix.  Factor out bits to ...
5573         (test_no_vdso): ... this new procedure.
5574
5575 2016-08-19  Carl Love  <cel@us.ibm.com>
5576
5577         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5578         maintaining separate logic for constructing the output path.
5579         * gdb.arch/powerpc-d128-regs.exp: Likewise.
5580         * gdb.arch/ppc-dfp.exp: Likewise.
5581         * gdb.arch/ppc-fp.exp: Likewise.
5582         * gdb.arch/vsx-regs.exp: Likewise.
5583         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5584         binprefix for generating the additional binary files.
5585
5586 2016-08-19  Pedro Alves  <palves@redhat.com>
5587
5588         * gdb.trace/mi-trace-frame-collected.exp
5589         (test_trace_frame_collected): On x32, expect two registers.
5590
5591 2016-08-18  Carl Love  <cel@us.ibm.com>
5592
5593         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5594         and sync up the test with tests in gas/testsuite/gas/ppc.
5595         * gdb.arch/powerpc-power.exp: Likewise.
5596
5597 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5598
5599         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5600         expected error message.
5601
5602 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5603
5604         * gdb.multi/remove-inferiors.exp: New file.
5605         * gdb.multi/remove-inferiors.c: New file.
5606
5607 2016-08-12  Yao Qi  <yao.qi@linaro.org>
5608
5609         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5610         argument list.
5611
5612 2016-08-10  Pedro Alves  <palves@redhat.com>
5613
5614         PR gdb/19187
5615         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5616         setup_kfails.
5617
5618 2016-08-09  Pedro Alves  <palves@redhat.com>
5619             Simon Marchi  <simon.marchi@ericsson.com>
5620
5621         PR gdb/20418
5622         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5623         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5624
5625 2016-08-09  Pedro Alves  <palves@redhat.com>
5626
5627         PR mi/20431
5628         * gdb.mi/mi-cmd-error.exp: New file.
5629
5630 2016-08-09  Pedro Alves  <palves@redhat.com>
5631
5632         PR gdb/18653
5633         * gdb.base/signals-state-child.c: New file.
5634         * gdb.base/signals-state-child.exp: New file.
5635         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5636
5637 2016-08-09  Pedro Alves  <palves@redhat.com>
5638
5639         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5640
5641 2016-08-03  Tom Tromey  <tom@tromey.com>
5642
5643         PR python/18565:
5644         * gdb.python/py-frame-inline.exp: Add Frame.function test.
5645
5646 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5647
5648         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5649         variable mode to "multi-process" if $multi_process is 1, otherwise
5650         set it to "single-process".
5651
5652 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5653
5654         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5655         * gdb.cp/cpexprs.exp: Likewise.
5656         * gdb.cp/m-static.exp: Likewise.
5657
5658 2016-07-26  Tom Tromey  <tom@tromey.com>
5659
5660         PR python/20190:
5661         * gdb.threads/tls.exp (check_thread_local): Add python symbol
5662         test.
5663
5664 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5665
5666         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5667         selecting assembly source files.
5668         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5669         assembly source files.
5670         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5671         assembly source files.
5672         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5673         selecting assembly source files.
5674
5675 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
5676
5677         * gdb.base/new-ui.exp (do_test_invalid_args): New
5678         procedure.
5679
5680 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
5681
5682         * gdb.btrace/reconnect.c: New file.
5683         * gdb.btrace/reconnect.exp: New file.
5684
5685 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
5686
5687         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5688         to test_catch_syscall_group.
5689         (test_catch_syscall_group): New.
5690
5691 2016-07-21  Tom Tromey  <tom@tromey.com>
5692
5693         * gdb.rust/simple.rs (main): Use empty struct expression.
5694         * gdb.rust/simple.exp: Add tests for empty struct expression.
5695
5696 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5697
5698         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5699         if gdb_skip_xml_test is true on some targets.
5700
5701 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5702
5703         * gdb.server/solib-list.exp: Unset last_loaded_file.
5704
5705 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5706
5707         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5708         "step into captured_main (args)".
5709
5710 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5711
5712         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5713
5714 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5715
5716         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5717
5718 2016-07-19  Pedro Alves  <palves@redhat.com>
5719
5720         * gdb.opt/inline-break.exp: Remove optimize=-O2.
5721         * gdb.opt/inline-bt.exp: Likewise.
5722         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5723         additional_flags=-Winline.
5724         * gdb.opt/inline-locals.exp: Likewise.
5725         * gdb.opt/inline-markers.c (ATTR): Define.
5726         (inlined_fn): Use it.
5727
5728 2016-07-19  Yao Qi  <yao.qi@linaro.org>
5729
5730         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5731         (test_with_self): Remove some code.  Remove argument executable.
5732         (top-level): Use do_self_tests.
5733
5734 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
5735             Don Breazeal <donb@codesourcery.com>
5736
5737         * gdb.base/maint.exp: Escape paths used in regular expressions.
5738         * gdb.stabs/weird.exp: Likewise.
5739
5740 2016-07-13  Tom Tromey  <tom@tromey.com>
5741
5742         PR python/15620, PR python/18620:
5743         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5744         (test_bkpt_events): New procs.
5745
5746 2016-07-13  Tom Tromey  <tom@tromey.com>
5747
5748         PR python/17698:
5749         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5750         test.
5751         (test_watchpoints): Likewise.
5752         (test_bkpt_pending): New proc.
5753
5754 2016-07-13  Tom Tromey  <tom@tromey.com>
5755
5756         PR cli/18053:
5757         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5758         completion test.
5759
5760 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5761
5762         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5763         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5764         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5765         f_label.
5766         (g): Rename g_end_lbl to g_label.
5767         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5768         low_pc and high_pc.
5769         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5770
5771 2016-07-12  Tom Tromey  <tom@tromey.com>
5772
5773         PR python/19293:
5774         * gdb.python/py-unwind-maint.exp: Update tests.
5775
5776 2016-07-12  Yao Qi  <yao.qi@linaro.org>
5777
5778         * lib/selftest-support.exp (selftest_setup): Match the output
5779         when captured_main is inlined.
5780
5781 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5782
5783         * gdb.fortran/derived-types.exp (result_line, result_line_2):
5784         New variables.
5785         (print this%a, print this%b, print this): New tests.
5786         * gdb.fortran/derived-types.f90 (this): New object and
5787         initialization.
5788
5789 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
5790
5791         * gdb.ada/arraydim.exp: Remove extra directory level in build
5792         directory.
5793
5794 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
5795
5796         * lib/ada.exp: Remove extra directory level in build directory.
5797         * gdb.ada/cond_lang.exp: Likewise.
5798         * gdb.ada/exec_changed.exp: Likewise.
5799         * gdb.ada/lang_switch.exp: Likewise.
5800
5801 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
5802
5803         * simple.rs: Add test for raw pointer subscripting.
5804         * simple.exp: Add test expectations.
5805
5806 2016-07-05  Yao Qi  <yao.qi@linaro.org>
5807
5808         * gdb.mi/mi-reverse.exp: Match =record-started output.
5809
5810 2016-07-01  Pedro Alves  <palves@redhat.com>
5811
5812         * gdb.base/jit-reader.exp (info_registers_current_frame): New
5813         procedure.
5814         (jit_reader_test): Test the jit reader's unwinder.
5815         * gdb.base/jithost.c (jit_function_00_code): New global.
5816         (main): Use memcpy to fill in the mmapped code, instead of poking
5817         bytes manually here.
5818         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
5819         value.
5820         (read_debug_info): Save the function's range.
5821         (read_sp): New function.
5822         (unwind_frame): Use it.  Also unwind RBP.
5823         (get_frame_id): Use read_sp.
5824         (gdb_init_reader): Use calloc instead of malloc.
5825         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
5826         parameter.  Use gdb_test_multiple.
5827
5828 2016-07-01  Pedro Alves  <palves@redhat.com>
5829             Antoine Tremblay  <antoine.tremblay@ericsson.com>
5830
5831         * gdb.threads/process-dies-while-detaching.c: New file.
5832         * gdb.threads/process-dies-while-detaching.exp: New file.
5833
5834 2016-07-01  Pedro Alves  <palves@redhat.com>
5835
5836         * gdb.multi/watchpoint-multi-exit.c: New file.
5837         * gdb.multi/watchpoint-multi-exit.exp: New file.
5838
5839 2016-06-30  Pedro Alves  <palves@redhat.com>
5840
5841         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
5842         unset inferior_spawn_id.
5843
5844 2016-06-30  Pedro Alves  <palves@redhat.com>
5845
5846         * lib/mi-support.exp (default_mi_gdb_start): Declare global
5847         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
5848
5849 2016-06-29  Yao Qi  <yao.qi@linaro.org>
5850
5851         * gdb.base/return.c: Add copyright header.
5852
5853 2016-06-29  Tom Tromey  <tom@tromey.com>
5854
5855         PR python/20129:
5856         * gdb.python/py-framefilter.exp: Add tests for setting priority
5857         and disabling of non-existent frame filter.
5858
5859 2016-06-29  Yao Qi  <yao.qi@linaro.org>
5860
5861         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
5862         0x0f07ff.
5863
5864 2016-06-28  Yao Qi  <yao.qi@linaro.org>
5865
5866         * gdb.base/catch-syscall.exp: Remove check on isnative and target
5867         triplets.  Start gdb, execute catch syscall, and continue.  Check
5868         gdb's output to determine catch syscall is supported.
5869
5870 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
5871
5872         * gdb.rust/simple.rs: Add test for returning unit in a function.
5873         * gdb.rust/simple.exp: Add expectation for functions returning
5874         unit.
5875
5876 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
5877
5878         * gdb.python/py-breakpoint-create-fail.c,
5879         gdb.python/py-breakpoint-create-fail.exp,
5880         gdb.python/py-breakpoint-create-fail.py: New testcase.
5881
5882 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
5883
5884         PR gdb/20239
5885         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
5886         * gdb.rust/simple.exp: Add test expectations for new NonZero
5887         tests.
5888
5889 2016-06-24  David Taylor  <dtaylor@emc.com>
5890
5891         * gdb.base/offsets.exp: New file.
5892         * gdb.base/offsets.c: New file.
5893
5894 2016-06-23  Tom Tromey  <tom@tromey.com>
5895
5896         PR gdb/16483:
5897         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
5898         before any filters are loaded.
5899
5900 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
5901
5902         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
5903         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
5904         structs.
5905         * gdb.fortran/derived-type-function.exp: New file.
5906         * gdb.fortran/derived-type-function.f90: New file.
5907
5908
5909 2016-06-21  Pedro Alves  <palves@redhat.com>
5910
5911         * gdb.base/new-ui.exp: New file.
5912         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
5913         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
5914         (with_spawn_id): New procedure.
5915
5916 2016-06-21  Pedro Alves  <palves@redhat.com>
5917
5918         * gdb.mi/mi-exec-run.exp: New file.
5919
5920 2016-06-21  Pedro Alves  <palves@redhat.com>
5921
5922         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
5923         breakpoint command's output on the main UI.
5924         (test_break): New procedure, factored out from calls in the top
5925         level.
5926         (top level): Use foreach_with_prefix to test MI as main UI and as
5927         separate UI.
5928
5929 2016-06-21  Pedro Alves  <palves@redhat.com>
5930
5931         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
5932         (test_awatch_creation_and_listing)
5933         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
5934         Remove 'type' parameter.
5935         (test_watchpoint_all): New parameter mi_mode.  Remove
5936         with_test_prefix.
5937         (top level): Use foreach_with_prefix, and add main/separate UI MI
5938         testing axis.
5939
5940 2016-06-21  Pedro Alves  <palves@redhat.com>
5941
5942         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
5943         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
5944         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
5945         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
5946         (gdb_main_spawn_id, mi_spawn_id): Declare and
5947         comment.
5948         (mi_create_inferior_pty): New procedure,
5949         factored out from default_mi_gdb_start.
5950         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
5951         procedures.
5952         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
5953         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
5954         Use mi_create_inferior_pty.
5955         (mi_gdb_start): Use eval to pass down args list.
5956
5957 2016-06-21  Pedro Alves  <palves@redhat.com>
5958
5959         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
5960         * gdb.opt/inline-cmds.exp: Add MI tests.
5961
5962 2016-06-21  Pedro Alves  <palves@redhat.com>
5963
5964         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
5965
5966 2016-06-21  Pedro Alves  <palves@redhat.com>
5967
5968         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
5969         (top level): Use it instead of mi_execute_to.
5970
5971 2016-06-21  Pedro Alves  <palves@redhat.com>
5972
5973         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
5974         (cont_handler_str): New.
5975         (signal_stop_handler): Set stop_handler_str instead of printing to
5976         stdout.
5977         (continue_handler): Set cont_handler_str instead of printing to
5978         stdout.
5979         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
5980         mi_send_resuming_command.  Print stop_handler_str and
5981         cont_handler_str instead of expecting the python events print
5982         directly.
5983
5984 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
5985
5986         * gdb.base/jit-reader.exp: New file.
5987         * gdb.base/jithost.c: New file.
5988         * gdb.base/jithost.h: New file.
5989         * gdb.base/jitreader.c : New file.
5990         * gdb.base/jit-protocol.h: New file.
5991
5992 2016-06-17  Yao Qi  <yao.qi@linaro.org>
5993
5994         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
5995         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
5996         and detach-on-fork.  Adjust tests.
5997         (top level): Invoke break_cond_on_syscall with combinations of
5998         syscall, follow-fork-mode and detach-on-fork.
5999
6000 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6001
6002         * gdb.base/step-over-exit.c: New.
6003         * gdb.base/step-over-exit.exp: New.
6004
6005 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6006
6007         * gdb.base/float.exp: Add target check for nds32*-*-*.
6008         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6009
6010 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6011
6012         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6013         for unsupported target features.
6014         * gdb.base/call-rt-st.exp: Likewise.
6015         * gdb.base/call-sc.exp: Likewise.
6016         * gdb.base/call-signal-resume.exp: Likewise.
6017         * gdb.base/call-strs.exp: Likewise.
6018         * gdb.base/callexit.exp: Likewise.
6019         * gdb.base/callfuncs.exp: Likewise.
6020         * gdb.base/nodebug.exp: Likewise.
6021         * gdb.base/printcmds.exp: Likewise.
6022         * gdb.base/ptype.exp: Likewise.
6023         * gdb.base/structs.exp: Likewise.
6024         * gdb.base/unwindonsignal.exp: Likewise.
6025         * gdb.cp/gdb2495.exp: Likewise.
6026         * gdb.cp/templates.exp: Likewise.
6027         * gdb.cp/virtfunc.exp: Likewise.
6028         * gdb.threads/hand-call-in-threads.exp: Likewise.
6029         * gdb.threads/interrupted-hand-call.exp: Likewise.
6030         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6031
6032 2016-06-10  Tom Tromey  <tom@tromey.com>
6033
6034         PR rust/20110:
6035         * gdb.rust/expr.exp: Add test for integer constant larger than
6036         i32.
6037
6038 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6039
6040         * gdb.fortran/nested-funcs.exp: New.
6041         * gdb.fortran/nested-funcs.f90: New.
6042
6043 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6044
6045         * gdb.base/examine-backward.c: New file.
6046         * gdb.base/examine-backward.exp: New file.
6047
6048 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6049
6050         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6051         matching.
6052
6053 2016-06-02  Tom Tromey  <tom@tromey.com>
6054
6055         PR python/18984:
6056         * gdb.python/py-shared.exp: Add solib_name test.
6057
6058 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6059
6060         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6061
6062 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6063
6064         PR c++/19893
6065         * gdb.dwarf2/implref.exp: Rename to...
6066         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6067         * gdb.dwarf2/implref-array.c: New file.
6068         * gdb.dwarf2/implref-array.exp: Likewise.
6069         * gdb.dwarf2/implref-global.c: Likewise.
6070         * gdb.dwarf2/implref-global.exp: Likewise.
6071         * gdb.dwarf2/implref-struct.c: Likewise.
6072         * gdb.dwarf2/implref-struct.exp: Likewise.
6073
6074 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6075
6076         * gdb.trace/trace-condition.exp: Add 64bit tests.
6077
6078 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6079
6080         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6081         bits types.
6082         (main): Adapt to 8 to 64 bits types.
6083         * gdb.trace/trace-condition.exp: Add new tests.
6084
6085 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6086
6087         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6088
6089 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6090
6091         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6092         Move condition tests...
6093         * gdb.trace/trace-condition.exp: Here.
6094
6095 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6096
6097         * gdb.trace/trace-condition.exp: Add counter-case tests.
6098
6099 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6100
6101         PR c++/15231
6102         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6103         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6104
6105 2016-05-27  Pedro Alves  <palves@redhat.com>
6106
6107         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6108         New procedure.
6109         (top level): Call it, and bail out of DejaGnu is known to be bad.
6110
6111 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6112
6113         * gdb.base/whatis.c: Extend the test case.
6114         * gdb.base/whatis.exp: Add additional tests.
6115
6116 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6117
6118 * gdb.fortran/type.f90: Add pointer variable.
6119 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6120
6121 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6122
6123         * gdb.fortran/vla-type.exp: Fix testcase name.
6124
6125 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6126
6127         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6128
6129 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6130
6131         * gdb.fortran/type.f90: Add nested structures.
6132         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6133         * gdb.fortran/derived-type.exp: Adapt expected output.
6134         * gdb.fortran/vla-type.exp: Adapt expected output.
6135
6136 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6137
6138         * gdb.fortran/whatis_type.exp: Adapt expected output.
6139
6140 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6141
6142         * gdb.fortran/print_type.exp: Fix expected output.
6143         * gdb.fortran/whatis_type.exp: Fix expected output.
6144
6145 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6146
6147         * gdb.fortran/whatis_type.exp: Use multi_line.
6148
6149 2016-05-24  Tom Tromey  <tom@tromey.com>
6150
6151         PR python/17386:
6152         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6153         use value as an index.
6154
6155 2016-05-23  Tom Tromey  <tom@tromey.com>
6156
6157         PR python/17981:
6158         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6159         no-breakpoint case.
6160
6161 2016-05-24  Pedro Alves  <palves@redhat.com>
6162
6163         PR gdb/19828
6164         * gdb.threads/clone-attach-detach.c: New file.
6165         * gdb.threads/clone-attach-detach.exp: New file.
6166
6167 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6168
6169         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6170
6171 2016-05-23  Tom Tromey  <tom@tromey.com>
6172
6173         PR python/19438, PR python/18393:
6174         * gdb.python/py-progspace.exp: Add "dir" test.
6175         * gdb.python/py-objfile.exp: Add "dir" test.
6176
6177 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6178
6179         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6180         * gdb.arch/thumb2-it.exp: Likewise.
6181
6182 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6183
6184         * gdb.mi/mi-threads-interrupt.c: New file.
6185         * gdb.mi/mi-threads-interrupt.exp: New file.
6186
6187 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6188
6189         PR gdb/18077
6190         * gdb.mi/mi-async-run.exp: New file.
6191         * gdb.mi/mi-async-run.c: New file.
6192
6193 2016-05-17  Tom Tromey  <tom@tromey.com>
6194             Manish Goregaokar <manishsmail@gmail.com>
6195
6196         * lib/rust-support.exp: New file.
6197         * lib/gdb.exp (skip_rust_tests): New proc.
6198         (build_executable_from_specs): Handle rust.
6199         * lib/future.exp (gdb_find_rustc): New proc.
6200         (gdb_default_target_compile): Handle rust.
6201         * gdb.rust/expr.exp: New file.
6202         * gdb.rust/generics.exp: New file.
6203         * gdb.rust/generics.rs: New file.
6204         * gdb.rust/methods.exp: New file.
6205         * gdb.rust/methods.rs: New file.
6206         * gdb.rust/modules.exp: New file.
6207         * gdb.rust/modules.rs: New file.
6208         * gdb.rust/simple.exp: New file.
6209         * gdb.rust/simple.rs: New file.
6210
6211 2016-05-17  Tom Tromey  <tom@tromey.com>
6212
6213         * gdb.base/default.exp (set language): Add rust.
6214
6215 2016-05-17  Tom Tromey  <tom@tromey.com>
6216
6217         * gdb.gdb/unittest.exp: New file.
6218
6219 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6220
6221         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6222         shell_prompt.  Update shell_prompt_re.
6223
6224 2016-05-12  Doug Evans  <dje@google.com>
6225
6226         PR symtab/19999
6227         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6228         $options when building executable.
6229         * gdb.dwarf2/fission-loclists-pie.S: New file.
6230         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6231
6232 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6233
6234         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6235         of [is_remote target],
6236
6237 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6238
6239         * lib/gdb.exp (use_gdb_stub): New procedure.
6240
6241 2016-05-03  Yunlian Jiang <yunlian@google.com>
6242             Doug Evans  <dje@google.com>
6243
6244         PR symtab/19914
6245         * gdb.dwarf2/dwp-sepdebug.c: New file.
6246         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6247
6248 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6249
6250         * gdb.base/detach.exp: Remove is_remote check.
6251
6252 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6253
6254         * gdb.base/annota-input-while-running.exp: Don't check for
6255         [is_remote target].  Enable annotations after running to main.
6256         Remove unused "set test..." line.
6257
6258 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6259
6260         * gdb.trace/trace-enable-disable.exp: New file.
6261         * gdb.trace/trace-enable-disable.c: New file.
6262
6263 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6264
6265         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6266         use it in info sharedlibrary test.
6267         * gdb.trace/ftrace-lock.exp: Likewise.
6268         * gdb.trace/ftrace.exp: Likewise.
6269         * gdb.trace/range-stepping.exp: Likewise.
6270         * gdb.trace/trace-break.exp: Likewise.
6271         * gdb.trace/trace-condition.exp: Likewise.
6272         * gdb.trace/trace-mt.exp: Likewise.
6273
6274 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6275
6276         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6277         (gdb_load_shlib): ... this.
6278         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6279         gdb_load_shlib.
6280         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6281         * gdb.base/ctxobj.exp: Likewise.
6282         * gdb.base/dprintf-pending.exp: Likewise.
6283         * gdb.base/dso2dso.exp: Likewise.
6284         * gdb.base/fixsection.exp: Likewise.
6285         * gdb.base/gcore-relro.exp: Likewise.
6286         * gdb.base/gdb1555.exp: Likewise.
6287         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6288         * gdb.base/gnu-ifunc.exp: Likewise.
6289         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6290         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6291         * gdb.base/pending.exp: Likewise.
6292         * gdb.base/print-file-var.exp: Likewise.
6293         * gdb.base/print-symbol-loading.exp: Likewise.
6294         * gdb.base/shlib-call.exp: Likewise.
6295         * gdb.base/shreloc.exp: Likewise.
6296         * gdb.base/so-impl-ld.exp: Likewise.
6297         * gdb.base/solib-disc.exp: Likewise.
6298         * gdb.base/solib-nodir.exp: Likewise.
6299         * gdb.base/solib-overlap.exp: Likewise.
6300         * gdb.base/solib-symbol.exp: Likewise.
6301         * gdb.base/solib-weak.exp (do_test): Likewise.
6302         * gdb.base/sym-file.exp: Likewise.
6303         * gdb.base/symtab-search-order.exp: Likewise.
6304         * gdb.base/type-opaque.exp: Likewise.
6305         * gdb.base/unload.exp: Likewise.
6306         * gdb.base/watchpoint-solib.exp: Likewise.
6307         * gdb.compile/compile.exp: Likewise.
6308         * gdb.cp/gdb2384.exp: Likewise.
6309         * gdb.cp/infcall-dlopen.exp: Likewise.
6310         * gdb.cp/re-set-overloaded.exp: Likewise.
6311         * gdb.fortran/library-module.exp: Likewise.
6312         * gdb.opt/solib-intra-step.exp: Likewise.
6313         * gdb.python/py-finish-breakpoint.exp: Likewise.
6314         * gdb.python/py-shared.exp: Likewise.
6315         * gdb.reverse/solib-precsave.exp: Likewise.
6316         * gdb.reverse/solib-reverse.exp: Likewise.
6317         * gdb.server/solib-list.exp: Likewise.
6318         * gdb.threads/dlopen-libpthread.exp: Likewise.
6319         * gdb.threads/tls-shared.exp: Likewise.
6320         * gdb.threads/tls-so_extern.exp: Likewise.
6321         * gdb.trace/change-loc.exp: Likewise.
6322         * gdb.trace/ftrace-lock.exp: Likewise.
6323         * gdb.trace/ftrace.exp: Likewise.
6324         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6325         * gdb.trace/pending.exp: Likewise.
6326         * gdb.trace/range-stepping.exp: Likewise.
6327         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6328         (strace_info_marker): Likewise.
6329         (strace_probe_marker): Likewise.
6330         (strace_trace_on_same_addr): Likewise.
6331         (strace_trace_on_diff_addr): Likewise.
6332         * gdb.trace/trace-break.exp: Likewise.
6333         * gdb.trace/trace-condition.exp: Likewise.
6334         * gdb.trace/trace-mt.exp: Likewise.
6335
6336 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6337
6338         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
6339         result of gdb_remote_download.
6340         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6341         * gdb.base/dso2dso.exp: Likewise.
6342         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6343         * gdb.base/print-file-var.exp: Likewise.
6344         * gdb.base/shlib-call.exp: Likewise.
6345         * gdb.base/shreloc.exp: Likewise.
6346         * gdb.base/solib-overlap.exp: Likewise.
6347         * gdb.base/solib-weak.exp (do_test): Likewise.
6348         * gdb.base/unload.exp: Likewise.
6349
6350 2016-04-27  Yao Qi  <yao.qi@linaro.org>
6351
6352         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6353         exists.
6354
6355 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6356
6357         * vla-type.exp: Print structure from toplevel.
6358
6359 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6360
6361         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6362         of dynamic types.
6363         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6364         of dynamic types.
6365
6366 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6367
6368         * gdb.fortran/vla-type.f90: New file.
6369         * gdb.fortran/vla-type.exp: New file.
6370
6371 2016-04-25  Yao Qi  <yao.qi@linaro.org>
6372
6373         * gdb.base/branch-to-self.c: New file.
6374         * gdb.base/branch-to-self.exp: New file.
6375
6376 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6377
6378         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6379         more after $hex.
6380
6381 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6382
6383         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6384         * gdb.base/annota3.exp: Likewise.
6385
6386 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6387
6388         * gdb.reverse/step-precsave.exp: Do one step and test program
6389         stops in "callee" and do multiple steps until program goes out
6390         of "callee".
6391         * gdb.reverse/step-reverse.exp: Likewise.
6392
6393 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6394
6395         * gdb.trace/signal.exp: Also pass if
6396         $tracepoint_hits($i) > $iterations.
6397
6398 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6399
6400         * gdb.trace/signal.c: New file.
6401         * gdb.trace/signal.exp: New file.
6402
6403 2016-04-19  Doug Evans  <xdje42@gmail.com>
6404
6405         * gdb.base/bad-file.exp: New file.
6406
6407 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
6408
6409         * gdb.dwarf2/implref.exp: New file.
6410
6411 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6412
6413         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6414         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6415         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6416         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6417         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6418         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6419         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6420         * lib/fortran.exp (fortran_int4): New procedure.
6421         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6422         (fortran_logical4): Likewise.
6423
6424 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
6425
6426         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6427
6428 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6429
6430         * lib/compiler.c: Add Intel specific preprocessor macros.
6431         * lib/compiler.cc: Likewise.
6432
6433 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
6434
6435         * gdb.server/connect-with-no-symbol-file.c: New file.
6436         * gdb.server/connect-with-no-symbol-file.exp: New file.
6437
6438 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6439
6440         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6441
6442 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6443
6444         * boards/gdbserver-base.exp (${board}_download): Copy source file to
6445         standard output directory.
6446
6447 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6448
6449         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6450
6451 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
6452
6453         * gdb.btrace/instruction_history.c (loop): Add declaration.
6454
6455 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6456
6457         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6458
6459 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
6460
6461         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6462         parentheses to print.
6463         (continue_handler): Likewise.
6464
6465 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
6466
6467         * gdb.server/solib-list.exp: Remove is_remote check.
6468         Pass shlib= to gdb_compile.  Don't link shared library with
6469         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
6470         Run binary filename through "readlink -f" on the target.
6471
6472 2016-04-08  Pedro Alves  <palves@redhat.com>
6473
6474         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
6475         interpreter filename as argument to gdbserver_spawn.
6476         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6477         Return empty if $last_loaded_file does not exist.
6478
6479 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6480
6481         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6482         * gdb.base/jit-main.c: Use exit after usage.
6483
6484 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6485
6486         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6487         GDBHISTSIZE prior to the tests.
6488         * gdb.base/gdbinit-history.exp: Likewise.
6489
6490 2016-04-07  Pedro Alves  <palves@redhat.com>
6491
6492         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6493         instead of build_executable.  Use gdb_load_shlibs.
6494
6495 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6496
6497         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6498         Execute "si" command.
6499
6500 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6501
6502         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6503         number instead of the comments on some line.
6504
6505 2016-04-06  Don Breazeal  <donb@codesourcery.com>
6506
6507         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6508         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6509
6510 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
6511
6512         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6513         standard_output_file.  Remove unused binfile variable.
6514
6515 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
6516
6517         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6518         * gdb.python/py-mi-objfile.exp: Match "list main" output
6519         in console format.
6520
6521 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
6522
6523         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6524         absolute.
6525
6526 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6527
6528         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6529         absolute.
6530         * gdb.trace/ftrace.exp: Likewise.
6531         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6532         targets as well.
6533         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6534         (gdb_load_shlibs): Copy libraries to test directory when testing
6535         natively.  Only set solib-search-path if testing remotely.
6536         * lib/mi-support.exp (mi_load_shlibs): Likewise.
6537
6538 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6539
6540         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6541         gdb_download.  Use it even if the target is not remote.
6542         * gdb.base/jit.exp (compile_jit_test): Likewise.
6543         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6544         output directory if the destination board is local, otherwise use
6545         the standard remote_download from DejaGnu.
6546         (gdb_download): Remove.
6547         (gdb_load_shlibs): Use gdb_remote_download instead of
6548         gdb_download.
6549         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6550         Use gdb_remote_download instead of gdb_download.  Use it even if
6551         the target is not remote.
6552         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6553         instead of gdb_download.
6554
6555 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
6556
6557         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6558         (test_insert_delete_modify): Call mi_load_shlibs before trying to
6559         run.
6560
6561 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
6562
6563         PR gdb/19820
6564         * gdb.base/printcmds.exp: Add artificial arrays tests.
6565
6566 2016-03-31  Pedro Alves  <palves@redhat.com>
6567
6568         PR gdb/19858
6569         * gdb.base/jit-main.c: Include unistd.h.
6570         (ATTACH): Define to 0 if not already defined.
6571         (wait_for_gdb, mypid): New globals.
6572         (WAIT_FOR_GDB): New macro.
6573         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
6574         some breakpoint locations.
6575         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6576         New procedures.
6577         (one_jit_test): Add REATTACH parameter, and handle it.  Use
6578         continue_to_test_location.
6579         (top level): Test attach, and adjusts calls to one_jit_test.
6580
6581 2016-03-31  Pedro Alves  <palves@redhat.com>
6582
6583         PR gdb/19858
6584         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
6585         BINSUFFIX parameter, and handle it.
6586         (top level): Adjust calls compile_jit_test.
6587
6588 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
6589
6590         PR python/19743
6591         * gdb.python/py-mi-events-gdb.py: New file.
6592         * gdb.python/py-mi-events.c: New file.
6593         * gdb.python/py-mi-events.exp: New file.
6594
6595 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6596
6597         * gdb.reverse/until-precsave.exp: Match function name only.
6598         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6599         Move malloc to a condition block.
6600         * gdb.reverse/until-reverse.exp: Match function name only.
6601
6602 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6603
6604         * gdb.trace/ftrace.exp: Set arg0exp for s390.
6605         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6606         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6607         variable for GPR 0 instead of assuming it is register 0.
6608         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6609         * lib/trace-support.exp: Add s390 registers.
6610
6611 2016-03-29  Yao Qi  <yao.qi@linaro.org>
6612
6613         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6614
6615 2016-03-24  Yao Qi  <yao.qi@linaro.org>
6616
6617         * gdb.reverse/break-reverse.exp: Add quotation mark in the
6618         test message.
6619
6620 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6621
6622         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6623         maintaining separate logic for constructing the output path.
6624
6625 2016-03-16  Don Breazeal  <donb@codesourcery.com>
6626
6627         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6628         Retry fork and waitpid on interrupted system call errors.
6629         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6630         Use with_timeout_factor to increase timeout by factor of 10.
6631
6632 2016-03-15  Don Breazeal  <donb@codesourcery.com>
6633
6634         * gdb.cp/scope-err.cc: New test program.
6635         * gdb.cp/scope-err.exp: New test script.
6636         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6637         lines and "set breakpoint here" comment.
6638         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6639         Fixed some whitespace and format issues.
6640         * gdb.mi/mi-linespec-err-cp.cc: New test program.
6641         * gdb.mi/mi-linespec-err-cp.exp: New test script.
6642
6643 2016-03-15  Doug Evans  <dje@google.com>
6644
6645         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6646         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6647         All callers updated.  Add tests for enums, mixed flags register.
6648
6649 2016-03-15  Doug Evans  <dje@google.com>
6650
6651         * gdb.base/skip.c (main): Call test_skip_file_and_function.
6652         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6653
6654 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
6655
6656         * gdb.base/default.exp: Add $_as_string to the list of expected
6657         convenience functions.
6658
6659 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
6660
6661         * gdb.base/maint.exp: New tests for 'maint info line-table'.
6662
6663 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
6664
6665         * gdb.python/py-as-string.exp: New file.
6666         * gdb.python/py-as-string.c: New file.
6667
6668 2016-03-09  Pedro Alves  <palves@redhat.com>
6669
6670         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6671         signal" -> "Thread NN received signal" output change.
6672         * gdb.threads/ia64-sigill.exp: Likewise.
6673         * gdb.threads/linux-dp.exp: Likewise.
6674         * gdb.threads/manythreads.exp: Likewise.
6675         * gdb.threads/pending-step.exp: Likewise.
6676         * gdb.threads/print-threads.exp: Likewise.
6677         * gdb.threads/sigstep-threads.exp: Likewise.
6678         * gdb.threads/staticthreads.exp: Likewise.
6679         * gdb.threads/tls.exp: Likewise.
6680
6681 2016-03-09  Pedro Alves  <palves@redhat.com>
6682
6683         * gdb.base/command-line-input.exp: New file.
6684
6685 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6686
6687         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6688         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6689         * gdb.trace/pending.exp: Accept leading dot before function name.
6690         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6691         * lib/trace-support.exp: Set registers for ppc.
6692
6693 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6694
6695         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6696         use it for disassembly; accept .main in addition to main in backtrace.
6697
6698 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
6699             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6700
6701         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6702         (gdb_recursion_test_ptr): New global variable.
6703         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6704         gdb_recursion_test.
6705         (gdb_c_test): Ditto.
6706
6707 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6708
6709         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6710         ordering.
6711
6712 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6713
6714         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6715         (bar): Add bar_start_lbl label.
6716         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6717         of foo/bar for emitting DWARF and tracing.
6718
6719 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
6720
6721         * analyze-racy-logs.py: Set executable bit.
6722
6723 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6724
6725         * Makefile.in (DEFAULT_RACY_ITER): New variable.
6726         (CHECK_TARGET_TMP): Likewise.
6727         (check-single-racy): New rule.
6728         (check-parallel-racy): Likewise.
6729         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6730         (do-check-parallel-racy): New rule.
6731         (check-racy/%.exp): Likewise.
6732         * README (Racy testcases): New section.
6733         * analyze-racy-logs.py: New file.
6734
6735 2016-03-03  Doug Evans  <dje@google.com>
6736
6737         * gdb.base/skip.exp: Use with_test_prefix.
6738
6739 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6740
6741         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6742         Invoke step_over_syscall "clone" and break_cond_on_syscall
6743         "clone".
6744         * gdb.base/step-over-clone.c: New file.
6745
6746 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6747
6748         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6749         code format.
6750
6751 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6752
6753         * gdb.base/disp-step-fork.c: Rename to ...
6754         * gdb.base/step-over-fork.c: ... it.  New file.
6755         * gdb.base/disp-step-vfork.c: Rename to ...
6756         * gdb.base/step-over-vfork.c: ... it.  New file.
6757         * gdb.base/disp-step-syscall.exp: Rename to ...
6758         * gdb.base/step-over-syscall.exp: ... it.  New file.
6759         (disp_step_cross_syscall): Rename to ...
6760         (step_over_syscall): ... it.
6761
6762 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6763
6764         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6765         If target supports condition evaluation on target, invoke
6766         break_cond_on_syscall for fork and vfork.
6767
6768 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6769
6770         * gdb.base/disp-step-syscall.exp: Don't invoke
6771         support_displaced_stepping.
6772         (disp_step_cross_syscall): Test with displaced stepping off and
6773         on if supported.
6774
6775 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6776
6777         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
6778         proc.
6779         (setup): New proc.
6780         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
6781         and setup.
6782
6783 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6784
6785         * gdb.fortran/vla-history.exp: Remove breakpoint.
6786
6787 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6788
6789         * gdb.fortran/vla-history.exp: Lookup array elements and printing
6790         exceeds timeout.
6791
6792 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6793
6794         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
6795         breakpoint.
6796
6797 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
6798
6799         * gdb.mi/vla.f90: Nullify pointer after declaration.
6800
6801 2016-03-01  Pedro Alves  <palves@redhat.com>
6802
6803         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
6804
6805 2016-03-01  Pedro Alves  <palves@redhat.com>
6806
6807         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
6808         before anything else.
6809         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
6810         _GNU_SOURCE here.
6811         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
6812         before anything else.
6813         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
6814
6815 2016-03-01  Pedro Alves  <palves@redhat.com>
6816
6817         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
6818
6819 2016-03-01  Yao Qi  <yao.qi@linaro.org>
6820
6821         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
6822         prepare_for_testing.
6823
6824 2016-03-01  Yao Qi  <yao.qi@linaro.org>
6825
6826         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
6827
6828 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6829
6830         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
6831         manually constructing the output path.
6832
6833 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6834
6835         * gdb.arch/s390-stackless.S: New.
6836         * gdb.arch/s390-stackless.exp: New.
6837
6838 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
6839
6840         * gdb.dlang/circular.c: New file.
6841         * gdb.dlang/circular.exp: New file.
6842
6843 2016-02-26  Yao Qi  <yao.qi@linaro.org>
6844
6845         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
6846         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
6847         (testcases): Update.
6848
6849 2016-02-26  Yao Qi  <yao.qi@linaro.org>
6850
6851         * gdb.reverse/aarch64.c: Rename to ...
6852         * gdb.reverse/insn-reverse.c: ... it.
6853         * gdb.reverse/aarch64.exp: Rename to ...
6854         * gdb.reverse/insn-reverse.exp: ... it.
6855
6856 2016-02-26  Yao Qi  <yao.qi@linaro.org>
6857
6858         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
6859         (testcase_ftype): New.
6860         (testcases): New array.
6861         (n_testcases): New.
6862         (main): Call each element in testcases.
6863         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
6864         (read_testcase): New.
6865         Do the tests in a loop.
6866
6867 2016-02-25  Yao Qi  <yao.qi@linaro.org>
6868
6869         * gdb.base/branches.c: Remove.
6870
6871 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6872
6873         PR gdb/13808
6874         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
6875
6876 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6877
6878         * gdb.trace/ftrace.exp: Remove unnecessary target check.
6879
6880 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6881
6882         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
6883         change x86_64 call_insn to 'callq'.
6884
6885 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6886
6887         * gdb.trace/tfile-avx.c: Move to...
6888         * gdb.trace/tracefile-pseudo-reg.c: Here.
6889         * gdb.trace/tfile-avx.exp: Move to...
6890         * gdb.trace/tracefile-pseudo-reg.exp: Here.
6891
6892 2016-02-24  Gary Benson <gbenson@redhat.com>
6893
6894         * gdb.base/attach-pie-noexec.exp: Do not expect an error
6895         message on attach.
6896
6897 2016-02-23  Doug Evans  <dje@google.com>
6898
6899         * gdb.base/skip.c (test_skip): New function.
6900         (end_test_skip_file_and_function): New function.
6901         (test_skip_file_and_function): New function.
6902         * gdb.base/skip1.c (test_skip): New function.
6903         (skip1_test_skip_file_and_function): New function.
6904         * gdb.base/skip.exp: Add tests for new skip options.
6905         * gdb.base/skip-solib.exp: Update expected output.
6906         * gdb.perf/skip-command.cc: New file.
6907         * gdb.perf/skip-command.exp: New file.
6908         * gdb.perf/skip-command.py: New file.
6909
6910 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6911
6912         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
6913         info registers pattern.
6914
6915 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
6916
6917         * lib/future.exp: Add D support.
6918         (gdb_find_gdc): New proc.
6919         (gdb_default_target_compile): Add D support.
6920
6921 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
6922
6923         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
6924         user+system time.
6925         (trace_speed_test): Determine the iteration count for a time
6926         between 15..30 seconds.
6927
6928 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6929
6930         * gdb.arch/i386-mpx-sigsegv.c: New file.
6931         * gdb.arch/i386-mpx-sigsegv.exp: New file.
6932         * gdb.arch/i386-mpx-simple_segv.c: New file.
6933         * gdb.arch/i386-mpx-simple_segv.exp: New file.
6934
6935 2016-02-18  Yao Qi  <yao.qi@linaro.org>
6936
6937         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6938         Don't call setup_kfail.
6939
6940 2016-02-18  Yao Qi  <yao.qi@linaro.org>
6941
6942         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6943         Set "set breakpoint condition-evaluation" per $cond_bp_target.
6944
6945 2016-02-16  Doug Evans  <dje@google.com>
6946
6947         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
6948         * gdb.base/skip1.c: Ditto.
6949         * gdb.base/skip.exp: Whitespace cleanup.
6950
6951 2016-02-16  Don Breazeal  <donb@codesourcery.com>
6952
6953         PR remote/19496
6954         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6955         Remove kfail for PR remote/19496.
6956
6957 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
6958
6959         * lib/gdb.exp (standard_temp_file): Return a path specific to
6960         the runtest invocation.
6961
6962 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
6963
6964         * gdb.trace/save-trace.exp: Change relative path to be in the
6965         standard output directory.
6966
6967 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6968
6969         * gdb.arch/i386-prologue.c: Add missing prototypes.
6970
6971 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6972
6973         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
6974         * gdb.arch/i386-prologue.exp: Likewise.
6975         * gdb.arch/i386-size.exp: Likewise.
6976
6977 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
6978
6979         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
6980         define object file path.
6981         * gdb.btrace/gcore.exp: Use standard_output_file to define core
6982         file path.
6983         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
6984         standard_output_file to define binfile.
6985
6986 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6987
6988         Fix compatibility with recent gfortran-5.3.1.
6989         * gdb.fortran/vla-history.exp (print vla1 allocated)
6990         (print vla2 allocated, print $2, print $3): Remove
6991         (print $4): Rename to ...
6992         (print $2): ... here.
6993         (print $9): Rename to ...
6994         (print $5): ... here.
6995         (print $10): Rename to ...
6996         (print $6): ... here.
6997         * gdb.fortran/vla.f90: Add pvla initialization.
6998
6999 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7000
7001         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7002         New test.
7003         * gdb.fortran/vla-value-sub.exp: Likewise.
7004
7005 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7006
7007         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7008
7009 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7010
7011         * i386-biarch-core.exp: Define corefile using
7012         standard_output_file.
7013
7014 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7015
7016         * gdb.arch/arm-single-step-kernel-helper.c: New.
7017         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7018
7019 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7020
7021         * gdb.btrace/tailcall-only.exp: New.
7022         * gdb.btrace/tailcall-only.c: New.
7023         * gdb.btrace/x86_64-tailcall-only.S: New.
7024         * gdb.btrace/i686-tailcall-only.S: New.
7025
7026 2016-02-11  Pedro Alves  <palves@redhat.com>
7027
7028         * README (Parallel testing): Add missing double quotes.
7029
7030 2016-02-11  Pedro Alves  <palves@redhat.com>
7031
7032         * README (Parallel testing): New section.
7033         (GDB_PARALLEL): Rewrite.
7034         (FORCE_PARALLEL): Document.
7035
7036 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7037
7038         * gdb.trace/tfile-avx.c: New test.
7039         * gdb.trace/tfile-avx.exp: New test.
7040
7041 2016-02-09  Keith Seitz  <keiths@redhat.com>
7042
7043         PR breakpoints/19546
7044         * gdb.base/infcall-exec.c: New file.
7045         * gdb.base/infcall-exec2.c: New file.
7046         * gdb.base/infcall-exec.exp: New file.
7047
7048 2016-02-09  Keith Seitz  <keiths@redhat.com>
7049
7050         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7051         (toplevel): Call test_bkpt_address.
7052
7053 2016-02-09  Keith Seitz  <keiths@redhat.com>
7054
7055         PR python/19506
7056         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7057         (toplevel): Call test_bkpt_address.
7058
7059 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7060
7061         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7062         to AC_OUTPUT.
7063         * configure: Regenerate.
7064
7065 2016-02-09  Pedro Alves  <palves@redhat.com>
7066
7067         PR breakpoints/19548
7068         * gdb.base/execl-update-breakpoints.c (some_function): New
7069         function.
7070         (main): Call it.
7071         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7072         Tighten expected GDB output.
7073
7074 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7075
7076         * Makefile.in (ALL_SUBDIRS): Remove.
7077         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7078         (distclean maintainer-clean realclean): Likewise.
7079         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7080         * configure: Regenerate.
7081         * gdb.ada/Makefile.in: Delete.
7082         * gdb.arch/Makefile.in: Likewise.
7083         * gdb.asm/Makefile.in: Likewise.
7084         * gdb.base/Makefile.in: Likewise.
7085         * gdb.btrace/Makefile.in: Likewise.
7086         * gdb.cell/Makefile.in: Likewise.
7087         * gdb.compile/Makefile.in: Likewise.
7088         * gdb.cp/Makefile.in: Likewise.
7089         * gdb.disasm/Makefile.in: Likewise.
7090         * gdb.dlang/Makefile.in: Likewise.
7091         * gdb.dwarf2/Makefile.in: Likewise.
7092         * gdb.fortran/Makefile.in: Likewise.
7093         * gdb.gdb/Makefile.in: Likewise.
7094         * gdb.go/Makefile.in: Likewise.
7095         * gdb.guile/Makefile.in: Likewise.
7096         * gdb.java/Makefile.in: Likewise.
7097         * gdb.linespec/Makefile.in: Likewise.
7098         * gdb.mi/Makefile.in: Likewise.
7099         * gdb.modula2/Makefile.in: Likewise.
7100         * gdb.multi/Makefile.in: Likewise.
7101         * gdb.objc/Makefile.in: Likewise.
7102         * gdb.opencl/Makefile.in: Likewise.
7103         * gdb.opt/Makefile.in: Likewise.
7104         * gdb.pascal/Makefile.in: Likewise.
7105         * gdb.perf/Makefile.in: Likewise.
7106         * gdb.python/Makefile.in: Likewise.
7107         * gdb.reverse/Makefile.in: Likewise.
7108         * gdb.server/Makefile.in: Likewise.
7109         * gdb.stabs/Makefile.in: Likewise.
7110         * gdb.threads/Makefile.in: Likewise.
7111         * gdb.trace/Makefile.in: Likewise.
7112         * gdb.xml/Makefile.in: Likewise.
7113         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7114         GDB_PARALLEL.
7115         (standard_output_file): Remove check for GDB_PARALLEL, always
7116         return path in outputs/$subdir/$testname.
7117
7118 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7119
7120         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7121         (site.exp): Assign abs_srcdir to tcl's srcdir.
7122
7123 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7124
7125         * gdb.base/foll-exec-mode.c: Include limits.h.
7126         (main): Add parameters argc and argv.  Get directory from
7127         argv[0].
7128         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7129         compilation.
7130         * gdb.base/foll-exec.c: Include limits.h.
7131         (main): Add parameters argc and argv.
7132         Get directory from argv[0].
7133         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7134         Adjust tests on the number of lines as source code changed.
7135         * gdb.base/foll-vfork-exit.c: Include limits.h.
7136         (main): Add one line of statement before vfork.
7137         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7138         (main): Add parameters argc and argv.  Get directory from
7139         argv[0].
7140         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7141         (setup_gdb): Set tbreak to skip some source lines.
7142         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7143         (main): Add parameters argc and argv.  Get directory from
7144         argv[0].
7145         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7146         compilation.
7147         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7148         (main): Add parameters argc and argv.  Get directory from
7149         argv[0].
7150         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7151         compilation.
7152
7153 2016-02-01  Doug Evans  <dje@google.com>
7154
7155         * gdb.base/skip.exp: Clean up multiple references to same test name.
7156
7157 2016-02-01  Pedro Alves  <palves@redhat.com>
7158
7159         PR remote/19496
7160         * gdb.threads/forking-threads-plus-breakpoint.exp
7161         (displaced_stepping_supported): New global.
7162         (probe_displaced_stepping_support): New procedure.
7163         (do_test): Add 'displaced' parameter, and use it.
7164         (top level): Check for displaced stepping support.  Add displaced
7165         stepping on/off testing axis.
7166
7167 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7168
7169         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7170         pointer.  Don't perform further tests on the unassociated pointer
7171         if the first test fails.
7172
7173 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7174
7175         * gdb.base/max-value-size.c: New file.
7176         * gdb.base/max-value-size.exp: New file.
7177         * gdb.base/huge.exp: Disable max-value-size for this test.
7178
7179 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7180
7181         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7182
7183 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7184
7185         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7186
7187 2016-01-25  Pedro Alves  <palves@redhat.com>
7188
7189         PR threads/19461
7190         * gdb.base/fork-running-state.c: New file.
7191         * gdb.base/fork-running-state.exp: New file.
7192
7193 2016-01-25  Pedro Alves  <palves@redhat.com>
7194
7195         PR gdb/19494
7196         * gdb.base/catch-fork-kill.c: New file.
7197         * gdb.base/catch-fork-kill.exp: New file.
7198
7199 2016-01-25  Pedro Alves  <palves@redhat.com>
7200
7201         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7202         Delete, moved to lib/gdb.exp.
7203         * gdb.threads/forking-threads-plus-breakpoint.exp
7204         (foreach_with_prefix): Likewise.
7205         * gdb.threads/process-dies-while-handling-bp.exp
7206         (foreach_with_prefix): Likewise.
7207         * lib/gdb.exp (foreach_with_prefix): New procedure.
7208
7209 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7210
7211         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7212         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7213
7214 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7215
7216         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7217         endian targets.
7218
7219 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7220             Pedro Alves  <palves@redhat.com>
7221
7222         Fix testsuite compatibility with Guile.
7223         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7224         number.
7225
7226 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7227
7228         Fix testsuite compatibility with Guile.
7229         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7230         (thread 1): New test for backtrace through signal handler.
7231
7232 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7233
7234         PR testsuite/19491
7235         * gdb.base/multi-forks.c: Include
7236         ../lib/unbuffer_output.c
7237         (main): Call gdb_unbuffer_output.
7238
7239 2016-01-21  Doug Evans  <dje@google.com>
7240
7241         * lib/ada.exp (gdb_compile_ada): Fix typo.
7242
7243 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7244
7245         * gdb.base/break-fun-addr.exp: New file.
7246         * gdb.base/break-fun-addr1.c: New file.
7247         * gdb.base/break-fun-addr2.c: New file.
7248
7249 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7250
7251         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7252         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7253         enum flag values.
7254
7255 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7256
7257         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7258         when GDB can not set the vector return value.  Add more comments
7259         for clarification.
7260
7261 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7262
7263         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7264         command.
7265
7266 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7267
7268         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7269
7270 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7271
7272         * Makefile.in (check-single): Pass --status to runtest.
7273         (check/%.exp): Likewise.
7274
7275 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7276
7277         * Makefile.in (check-parallel): Propagate return code from make
7278         do-check-parallel.
7279
7280 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7281
7282         * gdb.trace/ftrace.exp: Fix expected message on continue.
7283         * gdb.trace/pending.exp: Fix expected message on continue.
7284         * gdb.trace/trace-break.exp: Fix expected message on continue.
7285
7286 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7287
7288         * lib/gdb.exp (gdb_test): Remove unused global references.
7289
7290 2016-01-18  Pedro Alves  <palves@redhat.com>
7291
7292         * gdb.base/async-shell.exp: Adjust expected output.
7293         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7294         * gdb.base/siginfo-thread.exp: Adjust expected output.
7295         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7296         * gdb.java/jnpe.exp: Adjust expected output.
7297         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7298         * gdb.threads/continue-pending-status.exp: Adjust expected output.
7299         * gdb.threads/leader-exit.exp: Adjust expected output.
7300         * gdb.threads/manythreads.exp: Adjust expected output.
7301         * gdb.threads/pthreads.exp: Adjust expected output.
7302         * gdb.threads/schedlock.exp: Adjust expected output.
7303         * gdb.threads/siginfo-threads.exp: Adjust expected output.
7304         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7305         expected output.
7306         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7307         output.
7308         * gdb.threads/sigthread.exp: Adjust expected output.
7309         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7310
7311 2016-01-18  Yao Qi  <yao.qi@linaro.org>
7312
7313         * gdb.guile/scm-section-script.c: Replace @progbits with
7314         %progbits.
7315         * gdb.python/py-section-script.c: Likewise.
7316
7317 2016-01-15  Pedro Alves  <palves@redhat.com>
7318
7319         * gdb.multi/tids.exp: Test star wildcard ranges.
7320
7321 2016-01-15  Pedro Alves  <palves@redhat.com>
7322
7323         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7324         command from "thread apply" invocation.
7325         (thr_apply_info_thr_invalid): Default the expected output to the
7326         input tid list.
7327         (top level): Add tests that use convenience variables.  Add tests
7328         for "thread apply" with a valid TID list, but missing the command.
7329
7330 2016-01-13  Pedro Alves  <palves@redhat.com>
7331
7332         * gdb.base/default.exp: Expect $_gthread as well.
7333         * gdb.multi/tids.exp: Test $_gthread.
7334         * gdb.threads/thread-specific.exp: Test $_gthread.
7335
7336 2016-01-13  Pedro Alves  <palves@redhat.com>
7337
7338         * gdb.multi/tids.exp: Test "info threads -gid".
7339
7340 2016-01-13  Pedro Alves  <palves@redhat.com>
7341
7342         * gdb.multi/tids.exp: Test InferiorThread.global_num and
7343         Breakpoint.thread.
7344         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7345
7346 2016-01-07  Pedro Alves  <palves@redhat.com>
7347
7348         * gdb.base/break.exp: Adjust to output changes.
7349         * gdb.base/hbreak2.exp: Likewise.
7350         * gdb.base/sepdebug.exp: Likewise.
7351         * gdb.base/watch_thread_num.exp: Likewise.
7352         * gdb.linespec/keywords.exp: Likewise.
7353         * gdb.multi/info-threads.exp: Likewise.
7354         * gdb.threads/thread-find.exp: Likewise.
7355         * gdb.multi/tids.c: New file.
7356         * gdb.multi/tids.exp: New file.
7357
7358 2016-01-13  Pedro Alves  <palves@redhat.com>
7359
7360         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7361
7362 2016-01-13  Pedro Alves  <palves@redhat.com>
7363
7364         * gdb.base/default.exp: Expect $_inferior as well.
7365         * gdb.multi/base.exp: Test $_inferior.
7366
7367 2016-01-13  Pedro Alves  <palves@redhat.com>
7368
7369         PR breakpoints/19388
7370         * gdb.base/catch-signal-siginfo-cond.c: New file.
7371         * gdb.base/catch-signal-siginfo-cond.exp: New file.
7372
7373 2016-01-12  Josh Stone  <jistone@redhat.com>
7374             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7375
7376         * gdb.base/catch-syscall.c (do_execve): New variable.
7377         (main): Conditionally trigger an execve.
7378         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7379         (test_catch_syscall_execve): New, check entry/return across execve.
7380         (do_syscall_tests): Call test_catch_syscall_execve.
7381
7382 2016-01-12  Pedro Alves  <palves@redhat.com>
7383
7384         * gdb.base/random-signal.exp (do_test): New procedure, with body
7385         of testcase moved in.
7386
7387 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7388             Pedro Alves  <palves@redhat.com>
7389
7390         * gdb.base/funcargs.exp (finish from indirectly called function):
7391         Reintroduce the case for 'First'.
7392
7393 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7394             Pedro Alves  <palves@redhat.com>
7395
7396         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7397         (tcatch_vfork_then_child_follow_exec)
7398         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7399         identification.
7400
7401 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7402
7403         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7404         and repeats to unlimited.
7405         * gdb.python/py-value.exp: Likewise.
7406         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7407         and repeats to unlimited.
7408
7409 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7410
7411         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7412         and reordering the functions.
7413         * gdb.multi/hangout.c: Likewise.
7414         * gdb.multi/hello.c: Likewise.
7415
7416 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
7417
7418         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7419         absolute.
7420         (SingleStatisticTestResult.report): Use dict.keys instead of
7421         dict.iterkeys.
7422
7423 2016-01-06  Pedro Alves  <palves@redhat.com>
7424
7425         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
7426
7427 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
7428
7429         * gdb.btrace/dlopen.exp: New.
7430         * gdb.btrace/dlopen.c: New.
7431         * gdb.btrace/dlopen-dso.c: New.
7432
7433 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
7434
7435         * lib/gdb.exp (gdb_test): Update comments to clarify that the
7436         PATTERN argument is optional.
7437
7438 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
7439
7440         * lib/ada.exp (target_compile_ada_from_dir): New function.
7441         (gdb_compile_ada): Reimplement avoiding the use of project files.
7442         * gdb.ada/gnat_ada.gpr: Delete.
7443         * gdb.ada/cond_lang.exp: Adjust test to make path before
7444         filename optional.
7445         * gdb.ada/small_reg_param.exp: Likewise.
7446
7447 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
7448
7449         * gdb.base/foll-vork.exp: Remove HP-UX special case.
7450
7451 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7452
7453         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7454         case.
7455
7456 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
7457
7458         * gdb.base/break.exp: Remove dead code.
7459         * gdb.base/sepdebug.exp: Likewise.
7460
7461 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7462
7463         * gdb.asm/asm-source.exp: Remove HP-UX references.
7464         * gdb.base/annota1.exp: Likewise.
7465         * gdb.base/annota3.exp: Likewise.
7466         * gdb.base/attach.exp: Likewise.
7467         * gdb.base/bigcore.exp: Likewise.
7468         * gdb.base/break.exp: Likewise.
7469         * gdb.base/call-ar-st.exp: Likewise.
7470         * gdb.base/callfuncs.exp: Likewise.
7471         * gdb.base/catch-fork-static.exp: Likewise.
7472         * gdb.base/display.exp: Likewise.
7473         * gdb.base/foll-exec-mode.exp: Likewise.
7474         * gdb.base/foll-exec.exp: Likewise.
7475         * gdb.base/foll-fork.exp: Likewise.
7476         * gdb.base/foll-vfork.exp: Likewise.
7477         * gdb.base/funcargs.exp: Likewise.
7478         * gdb.base/hbreak2.exp: Likewise.
7479         * gdb.base/inferior-died.exp: Likewise.
7480         * gdb.base/interrupt.exp: Likewise.
7481         * gdb.base/multi-forks.exp: Likewise.
7482         * gdb.base/nodebug.exp: Likewise.
7483         * gdb.base/sepdebug.exp: Likewise.
7484         * gdb.base/solib1.c: Likewise.
7485         * gdb.base/step-test.exp: Likewise.
7486         * gdb.mi/non-stop.c: Likewise.
7487         * gdb.mi/pthreads.c: Likewise.
7488         * gdb.multi/bkpt-multi-exec.ex: Likewise.
7489         * gdb.threads/pthreads.c: Likewise.
7490         * gdb.threads/staticthreads.exp: Likewise.
7491         * lib/future.exp: Likewise.
7492         * lib/gdb.exp: Likewise.
7493         * gdb.base/so-indr-cl.c: Remove.
7494         * gdb.base/so-indr-cl.exp: Likewise.
7495         * gdb.base/solib.c: Likewise.
7496         * gdb.base/solib.exp: Likewise.
7497         * gdb.base/solib2.c: Likewise.
7498
7499 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7500
7501         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7502         * gdb.base/call-ar-st.exp: Likewise.
7503         * gdb.base/callfuncs.exp: Likewise.
7504         * gdb.base/condbreak.exp: Likewise.
7505         * gdb.base/constvars.exp: Likewise.
7506         * gdb.base/hbreak2.exp: Likewise.
7507         * gdb.base/langs.exp: Likewise.
7508         * gdb.base/list.exp: Likewise.
7509         * gdb.base/long_long.exp: Likewise.
7510         * gdb.base/ptype.exp: Likewise.
7511         * gdb.base/scope.exp: Likewise.
7512         * gdb.base/signals.exp: Likewise.
7513         * gdb.base/so-impl-ld.exp: Likewise.
7514         * gdb.base/varargs.exp: Likewise.
7515         * gdb.base/volatile.exp: Likewise.
7516         * gdb.base/whatis.exp: Likewise.
7517         * gdb.cp/cplusfuncs.exp: Likewise.
7518         * gdb.cp/inherit.exp: Likewise.
7519         * gdb.cp/local.exp: Likewise.
7520         * gdb.cp/member-ptr.exp: Likewise.
7521         * gdb.cp/method.exp: Likewise.
7522         * gdb.cp/overload.exp: Likewise.
7523         * gdb.cp/templates.exp: Likewise.
7524         * gdb.stabs/weird.exp: Likewise.
7525         * lib/compiler.c: Likewise.
7526         * lib/compiler.cc: Likewise.
7527         * lib/cp-support.exp: Likewise.
7528         * lib/gdb.exp: Likewise.
7529
7530 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
7531
7532         * configure.ac: Remove HP-UX case.
7533         * configure: Regenerate.
7534
7535 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
7536
7537         * lib/gdb.exp (gdb_compile): Add function doc.
7538
7539 2015-12-17  Pedro Alves  <palves@redhat.com>
7540
7541         PR threads/19354
7542         * gdb.multi/info-threads.exp: New file.
7543
7544 2015-12-15  Yao Qi  <yao.qi@linaro.org>
7545
7546         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7547         is aarch64*-*-*.
7548
7549 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7550
7551         * gdb.base/history-duplicates.exp: Skip if no readline support.
7552
7553 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7554
7555         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7556
7557 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7558
7559         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7560
7561 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7562
7563         * gdb.base/completion.exp: Skip tests that interrupt GDB with
7564         ctrl-C if nointerrupts target property is set.
7565         * gdb.base/double-prompt-target-event-error.exp: Likewise.
7566         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7567         * gdb.base/paginate-bg-execution.exp: Likewise.
7568         * gdb.base/paginate-execution-startup.exp: Likewise.
7569         * gdb.base/random-signal.exp: Likewise.
7570         * gdb.base/range-stepping.exp: Likewise.
7571         * gdb.cp/annota2.exp: Likewise.
7572         * gdb.cp/annota3.exp: Likewise.
7573         * gdb.gdb/selftest.exp: Likewise.
7574         * gdb.threads/continue-pending-status.exp: Likewise.
7575         * gdb.threads/leader-exit.exp: Likewise.
7576         * gdb.threads/manythreads.exp: Likewise.
7577         * gdb.threads/pthreads.exp: Likewise.
7578         * gdb.threads/schedlock.exp: Likewise.
7579         * gdb.threads/sigthread.exp: Likewise.
7580
7581 2015-12-11  Don Breazeal  <donb@codesourcery.com>
7582
7583         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7584         remote.
7585         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7586         * gdb.base/foll-exec.exp (main): Enable for target remote.
7587         * gdb.base/foll-fork.exp (main): Likewise.
7588         * gdb.base/foll-vfork.exp (main): Likewise.
7589         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7590         (proc continue_to_exit_bp_loc): Use clean_restart.
7591         * gdb.base/pie-execl.exp (main): Disable for target remote.
7592         * gdb.base/watch-vfork.exp (main): Enable for target remote.
7593         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7594         * gdb.threads/execl.exp (main): Likewise.
7595         * gdb.threads/fork-child-threads.exp (main): Likewise.
7596         * gdb.threads/fork-plus-threads.exp (main): Disable for target
7597         remote.
7598         * gdb.threads/fork-thread-pending.exp (main): Enable for target
7599         remote.
7600         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7601         pid.tid style ptids, instead of just tid.
7602         * gdb.threads/thread-execl.exp (main): Enable for target remote.
7603         * gdb.threads/watchpoint-fork.exp (main): Likewise.
7604         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7605         ptids, instead of just tid.
7606
7607 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7608
7609         * gdb.base/list.exp (test_list_forward): Add end of file error
7610         test.
7611         (test_repeat_list_command): Add end of file error test.
7612         (test_list_backwards): Add beginning of file error test.
7613
7614 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7615
7616         * gdb.base/list.exp (test_list_invalid_args): New function,
7617         defined, and called.
7618
7619 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7620
7621         * gdb.base/list.exp (test_list): Make test names unique.
7622
7623 2015-12-11  Yao Qi  <yao.qi@linaro.org>
7624
7625         * gdb.base/coremaker2.c: Remove.
7626
7627 2015-12-10  Pedro Alves  <palves@redhat.com>
7628
7629         * gdb.multi/base.exp: Remove stale "spaces" references.
7630
7631 2015-12-10  Pedro Alves  <palves@redhat.com>
7632
7633         * gdb.multi/base.exp: Don't use nowarnings.
7634         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7635         * gdb.multi/hangout.c: Include stdio.h.
7636         * gdb.multi/hello.c: Include stdlib.h.
7637         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7638         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7639         * gdb.multi/multi-arch.exp: Don't use nowarnings.
7640
7641 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7642
7643         * gdb.dwarf2/dw2-ranges-base.c: New file.
7644         * gdb.dwarf2/dw2-ranges-base.exp: New file.
7645         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7646         support additional line table, and debug ranges generation.
7647         (Dwarf::ranges): New function, generate .debug_ranges.
7648         (Dwarf::lines): Support generating simple line table programs.
7649         (Dwarf::assemble): Initialise new namespace variables.
7650
7651 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
7652
7653         * gdb.base/async.exp (proc test_background): Add case for
7654         asynchronous execution not supported.
7655
7656 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
7657
7658         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7659           format and change test names to make them unique.
7660
7661 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
7662             Pedro Alves  <pedro@redhat.com>
7663
7664         PR gdb/18702
7665         Add checking of floatformats setup on x86_64 hosts.
7666         * gdb.arch/i386-float.S (main): Load bigval and smallval.
7667         (smallval, bigval): New labels/constants.
7668         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7669         float" after loading bigval and smallval.
7670
7671 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
7672
7673         * gdb.ada/fun_overload_menu.exp: New testcase.
7674         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7675
7676 2015-12-04  Josh Stone  <jistone@redhat.com>
7677
7678         * gdb.base/catch-fork-static.exp: New.
7679
7680 2015-12-03  Yao Qi  <yao.qi@linaro.org>
7681
7682         * gdb.base/sizeof.c: Don't include stdio.h and
7683         ../lib/unbuffer_output.c.
7684         (main): New variable 'size' and 'value'.  Remove printf and
7685         gdb_unbuffer_output.  Assign return value to size and value.
7686         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7687         at the beginning.
7688         (check_sizeof): Check the result by printing variable 'size'.
7689         (check_valueof): Check the result by printing variable 'value'.
7690
7691 2015-12-01  Yao Qi  <yao.qi@linaro.org>
7692
7693         * gdb.base/disp-step-syscall.exp: Define syscall instruction
7694         for aarch64*-*-linux* target.
7695
7696 2015-11-30  Pedro Alves  <palves@redhat.com>
7697
7698         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7699
7700 2015-11-30  Pedro Alves  <palves@redhat.com>
7701
7702         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7703         Handle non-stop mode vCont replies.
7704
7705 2015-11-30  Pedro Alves  <palves@redhat.com>
7706
7707         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7708         prepare_for_testing.  Start gdb with "set non-stop on" appended to
7709         GDBFLAGS.  Lax expected stop output.
7710
7711 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7712
7713         * gdb.arch/arm-neon.exp: New.
7714         * gdb.arch/arm-neon.c: New.
7715
7716 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7717
7718         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7719
7720 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7721
7722         * gdb.cp/annota2.exp: Allow multiple occurrences of the
7723         frames-invalid annotation.
7724
7725 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7726
7727         * gdb.cp/annota2.exp: Use ${frames_invalid}.
7728
7729 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
7730
7731         * gdb.threads/names.exp: New file.
7732         * gdb.threads/names.c: New file.
7733         * README: Mention gdb,no_thread_names.
7734
7735 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
7736
7737         PR 19297
7738         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7739         support" error.
7740
7741 2015-11-24  Pedro Alves  <palves@redhat.com>
7742
7743         PR 17539
7744         * gdb.base/display.exp: Expect displays to be sorted in ascending
7745         order.  Use multi_line.
7746         * gdb.base/solib-display.exp: Likewise.
7747
7748 2015-11-24  Pedro Alves  <palves@redhat.com>
7749
7750         PR 17539
7751         * gdb.base/display.exp: Expect displays to be sorted in ascending
7752         order.  Use multi_line.
7753         * gdb.base/solib-display.exp: Likewise.
7754
7755 2015-11-24  Pedro Alves  <palves@redhat.com>
7756
7757         PR 17539
7758         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7759         threads in ascending order.
7760         * gdb.base/foll-fork.exp: Likewise.
7761         * gdb.base/foll-vfork.exp: Likewise.
7762         * gdb.base/multi-forks.exp: Likewise.
7763         * gdb.mi/mi-nonstop.exp: Likewise.
7764         * gdb.mi/mi-nsintrall.exp: Likewise.
7765         * gdb.multi/base.exp: Likewise.
7766         * gdb.multi/multi-arch.exp: Likewise.
7767         * gdb.python/py-inferior.exp: Likewise.
7768         * gdb.threads/break-while-running.exp: Likewise.
7769         * gdb.threads/execl.exp: Likewise.
7770         * gdb.threads/gcore-thread.exp: Likewise.
7771         * gdb.threads/info-threads-cur-sal.exp: Likewise.
7772         * gdb.threads/kill.exp: Likewise.
7773         * gdb.threads/linux-dp.exp: Likewise.
7774         * gdb.threads/multiple-step-overs.exp: Likewise.
7775         * gdb.threads/next-bp-other-thread.exp: Likewise.
7776         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
7777         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
7778         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
7779         * gdb.threads/thread-find.exp: Likewise.
7780         * gdb.threads/tls.exp: Likewise.
7781         * lib/mi-support.exp (mi_reverse_list): Delete.
7782         (mi_check_thread_states): No longer reverse list.
7783
7784 2015-11-24  Pedro Alves  <palves@redhat.com>
7785
7786         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
7787         use lowercase.
7788
7789 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
7790
7791         * gdb.trace/actions.c: Include trace-common.h.
7792         (main): Add a location for a fast tracepoint.
7793         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
7794         the normal tracepoints.
7795         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
7796
7797 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
7798
7799         * save-trace.exp: Factor out code to these...
7800         (gdb_save_tracepoints): New.
7801         (gdb_load_tracepoints): New.
7802         (do_save_load_test): New.
7803
7804 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
7805
7806         * gdb.base/asmlabel.exp: New test.
7807         * gdb.base/asmlabel.c: New test case.
7808
7809 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
7810
7811         * gdb.base/wrong_frame_bt_full-main.c: New file.
7812         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
7813         * gdb.base/wrong_frame_bt_full.exp: New file.
7814
7815 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
7816
7817         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
7818
7819 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
7820
7821         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
7822         pstate register when comparing registers values in
7823         sparc64-*-linux-gnu targets to avoid spurious differences.
7824
7825 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
7826
7827         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
7828
7829 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
7830
7831         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
7832         as type argument to gdb_compile.
7833         * gdb.base/nested-subp2.exp: Likewise.
7834         * gdb.base/nested-subp3.exp: Likewise.
7835
7836 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
7837
7838         * lib/dwarf.exp (_note): Fix left shift of negative value.
7839         * gdb.trace/trace-condition.exp: Likewise.
7840
7841 2015-11-13  Yao Qi  <yao.qi@linaro.org>
7842
7843         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
7844         comments about d10v.
7845         (test_scalar_returns): Likewise.
7846         * gdb.base/d10v.ld: Remove.
7847         * gdb.base/overlays.exp: Remove the target triplet checking for
7848         d10v-*-*.
7849         * gdb.base/structs.exp (test_struct_returns): Remove the
7850         comments about d10v.
7851         (test_struct_calls): Likewise.
7852
7853 2015-11-13  Yao Qi  <yao.qi@linaro.org>
7854
7855         * gdb.base/gnu_vector.exp: Check the return value by "p res".
7856         * gdb.base/gnu_vector.c: Don't include stdio.h.
7857         (main): Don't print res and call add_some_intvecs.
7858
7859 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7860
7861         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
7862         macro.
7863         (func5): Removed.
7864         (func4): Use FAST_TRACEPOINT_LABEL.
7865         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
7866         macro.
7867         (func): Removed.
7868         (thread_function): Use FAST_TRACEPOINT_LABEL.
7869         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
7870         (func): Remove.
7871         (marker): Use FAST_TRACEPOINT_LABEL.
7872         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
7873         (pendfunc1): Remove.
7874         (pendfunc): Use FAST_TRACEPOINT_LABEL.
7875         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
7876         (foo): Remove.
7877         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
7878         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
7879         macro.
7880         (func): Remove.
7881         (marker): Use FAST_TRACEPOINT_LABEL.
7882         * gdb.trace/trace-common.h: New header.
7883         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
7884         macro.
7885         (func): Remove.
7886         (marker): Use FAST_TRACEPOINT_LABEL.
7887         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
7888         (func): Remove.
7889         (thread_function): Use FAST_TRACEPOINT_LABEL.
7890
7891 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7892
7893         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
7894         in front.
7895         * gdb.trace/change-loc.exp: Use global pcreg definition.
7896         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
7897         * gdb.trace/entry-values.exp: Use global spreg definition, add $
7898         in front.
7899         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
7900         * gdb.trace/pending.exp: Likewise.
7901         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
7902         * gdb.trace/trace-break.exp: Likewise.
7903         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
7904         in front.
7905         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
7906         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
7907         in front.
7908         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
7909
7910 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
7911
7912         * gdb.ada/fin_fun_out: New testcase.
7913
7914 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
7915
7916         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
7917         value associated with DW_AT_byte_size.
7918         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
7919         constants for DW_AT_byte_size, DW_AT_lower_bound, and
7920         DW_AT_upper_bound.
7921
7922 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
7923
7924         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
7925         (gdb_target_symbol_prefix_flags): Define in terms of _asm
7926         version.
7927         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
7928         gdb.dwarf2/dw2-canonicalize-type.exp,
7929         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
7930         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
7931         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
7932         provided by gdb_target_symbol_prefix_flags_asm.
7933         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
7934         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
7935         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
7936         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
7937         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
7938         macros where needed).  Use this macro for symbols which require
7939         the prefix provided by SYMBOL_PREFIX.
7940
7941 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
7942
7943         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
7944         New procs.
7945         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
7946         representing expressions, of more than one list element.
7947         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
7948         to prepend linker symbol prefix to f.
7949         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
7950         table_1 and table_2.
7951         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
7952         Likewise, for f and g.
7953         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
7954         for ptr.
7955         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
7956         for main.
7957         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
7958         table_1_ptr and table_2_ptr.
7959
7960 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7961             Joel Brobecker  <brobecker@adacore.com>
7962
7963         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
7964
7965 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7966
7967         * gdb.reverse/s390-mvcle.c: New test.
7968         * gdb.reverse/s390-mvcle.exp: New file.
7969         * lib/gdb.exp: Enable reverse tests on s390*-linux.
7970
7971 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7972
7973         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
7974
7975 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7976
7977         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
7978         reaching marker2.
7979         * gdb.reverse/getresuid-reverse.exp: Likewise.
7980         * gdb.reverse/pipe-reverse.exp: Likewise.
7981         * gdb.reverse/readv-reverse.exp: Likewise.
7982         * gdb.reverse/recvmsg-reverse.exp: Likewise.
7983         * gdb.reverse/time-reverse.exp: Likewise.
7984         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
7985
7986 2015-10-30  Yao Qi  <yao.qi@linaro.org>
7987
7988         * gdb.threads/wp-replication.c (watch_count_done): Remove.
7989         (empty_cycle): Remove.
7990         (main): Don't call empty_cycle.  Don't use watch_count_done.
7991         * gdb.threads/wp-replication.exp: Don't set breakpoint on
7992         empty_cycle.  Rewrite the code counting HW watchpoints.
7993
7994 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7995
7996         * gdb.reverse/fstatat-reverse.c: New test.
7997         * gdb.reverse/fstatat-reverse.exp: New file.
7998         * gdb.reverse/getresuid-reverse.c: New test.
7999         * gdb.reverse/getresuid-reverse.exp: New file.
8000         * gdb.reverse/pipe-reverse.c: New test.
8001         * gdb.reverse/pipe-reverse.exp: New file.
8002         * gdb.reverse/readv-reverse.c: New test.
8003         * gdb.reverse/readv-reverse.exp: New file.
8004         * gdb.reverse/recvmsg-reverse.c: New test.
8005         * gdb.reverse/recvmsg-reverse.exp: New file.
8006         * gdb.reverse/time-reverse.c: New test.
8007         * gdb.reverse/time-reverse.exp: New file.
8008         * gdb.reverse/waitpid-reverse.c: New test.
8009         * gdb.reverse/waitpid-reverse.exp: New file.
8010
8011 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8012
8013         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8014
8015 2015-10-26  Doug Evans  <dje@google.com>
8016
8017         PR symtab/17391
8018         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8019         * gdb.dwarf2/bad-regnum.c: New file.
8020         * gdb.dwarf2/bad-regnum.exp: New file.
8021
8022 2015-10-26  Doug Evans  <dje@google.com>
8023
8024         PR python/18938
8025         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8026         file.
8027
8028 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8029
8030         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8031         for a change by "Mention language in compile error message".
8032
8033 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8034
8035         PR python/18073
8036         * gdb.python/py-type.c (C::a_method): New.
8037         (C::a_const_method): New.
8038         (C::a_static_method): New.
8039         (a_function): New.
8040         * gdb.python/py-type.exp (test_fields): Test getting fields
8041         from function and method.
8042
8043 2015-10-21  Keven Boell  <keven.boell@intel.com>
8044
8045         * gdb.fortran/vla-alloc-assoc.exp: New file.
8046         * gdb.fortran/vla-datatypes.exp: New file.
8047         * gdb.fortran/vla-datatypes.f90: New file.
8048         * gdb.fortran/vla-history.exp: New file.
8049         * gdb.fortran/vla-ptype-sub.exp: New file.
8050         * gdb.fortran/vla-ptype.exp: New file.
8051         * gdb.fortran/vla-sizeof.exp: New file.
8052         * gdb.fortran/vla-sub.f90: New file.
8053         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8054         * gdb.fortran/vla-value-sub-finish.exp: New file.
8055         * gdb.fortran/vla-value-sub.exp: New file.
8056         * gdb.fortran/vla-value.exp: New file.
8057         * gdb.fortran/vla-ptr-info.exp: New file.
8058         * gdb.mi/mi-vla-fortran.exp: New file.
8059         * gdb.mi/vla.f90: New file.
8060
8061 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8062
8063         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8064         of hardwired timeout value.
8065
8066 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8067             Pedro Alves  <palves@redhat.com>
8068
8069         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8070         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8071
8072 2015-10-19  Josh Stone  <jistone@redhat.com>
8073
8074         * gdb.base/catch-syscall.c: Include <sched.h>.
8075         (unknown_syscall): New variable.
8076         (main): Trigger a vfork and an unknown syscall.
8077         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8078         (unknown_syscall_number): Likewise.
8079         (check_call_to_syscall): Accept an optional syscall pattern.
8080         (check_return_from_syscall): Likewise.
8081         (check_continue): Likewise.
8082         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8083         (test_catch_syscall_skipping_return): New test toggling off 'catch
8084         syscall' to step over the syscall return, then toggling back on.
8085         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8086         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8087         (do_syscall_tests): Call test_catch_syscall_without_args and
8088         test_catch_syscall_mid_vfork.
8089         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8090         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8091
8092 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8093
8094         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8095         print g_vE): Add new pass patterns.
8096         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8097         print various symbol names for vptr fields.
8098
8099 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8100
8101         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8102         results.
8103
8104 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8105
8106         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8107
8108 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8109
8110         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8111         is aarch64*-*-linux*.
8112
8113 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8114
8115         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8116         (can_relocate_bcond_true): ... it.
8117         (can_relocate_bcond_false): New function.
8118         (foo): Likewise.
8119         (can_relocate_bl): Likewise.
8120         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8121         can_relocate_bl.
8122
8123 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8124
8125         * gdb.base/nested-addr.c: New file.
8126         * gdb.base/nested-addr.exp: New testcase.
8127
8128 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8129
8130         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8131         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8132         its output.  Ignore the output of "record goto begin" and instead
8133         check that GDB is replaying.
8134
8135 2015-10-09  Pedro Alves  <palves@redhat.com>
8136
8137         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8138         (top level): Use it in the run with no args test.
8139
8140 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8141
8142         * gdb.dlang/properties.exp: New file.
8143
8144 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8145
8146         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8147         whether or not address 0x1000 is mapped on the target.
8148
8149 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8150
8151         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8152         build.
8153
8154 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8155
8156         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8157         instruction-history test.
8158
8159 2015-09-28  Doug Evans  <dje@google.com>
8160
8161         * gdb.base/gcore.c (array_func): Add reference to static_array.
8162
8163 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8164
8165         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8166         source line.
8167
8168 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8169
8170         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8171         short or char as base type.
8172
8173 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8174
8175         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8176         to allow any size enum.
8177
8178 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8179
8180         * gdb.ada/array_ptr_renaming.exp: New testcase.
8181         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8182         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8183
8184 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8185
8186         * gdb.trace/ftrace-lock.c: New file.
8187         * gdb.trace/ftrace-lock.exp: New file.
8188
8189 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8190
8191         * gdb.arch/insn-reloc.c: New file.
8192         * gdb.arch/ftrace-insn-reloc.exp: New file.
8193
8194 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8195
8196         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8197         instruction.
8198         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8199         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8200         * gdb.trace/range-stepping.c: Likewise.
8201         * gdb.trace/trace-break.c: Likewise.
8202         * gdb.trace/trace-mt.c (thread_function): Likewise.
8203         * gdb.trace/ftrace.c (marker): Likewise.
8204         * gdb.trace/trace-condition.c (marker): Likewise.
8205         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8206         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8207         is_aarch64_target.
8208
8209 2015-09-18  Doug Evans  <xdje42@gmail.com>
8210
8211         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8212         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8213
8214 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8215
8216         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8217         the breakpoint.
8218
8219 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8220
8221         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8222         the pending breakpoint.  Remove timeout override for "Run till
8223         MI pending breakpoint on pendfunc3 on thread 2" test.
8224
8225 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8226
8227         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8228         filename pattern.
8229
8230 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8231
8232         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8233         in breakpoint filename pattern.
8234
8235 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8236
8237         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8238
8239 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8240
8241         * gdb.linespec/explicit.exp: Check for readline support for
8242         tab-completion tests.  Fix obvious typo.
8243
8244 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8245
8246         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8247         and replay.
8248
8249 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8250
8251         * gdb.btrace/non-stop.c: New.
8252         * gdb.btrace/non-stop.exp: New.
8253
8254 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8255             Yao Qi  <yao.qi@linaro.org>
8256
8257         * gdb.trace/trace-condition.c: New file.
8258         * gdb.trace/trace-condition.exp: New file.
8259
8260 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8261
8262         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8263         for testing bytecode compilation.
8264
8265 2015-09-16  Pedro Alves  <palves@redhat.com>
8266             Sandra Loosemore <sandra@codesourcery.com>
8267
8268         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8269         (SECONDS): Redefine.
8270         (main): Call pthread_kill and alarm early.
8271         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8272         support.
8273         (test): If the target can't hardware step and doesn't support
8274         displaced stepping, increase the timeout.
8275
8276 2015-09-16  Pedro Alves  <palves@redhat.com>
8277
8278         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8279         (enable_debug): New procedures.
8280         (test): Use them.  Bail out if waiting for threads fails.
8281         (top level): Bail out if a test fails.
8282
8283 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8284
8285         * gdb.asm/asm-source.exp: Set asm-arch for
8286         aarch64*-*-* target.
8287         * gdb.asm/aarch64.inc: New file.
8288
8289 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8290
8291         * gdb.ada/array_of_variable_length.exp: New testcase.
8292         * gdb.ada/array_of_variable_length/foo.adb: New file.
8293         * gdb.ada/array_of_variable_length/pck.adb: New file.
8294         * gdb.ada/array_of_variable_length/pck.ads: New file.
8295
8296 2015-09-15  Doug Evans  <dje@google.com>
8297
8298         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8299         of function static local variable.
8300
8301 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8302
8303         * gdb.threads/tls-so_extern.exp: New test file.
8304         * gdb.threads/tls-so_extern.c: New test file.
8305         * gdb.threads/tls-so_extern_main.c: New test file.
8306
8307 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8308
8309         * gdb.opt/solib-intra-step-lib.c: New file.
8310         * gdb.opt/solib-intra-step-main.c: New file.
8311         * gdb.opt/solib-intra-step.exp: New file.
8312
8313 2015-09-15  Pedro Alves  <palves@redhat.com>
8314
8315         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8316         gdb_continue_to_breakpoint instead of gdb_test_multiple.
8317
8318 2015-09-14  Pedro Alves  <palves@redhat.com>
8319
8320         * gdb.base/hook-stop-continue.c: Delete.
8321         * gdb.base/hook-stop-continue.exp: Delete.
8322         * gdb.base/hook-stop-frame.c: Delete.
8323         * gdb.base/hook-stop-frame.exp: Delete.
8324         * gdb.base/hook-stop.c: New file.
8325         * gdb.base/hook-stop.exp: New file.
8326
8327 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
8328
8329         * gdb.ada/access_to_packed_array.exp: New testcase.
8330         * gdb.ada/access_to_packed_array/foo.adb: New file.
8331         * gdb.ada/access_to_packed_array/pack.adb: New file.
8332         * gdb.ada/access_to_packed_array/pack.ads: New file.
8333
8334 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
8335
8336         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8337         buffer size test.
8338
8339 2015-09-11  Don Breazeal  <donb@codesourcery.com>
8340
8341         * gdb.base/foll-exec.c: Add copyright header.  Fix
8342         formatting issues.
8343         * gdb.base/foll-exec.exp (zap_session): Delete proc.
8344         (do_exec_tests): Use clean_restart in place of zap_session,
8345         and for test initialization.  Fix formatting issues.  Use
8346         fail in place of perror.
8347         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8348         an expect statement to match an expression with output from
8349         the program under debug.
8350         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8351         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8352         * gdb.threads/non-ldr-exc-2.exp: Likewise.
8353         * gdb.threads/non-ldr-exc-3.exp: Likewise.
8354         * gdb.threads/non-ldr-exc-4.exp: Likewise.
8355
8356 2015-09-09  Doug Evans  <dje@google.com>
8357
8358         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8359
8360 2015-09-09  Doug Evans  <dje@google.com>
8361
8362         * gdb.base/pie-execl.exp: Fix result test of build_executable.
8363
8364 2015-09-09  Doug Evans  <dje@google.com>
8365
8366         * gdb.base/savedregs.exp: Fix typo.
8367
8368 2015-09-09  Pedro Alves  <palves@redhat.com>
8369
8370         * gdb.mi/mi-cli.exp: Add CLI finish tests.
8371
8372 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
8373
8374         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8375         command actually switches threads.  Give up on remaining
8376         tests if target fails to stop at breakpoint.
8377
8378 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8379
8380         * gdb.ada/funcall_char.exp: New testcase.
8381         * gdb.ada/funcall_char/foo.adb: New file.
8382
8383 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8384
8385         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8386         expected outputs.  Add two testcases for completing ambiguous
8387         functions.
8388         * gdb.ada/complete/aux_pck.adb: New file.
8389         * gdb.ada/complete/aux_pck.ads: New file.
8390         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8391         Ambiguous_Func functions.
8392         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8393         * gdb.ada/complete/pck.adb: Likewise.
8394
8395 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
8396
8397         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8398         failures to run the test program under GDB.
8399
8400 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
8401
8402         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8403         to C.
8404
8405 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
8406
8407         * gdb.base/run-after-attach.exp: New test file.
8408         * gdb.base/run-after-attach.c: New test file.
8409
8410 2015-08-26  Don Breazeal  <donb@codesourcery.com>
8411
8412         * gdb.base/foll-exec-2.c: New test program.
8413         * gdb.base/foll-exec-2.exp: New test.
8414
8415 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
8416
8417         * gdb.base/nested-subp1.exp: New file.
8418         * gdb.base/nested-subp1.c: New file.
8419         * gdb.base/nested-subp2.exp: New file.
8420         * gdb.base/nested-subp2.c: New file.
8421         * gdb.base/nested-subp3.exp: New file.
8422         * gdb.base/nested-subp3.c: New file.
8423
8424 2015-08-24  Pedro Alves  <palves@redhat.com>
8425
8426         * gdb.server/connect-without-multi-process.c: New file.
8427         * gdb.server/connect-without-multi-process.exp: New file.
8428
8429 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8430
8431         * gdb.opt/inline-markers.c: Make z int.
8432
8433 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8434
8435         * gdb.opt/inline-markers.c: Make z volatile.
8436
8437 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8438
8439         * gdb.opt/inline-bt.c: New volatile global z.
8440         * gdb.opt/inline-cmds.c: Likewise.
8441         * gdb.opt/inline-locals.c: Likewise.
8442         * gdb.opt/inline-markers.c: New extern global z.
8443         (marker): Use z.
8444         (inline_fn): Likewise.
8445
8446 2015-08-24  Pedro Alves  <palves@redhat.com>
8447
8448         * config/m32r-stub.exp: Remove file.
8449         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8450         * gdb.base/call-rt-st.exp: Likewise.
8451         * gdb.base/call-strs.exp: Likewise.
8452         * gdb.base/default.exp: Remove references to h8300-*-hms and
8453         *-*-udi*.
8454         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8455
8456 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8457
8458         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8459         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
8460         and "return" use KFAIL when GDB can not read/write the vector
8461         return value.
8462
8463 2015-08-21  Gary Benson <gbenson@redhat.com>
8464
8465         * gdb.trace/pending.exp: Cope with remote transfer warnings.
8466
8467 2015-08-20  Pedro Alves  <palves@redhat.com>
8468
8469         * gdb.server/solib-list.exp: No longer expect an interior stop in
8470         non-stop mode.
8471
8472 2015-08-20  Pedro Alves  <palves@redhat.com>
8473
8474         * gdb.server/connect-stopped-target.c: New file.
8475         * gdb.server/connect-stopped-target.exp: New file.
8476
8477 2015-08-20  Pedro Alves  <palves@redhat.com>
8478
8479         * gdb.dwarf2/comp-unit-lang.exp: New file.
8480         * gdb.dwarf2/comp-unit-lang.c: New file.
8481
8482 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8483
8484         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8485         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8486
8487 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
8488
8489         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8490         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8491
8492 2015-08-18  Doug Evans  <dje@google.com>
8493             Adrian Sendroiu <adrian.sendroiu@freescale.com>
8494
8495         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8496         skip_python_tests.  New arg prompt_regexp.
8497         (skip_python_tests): New function.
8498         * lib/mi-support.exp (mi_skip_python_tests): New function.
8499         * gdb.python/py-mi-objfile-gdb.py: New file.
8500         * gdb.python/py-mi-objfile.c: New file.
8501         * gdb.python/py-mi-objfile.exp: New file.
8502
8503 2015-08-17  Keith Seitz  <keiths@redhat.com>
8504
8505         * gdb.linespec/explicit.exp: Move strace test from here ...
8506         * gdb.trace/strace.exp: ... to here.
8507
8508 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
8509
8510         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8511         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8512
8513 2015-08-14  Doug Evans  <xdje42@gmail.com>
8514
8515         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8516         inferior before selecting a new file.
8517
8518 2015-08-14  Doug Evans  <xdje42@gmail.com>
8519
8520         * gdb.mi/mi-disassemble.exp: Update.
8521         * gdb.base/disasm-optim.S: New file.
8522         * gdb.base/disasm-optim.c: New file.
8523         * gdb.base/disasm-optim.h: New file.
8524         * gdb.base/disasm-optim.exp: New file.
8525
8526 2015-08-14  Keith Seitz  <keiths@redhat.com>
8527
8528         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8529         "evaluated-by".
8530
8531 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
8532
8533         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8534
8535 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
8536
8537         * gdb.ada/fun_renaming.exp: New testcase.
8538         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8539         * gdb.ada/fun_renaming/pack.adb: New file.
8540         * gdb.ada/fun_renaming/pack.ads: New file.
8541
8542 2015-08-12  Keith Seitz  <keiths@redhat.com>
8543
8544         * gdb.base/dso2dso.exp: Pass basename of source file in call to
8545         gdb_get_line_number.
8546
8547 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
8548
8549         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8550         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8551         gdb.base/dso2dso.exp: New files.
8552
8553 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
8554             Pedro Alves  <palves@redhat.com>
8555             Keith Seitz  <keiths@redhat.com>
8556
8557         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8558         GDBFLAGS.
8559
8560 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8561
8562         * gdb.base/gdbhistsize-history.exp
8563         (test_histsize_history_setting): Use save_vars.
8564         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8565         Use save_vars.
8566         (test_no_truncation_of_unlimited_history_file): Use save_vars.
8567         * gdb.base/readline.exp: Use save_vars.
8568
8569 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8570
8571         * lib/gdb.exp (save_vars): New proc.
8572
8573 2015-08-11  Keith Seitz  <keiths@redhat.com>
8574
8575         * gdb.base/help.exp: Update help_breakpoint_text.
8576
8577 2015-08-11  Keith Seitz  <keiths@redhat.com>
8578
8579         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8580         (at toplevel): Call test_explicit_breakpoints.
8581         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8582         breakpoints.
8583         * lib/mi-support.exp (mi_make_breakpoint): Add support for
8584         breakpoint conditions, "-cond".
8585
8586 2015-08-11  Keith Seitz  <keiths@redhat.com>
8587
8588         * gdb.linespec/3explicit.c: New file.
8589         * gdb.linespec/cpexplicit.cc: New file.
8590         * gdb.linespec/cpexplicit.exp: New file.
8591         * gdb.linespec/explicit.c: New file.
8592         * gdb.linespec/explicit.exp: New file.
8593         * gdb.linespec/explicit2.c: New file.
8594         * gdb.linespec/ls-errs.exp: Add explicit location tests.
8595         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8596         before using in the matching pattern.
8597         Clarify that `prefix' is a regular expression.
8598
8599 2015-08-11  Keith Seitz  <keiths@redhat.com>
8600
8601         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8602         test.
8603         Add tests for missing ",FMT" and ",".
8604
8605 2015-08-10  Doug Evans  <dje@google.com>
8606             Keith Seitz  <keiths@redhat.com>
8607
8608         PR gdb/17960
8609         * gdb.base/completion.exp: Add location completer tests.
8610
8611 2015-08-07  Pedro Alves  <palves@redhat.com>
8612
8613         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8614         tests here.
8615         (top level): Run do_test with and without displaced stepping.
8616
8617 2015-08-07  Pedro Alves  <palves@redhat.com>
8618
8619         * gdb.base/valgrind-disp-step.c: New file.
8620         * gdb.base/valgrind-disp-step.exp: New file.
8621
8622 2015-08-07  Pedro Alves  <palves@redhat.com>
8623
8624         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8625         Delete function.
8626         (main): Add alarm.  Run an infinite loop instead of calling
8627         wait_threads.
8628         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8629         comment.
8630         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8631         Delete function.
8632         (main): Add alarm.  Run an infinite loop instead of calling
8633         wait_threads.
8634         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8635         comment.
8636
8637 2015-08-07  Pedro Alves  <palves@redhat.com>
8638
8639         * gdb.base/checkpoint-ns.exp: New file.
8640         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8641         standard_testfile.
8642
8643 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
8644
8645         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8646         * gdb.btrace/instruction_history.exp: Update.
8647         * gdb.btrace/tsx.exp: New.
8648         * gdb.btrace/tsx.c: New.
8649
8650 2015-08-06  Pedro Alves <palves@redhat.com>
8651
8652         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8653         increase timeout.
8654         * gdb.reverse/until-precsave.exp: Bump timeouts.
8655
8656 2015-08-06  Pedro Alves  <palves@redhat.com>
8657
8658         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8659
8660 2015-08-06  Pedro Alves  <palves@redhat.com>
8661
8662         PR gdb/18749
8663         * gdb.threads/process-dies-while-handling-bp.c: New file.
8664         * gdb.threads/process-dies-while-handling-bp.exp: New file.
8665
8666 2015-08-06  Pedro Alves  <palves@redhat.com>
8667
8668         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8669         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8670
8671 2015-08-05  Pedro Alves  <palves@redhat.com>
8672
8673         * gdb.threads/next-while-other-thread-longjmps.c: New file.
8674         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8675
8676 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
8677
8678         * gdb.base/bp-permanent.exp: Report test as unsupported if
8679         the target cannot stop at the permanent breakpoint.
8680
8681 2015-08-03  Doug Evans  <dje@google.com>
8682
8683         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8684         10000.
8685
8686 2015-08-03  Doug Evans  <dje@google.com>
8687
8688         * Makefile.in (workers/%.worker, build-perf): New rule.
8689         (GDB_PERFTEST_MODE): New variable.
8690         (check-perf): Use it.
8691         (clean): Clean up gdb.perf parallel build subdirs.
8692         * lib/build-piece.exp: New file.
8693         * lib/gdb.exp (make_gdb_parallel_path): New function
8694         (standard_output_file, standard_temp_file): Call it.
8695         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8696         of $GDB_PARALLEL.
8697         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8698
8699 2015-08-03  Doug Evans  <dje@google.com>
8700
8701         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8702         (LOG_FILE_NAME): New global.
8703         (TextReporter.__init__): Initialize self.txt_sum.
8704         (TextReporter.report): Add support for multiple data-points.
8705         Move report to perftest.sum, put raw data in perftest.log.
8706         (TextReporter.start): Open sum and log files.
8707         (TextReporter.end): Close sum and log files.
8708         * gdb.perf/lib/perftest/testresult.py
8709         (SingleStatisticTestResult.record): Handle multiple data-points.
8710
8711 2015-07-31  Pedro Alves  <palves@redhat.com>
8712
8713         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8714         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8715         kill_wait_spawned_process instead of explicit "kill -9".
8716         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8717         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8718         kill_wait_spawned_process.
8719         * gdb.base/attach-twice.exp: Likewise.
8720         * gdb.base/attach.exp: Likewise.
8721         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8722         gdb_test_multiple.
8723         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8724         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8725         kill_wait_spawned_process.
8726         * gdb.base/valgrind-infcall.exp: Likewise.
8727         * gdb.multi/multi-attach.exp: Likewise.
8728         * gdb.python/py-prompt.exp: Likewise.
8729         * gdb.python/py-sync-interp.exp: Likewise.
8730         * gdb.server/ext-attach.exp: Likewise.
8731         * gdb.threads/attach-into-signal.exp (corefunc): Use
8732         spawn_wait_for_attach, spawn_id_get_pid and
8733         kill_wait_spawned_process.
8734         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8735         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
8736         spawn_id_get_pid and kill_wait_spawned_process.
8737         * gdb.threads/attach-stopped.exp (corefunc): Use
8738         spawn_wait_for_attach, spawn_id_get_pid and
8739         kill_wait_spawned_process.
8740         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8741         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8742         kill_wait_spawned_process instead of explicit "kill -9".
8743         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8744         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8745         (spawn_wait_for_attach): Use spawn instead of exec to spawn
8746         processes.  Don't map cygwin/windows pids here.  Now returns a
8747         spawn id list.
8748
8749 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8750
8751         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8752         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8753         correct patch.
8754
8755 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8756
8757         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8758
8759 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8760
8761         Reapply:
8762         2014-05-21  Mark Wielaard  <mjw@redhat.com>
8763
8764         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8765
8766 2015-07-30  Pedro Alves  <palves@redhat.com>
8767
8768         * linux-low.c (handle_extended_wait): Set the child's last
8769         reported status to TARGET_WAITKIND_STOPPED.
8770
8771 2015-07-30  Pedro Alves  <palves@redhat.com>
8772
8773         PR threads/18600
8774         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
8775         only shows inferior 1.
8776
8777 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
8778             Pedro Alves  <palves@redhat.com>
8779
8780         PR threads/18600
8781         * gdb.threads/fork-plus-threads.c: New file.
8782         * gdb.threads/fork-plus-threads.exp: New file.
8783
8784 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
8785
8786         * gdb.base/batch-preserve-term-settings.exp
8787         (test_terminal_settings_preserved_after_cli_exit): Use
8788         send_quit_command.
8789
8790 2015-07-29  Pedro Alves  <palves@redhat.com>
8791             Don Breazeal  <donb@codesourcery.com>
8792
8793         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
8794         output from both inferior_spawn_id and gdb_spawn_id.
8795
8796 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
8797
8798         * gdb.threads/attach-into-signal.exp (corefunc): Use
8799         with_test_prefix on nested loops, uniquefying the test messages.
8800
8801 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
8802
8803         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
8804         commit.
8805
8806 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
8807
8808         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
8809         New proc.
8810         (test_terminal_settings_preserved_after_sigterm): New test.
8811
8812 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
8813
8814         * gdb.base/batch-preserve-term-settings.exp
8815         (test_terminal_settings_preserved_after_cli_exit): New test.
8816
8817 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
8818
8819         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
8820         manipulation of saved_gdbflags.
8821         (test_terminal_settings_preserved): Remove global declaration of
8822         the unused variable pagination_prompt.  Remove manipulation of
8823         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
8824         GDBFLAGS.
8825
8826 2015-07-29  Pedro Alves  <palves@redhat.com>
8827
8828         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
8829
8830 2015-07-29  Pedro Alves  <palves@redhat.com>
8831
8832         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
8833         at the top.
8834
8835 2015-07-29  Pedro Alves  <palves@redhat.com>
8836
8837         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
8838         (main): Call gdb_unbuffer_output.
8839         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
8840         (main): Call gdb_unbuffer_output.
8841         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
8842         (main): Call gdb_unbuffer_output.
8843         * gdb.base/call-strs.exp: Adjust to step over the
8844         gdb_unbuffer_output call.
8845         * gdb.base/catch-gdb-caused-signals.c: Include
8846         "../lib/unbuffer_output.c".
8847         (main): Call gdb_unbuffer_output.
8848         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
8849         (main): Call gdb_unbuffer_output.
8850         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
8851         (main): Call gdb_unbuffer_output.
8852         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
8853         (main): Call gdb_unbuffer_output.
8854         * gdb.base/shlib-call.exp: Adjust to step over the
8855         gdb_unbuffer_output call.
8856         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
8857         (main): Call gdb_unbuffer_output.
8858         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
8859         (main): Call gdb_unbuffer_output.
8860         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
8861         (main): Rename to ...
8862         (test): ... this.
8863         (main): Reimplement.
8864         * gdb.base/varargs.exp: Run to test instead of to main.
8865         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8866         (main): Call gdb_unbuffer_output.
8867
8868 2015-07-29  Pedro Alves  <palves@redhat.com>
8869
8870         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
8871         factore out from mi_continue_dprintf.  For call-style dprintfs,
8872         expect dprintf output out of $inferior_spawn_id.
8873         (mi_continue_dprintf): Use mi_expect_dprintf.
8874         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
8875         (main): Call gdb_unbuffer_output.
8876
8877 2015-07-29  Pedro Alves  <palves@redhat.com>
8878
8879         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
8880         (default_mi_gdb_start): Set inferior_spawn_id instead of
8881         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
8882         gdb_spawn_id.
8883         (mi_gdb_test): Always expect inferior output from both
8884         $inferior_spawn_id and $gdb_spawn_id.
8885
8886 2015-07-29  Pedro Alves  <palves@redhat.com>
8887
8888         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
8889         send_inferior and $inferior_spawn_id.
8890
8891 2015-07-29  Pedro Alves  <palves@redhat.com>
8892
8893         * gdb.gdb/complaints.exp (test_initial_complaints)
8894         (test_serial_complaints, test_short_complaints): Use
8895         gdb_test_stdio.
8896         (test_empty_complaint): Handle $inferior_spawn_id !=
8897         $gdb_spawn_id.
8898
8899 2015-07-29  Pedro Alves  <palves@redhat.com>
8900
8901         * gdb.base/varargs.exp: Use gdb_test_stdio.
8902
8903 2015-07-29  Pedro Alves  <palves@redhat.com>
8904
8905         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
8906
8907 2015-07-29  Pedro Alves  <palves@redhat.com>
8908
8909         * gdb.base/ending-run.exp: Use gdb_test_stdio.
8910
8911 2015-07-29  Pedro Alves  <palves@redhat.com>
8912
8913         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
8914         parameter into two new parameters, "inf_result" and "gdb_result".
8915         Expect inferior output and gdb output from $inferior_spawn_id and
8916         $gdb_spawn_id, respectively.  Adjust all callers.
8917
8918 2015-07-29  Pedro Alves  <palves@redhat.com>
8919
8920         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
8921         of gdb_test_sequence.
8922
8923 2015-07-29  Pedro Alves  <palves@redhat.com>
8924
8925         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
8926         (saw_spurious_output): Expect inferior output from
8927         $inferior_spawn_id.  Use gdb_test_stdio.
8928
8929 2015-07-29  Pedro Alves  <palves@redhat.com>
8930
8931         * gdb.base/dprintf.exp: Use standard_testfile.  Change
8932         prepare_for_testing call.
8933         (srcfile): Don't set.
8934         (restart): New procedure.
8935         (test_dprintf): New procecure, use to continue over dprintfs.
8936         (test_call, test_agent): New procedures, tests moved here.
8937         Restart gdb and recreate dprintfs.  Adjust expected output.
8938
8939 2015-07-29  Pedro Alves  <palves@redhat.com>
8940
8941         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
8942
8943 2015-07-29  Pedro Alves  <palves@redhat.com>
8944
8945         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
8946
8947 2015-07-29  Pedro Alves  <palves@redhat.com>
8948
8949         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
8950         gdb_test_stdio.
8951
8952 2015-07-29  Pedro Alves  <palves@redhat.com>
8953
8954         * lib/gdb.exp (gdb_test_stdio): New procedure.
8955
8956 2015-07-29  Pedro Alves  <palves@redhat.com>
8957
8958         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
8959
8960 2015-07-29  Pedro Alves  <palves@redhat.com>
8961
8962         * gdb.base/call-signal-resume.exp: Remove check for
8963         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
8964         * gdb.base/unwindonsignal.exp: Likewise.
8965         * gdb.base/call-signals.c (gen_signal): Remove printf call.
8966         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
8967
8968 2015-07-29  Pedro Alves  <palves@redhat.com>
8969
8970         * gdb.base/siginfo-addr.c (pass): New function.
8971         (handler): Call it iff si_addr is correct.
8972         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
8973         Set a breakpoint at "pass" and continue to it.
8974
8975 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
8976
8977         * gdb.python/py-objfile.exp: Make some tests have unique names.
8978         * gdb.python/py-pp-registration.exp: Likewise.
8979
8980 2015-07-28  Pedro Alves  <palves@redhat.com>
8981
8982         * gdb.server/server-exec-info.exp: Issue a "disconnect".
8983
8984 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
8985
8986         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
8987
8988 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
8989
8990         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
8991
8992 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
8993
8994         * gdb.base/gdb-sigterm-2.exp: New test.
8995
8996 2015-07-25  Doug Evans  <xdje42@gmail.com>
8997
8998         Revert:
8999         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9000         (workers/%.worker, build-perf): New rule.
9001         (GDB_PERFTEST_MODE): New variable.
9002         (check-perf): Use it.
9003         (clean): Clean up gdb.perf parallel build subdirs.
9004         * lib/build-piece.exp: New file.
9005         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9006         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9007         name.
9008         (standard_temp_file): Ditto.
9009         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9010         of $GDB_PARALLEL.
9011
9012 2015-07-24  Doug Evans  <dje@google.com>
9013
9014         * gdb.perf/lib/perftest/utils.py: New file.
9015         * gdb.perf/gm-hello.cc: New file.
9016         * gdb.perf/gm-pervasive-typedef.cc: New file.
9017         * gdb.perf/gm-pervasive-typedef.h: New file.
9018         * gdb.perf/gm-std.cc: New file.
9019         * gdb.perf/gm-std.h: New file.
9020         * gdb.perf/gm-use-cerr.cc: New file.
9021         * gdb.perf/gm-utils.h: New file.
9022         * gdb.perf/gmonster-null-lookup.py: New file.
9023         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9024         * gdb.perf/gmonster-print-cerr.py: New file.
9025         * gdb.perf/gmonster-ptype-string.py: New file.
9026         * gdb.perf/gmonster-runto-main.py: New file.
9027         * gdb.perf/gmonster-select-file.py: New file.
9028         * gdb.perf/gmonster1-null-lookup.exp: New file.
9029         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9030         * gdb.perf/gmonster1-print-cerr.exp: New file.
9031         * gdb.perf/gmonster1-ptype-string.exp: New file.
9032         * gdb.perf/gmonster1-runto-main.exp: New file.
9033         * gdb.perf/gmonster1-select-file.exp: New file.
9034         * gdb.perf/gmonster1.cc: New file.
9035         * gdb.perf/gmonster1.exp: New file.
9036         * gdb.perf/gmonster2-null-lookup.exp: New file.
9037         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9038         * gdb.perf/gmonster2-print-cerr.exp: New file.
9039         * gdb.perf/gmonster2-ptype-string.exp: New file.
9040         * gdb.perf/gmonster2-runto-main.exp: New file.
9041         * gdb.perf/gmonster2-select-file.exp: New file.
9042         * gdb.perf/gmonster2.cc: New file.
9043         * gdb.perf/gmonster2.exp: New file.
9044
9045 2015-07-24  Doug Evans  <dje@google.com>
9046
9047         * gdb.perf/README: New file.
9048         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9049         * lib/gen-perf-test.exp: New file.
9050
9051 2015-07-24  Doug Evans  <dje@google.com>
9052
9053         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9054         (PerfTest::startup): New function.
9055         (PerfTest::run): Return result of calling body.
9056         (PerfTest::assemble): Rewrite.
9057         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9058         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9059         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9060         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9061         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9062
9063 2015-07-24  Doug Evans  <dje@google.com>
9064
9065         * lib/gdb.exp (clean_restart): Make executable optional.
9066
9067 2015-07-24  Doug Evans  <dje@google.com>
9068
9069         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9070         compiler_info references.
9071         * gdb.cp/temargs.exp: Ditto.
9072         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9073         (get_compiler_info): Early exit if already computed.  Set compiler_info
9074         to "unknown" if there was a problem.
9075         (test_compiler_info): Add function comment.  Call get_compiler_info.
9076
9077 2015-07-24  Doug Evans  <dje@google.com>
9078
9079         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9080         (workers/%.worker, build-perf): New rule.
9081         (GDB_PERFTEST_MODE): New variable.
9082         (check-perf): Use it.
9083         (clean): Clean up gdb.perf parallel build subdirs.
9084         * lib/build-piece.exp: New file.
9085         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9086         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9087         name.
9088         (standard_temp_file): Ditto.
9089         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9090         of $GDB_PARALLEL.
9091
9092 2015-07-24  Doug Evans  <dje@google.com>
9093
9094         * lib/future.exp (gdb_default_target_compile): New option
9095         "early_flags".
9096         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9097         --as-needed.
9098
9099 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9100
9101         * gdb.base/catch-syscall.exp: Call gdb_exit before
9102         gdb_skip_xml_test.
9103
9104 2015-07-24  Pedro Alves  <palves@redhat.com>
9105
9106         * gdb.python/py-events.exp: Accept output between the stop event
9107         and the prompt.
9108         * gdb.python/py-evsignal.exp: Likewise.
9109         * gdb.python/py-evthreads.exp: Likewise.
9110
9111 2015-07-24  Pedro Alves  <palves@redhat.com>
9112
9113         PR gdb/18717
9114         * gdb.threads/non-ldr-exit.c: New file.
9115         * gdb.threads/non-ldr-exit.exp: New file.
9116
9117 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9118
9119         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9120         restarting process.
9121
9122 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9123
9124         * gdb.server/ext-restart.exp: New file.
9125
9126 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9127
9128         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9129         argument options.
9130         * gdb.server/ext-wrapper.exp: New file.
9131
9132 2015-07-23  Doug Evans  <dje@google.com>
9133
9134         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9135         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9136
9137 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9138
9139         * gdb.ada/var_arr_typedef.exp: New testcase.
9140         * gdb.ada/var_arr_typedef/pack.adb: New file.
9141         * gdb.ada/var_arr_typedef/pack.ads: New file.
9142         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9143
9144 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9145
9146         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9147
9148 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9149
9150         * gdb.arch/i386-biarch-core.exp: Replace istarget
9151         by "complete set gnutarget". Remove expectation for the "core-file"
9152         command.
9153
9154 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9155
9156         Revert the previous commit:
9157         Tests for validate symbol file using build-id.
9158
9159 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9160
9161         Tests for validate symbol file using build-id.
9162         * gdb.base/solib-mismatch-lib.c: New file.
9163         * gdb.base/solib-mismatch-libmod.c: New file.
9164         * gdb.base/solib-mismatch.c: New file.
9165         * gdb.base/solib-mismatch.exp: New file.
9166
9167 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9168
9169         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9170         nios2-*-linux*.
9171         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9172         * gdb.base/siginfo.exp: Likewise.
9173         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9174
9175 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9176
9177         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9178         Move it to ...
9179         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9180         ... here.
9181         * gdb.trace/range-stepping.exp: Check that the target supports
9182         range stepping.
9183
9184 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9185
9186         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9187
9188 2015-07-14  Pedro Alves  <palves@redhat.com>
9189
9190         * gdb.base/killed-outside.exp: New file.
9191         * gdb.base/killed-outside.c: New file.
9192
9193 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9194
9195         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9196         (n at main): New.
9197         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9198
9199 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9200
9201         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9202         infcall tests instead of setting up for KFAIL.
9203
9204 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9205
9206         * gdb.btrace/record_goto-step.exp: New.
9207
9208 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9209
9210         PR compile/18484
9211         * gdb.compile/compile.c (struct struct_type): Add volatile to
9212         selffield's type.
9213         * gdb.compile/compile.exp
9214         (compile code struct_object.selffield = &struct_object): Skip further
9215         struct_object tests if this one xfails.
9216
9217 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9218
9219         PR exp/18617
9220         * gdb.trace/ax.exp: Add test.
9221
9222 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9223
9224         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9225         instead of istarget "aarch64*-*-*".
9226         * gdb.arch/aarch64-fp.exp: Likewise.
9227         * gdb.base/float.exp: Likewise.
9228         * gdb.reverse/aarch64.exp: Likewise.
9229         * lib/gdb.exp (is_aarch64_target): New proc.
9230
9231 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9232
9233         * lib/gdb.exp (is_aarch32_target): New proc.
9234         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9235         instead of "istarget "arm*-*-*"".
9236         * gdb.arch/arm-disp-step.exp: Likewise.
9237         * gdb.arch/thumb-bx-pc.exp: Likewise.
9238         * gdb.arch/thumb-prologue.exp: Likewise.
9239         * gdb.arch/thumb-singlestep.exp: Likewise.
9240         * gdb.base/disp-step-syscall.exp: Likewise.
9241         * gdb.base/float.exp: Likewise.
9242
9243 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9244
9245         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9246         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9247
9248 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9249
9250         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9251         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9252         if it exists.
9253         * gdb.multi/multi-arch.exp: Likewise.
9254
9255 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9256
9257         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9258         print.
9259
9260 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9261
9262         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9263
9264 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9265
9266         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9267         '[' and ']' characters.
9268
9269 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9270
9271         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9272
9273 2015-06-29  Pedro Alves  <palves@redhat.com>
9274
9275         PR threads/18127
9276         * gdb.threads/hand-call-new-thread.c: New file.
9277         * gdb.threads/hand-call-new-thread.c: New file.
9278
9279 2015-06-26  Keith Seitz  <keiths@redhat.com>
9280             Doug Evans  <dje@google.com>
9281
9282         PR 16253
9283         * gdb.cp/var-tag-2.cc: New file.
9284         * gdb.cp/var-tag-3.cc: New file.
9285         * gdb.cp/var-tag-4.cc: New file.
9286         * gdb.cp/var-tag.cc: New file.
9287         * gdb.cp/var-tag.exp: New file.
9288
9289 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9290
9291         * gdb.base/history-duplicates.exp: New test.
9292
9293 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9294
9295         * gdb.base/completion.exp: Test the completion of the "focus"
9296         command.
9297
9298 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9299
9300         * gdb.arch/amd64-prologue-skip.S: New file.
9301         * gdb.arch/amd64-prologue-skip.exp: New file.
9302
9303 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
9304
9305         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9306         is_address_zero_readable check.
9307
9308 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
9309
9310         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9311         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9312
9313 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9314
9315         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9316         linux targets.
9317
9318 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9319
9320         * lib/gdb.exp (supports_get_siginfo_type): New proc.
9321         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9322         * gdb.base/siginfo-thread.exp: Likewise.
9323
9324 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9325
9326         * boards/remote-gdbserver-on-localhost.exp: Add comments.
9327
9328 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9329
9330         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9331         aarch64*-*-*.
9332         (skip_hw_watchpoint_tests): Likewise.
9333
9334 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
9335
9336         * gdb.base/gdbinit-history.exp: Test the interaction between
9337         setting GDBHISTSIZE and setting the history size via .gdbinit.
9338
9339 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9340
9341         PR gdb/16999
9342         * gdb.base/gdbhistsize-history.exp: New test.
9343
9344 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9345
9346         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9347         with GDBHISTSIZE.
9348         * gdb.base/readline.exp: Likewise.
9349
9350 2015-06-17  Yao Qi  <yao.qi@linaro.org>
9351
9352         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9353         line.
9354
9355 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9356
9357         * gdb.base/gdbinit-history.exp: Add test case to check that
9358         an unlimited history file does not get truncated on exit.
9359
9360 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9361
9362         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9363         (VECTOR): New macro.  Use it...
9364         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9365         ...for these typedefs.
9366         (int8, char1, int1, double1): New typedefs.
9367         (struct just_int2, struct two_int2): New structures.
9368         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9369         (add_structvecs, add_singlevecs): New functions.
9370         (main): Call add_some_intvecs twice.
9371         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9372         the compile and exit upon failure.  Try compiling for the "native"
9373         architecture.  Test inferior function calls with vector arguments
9374         and vector return value handling with "finish" and "return".
9375
9376 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
9377
9378         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9379         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9380         PE file.
9381         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9382
9383 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9384
9385         PR breakpoints/16465
9386         * gdb.mi/mi-dprintf-pending.c: New file.
9387         * gdb.mi/mi-dprintf-pending.exp: New test.
9388         * gdb.mi/mi-dprintf-pendshr.c: New file.
9389
9390 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9391             Mircea Gherzan  <mircea.gherzan@intel.com>
9392
9393         * gdb.arch/i386-mpx-map.c: New file.
9394         * gdb.arch/i386-mpx-map.exp: New File.
9395
9396 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9397
9398         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9399         * gdb.arch/i386-mpx.exp: Indentation fixed.
9400
9401 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9402
9403         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9404         function and improved indentation.
9405         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9406         gdb_test_multiple. Added additional tests to skip the test.
9407
9408 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9409
9410         * gdb.arch/i386-avx512.c: Change path in include file.
9411         * gdb.arch/i386-avx512.exp: Change include dir path
9412         compilation flag.
9413         * gdb.arch/i386-mpx.c: Change path in include file.
9414         * gdb.arch/i386-mpx.exp: Change include dir path compilation
9415         flag.
9416
9417 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9418
9419         * gdb.compile/compile-print.exp (compile print *vararray@3)
9420         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9421
9422 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9423
9424         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9425         (do not keep jit in memory): ... this.
9426         (expect 5): Change it to ...
9427         (expect no 5): ... this.
9428
9429 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
9430
9431         PR gdb/15564
9432         * gdb.mi/mi-detach.exp: New file.
9433
9434 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9435
9436         PR symtab/18392
9437         * gdb.arch/amd64-tailcall-self.S: New file.
9438         * gdb.arch/amd64-tailcall-self.c: New file.
9439         * gdb.arch/amd64-tailcall-self.exp: New file.
9440
9441 2015-05-28  Don Breazeal  <donb@codesourcery.com>
9442
9443         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9444         tests for remote targets by checking is_target_gdbserver.
9445
9446 2015-05-27  Doug Evans  <dje@google.com>
9447
9448         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9449         * gdb.dwarf2/opaque-type-lookup.c: New file.
9450         * gdb.dwarf2/opaque-type-lookup.exp: New file.
9451
9452 2015-05-26  Doug Evans  <dje@google.com>
9453
9454         * gdb.cp/iostream.cc: New file.
9455         * gdb.cp/iostream.exp: New file.
9456
9457 2015-05-26  Doug Evans  <dje@google.com>
9458
9459         * gdb.dwarf2/dw2-op-call.exp: Update.
9460         * gdb.dwarf2/dw4-sig-types.exp: Update.
9461         * gdb.dwarf2/implptr.exp: Update.
9462         * gdb.mi/mi-cmd-param-changed.exp: Update.
9463
9464 2015-05-26  Doug Evans  <dje@google.com>
9465
9466         * gdb.python/py-lazy-string.c: New file.
9467         * gdb.python/py-lazy-string.exp: New file.
9468         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9469         (main): Update.  Add estring3.
9470         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9471         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9472
9473 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9474             Yao Qi  <yao.qi@linaro.org>
9475
9476         * gdb.reverse/aarch64.c: New.
9477         * gdb.reverse/aarch64.exp: New.
9478
9479 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9480
9481         * lib/gdb.exp (supports_process_record): Return true for
9482         aarch64*-linux*.
9483         (supports_reverse): Likewise.
9484
9485 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
9486
9487         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9488         Use with_test_prefix.
9489
9490 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
9491
9492         * gdb.base/completion.exp: Add test for completion of layout
9493         names.
9494
9495 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
9496
9497         * lib/gdb.exp (skip_tui_tests): New proc.
9498         * gdb.base/tui-layout.exp: Check skip_tui_tests.
9499
9500 2015-05-19  Pedro Alves  <palves@redhat.com>
9501
9502         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9503         Save the whole env array instead of just HOME.  Unset HISTSIZE in
9504         the environment while testing.  Restore whole environment
9505         afterwards.
9506
9507 2015-05-16  Doug Evans  <xdje42@gmail.com>
9508
9509         * gdb.guile/scm-ports.c: New file.
9510         * gdb.guile/scm-ports.exp: Add memory port tests.
9511
9512 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9513
9514         * gdb.compile/compile-print.c: New file.
9515         * gdb.compile/compile-print.exp: New file.
9516
9517 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9518
9519         * gdb.compile/compile-ops.exp: Cast param to void.
9520         * gdb.compile/compile.exp: Complete type for _gdb_expr.
9521         (compile code struct_object.selffield = &struct_object): Add xfail.
9522
9523 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9524
9525         * gdb.ada/arr_enum_with_gap: New testcase.
9526
9527 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9528
9529         * gdb.ada/byte_packed_arr: New testcase.
9530
9531 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9532
9533         * gdb.ada/pckd_neg: New testcase.
9534
9535 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9536
9537         PR gdb/17820
9538         * gdb.base/gdbinit-history.exp: New test.
9539         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9540         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9541
9542 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9543
9544         * gdb.python/py-xmethods.cc: Enhance test case.
9545         * gdb.python/py-xmethods.exp: New tests.
9546         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9547         function.
9548         (B_indexoper): Likewise.
9549         (global_dm_list) : Add new xmethod worker functions.
9550
9551 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9552
9553         * gdb.base/coredump-filter.exp: Correctly unset
9554         "coredump_var_addr" array.
9555
9556 2015-05-08  Pedro Alves  <palves@redhat.com>
9557
9558         * gdb.server/non-existing-program.exp: Unset spawn_id.
9559
9560 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9561
9562         PR python/18291
9563         * gdb.python/py-xmethods.exp: Add tests.
9564
9565 2015-05-08  Yao Qi  <yao.qi@linaro.org>
9566
9567         PR gdb/18208
9568         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9569         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9570         function set_coredump_filter, and remove remote_exec call.
9571         Remove argument ipid.  Callers update.
9572         (top level): Don't get inferior's PID.
9573
9574 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9575
9576         * gdb.base/watch_thread_num.exp: Skip test on targets without
9577         access watchpoints.
9578
9579 2015-05-06  Pedro Alves  <palves@redhat.com>
9580
9581         PR server/18081
9582         * gdb.server/non-existing-program.exp: New file.
9583
9584 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9585
9586         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9587
9588 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9589
9590         * gdb.ada/out_of_line_in_inlined: New testcase.
9591
9592 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9593
9594         * gdb.ada/var_rec_arr: New testcase.
9595
9596 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9597
9598         * gdb.base/break-idempotent.exp: If
9599         skip_hw_watchpoint_multi_tests returns true, skip the tests
9600         on "rwatch" and "awatch".
9601
9602 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9603
9604         * gdb.base/relativedebug.exp: Invoke gdb command
9605         "info sharedlibrary", and if libc.so doesn't have debug info,
9606         skip the test.
9607
9608 2015-04-29  Doug Evans  <dje@google.com>
9609
9610         * gdb.python/py-xmethods.exp: Add ptype tests.
9611         * gdb.python/py-xmethods.py (E_method_char_worker): Add
9612         get_result_type method.
9613
9614 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9615
9616         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9617         the target does not support hardware watchpoints.
9618
9619 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9620
9621         * gdb.base/break-always.exp: Abort testing if writing to memory
9622         causes an error.
9623
9624 2015-04-28  Doug Evans  <dje@google.com>
9625
9626         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9627         * gdb.python/py-pp-registration.exp: ... here.  New file.
9628         * gdb.python/py-pp-registration.c: New file.
9629         * gdb.python/py-pp-registration.py: New file.
9630
9631 2015-04-28  Doug Evans  <dje@google.com>
9632
9633         * gdb.python/py-bad-printers.c: New file.
9634         * gdb.python/py-bad-printers.py: New file.
9635         * gdb.python/py-bad-printers.exp: New file.
9636
9637 2015-04-28  Sasha Smundak  <asmundak@google.com>
9638
9639         * gdb.python/py-type.exp: New test.
9640
9641 2015-04-28  Andy Wingo  <wingo@igalia.com>
9642
9643         * gdb.python/py-parameter.exp:
9644         * gdb.guile/scm-parameter.exp: Escape the path that we are
9645         matching against, as it might contain characters that are special
9646         to regular expressions.
9647
9648 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9649
9650         * gdb.ada/rec_comp: New testcase.
9651
9652 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
9653
9654         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9655         before using it.
9656
9657 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9658
9659         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
9660         new tests for verilog output.
9661
9662 2015-04-24  Yao Qi  <yao.qi@linaro.org>
9663
9664         * boards/remote-gdbserver-on-localhost.exp: New file.
9665
9666 2015-04-23  Pedro Alves  <palves@redhat.com>
9667
9668         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9669         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
9670         "end of file", remove $inferior_spawn_id from the indirect list.
9671
9672 2015-04-23  Pedro Alves  <palves@redhat.com>
9673
9674         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9675
9676 2015-04-23  Pedro Alves  <palves@redhat.com>
9677
9678         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9679         on $any_spawn_id instead of only on $gdb_spawn_id.
9680
9681 2015-04-21  Pierre Muller  <muller@sourceware.org>
9682
9683         PR pascal/17815
9684         * lib/pascal.exp (gpc_compile): Add new option "class".
9685         (fpc_compile): Likewise.
9686         * gdb.pascal/case-insensitive-symbols.pas: New file.
9687         * gdb.pascal/case-insensitive-symbols.exp: New file.
9688
9689 2015-04-20  Gary Benson <gbenson@redhat.com>
9690
9691         * gdb.base/attach.exp: Fix three extended remote failures.
9692
9693 2015-04-17  Gary Benson <gbenson@redhat.com>
9694
9695         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9696         the main executable over the remote protocol.
9697
9698 2015-04-16  Pedro Alves  <palves@redhat.com>
9699
9700         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9701         a new gdbserver if gdbserver_reconnect_p is set.
9702
9703 2015-04-16  Pedro Alves  <palves@redhat.com>
9704
9705         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9706         is set, don't exit gdbserver.
9707
9708 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9709
9710         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9711         appropriate .insn, such that an older assembler can be used.
9712         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9713         the z/Architecture instruction set on 31-bit targets as well.
9714
9715 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9716
9717         * gdb.go/handcall.exp: Remove all logic related to the first
9718         breakpoint and rely on go_runto_main instead.
9719         * gdb.go/strings.exp: Likewise.
9720         * gdb.go/unsafe.exp: Likewise.
9721         * gdb.go/hello.exp: Likewise.  Also rename the remaining
9722         breakpoint marker to "breakpoint 1".
9723         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9724         * gdb.go/strings.go: Likewise.
9725         * gdb.go/unsafe.go: Likewise.
9726         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
9727         "set breakpoint 2 here" and rename the remaining breakpoint marker
9728         to "breakpoint 1".
9729
9730 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9731
9732         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9733         if itertools.imap is not present.
9734         * gdb.python/py-objfile.exp: Add parentheses.
9735         * gdb.python/py-type.exp: Same.
9736         * gdb.python/py-unwind-maint.py: Same.
9737
9738 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9739
9740         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9741         of ":$ptr_size" and set its form explicitly.
9742
9743 2015-04-15  Pedro Alves  <palves@redhat.com>
9744             Yao Qi  <yao.qi@linaro.org>
9745
9746         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9747         timeout by factor of 4.
9748         (test_regular_watch): Likewise.
9749         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9750         * gdb.reverse/sigall-reverse.exp: Likewise.
9751         * gdb.reverse/until-precsave.exp: Likewise.
9752         * lib/gdb.exp (with_timeout_factor): New proc.
9753         (gdb_expect): Move some code to ...
9754         (get_largest_timeout): ... here.  New procedure.
9755
9756 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
9757
9758         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9759
9760 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
9761
9762         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9763         to write to the .text section.
9764
9765 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
9766
9767         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9768         Handle the case of targets that do not provide PID information.
9769
9770 2015-04-13  Yao Qi  <yao.qi@linaro.org>
9771
9772         * lib/gdbserver-support.exp (gdb_exit): Catch exception
9773         and use expect instead of gdb_expect.
9774
9775 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
9776
9777         * gdb.base/coredump-filter.exp: Rename variable "addr" to
9778         "coredump_var_addr" to avoid naming conflict with other testcases.
9779
9780 2015-04-10  Pedro Alves  <palves@redhat.com>
9781
9782         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
9783         gdb_test_sequence and gdb_assert.
9784
9785 2015-04-10  Pedro Alves  <palves@redhat.com>
9786
9787         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
9788         test messages that don't include the breakpoint address.
9789
9790 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9791
9792         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
9793         false for some offset and width combinations which aren't
9794         supported by linux kernel.
9795
9796 2015-04-10  Pedro Alves  <palves@redhat.com>
9797
9798         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
9799         procedure, factored out from ...
9800         (top level): ... here.  Add "set displaced-stepping" testing axis.
9801         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
9802         parameter "displaced".  Use it.
9803         (top level): Use foreach and add "set displaced-stepping" testing
9804         axis.
9805
9806 2015-04-10  Pedro Alves  <palves@redhat.com>
9807
9808         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
9809         Remove comment.
9810         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
9811         both the address of the instruction that triggers the watchpoint
9812         and the address of the instruction immediately after, and use
9813         those addresses for the test.  Fix comment.
9814
9815 2015-04-10  Pedro Alves  <palves@redhat.com>
9816
9817         * gdb.base/sigstep.exp (breakpoint_to_handler)
9818         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
9819         Test "backtrace" in handler.
9820         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
9821         (top level): Add new "displaced" test axis to
9822         breakpoint_to_handler, breakpoint_to_handler_entry and
9823         breakpoint_over_handler.
9824
9825 2015-04-10  Pedro Alves  <palves@redhat.com>
9826
9827         PR gdb/18216
9828         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
9829
9830 2015-04-10  Yao Qi  <yao.qi@linaro.org>
9831
9832         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
9833         (test_add_rn_pc): New function.
9834         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
9835         (top level): Invoke test_add_rn_pc.
9836
9837 2015-04-10  Pedro Alves  <palves@redhat.com>
9838
9839         PR gdb/13858
9840         * gdb.base/step-over-no-symbols.exp: New file.
9841
9842 2015-04-09  Andy Wingo  <wingo@igalia.com>
9843
9844         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
9845         after the Python tests.
9846
9847 2015-04-08  Keith Seitz  <keiths@redhat.com>
9848
9849         PR python/16699
9850         * gdb.python/py-completion.exp: New tests for completion.
9851         * gdb.python/py-completion.py (CompleteLimit1): New class.
9852         (CompleteLimit2): Likewise.
9853         (CompleteLimit3): Likewise.
9854         (CompleteLimit4): Likewise.
9855         (CompleteLimit5): Likewise.
9856         (CompleteLimit6): Likewise.
9857         (CompleteLimit7): Likewise.
9858
9859 2015-04-08  Pedro Alves  <palves@redhat.com>
9860
9861         PR gdb/18214
9862         PR gdb/18216
9863         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
9864         function.
9865         (main): Install it as SIGUSR1 handler.
9866         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
9867         parameter.  Always use "setup" as prefix.  Toggle "set
9868         displaced-stepping" off/on depending on global.  Don't switch to
9869         thread 1 here.
9870         (top level): Add displaced stepping "off/on" test axis.  Update
9871         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
9872         continuing with a queued signal in each thread.
9873
9874 2015-04-08  Pedro Alves  <palves@redhat.com>
9875
9876         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
9877         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
9878         gdb_breakpoint instead of gdb_test that doesn't expect anything.
9879         Return early if running to main fails.
9880         * gdb.trace/while-stepping.exp: Likewise.
9881
9882 2015-04-07  Pedro Alves  <palves@redhat.com>
9883
9884         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
9885         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
9886         interact with inferior program.
9887
9888 2015-04-07  Pedro Alves  <palves@redhat.com>
9889
9890         * lib/gdb.exp (inferior_spawn_id): New global.
9891         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
9892         spawn id after processing the user code.
9893         (default_gdb_start): Set inferior_spawn_id.
9894         (send_inferior): New procedure.
9895         * lib/gdbserver-support.exp (gdbserver_start): Set
9896         inferior_spawn_id.
9897         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
9898
9899 2015-04-07  Pedro Alves  <palves@redhat.com>
9900
9901         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
9902         * lib/gdbserver-support.exp (gdbserver_start): Make
9903         $server_spawn_id global.
9904         (gdbserver_start): Don't wait for gdbserver's spawn id with
9905         expect_background.
9906         (close_gdbserver): New procedure.
9907         (gdb_exit): Rename the default version and reimplement.
9908
9909 2015-04-07  Pedro Alves  <palves@redhat.com>
9910
9911         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
9912         append the substituted item, not the original item.
9913
9914 2015-04-07  Pedro Alves  <palves@redhat.com>
9915
9916         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
9917         gdb_expect.
9918
9919 2015-04-07  Pedro Alves  <palves@redhat.com>
9920
9921         * gdb.base/interrupt.exp: Don't handle the case of the inferior
9922         output appearing once only.
9923
9924 2015-04-07  Pedro Alves  <palves@redhat.com>
9925
9926         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
9927         that doesn't expect anything.  Return early if running to main
9928         fails.
9929
9930 2015-04-07  Yao Qi  <yao.qi@linaro.org>
9931
9932         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
9933         (child_function): Call alarm.
9934         (main): Move call to alarm into the loop.
9935         * gdb.threads/non-stop-fair-events.exp: Build program with
9936         -DTIMEOUT=$timeout.
9937
9938 2015-04-06  Doug Evans  <xdje42@gmail.com>
9939
9940         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
9941         Fix dest parameter to board_info.
9942         (fpc_compile): Ditto.
9943         (gdb_compile_pascal): Rename dest arg to destfile.
9944
9945 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
9946
9947         * gdb.ada/funcall_ref.exp: New file.
9948         * gdb.ada/funcall_ref/foo.adb: New file.
9949
9950 2015-04-02  Yao Qi  <yao.qi@linaro.org>
9951
9952         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
9953         is remote.
9954
9955 2015-04-02  Gary Benson <gbenson@redhat.com>
9956
9957         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
9958
9959 2015-04-01  Sasha Smundak  <asmundak@google.com>
9960
9961         * gdb.python/py-unwind-maint.c: New file.
9962         * gdb.python/py-unwind-maint.exp: New test.
9963         * gdb.python/py-unwind-maint.py: New file.
9964         * gdb.python/py-unwind.c: New file.
9965         * gdb.python/py-unwind.exp: New test.
9966         * gdb.python/py-unwind.py: New test.
9967
9968 2015-04-01  Pedro Alves  <palves@redhat.com>
9969
9970         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
9971         to fail instead of non-existent $test.
9972
9973 2015-04-01  Pedro Alves  <palves@redhat.com>
9974
9975         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
9976         GDBFLAGS if not empty.
9977
9978 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
9979
9980         * gdb.ada/complete.exp: Remove "multi_line".
9981         * gdb.ada/info_exc.exp: Remove "multi_line".
9982         * gdb.ada/packed_tagged.exp: Remove "multi_line".
9983         * gdb.ada/ptype_field.exp: Remove "multi_line".
9984         * gdb.ada/sym_print_name.exp: Remove "multi_line".
9985         * gdb.ada/tagged.exp: Remove "multi_line".
9986         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
9987         [multi_line ...]
9988         * gdb.btrace/delta.exp: Likewise.
9989         * gdb.btrace/exception.exp: Likewise.
9990         * gdb.btrace/function_call_history.exp: Likewise.
9991         * gdb.btrace/instruction_history.exp: Likewise.
9992         * gdb.btrace/nohist.exp: Likewise.
9993         * gdb.btrace/record_goto.exp: Likewise.
9994         * gdb.btrace/segv.exp: Likewise.
9995         * gdb.btrace/stepi.exp: Likewise.
9996         * gdb.btrace/tailcall.exp: Likewise.
9997         * gdb.btrace/unknown_functions.exp: Likewise.
9998         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
9999         * lib/gdb.exp: Add the "multi_line" helper.
10000
10001 2015-04-01  Pedro Alves  <palves@redhat.com>
10002
10003         * gdb.threads/tid-reuse.c: New file.
10004         * gdb.threads/tid-reuse.exp: New file.
10005
10006 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10007
10008         PR corefiles/16092
10009         * gdb.base/coredump-filter.c: New file.
10010         * gdb.base/coredump-filter.exp: Likewise.
10011
10012 2015-03-27  Petr Machata  <pmachata@redhat.com>
10013
10014         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10015         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10016         (Dwarf::assemble): Initialize them.
10017         (Dwarf::lines): New function.
10018
10019 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10020
10021         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10022         SYMBOL_PREFIX for x86_64-*-cygwin.
10023
10024 2015-03-26  Andy Wingo  <wingo@igalia.com>
10025
10026         PR symtab/18148
10027         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10028         const_value but not a location.
10029         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10030         location defined in non-main CUs are visible.
10031
10032 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10033
10034         PR testsuite/18139
10035         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10036         Add a line number entry for the same line.
10037         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10038         Add a line number entry for the same line.
10039
10040 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10041
10042         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10043         .int 0.
10044         (func): Likewise.  Add .Lfunc_1 label.
10045         Use .Lfunc_1 label.
10046         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10047         .int 0.
10048         (func): Likewise.
10049         Use .Lfunc_1 label.
10050
10051 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10052
10053         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10054         Call gdb_compile instead to compile each .s files without debug
10055         information.
10056
10057 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10058
10059         * gdb.base/savedregs.exp (process_saved_regs): Make
10060         "Saved registers:" optional in the pattern.
10061
10062 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10063
10064         * gdb.btrace/next.exp: Merged into step.exp.
10065         * gdb.btrace/finish.exp: Merged into step.exp.
10066         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10067         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10068         "record goto" and checking the exact replay position.
10069         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10070         check for "Recording format" in "info record" output.
10071         * gdb.btrace/record_goto.exp: Choose test file based on target.
10072         * gdb.btrace/x86-record_goto.S: Renamed into ...
10073         * gdb.btrace/x86_64-record_goto.S: ... this.
10074         * gdb.btrace/i686-record_goto.S: New.
10075         * gdb.btrace/x86-tailcall.S: Renamed into ...
10076         * gdb.btrace/x86_64-tailcall.S: ... this.
10077         * gdb.btrace/i686-tailcall.S: New.
10078         * gdb.btrace/x86-tailcall.c: Renamed into ...
10079         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10080         separate statements.  Update test.
10081         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10082         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10083         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10084         * gdb.btrace/tailcall.exp: Choose test file based on target.
10085         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10086
10087 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10088
10089         * gdb.btrace/exception.exp: Increase BTS buffer size.
10090
10091 2015-03-24  Pedro Alves  <palves@redhat.com>
10092
10093         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10094
10095 2015-03-24  Pedro Alves  <palves@redhat.com>
10096
10097         * gdb.threads/schedlock.exp (test_step): No longer expect that
10098         "set scheduler-locking step" with "next" over a function call runs
10099         threads unlocked.
10100
10101 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10102
10103         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10104
10105 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10106
10107         PR breakpoints/16466
10108         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10109         * gdb.mi/mi-pending.c (thread_func): New function.
10110         (int main): Add threading support required.
10111         * gdb.mi/mi-pending.exp: Add tests for this issue.
10112         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10113         (pendfunc2): Remove stdio dependency.
10114         * gdb.mi/mi-pendshr2.c: New file.
10115
10116 2015-03-23  Keith Seitz  <keiths@redhat.com>
10117
10118         * gdb.linespec/keywords.c: New file.
10119         * gdb.linespec/keywords.exp: New file.
10120
10121 2015-03-23  Keith Seitz  <keiths@redhat.com>
10122
10123         PR gdb/18021
10124         * gdb.dwarf2/staticvirtual.exp: New test.
10125
10126 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10127
10128         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10129         * README: Remove HP-UX and gdb.hp.
10130         (configuration):
10131         * configure: Regenerate.
10132         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10133         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10134         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10135         gdb.hp/gdb.defects/Makefile.
10136         * gdb.hp/Makefile.in: File deleted.
10137         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10138         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10139         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10140         * gdb.hp/gdb.aCC/run.c: File deleted.
10141         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10142         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10143         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10144         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10145         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10146         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10147         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10148         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10149         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10150         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10151         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10152         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10153         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10154         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10155         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10156         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10157         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10158         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10159         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10160         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10161         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10162         * gdb.hp/gdb.compat/average.c: File deleted.
10163         * gdb.hp/gdb.compat/sum.c: File deleted.
10164         * gdb.hp/gdb.compat/xdb.c: File deleted.
10165         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10166         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10167         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10168         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10169         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10170         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10171         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10172         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10173         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10174         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10175         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10176         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10177         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10178         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10179         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10180         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10181         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10182         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10183         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10184         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10185         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10186         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10187         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10188         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10189         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10190         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10191         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10192         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10193         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10194         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10195         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10196         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10197         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10198         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10199         * gdb.hp/tools/odump: File deleted.
10200
10201 2015-03-19  Pedro Alves  <palves@redhat.com>
10202
10203         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10204         (saw_thread_3): New globals.
10205         (top level): Increment them when an event for the corresponding
10206         thread is seen.
10207         (no thread starvation): New test.
10208
10209 2015-03-19  Pedro Alves  <palves@redhat.com>
10210
10211         * gdb.threads/continue-pending-status.c: New file.
10212         * gdb.threads/continue-pending-status.exp: New file.
10213
10214 2015-03-18  Pedro Alves  <palves@redhat.com>
10215
10216         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10217         Use gdb_is_target_remote instead of is_remote.  Use
10218         gdb_test_multiple instead of gdb_expect.  Exit early if
10219         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10220         expected output.  Fail on exit with any signal, instead of just
10221         SIGILL.
10222
10223 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10224
10225         PR tdep/18107
10226         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10227         variable.
10228         * gdb.base/catch-syscall.exp: Don't skip it on
10229         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10230         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10231         target.
10232         (setup_all_syscalls): New proc.
10233
10234 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10235
10236         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10237         (top level): Skip tests if valid_addr_p returns false for
10238         $cmd1 or $cmd2.
10239
10240 2015-03-11  Andy Wingo  <wingo@igalia.com>
10241
10242         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10243
10244 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10245
10246         * gdb.base/catch-syscall.exp: Fix typo in comments.
10247
10248 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10249
10250         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10251
10252 2015-03-09  Pedro Alves  <palves@redhat.com>
10253
10254         * dg-extract-results.py: Delete.
10255
10256 2015-03-09  Pedro Alves  <palves@redhat.com>
10257
10258         Merge dg-extract-results.sh from GCC upstream (r218843).
10259
10260         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10261                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10262                 binary files.  Fall back to cat -v, if that doesn't work.
10263
10264 2015-03-05  Pedro Alves  <palves@redhat.com>
10265
10266         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10267
10268 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10269
10270         * lib/mi-support.exp (mi_expect_interrupt): Accept
10271         alternative event for when in all-stop mode.
10272
10273 2015-03-04  Pedro Alves  <palves@redhat.com>
10274
10275         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10276
10277 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10278
10279         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10280
10281 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10282
10283         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10284         regexps for GDB's current line display, accept a hex address
10285         preceding the line number.
10286
10287 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10288
10289         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10290         the 'arch1' variable for "s390*-linux*" targets.
10291
10292 2015-03-04  Pedro Alves  <palves@redhat.com>
10293
10294         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10295         (main): Pass missing retval argument to pthread_join call.
10296
10297 2015-03-02  Pedro Alves  <palves@redhat.com>
10298
10299         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10300         (top level): Call do_test with non-stop as well.
10301
10302 2015-03-02  Pedro Alves  <palves@redhat.com>
10303
10304         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10305         -1.
10306
10307 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10308
10309         * gdb.arch/s390-vregs.exp: New test.
10310         * gdb.arch/s390-vregs.S: New file.
10311
10312 2015-02-27  Pedro Alves  <palves@redhat.com>
10313
10314         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10315         call to catch_command_errors.
10316         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10317         catch_command_errors.
10318
10319 2015-02-27  Pedro Alves  <palves@redhat.com>
10320
10321         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10322         "true" for boolean result.
10323         * gdb.gdb/selftest.exp (test_with_self): Also accept full
10324         prototype of main.
10325
10326 2015-02-27  Pedro Alves  <palves@redhat.com>
10327
10328         * lib/unbuffer_output.c: New file.
10329         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10330         (main): Call gdb_unbuffer_output.
10331
10332 2015-02-27  Yao Qi  <yao.qi@linaro.org>
10333
10334         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10335         target.
10336
10337 2015-02-26  Doug Evans  <dje@google.com>
10338
10339         * gdb.cp/class2.cc (Dbase, D): New classes.
10340         (main): New local delta.
10341         * gdb.cp/class2.exp: Test printing delta.
10342         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10343         (dynbar): New global.
10344         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10345
10346 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10347
10348         * gdb.compile/compile-ifunc.c: New file.
10349         * gdb.compile/compile-ifunc.exp: New file.
10350
10351 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10352
10353         * gdb.base/structs.exp: Check for correct struct on finish.
10354
10355 2015-02-26  Yao Qi  <yao.qi@linaro.org>
10356
10357         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10358         is zero.
10359
10360 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10361
10362         * gdb.arch/cordic.ko.bz2: New file.
10363         * gdb.arch/cordic.ko.debug.bz2: New file.
10364         * gdb.arch/ppc64-symtab-cordic.exp: New file.
10365
10366 2015-02-25  Yao Qi  <yao.qi@linaro.org>
10367
10368         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10369         aarch64*-*-* target.
10370
10371 2015-02-23  Pedro Alves  <palves@redhat.com>
10372
10373         * lib/gdb.exp (delete_breakpoints): Rewrite using
10374         gdb_test_multiple.
10375
10376 2015-02-23  Pedro Alves  <palves@redhat.com>
10377
10378         * gdb.base/info-os.c: Include stdlib.h.
10379
10380 2015-02-22  Doug Evans  <xdje42@gmail.com>
10381
10382         PR symtab/17855
10383         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10384         is read after symbols have been re-read.
10385         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10386         * gdb.ada/exec_changed/second.adb (Second): Ditto.
10387
10388 2015-02-21  Doug Evans  <dje@google.com>
10389
10390         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10391
10392 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10393
10394         PR corefiles/17808
10395         * gdb.arch/i386-biarch-core.core.bz2: New file.
10396         * gdb.arch/i386-biarch-core.exp: New file.
10397
10398 2015-02-21  Pedro Alves  <palves@redhat.com>
10399
10400         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10401         runto_main fails.
10402
10403 2015-02-20  Pedro Alves  <palves@redhat.com>
10404
10405         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10406         info probes.
10407
10408 2015-02-20  Pedro Alves  <palves@redhat.com>
10409
10410         * gdb.threads/multi-create-ns-info-thr.exp: New file.
10411
10412 2015-02-20  Pedro Alves  <palves@redhat.com>
10413
10414         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
10415         clean_restart before gdb_target_supports_trace.
10416
10417 2015-02-20  Pedro Alves  <palves@redhat.com>
10418
10419         PR threads/18006
10420         * gdb.threads/clone-thread_db.c: New file.
10421         * gdb.threads/clone-thread_db.exp: New file.
10422
10423 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10424
10425         PR breakpoints/16812
10426         * gdb.base/catch-gdb-caused-signals.c: New file.
10427         * gdb.base/catch-gdb-caused-signals.exp: New file.
10428
10429 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10430
10431         * configure: Regenerated.
10432         * configure.ac: Use GDB_AC_TRANSFORM.
10433         * aclocal.m4: sinclude ../transform.m4.
10434
10435 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10436
10437         * lib/dtrace.exp: New file.
10438         * gdb.base/dtrace-probe.exp: Likewise.
10439         * gdb.base/dtrace-probe.d: Likewise.
10440         * gdb.base/dtrace-probe.c: Likewise.
10441         * lib/pdtrace.in: Likewise.
10442         * configure.ac: Output variables with the transformed names of
10443         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
10444         * configure: Regenerated.
10445
10446 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10447
10448         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10449         expected message when trying to access $_probe_* convenience
10450         variables while not on a probe.
10451
10452 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10453
10454         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10455
10456 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
10457
10458         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10459         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10460
10461 2015-02-10  Doug Evans  <xdje42@gmail.com>
10462
10463         * lib/gdb.exp (gdb_load): Always return a result.
10464
10465 2015-02-10  Pedro Alves  <palves@redhat.com>
10466
10467         * gdb.threads/signal-sigtrap.c: New file.
10468         * gdb.threads/signal-sigtrap.exp: New file.
10469
10470 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
10471
10472         * gdb.trace/no-attach-trace.c: New file.
10473         * gdb.trace/no-attach-trace.exp: New file.
10474
10475 2015-02-09  Mark Wielaard  <mjw@redhat.com>
10476
10477         * gdb.dwarf2/atomic.c: New file.
10478         * gdb.dwarf2/atomic-type.exp: Likewise.
10479
10480 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10481
10482         * gdb.btrace/buffer-size.exp: Update "info record" output.
10483         * gdb.btrace/delta.exp: Update "info record" output.
10484         * gdb.btrace/enable.exp: Update "info record" output.
10485         * gdb.btrace/finish.exp: Update "info record" output.
10486         * gdb.btrace/instruction_history.exp: Update "info record" output.
10487         * gdb.btrace/next.exp: Update "info record" output.
10488         * gdb.btrace/nexti.exp: Update "info record" output.
10489         * gdb.btrace/step.exp: Update "info record" output.
10490         * gdb.btrace/stepi.exp: Update "info record" output.
10491         * gdb.btrace/nohist.exp: Update "info record" output.
10492
10493 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10494
10495         * gdb.btrace/buffer-size: New.
10496
10497 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10498
10499         * gdb.btrace/delta.exp: Update "info record" output.
10500         * gdb.btrace/enable.exp: Update "info record" output.
10501         * gdb.btrace/finish.exp: Update "info record" output.
10502         * gdb.btrace/instruction_history.exp: Update "info record" output.
10503         * gdb.btrace/next.exp: Update "info record" output.
10504         * gdb.btrace/nexti.exp: Update "info record" output.
10505         * gdb.btrace/step.exp: Update "info record" output.
10506         * gdb.btrace/stepi.exp: Update "info record" output.
10507         * gdb.btrace/nohist.exp: Update "info record" output.
10508
10509 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
10510
10511         PR gdb/15678
10512         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10513
10514 2015-02-06  Pedro Alves  <palves@redhat.com>
10515
10516         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10517         macro.
10518         (seconds_left, again): New globals.
10519         (main): Wait seconds_left in a 1-second sleep loop instead of
10520         sleeping 180 seconds.  If 'again' is set, reset the seconds
10521         counter.
10522         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10523         'again' in the inferior before detaching.  Print the seconds left.
10524         (options): New global.
10525         (top level): Build program with -DTIMEOUT=$timeout.
10526
10527 2015-02-06  Pedro Alves  <palves@redhat.com>
10528
10529         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10530         determine how many seconds to pass to 'alarm'.
10531         * gdb.base/gdb-sigterm.exp (top level): Build program with
10532         -DTIMEOUT=$timeout.
10533         (do_test): Return success/failure indication.  Add more verbose
10534         logging.  Don't fail if 200 single steps are seen.  Instead, fail
10535         when the test times out.
10536         (passes): New global.
10537         (top level): Break the testing loop if testing fails on any
10538         iteration.  Use gdb_assert.
10539
10540 2015-02-04  Don Breazeal  <donb@codesourcery.com>
10541
10542         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10543         and initialize them.
10544         (ipc_cleanup): New function.
10545         (main): Don't declare shmid, semid, and msqid.  Add a call to
10546         atexit so that we call ipc_cleanup on exit.
10547
10548 2015-02-04  Pedro Alves  <palves@redhat.com>
10549
10550         * boards/native-extended-gdbserver.exp: Remove any target variant
10551         specifications from the board name before clearing the isremote
10552         flag from board_info.
10553
10554 2015-01-31  Doug Evans  <xdje42@gmail.com>
10555
10556         * gdb.base/maint.exp <maint print type argc>: Update expected output.
10557
10558 2015-01-31  Gary Benson <gbenson@redhat.com>
10559
10560         * gdb.base/completion.exp: Disable completion limiting for
10561         existing tests.  Add new tests to check completion limiting.
10562         * gdb.linespec/ls-errs.exp: Disable completion limiting.
10563
10564 2015-01-31  Doug Evans  <xdje42@gmail.com>
10565
10566         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10567
10568 2015-01-31  Doug Evans  <xdje42@gmail.com>
10569
10570         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10571         entries.  Duplicate file section script entries.
10572         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10573         inlined entries.  Add test for safe-path rejection.
10574         * gdb.python/py-section-script.c: Add duplicate inlined section script
10575         entries.  Duplicate file section script entries.
10576         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10577         inlined entries.  Add test for safe-path rejection.
10578
10579 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10580
10581         * gdb.ada/disc_arr_bound: New testcase.
10582
10583 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10584
10585         * gdb.ada/mi_var_array: New testcase.
10586
10587 2015-01-27  Doug Evans  <dje@google.com>
10588
10589         * gdb.python/py-objfile.exp: Add tests for objfile.username.
10590         Add test for objfile.filename, objfile.username after objfile
10591         has been unloaded.
10592
10593 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
10594
10595         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10596         the second test to print the name attribute of value
10597         returned by the call to gdb.lookup_type, and adjust
10598         the expected output accordingly.
10599
10600 2015-01-25  Mark Wielaard  <mjw@redhat.com>
10601
10602         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10603         * gdb.base/disp-step-fork.c: Include unistd.h.
10604         * gdb.base/siginfo-obj.c: Include stdio.h.
10605         * gdb.base/siginfo-thread.c: Likewise.
10606         * gdb.mi/non-stop.c: Include unistd.h.
10607         * gdb.mi/nsthrexec.c: Include stdio.h.
10608         * gdb.mi/pthreads.c: Include unistd.h.
10609         * gdb.modula2/unbounded1.c (main): Declare returns int.
10610         * gdb.reverse/consecutive-reverse.c: Likewise.
10611         * gdb.threads/create-fail.c: Include unistd.h.
10612         * gdb.threads/killed.c: Likewise.
10613         * gdb.threads/linux-dp.c: Likewise.
10614         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10615         * gdb.threads/non-ldr-exc-2.c: Likewise.
10616         * gdb.threads/non-ldr-exc-3.c: Likewise.
10617         * gdb.threads/non-ldr-exc-4.c: Likewise.
10618         * gdb.threads/pthreads.c: Include unistd.h.
10619         (main): Declare returns int.
10620         * gdb.threads/tls-main.c (foo): New declaration.
10621         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10622
10623 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
10624
10625         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10626         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10627
10628 2015-01-15  Mark Wielaard  <mjw@redhat.com>
10629
10630         * gdb.base/noreturn-return.c: New file.
10631         * gdb.base/noreturn-return.exp: New file.
10632         * gdb.base/noreturn-finish.c: New file.
10633         * gdb.base/noreturn-finish.exp: New file.
10634
10635 2015-01-23  Pedro Alves  <palves@redhat.com>
10636
10637         * gdb.threads/continue-pending-after-query.c: New file.
10638         * gdb.threads/continue-pending-after-query.exp: New file.
10639
10640 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
10641             Simon Marchi  <simon.marchi@ericsson.com>
10642
10643         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10644         * gdb.base/valgrind-db-attach.exp: Same.
10645         * gdb.base/valgrind-infcall.exp: Same.
10646         * lib/mi-support.exp (default_mi_gdb_start): Same.
10647         * lib/prompt.exp (default_prompt_gdb_start): Same.
10648         * lib/gdb.exp (default_gdb_spawn): Same.
10649         (gdb_interact): New.
10650
10651
10652 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10653
10654         * gdb.compile/compile.exp (pointer to jit function): New test.
10655
10656 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10657
10658         * lib/gdb.exp (supports_process_record): Return true for
10659         powerpc*-*-linux*.
10660         (supports_reverse): Likewise.
10661
10662 2015-01-15  Don Breazeal  <donb@codesourcery.com>
10663
10664         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10665         instead of checking whether the target board is remote and
10666         use spawn_wait_for_attach instead of exec/sleep.
10667         * gdb.base/attach-twice.exp: Likewise.
10668
10669 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
10670
10671         * gdb.ada/var_arr_attrs: New testcase.
10672
10673 2015-01-14  Pedro Alves  <palves@redhat.com>
10674             Joel Brobecker  <brobecker@adacore.com>
10675
10676         PR gdb/17525
10677         * gdb.base/bp-cmds-execution-x-script.c: New file.
10678         * gdb.base/bp-cmds-execution-x-script.exp: New file.
10679         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10680
10681 2015-01-14  Pedro Alves  <palves@redhat.com>
10682
10683         PR cli/17828
10684         * gdb.base/batch-preserve-term-settings.c: New file.
10685         * gdb.base/batch-preserve-term-settings.exp: New file.
10686
10687 2015-01-13  Doug Evans  <dje@google.com>
10688
10689         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10690         binary.
10691
10692 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10693
10694         * Makefile.in (clean mostlyclean): Do not delete *.py.
10695
10696 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10697
10698         * gdb.python/py-lookup-type.exp: New file.
10699
10700 2015-01-12  Pedro Alves  <palves@redhat.com>
10701
10702         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10703         restore GDBFLAGS before returning.
10704
10705 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10706
10707         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10708         is_amd64_regs_target and is_x86_like_target.
10709
10710 2015-01-11  Doug Evans  <xdje42@gmail.com>
10711
10712         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10713         is given without an explicit form.
10714         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10715         attributes.
10716         * gdb.dwarf/corrupt.exp: Ditto.
10717         * gdb.dwarf2/enum-type.exp: Ditto.
10718         * gdb.trace/entry-values.exp: Ditto.
10719         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10720
10721 2015-01-11  Doug Evans  <xdje42@gmail.com>
10722
10723         PR gdb/15830
10724         * gdb.base/maint.exp: Remove references to "maint demangle".
10725         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
10726         Add tests for explicitly specifying language to demangle.
10727         * gdb.dlang/demangle.exp: Ditto.
10728
10729 2015-01-09  Pedro Alves  <palves@redhat.com>
10730
10731         * gdb.threads/non-stop-fair-events.c: New file.
10732         * gdb.threads/non-stop-fair-events.exp: New file.
10733
10734 2015-01-09  Pedro Alves  <palves@redhat.com>
10735
10736         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10737         the global scope.  Set a breakpoint after all threads are started
10738         rather than stepping over two source lines.  Expect the prompt.
10739         * gdb.base/watch_thread_num.c (threads_started_barrier): New
10740         global.
10741         (NUM): Now 15.
10742         (main): Use threads_started_barrier to wait for all threads to
10743         start.  Main thread no longer calls thread_function.  Exit after
10744         180 seconds.
10745         (loop): New function.
10746         (thread_function): Wait on threads_started_barrier barrier.  Call
10747         'loop' at each iteration.
10748         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10749         threads have started, instead of hardcoding number of "next"
10750         steps.  Use an access watchpoint instead of a write watchpoint.
10751
10752 2015-01-09  Pedro Alves  <palves@redhat.com>
10753
10754         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10755         (thread_func): Wait on barrier.
10756         (main): Wait for all threads to start before stopping GDB.
10757         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10758         global.
10759         (thread1_func, thread2_func): Wait on barrier.
10760         (main): Wait for all threads to start before stopping GDB.
10761         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10762         New global.
10763         (thread1_func, thread2_func): Wait on barrier.
10764         (main): Wait for all threads to start before stopping GDB.
10765
10766 2015-01-09  Pedro Alves  <palves@redhat.com>
10767
10768         * gdb.threads/attach-many-short-lived-threads.c: New file.
10769         * gdb.threads/attach-many-short-lived-threads.exp: New file.
10770
10771 2014-01-09  Pedro Alves  <palves@redhat.com>
10772
10773         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10774         instead of to thread 2.
10775         * gdb.threads/signal-command-multiple-signals-pending.c (main):
10776         Add barrier around each pthread_create call instead of around all
10777         calls.
10778         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
10779         Set a break on thread_function and have the child threads hit it
10780         one at at a time.
10781
10782 2015-01-09  Pedro Alves  <palves@redhat.com>
10783
10784         * lib/gdb.exp (can_spawn_for_attach): New procedure.
10785         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
10786         false.
10787         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
10788         checking whether the target board is remote.
10789         * gdb.multi/multi-attach.exp: Likewise.
10790         * gdb.python/py-sync-interp.exp: Likewise.
10791         * gdb.server/ext-attach.exp: Likewise.
10792         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
10793         tests that need to attach, instead of checking whether the target
10794         board is remote at the top of the file.
10795
10796 2015-01-08  Yao Qi  <yao@codesourcery.com>
10797
10798         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
10799
10800 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10801
10802         Fix testcase compilation.
10803         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
10804
10805 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
10806
10807         * gdb.python/py-type.exp: Add a couple test about empty
10808         array creation, and negative-length array creation.
10809
10810 2015-01-02  Doug Evans  <xdje42@gmail.com>
10811
10812         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
10813
10814 2015-01-02  Doug Evans  <dje@google.com>
10815
10816         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
10817
10818 2014-12-29  Yao Qi  <yao@codesourcery.com>
10819
10820         * gdb.trace/entry-values.exp: Update comments.  Rename variable
10821         bar_call_foo to returned_from_foo.
10822
10823 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
10824
10825         PR gdb/17394
10826         * gdb.linespec/break-asm-file.c: New file.
10827         * gdb.linespec/break-asm-file.exp: New file.
10828         * gdb.linespec/break-asm-file0.s: New file.
10829         * gdb.linespec/break-asm-file1.s: New file.
10830
10831 2014-12-18  Nigel Stephens  <nigel@mips.com>
10832             Maciej W. Rozycki  <macro@codesourcery.com>
10833
10834         * gdb.base/float.exp: Handle the new output from "info float" on
10835         MIPS targets.
10836
10837 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10838
10839         Fix MinGW compilation.
10840         * gdb.compile/compile-ops.exp: Update untested message if
10841         !skip_compile_feature_tests.
10842         * gdb.compile/compile-setjmp.exp: Likewise.
10843         * gdb.compile/compile-tls.exp: Likewise.
10844         * gdb.compile/compile.exp: Likewise.
10845         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
10846         supported on this host".
10847
10848 2014-12-16  Doug Evans  <xdje42@gmail.com>
10849
10850         * boards/stabs.exp: New file.
10851
10852 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
10853
10854         * gdb.base/completion.exp: Adjust to format changes of "maint
10855         print user-registers".
10856
10857 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
10858
10859         PR server/17457
10860         * gdb.arch/aarch64-fp.c: New file.
10861         * gdb.arch/aarch64-fp.exp: New file.
10862
10863 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
10864
10865         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
10866         r210637, r210913, r211666, r215400, r215817).
10867
10868         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
10869                 * dg-extract-results.py: New file.
10870                 * dg-extract-results.sh: Use it if the environment seems
10871                 suitable.
10872
10873         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
10874
10875                 * dg-extract-results.py (parse_run): Handle warnings that
10876                 are printed before a test harness is run.
10877
10878         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
10879
10880                 * dg-extract-results.py (Named): Remove __cmp__ method.
10881                 (output_variation): Use a key to sort variation.harnesses.
10882
10883         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
10884
10885                 * dg-extract-results.py: For Python 3, force sys.stdout to
10886                 handle surrogate escape sequences.
10887                 (safe_open): New function.
10888                 (output_segment, main): Use it.
10889
10890         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
10891
10892                 * dg-extract-results.py (Prog.result_re): Include options
10893                 in test name.
10894
10895         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
10896
10897                 * dg-extract-results.py (output_variation): Always sort if
10898                 do_sum.
10899
10900 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
10901
10902         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
10903         as long as we get pagination notifications.
10904
10905 2014-12-15  Jason Merrill  <jason@redhat.com>
10906
10907         * Makefile.in (check-gdb.%): Restore.
10908         * README: Mention it.
10909
10910 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
10911
10912         * gdb.ada/str_uninit: New testcase.
10913
10914 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10915
10916         PR symtab/17642
10917         * gdb.base/vla-stub-define.c: New file.
10918         * gdb.base/vla-stub.c: New file.
10919         * gdb.base/vla-stub.exp: New file.
10920
10921 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
10922             Jan Kratochvil  <jan.kratochvil@redhat.com>
10923             Tom Tromey  <tromey@redhat.com>
10924
10925         * configure.ac: Add gdb.compile/.
10926         * configure: Regenerate.
10927         * gdb.compile/Makefile.in: New file.
10928         * gdb.compile/compile-ops.exp: New file.
10929         * gdb.compile/compile-ops.c: New file.
10930         * gdb.compile/compile-tls.c: New file.
10931         * gdb.compile/compile-tls.exp: New file.
10932         * gdb.compile/compile-constvar.S: New file.
10933         * gdb.compile/compile-constvar.c: New file.
10934         * gdb.compile/compile-mod.c: New file.
10935         * gdb.compile/compile-nodebug.c: New file.
10936         * gdb.compile/compile-setjmp-mod.c: New file.
10937         * gdb.compile/compile-setjmp.c: New file.
10938         * gdb.compile/compile-setjmp.exp: New file.
10939         * gdb.compile/compile-shlib.c: New file.
10940         * gdb.compile/compile.c: New file.
10941         * gdb.compile/compile.exp: New file.
10942         * lib/gdb.exp (skip_compile_feature_tests): New proc.
10943
10944 2014-12-12  Tom Tromey  <tromey@redhat.com>
10945
10946         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
10947         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
10948
10949 2014-12-12  Doug Evans  <dje@google.com>
10950
10951         * lib/gdb-python.exp (get_python_valueof): New function.
10952         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
10953
10954 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10955
10956         * gdb.base/completion.exp: Add test for completion of "info
10957         registers ".
10958
10959 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
10960
10961         * gdb.base/func-ptrs.c: New file.
10962         * gdb.base/func-ptrs.exp: New file.
10963
10964 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
10965
10966         PR breakpoints/17012
10967         * gdb.base/dprintf-detach.c: New file.
10968         * gdb.base/dprintf-detach.exp: New file.
10969
10970 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
10971
10972         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
10973         * lib/gdb.exp (target_is_gdbserver): New procedure.
10974
10975 2014-12-08  Doug Evans  <dje@google.com>
10976
10977         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
10978
10979 2014-12-05  Yao Qi  <yao@codesourcery.com>
10980
10981         * gdb.guile/scm-error.exp: Remove the third argument to
10982         gdb_remote_download.
10983         * gdb.guile/scm-frame-args.exp: Likewise.
10984         * gdb.guile/scm-section-script.exp: Likewise.
10985
10986 2014-12-05  Yao Qi  <yao@codesourcery.com>
10987
10988         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
10989
10990 2014-12-04  Doug Evans  <dje@google.com>
10991
10992         * gdb.python/py-objfile.exp: Add tests for
10993         objfile.add_separate_debug_file.
10994
10995 2014-12-04  Doug Evans  <dje@google.com>
10996
10997         * lib/gdb.exp (get_build_id): New function.
10998         (build_id_debug_filename_get): Rewrite to use it.
10999         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11000
11001 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11002
11003         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11004         `method(long)', not just 0x0.
11005         * gdb.cp/nsalias.exp: Align code labels to 4.
11006         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11007         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11008         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11009         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11010         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11011         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11012
11013 2014-12-02  Doug Evans  <dje@google.com>
11014
11015         PR symtab/17602
11016         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11017         * gdb.cp/anon-ns2.cc: ... here.  New file.
11018         * gdb.cp/anon-ns.exp: Update.
11019
11020 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11021
11022         * gdb.python/py-events.py (inferior_call_handler): New.
11023         (register_changed_handler, memory_changed_handler): New.
11024         (test_events.invoke): Register new handlers.
11025         * gdb.python/py-events.exp: Add tests for inferior call,
11026         memory_changed and register_changed events.
11027
11028 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11029
11030         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11031         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11032         if the linker doesn't understand this.
11033
11034 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11035
11036         * gdb.python/python.exp: Change expected reply to help().
11037
11038 2014-12-01  Yao Qi  <yao@codesourcery.com>
11039
11040         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11041         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11042         * configure: Re-generated.
11043
11044 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11045
11046         * gdb.cp/chained-calls.cc: New file.
11047         * gdb.cp/chained-calls.exp: New file.
11048         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11049
11050 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11051
11052         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11053         * gdb.dwarf2/symtab-producer.exp: Same.
11054         * gdb.gdb/python-interrupts.exp: Same.
11055         * gdb.gdb/python-selftest.exp: Same.
11056         * gdb.python/py-linetable.exp: Same.
11057         * gdb.python/py-type.exp: Same.
11058         * gdb.python/py-value-cc.exp: Same.
11059         * gdb.python/py-value.exp: Same.
11060
11061 2014-11-28  Yao Qi  <yao@codesourcery.com>
11062
11063         * gdb.base/break-probes.exp: Match library name prefixed with
11064         sysroot.
11065
11066 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11067
11068         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11069         test expected output.  Add parentheses for the call to print.
11070         Remove L suffix from integers.
11071
11072 2014-11-26  Doug Evans  <dje@google.com>
11073
11074         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11075
11076 2014-11-22  Yao Qi  <yao@codesourcery.com>
11077
11078         * gdb.trace/entry-values.c: Remove asms.
11079         (foo): Add foo_label.
11080         (bar): Add bar_label.
11081         * gdb.trace/entry-values.exp: Remove code computing  foo's
11082         length and bar's length.
11083         (Dwarf::assemble): Invoke function_range for bar and use
11084         MACRO_AT_func for foo.
11085
11086 2014-11-22  Yao Qi  <yao@codesourcery.com>
11087
11088         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11089         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11090         Use .Lgcc43_procstart instead of gcc43.
11091
11092 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11093
11094         * gdb.ada/n_arr_bound: New testcase.
11095
11096 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11097
11098         PR breakpoints/10737
11099         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11100         test_catch_syscall_multi_arch.
11101         (test_catch_syscall_multi_arch): New function.
11102
11103 2014-11-20  Doug Evans  <xdje42@gmail.com>
11104
11105         * gdb.base/maint.exp: Update expected output.
11106
11107 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11108
11109         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11110         4-byte instruction on S390.
11111
11112 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11113
11114         * gdb.ada/arr_arr: New testcase.
11115
11116 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11117
11118         * gdb.ada/pkd_arr_elem: New Testcase.
11119
11120 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11121
11122         * gdb.reverse/break-precsave: Expect completion message for
11123         core file reads.
11124         * gdb.reverse/consecutive-precsave.exp: Likewise.
11125         * gdb.reverse/finish-precsave.exp: Likewise.
11126         * gdb.reverse/i386-precsave.exp: Likewise.
11127         * gdb.reverse/machinestate-precsave.exp: Likewise.
11128         * gdb.reverse/sigall-precsave.exp: Likewise.
11129         * gdb.reverse/solib-precsave.exp: Likewise.
11130         * gdb.reverse/step-precsave.exp: Likewise.
11131         * gdb.reverse/until-precsave.exp: Likewise.
11132         * gdb.reverse/watch-precsave.exp: Likewise.
11133
11134 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11135
11136         * gdb.base/bp-permanent.c: Include unistd.h.
11137         * gdb.python/py-framefilter-mi.c (main): Add return type.
11138         * gdb.python/py-framefilter.c (main): Likewise.
11139         * gdb.trace/actions-changed.c (main): Likewise.
11140
11141 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11142
11143         * gdb.mi/until.c: Add eye-catchers.
11144         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11145         line numbers.
11146
11147 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11148
11149         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11150         function header variants in break1.c.
11151         * gdb.base/ena-dis-br.exp: Likewise.
11152         * gdb.base/hbreak2.exp: Likewise.
11153         * gdb.reverse/until-precsave.exp: Drop references to removed
11154         non-prototype function header variants in ur1.c.
11155         * gdb.reverse/until-reverse.exp: Likewise.
11156
11157 2014-11-17  Petr Machata  <pmachata@redhat.com>
11158
11159         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11160         ${_cu_offset_size} bytes abbrev offset.
11161
11162 2014-11-15  Doug Evans  <xdje42@gmail.com>
11163
11164         PR symtab/17559
11165         * gdb.base/line-symtabs.exp: New file.
11166         * gdb.base/line-symtabs.c: New file.
11167         * gdb.base/line-symtabs.h: New file.
11168
11169 2014-11-14  Yao Qi  <yao@codesourcery.com>
11170
11171         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11172         (func): Add label func_label.
11173         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11174         Replace low_pc and high_pc with MACRO_AT_range.
11175         Replace name, low_pc and high_pc with MACRO_AT_func.
11176
11177 2014-11-14  Yao Qi  <yao@codesourcery.com>
11178
11179         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11180         Replace name, low_pc and high_pc with MACRO_AT_func.
11181
11182 2014-11-14  Yao Qi  <yao@codesourcery.com>
11183
11184         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11185         produce debug information.
11186         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11187
11188 2014-11-14  Yao Qi  <yao@codesourcery.com>
11189
11190         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11191         object and get function length.
11192         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11193         with MACRO_AT_func.
11194         (top-level): Replace gdb_compile and clean_restart with
11195         prepare_for_testing.
11196         * gdb.dwarf2/main.c (main): Add label main_label.
11197
11198 2014-11-14  Yao Qi  <yao@codesourcery.com>
11199
11200         * lib/dwarf.exp (function_range): New procedure.
11201         (Dwarf::_handle_macro_at_func): New procedure.
11202         (Dwarf::_handle_macro_at_range): New procedure.
11203         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11204
11205 2014-11-14  Yao Qi  <yao@codesourcery.com>
11206
11207         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11208         (_handle_attribute): New procedure.
11209
11210 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11211
11212         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11213         * gdb.base/call-sc.c (zed): Likewise.
11214         * gdb.base/checkpoint.c (main): Likewise.
11215         * gdb.base/dump.c (main): Likewise.
11216         * gdb.base/gcore.c (main): Likewise.
11217         * gdb.base/huge.c (main): Likewise.
11218         * gdb.base/multi-forks.c (main): Likewise.
11219         * gdb.base/pr10179-a.c (main): Likewise.
11220         * gdb.base/savedregs.c (main): Likewise.
11221         * gdb.base/sigaltstack.c (main): Likewise.
11222         * gdb.base/siginfo.c (main): Likewise.
11223         * gdb.base/structs.c (zed): Likewise.
11224         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11225         * gdb.mi/mi-syn-frame.c (main): Likewise.
11226         * gdb.mi/until.c (foo, main): Likewise.
11227         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11228         * gdb.base/solib-weak.c (foo): Declare.
11229         * gdb.base/attach-twice.c: Include stdio.h.
11230         * gdb.base/weaklib1.c: Likewise.
11231         * gdb.base/weaklib2.c: Likewise.
11232         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11233         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11234         unistd.h.
11235         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11236         * gdb.mi/mi-exit-code.c: Likewise.
11237         * gdb.base/break-interp-lib.c: Include string.h.
11238         * gdb.base/coremaker.c: Likewise.
11239         * gdb.base/testenv.c: Likewise.
11240         * gdb.python/py-finish-breakpoint.c: Likewise.
11241         * gdb.base/inferior-died.c: Include sys/wait.h.
11242         * gdb.base/fileio.c: Include time.h.
11243         * gdb.base/async-shell.c: Include unistd.h.
11244         * gdb.base/dprintf-non-stop.c: Likewise.
11245         * gdb.base/info-os.c: Likewise.
11246         * gdb.mi/mi-console.c: Likewise.
11247         * gdb.mi/watch-nonstop.c: Likewise.
11248         * gdb.python/py-events.c: Likewise.
11249         * gdb.base/async.c (baz): Move up before its invocation.
11250         * gdb.base/code_elim2.c (my_global_func): Likewise.
11251         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11252         * gdb.base/advance.c (func2): Likewise.
11253
11254 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11255
11256         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11257         variant.
11258         * gdb.base/annota3.c: Likewise.
11259         * gdb.base/async.c: Likewise.
11260         * gdb.base/average.c: Likewise.
11261         * gdb.base/call-ar-st.c: Likewise.
11262         * gdb.base/call-rt-st.c: Likewise.
11263         * gdb.base/call-sc.c: Likewise.
11264         * gdb.base/call-strs.c: Likewise.
11265         * gdb.base/ending-run.c: Likewise.
11266         * gdb.base/execd-prog.c: Likewise.
11267         * gdb.base/exprs.c: Likewise.
11268         * gdb.base/foll-exec.c: Likewise.
11269         * gdb.base/foll-fork.c: Likewise.
11270         * gdb.base/foll-vfork.c: Likewise.
11271         * gdb.base/funcargs.c: Likewise.
11272         * gdb.base/gcore.c: Likewise.
11273         * gdb.base/jump.c: Likewise.
11274         * gdb.base/langs0.c: Likewise.
11275         * gdb.base/langs1.c: Likewise.
11276         * gdb.base/langs2.c: Likewise.
11277         * gdb.base/mips_pro.c: Likewise.
11278         * gdb.base/nodebug.c: Likewise.
11279         * gdb.base/opaque0.c: Likewise.
11280         * gdb.base/opaque1.c: Likewise.
11281         * gdb.base/recurse.c: Likewise.
11282         * gdb.base/run.c: Likewise.
11283         * gdb.base/scope0.c: Likewise.
11284         * gdb.base/scope1.c: Likewise.
11285         * gdb.base/setshow.c: Likewise.
11286         * gdb.base/setvar.c: Likewise.
11287         * gdb.base/shmain.c: Likewise.
11288         * gdb.base/shr1.c: Likewise.
11289         * gdb.base/shr2.c: Likewise.
11290         * gdb.base/sigall.c: Likewise.
11291         * gdb.base/signals.c: Likewise.
11292         * gdb.base/so-indr-cl.c: Likewise.
11293         * gdb.base/solib2.c: Likewise.
11294         * gdb.base/structs.c: Likewise.
11295         * gdb.base/sum.c: Likewise.
11296         * gdb.base/vforked-prog.c: Likewise.
11297         * gdb.base/watchpoint.c: Likewise.
11298         * gdb.reverse/shr2.c: Likewise.
11299         * gdb.reverse/until-reverse.c: Likewise.
11300         * gdb.reverse/ur1.c: Likewise.
11301         * gdb.reverse/watch-reverse.c: Likewise.
11302
11303 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11304
11305         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11306         variant.
11307         * gdb.base/sepdebug.exp: Drop references to removed code.
11308
11309 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11310
11311         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11312         variant.  Preserve original line numbering.
11313         * gdb.base/list1.c: Likewise.
11314
11315 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11316
11317         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11318         variant.
11319         * gdb.base/break1.c: Likewise.
11320         * gdb.base/break.exp: Drop references to removed code.
11321
11322 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11323
11324         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11325         variant.
11326
11327 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11328
11329         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11330
11331 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11332
11333         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
11334         logic into perform_all_tests() and invoke it with and without
11335         function header prototypes.
11336         (do_function_calls): Remove conditional XFAIL for PR 5318.
11337         (rerun_and_prepare): Remove duplicate code.
11338         (perform_all_tests): New.  Main logic moved here.
11339
11340 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11341
11342         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11343         code guarded by #ifdef NO_PROTOTYPES.
11344         (t_double_many_args): Likewise.
11345         (DEF_FUNC_MANY_ARGS_1): Likewise.
11346         (DEF_FUNC_VALUES_1): Likewise.
11347         (t_structs_ldc): Renamed from t_structs_fc in conditional code
11348         guarded by #ifdef PROTOTYPES.
11349
11350 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11351
11352         * gdb.mi/mi-console.c: Add eye-catcher.
11353         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11354         instead of literal line number.
11355
11356 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11357
11358         * gdb.base/shr2.c: Add eye-catcher.
11359         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11360         line number.
11361
11362 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11363
11364         * gdb.base/jump.c: Add eye-catchers.
11365         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11366         numbers.
11367
11368 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11369
11370         * gdb.base/execd-prog.c: Add eye-catchers.
11371         * gdb.base/foll-exec.c: Likewise.
11372         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11373         line numbers.
11374
11375 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11376
11377         * gdb.base/ending-run.c: Add eye-catchers.
11378         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11379         literal line numbers.
11380
11381 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11382
11383         * gdb.base/call-rt-st.c: Add eye-catchers.
11384         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11385         literal line numbers.
11386
11387 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11388
11389         * gdb.base/call-ar-st.c: Add eye-catchers.
11390         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11391         literal line numbers.
11392
11393 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11394
11395         * gdb.base/average.c: Add eye-catchers.
11396         * gdb.base/sum.c: Likewise.
11397         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11398         regexps dynamically.
11399
11400 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11401
11402         * gdb.base/solib1.c: Add eye-catchers.
11403         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11404         literal line numbers.
11405
11406 2014-11-12  Pedro Alves  <palves@redhat.com>
11407
11408         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11409         leader has exited.
11410
11411 2014-11-12  Pedro Alves  <palves@redhat.com>
11412
11413         * gdb.arch/i386-bp_permanent.c: New file.
11414         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11415         (srcfile): Set to i386-bp_permanent.c.
11416         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
11417         that stepi does not execute the 'leave' instruction, instead of
11418         testing it does execute.
11419         * gdb.base/bp-permanent.c: New file.
11420         * gdb.base/bp-permanent.exp: New file.
11421
11422 2014-11-10  Doug Evans  <xdje42@gmail.com>
11423
11424         PR symtab/17564
11425         * gdb.base/symtab-search-order.exp: New file.
11426         * gdb.base/symtab-search-order.c: New file.
11427         * gdb.base/symtab-search-order-1.c: New file.
11428         * gdb.base/symtab-search-order-shlib-1.c: New file.
11429
11430 2014-11-07  Pedro Alves  <palves@redhat.com>
11431
11432         PR gdb/17511
11433         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11434         i?86-*-linux*.
11435
11436 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
11437
11438         PR c++/17494
11439         * gdb.cp/pr17494.cc: New file.
11440         * gdb.cp/pr17494.exp: New file.
11441
11442 2014-11-02  Yao Qi  <yao@codesourcery.com>
11443
11444         * gdb.python/python.exp: Get working directory and match the
11445         output of "set extended-prompt \\w " with it.
11446
11447 2014-10-30  Doug Evans  <dje@google.com>
11448
11449         * gdb.python/py-objfile.exp: Add tests for setting random attributes
11450         in objfiles.
11451         * gdb.python/py-progspace.exp: Add tests for setting random attributes
11452         in progspaces.
11453
11454 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
11455
11456         * gdb.base/fullpath-expand.exp: Skip for a remote host.
11457         * gdb.base/realname-expand.exp: Likewise.
11458         * gdb.linespec/macro-relative.exp: Likewise.
11459
11460 2014-10-29  Pedro Alves  <palves@redhat.com>
11461
11462         PR gdb/17408
11463         * gdb.threads/schedlock.c (some_function): New function.
11464         (call_function): New global.
11465         (MAYBE_CALL_SOME_FUNCTION): New macro.
11466         (thread_function): Call it.
11467         * gdb.threads/schedlock.exp (get_args): Add description parameter,
11468         and use it instead of a global counter.  Adjust all callers.
11469         (get_current_thread): Use "find current thread" for test message
11470         here rather than having all callers pass down the same string.
11471         (goto_loop): New procedure, factored out from ...
11472         (my_continue): ... this.
11473         (step_ten_loops): Change parameter from test message to command to
11474         use.  Adjust.
11475         (list_count): Delete global.
11476         (check_result): New procedure, factored out from duplicate top
11477         level code.
11478         (continue tests): Wrap in with_test_prefix.
11479         (test_step): New procedure, factored out from duplicate top level
11480         code.
11481         (top level): Test "step" in combination with all scheduler-locking
11482         modes.  Test "next" in combination with all scheduler-locking
11483         modes, and in combination with stepping over a function call or
11484         not.
11485         * gdb.threads/next-bp-other-thread.c: New file.
11486         * gdb.threads/next-bp-other-thread.exp: New file.
11487
11488 2014-10-29  Pedro Alves  <palves@redhat.com>
11489
11490         PR python/17372
11491         * gdb.python/python.exp: Test a multi-line command that spawns
11492         interactive Python.
11493         * gdb.base/multi-line-starts-subshell.exp: New file.
11494
11495 2014-10-29  Yao Qi  <yao@codesourcery.com>
11496
11497         * gdb.base/fileio.exp: Make directories on host.
11498
11499 2014-10-29  Yao Qi  <yao@codesourcery.com>
11500
11501         * gdb.base/fileio.c (test_write): Close the file.
11502
11503 2014-10-28  Pedro Alves  <palves@redhat.com>
11504
11505         PR gdb/12623
11506         * gdb.base/sigstep.c (no_handler): New global.
11507         (main): If 'no_handler is true, set the signal handlers to
11508         SIG_IGN.
11509         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11510         with_sw_watch and no_handler parameters.  Handle them.
11511         (top level) <stepping over handler when stopped at a breakpoint
11512         test>: Add a test axis for testing with a software watchpoint, and
11513         another for testing with the signal handler set to SIG_IGN.
11514         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11515         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11516
11517 2014-10-28  Pedro Alves  <palves@redhat.com>
11518
11519         PR gdb/17511
11520         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11521         * gdb.base/sigstep.exp (other_handler_location): New global.
11522         (advance): Support stepping into the signal handler, and running
11523         commands while in the handler.
11524         (in_handler_map): New global.
11525         (top level): In the advance test, add combinations for getting
11526         into the handler with stepping commands, and for running commands
11527         in the handler.  Add comment descripting the advancei tests.
11528
11529 2014-10-28  Pedro Alves  <palves@redhat.com>
11530
11531         * gdb.base/sigstep.exp: Use build_executable instead of
11532         prepare_for_testing.
11533         (top level): Move code that starts GDB, runs to main and creates a
11534         display to ...
11535         (restart): ... this new procedure.
11536         (top level): Move backtrace from signal handler test to ...
11537         (validate_backtrace): ... this new procedure.
11538         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
11539         with_test_prefix.  Always restart GDB.
11540         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
11541         with_test_prefix.  Always restart GDB.  No need to delete
11542         breakpoints after the test.
11543         (test_skip_handler): Remove prefix parameter.
11544         (skip_over_handler, breakpoint_to_handler)
11545         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11546         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
11547         restart GDB.  No need to delete breakpoints after the test.
11548         (top level): Use foreach to call the test procedures with
11549         different commands.
11550
11551 2014-10-28  Pedro Alves  <palves@redhat.com>
11552
11553         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11554         instead of GNATS numbers.
11555         * gdb.base/sigbpt.exp: Likewise.
11556         * gdb.base/siginfo.exp: Likewise.
11557         * gdb.base/sigstep.exp: Likewise.
11558
11559 2014-10-27  Pedro Alves  <palves@redhat.com>
11560
11561         * gdb.base/sigstep.c (dummy): New global.
11562         (main): Issue a couple writes to the new global.
11563         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11564         procedures.
11565         (skip_over_handler): Use test_skip_handler.
11566         (top level): Call skip_over_handler for stepi and nexti too.
11567         (breakpoint_over_handler): Use test_skip_handler.
11568         (top level): Call breakpoint_over_handler for stepi and nexti too.
11569
11570 2014-10-27  Yao Qi  <yao@codesourcery.com>
11571
11572         * gdb.trace/tfile.c (adjust_function_address)
11573         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11574         function descriptor.
11575
11576 2014-10-24  Don Breazeal  <donb@codesourcery.com>
11577
11578         * gdb.base/foll-fork.exp (test_follow_fork,
11579         catch_fork_child_follow): Check for updated fork messages emitted
11580         from infrun.c.
11581         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11582         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11583         vfork_and_exec_child_follow_through_step): Check for updated vfork
11584         messages emitted from infrun.c.
11585
11586 2014-10-24  Pedro Alves  <palves@redhat.com>
11587
11588         * gdb.base/corefile.exp: Remove references to ultrix.
11589         * gdb.base/interrupt.exp: Likewise.
11590         * gdb.base/whatis.exp: Likewise.
11591         * gdb.gdb/selftest.exp: Likewise.
11592         * gdb.threads/manythreads.exp: Likewise.
11593         * gdb.threads/print-threads.exp: Likewise.
11594         * gdb.threads/pthreads.exp:: Likewise.
11595         * gdb.threads/schedlock.exp: Likewise.
11596
11597 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
11598
11599         * gdb.cp/non-trivial-retval.cc: Add a test case.
11600         * gdb.cp/non-trivial-retval.exp: Add a test.
11601
11602 2014-10-20  Yao Qi  <yao@codesourcery.com>
11603
11604         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11605         * gdb.python/py-objfile-script-gdb.py: New file.
11606         * gdb.python/py-objfile-script.exp: Update reference to
11607         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
11608         of remote_download.  Remove the dest file.
11609
11610 2014-10-20  Yao Qi  <yao@codesourcery.com>
11611
11612         * gdb.base/checkpoint.exp: Don't remove file copied on host.
11613         * gdb.base/step-line.exp: Likewise.
11614         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11615         * gdb.dwarf2/dw2-basic.exp: Likewise.
11616         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11617         * gdb.dwarf2/dw2-filename.exp: Likewise.
11618         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11619         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11620         * gdb.dwarf2/dw2-producer.exp: Likewise.
11621         * gdb.dwarf2/mac-fileno.exp: Likewise.
11622         * gdb.python/py-frame-args.exp: Likewise.
11623         * gdb.python/py-framefilter.exp: Likewise.
11624         * gdb.python/py-mi.exp: Likewise.
11625         * gdb.python/py-objfile-script.exp: Likewise
11626         * gdb.python/py-pp-integral.exp: Likewise.
11627         * gdb.python/py-pp-re-notag.exp: Likewise.
11628         * gdb.python/py-prettyprint.exp: Likewise.
11629         * gdb.python/py-section-script.exp: Likewise.
11630         * gdb.python/py-typeprint.exp: Likewise.
11631         * gdb.python/py-xmethods.exp: Likewise.
11632         * gdb.stabs/weird.exp: Likewise.
11633         * gdb.xml/tdesc-regs.exp: Likewise.
11634
11635 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
11636
11637         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11638         (out_cu): Use addr_len for the size of addresses.
11639         (out_line): Likewise.  Size DW_LNE_set_address instruction
11640         according to addr_len.
11641         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11642         (FUNC): Add START_INSNS to definition.
11643
11644 2014-10-18  Yao Qi  <yao@codesourcery.com>
11645
11646         * gdb.base/argv0-symlink.exp: Check argv[0] value if
11647         gdb_has_argv0 return true.
11648         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11649         check [target_info exists noargs], check [gdb_has_argv0]
11650         instead.
11651         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11652         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11653         procedures.
11654
11655 2014-10-17  Doug Evans  <dje@google.com>
11656
11657         * gdb.python/py-events.exp: Update expected output for clear_objfiles
11658         event.
11659         * gdb.python/py-events.py: Add clear_objfiles event.
11660
11661 2014-10-17  Doug Evans  <dje@google.com>
11662
11663         * gdb.python/py-objfile.exp: Test progspace attribute.
11664
11665 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
11666
11667         * gdb.guile/scm-breakpoint.exp: Do not assume any
11668         directory separators when matching source file paths.
11669         * gdb.python/py-breakpoint.exp: Likewise.
11670         * gdb.reverse/break-precsave.exp: Likewise.
11671         * gdb.reverse/break-reverse.exp: Likewise.
11672         * gdb.reverse/consecutive-precsave.exp: Likewise.
11673         * gdb.reverse/finish-precsave.exp: Likewise.
11674         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11675         * gdb.reverse/finish-reverse.exp: Likewise.
11676         * gdb.reverse/i386-precsave.exp: Likewise.
11677         * gdb.reverse/i387-env-reverse.exp: Likewise.
11678         * gdb.reverse/i387-stack-reverse.exp: Likewise.
11679         * gdb.reverse/machinestate-precsave.exp: Likewise.
11680         * gdb.reverse/machinestate.exp: Likewise.
11681         * gdb.reverse/sigall-precsave.exp: Likewise.
11682         * gdb.reverse/solib-precsave.exp: Likewise.
11683         * gdb.reverse/step-precsave.exp: Likewise.
11684         * gdb.reverse/until-precsave.exp: Likewise.
11685         * gdb.reverse/watch-precsave.exp: Likewise.
11686         * gdb.reverse/watch-reverse.exp: Likewise.
11687
11688 2014-10-17  Yao Qi  <yao@codesourcery.com>
11689
11690         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11691         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11692
11693 2014-10-17  Pedro Alves  <palves@redhat.com>
11694
11695         PR gdb/17471
11696         * gdb.base/bg-execution-repeat.c: New file.
11697         * gdb.base/bg-execution-repeat.exp: New file.
11698
11699 2014-10-17  Pedro Alves  <palves@redhat.com>
11700
11701         PR gdb/17300
11702         * gdb.base/continue-all-already-running.c: New file.
11703         * gdb.base/continue-all-already-running.exp: New file.
11704
11705 2014-10-17  Pedro Alves  <palves@redhat.com>
11706
11707         PR gdb/17472
11708         * gdb.base/annota-input-while-running.c: New file.
11709         * gdb.base/annota-input-while-running.exp: New file.
11710
11711 2014-10-17  Pedro Alves  <palves@redhat.com>
11712
11713         * gdb.base/callfuncs.exp: emove references to osf.
11714         * gdb.base/sigall.exp: Likewise.
11715         * gdb.gdb/selftest.exp: Likewise.
11716         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11717         * gdb.mi/non-stop.c: Likewise.
11718         * gdb.mi/pthreads.c: Likewise.
11719         * gdb.reverse/sigall-precsave.exp: Likewise.
11720         * gdb.reverse/sigall-reverse.exp: Likewise.
11721         * gdb.threads/pthreads.c: Likewise.
11722         * gdb.threads/pthreads.exp: Likewise.
11723
11724 2014-10-17  Yao Qi  <yao@codesourcery.com>
11725
11726         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11727         check 'target_info exists noargs'.
11728         (test_command_prompt_position): Likewise.
11729         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11730         Remove "set args".
11731         (progvar_simple_while_test): Likewise.
11732         (progvar_complex_if_while_test): Likewise.
11733         (if_while_breakpoint_command_test): Likewise.
11734         (infrun_breakpoint_command_test): Likewise.
11735         (breakpoint_command_test): Likewise.
11736         (watchpoint_command_test): Likewise.
11737         (bp_deleted_in_command_test): Likewise.
11738         (temporary_breakpoint_commands): Likewise.
11739
11740 2014-10-16  Yao Qi  <yao@codesourcery.com>
11741
11742         * gdb.base/remotetimeout.exp: Remove noargs checking.
11743
11744 2014-10-15  Pedro Alves  <palves@redhat.com>
11745
11746         PR breakpoints/9649
11747         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11748         * gdb.base/breakpoint-in-ro-region.exp
11749         (probe_target_hardware_step): New procedure.
11750         (top level): Probe hardware stepping and hardware breakpoint
11751         support.  Test stepping through a read-only region, with both
11752         "breakpoint auto-hw" on and off and both "always-inserted" on and
11753         off.
11754
11755 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
11756
11757         * gdb.dlang/demangle.exp: Update for demangling changes.
11758
11759 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
11760
11761         * gdb.cp/non-trivial-retval.cc: Add new test cases.
11762         * gdb.cp/non-trivial-retval.exp: Add new tests.
11763
11764 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
11765
11766         PR c++/13403
11767         PR c++/15154
11768         * gdb.cp/non-trivial-retval.cc: New file.
11769         * gdb.cp/non-trivial-retval.exp: New file.
11770
11771 2014-10-15  Yao Qi  <yao@codesourcery.com>
11772
11773         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11774         remote host.
11775
11776 2014-10-15  Yao Qi  <yao@codesourcery.com>
11777
11778         * gdb.python/py-symbol.exp: Match file base name if host is
11779         remote, otherwise match file name with dir name.
11780         * gdb.python/py-symtab.exp: Likewise.
11781         * gdb.python/python.exp: Likewise.
11782
11783 2014-10-15  Yao Qi  <yao@codesourcery.com>
11784
11785         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
11786         pattern.
11787         * gdb.python/py-symtab.exp: Likewise.
11788         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
11789         locationn.
11790
11791 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
11792
11793         * gdb.ada/addr_arith: New testcase.
11794
11795 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
11796
11797         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
11798         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
11799         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
11800         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
11801
11802 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
11803
11804         * gdb.arch/stap-eval-lang-ada.S: Likewise.
11805         * gdb.arch/stap-eval-lang-ada.c: Likewise.
11806         * gdb.arch/stap-eval-lang-ada.exp: New file.
11807
11808 2014-10-14  Yao Qi  <yao@codesourcery.com>
11809
11810         * gdb.mi/mi-var-child.c (nothing1): New function.
11811         (nothing2): New function.
11812         (do_children_tests): Set function pointers by nothing1 and
11813         nothing2.
11814         * gdb.mi/mi-var-child.exp: Step over new added statements.
11815         Update test to match the new output.
11816         * gdb.mi/var-cmd.c (nothing1): New function.
11817         (nothing2): New function.
11818         (do_children_tests): Set function pointers by  nothing1 and
11819         nothing2.
11820         * gdb.mi/mi-var-display.exp: Update test to match output.
11821         Step to the line specified by $line_dct_nothing.
11822         Increase the number of lines to step.
11823
11824 2014-10-14  Yao Qi  <yao@codesourcery.com>
11825
11826         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
11827         tests.
11828         * gdb.mi/mi2-var-child.exp: Likewise.
11829
11830 2014-10-13  Doug Evans  <dje@google.com>
11831
11832         * gdb.python/py-objfile.exp: Change name of file name test.
11833
11834 2014-10-13  Doug Evans  <dje@google.com>
11835
11836         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
11837         from the start of the CU.
11838
11839 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11840             Yao Qi  <yao@codesourcery.com>
11841
11842         Fix "save breakpoints" for "catch" command.
11843         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
11844         Remove -nonewline.  Match also the added "main" line.
11845
11846 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11847
11848         Fix "save breakpoints" for "disable $bpnum" command.
11849         * gdb.base/save-bp.c (main): Add label.
11850         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
11851
11852 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11853
11854         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
11855
11856 2014-10-11  Yao Qi  <yao@codesourcery.com>
11857
11858         * gdb.server/server-kill.exp: Execute command
11859         "set remote trace-status-packet on" before "tstatus".
11860
11861 2014-10-11  Yao Qi  <yao@codesourcery.com>
11862
11863         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
11864         (main): Call getppid.
11865         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
11866         and continue to it.  Read variable "server_pid".
11867
11868 2014-10-11  Yao Qi  <yao@codesourcery.com>
11869
11870         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
11871
11872 2014-10-11  Yao Qi  <yao@codesourcery.com>
11873
11874         * gdb.threads/thread-find.exp: Don't execute command
11875         "info threads".
11876         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
11877         * gdb.threads/linux-dp.exp: Don't check the condition
11878         $threads_created equals to zero.
11879
11880 2014-10-10  Pedro Alves  <palves@redhat.com>
11881
11882         * gdb.base/bigcore.exp: Remove references to IRIX.
11883         * gdb.base/funcargs.exp: Likewise.
11884         * gdb.base/interrupt.exp: Likewise.
11885         * gdb.base/mips_pro.exp: Likewise.
11886         * gdb.base/nodebug.exp: Likewise.
11887         * gdb.base/setvar.exp: Likewise.
11888         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
11889
11890 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11891             Pedro Alves  <palves@redhat.com>
11892
11893         PR symtab/14466
11894         * gdb.base/vdso-warning.c: New file.
11895         * gdb.base/vdso-warning.exp: New file.
11896
11897 2014-10-02  Doug Evans  <dje@google.com>
11898
11899         * gdb.base/structs.c (main): Don't run forever.
11900
11901 2014-10-02  Pedro Alves  <palves@redhat.com>
11902
11903         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
11904         (top level) <stop threads 1, stop threads 2>: Use it.
11905
11906 2014-10-02  Pedro Alves  <palves@redhat.com>
11907
11908         * gdb.threads/break-while-running.exp (test): Add new
11909         'update_thread_list' argument.  Skip "info threads" if false.
11910         (top level): Add new 'update_thread_list' axis.
11911
11912 2014-10-02  Pedro Alves  <palves@redhat.com>
11913
11914         PR breakpoints/17431
11915         * gdb.base/execl-update-breakpoints.c: New file.
11916         * gdb.base/execl-update-breakpoints.exp: New file.
11917
11918 2014-10-01  Pedro Alves  <palves@redhat.com>
11919
11920         * gdb.base/breakpoint-in-ro-region.c: New file.
11921         * gdb.base/breakpoint-in-ro-region.exp: New file.
11922
11923 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
11924
11925         * gdb.mi/mi-exit-code.exp: New file.
11926         * gdb.mi/mi-exit-code.c: New file.
11927
11928 2014-09-30  Yao Qi  <yao@codesourcery.com>
11929
11930         * lib/prelink-support.exp (build_executable_own_libs): Error if
11931         the target isn't native.
11932
11933 2014-09-30  Yao Qi  <yao@codesourcery.com>
11934
11935         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
11936         false.
11937
11938 2014-09-22  Pedro Alves  <palves@redhat.com>
11939
11940         * gdb.threads/break-while-running.exp: New file.
11941         * gdb.threads/break-while-running.c: New file.
11942
11943 2014-09-19  Yao Qi  <yao@codesourcery.com>
11944
11945         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
11946         Invoke test.  Restart GDB with --readnow and invoke test again.
11947
11948 2014-09-19  Yao Qi  <yao@codesourcery.com>
11949
11950         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
11951         proc set_breakpoint_on_gcd_function.  Invoke
11952         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
11953         invoke set_breakpoint_on_gcd_function again.
11954
11955 2014-09-18  Doug Evans  <dje@google.com>
11956
11957         * gdb.dwarf2/symtab-producer.exp: New file.
11958
11959 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11960
11961         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
11962         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
11963         * gdb.base/global-var-nested-by-dso.c: Likewise.
11964         * gdb.base/global-var-nested-by-dso.exp: Likewise.
11965
11966 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11967             Pedro Alves  <palves@redhat.com>
11968
11969         * gdb.base/watch-bitfields.exp: Pass string other than test file
11970         name to prepare_for_testing.
11971         (watch): New procedure.
11972         (expect_watchpoint): Use with_test_prefix.
11973         (top level): Factor out tests to ...
11974         (test_watch_location, test_regular_watch): ... these new
11975         procedures, and use with_test_prefix and gdb_continue_to_end.
11976
11977 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
11978
11979         PR breakpoints/12526
11980         * gdb.base/watch-bitfields.exp: New file.
11981         * gdb.base/watch-bitfields.c: New file.
11982
11983 2014-09-16  Pedro Alves  <palves@redhat.com>
11984
11985         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
11986         software and hardware addresses, not software address against
11987         itself.
11988
11989 2014-09-16  Pedro Alves  <palves@redhat.com>
11990
11991         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
11992         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
11993
11994 2014-09-16  Pedro Alves  <palves@redhat.com>
11995
11996         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
11997         files.
11998         * gdb.base/a2-run.exp: Remove all code guarded by istarget
11999         "*-*-vxworks*" throughout.
12000         * gdb.base/break.exp: Likewise.
12001         * gdb.base/default.exp: Likewise.
12002         * gdb.base/scope.exp: Likewise.
12003         * gdb.base/sepdebug.exp: Likewise.
12004         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12005         throughout.
12006         * gdb.base/run.c: Likewise.
12007         * gdb.base/sepdebug.c: Likewise.
12008         * gdb.hp/gdb.aCC/run.c: Likewise.
12009         * gdb.reverse/until-reverse.c: Likewise.
12010         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12011
12012 2014-09-16  Yao Qi  <yao@codesourcery.com>
12013
12014         * boards/local-remote-host-native.exp: New file.
12015
12016 2014-09-14  Doug Evans  <xdje42@gmail.com>
12017
12018         * gdb.threads/queue-signal.c (thread_count): New variable.
12019         (thread_count_mutex, thread_count_condvar): New variables.
12020         (incr_thread_count, wait_all_threads_running): New functions.
12021         (main): Wait for all threads to be in their thread functions.
12022
12023 2014-09-13  Doug Evans  <xdje42@gmail.com>
12024
12025         * gdb.threads/queue-signal.c: New file.
12026         * gdb.threads/queue-signal.exp: New file.
12027
12028 2014-09-13  Doug Evans  <xdje42@gmail.com>
12029
12030         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12031         be consistent with what default_gdb_init uses.
12032         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12033         the plain text of the prompt.  Add some logging printfs.
12034         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12035
12036 2014-09-12  Pedro Alves  <palves@redhat.com>
12037
12038         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12039         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12040         * gdb.arch/i386-size-overlap.exp: Likewise.
12041         * gdb.arch/i386-size.exp: Likewise.
12042         * gdb.arch/i386-unwind.exp: Likewise.
12043         * gdb.base/a2-run.exp: Likewise.
12044         * gdb.base/break.exp: Likewise.
12045         * gdb.base/charset.exp: Likewise.
12046         * gdb.base/chng-syms.exp: Likewise.
12047         * gdb.base/commands.exp: Likewise.
12048         * gdb.base/dbx.exp: Likewise.
12049         * gdb.base/find.exp: Likewise.
12050         * gdb.base/funcargs.exp: Likewise.
12051         * gdb.base/jit-simple.exp: Likewise.
12052         * gdb.base/reread.exp: Likewise.
12053         * gdb.base/sepdebug.exp: Likewise.
12054         * gdb.base/step-bt.exp: Likewise.
12055         * gdb.cp/mb-inline.exp: Likewise.
12056         * gdb.cp/mb-templates.exp: Likewise.
12057         * gdb.objc/basicclass.exp: Likewise.
12058         * gdb.threads/killed.exp: Likewise.
12059
12060 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12061
12062         PR tdep/17379
12063         * gdb.arch/powerpc-stackless.S: New file.
12064         * gdb.arch/powerpc-stackless.exp: New file.
12065
12066 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12067
12068         * gdb.base/attach.c: Include unistd.h.
12069         (main): Call alarm.  Add label postloop.
12070         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12071         gdb_breakpoint, gdb_continue_to_breakpoint.
12072         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12073
12074 2014-09-11  Pedro Alves  <palves@redhat.com>
12075
12076         PR gdb/17347
12077         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12078         * gdb.base/attach.exp (test_command_line_attach_run): New
12079         procedure.
12080         (top level): Call it.
12081
12082 2014-09-11  Pedro Alves  <palves@redhat.com>
12083
12084         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12085         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12086         (do_command_attach_tests): Use spawn_wait_for_attach.
12087         * gdb.base/solib-overlap.exp: Likewise.
12088         * gdb.multi/multi-attach.exp: Likewise.
12089         * gdb.python/py-prompt.exp: Likewise.
12090         * gdb.python/py-sync-interp.exp: Likewise.
12091         * gdb.server/ext-attach.exp: Likewise.
12092
12093 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12094
12095         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12096         command in testcase.  Simplify testcase.
12097
12098 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12099
12100         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12101
12102 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12103
12104         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12105
12106 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12107
12108         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12109
12110 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12111
12112         * gdb.dwarf2/dynarr-ptr.c: New file.
12113         * gdb.dwarf2/dynarr-ptr.exp: New file.
12114
12115 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12116
12117         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12118         of 30 rather than hardcoding 120 for a slow test case.  Take the
12119         `gdb,timeout' target setting into account for this calculation.
12120         Don't extend the timeout for the test cases that don't need it.
12121
12122 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12123
12124         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12125         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12126         target setting into account for this calculation.
12127         * gdb.reverse/until-precsave.exp: Increase the timeout by
12128         a factor of 15 and 3 respectively rather than adding 120
12129         for a pair of slow test cases.  Take the `gdb,timeout'
12130         target setting into account for this calculation.
12131
12132 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12133
12134         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12135         timeout, don't pass one down to gdb_expect.
12136         (gdb_expect): Rework timeout selection.
12137
12138 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12139
12140         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12141         exception on timeout.
12142         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12143         (gdbserver_start_extended): Catch any `gdbserver_start' error
12144         exceptions.
12145         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12146         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12147         `gdbserver_gdb_load' error exceptions.
12148
12149 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12150
12151         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12152         120 on waiting for the TCP socket to open.
12153
12154 2014-09-09  Doug Evans  <xdje42@gmail.com>
12155
12156         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12157         _caller_matches, _any_caller_is, _any_caller_matches.
12158
12159 2014-09-09  Doug Evans  <xdje42@gmail.com>
12160
12161         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12162
12163 2014-09-09  Yao Qi  <yao@codesourcery.com>
12164
12165         * gdb.mi/mi-var-display.exp: Set print symbol off.
12166
12167 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12168
12169         PR gdb/17035
12170         * gdb.base/commands.exp: Add tests to verify user-defined
12171         commands with empty bodies.
12172         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12173         python commands in `show user command`.
12174         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12175         scheme commands in `show user command`.
12176
12177 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12178
12179         PR python/17355
12180         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12181         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12182         * gdb.python/py-framefilter-invalidarg.exp: New file.
12183         * gdb.python/py-framefilter-invalidarg.py: New file.
12184
12185 2014-09-06  Doug Evans  <xdje42@gmail.com>
12186
12187         PR 15276
12188         * gdb.python/py-caller-is.c: New file.
12189         * gdb.python/py-caller-is.exp: New file.
12190
12191 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12192
12193         PR gdb/17235
12194         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12195         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12196
12197 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12198
12199         PR fortran/17237
12200         * gdb.fortran/print-formatted.exp: New file.
12201         * gdb.fortran/print-formatted.f90: Likewise.
12202
12203 2014-09-03  Sasha Smundak  <asmundak@google.com>
12204
12205         * gdb.python/py-frame.exp: Test Frame.read_register.
12206
12207 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12208
12209         PR python/16699
12210         * gdb.python/py-completion.exp: New file.
12211         * gdb.python/py-completion.py: Likewise.
12212
12213 2014-08-28  Doug Evans  <dje@google.com>
12214
12215         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12216         eax,etc. are live with values set by gdb and thus the compiler can't
12217         use them.
12218         * gdb.arch/i386-pseudo.c (main): Ditto.
12219
12220 2014-08-27  Doug Evans  <dje@google.com>
12221
12222         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12223
12224 2014-08-25  Doug Evans  <dje@google.com>
12225
12226         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12227         (main): Ditto.
12228
12229 2014-08-25  Doug Evans  <dje@google.com>
12230
12231         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12232
12233 2014-08-24  Yao Qi  <yao@codesourcery.com>
12234
12235         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12236         symbol off.
12237         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12238
12239 2014-08-22  Doug Evans  <dje@google.com>
12240
12241         PR 17276
12242         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12243         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12244         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12245
12246 2014-08-22  Yao Qi  <yao@codesourcery.com>
12247
12248         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12249         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12250         * gdb.python/python.exp: Likewise.  Use .py file on the host
12251         instead of the build.
12252
12253 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12254
12255         * gdb.threads/gcore-stale-thread.c: New file.
12256         * gdb.threads/gcore-stale-thread.exp: New file.
12257
12258 2014-08-21  Pedro Alves  <palves@redhat.com>
12259
12260         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12261         * gdb.base/gcore-relro-pie.exp: Likewise.
12262         * gdb.base/gcore-relro.exp: Likewise.
12263         * gdb.base/gcore.exp: Likewise.
12264         * gdb.base/print-symbol-loading.exp: Likewise.
12265         * gdb.threads/gcore-thread.exp: Likewise.
12266         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12267
12268 2014-08-20  Pedro Alves  <palves@redhat.com>
12269             Jan Kratochvil  <jan.kratochvil@redhat.com>
12270
12271         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12272         configure.
12273         (EXPECT): Handle READ1 being set.
12274         (all): Depend on EXTRA_RULES.
12275         (check-read1, expect-read1, read1.so, read1): New rules.
12276         * README (Testsuite Parameters): Document the READ1 make variable.
12277         (Race detection): New section.
12278         * configure: Regenerate.
12279         * configure.ac: If build==host==target, and running under a
12280         GNU/glibc system, add read1 to the extra Makefile rules.
12281         (EXTRA_RULES): AC_SUBST it.
12282         * lib/read1.c: New file.
12283
12284 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12285
12286         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12287         the handling of variables declared as a typedef to an array
12288         which a DW_AT_data_location attribute.
12289
12290 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12291             Pedro Alves  <palves@redhat.com>
12292
12293         PR symtab/14604
12294         PR symtab/14605
12295         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12296         gdb_test.
12297
12298 2014-08-19  Pedro Alves  <palves@redhat.com>
12299
12300         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12301
12302 2014-08-19  Yao Qi  <yao@codesourcery.com>
12303
12304         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12305         right line.
12306
12307 2014-08-18  David Blaikie  <dblaikie@gmail.com>
12308
12309         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12310
12311 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12312
12313         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12314         attribute in array range.
12315
12316 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12317
12318         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12319
12320 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12321
12322         PR c++/17132
12323         * gdb.cp/pr17132.cc: New file.
12324         * gdb.cp/pr17132.exp: New file.
12325
12326 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12327
12328         * gdb.python/py-xmethods.py (A_getarrayind)
12329         (E_method_char_worker.__call__, E_method_int_worker.__call__):
12330         Use 'print' with function call syntax.
12331         (E_method_matcher.match): Fix tab vs space indentation mixup.
12332
12333 2014-08-15  Yao Qi  <yao@codesourcery.com>
12334
12335         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12336         false.
12337
12338 2014-08-15  Yao Qi  <yao@codesourcery.com>
12339
12340         * gdb.cp/casts.exp: Set print symbol off.
12341         * gdb.cp/class2.exp: Likewise.
12342         * gdb.cp/overload.exp: Likewise.
12343         * gdb.cp/templates.exp: Likewise.
12344
12345 2014-08-11  Doug Evans  <dje@google.com>
12346
12347         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12348         (test_load_shlib): Update.
12349
12350 2014-08-09  Yao Qi  <yao@codesourcery.com>
12351
12352         * gdb.base/display.exp: Invoke is_address_zero_readable.
12353         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12354         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12355         * gdb.base/hbreak-unmapped.exp: Return if
12356         is_address_zero_readable returns true.
12357         * gdb.base/signest.exp: Likewise.
12358         * gdb.base/signull.exp: Likewise.
12359         * gdb.base/sigbpt.exp: Likewise.
12360         * gdb.guile/scm-disasm.exp: Do the test if
12361         is_address_zero_readable returns false.
12362         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12363         * gdb.python/py-arch.exp: Likewise.
12364         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12365         * lib/gdb.exp (is_address_zero_readable): New proc.
12366
12367 2014-08-09  Yao Qi  <yao@codesourcery.com>
12368
12369         PR testsuite/13443
12370         * gdb.mi/mi-var-display.exp: Make test messages unique.
12371
12372 2014-08-04  Tom Tromey  <tromey@redhat.com>
12373
12374         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12375         target 0".
12376
12377 2014-08-04  Tom Tromey  <tromey@redhat.com>
12378
12379         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12380         "target_resume".
12381
12382 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
12383
12384         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12385         inner_vla_struct_object_size.
12386         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12387         as xfail.
12388
12389 2014-07-30  Pedro Alves  <palves@redhat.com>
12390
12391         * gdb.threads/signal-command-handle-nopass.exp (test): Add
12392         comment.
12393
12394 2014-07-29  Yao Qi  <yao@codesourcery.com>
12395
12396         PR gdb/17206
12397         * gdb.base/until-nodebug.exp: New.
12398
12399 2014-07-28  Doug Evans  <xdje42@gmail.com>
12400
12401         PR guile/17203
12402         * gdb.guile/scm-parameter.exp: Add tests for trying to create
12403         previously existing parameter, and previously ambiguously spelled
12404         parameter.
12405
12406 2014-07-28  Will Newton  <will.newton@linaro.org>
12407
12408         * gdb.base/varargs.exp: Remove KFAILs for ARM.
12409
12410 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
12411             Doug Evans  <xdje42@gmail.com>
12412
12413         PR guile/17146
12414         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12415
12416 2014-07-25  Pedro Alves  <palves@redhat.com>
12417
12418         * gdb.threads/signal-command-handle-nopass.c: New file.
12419         * gdb.threads/signal-command-handle-nopass.exp: New file.
12420         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12421         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12422         * gdb.threads/signal-delivered-right-thread.c: New file.
12423         * gdb.threads/signal-delivered-right-thread.exp: New file.
12424
12425 2014-07-25  Pedro Alves  <palves@redhat.com>
12426
12427         * gdb.base/double-prompt-target-event-error.exp
12428         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12429         match.
12430         (cancel_pagination_in_target_event): Rework double prompt
12431         detection.
12432         * gdb.base/paginate-after-ctrl-c-running.exp
12433         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12434         <return>' match.
12435         * gdb.base/paginate-bg-execution.exp
12436         (test_bg_execution_pagination_return)
12437         (test_bg_execution_pagination_cancel): Remove '-notransfer
12438         <return>' matches.
12439         * gdb.base/paginate-execution-startup.exp
12440         (test_fg_execution_pagination_return)
12441         (test_fg_execution_pagination_cancel): Remove '-notransfer
12442         <return>' matches.
12443         * gdb.base/paginate-inferior-exit.exp
12444         (test_paginate_inferior_exited): Remove '-notransfer <return>'
12445         match.
12446         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12447         * lib/gdb.exp (pagination_prompt): Run text through
12448         string_to_regexp.
12449         (gdb_test_multiple): Match $pagination_prompt instead of
12450         "<return>".
12451         (string_to_regexp): Move to lib/gdb-utils.exp.
12452
12453 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12454
12455         * gdb.arch/amd64-entry-value-paramref.S: New file.
12456         * gdb.arch/amd64-entry-value-paramref.cc: New file.
12457         * gdb.arch/amd64-entry-value-paramref.exp: New file.
12458         * gdb.arch/amd64-optimout-repeat.S: New file.
12459         * gdb.arch/amd64-optimout-repeat.c: New file.
12460         * gdb.arch/amd64-optimout-repeat.exp: New file.
12461
12462 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12463
12464         PR gdb/17170
12465         * gdb.base/statistics.exp: New file.
12466
12467 2014-07-17  Doug Evans  <dje@google.com>
12468
12469         PR gdb/17170
12470         * gdb.base/maint.exp: Update testing of per-command stats.
12471
12472 2014-07-16  Pedro Alves  <palves@redhat.com>
12473
12474         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12475         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12476         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12477         (tfile_write_buf): New functions.
12478         (add_memory_block): Rewrite using the above.
12479         (adjust_function_address): New function.
12480         (FUNCTION_ADDRESS): New macro.
12481         (write_basic_trace_file): Remove short_x local, and use
12482         tfile_write_16. Change type of func_addr local to unsigned long
12483         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
12484         here.  Cast argument of add_memory_block to char pointer.
12485         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
12486         (main): Remove parameters.
12487         * gdb.trace/tfile.exp: Remove nowarnings.
12488
12489 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
12490
12491         * gdb.base/debug-expr.exp: Test string evaluation with
12492         "debug expression" on.
12493
12494 2014-07-15  Pedro Alves  <palves@redhat.com>
12495
12496         * gdb.base/reread.exp: Use clean_restart.
12497
12498 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
12499
12500         * gdb.arch/avr-flash-qualifer.c: New.
12501         * gdb.arch/avr-flash-qualifer.exp: New.
12502
12503 2014-07-14  Pedro Alves  <palves@redhat.com>
12504
12505         * gdb.base/paginate-after-ctrl-c-running.c: New file.
12506         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12507
12508 2014-07-14  Pedro Alves  <palves@redhat.com>
12509
12510         * gdb.base/double-prompt-target-event-error.c: New file.
12511         * gdb.base/double-prompt-target-event-error.exp: New file.
12512
12513 2014-07-14  Pedro Alves  <palves@redhat.com>
12514
12515         PR gdb/17072
12516         * gdb.base/paginate-inferior-exit.c: New file.
12517         * gdb.base/paginate-inferior-exit.exp: New file.
12518
12519 2014-07-14  Pedro Alves  <palves@redhat.com>
12520
12521         PR gdb/17072
12522         * gdb.base/paginate-bg-execution.c: New file.
12523         * gdb.base/paginate-bg-execution.exp: New file.
12524
12525 2014-07-14  Pedro Alves  <palves@redhat.com>
12526
12527         PR gdb/17072
12528         * gdb.base/paginate-execution-startup.c: New file.
12529         * gdb.base/paginate-execution-startup.exp: New file.
12530         * lib/gdb.exp (pagination_prompt): New global.
12531         (default_gdb_spawn): New procedure, factored out from
12532         default_gdb_spawn.
12533         (default_gdb_start): Adjust to call default_gdb_spawn.
12534         (gdb_spawn): New procedure.
12535
12536 2014-07-14  Pedro Alves  <palves@redhat.com>
12537
12538         * lib/gdb.exp (gdb_assert): New procedure.
12539         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12540
12541 2014-07-14  Pedro Alves  <palves@redhat.com>
12542
12543         * gdb.base/execution-termios.c: New file.
12544         * gdb.base/execution-termios.exp: New file.
12545
12546 2014-07-14  Tom Tromey  <tromey@redhat.com>
12547
12548         * gdb.cp/vla-cxx.cc: New file.
12549         * gdb.cp/vla-cxx.exp: New file.
12550
12551 2014-07-14  Tom Tromey  <tromey@redhat.com>
12552
12553         * gdb.reverse/rerun-prec.c: New file.
12554         * gdb.reverse/rerun-prec.exp: New file.
12555
12556 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
12557             Maciej W. Rozycki  <macro@codesourcery.com>
12558
12559         * lib/gdb-utils.exp: New file.
12560         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12561         inline `gdb_init_command' processing.
12562         (gdb_start_cmd): Likewise.
12563         * lib/mi-support.exp (mi_run_cmd): Likewise.
12564         * README: Document `gdb_init_command' and `gdb_init_commands'.
12565
12566 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12567
12568         Fix false FAIL running under a very long directory name.
12569         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12570         and "set print elements 10000".  Twice.
12571
12572 2014-07-11  Yao Qi  <yao@codesourcery.com>
12573
12574         * gdb.base/exprs.exp: "set print symbol off".
12575
12576 2014-07-11  Pedro Alves  <palves@redhat.com>
12577
12578         * gdb.threads/kill.c: New file.
12579         * gdb.threads/kill.exp: New file.
12580
12581 2014-07-10  Yao Qi  <yao@codesourcery.com>
12582
12583         * gdb.trace/tfile.c (write_basic_trace_file)
12584         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12585         address written to trace file.
12586
12587 2014-07-09  Pedro Alves  <palves@redhat.com>
12588
12589         * gdb.base/attach-wait-input.exp: New file.
12590         * gdb.base/attach-wait-input.c: New file.
12591
12592 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12593
12594         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12595         setting up test structures.
12596         (main): Call new test function.
12597         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12598         test function, continue into test function and walk test
12599         structures.
12600
12601 2014-07-02  Yao Qi  <yao@codesourcery.com>
12602
12603         * gdb.trace/entry-values.c: Define labels 'foo_start' and
12604         'bar_start' at the beginning of functions 'foo' and 'bar'
12605         respectively.
12606         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12607         instead of 'foo' and 'bar'.
12608
12609 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
12610
12611         * gdb.btrace/segv.exp: New.
12612         * gdb.btrace/segv.c: New.
12613
12614 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
12615
12616         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12617         instruction.
12618
12619 2014-06-30  Mark Wielaard  <mjw@redhat.com>
12620
12621         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12622         vulture, vilify, villar): New volatile array constants.
12623         (vindictive, vegetation): New const volatile array constants.
12624         * gdb.base/volatile.exp: Test volatile and const volatile array
12625         types.
12626
12627 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12628
12629         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12630         target lacks support for awatch, rwatch, or hbreak.
12631
12632 2014-06-27  Yao Qi  <yao@codesourcery.com>
12633
12634         * gdb.multi/dummy-frame-restore.exp: New.
12635         * gdb.multi/dummy-frame-restore.c: New.
12636
12637 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
12638
12639         * gdb.btrace/gcore.exp: New.
12640
12641 2014-06-23  Pedro Alves  <palves@redhat.com>
12642
12643         * gdb.base/watchpoint-reuse-slot.c: New file.
12644         * gdb.base/watchpoint-reuse-slot.exp: New file.
12645
12646 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
12647
12648         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12649         progspace's filename in 'info', 'enable' and 'disable' command
12650         tests.
12651
12652 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12653
12654         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12655         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12656         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12657
12658 2014-06-20  Gary Benson  <gbenson@redhat.com>
12659
12660         * gdb.arch/i386-avx.exp: Fix include file location.
12661         * gdb.arch/i386-sse.exp: Likewise.
12662
12663 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
12664
12665         * gdb.dlang/expression.exp: New file.
12666
12667 2014-06-19  Pedro Alves  <palves@redhat.com>
12668
12669         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12670         out from ...
12671         (top level): ... here.  Iterate running tests under different
12672         scheduler-locking settings.
12673
12674 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
12675
12676         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12677         to DW_FORM_addr and use non-zero addresses.
12678
12679 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
12680
12681         PR gdb/17017
12682         * gdb.python/py-xmethods.cc: Add global function call counters and
12683         increment them in their respective functions.  Remove "cout"
12684         statements.
12685         * gdb.python/py-xmethods.exp: Make tests check the global function
12686         call counters instead of depending on inferior IO.
12687
12688 2014-06-18  Don Breazeal  <donb@codesourcery.com>
12689
12690         * gdb.base/foll-fork.exp (default_fork_parent_follow):
12691         Deleted procedure.
12692         (explicit_fork_parent_follow): Deleted procedure.
12693         (explicit_fork_child_follow): Deleted procedure.
12694         (test_follow_fork): New procedure.
12695         (do_fork_tests): Replace calls to deleted procedures with
12696         calls to test_follow_fork and reset GDB for subsequent
12697         procedure calls.
12698
12699 2014-06-17  Yao Qi  <yao@codesourcery.com>
12700
12701         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12702         CP1252.
12703
12704 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
12705
12706         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12707         Initialize ptr and S explicitly.
12708         (skip_type_update_when_not_use_rtti_test): Likewise.
12709
12710 2014-06-16  Keith Seitz  <keiths@redhat.com>
12711
12712         PR mi/15863
12713         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12714         the inferior is started.
12715
12716 2014-06-16  Pedro Alves  <palves@redhat.com>
12717
12718         * gdb.base/break-main-file-remove-fail.c: New file.
12719         * gdb.base/break-main-file-remove-fail.exp: New file.
12720         * gdb.base/break-unload-file.exp: Use build_executable instead of
12721         prepare_for_testing.
12722         (test_break): New parameter "initial_load".  Handle it.
12723         (top level): Add initial_load cmdline/file axis.
12724
12725 2014-06-12  Tom Tromey  <tromey@redhat.com>
12726
12727         * gdb.base/completion.exp: Don't use directory name in test.
12728
12729 2014-06-09  Gary Benson  <gbenson@redhat.com>
12730
12731         * gdb.base/sigall.c [Functions to send signals]: Reorder to
12732         separate the always-available ANSI-standard signals from the
12733         signals that require checking.
12734         (main): Likewise.
12735         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12736         Likewise.
12737         (main): Likewise.
12738
12739 2014-06-07  Keith Seitz  <keiths@redhat.com>
12740
12741         Revert:
12742         PR c++/16253
12743         * gdb.cp/var-tag.cc: New file.
12744         * gdb.cp/var-tag.exp: New file.
12745         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12746         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12747         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12748         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12749
12750 2014-06-06  Doug Evans  <xdje42@gmail.com>
12751
12752         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12753
12754 2014-06-06  Pedro Alves  <palves@redhat.com>
12755
12756         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12757         in target debug output instead of looking at RSP packets,
12758         disabling the test on any target that uses hardware stepping.
12759         Update comments.
12760
12761 2014-06-06  Pedro Alves  <palves@redhat.com>
12762
12763         * gdb.base/break-unload-file.exp: Fix typo.
12764
12765 2014-06-06  Yao Qi  <yao@codesourcery.com>
12766
12767         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12768         from "jit_function" to "^jit_function".
12769
12770 2014-06-06  Yao Qi  <yao@codesourcery.com>
12771
12772         * gdb.base/async.c (foo): Add one statement.
12773         * gdb.base/async.exp: Get the next instruction address and
12774         match the output of "nexti" by instruction address.  Match
12775         the hex address in the output of "finish".
12776
12777 2014-06-06  Gary Benson  <gbenson@redhat.com>
12778
12779         * gdb.base/call-signals.c: Remove preprocessor conditionals
12780         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
12781         SIGSEGV and SIGTERM.
12782         * gdb.base/sigall.c: Likewise.
12783         * gdb.base/unwindonsignal.c: Likewise.
12784         * gdb.reverse/sigall-reverse.c: Likewise.
12785
12786 2014-06-06  Yao Qi  <yao@codesourcery.com>
12787
12788         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
12789         readable, skip the test.
12790
12791 2014-06-06  Yao Qi  <yao@codesourcery.com>
12792
12793         * gdb.threads/staticthreads.c (thread_function): Move the line
12794         setting breakpoint on forward.
12795         * gdb.threads/staticthreads.exp: Update comments.
12796
12797 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
12798
12799         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
12800         "history-append! type error".
12801
12802 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
12803
12804         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
12805         erroneous dprintf expected input.
12806
12807 2014-06-04  Doug Evans  <xdje42@gmail.com>
12808
12809         * gdb.guile/scm-generics.exp: Delete.
12810
12811 2014-06-04  Doug Evans  <xdje42@gmail.com>
12812
12813         * gdb.guile/scm-breakpoint.exp: Update.
12814         Add tests for breakpoint registration.
12815
12816 2014-06-04  Tom Tromey  <tromey@redhat.com>
12817
12818         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
12819         VLA-in-union.
12820         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
12821         inner_vla_struct, vla_union types.  Initialize objects of those
12822         types and compute their sizes.
12823
12824 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
12825             Hui Zhu  <hui@codesourcery.com>
12826
12827         * gdb.base/fileio.exp: Add test for shell not available as well as
12828         available.
12829         * gdb.base/fileio.c (test_system): Check for shell twice.
12830
12831 2014-06-04  Yao Qi  <yao@codesourcery.com>
12832
12833         * gdb.base/auto-connect-native-target.exp: Remove redundant
12834         space from the regexp pattern.
12835
12836 2014-06-04  Yao Qi  <yao@codesourcery.com>
12837
12838         * gdb.base/default.exp: Replace "child" with "native" in
12839         regexp pattern.
12840
12841 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
12842
12843         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
12844         * gdb.python/py-xmethods.exp: New tests to test xmethods.
12845         * gdb.python/py-xmethods.py: Python script supporting the
12846         new testcase and tests.
12847
12848 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
12849             Pedro Alves  <palves@redhat.com>
12850
12851         PR breakpoints/17000
12852         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
12853         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
12854
12855 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
12856
12857         * gdb.base/subst.exp: Add tests to verify partial path matching
12858         output.
12859
12860 2014-06-03  Pedro Alves  <palves@redhat.com>
12861
12862         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
12863         target that doesn't use software single-stepping.
12864
12865 2014-06-03  Pedro Alves  <palves@redhat.com>
12866
12867         PR breakpoints/17000
12868         * gdb.base/sss-bp-on-user-bp-2.c: New file.
12869         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
12870
12871 2014-06-02  Doug Evans  <xdje42@gmail.com>
12872
12873         * gdb.guile/scm-parameter.exp: New file.
12874
12875 2014-06-02  Doug Evans  <xdje42@gmail.com>
12876
12877         * gdb.guile/scm-cmd.c: New file.
12878         * gdb.guile/scm-cmd.exp: New file.
12879
12880 2014-06-02  Doug Evans  <xdje42@gmail.com>
12881
12882         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
12883         pretty-printer lookup.
12884         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
12885         (make-pp_s-printer): Call it.
12886         (make-pretty-printer-from-dict): New function.
12887         (lookup-pretty-printer-maker-from-dict): New function.
12888         (*pretty-printer*): Simplify.
12889         (make-objfile-pp_s-printer): New function.
12890         (install-objfile-pretty-printers!): New function.
12891         (make-progspace-pp_s-printer): New function.
12892         (install-progspace-pretty-printers!): New function.
12893         * gdb.guile/scm-progspace.c: New file.
12894         * gdb.guile/scm-progspace.exp: New file.
12895
12896 2014-06-02  Pedro Alves  <palves@redhat.com>
12897
12898         * gdb.base/dprintf-bp-same-addr.c: New file.
12899         * gdb.base/dprintf-bp-same-addr.exp: New file.
12900
12901 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12902
12903         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
12904         * gdb.arch/powerpc-power.s: Likewise.
12905
12906 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
12907
12908         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
12909
12910 2014-06-01  Yao Qi  <yao@codesourcery.com>
12911
12912         * gdb.base/watchpoint.exp (test_watch_location): Check null
12913         pointer can be dereferenced.  If not, do the test, otherwise
12914         skip it.
12915
12916 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
12917
12918         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
12919         results.
12920         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
12921
12922 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
12923
12924         * gdb.arch/amd64-invalid-stack-middle.S: New file.
12925         * gdb.arch/amd64-invalid-stack-middle.c: New file.
12926         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
12927         * gdb.arch/amd64-invalid-stack-top.c: New file.
12928         * gdb.arch/amd64-invalid-stack-top.exp: New file.
12929
12930 2014-05-30  Pedro Alves  <palves@redhat.com>
12931
12932         PR breakpoints/17000
12933         * gdb.base/sss-bp-on-user-bp.c: New file.
12934         * gdb.base/sss-bp-on-user-bp.exp: New file.
12935
12936 2014-05-30  David Blaikie  <dblaikie@gmail.com>
12937
12938         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
12939         gnu_inline semantics via attribute.
12940         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
12941         source explicitly specifies the required semantics.
12942
12943 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
12944
12945         * gdb.reverse/sigall-reverse.exp: Fix a typo.
12946
12947 2014-05-29  Pedro Alves  <palves@redhat.com>
12948             Tom Tromey  <tromey@redhat.com>
12949
12950         * gdb.base/async-shell.exp: Don't enable target-async.
12951         * gdb.base/async.exp
12952         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
12953         parameter.  Adjust.
12954         (top level): Don't test with "target-async".
12955         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
12956         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
12957         * gdb.base/inferior-died.exp: Don't enable target-async.
12958         * gdb.base/interrupt-noterm.exp: Likewise.
12959         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
12960         * gdb.mi/mi-nonstop-exit.exp: Likewise.
12961         * gdb.mi/mi-nonstop.exp: Likewise.
12962         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12963         * gdb.mi/mi-nsintrall.exp: Likewise.
12964         * gdb.mi/mi-nsmoribund.exp: Likewise.
12965         * gdb.mi/mi-nsthrexec.exp: Likewise.
12966         * gdb.mi/mi-watch-nonstop.exp: Likewise.
12967         * gdb.multi/watchpoint-multi.exp: Adjust comment.
12968         * gdb.python/py-evsignal.exp: Don't enable target-async.
12969         * gdb.python/py-evthreads.exp: Likewise.
12970         * gdb.python/py-prompt.exp: Likewise.
12971         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
12972         * gdb.server/solib-list.exp: Don't enable target-async.
12973         * gdb.threads/thread-specific-bp.exp: Likewise.
12974         * lib/mi-support.exp: Adjust to use mi-async.
12975
12976 2014-05-29  Pedro Alves  <palves@redhat.com>
12977
12978         PR gdb/13860
12979         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
12980         reason, even in sync mode.
12981
12982 2014-05-29  Pedro Alves  <palves@redhat.com>
12983             Hui Zhu  <hui@codesourcery.com>
12984
12985         PR PR15693
12986         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
12987         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
12988         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
12989         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
12990
12991 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
12992
12993         * config/monitor.exp (gdb_target_monitor): Replace use of
12994         "set remotebaud" by "set serial baud".
12995
12996 2014-05-26  Andy Wingo  <wingo@igalia.com>
12997
12998         * gdb.guile/scm-breakpoint.exp:
12999         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13000         properties instead of gdb-object-properties.
13001
13002 2014-05-26  Yao Qi  <yao@codesourcery.com>
13003
13004         * gdb.server/no-thread-db.exp: Specify source file name
13005         explicitly when setting a breakpoint.
13006
13007 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13008
13009         * gdb.btrace/vdso.c: New.
13010         * gdb.btrace/vdso.exp: New.
13011
13012 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13013
13014         * gdb.base/gcore.exp (capture_command_output): Move ...
13015         * lib/gdb.exp (capture_command_output): ... here.
13016
13017 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13018
13019         * gdb.btrace/data.exp: Test memory access during btrace replay.
13020
13021 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13022
13023         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13024
13025 2014-05-21  Pedro Alves  <palves@redhat.com>
13026
13027         PR gdb/13860
13028         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13029         (top level): Test that output related to execution commands is
13030         sent to the console with CLI commands, but not with MI commands.
13031         Test that breakpoint events are always mirrored to the console.
13032         Also expect the new source line to be output after a "next" in
13033         async mode too.  Make it a pass/fail test.
13034         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13035         output.
13036         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13037
13038 2014-05-21  Pedro Alves  <palves@redhat.com>
13039
13040         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13041         Use them to test variations of "list" after reaching a breakpoint.
13042         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13043         Test "list" with listsize 10 after reaching a breakpoint.
13044         * gdb.python/python.exp (decode_line current location line
13045         number): Adjust expected line number.
13046
13047 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13048
13049         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13050         behavior for $args, pass it directly to "run".
13051
13052 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13053
13054         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13055         30000 to 65536.
13056
13057 2014-05-21  Pedro Alves  <palves@redhat.com>
13058
13059         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13060         auto-connect-native-target off".
13061         * gdb.base/auto-connect-native-target.c: New file.
13062         * gdb.base/auto-connect-native-target.exp: New file.
13063
13064 2014-05-21  Pedro Alves  <palves@redhat.com>
13065
13066         * gdb.base/default.exp: Test "target native" instead of "target
13067         child".
13068
13069 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13070
13071         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13072
13073 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13074
13075         Fix TLS access for -static -pthread.
13076         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13077         <HAVE_TLS> (thread_function, main): Initialize it.
13078         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13079         Add clean_restart.
13080         <$have_tls != "">: Check TLSVAR.
13081
13082 2014-05-21  Pedro Alves  <palves@redhat.com>
13083
13084         * gdb.base/dcache-line-read-error.c: New.
13085         * gdb.base/dcache-line-read-error.exp: New.
13086
13087 2014-05-20  Pedro Alves  <palves@redhat.com>
13088
13089         * gdb.base/compare-sections.c: New file.
13090         * gdb.base/compare-sections.exp: New file.
13091
13092 2014-05-20  Pedro Alves  <palves@redhat.com>
13093
13094         * gdb.base/break-idempotent.c: New file.
13095         * gdb.base/break-idempotent.exp: New file.
13096
13097 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13098
13099         * gdb.btrace/nohist.exp: New.
13100
13101 2014-05-20  Yao Qi  <yao@codesourcery.com>
13102
13103         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13104         gdb.reverse directory and gdb_reverse_timeout exists in board
13105         setting.
13106         * README: Document gdb_reverse_timeout.
13107
13108 2014-05-20  Yao Qi  <yao@codesourcery.com>
13109
13110         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13111         'test_file_name'.  Treat args as a string instead of a list.
13112         (gdb_init): Rename argument 'args' by 'test_file_name'.
13113
13114 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13115
13116         * gdb.arch/powerpc-power.exp: New file.
13117         * gdb.arch/powerpc-power.s: New file.
13118
13119 2014-05-16  Doug Evans  <dje@google.com>
13120
13121         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13122         * gdb.base/completion.exp: Check that all expected files exist
13123         before doing file completion.
13124
13125 2014-05-16  Doug Evans  <dje@google.com>
13126
13127         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13128         Update.
13129         (do_syscall_tests_without_xml): Update.
13130
13131 2014-05-16  Pedro Alves  <palves@redhat.com>
13132
13133         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13134         instead of "unknown output after running".
13135
13136 2014-05-16  Yao Qi  <yao@codesourcery.com>
13137
13138         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13139         file1.txt from host at the end.
13140         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13141
13142 2014-05-15  Doug Evans  <dje@google.com>
13143
13144         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13145         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13146         loading file.  Add test for TU lookup.
13147
13148 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13149
13150         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13151         calling "-exec-arguments" or "set args" before running the
13152         inferior.
13153
13154 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13155
13156         * lib/mi-support.exp (mi_expect_stop): Expect message for
13157         inferiors that exit with non-zero exit code.
13158
13159 2014-05-14  Yao Qi  <yao@codesourcery.com>
13160
13161         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13162         match absolute path on remote host.
13163         (test_file_list_exec_source_files): Remove "/" from the
13164         pattern.
13165
13166 2014-05-14  Yao Qi  <yao@codesourcery.com>
13167
13168         * boards/local-remote-host-notty.exp (${board}_file): New
13169         proc.
13170
13171 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13172
13173         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13174         * gdb.arch/aarch64-atomic-inst.c: New file.
13175         * gdb.arch/aarch64-atomic-inst.exp: New file.
13176
13177 2014-05-07  Yao Qi  <yao@codesourcery.com>
13178
13179         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13180         in current context" too.
13181
13182 2014-05-05  Keith Seitz  <keiths@redhat.com>
13183
13184         * gdb.linespec/ls-dollar.exp: Add test for linespec
13185         file:convenience_variable.
13186
13187 2014-05-05  Yao Qi  <yao@codesourcery.com>
13188
13189         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13190         traceframes into tfile and ctf trace files.  Read data from
13191         trace file and test collected data.
13192         (gdb_collect_locals_test): Likewise.
13193         (gdb_unavailable_registers_test): Likewise.
13194         (gdb_unavailable_floats): Likewise.
13195         (gdb_collect_globals_test): Likewise.
13196         (top-level): Append "ctf" to trace_file_targets if GDB
13197         supports.
13198
13199 2014-05-05  Yao Qi  <yao@codesourcery.com>
13200
13201         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13202         code to ...
13203         (gdb_collect_args_test_1): ... it.  New proc.
13204         (gdb_collect_locals_test): Move some code to ...
13205         (gdb_collect_locals_test_1): ... it.  New proc.
13206         (gdb_unavailable_registers_test): Move some code to ...
13207         (gdb_unavailable_registers_test_1): ... it.  New proc.
13208         (gdb_unavailable_floats): Move some code to ...
13209         (gdb_unavailable_floats_1): ... it.  New proc.
13210
13211 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13212
13213         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13214         probes to test for bitness recognition.
13215         * gdb.arch/amd64-stap-optional-prefix.exp
13216         (test_probe_value_without_reg): New procedure.
13217         Add code to test for different kinds of bitness.
13218
13219 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13220
13221         PR breakpoints/16889
13222         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13223         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13224
13225 2014-05-01  Pedro Alves  <palves@redhat.com>
13226
13227         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13228         gdb_file_cmd if no file is specified.
13229         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13230         last_loaded_file to set the remote exec-file.
13231
13232 2014-05-01  Pedro Alves  <palves@redhat.com>
13233
13234         * boards/local-remote-host.exp: New file.
13235
13236 2014-05-01  Pedro Alves  <palves@redhat.com>
13237
13238         * boards/local-remote-host.exp: Rename to ...
13239         * boards/local-remote-host-notty.exp: ... this.
13240
13241 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13242
13243         * gdb.ada/dyn_arrayidx: New testcase.
13244
13245 2014-04-26  Yao Qi  <yao@codesourcery.com>
13246
13247         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13248         and compute the length of function main.  Save it in
13249         $main_length.
13250         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13251         (top-level): Use gdb_compile to compile objects into
13252         executable and restart GDB.  Remove invocation to
13253         prepare_for_testing.
13254
13255 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13256             Pedro Alves  <palves@redhat.com>
13257
13258         PR server/16255
13259         * gdb.multi/multi-attach.c: New file.
13260         * gdb.multi/multi-attach.exp: New file.
13261
13262 2014-04-25  Pedro Alves  <palves@redhat.com>
13263
13264         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13265         user.
13266         (top level): Test that "set remote conditional-breakpoints-packet
13267         off" works as intended.
13268         * gdb.base/dprintf.exp: Test that "set remote
13269         breakpoint-commands-packet off" works as intended.
13270         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13271         New function.
13272         (top level): Call it.
13273         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13274         remote fast-tracepoints-packet off" works as intended.
13275         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13276         * lib/gdb.exp (gdb_is_target_remote): ... here.
13277
13278 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13279
13280         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13281         ensure clang would not discard them.
13282         * gdb.base/gdbvars.c: Ditto.
13283         * gdb.base/memattr.c: Ditto.
13284         * gdb.base/whatis.c: Ditto.
13285         * gdb.python/py-prettyprint.c: Ditto.
13286         * gdb.trace/actions.c: Ditto.
13287         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13288         ensure clang would not discard it.
13289
13290 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13291
13292         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13293         clang to emit the full definition of type required by the test
13294         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13295
13296 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13297
13298         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13299         coax Clang into emitting the definition of the type.
13300         * gdb.cp/pr10728-x.h (y): Ditto.
13301         * gdb.cp/pr10728-y.cc (y): Ditto.
13302
13303 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13304
13305         * gdb.base/label.exp: XFAIL label related tests under Clang.
13306         * gdb.cp/cplabel.exp: Ditto.
13307         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13308         under Clang those using labels.
13309
13310 2014-04-25  Yao Qi  <yao@codesourcery.com>
13311
13312         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13313         double_label.
13314         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13315         partial_label and double_label.
13316
13317 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13318
13319         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13320
13321 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13322
13323         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13324         of the function to work across GCC and Clang.
13325         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13326         pointer types (const void ** const V void **).
13327
13328 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
13329             Walfred Tedeschi  <walfred.tedeschi@intel.com>
13330
13331         * Makefile.in (EXECUTABLES): Added i386-avx512.
13332         * gdb.arch/i386-avx512.c: New file.
13333         * gdb.arch/i386-avx512.exp: Likewise.
13334
13335 2014-04-23  Keith Seitz  <keiths@redhat.com>
13336
13337         * lib/mi-support.exp (mi_list_breakpoints): Delete.
13338         (mi_make_breakpoint_table): New procedure.
13339         (mi_create_breakpoint): Use mi_make_breakpoint
13340         and return the result.
13341         (mi_make_breakpoint): New procedure.
13342         (mi_build_kv_pairs): New procedure.
13343
13344         * gdb.mi/mi-break.exp: Remove unused globals,
13345         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13346         All callers updated.
13347         * gdb.mi/mi-dprintf.exp: Use variable to track command
13348         number.
13349         Update all callers of mi_create_breakpoint and use
13350         mi_make_breakpoint_table.
13351         Remove any unused global variables.
13352         * gdb.mi/mi-nonstop.exp: Likewise.
13353         * gdb.mi/mi-nsintrall.exp: Likewise.
13354         * gdb.mi/mi-nsmoribund.exp: Likewise.
13355         * gdb.mi/mi-nsthrexec.exp: Likewise.
13356         * gdb.mi/mi-reverse.exp: Likewise.
13357         * gdb.mi/mi-simplerun.exp: Likewise.
13358         * gdb.mi/mi-stepn.exp: Likewise.
13359         * gdb.mi/mi-syn-frame.exp: Likewise.
13360         * gdb.mi/mi-until.exp: Likewise.
13361         * gdb.mi/mi-var-cp.exp: Likewise.
13362         * gdb.mi/mi-var-display.exp: Likewise.
13363         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13364         * gdb.mi/mi2-var-child.exp: Likewise.
13365         * gdb.mi/mi-vla-c99.exp: Likewise.
13366         * lib/mi-support.exp: Likewise.
13367
13368         From Ian Lance Taylor  <iant@cygnus.com>:
13369         * lib/gdb.exp (parse_args): New procedure.
13370
13371 2014-04-23  Pedro Alves  <palves@redhat.com>
13372
13373         * gdb.base/break-unload-file.c: New file.
13374         * gdb.base/break-unload-file.exp: New file.
13375         * gdb.base/sym-file-lib.c (baz): New function.
13376         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13377         field.
13378         (load): Store the segment's mapped size.
13379         (unload): New function.
13380         (unload_shlib): New function.
13381         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13382         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13383         set a breakpoint at baz, and call it.
13384         * gdb.base/sym-file.exp: New tests for stale breakpoint
13385         instructions.
13386
13387 2014-04-23  Pedro Alves  <palves@redhat.com>
13388
13389         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13390         * gdb.base/hbreak-in-shr-unsupported.c: New file.
13391         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13392         * gdb.base/hbreak-unmapped.c: New file.
13393         * gdb.base/hbreak-unmapped.exp: New file.
13394         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13395         * lib/gdb.exp (gdb_is_target_remote): ... here.
13396
13397 2014-04-22  Pedro Alves  <palves@redhat.com>
13398
13399         * gdb.base/consecutive-step-over.c: New file.
13400         * gdb.base/consecutive-step-over.exp: New file.
13401
13402 2014-04-22  Pedro Alves  <palves@redhat.com>
13403
13404         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13405         instead of send_gdb/gdb_expect.
13406
13407 2014-04-22  Yao Qi  <yao@codesourcery.com>
13408
13409         * lib/trace-support.exp (generate_tracefile): New procedure.
13410         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13411         return 0.
13412         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13413         if generate_tracefile returns 1.
13414
13415 2014-04-18  Tom Tromey  <palves@redhat.com>
13416             Pedro alves  <tromey@redhat.com>
13417
13418         PR backtrace/15558
13419         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13420         with a backtrace limit.
13421         * gdb.python/py-frame-inline.exp: Test running to an inline
13422         function with a backtrace limit, and printing the newest frame.
13423         * gdb.python/py-frame-inline.c (main): Call f.
13424
13425 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13426
13427         * gdb.java/jnpe.exp: Drop srcdir from untested path.
13428
13429 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13430
13431         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13432         Drop prefix from unsupported source file path.
13433
13434 2014-04-17  Yao Qi  <yao@codesourcery.com>
13435
13436         * lib/gdb.exp (with_target_charset): New proc.
13437         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13438         with_target_charset.
13439         (test_print_strings): Likewise.
13440         (test_repeat_bytes): Likewise.
13441         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13442         for some tests.
13443
13444 2014-04-16  Keith Seitz  <keiths@redhat.com>
13445
13446         PR gdb/15827
13447         * gdb.dwarf2/corrupt.c: New file.
13448         * gdb.dwarf2/corrupt.exp: New file.
13449
13450 2014-04-16  Keith Seitz  <keiths@redhat.com>
13451
13452         PR c++/16597
13453         * gdb.cp/namelessclass.cc: New file.
13454         * gdb.cp/namelessclass.exp: New file.
13455         * gdb.cp/namelessclass.S: New file.
13456
13457 2014-04-16  Doug Evans  <dje@google.com>
13458
13459         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13460         Add comment.
13461         (gdbserver_default_get_comm_port): New function.
13462         (gdbserver_start): Check if board file provided
13463         "gdbserver,get_comm_port" and use it if so.
13464         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13465         (gdb,socketport): Set to "stdio".
13466         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13467         (stdio_gdbserver_template): Delete.
13468         (${board}_get_remote_address): Update.
13469         (${board}_build_remote_cmd): Delete.
13470         (${board}_get_comm_port): New function.
13471         (${board}_spawn): Update.
13472         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13473         Delete.
13474         (${board}_get_remote_address): Update.
13475         (${board}_get_comm_port): New function.
13476
13477 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
13478
13479         * gdb.base/memattr.exp: Improve regexps to handle memory regions
13480         appearing in any order.
13481
13482 2014-04-15  Doug Evans  <dje@google.com>
13483
13484         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13485         uninitialized value of "description".
13486
13487 2014-04-15  Keith Seitz  <keiths@redhat.com>
13488
13489         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13490         Remove unused globals.
13491         (test_running_the_program): Likewise.
13492         (test_controlled_execution): Likewise.
13493         (test_controlling_breakpoints): Likewise.
13494         (test_program_termination): Likewise.
13495
13496 2014-04-15  Keith Seitz  <keiths@redhat.com>
13497
13498         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13499         unused globals.
13500         (test_rbreak_creation_and_listing): Likewise.
13501         (test_ignore_count): Likewise.
13502         (test_error): Likewise.
13503
13504 2014-04-15  Pedro Alves  <palves@redhat.com>
13505
13506         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13507         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13508         sym-file-loader.c.
13509         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13510         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13511         to sym-file-loader.c.
13512         (struct library): Forward declare.
13513         (load_shlib, lookup_function): Change prototypes.
13514         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13515         (translate_offset): Remove declarations.
13516         (get_text_addr): New declaration.
13517         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13518         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13519         sym-file-loader.h.
13520         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13521         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13522         here from sym-file-loader.h.
13523         (struct library): New structure.
13524         (load_shlib, lookup_function): Change prototypes and adjust to
13525         work with a struct library.
13526         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13527         (translate_offset): Make static.
13528         (get_text_addr): New function.
13529         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13530
13531 2014-04-15  Pedro Alves  <palves@redhat.com>
13532
13533         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
13534
13535 2014-04-15  Pedro Alves  <palves@redhat.com>
13536
13537         * gdb.base/sym-file-loader.c: Include <limits.h>.
13538         (SELF_LINK): New define.
13539         (get_origin): New function.
13540         (load_shlib): Use it.
13541         * gdb.base/sym-file.exp: Don't early return if the target is
13542         remote.  Use runto_main, and issue fail is that fails.  Use
13543         gdb_load_shlibs.
13544         (shlib_name): Delete.
13545         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
13546
13547 2014-04-15  Pedro Alves <palves@redhat.com>
13548
13549         * gdb.base/sym-file.exp: Remove regex characters from test
13550         message.  Don't refer to breakpoint numbers in test messages.
13551
13552 2014-04-14  Keith Seitz  <keiths@redhat.com>
13553
13554         PR c++/16253
13555         * gdb.cp/var-tag.cc: New file.
13556         * gdb.cp/var-tag.exp: New file.
13557         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13558         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13559         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13560         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13561
13562 2014-04-14  Tom Tromey  <tromey@redhat.com>
13563
13564         * gdb.cp/classes.exp (test_enums): Handle underlying type.
13565         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13566         type.
13567         * gdb.cp/enum-class.exp: New file.
13568         * gdb.cp/enum-class.cc: New file.
13569
13570 2014-04-14  Tom Tromey  <tromey@redhat.com>
13571
13572         * gdb.dwarf2/enum-type.exp: New file.
13573
13574 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13575
13576         * gdb.mi/mi-vla-c99.exp: New file.
13577         * gdb.mi/vla.c: New file.
13578
13579 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13580
13581         * gdb.base/vla-datatypes.c: New file.
13582         * gdb.base/vla-datatypes.exp: New file.
13583
13584 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13585
13586         * gdb.base/vla-ptr.c: New file.
13587         * gdb.base/vla-ptr.exp: New file.
13588
13589 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13590
13591         * gdb.dwarf2/count.exp: New file.
13592
13593 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13594
13595         * gdb.base/vla-sideeffect.c: New file.
13596         * gdb.base/vla-sideeffect.exp: New file.
13597
13598 2014-04-14  David Blaikie <dblaikie@gmail.com>
13599
13600         * gdb.mi/non-stop.c: Add return value for non-void function return
13601         statement.
13602         * gdb.threads/staticthreads.c: Ditto.
13603
13604 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
13605             Doug Evans  <xdje42@gmail.com>
13606
13607         * gdb.guile/scm-value.c: Improve test case.
13608         * gdb.guile/scm-value.exp: Add new test.
13609
13610 2014-04-11  David Blaikie  <dblaikie@gmail.com>
13611
13612         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13613         override Clang's default.
13614
13615 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
13616
13617         Revert the following changes (regressions):
13618
13619         * gdb.base/vla-sideeffect.c: New file.
13620         * gdb.base/vla-sideeffect.exp: New file.
13621
13622         * gdb.dwarf2/count.exp: New file.
13623
13624         * gdb.base/vla-multi.c: New file.
13625         * gdb.base/vla-multi.exp: New file.
13626
13627         * gdb.base/vla-ptr.c: New file.
13628         * gdb.base/vla-ptr.exp: New file.
13629
13630         * gdb.base/vla-datatypes.c: New file.
13631         * gdb.base/vla-datatypes.exp: New file.
13632
13633         * gdb.mi/mi-vla-c99.exp: New file.
13634         * gdb.mi/vla.c: New file.
13635
13636 2014-04-11  Keith Seitz  <keiths@redhat.com>
13637
13638         PR c++/16675
13639         * gdb.cp/cpsizeof.exp: New file.
13640         * gdb.cp/cpsizeof.cc: New file.
13641
13642 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13643
13644         * gdb.mi/mi-vla-c99.exp: New file.
13645         * gdb.mi/vla.c: New file.
13646
13647 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13648
13649         * gdb.base/vla-datatypes.c: New file.
13650         * gdb.base/vla-datatypes.exp: New file.
13651
13652 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13653
13654         * gdb.base/vla-ptr.c: New file.
13655         * gdb.base/vla-ptr.exp: New file.
13656
13657 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13658
13659         * gdb.base/vla-multi.c: New file.
13660         * gdb.base/vla-multi.exp: New file.
13661
13662 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13663
13664         * gdb.dwarf2/count.exp: New file.
13665
13666 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13667
13668         * gdb.base/vla-sideeffect.c: New file.
13669         * gdb.base/vla-sideeffect.exp: New file.
13670
13671 2014-04-11  Yao Qi  <yao@codesourcery.com>
13672
13673         * gdb.base/completion.exp: Check file exists before running tests
13674         on file completion.
13675
13676 2014-04-10  Pedro Alves  <palves@redhat.com>
13677
13678         * gdb.base/cond-eval-mode.c: New file.
13679         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
13680         prepare_for_testing to build the new file.  Check result of
13681         runto_main.
13682         (test_break, test_watch): New procedures.
13683         (top level): Use them.
13684
13685 2014-04-08  Pierre Muller  <muller@sourceware.org>
13686
13687         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13688         Ctrl-V use for mingw hosts.
13689
13690 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
13691
13692         * gdb.python/py-value.c: Improve test case.
13693         * gdb.python/py-value.exp: Add new test.
13694
13695 2014-04-07  David Blaikie  <dblaikie@gmail.com>
13696
13697         * lib/compiler.c: Identify the clang compiler.
13698         * lib/compiler.cc: Ditto.
13699
13700 2014-04-03  Yao Qi  <yao@codesourcery.com>
13701
13702         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13703
13704 2014-04-01  Anton Blanchard  <anton@samba.org>
13705
13706         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
13707         messages unique.
13708
13709 2014-04-01  Anton Blanchard  <anton@samba.org>
13710
13711         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13712         prepare_for_testing.
13713
13714 2014-04-01  Anton Blanchard  <anton@samba.org>
13715
13716         * gdb.arch/ppc64-atomic-inst.c: Remove.
13717         * gdb.arch/ppc64-atomic-inst.S: New file.
13718         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13719
13720 2014-03-31  Doug Evans  <dje@google.com>
13721
13722         * gdb.base/print-symbol-loading-lib.c: New file.
13723         * gdb.base/print-symbol-loading-main.c: New file.
13724         * gdb.base/print-symbol-loading.exp: New file.
13725
13726 2014-03-31  Yao Qi  <yao@codesourcery.com>
13727
13728         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13729
13730 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
13731
13732         * gdb.ada/mi_dyn_arr: New testcase.
13733
13734 2014-03-27  Doug Evans  <dje@google.com>
13735
13736         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13737
13738 2014-03-27  Yao Qi  <yao@codesourcery.com>
13739
13740         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13741         if target is nios2-*-*.
13742
13743 2014-03-26  Yao Qi  <yao@codesourcery.com>
13744
13745         * lib/gdb.exp (readline_is_used): New proc.
13746         * gdb.base/completion.exp: Move tests on command complete up.
13747         Skip the rest of tests if readline is not used.
13748         * gdb.ada/complete.exp: Skp the test if readline is not
13749         used.
13750         * gdb.base/filesym.exp: Likewise.
13751         * gdb.base/macscp.exp: Likewise.
13752         * gdb.base/readline-ask.exp: Likewise.
13753         * gdb.base/readline.exp: Likewise.
13754         * gdb.python/py-cmd.exp: Likewise.
13755         * gdb.trace/tfile.exp: Likewise.
13756
13757 2014-03-26  Yao Qi  <yao@codesourcery.com>
13758
13759         * gdb.base/macscp.exp: Fix code format issues.
13760
13761 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
13762
13763         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13764         * gdb.asm/powerpc64le.inc: New file.
13765
13766 2014-03-25  Pedro Alves  <palves@redhat.com>
13767             Doug Evans  <dje@google.com>
13768
13769         * gdb.base/source-execution.c: New file.
13770         * gdb.base/source-execution.exp: New file.
13771         * gdb.base/source-execution.gdb: New file.
13772
13773 2014-03-24  Doug Evans  <dje@google.com>
13774
13775         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
13776         using fission.
13777
13778 2014-03-24  Hui Zhu  <hui@codesourcery.com>
13779             Pedro Alves  <palves@redhat.com>
13780
13781         PR breakpoints/16101
13782         * gdb.base/dprintf.exp: Use unsupported rather than changing the
13783         test pass/fail messages.  Detect missing support for dprintf when
13784         breakpoints are actually inserted.
13785         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
13786         breakpoints are actually inserted.
13787         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
13788         fails.
13789
13790 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
13791
13792         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
13793
13794 2014-03-22  Doug Evans  <xdje42@gmail.com>
13795
13796         * gdb.python/python.exp (python not supported): Verify multi-line
13797         python command issues an error.
13798         * gdb.guile/guile.exp (guile not supported): Verify multi-line
13799         guile command issues an error.
13800
13801 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
13802
13803         * gdb.threads/thread-specific.exp: Handle the lack of usable
13804         $this_breakpoint and $this_thread.
13805
13806 2014-03-21  Hui Zhu  <hui@codesourcery.com>
13807
13808         * gdb.base/attach.exp (do_command_attach_tests): New.
13809
13810 2014-03-20  Tom Tromey  <tromey@redhat.com>
13811             Pedro Alves  <palves@redhat.com>
13812
13813         PR cli/15718
13814         * gdb.base/condbreak-call-false.c: New file.
13815         * gdb.base/condbreak-call-false.exp: New file.
13816
13817 2014-03-20  Pedro Alves  <palves@redhat.com>
13818
13819         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
13820         Delete.
13821         (block_signals, unblock_signals): Delete.
13822         (child_function_2, main): Remove references to deleted variable
13823         and functions.
13824
13825 2014-03-20  Pedro Alves  <palves@redhat.com>
13826
13827         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
13828         Use pthread_kill to signal thread 2.
13829         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13830         Adjust to make the test send itself a signal rather than using the
13831         host's "kill" command.
13832
13833 2014-03-20  Pedro Alves  <palves@redhat.com>
13834
13835         * gdb.threads/multiple-step-overs.c: New file.
13836         * gdb.threads/multiple-step-overs.exp: New file.
13837         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
13838         Adjust expected infrun debug output.
13839
13840 2014-03-20  Pedro Alves  <palves@redhat.com>
13841
13842         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
13843         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
13844
13845 2014-03-20  Pedro Alves  <palves@redhat.com>
13846
13847         PR breakpoints/7143
13848         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
13849         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
13850         of gdb_test_multiple.
13851         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13852         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
13853
13854 2014-03-20  Pedro Alves  <palves@redhat.com>
13855
13856         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
13857         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
13858
13859 2014-03-19  Pedro Alves  <palves@redhat.com>
13860
13861         * gdb.base/async.exp: Remove early return.
13862
13863 2014-03-19  Pedro Alves  <palves@redhat.com>
13864
13865         * gdb.base/async.exp (step& tests): Pass explicit test messages.
13866
13867 2014-03-19  Pedro Alves  <palves@redhat.com>
13868
13869         * gdb.base/async.exp (test_background): Expect \r\n after
13870         "completed." in the fail pattern.
13871
13872 2014-03-19  Pedro Alves  <palves@redhat.com>
13873
13874         * gdb.base/async.exp (test_background): New procedure.
13875         Use it for all background execution command tests.
13876
13877 2014-03-19  Pedro Alves  <palves@redhat.com>
13878
13879         * gdb.base/async.exp: Use prepare_for_testing.
13880
13881 2014-03-19  Pedro Alves  <palves@redhat.com>
13882
13883         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
13884         the same line.
13885
13886 2014-03-19  Pedro Alves  <palves@redhat.com>
13887
13888         * gdb.base/async.c (main): Add "jump here" and "until here" line
13889         marker comments.
13890         * gdb.base/async.exp (jump_here): New global.
13891         (jump& test): Use it.
13892         (until_here): New global.
13893         (until& test): Use it.
13894
13895 2014-03-19  Pedro Alves  <palves@redhat.com>
13896
13897         * gdb.base/async.exp: Don't frob gdb_protocol.
13898
13899 2014-03-18  Doug Evans  <xdje42@gmail.com>
13900
13901         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
13902         Fix spelling of exec-done-display.
13903
13904 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
13905
13906         PR gdb/15358
13907         * gdb.base/gdb-sigterm.c: New file.
13908         * gdb.base/gdb-sigterm.exp: New file.
13909
13910 2014-03-18  Pedro Alves  <palves@redhat.com>
13911
13912         PR gdb/13860
13913         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
13914         * lib/mi-support.exp (mi_expect_stop): Add special handling for
13915         solib-event.
13916
13917 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
13918
13919         * gdb.ada/pckd_arr_ren: New testcase.
13920
13921 2014-03-13  Doug Evans  <xdje42@gmail.com>
13922
13923         PR guile/16612
13924         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
13925         collect after discarding symbols.
13926
13927 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
13928             Doug Evans  <xdje42@gmail.com>
13929
13930         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
13931         to history survives a gc.
13932
13933 2014-03-13  Pedro Alves  <palves@redhat.com>
13934
13935         * gdb.base/default.exp: Don't test "target procfs".
13936
13937 2014-03-13  Pedro Alves  <palves@redhat.com>
13938
13939         * gdb.base/default.exp: Update "target child" and "target procfs"
13940         tests to not expect "Unix".
13941
13942 2014-03-12  Tom Tromey  <tromey@redhat.com>
13943
13944         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
13945         New procs.  Add target-async tests.
13946         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
13947         Add target-async tests.
13948
13949 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13950
13951         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
13952         'func_start' and 'func_end' for the beginning and end of the
13953         function code, respectively.
13954         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
13955         'func_end' instead of 'func' and 'main'.
13956
13957 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13958
13959         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
13960         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
13961         generate the debug info assembler source.
13962
13963 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13964
13965         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
13966         * gdb.dwarf2/arr-subrange.exp: Likewise.
13967         * gdb.dwarf2/dwz.exp: Likewise.
13968         * gdb.dwarf2/method-ptr.exp: Likewise.
13969         * gdb.dwarf2/missing-sig-type.exp: Likewise.
13970         * gdb.dwarf2/subrange.exp: Likewise.
13971         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
13972         * gdb.dwarf2/implptrpiece.exp: Likewise.
13973         * gdb.dwarf2/nostaticblock.exp: Likewise.
13974
13975 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
13976
13977         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
13978         directory to absolute path name arguments.
13979
13980 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
13981
13982         * gdb.ada/tagged_access: New testcase.
13983
13984 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
13985
13986         * gdb.btrace/data.exp: Update expected output.
13987
13988 2014-03-06  Yao Qi  <yao@codesourcery.com>
13989
13990         * gdb.trace/pr16508.exp: New file.
13991
13992 2014-03-05  Pedro Alves  <palves@redhat.com>
13993
13994         PR gdb/16575
13995         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
13996         procedure.
13997         (top level): Adjust to use it.  Add tests that exercise breakpoint
13998         interaction with the code-cache.
13999
14000 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14001
14002         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14003         test for 'history-append!'.
14004
14005 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14006
14007         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14008         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14009         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14010         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14011         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14012         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14013
14014 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14015
14016         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14017         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14018         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14019
14020 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14021
14022         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14023
14024 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14025
14026         * gdb.dwarf2/arr-stride.c: New file.
14027         * gdb.dwarf2/arr-stride.exp: New file.
14028
14029 2014-02-26  Pedro Alves  <palves@redhat.com>
14030
14031         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14032         that won't ever trigger.  Make sure that GDB reports the correct
14033         breakpoint that caused the stop.
14034
14035 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14036
14037         PR gdb/16626
14038         * gdb.base/auto-load-script: New file.
14039         * gdb.base/auto-load.c: New file.
14040         * gdb.base/auto-load.exp: New file.
14041
14042         PR gdb/16626
14043         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14044
14045 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14046
14047         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14048         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14049
14050 2014-02-24  Doug Evans  <dje@google.com>
14051
14052         * lib/gdb.exp (run_on_host): Log error output if program fails.
14053
14054 2014-02-21  Pedro Alves  <palves@redhat.com>
14055
14056         * gdb.threads/step-after-sr-lock.c: Rename to ...
14057         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14058         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14059         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14060         ... this.
14061
14062 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14063
14064         PR tdep/16397
14065         * gdb.arch/amd64-stap-special-operands.exp: New file.
14066         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14067         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14068         * gdb.arch/amd64-stap-triplet.S: Likewise.
14069         * gdb.arch/amd64-stap-triplet.c: Likewise.
14070
14071 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14072
14073         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14074         in .section pseudo-op.
14075
14076 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14077             Joel Brobecker  <brobecker@adacore.com>
14078             Doug Evans  <xdje42@gmail.com>
14079
14080         PR symtab/16581
14081         * gdb.dwarf2/dw2-icycle.S: New file.
14082         * gdb.dwarf2/dw2-icycle.c: New file.
14083         * gdb.dwarf2/dw2-icycle.exp: New file.
14084
14085 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14086
14087         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14088         operations on gdb.Value objects.
14089         * gdb.python/py-value-cc.exp: Add new test to test operations on
14090         gdb.Value objects.
14091
14092 2014-02-18  Doug Evans  <dje@google.com>
14093
14094         * Makefile.in (TESTS): New variable.
14095         (expanded_tests, expanded_tests_or_none): New variables
14096         (check-single): Pass $(expanded_tests_or_none) to runtest.
14097         (check-parallel): Only run tests in $(TESTS) if non-empty.
14098         (check/no-matching-tests-found): New rule.
14099         * README: Document TESTS makefile variable.
14100
14101 2014-02-18  Doug Evans  <dje@google.com>
14102
14103         * Makefile.in (check-parallel): rm -rf outputs temp.
14104
14105 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14106
14107         Fix "ERROR: no fileid for" in the testsuite.
14108         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14109
14110 2014-02-12  Doug Evans  <dje@google.com>
14111
14112         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14113         (MISCELLANEOUS): New variable.
14114         (clean): rm -rf $(MISCELLANEOUS).
14115         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14116         dwp live in the same directory as symlinks, with each symlink pointed
14117         to a differently named file in a different directory.
14118
14119 2014-02-11  Doug Evans  <dje@google.com>
14120
14121         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14122         of Tcl file commands.
14123
14124 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14125
14126         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14127         "kill -SIGUSR1 -1".
14128
14129 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14130
14131         * gdb.ada/tick_length_array_enum_idx: New testcase.
14132
14133 2014-02-10  Doug Evans  <xdje42@gmail.com>
14134
14135         * configure.ac (AC_OUTPUT): Add gdb.guile.
14136         * configure: Regenerate.
14137         * lib/gdb-guile.exp: New file.
14138         * lib/gdb.exp (get_target_charset): New function.
14139         * gdb.base/help.exp: Update expected output from "apropos apropos".
14140         * gdb.guile/Makefile.in: New file.
14141         * gdb.guile/guile.exp: New file.
14142         * gdb.guile/scm-arch.c: New file.
14143         * gdb.guile/scm-arch.exp: New file.
14144         * gdb.guile/scm-block.c: New file.
14145         * gdb.guile/scm-block.exp: New file.
14146         * gdb.guile/scm-breakpoint.c: New file.
14147         * gdb.guile/scm-breakpoint.exp: New file.
14148         * gdb.guile/scm-disasm.c: New file.
14149         * gdb.guile/scm-disasm.exp: New file.
14150         * gdb.guile/scm-equal.c: New file.
14151         * gdb.guile/scm-equal.exp: New file.
14152         * gdb.guile/scm-error.exp: New file.
14153         * gdb.guile/scm-error.scm: New file.
14154         * gdb.guile/scm-frame-args.c: New file.
14155         * gdb.guile/scm-frame-args.exp: New file.
14156         * gdb.guile/scm-frame-args.scm: New file.
14157         * gdb.guile/scm-frame-inline.c: New file.
14158         * gdb.guile/scm-frame-inline.exp: New file.
14159         * gdb.guile/scm-frame.c: New file.
14160         * gdb.guile/scm-frame.exp: New file.
14161         * gdb.guile/scm-generics.exp: New file.
14162         * gdb.guile/scm-gsmob.exp: New file.
14163         * gdb.guile/scm-iterator.c: New file.
14164         * gdb.guile/scm-iterator.exp: New file.
14165         * gdb.guile/scm-math.c: New file.
14166         * gdb.guile/scm-math.exp: New file.
14167         * gdb.guile/scm-objfile-script-gdb.in: New file.
14168         * gdb.guile/scm-objfile-script.c: New file.
14169         * gdb.guile/scm-objfile-script.exp: New file.
14170         * gdb.guile/scm-objfile.c: New file.
14171         * gdb.guile/scm-objfile.exp: New file.
14172         * gdb.guile/scm-ports.exp: New file.
14173         * gdb.guile/scm-pretty-print.c: New file.
14174         * gdb.guile/scm-pretty-print.exp: New file.
14175         * gdb.guile/scm-pretty-print.scm: New file.
14176         * gdb.guile/scm-section-script.c: New file.
14177         * gdb.guile/scm-section-script.exp: New file.
14178         * gdb.guile/scm-section-script.scm: New file.
14179         * gdb.guile/scm-symbol.c: New file.
14180         * gdb.guile/scm-symbol.exp: New file.
14181         * gdb.guile/scm-symtab-2.c: New file.
14182         * gdb.guile/scm-symtab.c: New file.
14183         * gdb.guile/scm-symtab.exp: New file.
14184         * gdb.guile/scm-type.c: New file.
14185         * gdb.guile/scm-type.exp: New file.
14186         * gdb.guile/scm-value-cc.cc: New file.
14187         * gdb.guile/scm-value-cc.exp: New file.
14188         * gdb.guile/scm-value.c: New file.
14189         * gdb.guile/scm-value.exp: New file.
14190         * gdb.guile/source2.scm: New file.
14191         * gdb.guile/types-module.cc: New file.
14192         * gdb.guile/types-module.exp: New file.
14193
14194 2014-02-10  Yao Qi  <yao@codesourcery.com>
14195
14196         PR testsuite/16543
14197         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14198         * configure: Regenerated.
14199         * Makefile.in: New file.
14200
14201 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14202
14203         * gdb.python/py-framefilter.exp: Fix typo.
14204
14205 2014-02-08  Yao Qi  <yao@codesourcery.com>
14206
14207         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14208         that no =breakpoint-modified is emitted when breakpoints are
14209         modified through MI commands.
14210
14211 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14212             Pedro Alves  <palves@redhat.com>
14213
14214         * gdb.threads/step-after-sr-lock.c: New file.
14215         * gdb.threads/step-after-sr-lock.exp: New file.
14216
14217 2014-02-07  Pedro Alves  <palves@redhat.com>
14218
14219         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14220
14221 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14222
14223         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14224         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14225
14226 2014-02-06  Doug Evans  <xdje42@gmail.com>
14227
14228         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14229         output.
14230
14231         * gdb.gdb/python-interrupts.exp: New file.
14232
14233 2014-02-05  Yao Qi  <yao@codesourcery.com>
14234
14235         * gdb.trace/report.exp (use_collected_data): Test the output
14236         of "info threads" and "info inferiors".
14237
14238 2014-02-05  Yao Qi  <yao@codesourcery.com>
14239
14240         Revert this patch:
14241
14242         2013-05-24  Yao Qi  <yao@codesourcery.com>
14243
14244         * gdb.trace/tfile.exp: Test inferior and thread.
14245
14246 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14247
14248         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14249         on a function.
14250         * gdb.base/step-bt.c: Call hello via function pointer to make
14251         sure its first instruction is executed on powerpc64le-linux.
14252
14253 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14254
14255         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14256
14257 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14258
14259         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14260         of the test patterns for use on little-endian systems.
14261
14262 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14263
14264         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14265         (decimal_vector): Fix for little-endian.
14266
14267 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14268
14269         * gdb.arch/sparc-sysstep.exp: New file.
14270         * gdb.arch/sparc-sysstep.c: Likewise.
14271
14272         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14273
14274 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14275
14276         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14277
14278 2014-01-23  Tom Tromey  <tromey@redhat.com>
14279
14280         * gdb.ada/array_char_idx: New testcase.
14281
14282 2014-01-23  Tom Tromey  <tromey@redhat.com>
14283
14284         PR python/16487:
14285         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14286         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14287         classes.
14288
14289 2014-01-23  Tom Tromey  <tromey@redhat.com>
14290
14291         PR python/16491:
14292         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14293         string from an inferior frame.
14294         * gdb.python/py-framefilter-mi.exp: Update.
14295
14296 2014-01-22  Doug Evans  <dje@google.com>
14297
14298         * gdb.server/server-mon.exp: Add tests for "set debug-format".
14299
14300 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14301
14302         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14303
14304 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14305
14306         * gdb.trace/entry-values.exp: Remove excess space character from
14307         regex patterns.  Handle s390 call instruction.
14308
14309 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14310
14311         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14312         define "*_start" label.  Make "name" static.
14313         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14314         ${name} by references to ${name}_start.
14315
14316 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14317
14318         * gdb.base/info-macros.exp: Remove "debug" from the compile
14319         options.
14320
14321 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14322
14323         * gdb.dlang/demangle.exp: New file.
14324
14325 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14326
14327         * gdb.dlang/primitive-types.exp: New file.
14328
14329 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14330
14331         * configure.ac: Create gdb.dlang/Makefile.
14332         * configure: Regenerate.
14333         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14334         * gdb.dlang/Makefile.in: New file.
14335         * lib/d-support.exp: New file.
14336         * lib/gdb.exp (skip_d_tests): New proc.
14337
14338 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14339
14340         * gdb.btrace/delta.exp: Check reverse stepi.
14341         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
14342         * gdb.btrace/finish.exp: New.
14343         * gdb.btrace/next.exp: New.
14344         * gdb.btrace/nexti.exp: New.
14345         * gdb.btrace/record_goto.c: Add comments.
14346         * gdb.btrace/step.exp: New.
14347         * gdb.btrace/stepi.exp: New.
14348         * gdb.btrace/multi-thread-step.c: New.
14349         * gdb.btrace/multi-thread-step.exp: New.
14350         * gdb.btrace/rn-dl-bind.c: New.
14351         * gdb.btrace/rn-dl-bind.exp: New.
14352         * gdb.btrace/data.c: New.
14353         * gdb.btrace/data.exp: New.
14354         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14355
14356 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14357
14358         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14359         * gdb.btrace/exception.exp: Update.
14360         * gdb.btrace/instruction_history.exp: Update.
14361         * gdb.btrace/record_goto.exp: Update.
14362         * gdb.btrace/tailcall.exp: Update.
14363         * gdb.btrace/unknown_functions.exp: Update.
14364         * gdb.btrace/delta.exp: New.
14365
14366 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14367
14368         * gdb.btrace/record_goto.exp: Add backtrace test.
14369         * gdb.btrace/tailcall.exp: Add backtrace test.
14370
14371 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14372
14373         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14374         * gdb.btrace/record_goto.c: New.
14375         * gdb.btrace/record_goto.exp: New.
14376         * gdb.btrace/x86-record_goto.S: New.
14377
14378 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14379
14380         * gdb.btrace/function_call_history.exp: Update tests.
14381         * gdb.btrace/instruction_history.exp: Update tests.
14382
14383 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14384
14385         * gdb.btrace/function_call_history.exp: Fix expected field
14386         order for "record function-call-history".
14387         Add new tests for "record function-call-history /c".
14388         * gdb.btrace/exception.cc: New.
14389         * gdb.btrace/exception.exp: New.
14390         * gdb.btrace/tailcall.exp: New.
14391         * gdb.btrace/x86-tailcall.S: New.
14392         * gdb.btrace/x86-tailcall.c: New.
14393         * gdb.btrace/unknown_functions.c: New.
14394         * gdb.btrace/unknown_functions.exp: New.
14395         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14396
14397 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14398
14399         * gdb.btrace/instruction_history.exp: Update.
14400         * gdb.btrace/function_call_history.exp: Update.
14401
14402 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14403
14404         * gdb.btrace/function_call_history.exp: Fix expected function
14405         trace.
14406         * gdb.btrace/instruction_history.exp: Initialize traced.
14407         Remove traced_functions.
14408
14409 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14410
14411         * gdb.btrace/function_call_history.exp: Update
14412         * gdb.btrace/instruction_history.exp: Update.
14413
14414 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14415
14416         * gdb.btrace/enable.exp: Update expected text.
14417
14418 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
14419
14420         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14421         bytes.
14422
14423 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
14424
14425         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14426
14427 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
14428
14429         * lib/gdb.exp (supports_process_record): Return true for
14430         arm*-linux*.  (supports_reverse): Likewise.
14431
14432 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
14433
14434         PR python/15464
14435         PR python/16113
14436         * gdb.python/py-type.c: Enhance test case.
14437         * gdb.python/py-value-cc.cc: Likewise
14438         * gdb.python/py-type.exp: Add new tests.
14439         * gdb.python/py-value-cc.exp: Likewise
14440
14441 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14442             Pedro Alves <palves@redhat.com>
14443
14444         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14445         Make "name" extern.
14446         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14447         references to ${name}_start by references to ${name}.
14448
14449 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14450
14451         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14452
14453 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14454
14455         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14456
14457 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
14458             Pedro Alves  <palves@redhat.com>
14459
14460         * gdb.mi/mi-info-os.exp: Connect to the target with
14461         mi_gdb_target_load.
14462
14463 2014-01-08  Pedro Alves  <palves@redhat.com>
14464
14465         * gdb.threads/reconnect-signal.c: New file.
14466         * gdb.threads/reconnect-signal.exp: New file.
14467
14468 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14469
14470         * gdb.base/source-dir.exp: New file.
14471
14472 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14473
14474         * gdb.ada/mi_interface: New testcase.
14475
14476 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14477
14478         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14479         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14480         gdb.ada/pp-rec-component/pck.ads: New files.
14481
14482 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14483
14484         * gdb.python/py-pp-integral.c: New file.
14485         * gdb.python/py-pp-integral.py: New file.
14486         * gdb.python/py-pp-integral.exp: New file.
14487
14488 For older changes see ChangeLog-1993-2013.
14489 \f
14490 ;; Local Variables:
14491 ;; mode: change-log
14492 ;; left-margin: 8
14493 ;; fill-column: 74
14494 ;; version-control: never
14495 ;; End:
14496
14497     Copyright 2014-2018 Free Software Foundation, Inc.
14498   Copying and distribution of this file, with or without modification,
14499   are permitted provided the copyright notice and this notice are preserved.