2072705fd5360f2bc08425dbe14f3724810b73a7
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
2
3         * gdb.threads/check-libthread-db.c (thread_routine): Use a
4         pthread barrier.
5         (main): Likewise.
6
7 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
8
9         * gdb.base/large-frame-1.c: New file.
10         * gdb.base/large-frame-2.c: New file.
11         * gdb.base/large-frame.exp: New file.
12         * gdb.base/large-frame.h: New file.
13
14 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
15
16         PR gdb/20948
17         * gdb.base/write_mem.exp: New test.
18         * gdb.base/write_mem.c: Likewise.
19
20 2018-09-23  Tom Tromey  <tom@tromey.com>
21
22         PR python/18852:
23         * gdb.python/py-parameter.exp: Add test for parameter that throws
24         on "set".
25
26 2018-09-23  Tom Tromey  <tom@tromey.com>
27
28         PR python/17284:
29         * gdb.python/py-template.exp (test_template_arg): Add test for
30         negative template argument number.
31
32 2018-09-23  Tom Tromey  <tom@tromey.com>
33
34         PR python/14062:
35         * gdb.python/python.exp: Add test for post_event error.
36
37 2018-09-23  Tom Tromey  <tom@tromey.com>
38
39         PR python/18170:
40         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
41         convert pointers to int and long.
42
43 2018-09-23  Tom Tromey  <tom@tromey.com>
44
45         PR python/20126:
46         * gdb.python/py-value.exp (test_value_numeric_ops): Add
47         signed-ness conversion tests.
48
49 2018-09-23  Tom Tromey  <tom@tromey.com>
50
51         PR python/18352;
52         * gdb.python/py-value.exp (test_float_conversion): New proc.
53         Use it.
54
55 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
56
57         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
58
59 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
60
61         * gdb.base/complete-empty.exp: Skip tab-completion tests if
62         no readline.
63         * gdb.base/utf8-identifiers.exp: Likewise.
64         * gdb.cp/cpcompletion.exp: Likewise.
65         * gdb.linespec/cpcompletion.exp: Likewise.
66         * gdb.linespec/cpls-abi-tag.exp: Likewise.
67         * gdb.linespec/cpls-ops.exp: Likewise.
68
69 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
70             Chris January  <chris.january@arm.com>
71
72         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
73         * gdb.fortran/short-circuit-argument-list.exp: New file.
74         * gdb.fortran/short-circuit-argument-list.f90: New test.
75
76 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
77
78         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
79         "arch=" keyword when executing "-stack-list-frames".
80
81 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
82
83         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
84         "arch=" keyword when executing "-stack-list-frames".
85
86 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
87
88         * gdb.ada/complete.exp: Expect for "@" when doing "complete
89         break ada".
90
91 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
92
93         PR python/23669
94         * gdb.python/python.exp: Test gdb.execute("show commands").
95
96 2018-09-16  Tom Tromey  <tom@tromey.com>
97
98         * gdb.base/new-ui.exp (do_execution_tests): Update.
99         * gdb.base/dbx.exp (test_breakpoints): Update.
100
101 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
102
103         * lib/gdb.exp (gdb_simple_compile): Add proc.
104         (is_elf_target): Use gdb_simple_compile.
105         (skip_altivec_tests): Likewise.
106         (skip_vsx_tests): Likewise.
107         (skip_tsx_tests): Likewise.
108         (skip_btrace_tests): Likewise.
109         (skip_btrace_pt_tests): Likewise.
110         (gdb_can_simple_compile): Likewise.
111         (gdb_has_argv0): Likewise.
112         (gdb_target_symbol_prefix): Likewise.
113         (target_supports_scheduler_locking): Likewise.
114
115 2018-09-13  Tom Tromey  <tom@tromey.com>
116
117         * Makefile.in (TAGS): Recognize proc_with_prefix and
118         gdb_caching_proc.
119
120 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
121
122         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
123         method.
124
125 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
126
127         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
128         and a few other Inferior properties when the Inferior is no
129         longer valid.
130
131 2018-09-13  Tom Tromey  <tom@tromey.com>
132
133         PR rust/23650:
134         * gdb.rust/simple.exp: Add test for enum field access error.
135
136 2018-09-13  Tom Tromey  <tom@tromey.com>
137
138         PR rust/23626:
139         * gdb.rust/simple.rs (EmptyEnum): New type.
140         (main): Use it.
141         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
142
143 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
144
145         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
146         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
147         * gdb.python/py-symtab.exp: Update test printing an objfile.
148
149 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
150
151         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
152         object.
153
154 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
155
156         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
157         (support_complex_tests): Use gdb_can_simple_compile.
158         (is_ilp32_target): Likewise.
159         (is_lp64_target): Likewise.
160         (is_64_target): Likewise.
161         (is_amd64_regs_target): Likewise.
162         (is_aarch32_target): Likewise.
163         (gdb_int128_helper): Likewise.
164
165 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
166
167         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
168
169 2018-09-10  Jerome Guitton  <guitton@adacore.com>
170
171         * gdb.ada/same_component_name: Add test for case of tagged record
172         with variable-length fields.
173
174 2018-09-10  Xavier Roirand  <roirand@adacore.com>
175
176         * gdb.ada/access_to_unbounded_array.exp: New testcase.
177         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
178         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
179         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
180
181 2018-09-10  Xavier Roirand  <roirand@adacore.com>
182
183         * gdb.ada/mi_string_access.exp: New testcase.
184         * gdb.ada/mi_string_access/bar.adb: New file.
185         * gdb.ada/mi_string_access/pck.adb: New file.
186         * gdb.ada/mi_string_access/pck.asd: New file.
187
188 2018-09-10  Xavier Roirand  <roirand@adacore.com>
189
190         * gdb.ada/mi_var_union.exp: New testcase.
191         * gdb.ada/mi_var_union/bar.adb: New file.
192         * gdb.ada/mi_var_union/pck.adb: New file.
193         * gdb.ada/mi_var_union/pck.asd: New file.
194
195 2018-09-08  Tom Tromey  <tom@tromey.com>
196
197         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
198
199 2018-09-08  Tom Tromey  <tom@tromey.com>
200
201         PR python/16047:
202         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
203         (register_pretty_printers): Register new printer.
204         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
205         test.
206         * gdb.python/py-prettyprint.c (int_type3): New typedef.
207         (an_int_type3): New global.
208
209 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
210
211         * gdb.ada/expr_with_funcall: New testcase.
212
213 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
214
215         * gdb.ada/packed_array_assign: New testcase.
216
217 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
218
219         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
220         names, and add test prefixes to make test names unique.
221
222 2018-09-05  Tom de Vries  <tdevries@suse.de>
223
224         * gdb.dwarf2/varval.exp: Add test.
225
226 2018-09-04  Gary Benson <gbenson@redhat.com>
227
228         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
229         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
230
231 2018-08-31  Tom Tromey  <tom@tromey.com>
232
233         * gdb.rust/simple.rs: Rename second variable "v".
234
235 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
236
237         * gdb.base/funcargs.c (use_a): New function.
238         (recurse): Call use_a.
239
240 2018-08-29  Keith Seitz  <keiths@redhat.com>
241
242         * gdb.compile/compile-cplus-anonymous.cc: New file.
243         * gdb.compile/compile-cplus-anonymous.exp: New file.
244         * gdb.compile/compile-cplus-array-decay.cc: New file.
245         * gdb.compile/compile-cplus-array-decay.exp: New file.
246         * gdb.compile/compile-cplus-inherit.cc: New file.
247         * gdb.compile/compile-cplus-inherit.exp: New file.
248         * gdb.compile/compile-cplus-member.cc: New file.
249         * gdb.compile/compile-cplus-member.exp: New file.
250         * gdb.compile/compile-cplus-method.cc: New file.
251         * gdb.compile/compile-cplus-method.exp: New file.
252         * gdb.compile/compile-cplus-mod.c: "New" file.
253         * gdb.compile/compile-cplus-namespace.cc: New file.
254         * gdb.compile/compile-cplus-namespace.exp: New file.
255         * gdb.compile/compile-cplus-nested.cc: New file.
256         * gdb.compile/compile-cplus-nested.exp: New file.
257         * gdb.compile/compile-cplus-print.c: "New" file.
258         * gdb.compile/compile-cplus-print.exp: "New" file.
259         * gdb.compile/compile-cplus-virtual.cc: New file.
260         * gdb.compile/compile-cplus-virtual.exp: New file.
261         * gdb.compile/compile-cplus.c: "New" file.
262         * gdb.compile/compile-cplus.exp: "New" file.
263         * lib/compile-support.exp: New file.
264
265 2018-08-16  Gary Benson <gbenson@redhat.com>
266
267         PR gdb/13000:
268         * gdb.base/batch-exit-status.exp: New file.
269         * gdb.base/batch-exit-status.good-commands: Likewise.
270         * gdb.base/batch-exit-status.bad-commands: Likewise.
271
272 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
273
274         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
275         (struct struct02): Likewise.
276         (struct struct03): Likewise.
277         (struct struct04): Likewise.
278         (struct struct_01_01): New struct.
279         (struct struct_01_02): Likewise.
280         (struct struct_01_03): Likewise.
281         (struct struct_01_04): Likewise.
282         (struct struct_02_01): Likewise.
283         (struct struct_02_02): Likewise.
284         (struct struct_02_03): Likewise.
285         (struct struct_02_04): Likewise.
286         (struct struct_04_01): Likewise.
287         (struct struct_04_02): Likewise.
288         (struct struct_04_03): Likewise.
289         (struct struct_04_04): Likewise.
290         (struct struct_05_01): Likewise.
291         (struct struct_05_02): Likewise.
292         (struct struct_05_03): Likewise.
293         (struct struct_05_04): Likewise.
294         (cmp_struct01): Remove function.
295         (cmp_struct02): Likewise.
296         (cmp_struct03): Likewise.
297         (cmp_struct04): Likewise.
298         (cmp_struct_01_01): Add Function.
299         (cmp_struct_01_02): Likewise.
300         (cmp_struct_01_03): Likewise.
301         (cmp_struct_01_04): Likewise.
302         (cmp_struct_02_01): Likewise.
303         (cmp_struct_02_02): Likewise.
304         (cmp_struct_02_03): Likewise.
305         (cmp_struct_02_04): Likewise.
306         (cmp_struct_04_01): Likewise.
307         (cmp_struct_04_02): Likewise.
308         (cmp_struct_04_03): Likewise.
309         (cmp_struct_04_04): Likewise.
310         (cmp_struct_05_01): Likewise.
311         (cmp_struct_05_02): Likewise.
312         (cmp_struct_05_03): Likewise.
313         (cmp_struct_05_04): Likewise.
314         (call_all): Add new structs.
315         * gdb.base/infcall-nested-structs.exp: Likewise.
316
317 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
318
319         * gdb.python/py-framefilter-mi.exp: Update regexp to
320         check for "arch" field in frame output.
321
322 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
323
324         * gdb.dwarf2/dw2-ranges-func.c: New file.
325         * gdb.dwarf2/dw2-ranges-func.exp: New file.
326
327 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
328
329         * gdb.base/term.exp: Compare terminal settings with values from
330         the inferior.
331         * gdb.base/term.c: Get and set terminal settings.
332
333 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
334
335         * lib/mi-support.exp (mi_expect_stop): Update regexp to
336         accommodate new "arch" field in frame output.
337         * gdb.mi/mi-return.exp: Likewise.
338         * gdb.mi/mi-stack.exp: Likewise.
339         * gdb.mi/mi-syn-frame.exp: Likewise.
340         * gdb.mi/user-selected-context-sync.exp: Likewise.
341
342 2018-08-19  Michael Spang  <spang@google.com>
343
344         PR gdb/11786
345         * gdb.base/gcore-tls-pie.c: New file.
346         * gdb.base/gcore-tls-pie.exp: New file.
347
348 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
349
350         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
351         * gdb.dwarf2/varval.c: New file.
352         * gdb.dwarf2/varval.exp: New file.
353
354 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
355
356         PR gdb/18931
357         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
358
359 2018-08-16  Keith Seitz  <keiths@redhat.com>
360
361         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
362         tests expected to pass.
363
364 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
365
366         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
367         -data-disassemble -a.
368         (test_disassembly_bogus_args): Likewise.
369
370 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
371
372         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
373
374 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
375
376         * gdb.base/vla-optimized-out.exp: Add new test.
377
378 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
379
380         * gdb.base/vla-optimized-out-o3.exp: Delete.
381         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
382         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
383         deleted tests.
384
385 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
386
387         PR gdb/18050:
388         * gdb.server/extended-remote-restart.c: New file.
389         * gdb.server/extended-remote-restart.exp: New file.
390
391 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
392
393         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
394         "set variable index = 42".
395
396 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
397
398         * boards/index-cache-gdb.exp: New file.
399         * gdb.dwarf2/index-cache.exp: New file.
400         * gdb.dwarf2/index-cache.c: New file.
401         * gdb.base/maint.exp: Check if we are using the index cache.
402
403 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
404
405         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
406         MAKEFLAGS.
407
408 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
409
410         * dg-extract-results.sh: Move to toplevel contrib.
411         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
412         * Makefile.in (check-parallel-racy): Likewise.
413
414 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
415
416         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
417         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
418         tests if the target supports scheduler locking.
419
420 2018-08-04  Tom de Vries  <tdevries@suse.de>
421
422         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
423
424 2018-08-02  Tom Tromey  <tom@tromey.com>
425
426         PR symtab/16842.
427         * gdb.cp/temargs.exp: Test "info address" of a template
428         parameter.
429
430 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
431
432         * gdb.python/py-mi-var-info-path-expression.c: New file.
433         * gdb.python/py-mi-var-info-path-expression.py: New file.
434         * gdb.python/py-mi-var-info-path-expression.exp: New file.
435
436 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
437
438         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
439         error after "cannot resolve name" string.
440
441 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
442
443         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
444         started.
445         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
446
447 2018-07-28  Tom de Vries  <tdevries@suse.de>
448
449         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
450
451 2018-07-26  Tom de Vries  <tdevries@suse.de>
452
453         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
454
455 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
456
457         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
458         is visible.
459
460 2018-07-26  Tom de Vries  <tdevries@suse.de>
461
462         PR breakpoints/23366
463         * gdb.base/catch-follow-exec.c: New test.
464         * gdb.base/catch-follow-exec.exp: New file.
465
466 2018-07-25  Tom de Vries  <tdevries@suse.de>
467
468         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
469         vla-optimized-out.c.
470
471 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
472
473         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
474         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
475
476 2018-07-20  Tom de Vries  <tdevries@suse.de>
477
478         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
479         NOCLONE macro.
480         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
481
482 2018-07-19  Tom de Vries  <tdevries@suse.de>
483
484         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
485         regular expression.
486
487 2018-07-18  Tom de Vries  <tdevries@suse.de>
488
489         * gdb.base/vla-optimized-out.c: New test.
490         * gdb.base/vla-optimized-out.exp: New file.
491
492 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
493
494         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
495         message "No address associated with hostname" when gdbserver
496         cannot resolve the hostname.
497
498 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
499
500         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
501         Add some test prefixes to make tests unique.
502
503 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
504
505         * gdb.base/frameapply.c: New file.
506         * gdb.base/frameapply.exp: New file.
507
508 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
509
510         * gdb.base/skip.exp: Update expected error message.
511
512 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
513             Jan Kratochvil  <jan.kratochvil@redhat.com>
514             Paul Fertser  <fercerpav@gmail.com>
515             Tsutomu Seki  <sekiriki@gmail.com>
516
517         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
518         parameter.
519         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
520         by default.
521         * boards/native-gdbserver.exp: Likewise.
522         * gdb.server/run-without-local-binary.exp: Improve regexp used
523         for detecting when a remote debugging connection succeeds.
524         * gdb.server/server-connect.exp: New file.
525         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
526         Do not prefix the port number with ":".
527         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
528         support for detecting and using it.  Add '$debughost_gdbserver'
529         to the list of arguments used to start gdbserver.  Handle case
530         when gdbserver cannot resolve a network name.
531
532 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
533
534         PR c++/23373
535         * gdb.base/ptype-offsets.cc (struct static_member): New
536         struct.
537         (main) <stmember>: New variable.
538         * gdb.base/ptype-offsets.exp: Add test for printing a struct
539         with a static member in it.
540
541 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
542
543         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
544         watchpoints enabled and disabled.
545
546 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
547
548         * gdb.base/examine-backward.exp: Still run tests around address
549         0x0, even if address 0x0 is not readable.  Update the pattern for
550         matching address 0x0 in expected output.
551
552 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
553
554         * gdb.base/share-env-with-gdbserver.c (main): Add call to
555         malloc/free.
556
557 2018-07-04  Tom de Vries  <tdevries@suse.de>
558
559         * gdb.dwarf2/dw2-error.exp: Update expected error message.
560
561 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
562
563         PR tdep/8282
564         * gdb.arch/mips-disassembler-options.exp: New test.
565         * gdb.arch/mips-disassembler-options.s: New test source.
566
567 2018-06-29  Pedro Alves  <palves@redhat.com>
568
569         * gdb.threads/names.exp: Adjust expected "info threads" output.
570
571 2018-06-29  Pedro Alves  <palves@redhat.com>
572
573         * gdb.opt/inline-break.exp (line number, address): Add "info
574         break" tests.
575
576 2018-06-29  Pedro Alves  <palves@redhat.com>
577
578         * gdb.opt/inline-break.c (func1): Add "break here" marker.
579         * gdb.opt/inline-break.exp: Test setting breakpoints by line
580         number and address and running to them.
581
582 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
583
584         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
585
586 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
587
588         * lib/compiler.c: Remove executable permission flag.
589
590 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
591
592         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
593         code.
594         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
595
596 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
597
598         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
599
600 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
601
602         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
603         address argument is omitted.
604
605 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
606
607         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
608
609 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
610
611         PR gdb/21695
612         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
613         * gdb.base/infoline-reloc-main-from-zero.c: New file.
614
615 2018-06-26  Tom Tromey  <tom@tromey.com>
616
617         PR rust/22574:
618         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
619         * gdb.rust/simple.rs (struct SimpleLayout): New.
620
621 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
622
623         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
624         "info registers" output.
625
626 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
627
628         * gdb.base/watchpoint-hw-attach.c: New test.
629         * gdb.base/watchpoint-hw-attach.exp: New file.
630
631 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
632
633         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
634         through /bin/sh.
635         * boards/dwarf4-gdb-index.exp: Likewise.
636         * boards/fission-dwp.exp: Likewise.
637
638 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
639
640         * gdb.base/float128.exp: Add comment and improved fail message
641         to the failure case of "print large128" test.
642
643 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
644
645         * configure.ac: Remove AC_PREREQ.
646         * configure: Re-generate.
647
648 2018-06-19  Pedro Alves  <palves@redhat.com>
649
650         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
651         (func_extern_caller): New.
652         (main): Call func_extern_caller.
653         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
654         logic change.
655
656 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
657
658         PR gdb/16841
659         * gdb.cp/typedef-base.cc: New file.
660         * gdb.cp/typedef-base.exp: New file.
661
662 2018-06-18  Tom de Vries  <tdevries@suse.de>
663
664         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
665
666 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
667             Richard Bunt <Richard.Bunt@arm.com>
668
669         * gdb.threads/attach-slow-waitpid.c: New file.
670         * gdb.threads/attach-slow-waitpid.exp: New file.
671         * gdb.threads/slow-waitpid.c: New file.
672
673 2018-06-14  Pedro Alves  <palves@redhat.com>
674
675         * gdb.base/fork-running-state.c: Include <errno.h>.
676         (exit_if_relative_exits): New.
677         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
678         exits.
679         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
680         child exits.
681
682 2018-06-14  Tom de Vries  <tdevries@suse.de>
683
684         PR cli/22573
685         * gdb.base/finish-pretty.c: New test.
686         * gdb.base/finish-pretty.exp: New file.
687
688 2018-06-14  Pedro Alves  <palves@redhat.com>
689
690         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
691         gdb's expected startup output.
692
693 2018-06-14  Pedro Alves  <palves@redhat.com>
694
695         * lib/selftest-support.exp (selftest_setup): Remove inlined
696         function handling.
697
698 2018-06-14  Tom de Vries  <tdevries@suse.de>
699
700         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
701         matching of breakpoint printing.
702
703 2018-06-13  Tom de Vries  <tdevries@suse.de>
704
705         PR testsuite/23269
706         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
707         (fork_child): ... here, and ...
708         (fork_parent): ... here.
709
710 2018-06-12  Tom de Vries  <tdevries@suse.de>
711
712         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
713
714 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
715             Stephen Roberts  <stephen.roberts@arm.com>
716
717         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
718         rewrite test to describe action performed, rather than possible
719         failure.
720
721 2018-06-08  Gary Benson <gbenson@redhat.com>
722
723         * gdb.threads/check-libthread-db.exp: New file.
724         * gdb.threads/check-libthread-db.c: Likewise.
725
726 2018-06-05  Tom Tromey  <tom@tromey.com>
727
728         * gdb.base/default.exp: Update expected "show version" output.
729
730 2018-06-05  Tom Tromey  <tom@tromey.com>
731
732         PR cli/12326:
733         * gdb.cp/static-print-quit.exp: Update.
734         * lib/gdb.exp (pagination_prompt): Update.
735         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
736         * gdb.python/python.exp: Update.
737
738 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
739
740         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
741
742 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
743
744         * gdb.ada/bp_fun_addr: New testcase.
745
746 2018-06-01  Tom Tromey  <tom@tromey.com>
747
748         * gdb.xml/tdesc-regs.exp (load_description): Update expected
749         results.
750         * gdb.dwarf2/method-ptr.exp: Set language to C++.
751         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
752         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
753         * gdb.base/maint.exp (maint_pass_if): Update.
754
755 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
756
757         * gdb.base/endian.exp: New test.
758         * gdb.base/endian.c: New test source.
759
760 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
761
762         PR gdb/23203
763         * gdb.base/bt-selected-frame.c: New file.
764         * gdb.base/bt-selected-frame.exp: New file.
765         * lib/gdb.exp (get_current_frame_number): New function.
766
767 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
768             Pedro Alves  <palves@redhat.com>
769
770         * gdb.threads/tls-core.c: Include <stdlib.h>
771         (thread_proc): Call `abort'.
772         * gdb.threads/tls-core.exp: Generate a core with core_find too.
773         (tls_core_test): New procedure, bits factored out from ...
774         (top level): ... here.  Test both native cores and gcore cores.
775
776 2018-05-23  Tom Tromey  <tom@tromey.com>
777
778         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
779
780 2018-05-23  Tom Tromey  <tom@tromey.com>
781
782         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
783         symfile_complaints.
784         (test_short_complaints): Likewise.
785         (test_empty_complaints): Likewise.
786         (test_initial_complaints): Update.
787
788 2018-05-23  Tom Tromey  <tom@tromey.com>
789
790         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
791
792 2018-05-23  Tom Tromey  <tom@tromey.com>
793
794         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
795         (test_short_complaints): Update.
796
797 2018-05-22  Pedro Alves  <palves@redhat.com>
798
799         * gdb.base/remote.exp: Only gdb_start after compiling the
800         testcase.  Issue "disconnect" before testing "set remote" command
801         defaults.  Issue clean_restart before running to main.
802
803 2018-05-22  Pedro Alves  <palves@redhat.com>
804
805         * gdb.base/remote.exp: Adjust expected output of "show remote
806         memory-write-packet-size".  Add tests for "set remote
807         memory-write-packet-size 0" and "set remote
808         memory-write-packet-size fixed/limit".
809
810 2018-05-22  Pedro Alves  <palves@redhat.com>
811
812         PR gdb/22973
813         * gdb.base/utf8-identifiers.c: New file.
814         * gdb.base/utf8-identifiers.exp: New file.
815
816 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
817
818         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
819
820 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
821
822         * gdb.arch/powerpc-vsx-gcore.exp: New file.
823
824 2018-05-18  Tom Tromey  <tom@tromey.com>
825
826         * gdb.base/ptype-offsets.exp: Update.
827
828 2018-05-17  Keith Seitz  <keiths@redhat.com>
829
830         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
831         in expected breakpoint stop locations.
832         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
833         move to proper scope to test variable values.
834         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
835         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
836         New functions.
837         (main): Call not_inline_func3.
838         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
839         inline_func1, inline_func2, and inline_func3.  Test that when each
840         breakpoint is hit, GDB properly reports both the stop location
841         and the backtrace. Repeat tests for temporary breakpoints.
842
843 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
844
845         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
846         rather then trying to access it in determining whether the PID
847         of `gdbserver' could have been retrieved.
848
849 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
850
851         * gdb.arch/amd64-init-x87-values.S: New file.
852         * gdb.arch/amd64-init-x87-values.exp: New file.
853
854 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
855
856         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
857
858 2018-05-04  Tom Tromey  <tom@tromey.com>
859
860         PR python/22730:
861         * gdb.python/python.exp: Test multi-line execute.
862
863 2018-05-04  Tom Tromey  <tom@tromey.com>
864
865         PR python/22731:
866         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
867
868 2018-05-04  Tom Tromey  <tom@tromey.com>
869
870         PR gdb/11750:
871         * gdb.base/define.exp: Test defining a user command inside a user
872         command.
873         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
874
875 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
876             Pedro Alves <palves@redhat.com>
877
878         PR breakpoints/19806 and support for PR external/20207.
879         * gdb.base/watchpoint-unaligned.c: New file.
880         * gdb.base/watchpoint-unaligned.exp: New file.
881
882 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
883
884         * gdb.base/maint.exp: Make test names unique, use
885         test_prefix_command_help to test 'help maint info', and remove
886         repeated test of 'help maint'.
887
888 2018-05-04  Tom Tromey  <tom@tromey.com>
889
890         PR gdb/22619:
891         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
892         behavior.
893
894 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
895
896         * gdb.base/maint.exp: Process output from 'maint print registers'
897         line at a time.
898
899 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
900
901         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
902         timeout.
903
904 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
905
906         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
907         filter pattern.
908
909 2018-05-02  Pedro Alves  <palves@redhat.com>
910
911         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
912         to_log_command renames.
913         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
914
915 2018-05-02  Tom Tromey  <tom@tromey.com>
916
917         * gdb.python/py-parameter.exp: Set test message.
918
919 2018-05-02  Tom Tromey  <tom@tromey.com>
920
921         PR python/20084:
922         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
923         PARAM_ZUINTEGER_UNLIMITED tests.
924
925 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
926
927         PR rust/23124
928         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
929         when casting.
930
931 2018-04-30  Tom Tromey  <tom@tromey.com>
932
933         * gdb.python/py-type.exp: Check align attribute.
934         * gdb.python/py-type.c: New "aligncheck" global.
935
936 2018-04-30  Tom Tromey  <tom@tromey.com>
937
938         PR exp/17095:
939         * gdb.dwarf2/dw2-align.exp: New file.
940         * gdb.cp/align.exp: New file.
941         * gdb.base/align.exp: New file.
942         * lib/gdb.exp (gdb_int128_helper): New proc.
943         (has_int128_c, has_int128_cxx): New caching procs.
944
945 2018-04-27  Tom Tromey  <tom@tromey.com>
946
947         PR rust/22545:
948         * gdb.rust/simple.exp: Add inclusive range tests.
949
950 2018-04-26  Pedro Alves  <palves@redhat.com>
951
952         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
953         ifunc breakpoint locations correctly of ifunc breakpoints set
954         while the program resolves the ifunc.
955
956 2018-04-26  Pedro Alves  <palves@redhat.com>
957
958         * gdb.base/gnu-ifunc-final.c: New file.
959         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
960         * gdb.base/gnu-ifunc.exp (executable): Delete.
961         (staticexecutable): Adjust.
962         (lib_opts, exec_opts): Delete.
963         (make_binsuffix, build, set-break): New procedures.
964         (misc_tests): New, with tests factored out from the top level.
965         (top level): Test different combinations of ifunc resolver name,
966         resolver with and with debug info, and ifunc target with and
967         without debug info.  Wrap static tests with with_target_prefix.
968
969 2018-04-26  Pedro Alves  <palves@redhat.com>
970
971         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
972         return type" warnings.
973
974 2018-04-25  Pedro Alves  <palves@redhat.com>
975
976         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
977         killed".
978         * gdb.base/kill-after-signal.exp: Likewise.
979         * gdb.threads/kill.exp: Likewise.
980
981 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
982             Sergio Durigan Junior  <sergiodj@redhat.com>
983             Pedro Alves  <palves@redhat.com>
984
985         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
986         regexps to expect for '[Inferior ... detached]' as well.
987         * gdb.base/attach.exp: Likewise.
988         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
989         "gdb_continue_to_end".
990         (test_catch_syscall_with_wrong_args): Likewise.
991         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
992         ']'.  Don't set 'verbose' on.
993         * gdb.base/foll-vfork.exp: Likewise.
994         * gdb.base/fork-print-inferior-events.c: New file.
995         * gdb.base/fork-print-inferior-events.exp: New file.
996         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
997         '[Inferior ... has been killed]' message.
998         * gdb.base/kill-after-signal.exp: Likewise.
999         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1000         detach message.
1001         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1002         message.
1003         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1004         regexps to expect for '[Inferior ... detached]' as well.
1005         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1006
1007 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1008
1009         PR gdb/23104
1010         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1011
1012 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1013
1014         * gdb.threads/multiple-successive-infcall.c: New test.
1015         * gdb.threads/multiple-successive-infcall.exp: New file.
1016
1017 2018-04-17  Tom Tromey  <tom@tromey.com>
1018
1019         * gdb.rust/simple.rs (Union): New type.
1020         (main): New local "u".
1021         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1022
1023 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1024
1025         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1026         number information in output of "whereis" command.
1027         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1028
1029 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1030
1031         * gdb.ada/info_types.exp: Adjust expected output to the line
1032         numbers now printed by "info var/func/type".
1033         * gdb.base/completion.exp: Likewise.
1034         * gdb.base/included.exp: Likewise.
1035         * gdb.cp/cp-relocate.exp: Likewise.
1036         * gdb.cp/cplusfuncs.exp: Likewise.
1037         * gdb.cp/namespace.exp: Likewise.
1038         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1039
1040 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1041
1042         * gdb.btrace/cpu.exp: New.
1043
1044 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1045
1046         * gdb.base/step-indirect-call-thunk.exp: New.
1047         * gdb.base/step-indirect-call-thunk.c: New.
1048         * gdb.reverse/step-indirect-call-thunk.exp: New.
1049         * gdb.reverse/step-indirect-call-thunk.c: New.
1050
1051 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1052
1053         * gdb.base/pie-fork.c: New file.
1054         * gdb.base/pie-fork.exp: New file.
1055
1056 2018-04-11  Tom Tromey  <tom@tromey.com>
1057
1058         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1059
1060 2018-04-10  Pedro Alves  <palves@redhat.com>
1061
1062         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1063         exits.  Instead loop running forever.
1064         (fork_parent): Run forever too.
1065
1066 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1067
1068         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1069         mi_continue_to_line.
1070         * gdb.mi/mi-stack.c (callee4): Add comment.
1071
1072 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1073
1074         * gdb.mi/mi-stack.exp: Fix indentation.
1075
1076 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1077
1078         PR gdb/22979
1079         * gdb.arch/amd64-osabi.exp: New file.
1080
1081 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1082
1083         PR gdb/22980
1084         * gdb.base/osabi.exp: New file.
1085
1086 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1087
1088         * gdb.cp/static-typedef-print.exp: New file.
1089         * gdb.cp/static-typedef-print.cc: New file.
1090
1091 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1092
1093         * gdb.ada/varsize_limit: New testcase.
1094
1095 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1096
1097         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1098
1099         * gdb.ada/notcplusplus: New testcase.
1100
1101         * gdb.base/c-linkage-name.c: New file.
1102         * gdb.base/c-linkage-name.exp: New testcase.
1103
1104 2018-03-26  Tom Tromey  <tom@tromey.com>
1105
1106         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1107         * gdb.python/py-framefilter.py (name_error): New global.
1108         (ErrorInName.function): Use name_error.
1109
1110 2018-03-26  Tom Tromey  <tom@tromey.com>
1111
1112         PR backtrace/15582:
1113         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1114
1115 2018-03-23  Keith Seitz  <keiths@redhat.com>
1116
1117         PR c++/22968
1118         * gdb.cp/subtypes.exp: New file.
1119         * gdb.cp/subtypes.h: New file.
1120         * gdb.cp/subtypes.cc: New file.
1121         * gdb.cp/subtypes-2.cc: New file.
1122
1123 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1124
1125         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1126         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1127         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1128         -nostartfiles when compiling the test.  Confirm that all registers
1129         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1130
1131 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1132
1133         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1134         option, syntax was wrong anyway.
1135         * gdb.arch/arm-disp-step.exp: Likewise.
1136         * gdb.arch/sparc64-regs.exp: Likewise.
1137         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1138         option, syntax was wrong anyway, switch to use
1139         prepare_for_testing.
1140         * gdb.arch/i386-disp-step.exp: Likewise.
1141
1142 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1143
1144         * gdb.ada/exec_changed.exp: Replace "target_info exists
1145         use_gdb_stub" by "use_gdb_stub".
1146         * gdb.ada/start.exp: Likewise.
1147         * gdb.base/async-shell.exp: Likewise.
1148         * gdb.base/attach-pie-misread.exp: Likewise.
1149         * gdb.base/attach-wait-input.exp: Likewise.
1150         * gdb.base/break-entry.exp: Likewise.
1151         * gdb.base/break-interp.exp: Likewise.
1152         * gdb.base/dprintf-detach.exp: Likewise.
1153         * gdb.base/nostdlib.exp: Likewise.
1154         * gdb.base/solib-nodir.exp: Likewise.
1155         * gdb.base/statistics.exp: Likewise.
1156         * gdb.base/testenv.exp: Likewise.
1157         * gdb.mi/mi-exec-run.exp: Likewise.
1158         * gdb.mi/mi-start.exp: Likewise.
1159         * gdb.multi/dummy-frame-restore.exp: Likewise.
1160         * gdb.multi/multi-arch-exec.exp: Likewise.
1161         * gdb.multi/multi-arch.exp: Likewise.
1162         * gdb.multi/tids.exp: Likewise.
1163         * gdb.multi/watchpoint-multi.exp: Likewise.
1164         * gdb.python/py-events.exp: Likewise.
1165         * gdb.threads/attach-into-signal.exp: Likewise.
1166         * gdb.threads/attach-stopped.exp: Likewise.
1167         * gdb.threads/threadapply.exp: Likewise.
1168         * lib/selftest-support.exp: Likewise.
1169
1170 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1171
1172         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1173
1174 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1175
1176         * gdb.perf/template-breakpoints.cc: New file.
1177         * gdb.perf/template-breakpoints.exp: New file.
1178         * gdb.perf/template-breakpoints.py: New file.
1179
1180 2018-03-19  Tom Tromey  <tom@tromey.com>
1181
1182         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1183         y0.
1184         * gdb.rust/simple.exp: Test bare identifier form of struct
1185         initializer.
1186
1187 2018-03-19  Tom Tromey  <tom@tromey.com>
1188
1189         * gdb.gdb/observer.exp: Remove.
1190
1191 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1192
1193         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1194         "qualified" option when setting breakpoints.
1195         * gdb.trace/backtrace.exp: Likewise.
1196         * gdb.trace/circ.exp: Likewise.
1197         * gdb.trace/collection.exp: Likewise.
1198         * gdb.trace/disconnected-tracing.exp: Likewise.
1199         * gdb.trace/ftrace-lock.exp: Likewise.
1200         * gdb.trace/ftrace.exp: Likewise.
1201         * gdb.trace/infotrace.exp: Likewise.
1202         * gdb.trace/packetlen.exp: Likewise.
1203         * gdb.trace/passc-dyn.exp: Likewise.
1204         * gdb.trace/qtro.exp: Likewise.
1205         * gdb.trace/read-memory.exp: Likewise.
1206         * gdb.trace/report.exp: Likewise.
1207         * gdb.trace/signal.exp: Likewise.
1208         * gdb.trace/status-stop.exp: Likewise.
1209         * gdb.trace/strace.exp: Likewise.
1210         * gdb.trace/tfind.exp: Likewise.
1211         * gdb.trace/trace-break.exp: Likewise.
1212         * gdb.trace/trace-condition.exp: Likewise.
1213         * gdb.trace/trace-mt.exp: Likewise.
1214         * gdb.trace/tstatus.exp: Likewise.
1215         * gdb.trace/tsv.exp: Likewise.
1216         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1217         * gdb.trace/unavailable.exp: Likewise.
1218         * gdb.trace/while-dyn.exp: Likewise.
1219
1220 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1221
1222         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1223         that libinproctrace is copied to the target.
1224
1225 2018-03-14  Tom Tromey  <tom@tromey.com>
1226
1227         PR cli/14977:
1228         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1229         a null pointer.
1230         * gdb.base/wchar.exp: Likewise.
1231
1232 2018-03-14  Tom Tromey  <tom@tromey.com>
1233
1234         PR cli/19918:
1235         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1236         flag.
1237
1238 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1239
1240         PR gdb/22841
1241         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1242         "target" to remote_exec.
1243
1244 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1245
1246         PR gdb/22841
1247         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1248         ${board}_upload): Remove.
1249
1250 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1251
1252         * gdb.cp/watch-cp.cc: New test.
1253         * gdb.cp/watch-cp.exp: New file.
1254
1255 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1256
1257         * gdb.base/infcall-nested-structs.exp: New file.
1258         * gdb.base/infcall-nested-structs.c: New file.
1259         * gdb.base/float.exp: Add riscv support.
1260
1261 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1262
1263         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1264         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1265
1266 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1267
1268         * gdb.server/abspath.exp: New file.
1269         * lib/gdb.exp (with_cwd): New procedure.
1270
1271 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1272
1273         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1274         use it.
1275         (gdb_is_target_remote_prompt): New proc.
1276         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1277         (gdb_is_target_native): Pass prompt parameter to
1278         gdb_is_target_1.
1279
1280 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1281
1282         * gdb.base/load-command.c: New file.
1283         * gdb.base/load-command.exp: New file.
1284         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1285         (gdb_is_target_1): ...this, and generalize for other targets
1286         than just remote.
1287         (gdb_is_target_remote): Use gdb_is_target_1.
1288         (gdb_is_target_native): use gdb_is_target_1.
1289
1290 2018-02-26  Tom Tromey  <tom@tromey.com>
1291
1292         PR python/16497:
1293         * gdb.python/py-framefilter.exp: Update test.
1294
1295 2018-02-26  Tom Tromey  <tom@tromey.com>
1296
1297         * gdb.dwarf2/variant.c: New file.
1298         * gdb.dwarf2/variant.exp: New file.
1299
1300 2018-02-26  Tom Tromey  <tom@tromey.com>
1301
1302         * gdb.rust/simple.exp: Accept more possible results in enum test.
1303
1304 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1305
1306         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1307         parentheses.
1308
1309 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1310
1311         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1312         name of a variable: $actual_linejj -> $actual_line.
1313
1314 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1315
1316         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1317
1318 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1319
1320         * gdb.btrace/buffer-size.exp: Do not force BTS.
1321
1322 2018-02-14  Pedro Alves  <palves@redhat.com>
1323
1324         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1325         getting a "Quit".
1326
1327 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1328
1329         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1330         Fix test name.
1331
1332 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1333
1334         * gdb.cp/m-static.exp: Check type of optimized out static
1335         member.
1336
1337 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1338
1339         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1340         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1341
1342 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1343             Leszek Swirski  <leszeks@google.com>
1344
1345         * gdb.python/py-prettyprint.c
1346         (struct to_string_returns_value_inner,
1347         struct to_string_returns_value_wrapper): New.
1348         (main): Add tsrvw variable.
1349         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1350         ToStringReturnsValueWrapper): New classes.
1351         (register_pretty_printers): Register new pretty-printers.
1352         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1353         recursive pretty printer.
1354         * gdb.python/py-mi.exp: Likewise.
1355
1356 2018-02-01  Leszek Swirski  <leszeks@google.com>
1357
1358         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1359         functions with the same name as an include file are parsed
1360         correctly.
1361
1362 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1363
1364         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1365         "\[^\r\n\]*".
1366
1367 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1368
1369         * gdb.arch/powerpc-prologue-frame.s: New file.
1370         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1371         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1372
1373 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1374
1375         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1376
1377 2018-01-30  Pedro Alves  <palves@redhat.com>
1378
1379         PR gdb/13211
1380         * gdb.base/interrupt-daemon.c: New.
1381         * gdb.base/interrupt-daemon.exp: New.
1382         * gdb.multi/multi-term-settings.c: New.
1383         * gdb.multi/multi-term-settings.exp: New.
1384
1385 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1386
1387         * gdb.base/break.exp: Save the location where the breakpoint
1388         on break.c:47 was actually inserted when debugging the version
1389         compiled at -O2 and use it in the expected output of the "info
1390         break" test performed soon after.
1391
1392 2018-01-22  Pedro Alves  <palves@redhat.com>
1393             Sergio Durigan Junior  <sergiodj@redhat.com>
1394
1395         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1396         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1397
1398 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1399
1400         * gdb.base/break-include.c, gdb.base/break-include.inc,
1401         gdb.base/break-include.exp: New files.
1402         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1403         line number now being the actual line number where the breakpoint
1404         was inserted.
1405         * gdb.mi/mi-break.exp: Likewise.
1406         * gdb.mi/mi-reverse.exp: Likewise.
1407         * gdb.mi/mi-simplerun.exp: Ditto.
1408
1409 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1410
1411         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1412         varobj.
1413         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1414
1415 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1416             Andrew Burgess  <andrew.burgess@embecosm.com>
1417
1418         * gdb.mi/basics.c: Add new global.
1419         * gdb.mi/mi-frame-regs.exp: New file.
1420         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1421         case.
1422
1423 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1424
1425         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1426         non-parameter, and on an unknown symbol.
1427
1428 2018-01-19  Tom Tromey  <tom@tromey.com>
1429
1430         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1431         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1432
1433 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1434
1435         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1436         setrlimit and chdir to int.
1437
1438 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1439
1440         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1441         function.
1442         (my_tend): Likewise.
1443         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1444         rationale of avoiding FP- and vector instructions.
1445
1446 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1447
1448         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1449         "info reg" with "\[ \t\]*".
1450         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1451         "\[ \t\]+".
1452         * gdb.arch/s390-multiarch.exp: Ditto.
1453         * gdb.base/pc-fp.exp: Ditto.
1454         * gdb.reverse/i386-precsave.exp: Ditto.
1455         * gdb.reverse/i386-reverse.exp: Ditto.
1456         * gdb.reverse/i387-env-reverse.exp: Ditto.
1457         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1458
1459 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1460
1461         * lib/gdb.exp (gdb_compile): Re-enable use of
1462         universal_compile_options for languages other than Rust.
1463
1464 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1465
1466         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1467
1468 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1469
1470         PR gdb/16577
1471         * gdb.base/solib-vanish.exp: New.
1472         * gdb.base/solib-vanish-main.c: New.
1473         * gdb.base/solib-vanish-lib1.c: New.
1474         * gdb.base/solib-vanish-lib2.c: New.
1475
1476 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1477
1478         * gdb.compile/compile.exp: Match the address printed for
1479         frame in the output of command "bt".
1480
1481 2018-01-15  Tom Tromey  <tom@tromey.com>
1482
1483         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1484         compute sp_reg.
1485
1486 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1487
1488         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1489         to prepare.
1490         (prepare): Return 0 on error, 1 on success.
1491
1492 2018-01-12  Pedro Alves  <palves@redhat.com>
1493
1494         * gdb.base/continue-after-aborted-step-over.c: New.
1495         * gdb.base/continue-after-aborted-step-over.exp: New.
1496
1497 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1498
1499         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1500         options when not creating an executable.
1501
1502 2018-01-11  Pedro Alves  <palves@redhat.com>
1503
1504         PR remote/22597
1505         * gdb.server/stop-reply-no-thread.c: New file.
1506         * gdb.server/stop-reply-no-thread.exp: New file.
1507
1508 2018-01-10  Pedro Alves  <palves@redhat.com>
1509
1510         PR gdb/22670
1511         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1512         functions too.  Test setting breakpoints and printing C functions
1513         with no debug info too.
1514         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1515
1516 2018-01-10  Pedro Alves  <palves@redhat.com>
1517
1518         PR gdb/22670
1519         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1520         a fail.
1521
1522 2018-01-10  Pedro Alves  <palves@redhat.com>
1523
1524         PR gdb/22670
1525         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1526
1527 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1528
1529         * gdb.server/unittest.exp: Match the output in non-development
1530         mode.
1531
1532 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1533
1534         * gdb.gdb/unittest.exp: Match output in non-development mode.
1535
1536 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1537
1538         * gdb.ada/access_tagged_param.exp: Relax expected output
1539         for value of "ObjL" in "continue" to pck.inspect breakpoint
1540         test.
1541
1542 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1543
1544         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1545         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1546
1547 2018-01-05  Pedro Alves  <palves@redhat.com>
1548
1549         PR gdb/18653
1550         * gdb.base/libsegfault.exp: New.
1551
1552 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1553
1554         PR gdb/22670
1555         * gdb.ada/access_tagged_param.exp: New file.
1556         * gdb.ada/access_tagged_param/foo.adb: New file.
1557
1558 2018-01-05  Pedro Alves  <palves@redhat.com>
1559
1560         PR gdb/22670
1561         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
1562         exercise lower case too, and to exercise both full matching and
1563         wild matching.
1564
1565 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1566
1567         * gdb.ada/rename_subscript_param: New testcase.
1568
1569 2018-01-05  Jerome Guitton  <guitton@adacore.com>
1570
1571         * gdb.ada/arr_acc_idx_w_gap: New testcase.
1572
1573 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1574
1575         * gdb.ada/convvar_comp: New testcase.
1576
1577 2018-01-05  Xavier Roirand  <roirand@adacore.com>
1578
1579         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1580         (My_Table): New global variable.
1581         * testsuite/gdb.ada/array_char_idx.exp: Add test.
1582
1583 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1584
1585         PR gdb/22670
1586         * gdb.ada/maint_with_ada: New testcase.
1587
1588 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1589
1590         PR gdb/22670
1591         * gdb.ada/bp_c_mixed_case: New testcase.
1592
1593 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1594
1595         PR gdb/22670
1596         * gdb.ada/complete.exp: Add "complete break ada" test.
1597
1598 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1599
1600         PR gdb/22670
1601         * gdb.ada/info_addr_mixed_case: New testcase.
1602
1603 2018-01-03  Xavier Roirand  <roirand@adacore.com>
1604
1605         * gdb.ada/excep_handle.exp: New testcase.
1606         * gdb.ada/excep_handle/foo.adb: New file.
1607         * gdb.ada/excep_handle/pck.ads: New file.
1608
1609 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
1610
1611         * gdb.base/step-line.c: Add extra empty line in copyright header.
1612         * gdb.base/step-line.inp: Likewise.
1613
1614 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1615
1616         * gdb.ada/dyn_stride.exp: Add slice test.
1617
1618 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1619
1620         * gdb.ada/dyn_stride: New testcase.
1621
1622 2017-12-27  Stafford Horne  <shorne@gmail.com>
1623
1624         * gdb.xml/extra-regs.xml: Add example foo reggroup.
1625         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1626
1627 2017-12-27  Stafford Horne  <shorne@gmail.com>
1628
1629         * gdb.base/reggroups.c: New file.
1630         * gdb.base/reggroups.exp: New file.
1631
1632 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1633
1634         * gdb.dwarf2/ada-valprint-error.c: New file.
1635         * gdb.dwarf2/ada-valprint-error.exp: New file.
1636
1637 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1638
1639         * gdb.ada/assign_arr: New testcase.
1640
1641 2017-12-18  Xavier Roirand  <roirand@adacore.com>
1642
1643         * gdb.ada/funcall_ptr: New testcase.
1644
1645 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1646
1647         PR cli/16224
1648         * gdb.base/ptype-offsets.cc: New file.
1649         * gdb.base/ptype-offsets.exp: New file.
1650
1651 2017-12-15  Yao Qi  <yao.qi@linaro.org>
1652
1653         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1654         if XML is disabled.
1655
1656 2017-12-15  Xavier Roirand  <roirand@adacore.com>
1657
1658         * gdb.ada/same_component_name: New testcase.
1659
1660 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1661
1662         * gdb.ada/str_binop_equal: New testcase.
1663
1664 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1665
1666         * gdb.ada/task_switch_in_core: New testcase.
1667
1668 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
1669
1670         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1671         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1672         call test_bkpt_qualified.
1673         (test_bkpt_qualified): New proc.
1674
1675 2017-12-13  Pedro Alves  <palves@redhat.com>
1676
1677         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1678         Tighten regexp by matching with an anchor.
1679
1680 2017-12-13  Pedro Alves  <palves@redhat.com>
1681
1682         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1683         ("expression with namespace"): New set of tests.
1684         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1685         (Nested::Test_NS::qux): New.
1686         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1687         defaults to 'start_quote_char' and 'end_quote_char' parameters.
1688
1689 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
1690
1691         * gdb.base/server-del-break.c: New file.
1692         * gdb.base/server-del-break.exp: New file.
1693
1694 2017-12-12  Stafford Horne  <shorne@gmail.com>
1695
1696         * gdb.xml/tdesc-regs.exp: Add or1k support.
1697
1698 2017-12-12  Stafford Horne  <shorne@gmail.com>
1699
1700         * gdb.base/bp-permanent.c: Define nop of or1k.
1701
1702 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1703
1704         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1705         output with components being reordered.
1706
1707 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1708
1709         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1710         output with components being reordered.
1711
1712 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1713             Pedro Alves  <palves@redhat.com>
1714
1715         * gdb.base/maint.exp (check for .gdb_index): Check also for
1716         .debug_names.
1717         * gdb.dlang/watch-loc.c (.debug_aranges): New.
1718         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1719         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1720         (.gdb_index used after symbol reloading): Support also .debug_names.
1721         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1722
1723 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1724
1725         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1726         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1727
1728 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1729
1730         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1731         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1732
1733 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1734
1735         * gdb.arch/aarch64-tagged-pointer.c: New file.
1736         * gdb.arch/aarch64-tagged-pointer.exp: New file.
1737
1738 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1739
1740         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1741         "int".
1742
1743 2017-12-07  Keith Seitz  <keiths@redhat.com>
1744
1745         PR breakpoints/22569
1746         * gdb.linespec/ls-errs.exp: Change expected result of "break
1747         -source this file has spaces.c -line 3".
1748         Check that an explicit source file followed by whitespace is
1749         identified as an invalid explicit location.
1750
1751 2017-12-07  Keith Seitz  <keiths@redhat.com>
1752
1753         * gdb.cp/nested-types.cc: New file.
1754         * gdb.cp/nested-types.exp: New file.
1755         * lib/cp-support.exp: Load data-structures.exp library.
1756         (debug_cp_test_ptype_class): New global.
1757         (cp_ptype_class_verbose, next_line): New procedures.
1758         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1759         Add and document new return value.
1760         Switch the list of lines to a queue.
1761         Add support for new `type' key for nested type definitions.
1762         Add debugging/troubleshooting messages.
1763         * lib/data-structures.exp: New file.
1764
1765 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
1766
1767         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1768         with proc_with_prefix, don't use with_test_prefix.
1769
1770 2017-12-07  Tom Tromey  <tom@tromey.com>
1771
1772         * gdb.base/break.exp: Add test for empty "commands".
1773
1774 2017-12-07  Yao Qi  <yao.qi@linaro.org>
1775
1776         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1777         malloc and catch syscall.
1778
1779 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
1780
1781        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1782         tests for explicit locations.
1783
1784 2017-12-06  Pedro Alves  <palves@redhat.com>
1785
1786         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1787         force-disabling XML descriptions.
1788
1789 2017-12-04  Pedro Alves  <palves@redhat.com>
1790
1791         PR gdb/22499
1792         * gdb.arch/amd64-disp-step-avx.S: New file.
1793         * gdb.arch/amd64-disp-step-avx.exp: New file.
1794
1795 2017-12-03  Pedro Alves  <palves@redhat.com>
1796
1797         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1798         and <string.h>.
1799         (parent_function): Print distinct messages when waitpid fails, or
1800         the child exits with a signal, or the child exits for an unhandled
1801         reason.
1802         * gdb.threads/process-dies-while-detaching.exp
1803         (detach_and_expect_exit): New 'inf_output_re' parameter and use
1804         it.  Wait for both inferior output and GDB's prompt.  Use an
1805         indirect spawn id list.
1806         (do_detach): New parameter 'child_exit'.  Use it to compute
1807         expected inferior output.
1808         (test_detach, test_detach_watch, test_detach_killed_outside):
1809         Adjust to pass down the expected child exit kind.
1810
1811 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
1812             Sergio Durigan Junior  <sergiodj@redhat.com>
1813             Pedro Alves  <palves@redhat.com>
1814
1815         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1816
1817 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
1818
1819         * gdb.base/relocate.exp: Add tests to guarantee that arguments
1820         to 'symbol-file' and 'add-symbol-file' can be
1821         position-independent.
1822
1823 2017-12-01  Yao Qi  <yao.qi@linaro.org>
1824
1825         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1826         the URL in copyright header.
1827         * gdb.arch/aarch64-fp.exp: Likewise.
1828         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1829         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1830         * gdb.base/expand-psymtabs.exp: Likewise.
1831         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1832         * gdb.fortran/common-block.exp: Likewise.
1833         * gdb.fortran/common-block.f90: Likewise.
1834         * gdb.fortran/logical.exp: Likewise.
1835         * gdb.fortran/vla-datatypes.f90: Likewise.
1836         * gdb.fortran/vla-sub.f90: Likewise.
1837
1838 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
1839
1840         * gdb.ada/repeat_dyn: New testcase.
1841
1842 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1843
1844         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1845         Update for changed thread numbering.
1846         * gdb.cell/bt.exp: Update for changed GDB output.
1847
1848 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
1849
1850         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1851         setting isremote by hand.
1852         * boards/dwarf4-gdb-index.exp: Likewise.
1853         * boards/fission.exp: Likewise.
1854         * boards/stabs.exp: Likewise.
1855
1856 2017-11-30  Pedro Alves  <palves@redhat.com>
1857
1858         * gdb.linespec/cpls-ops.exp
1859         (check_explicit_skips_function_argument): Extract the underlying
1860         type of size_t instead of hardcoding it.
1861
1862 2017-11-29  Pedro Alves  <palves@redhat.com>
1863
1864         PR c++/19436
1865         * gdb.linespec/cpls-abi-tag.cc: New file.
1866         * gdb.linespec/cpls-abi-tag.exp: New file.
1867
1868 2017-11-29  Pedro Alves  <palves@redhat.com>
1869
1870         * gdb.base/langs.exp: Use -qualified.
1871         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1872         it.
1873         * gdb.cp/namespace.exp: Use -qualified.
1874         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1875         (overload-3, template-overload, template-ret-type, const-overload)
1876         (const-overload-quoted, anon-ns, ambiguous-prefix): New
1877         procedures.
1878         (test_driver): Call them.
1879         * gdb.cp/save-bp-qualified.cc: New.
1880         * gdb.cp/save-bp-qualified.exp: New.
1881         * gdb.linespec/explicit.exp: Test -qualified.
1882         * lib/completion-support.exp (completion::explicit_opts_list): Add
1883         "-qualified".
1884         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1885
1886 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1887
1888         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1889
1890 2017-11-29  Tom Tromey  <tom@tromey.com>
1891
1892         * gdb.base/relocate.exp: Update invalid argument test.
1893         Add new tests for invalid arguments.
1894
1895 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1896
1897         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1898         Return 0 as a long.
1899         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1900
1901 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1902
1903         * gdb.cp/breakpoint.cc (bar): Set return type to void.
1904         * gdb.cp/psymtab-parameter.cc (func): Likewise.
1905         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1906         func ().
1907         * gdb.cp/shadow.cc (B.func): Return 0.
1908
1909 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
1910
1911         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1912         expected output in gdb_expect call to allow the exception
1913         message to be present as well.  Fix syntax confusion to avoid
1914         TCL thinking that exception_name is an array.
1915
1916 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
1917
1918         * gdb.arch/spu-info.c: Include <unistd.h>.
1919         (do_signal_test): Fix broken calls to write.
1920         * gdb.arch/spu-info.exp: Use prepare_for_testing.
1921         Fix checks for empty mailboxes.  Update signal tests for corrected
1922         do_signal_test routine.  Allow nonzero event status.
1923         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1924         * gdb.cell/arch.exp: Use standard_output_file.
1925         * gdb.cell/break.exp: Likewise.
1926         * gdb.cell/bt.exp: Likewise.
1927         * gdb.cell/core.exp: Likewise.
1928         * gdb.cell/dwarfaddr.exp: Likewise.
1929         * gdb.cell/ea-cache.exp: Likewise.
1930         * gdb.cell/ea-standalone.exp: Likewise.
1931         * gdb.cell/f-regs.exp: Likewise.
1932         * gdb.cell/fork.exp: Likewise.
1933         * gdb.cell/gcore.exp: Likewise.
1934         * gdb.cell/mem-access.exp: Likewise.
1935         * gdb.cell/ptype.exp: Likewise.
1936         * gdb.cell/registers.exp: Likewise.
1937         * gdb.cell/sizeof.exp: Likewise.
1938         * gdb.cell/solib-symbol.exp: Likewise.
1939         * gdb.cell/solib.exp: Likewise.
1940
1941 2017-11-25   Pedro Alves  <palves@redhat.com>
1942
1943         * gdb.base/complete-empty.exp: New file.
1944         * gdb.base/completion.exp: Adjust.
1945
1946 2017-11-25  Pedro Alves  <palves@redhat.com>
1947
1948         * gdb.linespec/cpls-ops.cc: New file.
1949         * gdb.linespec/cpls-ops.exp: New file.
1950         * lib/completion-support.exp (test_complete_prefix_range_re): New,
1951         factored out from ...
1952         (test_complete_prefix_range): ... this.
1953
1954 2017-11-24  Pedro Alves  <palves@redhat.com>
1955
1956         * gdb.linespec/cpcompletion.exp: New file.
1957         * gdb.linespec/cpls-hyphen.cc: New file.
1958         * gdb.linespec/cpls.cc: New file.
1959         * gdb.linespec/cpls2.cc: New file.
1960         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
1961         test to use test_gdb_complete_unique.  Add label completion,
1962         keyword completion and explicit location completion tests.
1963         * lib/completion-support.exp: New file.
1964
1965 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
1966
1967         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1968         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1969         when hitting an exception catchpoint.
1970
1971 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1972
1973         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1974
1975 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
1976
1977         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1978         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1979         * gdb.dwarf2/info-locals-optimized-out.c: New file.
1980
1981 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1982
1983         * gdb.base/info-os.exp: Pass pthreads.
1984         * gdb.multi/multi-attach.exp: Likewise.
1985
1986 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1987
1988         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1989         compiler.
1990
1991 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1992
1993         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
1994         * gdb.base/break-interp.exp: Likewise.
1995         * gdb.base/jit-attach-pie.exp: Likewise.
1996
1997 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
1998
1999         * gdb.base/float128.c (large128): New variable.
2000         * gdb.base/float128.exp: Add test to print largest __float128 value.
2001
2002 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2003
2004         * gdb.arch/vsx-regs.exp: Update register content checks.
2005
2006 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2007
2008         * gdb.arch/ppc-longdouble.exp: New file.
2009         * gdb.arch/ppc-longdouble.c: Likewise.
2010
2011 2017-11-21  Pedro Alves  <palves@redhat.com>
2012
2013         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2014
2015 2017-11-20  Pedro Alves  <palves@redhat.com>
2016
2017         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2018         (long_double_typedef): New typedefs.
2019         Use DEF on double and long double.
2020         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2021         cases.
2022         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2023         and 'long_double_ptr_same_size' locals.  Use them to decide
2024         whether cast from array/function to float is valid/invalid.
2025
2026 2017-11-17  Tom Tromey  <tom@tromey.com>
2027
2028         * gdb.rust/traits.rs: New file.
2029         * gdb.rust/traits.exp: New file.
2030
2031 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2032
2033         * gdb.ada/minsyms: New testcase.
2034
2035 2017-11-16  Pedro Alves  <palves@redhat.com>
2036
2037         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2038         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2039
2040 2017-11-16  Pedro Alves  <palves@redhat.com>
2041
2042         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2043         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2044
2045 2017-11-16  Pedro Alves  <palves@redhat.com>
2046
2047         * gdb.server/reconnect-ctrl-c.c: New file.
2048         * gdb.server/reconnect-ctrl-c.exp: New file.
2049
2050 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2051
2052         * gdb.python/py-rbreak.exp: New file.
2053         * gdb.python/py-rbreak.c: New file.
2054         * gdb.python/py-rbreak-func2.c: New file.
2055
2056 2017-11-16  Pedro Alves  <palves@redhat.com>
2057
2058         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2059         pattern.
2060         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2061         GDB.
2062
2063 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2064
2065         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2066         regex.
2067
2068 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2069
2070         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2071         test names.
2072
2073 2017-11-09  Pedro Alves  <palves@redhat.com>
2074
2075         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2076         factored out from ...
2077         (top level): ... here, and adjusted to avoid expecting beyond the
2078         prompt in a single gdb_test_multiple.
2079
2080 2017-11-09  Pedro Alves  <palves@redhat.com>
2081
2082         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2083         output.
2084         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2085         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2086         * gdb.server/ext-run.exp ("kill" test): Likewise.
2087         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2088
2089 2017-11-09  Pedro Alves  <palves@redhat.com>
2090
2091         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2092         match till end of line.
2093
2094 2017-11-09  Pedro Alves  <palves@redhat.com>
2095
2096         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2097
2098 2017-11-09  Pedro Alves  <palves@redhat.com>
2099
2100         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2101         New procedures, factored out from ...
2102         (top level): ... here, and adjusted to avoid expecting beyond the
2103         prompt in one go.
2104
2105 2017-11-09  Pedro Alves  <palves@redhat.com>
2106
2107         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2108         output.  Fix '?' match.
2109
2110 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2111
2112         * gdb.ada/scoped_watch: New testcase.
2113         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2114         which is actually correct.
2115         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2116         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2117
2118 2017-11-08  Pedro Alves  <palves@redhat.com>
2119
2120         * gdb.gdb/complaints.exp (test_initial_complaints)
2121         (test_serial_complaints, test_short_complaints): Call
2122         complaint_internal instead of complaint.
2123
2124 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2125
2126         * gdb.threads/tls-core.c: New file.
2127         * gdb.threads/tls-core.exp: Likewise.
2128
2129 2017-11-08   Pedro Alves  <palves@redhat.com>
2130
2131         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2132         (p Exported_Capitalized): New test.
2133         (p exported_capitalized): New test.
2134
2135 2017-11-07  Pedro Alves  <palves@redhat.com>
2136
2137         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2138
2139 2017-11-07  Pedro Alves  <palves@redhat.com>
2140
2141         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2142         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2143         (disable_invalid, disable_inverted, disable_negative): New
2144         procedures.
2145         ("bad numbers"): New set of tests.
2146
2147 2017-11-07  Pedro Alves  <palves@redhat.com>
2148
2149         * gdb.cp/ena-dis-br-range.exp: Add tests.
2150
2151 2017-11-07  Pedro Alves  <palves@redhat.com>
2152
2153         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2154
2155 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2156             Pedro Alves  <palves@redhat.com>
2157
2158         * gdb.base/ena-dis-br.exp: Add reference to
2159         gdb.cp/ena-dis-br-range.exp.
2160         * gdb.cp/ena-dis-br-range.exp: New file.
2161         * gdb.cp/ena-dis-br-range.cc: New file.
2162
2163 2017-11-06  Pedro Alves  <palves@redhat.com>
2164
2165         * gdb.base/attach-non-pgrp-leader.c: New.
2166         * gdb.base/attach-non-pgrp-leader.exp: New.
2167
2168 2017-11-06  Pedro Alves  <palves@redhat.com>
2169
2170         * configure.ac: No longer check for termio.h and sgtty.h.
2171         * configure: Regenerate.
2172         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2173         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2174         Remove termio and sgtty code.
2175
2176 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2177
2178         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2179         in GDB is disabled.
2180
2181 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2182
2183         * gdb.python/py-thrhandle.exp: Skip it if python is not
2184         enabled.
2185
2186 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2187
2188         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2189         as a breakpoint command.
2190
2191 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2192
2193         PR python/21213
2194         * gdb.python/py-infthread.exp: Test calling
2195         InferiorThread.inferior () multiple times in a row.
2196
2197 2017-10-27  Keith Seitz  <keiths@redhat.com>
2198
2199         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2200         Test "info break" for every inlined function breakpoint.
2201
2202 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2203
2204         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2205
2206 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2207
2208         * gdb.cp/classes.exp (test_static_members): Test printing
2209         Outer::instance.
2210         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2211         (Inner::instance, Outer::instance): New.
2212
2213 2017-10-24  Pedro Alves  <palves@redhat.com>
2214
2215         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2216         extra console" test in two stages.
2217
2218 2017-10-24  Pedro Alves  <palves@redhat.com>
2219
2220         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2221
2222 2017-10-24  Pedro Alves  <palves@redhat.com>
2223
2224         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2225         loop.
2226
2227 2017-10-24  Pedro Alves  <palves@redhat.com>
2228
2229         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2230         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2231
2232 2017-10-24  Pedro Alves  <palves@redhat.com>
2233
2234         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2235         parameter and handle it.  Don't output read value in test name.
2236
2237 2017-10-24  Pedro Alves  <palves@redhat.com>
2238
2239         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2240         custom test name.
2241
2242 2017-10-24  Pedro Alves  <palves@redhat.com>
2243
2244         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2245         include the unstable output directory name in the test's name.
2246         (initial_setup_simple) <'set args'>: Use custom test name.
2247
2248 2017-10-24  Pedro Alves  <palves@redhat.com>
2249
2250         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2251         with explicit test name.
2252
2253 2017-10-20  Pedro Alves  <palves@redhat.com>
2254
2255         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2256         'wait -i'.  Use gdb_assert and remote_close.
2257
2258 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2259
2260         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2261         number from variable rather than hard-coded.
2262
2263 2017-10-19  Pedro Alves  <palves@redhat.com>
2264
2265         * gdb.base/long-inferior-output.c: New file.
2266         * gdb.base/long-inferior-output.exp: New file.
2267
2268 2017-11-18  Keith Seitz  <keiths@redhat.com>
2269
2270         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2271         method.
2272         (main): Call it.
2273         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2274         Add additional user-defined conversion operator tests.
2275
2276 2017-10-17  Pedro Alves  <palves@redhat.com>
2277
2278         * boards/native-stdio-gdbserver.exp: Load "local-board".
2279
2280 2017-10-17  Pedro Alves  <palves@redhat.com>
2281
2282         * gdb.base/quit-live.c: New file.
2283         * gdb.base/quit-live.exp: New file.
2284
2285 2017-10-16  Keith Seitz  <keiths@redhat.com>
2286
2287         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2288         (class_with_protected_typedef, class_with_private_typedef)
2289         (struct_with_public_typedef, struct_with_protected_typedef)
2290         (struct_with_private_typedef): New classes/structs.
2291         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2292         typedefs and access specifiers.
2293
2294 2017-10-16  Pedro Alves  <palves@redhat.com>
2295             Simon Marchi  <simon.marchi@polymtl.ca>
2296
2297         * README (Local vs Remote vs Native): New section.
2298         * boards/local-board.exp: New file, with bits factored out from
2299         ...
2300         * boards/native-extended-gdbserver.exp: ... here.  Load
2301         "local-board".
2302         * boards/native-gdbserver.exp: Load "local-board".
2303         (${board}_spawn, ${board}_exec): Delete.
2304         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2305         ...
2306         * boards/stdio-gdbserver-base.exp: ... this new file.
2307         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2308         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2309         procedure.
2310         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2311         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2312         stdio_gdbserver_command.
2313         (${board}_get_remote_address, ${board}_get_comm_port)
2314         (${board}_download, ${board}_upload): Delete.
2315         (get_target_remote_pipe_cmd): New.
2316
2317 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2318
2319         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2320         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2321         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2322         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2323         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2324         remove with_test_prefix.
2325
2326 2017-10-13  Pedro Alves  <palves@redhat.com>
2327
2328         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2329         * gdb.base/annota1.exp: Use it instead of is_remote.
2330         * gdb.base/annota3.exp: Use it instead of is_remote.
2331         * gdb.cp/annota2.exp: Use it instead of is_remote.
2332         * gdb.cp/annota3.exp: Use it instead of is_remote.
2333         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2334
2335 2017-10-13  Pedro Alves  <palves@redhat.com>
2336
2337         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2338         (test_num_test_vars, run_and_count_vars, find_env)
2339         (test_set_unset_env, test_inherit_env_var): New procedures.
2340         (top level): Use them.
2341
2342 2017-10-13  Pedro Alves  <palves@redhat.com>
2343
2344         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2345         also skip on stub-like targets.
2346
2347 2017-10-13  Pedro Alves  <palves@redhat.com>
2348
2349         PR gdb/22293
2350         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2351         (top level): Move some tests to ...
2352         (test_not_found): ... this new procedure.
2353         (top level): Call it.
2354
2355 2017-10-13  Pedro Alves  <palves@redhat.com>
2356
2357         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2358         expect different "info terminal" output if testing with a
2359         non-native target.
2360
2361 2017-10-13  Pedro Alves  <palves@redhat.com>
2362             Simon Marchi  <simon.marchi@polymtl.ca>
2363
2364         PR python/12966
2365         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2366
2367 2017-10-13  Pedro Alves  <palves@redhat.com>
2368
2369         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2370         already.
2371
2372 2017-10-13  Pedro Alves  <palves@redhat.com>
2373
2374         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2375         is_remote.
2376
2377 2017-10-13  Pedro Alves  <palves@redhat.com>
2378
2379         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2380         is_remote.
2381
2382 2017-10-13  Pedro Alves  <palves@redhat.com>
2383
2384         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2385         is set.
2386         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2387         instead of is_remote.
2388
2389 2017-10-13  Pedro Alves  <palves@redhat.com>
2390
2391         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2392         (top level): Add comment.
2393
2394 2017-10-13  Pedro Alves  <palves@redhat.com>
2395
2396         * gdb.base/remote.exp (top level): Fix comment typo and add
2397         missing return.
2398
2399 2017-10-13  Pedro Alves  <palves@redhat.com>
2400             Simon Marchi  <simon.marchi@polymtl.ca>
2401
2402         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2403         calls and add comments.  Skip test if use_gdb_stub is set.
2404         (top level): Use "set cwd" command instead of "cd" command.
2405
2406 2017-10-13  Pedro Alves  <palves@redhat.com>
2407
2408         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2409         is_remote target check.
2410
2411 2017-10-13  Pedro Alves  <palves@redhat.com>
2412
2413         * gdb.base/scope.exp: Use build_executable + clean_restart +
2414         gdb_file_cmd instead of prepare_for_testing and no longer skip
2415         "before run" tests on is_remote target boards.  Update comments.
2416         * boards/native-extended-gdbserver.exp
2417         (extended_gdbserver_load_last_file): New, factored out from ...
2418         (gdb_load): ... this.  Move further below and add comment.
2419         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2420
2421 2017-10-12  Pedro Alves  <palves@redhat.com>
2422
2423         * gdb.base/attach.exp: Remove references to gdb64.
2424         * gdb.base/dbx.exp: Remove references to gdb64.
2425
2426 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2427             Pedro Alves  <palves@redhat.com>
2428
2429         * gdb.base/label.exp: Remove is_remote target check.
2430
2431 2017-10-12  Pedro Alves  <palves@redhat.com>
2432
2433         * gdb.base/auvx.exp (coredir): Update comment.
2434         (top level) <core_works>: Use "set cwd" command instead of "cd"
2435         command.
2436
2437 2017-10-12  Pedro Alves  <palves@redhat.com>
2438             Simon Marchi  <simon.marchi@polymtl.ca>
2439
2440         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2441         target boards.
2442
2443 2017-10-12  Pedro Alves  <palves@redhat.com>
2444             Simon Marchi  <simon.marchi@polymtl.ca>
2445
2446         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2447         Instead skip if there's any gdb_protocol set.
2448
2449 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2450             Pedro Alves  <palves@redhat.com>
2451
2452         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2453
2454 2017-10-12  Pedro Alves  <palves@redhat.com>
2455             Simon Marchi  <simon.marchi@polymtl.ca>
2456
2457         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2458         instead of on dejagnu remote boards.
2459
2460 2017-10-12  Pedro Alves  <palves@redhat.com>
2461             Simon Marchi  <simon.marchi@polymtl.ca>
2462
2463         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2464         checks.  Use build_executable + clean_restart instead of
2465         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2466         of enabling non-stop after starting gdb.
2467
2468 2017-10-12  Pedro Alves  <palves@redhat.com>
2469
2470         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2471         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2472         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2473         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2474
2475 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2476
2477         * gdb.arch/arc-tdesc-cpu.exp: New file.
2478         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2479
2480 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2481
2482         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2483
2484 2017-10-10  Pedro Alves <palves@redhat.com>
2485
2486         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2487         expect CLI output.
2488
2489 2017-10-10  Pedro Alves  <palves@redhat.com>
2490
2491         * lib/selftest-support.exp (selftest_setup): Update for
2492         captured_command_loop's prototype change.
2493
2494 2017-10-09  Pedro Alves  <palves@redhat.com>
2495
2496         Test both arch1=>arch2 and arch2=>arch1.
2497
2498         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2499         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2500         factored out to...
2501         (append_arch1_options, append_arch2_options, append_arch_options)
2502         (build_executables): New procedures.
2503         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2504         local.
2505         (top level): Add new 'first_arch' testing axis.
2506
2507 2017-10-09  Pedro Alves  <palves@redhat.com>
2508
2509         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2510         (barrier): New.
2511         (thread_start, all_started): New functions.
2512         (main): Spawn new thread and wait until it is scheduled.
2513         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2514         option.
2515         (do_test): Add 'selected_thread' parameter.  Run to all_started
2516         instead of main.  Explicitly set the breakpoint at main.  Switch
2517         to the SELECTED_THREAD thread.
2518         (top level): Test handling the exec event with either the main
2519         thread or the second thread selected.
2520
2521 2017-10-09  Pedro Alves  <palves@redhat.com>
2522
2523         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2524         logic.  Move STOP marker after the value checks.
2525         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2526         regexp.
2527
2528 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
2529
2530         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2531
2532 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2533
2534         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2535         integer-to-dfp conversion.
2536         * gdb.base/dfp-test.exp: Likewise.
2537
2538 2017-10-04  Pedro Alves  <palves@redhat.com>
2539
2540         * gdb.multi/hangout.c: Include <unistd.h>.
2541         (hangout_loop): New function.
2542         (main): Call alarm.  Call hangout_loop in a loop.
2543         * gdb.multi/hello.c: Include <unistd.h>.
2544         (hello_loop): New function.
2545         (main): Call alarm.  Call hangout_loop in a loop.
2546         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2547         inferior with the other selected.
2548
2549 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2550
2551         * gdb.mi/list-thread-groups-available.exp: New file.
2552         * gdb.mi/list-thread-groups-available.c: New file.
2553
2554 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2555
2556         * gdb.base/set-cwd.exp: Make it available on
2557         native-extended-gdbserver.
2558
2559 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2560
2561         * gdb.base/set-cwd.c: New file.
2562         * gdb.base/set-cwd.exp: Likewise.
2563
2564 2017-10-02  Tom Tromey  <tom@tromey.com>
2565
2566         PR rust/22236:
2567         * gdb.rust/simple.rs (main): New variable "fslice".
2568         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
2569
2570 2017-10-02  Tom Tromey  <tom@tromey.com>
2571
2572         * gdb.rust/simple.exp: Test ptype of a slice.
2573
2574 2017-10-02  Tom Tromey  <tom@tromey.com>
2575
2576         * gdb.rust/simple.exp: Test index of slice.
2577
2578 2017-09-27  Tom Tromey  <tom@tromey.com>
2579
2580         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2581
2582 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2583             Pedro Alves  <palves@redhat.com>
2584
2585         * gdb.base/compare-sections.exp (get value of read-only section): Read
2586         as unsigned value.
2587         (corrupt read-only section): Likewise and don't set written if patching
2588         failed.
2589
2590 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2591
2592         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2593         files.
2594
2595 2017-09-20  Pedro Alves  <palves@redhat.com>
2596
2597         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2598         symbol names in gdb's output.
2599         * gdb.cp/overload.exp ("list all overloads"): Likewise.
2600
2601 2017-09-20  Pedro Alves  <palves@redhat.com>
2602
2603         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2604         Rename to ...
2605         (test_list_ambiguous_symbol): ... this and add a symbol name
2606         parameter.  Adjust.
2607         (test_list_ambiguous_function): Reimplement on top of
2608         test_list_ambiguous_symbol and also test listing ambiguous
2609         variables.
2610         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2611         (ambiguous_fun): ... this.
2612         (ambiguous_var): New.
2613         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2614         (ambiguous_fun): ... this.
2615         (ambiguous_var): New.
2616
2617 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
2618
2619         * gdb.base/starti.c: New file.
2620         * gdb.base/starti.exp: New file.
2621         * lib/gdb.exp (gdb_starti_cmd): New procedure.
2622
2623 2017-09-14  Pedro Alves  <palves@redhat.com>
2624
2625         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2626         (top level): Use it instead of runto.
2627
2628 2017-09-11  Tom Tromey  <tom@tromey.com>
2629
2630         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2631
2632 2017-09-11  Tom Tromey  <tom@tromey.com>
2633
2634         * gdb.python/py-infthread.exp: Add tests for new_thread event.
2635         * gdb.python/py-inferior.exp: Add tests for new inferior events.
2636
2637 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
2638
2639         * gdb.fortran/printing-types.exp: New file.
2640         * gdb.fortran/printing-types.exp: New file.
2641
2642 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2643
2644         * gdb.fortran/vla-ptype.exp: Fix typos.
2645         * gdb.fortran/vla-value.exp: Same.
2646
2647 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2648
2649         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2650         * gdb.mi/mi-var-child-f.exp: Likewise.
2651         * gdb.mi/mi-vla-fortran.exp: Likewise.
2652
2653 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
2654             Christoph Weinmann  <christoph.t.weinmann@intel.com>
2655             Bernhard Heckel  <bernhard.heckel@intel.com>
2656
2657         * gdb.fortran/ptr-indentation.f90: New file.
2658         * gdb.fortran/ptr-indentation.exp: New file.
2659
2660 2017-09-05  Tom Tromey  <tom@tromey.com>
2661
2662         PR gdb/22010:
2663         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2664
2665 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2666
2667         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2668
2669 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2670
2671         * gdb.threads/tls-nodebug-pie.c: New file.
2672         * gdb.threads/tls-nodebug-pie.exp: New file.
2673
2674 2017-09-05  Tom Tromey  <tom@tromey.com>
2675
2676         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2677         for rust.
2678
2679 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
2680
2681         * gdb.multi/multi-arch-exec.exp: Test with different
2682         "follow-exec-mode" settings.
2683         (do_test): New procedure.
2684
2685 2017-09-04  Pedro Alves  <palves@redhat.com>
2686
2687         * gdb.base/func-static.c (S::method const, S::method volatile)
2688         (S::method volatile const): New methods.
2689         (c_s, v_s, cv_s): New instances.
2690         (main): Call method() on them.
2691         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2692         (cannot_resolve): New procedure.
2693         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
2694         print-quote-unquoted columns.
2695         (do_test): Test printing each scope too.
2696
2697 2017-09-04  Pedro Alves  <palves@redhat.com>
2698
2699         * gdb.base/local-static.exp: Also test with
2700         class::method::variable wholly quoted.
2701         * gdb.cp/m-static.exp (class::method::variable): Remove test.
2702
2703 2017-09-04  Pedro Alves  <palves@redhat.com>
2704
2705         * gdb.base/local-static.c: New.
2706         * gdb.base/local-static.cc: New.
2707         * gdb.base/local-static.exp:  New.
2708
2709 2017-09-04  Pedro Alves  <palves@redhat.com>
2710
2711         * gdb.asm/asm-source.exp: Add casts to int.
2712         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2713         (dataglobal64_1, dataglobal64_2): New globals.
2714         * gdb.base/nodebug.exp: Test different expressions involving the
2715         new globals, with print, whatis and ptype.  Add casts to int.
2716         * gdb.base/solib-display.exp: Add casts to int.
2717         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
2718         * gdb.cp/m-static.exp: Add cast to int.
2719         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2720         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2721         tls variable with no debug info without a cast.  Test with a cast
2722         to int too.
2723         * gdb.trace/entry-values.exp: Add casts.
2724
2725 2017-09-04  Pedro Alves  <palves@redhat.com>
2726
2727         * gdb.base/nodebug.exp: Test that ptype's error about functions
2728         with unknown return type includes the function name too.
2729
2730 2017-09-04  Pedro Alves  <palves@redhat.com>
2731
2732         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2733         return type of munmap in infcall.
2734         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2735         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
2736         type of ftell in infcall.
2737         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2738         type of getpid in infcall.
2739         * gdb.base/infcall-exec.exp: Cast return type of execlp in
2740         infcall.
2741         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2742         Bail on failure to extract the pid.
2743         * gdb.base/nodebug.c: #include <stdint.h>.
2744         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2745         New functions.
2746         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2747         Change expected output of print/whatis/ptype with functions with
2748         no debug info.  Test all supported languages.  Call
2749         test_call_promotion.
2750         * gdb.compile/compile.exp: Adjust expected output to expect
2751         warning.
2752         * gdb.threads/siginfo-threads.exp: Likewise.
2753
2754 2017-09-04  Pedro Alves  <palves@redhat.com>
2755
2756         * gdb.base/callfuncs.exp (do_function_calls): New parameter
2757         "prototypes".  Test calling float functions via prototyped and
2758         unprototyped function pointers.
2759         (perform_all_tests): New parameter "prototypes".  Pass it down.
2760         (top level): Pass down "prototypes" parameter to
2761         perform_all_tests.
2762
2763 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2764
2765         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2766         Test with nested loops.
2767
2768 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2769
2770         * gdb.base/commands.exp: Call the new procedures.
2771         (loop_break_test, loop_continue_test): New procedures.
2772
2773 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2774
2775         * gdb.base/commands.exp: Call new procedure.
2776         (define_if_without_arg_test): New procedure.
2777
2778 2017-09-04  Pedro Alves  <palves@redhat.com>
2779
2780         * gdb.base/list-ambiguous.exp: New file.
2781         * gdb.base/list-ambiguous0.c: New file.
2782         * gdb.base/list-ambiguous1.c: New file.
2783         * gdb.base/list.exp (test_list_range): Adjust expected output.
2784
2785 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2786
2787         * gdb.base/share-env-with-gdbserver.c: New file.
2788         * gdb.base/share-env-with-gdbserver.exp: Likewise.
2789
2790 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2791
2792         * gdb.base/commands.exp (gdbvar_simple_if_test,
2793         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2794         progvar_simple_if_test, progvar_simple_while_test,
2795         progvar_complex_if_while_test, user_defined_command_test,
2796         user_defined_command_args_eval,
2797         user_defined_command_args_stack_test,
2798         user_defined_command_manyargs_test, bp_deleted_in_command_test,
2799         temporary_breakpoint_commands,
2800         gdb_test_no_prompt, redefine_hook_test,
2801         redefine_backtrace_test): Remove "global gdb_prompt".
2802
2803 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2804
2805         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2806         New proc, call it from toplevel.
2807
2808 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
2809
2810         PR remote/21852
2811         * gdb.server/normal.c: New file, copied from gdb.base.
2812         * gdb.server/run-without-local-binary.exp: New file.
2813
2814 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
2815
2816         * gdb.arch/sparc64-adi.exp: New file.
2817         * gdb.arch/sparc64-adi.c: New file.
2818
2819 2017-08-22  Pedro Alves  <palves@redhat.com>
2820
2821         * gdb.cp/overload.exp (line_range_pattern): New procedure.
2822         (top level): Add "list all overloads" tests.
2823
2824 2017-08-22  Tom Tromey  <tom@tromey.com>
2825
2826         * gdb.gdb/xfullpath.exp: Remove.
2827
2828 2017-08-21  Pedro Alves  <palves@redhat.com>
2829
2830         PR gdb/19487
2831         * gdb.base/symbol-alias.c: New.
2832         * gdb.base/symbol-alias2.c: New.
2833         * gdb.base/symbol-alias.exp: New.
2834
2835 2017-08-21  Pedro Alves  <palves@redhat.com>
2836
2837         * gdb.base/dfp-test.c
2838         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2839         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2840         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2841         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2842         * gdb.base/whatis-ptype-typedefs.c: New.
2843         * gdb.base/whatis-ptype-typedefs.exp: New.
2844         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2845         (an_int, an_int_type, an_int_type2): New globals.
2846         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2847         involving typedefs and cast expressions.
2848         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2849         (lookup_typedefs_function): New.
2850         (typedefs_pretty_printers_dict): New.
2851         (top level): Register lookup_typedefs_function in
2852         gdb.pretty_printers.
2853
2854 2017-08-18  Yao Qi  <yao.qi@linaro.org>
2855
2856         * gdb.server/unittest.exp: New.
2857
2858 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2859
2860         PR gdb/21954
2861         * gdb.base/environ.exp: Add test to check if 'unset environment'
2862         works.
2863
2864 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2865
2866         * lib/gdb.exp (universal_compile_options): New caching proc.
2867         (gdb_compile): Suppress GCC's coloring of messages.
2868
2869 2017-08-14  Tom Tromey  <tom@tromey.com>
2870
2871         PR gdb/21675:
2872         * gdb.base/printcmds.exp (test_radices): New function.
2873         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2874         * gdb.base/sizeof.exp (check_valueof): Use p/d.
2875         * lib/gdb.exp (get_integer_valueof): Use p/d.
2876
2877 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
2878
2879         * lib/gdb.exp (get_valueof): Don't capture end-of-line
2880         characters.
2881
2882 2017-08-05  Tom Tromey  <tom@tromey.com>
2883
2884         * gdb.rust/simple.exp: Allow String to appear in a different
2885         namespace.
2886
2887 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2888
2889         * gdb.gdb/unittest.exp: Invoke command
2890         "maintenance check xml-descriptions".
2891
2892 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2893
2894         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2895         calling context.
2896         (hex128): Drop erroneous calculation of parameters.
2897
2898 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
2899
2900         * gdb.python/py-unwind.exp: Disable stack protection when
2901         building test file.
2902
2903 2017-07-20  Pedro Alves  <palves@redhat.com>
2904
2905         * gdb.base/default.exp (set language): Adjust expected output.
2906
2907 2017-07-20  Pedro Alves  <palves@redhat.com>
2908
2909         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2910         (test_minsym): ... this, and make static.
2911         (get_pck__foo__bar__minsym): Rename to ...
2912         (get_test_minsym): ... this.
2913         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
2914         symbol names and comments.
2915         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2916         (get_test_minsym): ... this.
2917         (pck__foo__bar__minsym__2): Rename to ...
2918         (test_minsym): ... this.
2919         (main): Adjust.
2920
2921 2017-07-17  Pedro Alves  <palves@redhat.com>
2922
2923         * gdb.base/completion.exp: Adjust expected output.
2924         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2925         the completer works.
2926
2927 2017-07-17  Pedro Alves  <palves@redhat.com>
2928
2929         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2930
2931 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
2932
2933         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2934
2935 2017-07-14  Tom Tromey  <tom@tromey.com>
2936
2937         PR rust/21764:
2938         * gdb.rust/simple.exp: Add tests.
2939
2940 2017-07-14  Tom Tromey  <tom@tromey.com>
2941
2942         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2943
2944 2017-07-14  Pedro Alves  <palves@redhat.com>
2945
2946         * gdb.linespec/base/one/thefile.cc (z1): New function.
2947         * gdb.linespec/base/two/thefile.cc (z2): New function.
2948         * gdb.linespec/linespec.exp: Add tests.
2949
2950 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2951
2952         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2953         to mi_create_breakpoint.
2954
2955 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2956
2957         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2958         mi_create_breakpoint.
2959
2960 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
2961
2962         * gdb.dlang/demangle.exp: Update for demangling changes.
2963
2964 2017-07-09  Tom Tromey  <tom@tromey.com>
2965
2966         * gdb.dwarf2/shortpiece.exp: New file.
2967
2968 2017-07-06  David Blaikie  <dblaikie@gmail.com>
2969
2970         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2971         built from fissiont-multi-cu{1,2}.c.
2972         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2973         except putting 'main' and 'func' in separate CUs in the same DWO file.
2974         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2975         test.
2976         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2977         test.
2978
2979 2017-07-06  Pedro Alves  <palves@redhat.com>
2980
2981         * gdb.python/py-unwind.exp: Test flushregs.
2982
2983 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2984
2985         PR cli/21688
2986         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2987         tests for alias commands and trailing whitespace.
2988
2989 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2990
2991         PR cli/21688
2992         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
2993         procedure.  Call it.
2994
2995 2017-06-29  Pedro Alves  <palves@redhat.com>
2996
2997         * gdb.base/printcmds.exp: Add tests.
2998
2999 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3000
3001         PR gdb/21337
3002         * gdb.base/reread-readsym.exp: New file.
3003         * gdb.base/reread-readsym.c: New file.
3004
3005 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3006
3007         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3008         subpattern.
3009
3010 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3011
3012         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3013         extended mnemonic.
3014         * gdb.arch/powerpc-power9.s: Likewise.
3015
3016 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3017
3018         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3019         on 32-bit x86 targets.  Exploit is_*_target macros where
3020         appropriate.
3021
3022 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3023
3024         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3025         register pieces.
3026
3027 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3028
3029         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3030         located in one or more DWARF pieces.
3031
3032 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3033
3034         * lib/gdb.exp (get_endianness): New proc.
3035         * gdb.arch/aarch64-fp.exp: Use it.
3036         * gdb.arch/altivec-regs.exp: Likewise.
3037         * gdb.arch/e500-regs.exp: Likewise.
3038         * gdb.arch/vsx-regs.exp: Likewise.
3039         * gdb.base/dump.exp: Likewise.
3040         * gdb.base/funcargs.exp: Likewise.
3041         * gdb.base/gnu_vector.exp: Likewise.
3042         * gdb.dwarf2/formdata16.exp: Likewise.
3043         * gdb.dwarf2/implptrpiece.exp: Likewise.
3044         * gdb.dwarf2/nonvar-access.exp: Likewise.
3045         * gdb.python/py-inferior.exp: Likewise.
3046         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3047
3048 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3049
3050         PR gdb/21226
3051         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3052         stack value pieces are taken from the LSB end.
3053
3054 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3055
3056         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3057         variable at nonzero offset.
3058
3059 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3060
3061         * gdb.dwarf2/var-access.c: New file.
3062         * gdb.dwarf2/var-access.exp: New test.
3063         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3064
3065 2017-06-12  Tom Tromey  <tom@tromey.com>
3066
3067         * gdb.dwarf2/formdata16.exp: Add tests.
3068
3069 2017-06-12  Tom Tromey  <tom@tromey.com>
3070
3071         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3072
3073 2017-06-12  Tom Tromey  <tom@tromey.com>
3074
3075         PR exp/16225:
3076         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3077         * gdb.arch/vsx-regs.exp: Update tests.
3078         * gdb.arch/s390-vregs.exp (hex128): New proc.
3079         Update test.
3080         * gdb.arch/altivec-regs.exp: Update tests.
3081
3082 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3083
3084         * gdb.base/startup-with-shell.c: New file.
3085         * gdb.base/startup-with-shell.exp: Likewise.
3086
3087 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3088
3089         * gdb.server/non-existing-program.exp: Update regex in order to
3090         reflect the fact that gdbserver is now using fork_inferior (with a
3091         shell) to startup the inferior.
3092
3093 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3094
3095         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3096         support function calls from GDB.
3097
3098 2017-05-21  Tom Tromey  <tom@tromey.com>
3099
3100         PR rust/21466:
3101         * gdb.rust/unsized.exp: New file.
3102         * gdb.rust/unsized.rs: New file.
3103
3104 2017-05-19  Tom Tromey  <tom@tromey.com>
3105
3106         PR rust/21484:
3107         * gdb.rust/watch.exp: New file.
3108         * gdb.rust/watch.rs: New file.
3109
3110 2017-05-18  Tom Tromey  <tom@tromey.com>
3111
3112         * gdb.rust/simple.exp: Allow Box to be qualified.
3113
3114 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3115
3116         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3117
3118 2017-05-18  Pedro Alves  <palves@redhat.com>
3119
3120         * gdb.base/fileio.c (test_write, test_read, test_close)
3121         (test_fstat): Don't print 'ret' in the fail path.
3122
3123 2017-05-18  Pedro Alves  <palves@redhat.com>
3124
3125         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3126         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3127         (test_system, test_rename, test_unlink, test_time): Change
3128         prototypes.
3129         * gdb.base/fileio.exp (stop_msg): Adjust.
3130
3131 2017-05-18  Pedro Alves  <palves@redhat.com>
3132
3133         * gdb.base/fileio.c (null_str): New global.
3134         (test_stat): Use it.
3135         * gdb.base/fileio.exp: Remove nowarnings.
3136
3137 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3138
3139         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3140
3141 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3142
3143         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3144         argument command.
3145         (top-level): Invoke test_set_inferior_tty.
3146
3147 2017-05-04  Pedro Alves  <palves@redhat.com>
3148
3149         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3150         Add parens to print call for Python 3.
3151
3152 2017-05-03  Keith Seitz  <keiths@redhat.com>
3153
3154         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3155         (main): Call it.
3156
3157 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3158
3159         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3160         to prev and next.
3161
3162 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3163
3164         * gdb.python/py-record-btrace.exp: Remove test for
3165         gdb.BtraceInstruction.error.
3166
3167 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3168
3169         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3170
3171 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3172
3173         * gdb.python/py-record-btrace-threads.c: New file.
3174         * gdb.python/py-record-btrace-threads.exp: New file.
3175
3176 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3177
3178         PR testsuite/8595
3179         * gdb.base/environ.exp: Make test available in all architectures.
3180         Move bits related to "info program" testing to
3181         gdb.base/info-program.exp.  Rewrite tests to use the two new
3182         procedures mentione below.
3183         (test_set_show_env_var) New procedure.
3184         (test_set_show_env_var_equal): Likewise.
3185         * gdb.base/info-program.exp: New file.
3186
3187 2017-04-27  Keith Seitz  <keiths@redhat.com>
3188
3189         * gdb.cp/oranking.cc (test15): New function.
3190         (main): Call test15 and declare additional variables for testing.
3191         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3192         "p foo101('abc')" tests.
3193         Add tests for cv qualifier overloads.
3194         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3195         "lvalue reference overload" test.
3196         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3197         "print value of f1 on Child&& in f2" test.
3198
3199 2017-04-19  Pedro Alves  <palves@redhat.com>
3200
3201         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3202         procedure.
3203         (top level): Call it.
3204         * lib/gdb.exp (gdb_define_cmd): New procedure.
3205
3206 2017-04-12  Pedro Alves  <palves@redhat.com>
3207
3208         PR gdb/21323
3209         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3210         (wchar): New global.
3211         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3212         (do_test_wide_char, wide_char_types_no_program, top level): Add
3213         wchar_t testing.
3214
3215 2017-04-12  Pedro Alves  <palves@redhat.com>
3216
3217         PR c++/21323
3218         * gdb.cp/wide_char_types.c: New file.
3219         * gdb.cp/wide_char_types.exp: New file.
3220
3221 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3222
3223         PR gdb/21352
3224         * gdb.trace/tsv.exp: Add test for "tsave -r".
3225
3226 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3227
3228         * gdb.dlang/watch-loc.c: New file.
3229         * gdb.dlang/watch-loc.exp: New file.
3230
3231 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3232
3233         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3234
3235 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3236
3237         * gdb.arch/arc-analyze-prologue.S: New file.
3238         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3239
3240 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3241
3242         * gdb.arch/arc-decode-insn.S: New file.
3243         * gdb.arch/arc-decode-insn.exp: Likewise.
3244
3245 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3246
3247         PR tdep/20928
3248         * gdb.arch/sparc64-regs.exp: New file.
3249         * gdb.arch/sparc64-regs.S: Likewise.
3250
3251 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3252
3253         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3254         and memory view on Python 3.
3255
3256 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3257             Keith Seitz  <keiths@redhat.com>
3258
3259         PR gdb/14441
3260         * gdb.cp/demangle.exp: Add rvalue reference tests.
3261         * gdb.cp/rvalue-ref-casts.cc: New file.
3262         * gdb.cp/rvalue-ref-casts.exp: New file.
3263         * gdb.cp/rvalue-ref-overload.cc: New file.
3264         * gdb.cp/rvalue-ref-overload.exp: New file.
3265         * gdb.cp/rvalue-ref-params.cc: New file.
3266         * gdb.cp/rvalue-ref-params.exp: New file.
3267         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3268         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3269         * gdb.cp/rvalue-ref-types.cc: New file.
3270         * gdb.cp/rvalue-ref-types.exp: New file.
3271         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3272         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3273
3274 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3275
3276         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3277         New procedure.
3278
3279 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3280
3281         * lib/mi-support.exp (mi_gdb_test): Add additional message
3282         for unexpected output.
3283
3284 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3285
3286         * gdb.base/examine-backward.c (Barrier): New character array
3287         constant, to ensure that TestStrings is preceded by a string
3288         terminator.
3289
3290 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3291
3292         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3293         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3294         and implicit pointer into such a location.
3295
3296 2017-03-16  Doug Evans  <dje@google.com>
3297
3298         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3299
3300 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3301
3302         * gdb.cp/m-static.exp: Fix expectation for prototype of
3303         test5.single_constructor and single_constructor::single_constructor.
3304
3305 2017-03-16  Doug Evans  <dje@google.com>
3306
3307         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3308         * gdb.guile/scm-lazy-string.c: New file.
3309         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3310         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3311         for pointer, array, typedef lazy strings.
3312
3313 2017-03-16  Doug Evans  <dje@google.com>
3314
3315         PR python/17728, python/18439, python/18779
3316         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3317         * gdb.python/py-lazy-string.c (pointer): New typedef.
3318         (main): New locals ptr, array, typedef_ptr.
3319         * gdb.python/py-value.exp: Move lazy string tests to ...
3320         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3321         array, typedef lazy strings.
3322
3323 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3324
3325         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3326           Add optional 'test' parameter.
3327
3328 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3329
3330         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3331         Skip for versions of DejaGnu < 1.5.
3332
3333 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3334
3335         * lib/gdb.exp (dejagnu_version): New proc.
3336         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3337         Use dejagnu_version.
3338
3339 2017-03-10  Keith Seitz  <keiths@redhat.com>
3340
3341         PR c++/8128
3342         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3343         type from destructor regexps.
3344         Add a branch which actually passes the test.
3345         Adjust "ptype t5i" test names.
3346
3347 2017-03-08  Pedro Alves  <palves@redhat.com>
3348
3349         * gdb.base/step-over-exit.exp: Add explicit test message.
3350
3351 2017-03-08  Pedro Alves  <palves@redhat.com>
3352
3353         PR gdb/18360
3354         * gdb.threads/interrupt-while-step-over.c: New file.
3355         * gdb.threads/interrupt-while-step-over.exp: New file.
3356
3357 2017-03-08  Pedro Alves  <palves@redhat.com>
3358
3359         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3360         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3361
3362 2017-03-08  Pedro Alves  <palves@redhat.com>
3363
3364         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3365         PKRU as not supported as a PASS.
3366
3367 2017-03-08  Pedro Alves  <palves@redhat.com>
3368
3369         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3370         prefix instead of $binfile1/$binfile2.
3371         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3372         in test message.
3373         * gdb.python/py-completion.exp: Use "load python file" as test
3374         messages instead of unstable path names.
3375
3376 2017-03-08  Pedro Alves  <palves@redhat.com>
3377             Jan Kratochvil  <jan.kratochvil@redhat.com>
3378
3379         PR cli/21218
3380         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3381         New proc.
3382         (top level): Call it.
3383
3384 2017-03-08  Pedro Alves  <palves@redhat.com>
3385
3386         PR tui/21216
3387         * gdb.tui/tui-nl-filtered-output.exp: New file.
3388
3389 2017-03-08  Pedro Alves  <palves@redhat.com>
3390
3391         * gdb.base/completion.exp: Move TUI completion tests to ...
3392         * gdb.tui/completion.exp: ... this new file.
3393
3394 2017-03-08  Pedro Alves  <palves@redhat.com>
3395
3396         * gdb.base/tui-disasm-long-lines.c,
3397         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3398         gdb.base/tui-layout.exp: Move to ...
3399         * gdb.tui/: ... this new directory.
3400
3401 2017-03-07  Pedro Alves  <palves@redhat.com>
3402
3403         * gdb.base/tui-layout.c: New file.
3404         * gdb.base/tui-layout.exp: New file.
3405
3406 2017-03-07  Pedro Alves  <palves@redhat.com>
3407
3408         * gdb.base/tui-layout.c: Rename to ...
3409         * gdb.base/tui-disasm-long-lines.c: ... this.
3410         * gdb.base/tui-layout.exp: Rename to ...
3411         * gdb.base/tui-disasm-long-lines.exp: ... this.
3412
3413 2017-03-07  Pedro Alves  <palves@redhat.com>
3414
3415         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3416
3417 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3418
3419         * i386-mpx-call.c: New file.
3420         * i386-mpx-call.exp: New file.
3421
3422 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3423
3424         * gdb.arch/powerpc-power.exp: Delete test.
3425         * gdb.arch/powerpc-power.s: Likewise.
3426         * gdb.disasm/disassembler-options.exp: New test.
3427         * gdb.arch/powerpc-altivec.exp: Likewise.
3428         * gdb.arch/powerpc-altivec.s: Likewise.
3429         * gdb.arch/powerpc-altivec2.exp: Likewise.
3430         * gdb.arch/powerpc-altivec2.s: Likewise.
3431         * gdb.arch/powerpc-altivec3.exp: Likewise.
3432         * gdb.arch/powerpc-altivec3.s: Likewise.
3433         * gdb.arch/powerpc-power7.exp: Likewise.
3434         * gdb.arch/powerpc-power7.s: Likewise.
3435         * gdb.arch/powerpc-power8.exp: Likewise.
3436         * gdb.arch/powerpc-power8.s: Likewise.
3437         * gdb.arch/powerpc-power9.exp: Likewise.
3438         * gdb.arch/powerpc-power9.s: Likewise.
3439         * gdb.arch/powerpc-vsx.exp: Likewise.
3440         * gdb.arch/powerpc-vsx.s: Likewise.
3441         * gdb.arch/powerpc-vsx2.exp: Likewise.
3442         * gdb.arch/powerpc-vsx2.s: Likewise.
3443         * gdb.arch/powerpc-vsx3.exp: Likewise.
3444         * gdb.arch/powerpc-vsx3.s: Likewise.
3445         * gdb.arch/arm-disassembler-options.exp: Likewise.
3446         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3447         * gdb.arch/s390-disassembler-options.exp: Likewise.
3448
3449 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3450
3451         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3452         (check_supported_features): ... this. Changed return type to void.
3453         (supports_rdseed): New static global.
3454         (rdseed): Check supports_rdseed.
3455         (initialize): Call check_supported_features.
3456
3457 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3458
3459         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3460         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3461         and lqarx/stqcx.
3462         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3463         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3464
3465 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3466
3467         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3468         uppercase.
3469
3470 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3471
3472         * gdb.dwarf2/formdata16.c: New file.
3473         * gdb.dwarf2/formdata16.exp: New file.
3474         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3475
3476 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3477
3478         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3479         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3480         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3481         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3482         DW_AT_GNU_*.
3483
3484 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3485
3486         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3487
3488 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3489
3490         PR gdb/21164
3491         * gdb.base/maint.exp: Add testcases for when the commands do
3492         not have arguments.
3493
3494 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3495
3496         * gdb.cp/chained-calls.exp: Use p instead of P.
3497
3498 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3499
3500         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3501         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3502
3503 2017-02-14  Tom Tromey  <tom@tromey.com>
3504
3505         PR python/13598:
3506         * gdb.python/py-events.exp: Add before_prompt event tests.
3507
3508 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3509
3510         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3511
3512 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3513
3514         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3515         (main): Call my_unique_function_name.
3516         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3517         completion of patterns with a single match.
3518         Add missing -re switches to gdb_test_multiple calls.
3519
3520 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3521
3522         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3523         return if core file is not recognized.
3524
3525 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3526
3527         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3528         and extra UIs.
3529
3530 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3531
3532         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3533         proc_with_prefix.
3534
3535 2017-02-10  Tom Tromey  <tom@tromey.com>
3536
3537         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3538
3539 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
3540
3541         PR gdb/21122
3542         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3543
3544 2017-02-08  Jerome Guitton  <guitton@adacore.com>
3545
3546         * gdb.base/define.exp: Add test for command abbreviations
3547         in define.
3548
3549 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
3550
3551         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3552         * gdb.reverse/insn-reverse-x86.c: New file.
3553
3554 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
3555
3556         PR tdep/20936
3557         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3558
3559 2017-02-03  Tom Tromey  <tom@tromey.com>
3560
3561         PR rust/21097:
3562         * gdb.rust/simple.exp: Add new tests.
3563
3564 2017-02-02  Pedro Alves  <palves@redhat.com>
3565
3566         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3567         tests.
3568
3569 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3570
3571         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3572         taking a 2-byte value out of a 4-byte DWARF implicit value on
3573         big-endian targets.
3574         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3575         logic.  Add test cases for DW_OP_implicit.
3576
3577 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3578
3579         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3580
3581 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3582
3583         * gdb.btrace/enable.exp: Call gdb_exit before
3584         skip_gdbserver_tests.
3585
3586 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3587
3588         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3589         GDBFLAGS.
3590
3591 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3592
3593         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3594         the test is skipped.
3595         * gdb.btrace/data.exp: Likewise.
3596         * gdb.btrace/delta.exp: Likewise.
3597         * gdb.btrace/dlopen.exp: Likewise.
3598         * gdb.btrace/enable-running.exp: Likewise.
3599         * gdb.btrace/enable.exp: Likewise.
3600         * gdb.btrace/exception.exp: Likewise.
3601         * gdb.btrace/function_call_history.exp: Likewise.
3602         * gdb.btrace/gcore.exp: Likewise.
3603         * gdb.btrace/instruction_history.exp: Likewise.
3604         * gdb.btrace/multi-thread-step.exp: Likewise.
3605         * gdb.btrace/nohist.exp: Likewise.
3606         * gdb.btrace/non-stop.exp: Likewise.
3607         * gdb.btrace/reconnect.exp: Likewise.
3608         * gdb.btrace/record_goto-step.exp: Likewise.
3609         * gdb.btrace/record_goto.exp: Likewise.
3610         * gdb.btrace/rn-dl-bind.exp: Likewise.
3611         * gdb.btrace/segv.exp: Likewise.
3612         * gdb.btrace/step.exp: Likewise.
3613         * gdb.btrace/stepi.exp: Likewise.
3614         * gdb.btrace/tailcall-only.exp: Likewise.
3615         * gdb.btrace/tailcall.exp: Likewise.
3616         * gdb.btrace/tsx.exp: Likewise.
3617         * gdb.btrace/unknown_functions.exp: Likewise.
3618         * gdb.btrace/vdso.exp: Likewise.
3619
3620 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3621
3622         * gdb.btrace/enable-running.c: New.
3623         * gdb.btrace/enable-running.exp: New.
3624
3625 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3626
3627         * gdb.arch/amd64-gs_base.c: New file.
3628         * gdb.arch/amd64-gs_base.exp: New file.
3629
3630 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3631
3632         * lib/memory.exp: Remove spurious empty newlines.
3633
3634 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
3635
3636         * gdb.python/py-bad-printers.exp: Load python file using "source".
3637         * gdb.python/py-events.exp: Likewise.
3638         * gdb.python/py-evsignal.exp: Likewise.
3639         * gdb.python/py-evthreads.exp: Likewise.
3640         * gdb.python/py-frame-args.exp: Likewise.
3641         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3642         * gdb.python/py-framefilter-mi.exp: Likewise.
3643         * gdb.python/py-framefilter.exp: Likewise.
3644         * gdb.python/py-mi.exp: Likewise.
3645         * gdb.python/py-pp-maint.exp: Likewise.
3646         * gdb.python/py-pp-registration.exp: Likewise.
3647         * gdb.python/py-prettyprint.exp: Likewise.
3648         (run_lang_tests): Likewise.
3649         * gdb.python/py-typeprint.exp: Likewise.
3650
3651 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3652
3653         * lib/memory.exp: New file.
3654         * lib/gdb.exp: Load memory.exp.
3655         * gdb.base/memattr.exp (delete_memory): Move proc to
3656         lib/memory.exp and rename to delete_memory_regions.
3657         Replace delete_memory with delete_memory_regions.
3658         Cleanup memory regions before tests.
3659         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3660         before tests.
3661
3662 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3663
3664         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3665         files.
3666         (initialize): New function conditionally defined.
3667         (testcases): Move within conditional block.
3668         (main): Call initialize.
3669         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3670         of gdb.reverse/insn-reverse.c.
3671         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3672         gdb.reverse/insn-reverse.c.
3673
3674 2017-01-26  Yao Qi  <yao.qi@linaro.org>
3675
3676         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3677         disassemble on address 0.
3678
3679 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3680             Yao Qi  <yao.qi@linaro.org>
3681
3682         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3683         * gdb.dwarf2/implptr-64bit.S: Remove.
3684         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
3685         variables in caller's context.  Add DW_OP_implicit_value.
3686
3687 2017-01-25  Yao Qi  <yao.qi@linaro.org>
3688
3689         * lib/dwarf.exp (Dwarf::_location): Handle
3690         DW_OP_GNU_implicit_pointer with proper size.
3691
3692 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3693
3694         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3695         and add untested calls.
3696
3697 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3698
3699         * gdb.python/python.exp: Check line number against what GDB thinks
3700         the line number is for func1.
3701
3702 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
3703
3704         * gdb.dlang/debug-expr.exp: New file.
3705
3706 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
3707
3708         Fix test names for the following files:
3709
3710         * gdb.ada/exec_changed.exp
3711         * gdb.ada/info_types.exp
3712         * gdb.arch/aarch64-atomic-inst.exp
3713         * gdb.arch/aarch64-fp.exp
3714         * gdb.arch/altivec-abi.exp
3715         * gdb.arch/altivec-regs.exp
3716         * gdb.arch/amd64-byte.exp
3717         * gdb.arch/amd64-disp-step.exp
3718         * gdb.arch/amd64-dword.exp
3719         * gdb.arch/amd64-entry-value-inline.exp
3720         * gdb.arch/amd64-entry-value-param.exp
3721         * gdb.arch/amd64-entry-value-paramref.exp
3722         * gdb.arch/amd64-entry-value.exp
3723         * gdb.arch/amd64-i386-address.exp
3724         * gdb.arch/amd64-invalid-stack-middle.exp
3725         * gdb.arch/amd64-invalid-stack-top.exp
3726         * gdb.arch/amd64-optimout-repeat.exp
3727         * gdb.arch/amd64-prologue-skip.exp
3728         * gdb.arch/amd64-prologue-xmm.exp
3729         * gdb.arch/amd64-stap-special-operands.exp
3730         * gdb.arch/amd64-stap-wrong-subexp.exp
3731         * gdb.arch/amd64-tailcall-cxx.exp
3732         * gdb.arch/amd64-tailcall-noret.exp
3733         * gdb.arch/amd64-tailcall-ret.exp
3734         * gdb.arch/amd64-tailcall-self.exp
3735         * gdb.arch/amd64-word.exp
3736         * gdb.arch/arm-bl-branch-dest.exp
3737         * gdb.arch/arm-disp-step.exp
3738         * gdb.arch/arm-neon.exp
3739         * gdb.arch/arm-single-step-kernel-helper.exp
3740         * gdb.arch/avr-flash-qualifier.exp
3741         * gdb.arch/disp-step-insn-reloc.exp
3742         * gdb.arch/e500-abi.exp
3743         * gdb.arch/e500-regs.exp
3744         * gdb.arch/ftrace-insn-reloc.exp
3745         * gdb.arch/i386-avx512.exp
3746         * gdb.arch/i386-bp_permanent.exp
3747         * gdb.arch/i386-byte.exp
3748         * gdb.arch/i386-cfi-notcurrent.exp
3749         * gdb.arch/i386-disp-step.exp
3750         * gdb.arch/i386-dr3-watch.exp
3751         * gdb.arch/i386-float.exp
3752         * gdb.arch/i386-gnu-cfi.exp
3753         * gdb.arch/i386-mpx-map.exp
3754         * gdb.arch/i386-mpx-sigsegv.exp
3755         * gdb.arch/i386-mpx-simple_segv.exp
3756         * gdb.arch/i386-mpx.exp
3757         * gdb.arch/i386-permbkpt.exp
3758         * gdb.arch/i386-prologue.exp
3759         * gdb.arch/i386-signal.exp
3760         * gdb.arch/i386-size-overlap.exp
3761         * gdb.arch/i386-unwind.exp
3762         * gdb.arch/i386-word.exp
3763         * gdb.arch/mips-fcr.exp
3764         * gdb.arch/powerpc-d128-regs.exp
3765         * gdb.arch/powerpc-stackless.exp
3766         * gdb.arch/ppc64-atomic-inst.exp
3767         * gdb.arch/s390-stackless.exp
3768         * gdb.arch/s390-tdbregs.exp
3769         * gdb.arch/s390-vregs.exp
3770         * gdb.arch/sparc-sysstep.exp
3771         * gdb.arch/thumb-bx-pc.exp
3772         * gdb.arch/thumb-singlestep.exp
3773         * gdb.arch/thumb2-it.exp
3774         * gdb.arch/vsx-regs.exp
3775         * gdb.asm/asm-source.exp
3776         * gdb.base/a2-run.exp
3777         * gdb.base/advance.exp
3778         * gdb.base/all-bin.exp
3779         * gdb.base/anon.exp
3780         * gdb.base/args.exp
3781         * gdb.base/arithmet.exp
3782         * gdb.base/async-shell.exp
3783         * gdb.base/async.exp
3784         * gdb.base/attach-pie-noexec.exp
3785         * gdb.base/attach-twice.exp
3786         * gdb.base/auto-load.exp
3787         * gdb.base/bang.exp
3788         * gdb.base/bitfields.exp
3789         * gdb.base/break-always.exp
3790         * gdb.base/break-caller-line.exp
3791         * gdb.base/break-entry.exp
3792         * gdb.base/break-inline.exp
3793         * gdb.base/break-on-linker-gcd-function.exp
3794         * gdb.base/break-probes.exp
3795         * gdb.base/break.exp
3796         * gdb.base/breakpoint-shadow.exp
3797         * gdb.base/call-ar-st.exp
3798         * gdb.base/call-sc.exp
3799         * gdb.base/call-signal-resume.exp
3800         * gdb.base/call-strs.exp
3801         * gdb.base/callfuncs.exp
3802         * gdb.base/catch-fork-static.exp
3803         * gdb.base/catch-gdb-caused-signals.exp
3804         * gdb.base/catch-load.exp
3805         * gdb.base/catch-signal-fork.exp
3806         * gdb.base/catch-signal.exp
3807         * gdb.base/catch-syscall.exp
3808         * gdb.base/charset.exp
3809         * gdb.base/checkpoint.exp
3810         * gdb.base/chng-syms.exp
3811         * gdb.base/code-expr.exp
3812         * gdb.base/code_elim.exp
3813         * gdb.base/commands.exp
3814         * gdb.base/completion.exp
3815         * gdb.base/complex.exp
3816         * gdb.base/cond-expr.exp
3817         * gdb.base/condbreak.exp
3818         * gdb.base/consecutive.exp
3819         * gdb.base/continue-all-already-running.exp
3820         * gdb.base/coredump-filter.exp
3821         * gdb.base/corefile.exp
3822         * gdb.base/dbx.exp
3823         * gdb.base/debug-expr.exp
3824         * gdb.base/define.exp
3825         * gdb.base/del.exp
3826         * gdb.base/disabled-location.exp
3827         * gdb.base/disasm-end-cu.exp
3828         * gdb.base/disasm-optim.exp
3829         * gdb.base/display.exp
3830         * gdb.base/duplicate-bp.exp
3831         * gdb.base/ena-dis-br.exp
3832         * gdb.base/ending-run.exp
3833         * gdb.base/enumval.exp
3834         * gdb.base/environ.exp
3835         * gdb.base/eu-strip-infcall.exp
3836         * gdb.base/eval-avoid-side-effects.exp
3837         * gdb.base/eval-skip.exp
3838         * gdb.base/exitsignal.exp
3839         * gdb.base/expand-psymtabs.exp
3840         * gdb.base/filesym.exp
3841         * gdb.base/find-unmapped.exp
3842         * gdb.base/finish.exp
3843         * gdb.base/float.exp
3844         * gdb.base/foll-exec-mode.exp
3845         * gdb.base/foll-exec.exp
3846         * gdb.base/foll-fork.exp
3847         * gdb.base/fortran-sym-case.exp
3848         * gdb.base/freebpcmd.exp
3849         * gdb.base/func-ptr.exp
3850         * gdb.base/func-ptrs.exp
3851         * gdb.base/funcargs.exp
3852         * gdb.base/gcore-buffer-overflow.exp
3853         * gdb.base/gcore-relro-pie.exp
3854         * gdb.base/gcore-relro.exp
3855         * gdb.base/gcore.exp
3856         * gdb.base/gdb1090.exp
3857         * gdb.base/gdb11530.exp
3858         * gdb.base/gdb11531.exp
3859         * gdb.base/gdb1821.exp
3860         * gdb.base/gdbindex-stabs.exp
3861         * gdb.base/gdbvars.exp
3862         * gdb.base/hbreak.exp
3863         * gdb.base/hbreak2.exp
3864         * gdb.base/included.exp
3865         * gdb.base/infcall-input.exp
3866         * gdb.base/inferior-died.exp
3867         * gdb.base/infnan.exp
3868         * gdb.base/info-macros.exp
3869         * gdb.base/info-os.exp
3870         * gdb.base/info-proc.exp
3871         * gdb.base/info-shared.exp
3872         * gdb.base/info-target.exp
3873         * gdb.base/infoline.exp
3874         * gdb.base/interp.exp
3875         * gdb.base/interrupt.exp
3876         * gdb.base/jit-reader.exp
3877         * gdb.base/jit-simple.exp
3878         * gdb.base/kill-after-signal.exp
3879         * gdb.base/kill-detach-inferiors-cmd.exp
3880         * gdb.base/label.exp
3881         * gdb.base/langs.exp
3882         * gdb.base/ldbl_e308.exp
3883         * gdb.base/line-symtabs.exp
3884         * gdb.base/linespecs.exp
3885         * gdb.base/list.exp
3886         * gdb.base/long_long.exp
3887         * gdb.base/longest-types.exp
3888         * gdb.base/maint.exp
3889         * gdb.base/max-value-size.exp
3890         * gdb.base/memattr.exp
3891         * gdb.base/mips_pro.exp
3892         * gdb.base/morestack.exp
3893         * gdb.base/moribund-step.exp
3894         * gdb.base/multi-forks.exp
3895         * gdb.base/nested-addr.exp
3896         * gdb.base/nextoverexit.exp
3897         * gdb.base/noreturn-finish.exp
3898         * gdb.base/noreturn-return.exp
3899         * gdb.base/nostdlib.exp
3900         * gdb.base/offsets.exp
3901         * gdb.base/opaque.exp
3902         * gdb.base/pc-fp.exp
3903         * gdb.base/permissions.exp
3904         * gdb.base/print-symbol-loading.exp
3905         * gdb.base/prologue-include.exp
3906         * gdb.base/psymtab.exp
3907         * gdb.base/ptype.exp
3908         * gdb.base/random-signal.exp
3909         * gdb.base/randomize.exp
3910         * gdb.base/range-stepping.exp
3911         * gdb.base/readline-ask.exp
3912         * gdb.base/recpar.exp
3913         * gdb.base/recurse.exp
3914         * gdb.base/relational.exp
3915         * gdb.base/restore.exp
3916         * gdb.base/return-nodebug.exp
3917         * gdb.base/return.exp
3918         * gdb.base/run-after-attach.exp
3919         * gdb.base/save-bp.exp
3920         * gdb.base/scope.exp
3921         * gdb.base/sect-cmd.exp
3922         * gdb.base/set-lang-auto.exp
3923         * gdb.base/set-noassign.exp
3924         * gdb.base/setvar.exp
3925         * gdb.base/sigall.exp
3926         * gdb.base/sigbpt.exp
3927         * gdb.base/siginfo-addr.exp
3928         * gdb.base/siginfo-infcall.exp
3929         * gdb.base/siginfo-obj.exp
3930         * gdb.base/siginfo.exp
3931         * gdb.base/signals-state-child.exp
3932         * gdb.base/signest.exp
3933         * gdb.base/sigstep.exp
3934         * gdb.base/sizeof.exp
3935         * gdb.base/skip.exp
3936         * gdb.base/solib-corrupted.exp
3937         * gdb.base/solib-nodir.exp
3938         * gdb.base/solib-search.exp
3939         * gdb.base/stack-checking.exp
3940         * gdb.base/stale-infcall.exp
3941         * gdb.base/stap-probe.exp
3942         * gdb.base/start.exp
3943         * gdb.base/step-break.exp
3944         * gdb.base/step-bt.exp
3945         * gdb.base/step-line.exp
3946         * gdb.base/step-over-exit.exp
3947         * gdb.base/step-over-syscall.exp
3948         * gdb.base/step-resume-infcall.exp
3949         * gdb.base/step-test.exp
3950         * gdb.base/store.exp
3951         * gdb.base/structs3.exp
3952         * gdb.base/sym-file.exp
3953         * gdb.base/symbol-without-target_section.exp
3954         * gdb.base/term.exp
3955         * gdb.base/testenv.exp
3956         * gdb.base/ui-redirect.exp
3957         * gdb.base/until.exp
3958         * gdb.base/unwindonsignal.exp
3959         * gdb.base/value-double-free.exp
3960         * gdb.base/vla-datatypes.exp
3961         * gdb.base/vla-ptr.exp
3962         * gdb.base/vla-sideeffect.exp
3963         * gdb.base/volatile.exp
3964         * gdb.base/watch-cond-infcall.exp
3965         * gdb.base/watch-cond.exp
3966         * gdb.base/watch-non-mem.exp
3967         * gdb.base/watch-read.exp
3968         * gdb.base/watch-vfork.exp
3969         * gdb.base/watchpoint-cond-gone.exp
3970         * gdb.base/watchpoint-delete.exp
3971         * gdb.base/watchpoint-hw-hit-once.exp
3972         * gdb.base/watchpoint-hw.exp
3973         * gdb.base/watchpoint-stops-at-right-insn.exp
3974         * gdb.base/watchpoints.exp
3975         * gdb.base/wchar.exp
3976         * gdb.base/whatis-exp.exp
3977         * gdb.btrace/buffer-size.exp
3978         * gdb.btrace/data.exp
3979         * gdb.btrace/delta.exp
3980         * gdb.btrace/dlopen.exp
3981         * gdb.btrace/enable.exp
3982         * gdb.btrace/exception.exp
3983         * gdb.btrace/function_call_history.exp
3984         * gdb.btrace/gcore.exp
3985         * gdb.btrace/instruction_history.exp
3986         * gdb.btrace/nohist.exp
3987         * gdb.btrace/reconnect.exp
3988         * gdb.btrace/record_goto-step.exp
3989         * gdb.btrace/record_goto.exp
3990         * gdb.btrace/rn-dl-bind.exp
3991         * gdb.btrace/segv.exp
3992         * gdb.btrace/step.exp
3993         * gdb.btrace/stepi.exp
3994         * gdb.btrace/tailcall-only.exp
3995         * gdb.btrace/tailcall.exp
3996         * gdb.btrace/tsx.exp
3997         * gdb.btrace/unknown_functions.exp
3998         * gdb.btrace/vdso.exp
3999         * gdb.compile/compile-ifunc.exp
4000         * gdb.compile/compile-ops.exp
4001         * gdb.compile/compile-print.exp
4002         * gdb.compile/compile-setjmp.exp
4003         * gdb.cp/abstract-origin.exp
4004         * gdb.cp/ambiguous.exp
4005         * gdb.cp/annota2.exp
4006         * gdb.cp/annota3.exp
4007         * gdb.cp/anon-ns.exp
4008         * gdb.cp/anon-struct.exp
4009         * gdb.cp/anon-union.exp
4010         * gdb.cp/arg-reference.exp
4011         * gdb.cp/baseenum.exp
4012         * gdb.cp/bool.exp
4013         * gdb.cp/breakpoint.exp
4014         * gdb.cp/bs15503.exp
4015         * gdb.cp/call-c.exp
4016         * gdb.cp/casts.exp
4017         * gdb.cp/chained-calls.exp
4018         * gdb.cp/class2.exp
4019         * gdb.cp/classes.exp
4020         * gdb.cp/cmpd-minsyms.exp
4021         * gdb.cp/converts.exp
4022         * gdb.cp/cp-relocate.exp
4023         * gdb.cp/cpcompletion.exp
4024         * gdb.cp/cpexprs.exp
4025         * gdb.cp/cplabel.exp
4026         * gdb.cp/cplusfuncs.exp
4027         * gdb.cp/cpsizeof.exp
4028         * gdb.cp/ctti.exp
4029         * gdb.cp/derivation.exp
4030         * gdb.cp/destrprint.exp
4031         * gdb.cp/dispcxx.exp
4032         * gdb.cp/enum-class.exp
4033         * gdb.cp/exception.exp
4034         * gdb.cp/exceptprint.exp
4035         * gdb.cp/expand-psymtabs-cxx.exp
4036         * gdb.cp/expand-sals.exp
4037         * gdb.cp/extern-c.exp
4038         * gdb.cp/filename.exp
4039         * gdb.cp/formatted-ref.exp
4040         * gdb.cp/fpointer.exp
4041         * gdb.cp/gdb1355.exp
4042         * gdb.cp/gdb2495.exp
4043         * gdb.cp/hang.exp
4044         * gdb.cp/impl-this.exp
4045         * gdb.cp/infcall-dlopen.exp
4046         * gdb.cp/inherit.exp
4047         * gdb.cp/iostream.exp
4048         * gdb.cp/koenig.exp
4049         * gdb.cp/local.exp
4050         * gdb.cp/m-data.exp
4051         * gdb.cp/m-static.exp
4052         * gdb.cp/mb-ctor.exp
4053         * gdb.cp/mb-inline.exp
4054         * gdb.cp/mb-templates.exp
4055         * gdb.cp/member-name.exp
4056         * gdb.cp/member-ptr.exp
4057         * gdb.cp/meth-typedefs.exp
4058         * gdb.cp/method.exp
4059         * gdb.cp/method2.exp
4060         * gdb.cp/minsym-fallback.exp
4061         * gdb.cp/misc.exp
4062         * gdb.cp/namelessclass.exp
4063         * gdb.cp/namespace-enum.exp
4064         * gdb.cp/namespace-nested-import.exp
4065         * gdb.cp/namespace.exp
4066         * gdb.cp/nextoverthrow.exp
4067         * gdb.cp/no-dmgl-verbose.exp
4068         * gdb.cp/non-trivial-retval.exp
4069         * gdb.cp/noparam.exp
4070         * gdb.cp/nsdecl.exp
4071         * gdb.cp/nsimport.exp
4072         * gdb.cp/nsnested.exp
4073         * gdb.cp/nsnoimports.exp
4074         * gdb.cp/nsrecurs.exp
4075         * gdb.cp/nsstress.exp
4076         * gdb.cp/nsusing.exp
4077         * gdb.cp/operator.exp
4078         * gdb.cp/oranking.exp
4079         * gdb.cp/overload-const.exp
4080         * gdb.cp/overload.exp
4081         * gdb.cp/ovldbreak.exp
4082         * gdb.cp/ovsrch.exp
4083         * gdb.cp/paren-type.exp
4084         * gdb.cp/parse-lang.exp
4085         * gdb.cp/pass-by-ref.exp
4086         * gdb.cp/pr-1023.exp
4087         * gdb.cp/pr-1210.exp
4088         * gdb.cp/pr-574.exp
4089         * gdb.cp/pr10687.exp
4090         * gdb.cp/pr12028.exp
4091         * gdb.cp/pr17132.exp
4092         * gdb.cp/pr17494.exp
4093         * gdb.cp/pr9067.exp
4094         * gdb.cp/pr9167.exp
4095         * gdb.cp/pr9631.exp
4096         * gdb.cp/printmethod.exp
4097         * gdb.cp/psmang.exp
4098         * gdb.cp/psymtab-parameter.exp
4099         * gdb.cp/ptype-cv-cp.exp
4100         * gdb.cp/ptype-flags.exp
4101         * gdb.cp/re-set-overloaded.exp
4102         * gdb.cp/ref-types.exp
4103         * gdb.cp/rtti.exp
4104         * gdb.cp/scope-err.exp
4105         * gdb.cp/shadow.exp
4106         * gdb.cp/smartp.exp
4107         * gdb.cp/static-method.exp
4108         * gdb.cp/static-print-quit.exp
4109         * gdb.cp/temargs.exp
4110         * gdb.cp/templates.exp
4111         * gdb.cp/try_catch.exp
4112         * gdb.cp/typedef-operator.exp
4113         * gdb.cp/typeid.exp
4114         * gdb.cp/userdef.exp
4115         * gdb.cp/using-crash.exp
4116         * gdb.cp/var-tag.exp
4117         * gdb.cp/virtbase.exp
4118         * gdb.cp/virtfunc.exp
4119         * gdb.cp/virtfunc2.exp
4120         * gdb.cp/vla-cxx.exp
4121         * gdb.disasm/t01_mov.exp
4122         * gdb.disasm/t02_mova.exp
4123         * gdb.disasm/t03_add.exp
4124         * gdb.disasm/t04_sub.exp
4125         * gdb.disasm/t05_cmp.exp
4126         * gdb.disasm/t06_ari2.exp
4127         * gdb.disasm/t07_ari3.exp
4128         * gdb.disasm/t08_or.exp
4129         * gdb.disasm/t09_xor.exp
4130         * gdb.disasm/t10_and.exp
4131         * gdb.disasm/t11_logs.exp
4132         * gdb.disasm/t12_bit.exp
4133         * gdb.disasm/t13_otr.exp
4134         * gdb.dlang/circular.exp
4135         * gdb.dwarf2/arr-stride.exp
4136         * gdb.dwarf2/arr-subrange.exp
4137         * gdb.dwarf2/atomic-type.exp
4138         * gdb.dwarf2/bad-regnum.exp
4139         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4140         * gdb.dwarf2/callframecfa.exp
4141         * gdb.dwarf2/clztest.exp
4142         * gdb.dwarf2/corrupt.exp
4143         * gdb.dwarf2/data-loc.exp
4144         * gdb.dwarf2/dup-psym.exp
4145         * gdb.dwarf2/dw2-anon-mptr.exp
4146         * gdb.dwarf2/dw2-anonymous-func.exp
4147         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4148         * gdb.dwarf2/dw2-bad-unresolved.exp
4149         * gdb.dwarf2/dw2-basic.exp
4150         * gdb.dwarf2/dw2-canonicalize-type.exp
4151         * gdb.dwarf2/dw2-case-insensitive.exp
4152         * gdb.dwarf2/dw2-common-block.exp
4153         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4154         * gdb.dwarf2/dw2-compressed.exp
4155         * gdb.dwarf2/dw2-const.exp
4156         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4157         * gdb.dwarf2/dw2-cu-size.exp
4158         * gdb.dwarf2/dw2-dup-frame.exp
4159         * gdb.dwarf2/dw2-entry-value.exp
4160         * gdb.dwarf2/dw2-icycle.exp
4161         * gdb.dwarf2/dw2-ifort-parameter.exp
4162         * gdb.dwarf2/dw2-inline-break.exp
4163         * gdb.dwarf2/dw2-inline-param.exp
4164         * gdb.dwarf2/dw2-intercu.exp
4165         * gdb.dwarf2/dw2-intermix.exp
4166         * gdb.dwarf2/dw2-lexical-block-bare.exp
4167         * gdb.dwarf2/dw2-linkage-name-trust.exp
4168         * gdb.dwarf2/dw2-minsym-in-cu.exp
4169         * gdb.dwarf2/dw2-noloc.exp
4170         * gdb.dwarf2/dw2-op-call.exp
4171         * gdb.dwarf2/dw2-op-out-param.exp
4172         * gdb.dwarf2/dw2-opt-structptr.exp
4173         * gdb.dwarf2/dw2-param-error.exp
4174         * gdb.dwarf2/dw2-producer.exp
4175         * gdb.dwarf2/dw2-ranges-base.exp
4176         * gdb.dwarf2/dw2-ref-missing-frame.exp
4177         * gdb.dwarf2/dw2-reg-undefined.exp
4178         * gdb.dwarf2/dw2-regno-invalid.exp
4179         * gdb.dwarf2/dw2-restore.exp
4180         * gdb.dwarf2/dw2-restrict.exp
4181         * gdb.dwarf2/dw2-single-line-discriminators.exp
4182         * gdb.dwarf2/dw2-strp.exp
4183         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4184         * gdb.dwarf2/dw2-unresolved.exp
4185         * gdb.dwarf2/dw2-var-zero-addr.exp
4186         * gdb.dwarf2/dw4-sig-types.exp
4187         * gdb.dwarf2/dwz.exp
4188         * gdb.dwarf2/dynarr-ptr.exp
4189         * gdb.dwarf2/enum-type.exp
4190         * gdb.dwarf2/gdb-index.exp
4191         * gdb.dwarf2/implptr-64bit.exp
4192         * gdb.dwarf2/implptr-optimized-out.exp
4193         * gdb.dwarf2/implptr.exp
4194         * gdb.dwarf2/implref-array.exp
4195         * gdb.dwarf2/implref-const.exp
4196         * gdb.dwarf2/implref-global.exp
4197         * gdb.dwarf2/implref-struct.exp
4198         * gdb.dwarf2/mac-fileno.exp
4199         * gdb.dwarf2/main-subprogram.exp
4200         * gdb.dwarf2/member-ptr-forwardref.exp
4201         * gdb.dwarf2/method-ptr.exp
4202         * gdb.dwarf2/missing-sig-type.exp
4203         * gdb.dwarf2/nonvar-access.exp
4204         * gdb.dwarf2/opaque-type-lookup.exp
4205         * gdb.dwarf2/pieces-optimized-out.exp
4206         * gdb.dwarf2/pieces.exp
4207         * gdb.dwarf2/pr10770.exp
4208         * gdb.dwarf2/pr13961.exp
4209         * gdb.dwarf2/staticvirtual.exp
4210         * gdb.dwarf2/subrange.exp
4211         * gdb.dwarf2/symtab-producer.exp
4212         * gdb.dwarf2/trace-crash.exp
4213         * gdb.dwarf2/typeddwarf.exp
4214         * gdb.dwarf2/valop.exp
4215         * gdb.dwarf2/watch-notconst.exp
4216         * gdb.fortran/array-element.exp
4217         * gdb.fortran/charset.exp
4218         * gdb.fortran/common-block.exp
4219         * gdb.fortran/complex.exp
4220         * gdb.fortran/derived-type-function.exp
4221         * gdb.fortran/derived-type.exp
4222         * gdb.fortran/logical.exp
4223         * gdb.fortran/module.exp
4224         * gdb.fortran/multi-dim.exp
4225         * gdb.fortran/nested-funcs.exp
4226         * gdb.fortran/print-formatted.exp
4227         * gdb.fortran/subarray.exp
4228         * gdb.fortran/vla-alloc-assoc.exp
4229         * gdb.fortran/vla-datatypes.exp
4230         * gdb.fortran/vla-history.exp
4231         * gdb.fortran/vla-ptr-info.exp
4232         * gdb.fortran/vla-ptype-sub.exp
4233         * gdb.fortran/vla-ptype.exp
4234         * gdb.fortran/vla-sizeof.exp
4235         * gdb.fortran/vla-type.exp
4236         * gdb.fortran/vla-value-sub-arbitrary.exp
4237         * gdb.fortran/vla-value-sub-finish.exp
4238         * gdb.fortran/vla-value-sub.exp
4239         * gdb.fortran/vla-value.exp
4240         * gdb.fortran/whatis_type.exp
4241         * gdb.go/chan.exp
4242         * gdb.go/handcall.exp
4243         * gdb.go/hello.exp
4244         * gdb.go/integers.exp
4245         * gdb.go/methods.exp
4246         * gdb.go/package.exp
4247         * gdb.go/strings.exp
4248         * gdb.go/types.exp
4249         * gdb.go/unsafe.exp
4250         * gdb.guile/scm-arch.exp
4251         * gdb.guile/scm-block.exp
4252         * gdb.guile/scm-breakpoint.exp
4253         * gdb.guile/scm-cmd.exp
4254         * gdb.guile/scm-disasm.exp
4255         * gdb.guile/scm-equal.exp
4256         * gdb.guile/scm-frame-args.exp
4257         * gdb.guile/scm-frame-inline.exp
4258         * gdb.guile/scm-frame.exp
4259         * gdb.guile/scm-iterator.exp
4260         * gdb.guile/scm-math.exp
4261         * gdb.guile/scm-objfile.exp
4262         * gdb.guile/scm-ports.exp
4263         * gdb.guile/scm-symbol.exp
4264         * gdb.guile/scm-symtab.exp
4265         * gdb.guile/scm-value-cc.exp
4266         * gdb.guile/types-module.exp
4267         * gdb.linespec/break-ask.exp
4268         * gdb.linespec/cpexplicit.exp
4269         * gdb.linespec/explicit.exp
4270         * gdb.linespec/keywords.exp
4271         * gdb.linespec/linespec.exp
4272         * gdb.linespec/ls-dollar.exp
4273         * gdb.linespec/ls-errs.exp
4274         * gdb.linespec/skip-two.exp
4275         * gdb.linespec/thread.exp
4276         * gdb.mi/mi-async.exp
4277         * gdb.mi/mi-basics.exp
4278         * gdb.mi/mi-break.exp
4279         * gdb.mi/mi-catch-load.exp
4280         * gdb.mi/mi-cli.exp
4281         * gdb.mi/mi-cmd-param-changed.exp
4282         * gdb.mi/mi-console.exp
4283         * gdb.mi/mi-detach.exp
4284         * gdb.mi/mi-disassemble.exp
4285         * gdb.mi/mi-eval.exp
4286         * gdb.mi/mi-file-transfer.exp
4287         * gdb.mi/mi-file.exp
4288         * gdb.mi/mi-fill-memory.exp
4289         * gdb.mi/mi-inheritance-syntax-error.exp
4290         * gdb.mi/mi-linespec-err-cp.exp
4291         * gdb.mi/mi-logging.exp
4292         * gdb.mi/mi-memory-changed.exp
4293         * gdb.mi/mi-read-memory.exp
4294         * gdb.mi/mi-record-changed.exp
4295         * gdb.mi/mi-reg-undefined.exp
4296         * gdb.mi/mi-regs.exp
4297         * gdb.mi/mi-return.exp
4298         * gdb.mi/mi-reverse.exp
4299         * gdb.mi/mi-simplerun.exp
4300         * gdb.mi/mi-solib.exp
4301         * gdb.mi/mi-stack.exp
4302         * gdb.mi/mi-stepi.exp
4303         * gdb.mi/mi-syn-frame.exp
4304         * gdb.mi/mi-until.exp
4305         * gdb.mi/mi-var-block.exp
4306         * gdb.mi/mi-var-child.exp
4307         * gdb.mi/mi-var-cmd.exp
4308         * gdb.mi/mi-var-cp.exp
4309         * gdb.mi/mi-var-display.exp
4310         * gdb.mi/mi-var-invalidate.exp
4311         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4312         * gdb.mi/mi-vla-fortran.exp
4313         * gdb.mi/mi-watch.exp
4314         * gdb.mi/mi2-var-child.exp
4315         * gdb.mi/user-selected-context-sync.exp
4316         * gdb.modula2/unbounded-array.exp
4317         * gdb.multi/dummy-frame-restore.exp
4318         * gdb.multi/multi-arch-exec.exp
4319         * gdb.multi/multi-arch.exp
4320         * gdb.multi/tids.exp
4321         * gdb.multi/watchpoint-multi.exp
4322         * gdb.opencl/callfuncs.exp
4323         * gdb.opencl/convs_casts.exp
4324         * gdb.opencl/datatypes.exp
4325         * gdb.opencl/operators.exp
4326         * gdb.opencl/vec_comps.exp
4327         * gdb.opt/clobbered-registers-O2.exp
4328         * gdb.opt/inline-break.exp
4329         * gdb.opt/inline-bt.exp
4330         * gdb.opt/inline-cmds.exp
4331         * gdb.opt/inline-locals.exp
4332         * gdb.pascal/case-insensitive-symbols.exp
4333         * gdb.pascal/floats.exp
4334         * gdb.pascal/gdb11492.exp
4335         * gdb.python/lib-types.exp
4336         * gdb.python/py-arch.exp
4337         * gdb.python/py-as-string.exp
4338         * gdb.python/py-bad-printers.exp
4339         * gdb.python/py-block.exp
4340         * gdb.python/py-breakpoint-create-fail.exp
4341         * gdb.python/py-breakpoint.exp
4342         * gdb.python/py-caller-is.exp
4343         * gdb.python/py-cmd.exp
4344         * gdb.python/py-explore-cc.exp
4345         * gdb.python/py-explore.exp
4346         * gdb.python/py-finish-breakpoint.exp
4347         * gdb.python/py-finish-breakpoint2.exp
4348         * gdb.python/py-frame-args.exp
4349         * gdb.python/py-frame-inline.exp
4350         * gdb.python/py-frame.exp
4351         * gdb.python/py-framefilter-mi.exp
4352         * gdb.python/py-infthread.exp
4353         * gdb.python/py-lazy-string.exp
4354         * gdb.python/py-linetable.exp
4355         * gdb.python/py-mi-events.exp
4356         * gdb.python/py-mi-objfile.exp
4357         * gdb.python/py-mi.exp
4358         * gdb.python/py-objfile.exp
4359         * gdb.python/py-pp-integral.exp
4360         * gdb.python/py-pp-maint.exp
4361         * gdb.python/py-pp-re-notag.exp
4362         * gdb.python/py-pp-registration.exp
4363         * gdb.python/py-recurse-unwind.exp
4364         * gdb.python/py-strfns.exp
4365         * gdb.python/py-symbol.exp
4366         * gdb.python/py-symtab.exp
4367         * gdb.python/py-sync-interp.exp
4368         * gdb.python/py-typeprint.exp
4369         * gdb.python/py-unwind-maint.exp
4370         * gdb.python/py-unwind.exp
4371         * gdb.python/py-value-cc.exp
4372         * gdb.python/py-xmethods.exp
4373         * gdb.reverse/amd64-tailcall-reverse.exp
4374         * gdb.reverse/break-precsave.exp
4375         * gdb.reverse/break-reverse.exp
4376         * gdb.reverse/consecutive-precsave.exp
4377         * gdb.reverse/consecutive-reverse.exp
4378         * gdb.reverse/finish-precsave.exp
4379         * gdb.reverse/finish-reverse-bkpt.exp
4380         * gdb.reverse/finish-reverse.exp
4381         * gdb.reverse/fstatat-reverse.exp
4382         * gdb.reverse/getresuid-reverse.exp
4383         * gdb.reverse/i386-precsave.exp
4384         * gdb.reverse/i386-reverse.exp
4385         * gdb.reverse/i386-sse-reverse.exp
4386         * gdb.reverse/i387-env-reverse.exp
4387         * gdb.reverse/i387-stack-reverse.exp
4388         * gdb.reverse/insn-reverse.exp
4389         * gdb.reverse/machinestate-precsave.exp
4390         * gdb.reverse/machinestate.exp
4391         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4392         * gdb.reverse/pipe-reverse.exp
4393         * gdb.reverse/readv-reverse.exp
4394         * gdb.reverse/recvmsg-reverse.exp
4395         * gdb.reverse/rerun-prec.exp
4396         * gdb.reverse/s390-mvcle.exp
4397         * gdb.reverse/step-precsave.exp
4398         * gdb.reverse/step-reverse.exp
4399         * gdb.reverse/time-reverse.exp
4400         * gdb.reverse/until-precsave.exp
4401         * gdb.reverse/until-reverse.exp
4402         * gdb.reverse/waitpid-reverse.exp
4403         * gdb.reverse/watch-precsave.exp
4404         * gdb.reverse/watch-reverse.exp
4405         * gdb.rust/generics.exp
4406         * gdb.rust/methods.exp
4407         * gdb.rust/modules.exp
4408         * gdb.rust/simple.exp
4409         * gdb.server/connect-with-no-symbol-file.exp
4410         * gdb.server/ext-attach.exp
4411         * gdb.server/ext-restart.exp
4412         * gdb.server/ext-wrapper.exp
4413         * gdb.server/file-transfer.exp
4414         * gdb.server/server-exec-info.exp
4415         * gdb.server/server-kill.exp
4416         * gdb.server/server-mon.exp
4417         * gdb.server/wrapper.exp
4418         * gdb.stabs/exclfwd.exp
4419         * gdb.stabs/gdb11479.exp
4420         * gdb.threads/clone-new-thread-event.exp
4421         * gdb.threads/corethreads.exp
4422         * gdb.threads/current-lwp-dead.exp
4423         * gdb.threads/dlopen-libpthread.exp
4424         * gdb.threads/gcore-thread.exp
4425         * gdb.threads/sigstep-threads.exp
4426         * gdb.threads/watchpoint-fork.exp
4427         * gdb.trace/actions-changed.exp
4428         * gdb.trace/backtrace.exp
4429         * gdb.trace/change-loc.exp
4430         * gdb.trace/circ.exp
4431         * gdb.trace/collection.exp
4432         * gdb.trace/disconnected-tracing.exp
4433         * gdb.trace/ftrace.exp
4434         * gdb.trace/mi-trace-frame-collected.exp
4435         * gdb.trace/mi-trace-unavailable.exp
4436         * gdb.trace/mi-traceframe-changed.exp
4437         * gdb.trace/mi-tsv-changed.exp
4438         * gdb.trace/no-attach-trace.exp
4439         * gdb.trace/passc-dyn.exp
4440         * gdb.trace/qtro.exp
4441         * gdb.trace/range-stepping.exp
4442         * gdb.trace/read-memory.exp
4443         * gdb.trace/save-trace.exp
4444         * gdb.trace/signal.exp
4445         * gdb.trace/status-stop.exp
4446         * gdb.trace/tfile.exp
4447         * gdb.trace/trace-break.exp
4448         * gdb.trace/trace-buffer-size.exp
4449         * gdb.trace/trace-condition.exp
4450         * gdb.trace/tracefile-pseudo-reg.exp
4451         * gdb.trace/tstatus.exp
4452         * gdb.trace/unavailable.exp
4453         * gdb.trace/while-dyn.exp
4454         * gdb.trace/while-stepping.exp
4455
4456 2016-12-22  Doug Evans  <xdje42@gmail.com>
4457
4458         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4459         and msymbols.
4460
4461 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4462
4463         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4464         (test_with_self): Don't call do_steps_and_nexts, and remove
4465         code about stepping into xmalloc.
4466
4467 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4468
4469         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4470
4471 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4472
4473         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4474
4475 2016-12-09  Pedro Alves  <palves@redhat.com>
4476
4477         * gdb.base/all-architectures-0.exp: New file.
4478         * gdb.base/all-architectures-1.exp: New file.
4479         * gdb.base/all-architectures-2.exp: New file.
4480         * gdb.base/all-architectures-3.exp: New file.
4481         * gdb.base/all-architectures-4.exp: New file.
4482         * gdb.base/all-architectures-5.exp: New file.
4483         * gdb.base/all-architectures-6.exp: New file.
4484         * gdb.base/all-architectures-7.exp: New file.
4485         * gdb.base/all-architectures.exp.in: New file.
4486
4487 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4488
4489         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4490
4491 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4492
4493         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4494         possible.
4495         Remove useless pattern-matching code.
4496
4497 2016-12-02  Pedro Alves  <palves@redhat.com>
4498
4499         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4500         procedure.
4501         (top level): Call it.
4502
4503 2016-12-02  Pedro Alves  <palves@redhat.com>
4504
4505         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4506         New procedure.
4507         (top level): Call it.
4508
4509 2016-12-02  Pedro Alves  <palves@redhat.com>
4510
4511         PR cli/20559
4512         * gdb.base/commands.exp (user_defined_command_args_eval): New
4513         procedure.
4514         (top level): Call it.
4515
4516 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4517
4518         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4519         timeout handling.
4520
4521 2016-12-02  Tom Tromey  <tom@tromey.com>
4522
4523         * gdb.dwarf2/main-subprogram.c: New file.
4524         * gdb.dwarf2/main-subprogram.exp: New file.
4525
4526 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4527
4528         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4529         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4530         gdb_test_no_output for a couple of cases.
4531         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4532
4533 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4534
4535         Fix test names and standardize compilation error messages throughout
4536         the following files:
4537
4538         * gdb.ada/start.exp
4539         * gdb.arch/alpha-step.exp
4540         * gdb.arch/e500-prologue.exp
4541         * gdb.arch/ftrace-insn-reloc.exp
4542         * gdb.arch/gdb1291.exp
4543         * gdb.arch/gdb1431.exp
4544         * gdb.arch/gdb1558.exp
4545         * gdb.arch/i386-dr3-watch.exp
4546         * gdb.arch/i386-sse-stack-align.exp
4547         * gdb.arch/ia64-breakpoint-shadow.exp
4548         * gdb.arch/pa-nullify.exp
4549         * gdb.arch/powerpc-aix-prologue.exp
4550         * gdb.arch/thumb-bx-pc.exp
4551         * gdb.base/annota1.exp
4552         * gdb.base/annota3.exp
4553         * gdb.base/arrayidx.exp
4554         * gdb.base/assign.exp
4555         * gdb.base/attach.exp
4556         * gdb.base/auxv.exp
4557         * gdb.base/bang.exp
4558         * gdb.base/bfp-test.exp
4559         * gdb.base/bigcore.exp
4560         * gdb.base/bitfields2.exp
4561         * gdb.base/break-fun-addr.exp
4562         * gdb.base/break-probes.exp
4563         * gdb.base/call-rt-st.exp
4564         * gdb.base/callexit.exp
4565         * gdb.base/catch-fork-kill.exp
4566         * gdb.base/charset.exp
4567         * gdb.base/checkpoint.exp
4568         * gdb.base/comprdebug.exp
4569         * gdb.base/constvars.exp
4570         * gdb.base/coredump-filter.exp
4571         * gdb.base/cursal.exp
4572         * gdb.base/cvexpr.exp
4573         * gdb.base/detach.exp
4574         * gdb.base/display.exp
4575         * gdb.base/dmsym.exp
4576         * gdb.base/dprintf-pending.exp
4577         * gdb.base/dso2dso.exp
4578         * gdb.base/dtrace-probe.exp
4579         * gdb.base/dump.exp
4580         * gdb.base/enum_cond.exp
4581         * gdb.base/exe-lock.exp
4582         * gdb.base/exec-invalid-sysroot.exp
4583         * gdb.base/execl-update-breakpoints.exp
4584         * gdb.base/exprs.exp
4585         * gdb.base/fileio.exp
4586         * gdb.base/find.exp
4587         * gdb.base/finish.exp
4588         * gdb.base/fixsection.exp
4589         * gdb.base/foll-vfork.exp
4590         * gdb.base/frame-args.exp
4591         * gdb.base/gcore.exp
4592         * gdb.base/gdb1250.exp
4593         * gdb.base/global-var-nested-by-dso.exp
4594         * gdb.base/gnu-ifunc.exp
4595         * gdb.base/hashline1.exp
4596         * gdb.base/hashline2.exp
4597         * gdb.base/hashline3.exp
4598         * gdb.base/hbreak-in-shr-unsupported.exp
4599         * gdb.base/huge.exp
4600         * gdb.base/infcall-input.exp
4601         * gdb.base/info-fun.exp
4602         * gdb.base/info-shared.exp
4603         * gdb.base/jit-simple.exp
4604         * gdb.base/jit-so.exp
4605         * gdb.base/jit.exp
4606         * gdb.base/jump.exp
4607         * gdb.base/label.exp
4608         * gdb.base/lineinc.exp
4609         * gdb.base/logical.exp
4610         * gdb.base/longjmp.exp
4611         * gdb.base/macscp.exp
4612         * gdb.base/miscexprs.exp
4613         * gdb.base/new-ui-echo.exp
4614         * gdb.base/new-ui-pending-input.exp
4615         * gdb.base/new-ui.exp
4616         * gdb.base/nodebug.exp
4617         * gdb.base/nofield.exp
4618         * gdb.base/offsets.exp
4619         * gdb.base/overlays.exp
4620         * gdb.base/pending.exp
4621         * gdb.base/pointers.exp
4622         * gdb.base/pr11022.exp
4623         * gdb.base/printcmds.exp
4624         * gdb.base/prologue.exp
4625         * gdb.base/ptr-typedef.exp
4626         * gdb.base/realname-expand.exp
4627         * gdb.base/relativedebug.exp
4628         * gdb.base/relocate.exp
4629         * gdb.base/remote.exp
4630         * gdb.base/reread.exp
4631         * gdb.base/return2.exp
4632         * gdb.base/savedregs.exp
4633         * gdb.base/sep.exp
4634         * gdb.base/sepdebug.exp
4635         * gdb.base/sepsymtab.exp
4636         * gdb.base/set-inferior-tty.exp
4637         * gdb.base/setshow.exp
4638         * gdb.base/shlib-call.exp
4639         * gdb.base/sigaltstack.exp
4640         * gdb.base/siginfo-addr.exp
4641         * gdb.base/signals.exp
4642         * gdb.base/signull.exp
4643         * gdb.base/sigrepeat.exp
4644         * gdb.base/so-impl-ld.exp
4645         * gdb.base/solib-display.exp
4646         * gdb.base/solib-overlap.exp
4647         * gdb.base/solib-search.exp
4648         * gdb.base/solib-symbol.exp
4649         * gdb.base/structs.exp
4650         * gdb.base/structs2.exp
4651         * gdb.base/symtab-search-order.exp
4652         * gdb.base/twice.exp
4653         * gdb.base/unload.exp
4654         * gdb.base/varargs.exp
4655         * gdb.base/watchpoint-solib.exp
4656         * gdb.base/watchpoint.exp
4657         * gdb.base/whatis.exp
4658         * gdb.base/wrong_frame_bt_full.exp
4659         * gdb.btrace/dlopen.exp
4660         * gdb.cell/ea-standalone.exp
4661         * gdb.cell/ea-test.exp
4662         * gdb.cp/dispcxx.exp
4663         * gdb.cp/gdb2384.exp
4664         * gdb.cp/method2.exp
4665         * gdb.cp/nextoverthrow.exp
4666         * gdb.cp/pr10728.exp
4667         * gdb.disasm/am33.exp
4668         * gdb.disasm/h8300s.exp
4669         * gdb.disasm/mn10300.exp
4670         * gdb.disasm/sh3.exp
4671         * gdb.dwarf2/dw2-dir-file-name.exp
4672         * gdb.fortran/complex.exp
4673         * gdb.fortran/library-module.exp
4674         * gdb.guile/scm-pretty-print.exp
4675         * gdb.guile/scm-symbol.exp
4676         * gdb.guile/scm-type.exp
4677         * gdb.guile/scm-value.exp
4678         * gdb.linespec/linespec.exp
4679         * gdb.mi/gdb701.exp
4680         * gdb.mi/gdb792.exp
4681         * gdb.mi/mi-breakpoint-changed.exp
4682         * gdb.mi/mi-dprintf-pending.exp
4683         * gdb.mi/mi-dprintf.exp
4684         * gdb.mi/mi-exit-code.exp
4685         * gdb.mi/mi-pending.exp
4686         * gdb.mi/mi-solib.exp
4687         * gdb.mi/new-ui-mi-sync.exp
4688         * gdb.mi/pr11022.exp
4689         * gdb.mi/user-selected-context-sync.exp
4690         * gdb.opt/solib-intra-step.exp
4691         * gdb.python/py-events.exp
4692         * gdb.python/py-finish-breakpoint.exp
4693         * gdb.python/py-mi.exp
4694         * gdb.python/py-prettyprint.exp
4695         * gdb.python/py-shared.exp
4696         * gdb.python/py-symbol.exp
4697         * gdb.python/py-template.exp
4698         * gdb.python/py-type.exp
4699         * gdb.python/py-value.exp
4700         * gdb.reverse/solib-precsave.exp
4701         * gdb.reverse/solib-reverse.exp
4702         * gdb.server/solib-list.exp
4703         * gdb.stabs/weird.exp
4704         * gdb.threads/reconnect-signal.exp
4705         * gdb.threads/stepi-random-signal.exp
4706         * gdb.trace/actions.exp
4707         * gdb.trace/ax.exp
4708         * gdb.trace/backtrace.exp
4709         * gdb.trace/change-loc.exp
4710         * gdb.trace/deltrace.exp
4711         * gdb.trace/ftrace-lock.exp
4712         * gdb.trace/ftrace.exp
4713         * gdb.trace/infotrace.exp
4714         * gdb.trace/mi-tracepoint-changed.exp
4715         * gdb.trace/packetlen.exp
4716         * gdb.trace/passcount.exp
4717         * gdb.trace/pending.exp
4718         * gdb.trace/range-stepping.exp
4719         * gdb.trace/report.exp
4720         * gdb.trace/stap-trace.exp
4721         * gdb.trace/tfind.exp
4722         * gdb.trace/trace-break.exp
4723         * gdb.trace/trace-condition.exp
4724         * gdb.trace/trace-enable-disable.exp
4725         * gdb.trace/trace-mt.exp
4726         * gdb.trace/tracecmd.exp
4727         * gdb.trace/tspeed.exp
4728         * gdb.trace/tsv.exp
4729         * lib/perftest.exp
4730
4731 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4732
4733         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4734         with gdb_test_no_output.
4735         Use command as test name.
4736
4737 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4738
4739         Fix test names starting with uppercase throughout the files.
4740
4741         * gdb.ada/assign_1.exp
4742         * gdb.ada/boolean_expr.exp
4743         * gdb.base/arrayidx.exp
4744         * gdb.base/del.exp
4745         * gdb.base/gcore-buffer-overflow.exp
4746         * gdb.base/testenv.exp
4747         * gdb.compile/compile.exp
4748         * gdb.python/py-framefilter-invalidarg.exp
4749         * gdb.python/py-framefilter.exp
4750
4751 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4752
4753         Fix test names starting with uppercase throughout the files.
4754
4755         * gdb.ada/array_return.exp
4756         * gdb.ada/expr_delims.exp
4757         * gdb.ada/mi_dyn_arr.exp
4758         * gdb.ada/mi_interface.exp
4759         * gdb.ada/mi_var_array.exp
4760         * gdb.ada/watch_arg.exp
4761         * gdb.arch/alpha-step.exp
4762         * gdb.arch/altivec-regs.exp
4763         * gdb.arch/e500-regs.exp
4764         * gdb.arch/powerpc-d128-regs.exp
4765         * gdb.base/arrayidx.exp
4766         * gdb.base/break.exp
4767         * gdb.base/checkpoint.exp
4768         * gdb.base/debug-expr.exp
4769         * gdb.base/dmsym.exp
4770         * gdb.base/radix.exp
4771         * gdb.base/sepdebug.exp
4772         * gdb.base/testenv.exp
4773         * gdb.base/watch_thread_num.exp
4774         * gdb.base/watchpoint-cond-gone.exp
4775         * gdb.cell/break.exp
4776         * gdb.cell/ea-cache.exp
4777         * gdb.compile/compile.exp
4778         * gdb.cp/gdb2495.exp
4779         * gdb.gdb/selftest.exp
4780         * gdb.gdb/xfullpath.exp
4781         * gdb.go/hello.exp
4782         * gdb.go/integers.exp
4783         * gdb.objc/basicclass.exp
4784         * gdb.pascal/hello.exp
4785         * gdb.pascal/integers.exp
4786         * gdb.python/py-breakpoint.exp
4787         * gdb.python/py-cmd.exp
4788         * gdb.python/py-linetable.exp
4789         * gdb.python/py-xmethods.exp
4790         * gdb.python/python.exp
4791         * gdb.reverse/consecutive-precsave.exp
4792         * gdb.reverse/finish-precsave.exp
4793         * gdb.reverse/i386-precsave.exp
4794         * gdb.reverse/machinestate-precsave.exp
4795         * gdb.reverse/sigall-precsave.exp
4796         * gdb.reverse/solib-precsave.exp
4797         * gdb.reverse/step-precsave.exp
4798         * gdb.reverse/until-precsave.exp
4799         * gdb.reverse/watch-precsave.exp
4800         * gdb.threads/leader-exit.exp
4801         * gdb.threads/pthreads.exp
4802         * gdb.threads/wp-replication.exp
4803         * gdb.trace/actions.exp
4804         * gdb.trace/mi-tsv-changed.exp
4805         * gdb.trace/tsv.exp
4806
4807 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4808
4809         Fix test names starting with uppercase throughout the files.
4810
4811         * gdb.arch/i386-bp_permanent.exp
4812         * gdb.arch/i386-gnu-cfi.exp
4813         * gdb.base/disasm-end-cu.exp
4814         * gdb.base/macscp.exp
4815         * gdb.base/pending.exp
4816         * gdb.base/watch_thread_num.exp
4817         * gdb.cp/exception.exp
4818         * gdb.cp/gdb2495.exp
4819         * gdb.cp/local.exp
4820         * gdb.python/py-evsignal.exp
4821         * gdb.python/python.exp
4822         * gdb.trace/tracecmd.exp
4823
4824 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4825
4826         Fix test names starting with uppercase throughout the files.
4827
4828         * gdb.base/charset.exp
4829         * gdb.base/eval.exp
4830         * gdb.base/multi-forks.exp
4831         * gdb.guile/scm-progspace.exp
4832         * gdb.opencl/datatypes.exp
4833         * gdb.python/py-block.exp
4834         * gdb.python/py-function.exp
4835         * gdb.python/py-symbol.exp
4836         * gdb.python/py-symtab.exp
4837         * gdb.python/py-xmethods.exp
4838         * gdb.reverse/break-precsave.exp
4839         * gdb.reverse/break-reverse.exp
4840         * gdb.reverse/consecutive-precsave.exp
4841         * gdb.reverse/consecutive-reverse.exp
4842         * gdb.reverse/finish-precsave.exp
4843         * gdb.reverse/finish-reverse-bkpt.exp
4844         * gdb.reverse/finish-reverse.exp
4845         * gdb.reverse/fstatat-reverse.exp
4846         * gdb.reverse/getresuid-reverse.exp
4847         * gdb.reverse/i386-precsave.exp
4848         * gdb.reverse/i386-reverse.exp
4849         * gdb.reverse/i386-sse-reverse.exp
4850         * gdb.reverse/i387-stack-reverse.exp
4851         * gdb.reverse/insn-reverse.exp
4852         * gdb.reverse/machinestate-precsave.exp
4853         * gdb.reverse/machinestate.exp
4854         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4855         * gdb.reverse/pipe-reverse.exp
4856         * gdb.reverse/readv-reverse.exp
4857         * gdb.reverse/recvmsg-reverse.exp
4858         * gdb.reverse/rerun-prec.exp
4859         * gdb.reverse/s390-mvcle.exp
4860         * gdb.reverse/sigall-precsave.exp
4861         * gdb.reverse/sigall-reverse.exp
4862         * gdb.reverse/solib-precsave.exp
4863         * gdb.reverse/solib-reverse.exp
4864         * gdb.reverse/step-precsave.exp
4865         * gdb.reverse/step-reverse.exp
4866         * gdb.reverse/time-reverse.exp
4867         * gdb.reverse/until-precsave.exp
4868         * gdb.reverse/until-reverse.exp
4869         * gdb.reverse/waitpid-reverse.exp
4870         * gdb.reverse/watch-precsave.exp
4871         * gdb.reverse/watch-reverse.exp
4872
4873 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4874
4875         Fix test names starting with uppercase throughout the files.
4876
4877         * gdb.arch/i386-mpx-simple_segv.exp
4878         * gdb.arch/i386-mpx.exp
4879         * gdb.arch/i386-permbkpt.exp
4880         * gdb.arch/pa-nullify.exp
4881         * gdb.arch/powerpc-d128-regs.exp
4882         * gdb.arch/vsx-regs.exp
4883         * gdb.base/bfp-test.exp
4884         * gdb.base/break.exp
4885         * gdb.base/breakpoint-shadow.exp
4886         * gdb.base/callfuncs.exp
4887         * gdb.base/charset.exp
4888         * gdb.base/commands.exp
4889         * gdb.base/completion.exp
4890         * gdb.base/dfp-test.exp
4891         * gdb.base/echo.exp
4892         * gdb.base/ending-run.exp
4893         * gdb.base/eval.exp
4894         * gdb.base/expand-psymtabs.exp
4895         * gdb.base/float128.exp
4896         * gdb.base/floatn.exp
4897         * gdb.base/foll-exec-mode.exp
4898         * gdb.base/gdb1056.exp
4899         * gdb.base/gdb11531.exp
4900         * gdb.base/kill-after-signal.exp
4901         * gdb.base/multi-forks.exp
4902         * gdb.base/overlays.exp
4903         * gdb.base/pending.exp
4904         * gdb.base/sepdebug.exp
4905         * gdb.base/testenv.exp
4906         * gdb.base/valgrind-db-attach.exp
4907         * gdb.base/watch_thread_num.exp
4908         * gdb.base/watchpoint-cond-gone.exp
4909         * gdb.base/watchpoint.exp
4910         * gdb.base/watchpoints.exp
4911         * gdb.cp/arg-reference.exp
4912         * gdb.cp/baseenum.exp
4913         * gdb.cp/operator.exp
4914         * gdb.cp/shadow.exp
4915         * gdb.dwarf2/dw2-op-out-param.exp
4916         * gdb.dwarf2/dw2-reg-undefined.exp
4917         * gdb.go/chan.exp
4918         * gdb.go/hello.exp
4919         * gdb.go/integers.exp
4920         * gdb.go/methods.exp
4921         * gdb.go/package.exp
4922         * gdb.guile/scm-parameter.exp
4923         * gdb.guile/scm-progspace.exp
4924         * gdb.guile/scm-value.exp
4925         * gdb.mi/mi-pending.exp
4926         * gdb.mi/user-selected-context-sync.exp
4927         * gdb.multi/multi-attach.exp
4928         * gdb.multi/tids.exp
4929         * gdb.opt/clobbered-registers-O2.exp
4930         * gdb.pascal/floats.exp
4931         * gdb.pascal/integers.exp
4932         * gdb.python/py-block.exp
4933         * gdb.python/py-events.exp
4934         * gdb.python/py-parameter.exp
4935         * gdb.python/py-symbol.exp
4936         * gdb.python/py-symtab.exp
4937         * gdb.python/py-type.exp
4938         * gdb.python/py-value.exp
4939         * gdb.python/py-xmethods.exp
4940         * gdb.python/python.exp
4941         * gdb.reverse/break-precsave.exp
4942         * gdb.reverse/consecutive-precsave.exp
4943         * gdb.reverse/finish-precsave.exp
4944         * gdb.reverse/i386-precsave.exp
4945         * gdb.reverse/machinestate-precsave.exp
4946         * gdb.reverse/sigall-precsave.exp
4947         * gdb.reverse/solib-precsave.exp
4948         * gdb.reverse/step-precsave.exp
4949         * gdb.reverse/until-precsave.exp
4950         * gdb.reverse/watch-precsave.exp
4951         * gdb.server/ext-attach.exp
4952         * gdb.server/ext-restart.exp
4953         * gdb.server/ext-run.exp
4954         * gdb.server/ext-wrapper.exp
4955         * gdb.stabs/gdb11479.exp
4956         * gdb.stabs/weird.exp
4957         * gdb.threads/attach-many-short-lived-threads.exp
4958         * gdb.threads/kill.exp
4959         * gdb.threads/watchpoint-fork.exp
4960
4961 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4962
4963         Fix test names starting with uppercase throughout all the files below.
4964
4965         * gdb.ada/array_return.exp
4966         * gdb.ada/catch_ex.exp
4967         * gdb.ada/info_exc.exp
4968         * gdb.ada/mi_catch_ex.exp
4969         * gdb.ada/mi_dyn_arr.exp
4970         * gdb.ada/mi_ex_cond.exp
4971         * gdb.ada/mi_exc_info.exp
4972         * gdb.ada/mi_interface.exp
4973         * gdb.ada/mi_task_arg.exp
4974         * gdb.ada/mi_task_info.exp
4975         * gdb.ada/mi_var_array.exp
4976         * gdb.arch/alpha-step.exp
4977         * gdb.arch/amd64-disp-step.exp
4978         * gdb.arch/arm-disp-step.exp
4979         * gdb.arch/disp-step-insn-reloc.exp
4980         * gdb.arch/e500-prologue.exp
4981         * gdb.arch/ftrace-insn-reloc.exp
4982         * gdb.arch/gdb1558.exp
4983         * gdb.arch/i386-bp_permanent.exp
4984         * gdb.arch/i386-disp-step.exp
4985         * gdb.arch/i386-float.exp
4986         * gdb.arch/i386-gnu-cfi.exp
4987         * gdb.arch/ia64-breakpoint-shadow.exp
4988         * gdb.arch/mips16-thunks.exp
4989         * gdb.arch/pa-nullify.exp
4990         * gdb.arch/powerpc-aix-prologue.exp
4991         * gdb.arch/powerpc-power.exp
4992         * gdb.arch/ppc-dfp.exp
4993         * gdb.arch/s390-tdbregs.exp
4994         * gdb.arch/spu-info.exp
4995         * gdb.arch/spu-ls.exp
4996         * gdb.arch/thumb-bx-pc.exp
4997         * gdb.base/advance.exp
4998         * gdb.base/annota-input-while-running.exp
4999         * gdb.base/arrayidx.exp
5000         * gdb.base/asmlabel.exp
5001         * gdb.base/async.exp
5002         * gdb.base/attach-wait-input.exp
5003         * gdb.base/auto-connect-native-target.exp
5004         * gdb.base/batch-preserve-term-settings.exp
5005         * gdb.base/bfp-test.exp
5006         * gdb.base/bigcore.exp
5007         * gdb.base/bp-permanent.exp
5008         * gdb.base/break-always.exp
5009         * gdb.base/break-fun-addr.exp
5010         * gdb.base/break-idempotent.exp
5011         * gdb.base/break-main-file-remove-fail.exp
5012         * gdb.base/break-probes.exp
5013         * gdb.base/break-unload-file.exp
5014         * gdb.base/break.exp
5015         * gdb.base/call-ar-st.exp
5016         * gdb.base/call-rt-st.exp
5017         * gdb.base/call-sc.exp
5018         * gdb.base/call-signal-resume.exp
5019         * gdb.base/call-strs.exp
5020         * gdb.base/callexit.exp
5021         * gdb.base/callfuncs.exp
5022         * gdb.base/catch-gdb-caused-signals.exp
5023         * gdb.base/catch-signal-siginfo-cond.exp
5024         * gdb.base/catch-syscall.exp
5025         * gdb.base/compare-sections.exp
5026         * gdb.base/cond-eval-mode.exp
5027         * gdb.base/condbreak-call-false.exp
5028         * gdb.base/consecutive-step-over.exp
5029         * gdb.base/cursal.exp
5030         * gdb.base/disabled-location.exp
5031         * gdb.base/disasm-end-cu.exp
5032         * gdb.base/display.exp
5033         * gdb.base/double-prompt-target-event-error.exp
5034         * gdb.base/dprintf-bp-same-addr.exp
5035         * gdb.base/dprintf-detach.exp
5036         * gdb.base/dprintf-next.exp
5037         * gdb.base/dprintf-non-stop.exp
5038         * gdb.base/dprintf-pending.exp
5039         * gdb.base/dso2dso.exp
5040         * gdb.base/ending-run.exp
5041         * gdb.base/enum_cond.exp
5042         * gdb.base/examine-backward.exp
5043         * gdb.base/exe-lock.exp
5044         * gdb.base/exec-invalid-sysroot.exp
5045         * gdb.base/execl-update-breakpoints.exp
5046         * gdb.base/execution-termios.exp
5047         * gdb.base/fileio.exp
5048         * gdb.base/fixsection.exp
5049         * gdb.base/foll-exec-mode.exp
5050         * gdb.base/foll-exec.exp
5051         * gdb.base/fork-running-state.exp
5052         * gdb.base/frame-args.exp
5053         * gdb.base/fullpath-expand.exp
5054         * gdb.base/func-ptr.exp
5055         * gdb.base/gcore-relro-pie.exp
5056         * gdb.base/gdb1090.exp
5057         * gdb.base/gdb1555.exp
5058         * gdb.base/global-var-nested-by-dso.exp
5059         * gdb.base/gnu-ifunc.exp
5060         * gdb.base/hbreak-in-shr-unsupported.exp
5061         * gdb.base/hbreak-unmapped.exp
5062         * gdb.base/hook-stop.exp
5063         * gdb.base/infcall-input.exp
5064         * gdb.base/info-fun.exp
5065         * gdb.base/info-shared.exp
5066         * gdb.base/interrupt-noterm.exp
5067         * gdb.base/jit-so.exp
5068         * gdb.base/jit.exp
5069         * gdb.base/line-symtabs.exp
5070         * gdb.base/list.exp
5071         * gdb.base/longjmp.exp
5072         * gdb.base/macscp.exp
5073         * gdb.base/max-value-size.exp
5074         * gdb.base/nodebug.exp
5075         * gdb.base/nofield.exp
5076         * gdb.base/overlays.exp
5077         * gdb.base/paginate-after-ctrl-c-running.exp
5078         * gdb.base/paginate-bg-execution.exp
5079         * gdb.base/paginate-inferior-exit.exp
5080         * gdb.base/pending.exp
5081         * gdb.base/pr11022.exp
5082         * gdb.base/printcmds.exp
5083         * gdb.base/ptr-typedef.exp
5084         * gdb.base/ptype.exp
5085         * gdb.base/randomize.exp
5086         * gdb.base/range-stepping.exp
5087         * gdb.base/realname-expand.exp
5088         * gdb.base/relativedebug.exp
5089         * gdb.base/remote.exp
5090         * gdb.base/savedregs.exp
5091         * gdb.base/sepdebug.exp
5092         * gdb.base/set-noassign.exp
5093         * gdb.base/shlib-call.exp
5094         * gdb.base/shreloc.exp
5095         * gdb.base/sigaltstack.exp
5096         * gdb.base/sigbpt.exp
5097         * gdb.base/siginfo-addr.exp
5098         * gdb.base/siginfo-obj.exp
5099         * gdb.base/siginfo-thread.exp
5100         * gdb.base/signest.exp
5101         * gdb.base/signull.exp
5102         * gdb.base/sigrepeat.exp
5103         * gdb.base/skip.exp
5104         * gdb.base/so-impl-ld.exp
5105         * gdb.base/solib-corrupted.exp
5106         * gdb.base/solib-disc.exp
5107         * gdb.base/solib-display.exp
5108         * gdb.base/solib-overlap.exp
5109         * gdb.base/solib-search.exp
5110         * gdb.base/solib-symbol.exp
5111         * gdb.base/source-execution.exp
5112         * gdb.base/sss-bp-on-user-bp-2.exp
5113         * gdb.base/sss-bp-on-user-bp.exp
5114         * gdb.base/stack-checking.exp
5115         * gdb.base/stale-infcall.exp
5116         * gdb.base/step-break.exp
5117         * gdb.base/step-line.exp
5118         * gdb.base/step-over-exit.exp
5119         * gdb.base/step-test.exp
5120         * gdb.base/structs.exp
5121         * gdb.base/sym-file.exp
5122         * gdb.base/symtab-search-order.exp
5123         * gdb.base/term.exp
5124         * gdb.base/type-opaque.exp
5125         * gdb.base/unload.exp
5126         * gdb.base/until-nodebug.exp
5127         * gdb.base/until.exp
5128         * gdb.base/unwindonsignal.exp
5129         * gdb.base/watch-cond.exp
5130         * gdb.base/watch-non-mem.exp
5131         * gdb.base/watch_thread_num.exp
5132         * gdb.base/watchpoint-reuse-slot.exp
5133         * gdb.base/watchpoint-solib.exp
5134         * gdb.base/watchpoint.exp
5135         * gdb.btrace/dlopen.exp
5136         * gdb.cell/arch.exp
5137         * gdb.cell/break.exp
5138         * gdb.cell/bt.exp
5139         * gdb.cell/core.exp
5140         * gdb.cell/data.exp
5141         * gdb.cell/dwarfaddr.exp
5142         * gdb.cell/ea-cache.exp
5143         * gdb.cell/ea-standalone.exp
5144         * gdb.cell/ea-test.exp
5145         * gdb.cell/f-regs.exp
5146         * gdb.cell/fork.exp
5147         * gdb.cell/gcore.exp
5148         * gdb.cell/mem-access.exp
5149         * gdb.cell/ptype.exp
5150         * gdb.cell/registers.exp
5151         * gdb.cell/sizeof.exp
5152         * gdb.cell/solib-symbol.exp
5153         * gdb.cell/solib.exp
5154         * gdb.compile/compile-tls.exp
5155         * gdb.cp/exception.exp
5156         * gdb.cp/gdb2495.exp
5157         * gdb.cp/local.exp
5158         * gdb.cp/mb-inline.exp
5159         * gdb.cp/mb-templates.exp
5160         * gdb.cp/pr10687.exp
5161         * gdb.cp/pr9167.exp
5162         * gdb.cp/scope-err.exp
5163         * gdb.cp/templates.exp
5164         * gdb.cp/virtfunc.exp
5165         * gdb.dwarf2/dw2-dir-file-name.exp
5166         * gdb.dwarf2/dw2-single-line-discriminators.exp
5167         * gdb.fortran/complex.exp
5168         * gdb.fortran/library-module.exp
5169         * gdb.guile/guile.exp
5170         * gdb.guile/scm-cmd.exp
5171         * gdb.guile/scm-frame-inline.exp
5172         * gdb.guile/scm-objfile.exp
5173         * gdb.guile/scm-pretty-print.exp
5174         * gdb.guile/scm-symbol.exp
5175         * gdb.guile/scm-type.exp
5176         * gdb.guile/scm-value.exp
5177         * gdb.linespec/keywords.exp
5178         * gdb.linespec/ls-errs.exp
5179         * gdb.linespec/macro-relative.exp
5180         * gdb.linespec/thread.exp
5181         * gdb.mi/mi-breakpoint-changed.exp
5182         * gdb.mi/mi-dprintf-pending.exp
5183         * gdb.mi/mi-fullname-deleted.exp
5184         * gdb.mi/mi-logging.exp
5185         * gdb.mi/mi-pending.exp
5186         * gdb.mi/mi-solib.exp
5187         * gdb.mi/new-ui-mi-sync.exp
5188         * gdb.mi/user-selected-context-sync.exp
5189         * gdb.multi/dummy-frame-restore.exp
5190         * gdb.multi/multi-arch-exec.exp
5191         * gdb.multi/remove-inferiors.exp
5192         * gdb.multi/watchpoint-multi-exit.exp
5193         * gdb.opt/solib-intra-step.exp
5194         * gdb.perf/backtrace.exp
5195         * gdb.perf/single-step.exp
5196         * gdb.perf/skip-command.exp
5197         * gdb.perf/skip-prologue.exp
5198         * gdb.perf/solib.exp
5199         * gdb.python/lib-types.exp
5200         * gdb.python/py-as-string.exp
5201         * gdb.python/py-bad-printers.exp
5202         * gdb.python/py-block.exp
5203         * gdb.python/py-breakpoint.exp
5204         * gdb.python/py-cmd.exp
5205         * gdb.python/py-events.exp
5206         * gdb.python/py-evthreads.exp
5207         * gdb.python/py-finish-breakpoint.exp
5208         * gdb.python/py-finish-breakpoint2.exp
5209         * gdb.python/py-frame-inline.exp
5210         * gdb.python/py-frame.exp
5211         * gdb.python/py-inferior.exp
5212         * gdb.python/py-infthread.exp
5213         * gdb.python/py-mi.exp
5214         * gdb.python/py-objfile.exp
5215         * gdb.python/py-pp-maint.exp
5216         * gdb.python/py-pp-registration.exp
5217         * gdb.python/py-prettyprint.exp
5218         * gdb.python/py-recurse-unwind.exp
5219         * gdb.python/py-shared.exp
5220         * gdb.python/py-symbol.exp
5221         * gdb.python/py-symtab.exp
5222         * gdb.python/py-template.exp
5223         * gdb.python/py-type.exp
5224         * gdb.python/py-unwind-maint.exp
5225         * gdb.python/py-unwind.exp
5226         * gdb.python/py-value.exp
5227         * gdb.python/python.exp
5228         * gdb.reverse/finish-reverse-bkpt.exp
5229         * gdb.reverse/insn-reverse.exp
5230         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5231         * gdb.reverse/solib-precsave.exp
5232         * gdb.reverse/solib-reverse.exp
5233         * gdb.stabs/gdb11479.exp
5234         * gdb.stabs/weird.exp
5235         * gdb.threads/fork-child-threads.exp
5236         * gdb.threads/fork-plus-threads.exp
5237         * gdb.threads/fork-thread-pending.exp
5238         * gdb.threads/forking-threads-plus-breakpoint.exp
5239         * gdb.threads/hand-call-in-threads.exp
5240         * gdb.threads/interrupted-hand-call.exp
5241         * gdb.threads/linux-dp.exp
5242         * gdb.threads/local-watch-wrong-thread.exp
5243         * gdb.threads/next-while-other-thread-longjmps.exp
5244         * gdb.threads/non-ldr-exit.exp
5245         * gdb.threads/pending-step.exp
5246         * gdb.threads/print-threads.exp
5247         * gdb.threads/process-dies-while-detaching.exp
5248         * gdb.threads/process-dies-while-handling-bp.exp
5249         * gdb.threads/pthreads.exp
5250         * gdb.threads/queue-signal.exp
5251         * gdb.threads/reconnect-signal.exp
5252         * gdb.threads/signal-command-handle-nopass.exp
5253         * gdb.threads/signal-command-multiple-signals-pending.exp
5254         * gdb.threads/signal-delivered-right-thread.exp
5255         * gdb.threads/signal-sigtrap.exp
5256         * gdb.threads/sigthread.exp
5257         * gdb.threads/staticthreads.exp
5258         * gdb.threads/stepi-random-signal.exp
5259         * gdb.threads/thread-unwindonsignal.exp
5260         * gdb.threads/thread_check.exp
5261         * gdb.threads/thread_events.exp
5262         * gdb.threads/tid-reuse.exp
5263         * gdb.threads/tls-nodebug.exp
5264         * gdb.threads/tls-shared.exp
5265         * gdb.threads/tls-so_extern.exp
5266         * gdb.threads/tls.exp
5267         * gdb.threads/wp-replication.exp
5268         * gdb.trace/actions-changed.exp
5269         * gdb.trace/actions.exp
5270         * gdb.trace/backtrace.exp
5271         * gdb.trace/change-loc.exp
5272         * gdb.trace/collection.exp
5273         * gdb.trace/deltrace.exp
5274         * gdb.trace/disconnected-tracing.exp
5275         * gdb.trace/entry-values.exp
5276         * gdb.trace/ftrace-lock.exp
5277         * gdb.trace/ftrace.exp
5278         * gdb.trace/infotrace.exp
5279         * gdb.trace/mi-trace-frame-collected.exp
5280         * gdb.trace/mi-trace-unavailable.exp
5281         * gdb.trace/mi-traceframe-changed.exp
5282         * gdb.trace/mi-tracepoint-changed.exp
5283         * gdb.trace/mi-tsv-changed.exp
5284         * gdb.trace/no-attach-trace.exp
5285         * gdb.trace/packetlen.exp
5286         * gdb.trace/passc-dyn.exp
5287         * gdb.trace/passcount.exp
5288         * gdb.trace/pending.exp
5289         * gdb.trace/pr16508.exp
5290         * gdb.trace/qtro.exp
5291         * gdb.trace/range-stepping.exp
5292         * gdb.trace/read-memory.exp
5293         * gdb.trace/report.exp
5294         * gdb.trace/save-trace.exp
5295         * gdb.trace/signal.exp
5296         * gdb.trace/stap-trace.exp
5297         * gdb.trace/status-stop.exp
5298         * gdb.trace/strace.exp
5299         * gdb.trace/tfile.exp
5300         * gdb.trace/tfind.exp
5301         * gdb.trace/trace-break.exp
5302         * gdb.trace/trace-condition.exp
5303         * gdb.trace/trace-enable-disable.exp
5304         * gdb.trace/trace-mt.exp
5305         * gdb.trace/tracecmd.exp
5306         * gdb.trace/tracefile-pseudo-reg.exp
5307         * gdb.trace/tspeed.exp
5308         * gdb.trace/tstatus.exp
5309         * gdb.trace/tsv.exp
5310         * gdb.trace/unavailable.exp
5311         * gdb.trace/while-dyn.exp
5312         * gdb.trace/while-stepping.exp
5313         * lib/gdb-guile.exp
5314         * lib/gdb.exp
5315         * lib/mi-support.exp
5316         * lib/pascal.exp
5317         * lib/perftest.exp
5318         * lib/prelink-support.exp
5319         * lib/selftest-support.exp
5320
5321 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5322
5323         * Makefile.in: Include disable-implicit-rules.mk.
5324
5325 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5326
5327         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5328         non-byte-aligned bit fields.
5329
5330 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5331
5332         PR gdb/12616
5333         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5334         respects the DW_AT_data_bit_offset attribute.
5335
5336 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5337
5338         * gdb.base/default.exp: Fix output of "set language".
5339
5340 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5341
5342         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5343         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5344         make.
5345         * configure.ac: Remove checks for the make program.
5346         * configure: Re-generate.
5347
5348 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5349
5350         * gdb.python/py-recurse-unwind.c (main): Add loop.
5351         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5352         to read_register() and gdb.parse_and_eval().  Make each code
5353         call a separate case that can be individually tested.
5354         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5355         proc. Call cont_and_backtrace for each of the code paths that
5356         we want to test in the unwinder.
5357
5358 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5359
5360         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5361         the definition of struct S.
5362
5363 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5364
5365         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5366
5367 2016-11-09  Pedro Alves  <palves@redhat.com>
5368
5369         * gdb.base/commands.exp (runto_or_return): New procedure.
5370         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5371         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5372         (progvar_simple_while_test, progvar_complex_if_while_test)
5373         (if_while_breakpoint_command_test)
5374         (infrun_breakpoint_command_test, breakpoint_command_test)
5375         (user_defined_command_test, watchpoint_command_test)
5376         (test_command_prompt_position, redefine_hook_test)
5377         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5378         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5379         multi_line_input and multi_line.  Remove gdb_expect and
5380         gdb_stop_suppressing_tests uses.
5381         * lib/gdb.exp (valnum_re): New global.
5382         (multi_line_input): New procedure.
5383
5384 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5385
5386         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5387         Remove.
5388         (test_setup): Define with proc_with_prefix.
5389         (test_cli_inferior): Likewise.
5390         (test_cli_thread): Likewise.
5391         (test_cli_frame): Likewise.
5392         (test_cli_select_frame): Likewise.
5393         (test_cli_up_down): Likewise.
5394         (test_mi_thread_select): Likewise.
5395         (test_mi_stack_select_frame): Likewise.
5396         (test_cli_in_mi_inferior): Likewise.
5397         (test_cli_in_mi_thread): Likewise.
5398         (test_cli_in_mi_frame): Likewise.
5399         (top level): Do not use with_test_prefix_procname.
5400
5401 2016-11-09  Pedro Alves  <palves@redhat.com>
5402
5403         * gdb.base/commands.exp (gdbvar_simple_if_test)
5404         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5405         (progvar_simple_if_test, progvar_simple_while_test)
5406         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5407         (infrun_breakpoint_command_test, breakpoint_command_test)
5408         (user_defined_command_test, watchpoint_command_test)
5409         (test_command_prompt_position, deprecated_command_test)
5410         (bp_deleted_in_command, temporary_breakpoint_commands)
5411         (stray_arg0_test, source_file_with_indented_comment)
5412         (recursive_source_test, if_commands_test)
5413         (error_clears_commands_left, redefine_hook_test)
5414         (redefine_backtrace_test): Use proc_with_prefix.
5415         * lib/gdb.exp (proc_with_prefix): New proc.
5416
5417 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5418
5419         * gdb.base/tui-layout.c: New file.
5420         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5421         disassembly window contains very long lines.
5422
5423 2016-11-08  Tom Tromey  <tom@tromey.com>
5424
5425         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5426         depend on Python 2.
5427
5428 2016-11-08  Tom Tromey  <tom@tromey.com>
5429
5430         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5431         New method.
5432
5433 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5434
5435         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5436
5437 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5438
5439         * gdb.rust/simple.rs: Add test for univariant enums without
5440         discriminants and for encoded struct-like enums.
5441
5442 2016-10-28  Pedro Alves  <palves@redhat.com>
5443
5444         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5445         gdb_test_multiple, tighten regexps and match symtabs and line
5446         tables incrementally.
5447
5448 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5449
5450         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5451         general.
5452
5453 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5454
5455         * gdb.base/exec-invalid-sysroot.exp: New file.
5456
5457 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5458
5459         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5460
5461 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5462
5463         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5464
5465 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5466
5467         * gdb.base/killed-outside.exp: Remove $options from a call to
5468         `prepare_for_testing'.
5469
5470 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5471
5472         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5473         Change test message.
5474
5475 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5476
5477         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5478         Update comment.
5479
5480 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5481
5482         * gdb.trace/mi-trace-save.exp: New file.
5483
5484 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5485
5486         * gdb.base/code_elim.exp (get_var_address): Remove.
5487         * gdb.base/relocate.exp: Likewise.
5488         * gdb.base/shreloc.exp: Likewise.
5489         * lib/gdb.exp (get_var_address): New.
5490
5491 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5492
5493         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5494         floating point tests if $skip_float_test is false.
5495
5496 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5497
5498         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5499         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5500         argc values.
5501         Add 1 to argc so we guarantee distinct initial/modified argc values.
5502
5503 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5504
5505         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5506
5507 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5508
5509         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5510         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5511         * gdb.arch/vsx-regs.exp: Likewise.
5512
5513 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5514
5515         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5516
5517 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5518
5519         * gdb.python/python.exp: Test decode_line("*0").
5520
5521 2016-10-06  Doug Evans  <dje@google.com>
5522
5523         * gdb.python/py-value.exp (test_value_creation): Add test for large
5524         unsigned 64-bit value.
5525
5526 2016-10-06  Tom Tromey  <tom@tromey.com>
5527
5528         * gdb.compile/compile.exp: Change java tests to rust.
5529         * gdb.base/setshow.exp: Change java tests to rust.
5530         * gdb.base/default.exp: Remove java from language list.
5531         * README (Examples): Update language example.
5532         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5533         test.
5534         * lib/gdb.exp (skip_java_tests): Remove.
5535         * lib/java.exp: Remove.
5536         * gdb.java: Remove.
5537
5538 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5539
5540         * gdb.arch/mips-fcr.exp: New test.
5541         * gdb.arch/mips-fcr.c: Source for the new test.
5542
5543 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5544
5545         * gdb.base/solib-disc.exp: Use `standard_output_file'
5546         throughout.
5547
5548 2016-10-06  Pedro Alves  <palves@redhat.com>
5549
5550         * gdb.base/jit-simple-dl.c: New file.
5551         * gdb.base/jit-simple-jit.c: New file, factored out from ...
5552         * gdb.base/jit-simple.c: ... this.
5553         * gdb.base/jit-simple.exp (jit_run): Delete.
5554         (build_jit): New proc.
5555         (jit_test_reread): Recompile either the main program or the shared
5556         library, depending on what is being tested.  Skip changing address
5557         if caller wants to.  Compare before/after addresses.  If testing
5558         standalone, explicitly load the binary.  Test "maint info
5559         breakpoints".
5560         (top level): Add "standalone vs shared lib" and "change address"
5561         vs "same address" axes.
5562
5563 2016-10-06  Pedro Alves  <palves@redhat.com>
5564
5565         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5566         call.
5567         (jit_run): Delete.
5568         (jit_test_reread): Use with_test_prefix.  Reload the main binary
5569         explicitly.  Compare the before/after addresses of the JIT
5570         descriptor.
5571
5572 2016-08-15  Doug Evans  <dje@google.com>
5573
5574         * gdb.xml/extra-regs.xml: Update, end field now required, default type
5575         for single bitfields is bool.
5576         * gdb.xml/tdesc-regs.exp: Ditto.
5577
5578 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5579
5580         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5581
5582 2016-10-05  Yao Qi  <yao.qi@linaro.org>
5583
5584         * lib/gdb.exp (support_complex_tests): Return zero if
5585         gdb_skip_float_test return true.
5586
5587 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5588             Simon Marchi  <simon.marchi@ericsson.com>
5589
5590         PR gdb/20487
5591         * gdb.mi/user-selected-context-sync.exp: New file.
5592         * gdb.mi/user-selected-context-sync.c: New file.
5593
5594 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5595             Simon Marchi  <simon.marchi@ericsson.com>
5596
5597         PR gdb/20487
5598         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5599         =thread-select-event check.
5600
5601 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
5602
5603         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5604         the compulsory L operand changes.
5605         * gdb.arch/powerpc-power.s: Likewise.
5606
5607 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5608
5609         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5610         * gdb.base/jit-attach-pie.c: New file.
5611         * gdb.base/jit-attach-pie.exp: New file.
5612
5613 2016-09-28  Pedro Alves  <palves@redhat.com>
5614
5615         * gdb.base/infcall-input.c: New file.
5616         * gdb.base/infcall-input.exp: New file.
5617
5618 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5619
5620         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5621         (gdb_exit): Rename it to ...
5622         (gdbserver_gdb_exit): ...  Close GDBserver.
5623         (gdb_exit): New proc, call gdbserver_gdb_exit.
5624         (mi_gdb_exit): Likewise.
5625
5626 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5627
5628         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5629         path.
5630         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5631         Remove duplication.
5632
5633 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5634
5635         * lib/gdbserver-support.exp: Check the existence of
5636         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5637
5638 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
5639
5640         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5641
5642 2016-09-21  Tom Tromey  <tom@tromey.com>
5643
5644         PR gdb/20604:
5645         * gdb.base/quit.exp: New file.
5646
5647 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
5648
5649         * .gitignore: New file.
5650
5651 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
5652
5653         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5654         throughout.
5655
5656 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5657
5658         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5659
5660 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5661
5662         * gdb.cp/casts.cc (decltype): Move it ...
5663         (main): ... with its call to ...
5664         * gdb.cp/casts03.cc: ... a new file.
5665         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5666
5667 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5668
5669         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5670
5671 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
5672
5673         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5674         and sync up the test with tests in gas/testsuite/gas/ppc.
5675         * gdb.arch/powerpc-power.exp: Likewise.
5676
5677 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5678
5679         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5680
5681 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5682             Jan Kratochvil  <jan.kratochvil@redhat.com>
5683
5684         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5685         make m1's definition to be different from m2's.  Use 'dummy' as an
5686         argument for probe 'two'.
5687
5688 2016-09-10  Jon Beniston  <jon@beniston.com>
5689
5690         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5691         for sim target.
5692
5693 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5694
5695         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5696         variable declaration.
5697         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
5698         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5699         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5700         received HWCAP as its argument.
5701
5702 2016-09-06  Pedro Alves  <palves@redhat.com>
5703
5704         * gdb.base/new-ui-pending-input.c: New file.
5705         * gdb.base/new-ui-pending-input.exp: New file.
5706         * gdb.exp (clear_gdb_spawn_id): New procedure.
5707         (with_spawn_id): Check whether gdb_spawn_id exists before
5708         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
5709         on exit.
5710
5711 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5712
5713         * gdb.base/float128.c: New file.
5714         * gdb.base/float128.exp: Likewise.
5715         * gdb.base/floatn.c: Likewise.
5716         * gdb.base/floatn.exp: Likewise.
5717
5718 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5719
5720         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5721
5722 2016-09-05  Pedro Alves  <palves@redhat.com>
5723
5724         PR backtrace/19927
5725         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5726         unwinders are immediately called as side effect of "source" or
5727         "disable unwinder" commands.
5728         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5729
5730 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5731
5732         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5733         is true and $type is "float" or "double".
5734
5735 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5736
5737         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5738         true.
5739         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5740         * gdb.base/call-rt-st.exp: Likewise.
5741         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5742         return value instead of gdb,skip_float_test.
5743         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5744         (do_function_calls): Use its return value instead of
5745         gdb,skip_float_test.
5746         * gdb.base/finish.exp: Likewise.
5747         * gdb.base/funcargs.exp: Likewise.
5748         * gdb.base/return.exp: Likewise.
5749         * gdb.base/return2.exp: Likewise.
5750         * gdb.base/varargs.exp: Likewise.
5751         * lib/gdb.exp (gdb_skip_float_test): Change it to
5752         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
5753
5754 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5755
5756         * gdb.multi/tids.exp: Test "thread apply all".
5757
5758 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5759
5760         * gdb.base/default.exp (tty): Remove.
5761
5762 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
5763
5764         * gdb.python/py-recurse-unwind.c: New file.
5765         * gdb.python/py-recurse-unwind.py: New file.
5766         * gdb.python/py-recurse-unwind.exp: New file.
5767
5768 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
5769
5770         * gdb.base/set-inferior-tty.exp: New file.
5771         * gdb.base/set-inferior-tty.c: New file.
5772
5773 2016-08-23  Pedro Alves  <palves@redhat.com>
5774
5775         PR gdb/20494
5776         * gdb.base/new-ui-echo.c: New file.
5777         * gdb.base/new-ui-echo.exp: New file.
5778
5779 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5780
5781         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5782         gdbserver_spawn.
5783         * gdb.server/connect-without-multi-process.exp (do_test):
5784         Likewise.
5785
5786 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5787
5788         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5789         standalone_txt.  Delete gdb_txt and standalone_txt on host
5790         and target.  Spawn the binary on target.  Copy files from
5791         target to host.
5792
5793 2016-08-22  Pedro Alves  <palves@redhat.com>
5794
5795         PR gdb/20505
5796         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
5797         with_test_prefix.  Factor out bits to ...
5798         (test_no_vdso): ... this new procedure.
5799
5800 2016-08-19  Carl Love  <cel@us.ibm.com>
5801
5802         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5803         maintaining separate logic for constructing the output path.
5804         * gdb.arch/powerpc-d128-regs.exp: Likewise.
5805         * gdb.arch/ppc-dfp.exp: Likewise.
5806         * gdb.arch/ppc-fp.exp: Likewise.
5807         * gdb.arch/vsx-regs.exp: Likewise.
5808         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5809         binprefix for generating the additional binary files.
5810
5811 2016-08-19  Pedro Alves  <palves@redhat.com>
5812
5813         * gdb.trace/mi-trace-frame-collected.exp
5814         (test_trace_frame_collected): On x32, expect two registers.
5815
5816 2016-08-18  Carl Love  <cel@us.ibm.com>
5817
5818         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5819         and sync up the test with tests in gas/testsuite/gas/ppc.
5820         * gdb.arch/powerpc-power.exp: Likewise.
5821
5822 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5823
5824         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5825         expected error message.
5826
5827 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5828
5829         * gdb.multi/remove-inferiors.exp: New file.
5830         * gdb.multi/remove-inferiors.c: New file.
5831
5832 2016-08-12  Yao Qi  <yao.qi@linaro.org>
5833
5834         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5835         argument list.
5836
5837 2016-08-10  Pedro Alves  <palves@redhat.com>
5838
5839         PR gdb/19187
5840         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5841         setup_kfails.
5842
5843 2016-08-09  Pedro Alves  <palves@redhat.com>
5844             Simon Marchi  <simon.marchi@ericsson.com>
5845
5846         PR gdb/20418
5847         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5848         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5849
5850 2016-08-09  Pedro Alves  <palves@redhat.com>
5851
5852         PR mi/20431
5853         * gdb.mi/mi-cmd-error.exp: New file.
5854
5855 2016-08-09  Pedro Alves  <palves@redhat.com>
5856
5857         PR gdb/18653
5858         * gdb.base/signals-state-child.c: New file.
5859         * gdb.base/signals-state-child.exp: New file.
5860         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5861
5862 2016-08-09  Pedro Alves  <palves@redhat.com>
5863
5864         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5865
5866 2016-08-03  Tom Tromey  <tom@tromey.com>
5867
5868         PR python/18565:
5869         * gdb.python/py-frame-inline.exp: Add Frame.function test.
5870
5871 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5872
5873         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5874         variable mode to "multi-process" if $multi_process is 1, otherwise
5875         set it to "single-process".
5876
5877 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5878
5879         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5880         * gdb.cp/cpexprs.exp: Likewise.
5881         * gdb.cp/m-static.exp: Likewise.
5882
5883 2016-07-26  Tom Tromey  <tom@tromey.com>
5884
5885         PR python/20190:
5886         * gdb.threads/tls.exp (check_thread_local): Add python symbol
5887         test.
5888
5889 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5890
5891         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5892         selecting assembly source files.
5893         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5894         assembly source files.
5895         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5896         assembly source files.
5897         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5898         selecting assembly source files.
5899
5900 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
5901
5902         * gdb.base/new-ui.exp (do_test_invalid_args): New
5903         procedure.
5904
5905 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
5906
5907         * gdb.btrace/reconnect.c: New file.
5908         * gdb.btrace/reconnect.exp: New file.
5909
5910 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
5911
5912         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5913         to test_catch_syscall_group.
5914         (test_catch_syscall_group): New.
5915
5916 2016-07-21  Tom Tromey  <tom@tromey.com>
5917
5918         * gdb.rust/simple.rs (main): Use empty struct expression.
5919         * gdb.rust/simple.exp: Add tests for empty struct expression.
5920
5921 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5922
5923         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5924         if gdb_skip_xml_test is true on some targets.
5925
5926 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5927
5928         * gdb.server/solib-list.exp: Unset last_loaded_file.
5929
5930 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5931
5932         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5933         "step into captured_main (args)".
5934
5935 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5936
5937         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5938
5939 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5940
5941         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5942
5943 2016-07-19  Pedro Alves  <palves@redhat.com>
5944
5945         * gdb.opt/inline-break.exp: Remove optimize=-O2.
5946         * gdb.opt/inline-bt.exp: Likewise.
5947         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5948         additional_flags=-Winline.
5949         * gdb.opt/inline-locals.exp: Likewise.
5950         * gdb.opt/inline-markers.c (ATTR): Define.
5951         (inlined_fn): Use it.
5952
5953 2016-07-19  Yao Qi  <yao.qi@linaro.org>
5954
5955         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5956         (test_with_self): Remove some code.  Remove argument executable.
5957         (top-level): Use do_self_tests.
5958
5959 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
5960             Don Breazeal <donb@codesourcery.com>
5961
5962         * gdb.base/maint.exp: Escape paths used in regular expressions.
5963         * gdb.stabs/weird.exp: Likewise.
5964
5965 2016-07-13  Tom Tromey  <tom@tromey.com>
5966
5967         PR python/15620, PR python/18620:
5968         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5969         (test_bkpt_events): New procs.
5970
5971 2016-07-13  Tom Tromey  <tom@tromey.com>
5972
5973         PR python/17698:
5974         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5975         test.
5976         (test_watchpoints): Likewise.
5977         (test_bkpt_pending): New proc.
5978
5979 2016-07-13  Tom Tromey  <tom@tromey.com>
5980
5981         PR cli/18053:
5982         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5983         completion test.
5984
5985 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5986
5987         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5988         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5989         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
5990         f_label.
5991         (g): Rename g_end_lbl to g_label.
5992         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
5993         low_pc and high_pc.
5994         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
5995
5996 2016-07-12  Tom Tromey  <tom@tromey.com>
5997
5998         PR python/19293:
5999         * gdb.python/py-unwind-maint.exp: Update tests.
6000
6001 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6002
6003         * lib/selftest-support.exp (selftest_setup): Match the output
6004         when captured_main is inlined.
6005
6006 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6007
6008         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6009         New variables.
6010         (print this%a, print this%b, print this): New tests.
6011         * gdb.fortran/derived-types.f90 (this): New object and
6012         initialization.
6013
6014 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6015
6016         * gdb.ada/arraydim.exp: Remove extra directory level in build
6017         directory.
6018
6019 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6020
6021         * lib/ada.exp: Remove extra directory level in build directory.
6022         * gdb.ada/cond_lang.exp: Likewise.
6023         * gdb.ada/exec_changed.exp: Likewise.
6024         * gdb.ada/lang_switch.exp: Likewise.
6025
6026 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6027
6028         * simple.rs: Add test for raw pointer subscripting.
6029         * simple.exp: Add test expectations.
6030
6031 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6032
6033         * gdb.mi/mi-reverse.exp: Match =record-started output.
6034
6035 2016-07-01  Pedro Alves  <palves@redhat.com>
6036
6037         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6038         procedure.
6039         (jit_reader_test): Test the jit reader's unwinder.
6040         * gdb.base/jithost.c (jit_function_00_code): New global.
6041         (main): Use memcpy to fill in the mmapped code, instead of poking
6042         bytes manually here.
6043         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6044         value.
6045         (read_debug_info): Save the function's range.
6046         (read_sp): New function.
6047         (unwind_frame): Use it.  Also unwind RBP.
6048         (get_frame_id): Use read_sp.
6049         (gdb_init_reader): Use calloc instead of malloc.
6050         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6051         parameter.  Use gdb_test_multiple.
6052
6053 2016-07-01  Pedro Alves  <palves@redhat.com>
6054             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6055
6056         * gdb.threads/process-dies-while-detaching.c: New file.
6057         * gdb.threads/process-dies-while-detaching.exp: New file.
6058
6059 2016-07-01  Pedro Alves  <palves@redhat.com>
6060
6061         * gdb.multi/watchpoint-multi-exit.c: New file.
6062         * gdb.multi/watchpoint-multi-exit.exp: New file.
6063
6064 2016-06-30  Pedro Alves  <palves@redhat.com>
6065
6066         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6067         unset inferior_spawn_id.
6068
6069 2016-06-30  Pedro Alves  <palves@redhat.com>
6070
6071         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6072         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6073
6074 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6075
6076         * gdb.base/return.c: Add copyright header.
6077
6078 2016-06-29  Tom Tromey  <tom@tromey.com>
6079
6080         PR python/20129:
6081         * gdb.python/py-framefilter.exp: Add tests for setting priority
6082         and disabling of non-existent frame filter.
6083
6084 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6085
6086         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6087         0x0f07ff.
6088
6089 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6090
6091         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6092         triplets.  Start gdb, execute catch syscall, and continue.  Check
6093         gdb's output to determine catch syscall is supported.
6094
6095 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6096
6097         * gdb.rust/simple.rs: Add test for returning unit in a function.
6098         * gdb.rust/simple.exp: Add expectation for functions returning
6099         unit.
6100
6101 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6102
6103         * gdb.python/py-breakpoint-create-fail.c,
6104         gdb.python/py-breakpoint-create-fail.exp,
6105         gdb.python/py-breakpoint-create-fail.py: New testcase.
6106
6107 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6108
6109         PR gdb/20239
6110         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6111         * gdb.rust/simple.exp: Add test expectations for new NonZero
6112         tests.
6113
6114 2016-06-24  David Taylor  <dtaylor@emc.com>
6115
6116         * gdb.base/offsets.exp: New file.
6117         * gdb.base/offsets.c: New file.
6118
6119 2016-06-23  Tom Tromey  <tom@tromey.com>
6120
6121         PR gdb/16483:
6122         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6123         before any filters are loaded.
6124
6125 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6126
6127         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6128         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6129         structs.
6130         * gdb.fortran/derived-type-function.exp: New file.
6131         * gdb.fortran/derived-type-function.f90: New file.
6132
6133
6134 2016-06-21  Pedro Alves  <palves@redhat.com>
6135
6136         * gdb.base/new-ui.exp: New file.
6137         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6138         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6139         (with_spawn_id): New procedure.
6140
6141 2016-06-21  Pedro Alves  <palves@redhat.com>
6142
6143         * gdb.mi/mi-exec-run.exp: New file.
6144
6145 2016-06-21  Pedro Alves  <palves@redhat.com>
6146
6147         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6148         breakpoint command's output on the main UI.
6149         (test_break): New procedure, factored out from calls in the top
6150         level.
6151         (top level): Use foreach_with_prefix to test MI as main UI and as
6152         separate UI.
6153
6154 2016-06-21  Pedro Alves  <palves@redhat.com>
6155
6156         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6157         (test_awatch_creation_and_listing)
6158         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6159         Remove 'type' parameter.
6160         (test_watchpoint_all): New parameter mi_mode.  Remove
6161         with_test_prefix.
6162         (top level): Use foreach_with_prefix, and add main/separate UI MI
6163         testing axis.
6164
6165 2016-06-21  Pedro Alves  <palves@redhat.com>
6166
6167         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6168         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6169         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6170         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6171         (gdb_main_spawn_id, mi_spawn_id): Declare and
6172         comment.
6173         (mi_create_inferior_pty): New procedure,
6174         factored out from default_mi_gdb_start.
6175         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6176         procedures.
6177         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6178         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6179         Use mi_create_inferior_pty.
6180         (mi_gdb_start): Use eval to pass down args list.
6181
6182 2016-06-21  Pedro Alves  <palves@redhat.com>
6183
6184         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6185         * gdb.opt/inline-cmds.exp: Add MI tests.
6186
6187 2016-06-21  Pedro Alves  <palves@redhat.com>
6188
6189         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6190
6191 2016-06-21  Pedro Alves  <palves@redhat.com>
6192
6193         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6194         (top level): Use it instead of mi_execute_to.
6195
6196 2016-06-21  Pedro Alves  <palves@redhat.com>
6197
6198         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6199         (cont_handler_str): New.
6200         (signal_stop_handler): Set stop_handler_str instead of printing to
6201         stdout.
6202         (continue_handler): Set cont_handler_str instead of printing to
6203         stdout.
6204         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6205         mi_send_resuming_command.  Print stop_handler_str and
6206         cont_handler_str instead of expecting the python events print
6207         directly.
6208
6209 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6210
6211         * gdb.base/jit-reader.exp: New file.
6212         * gdb.base/jithost.c: New file.
6213         * gdb.base/jithost.h: New file.
6214         * gdb.base/jitreader.c : New file.
6215         * gdb.base/jit-protocol.h: New file.
6216
6217 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6218
6219         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6220         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6221         and detach-on-fork.  Adjust tests.
6222         (top level): Invoke break_cond_on_syscall with combinations of
6223         syscall, follow-fork-mode and detach-on-fork.
6224
6225 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6226
6227         * gdb.base/step-over-exit.c: New.
6228         * gdb.base/step-over-exit.exp: New.
6229
6230 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6231
6232         * gdb.base/float.exp: Add target check for nds32*-*-*.
6233         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6234
6235 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6236
6237         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6238         for unsupported target features.
6239         * gdb.base/call-rt-st.exp: Likewise.
6240         * gdb.base/call-sc.exp: Likewise.
6241         * gdb.base/call-signal-resume.exp: Likewise.
6242         * gdb.base/call-strs.exp: Likewise.
6243         * gdb.base/callexit.exp: Likewise.
6244         * gdb.base/callfuncs.exp: Likewise.
6245         * gdb.base/nodebug.exp: Likewise.
6246         * gdb.base/printcmds.exp: Likewise.
6247         * gdb.base/ptype.exp: Likewise.
6248         * gdb.base/structs.exp: Likewise.
6249         * gdb.base/unwindonsignal.exp: Likewise.
6250         * gdb.cp/gdb2495.exp: Likewise.
6251         * gdb.cp/templates.exp: Likewise.
6252         * gdb.cp/virtfunc.exp: Likewise.
6253         * gdb.threads/hand-call-in-threads.exp: Likewise.
6254         * gdb.threads/interrupted-hand-call.exp: Likewise.
6255         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6256
6257 2016-06-10  Tom Tromey  <tom@tromey.com>
6258
6259         PR rust/20110:
6260         * gdb.rust/expr.exp: Add test for integer constant larger than
6261         i32.
6262
6263 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6264
6265         * gdb.fortran/nested-funcs.exp: New.
6266         * gdb.fortran/nested-funcs.f90: New.
6267
6268 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6269
6270         * gdb.base/examine-backward.c: New file.
6271         * gdb.base/examine-backward.exp: New file.
6272
6273 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6274
6275         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6276         matching.
6277
6278 2016-06-02  Tom Tromey  <tom@tromey.com>
6279
6280         PR python/18984:
6281         * gdb.python/py-shared.exp: Add solib_name test.
6282
6283 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6284
6285         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6286
6287 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6288
6289         PR c++/19893
6290         * gdb.dwarf2/implref.exp: Rename to...
6291         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6292         * gdb.dwarf2/implref-array.c: New file.
6293         * gdb.dwarf2/implref-array.exp: Likewise.
6294         * gdb.dwarf2/implref-global.c: Likewise.
6295         * gdb.dwarf2/implref-global.exp: Likewise.
6296         * gdb.dwarf2/implref-struct.c: Likewise.
6297         * gdb.dwarf2/implref-struct.exp: Likewise.
6298
6299 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6300
6301         * gdb.trace/trace-condition.exp: Add 64bit tests.
6302
6303 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6304
6305         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6306         bits types.
6307         (main): Adapt to 8 to 64 bits types.
6308         * gdb.trace/trace-condition.exp: Add new tests.
6309
6310 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6311
6312         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6313
6314 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6315
6316         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6317         Move condition tests...
6318         * gdb.trace/trace-condition.exp: Here.
6319
6320 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6321
6322         * gdb.trace/trace-condition.exp: Add counter-case tests.
6323
6324 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6325
6326         PR c++/15231
6327         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6328         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6329
6330 2016-05-27  Pedro Alves  <palves@redhat.com>
6331
6332         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6333         New procedure.
6334         (top level): Call it, and bail out of DejaGnu is known to be bad.
6335
6336 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6337
6338         * gdb.base/whatis.c: Extend the test case.
6339         * gdb.base/whatis.exp: Add additional tests.
6340
6341 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6342
6343 * gdb.fortran/type.f90: Add pointer variable.
6344 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6345
6346 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6347
6348         * gdb.fortran/vla-type.exp: Fix testcase name.
6349
6350 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6351
6352         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6353
6354 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6355
6356         * gdb.fortran/type.f90: Add nested structures.
6357         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6358         * gdb.fortran/derived-type.exp: Adapt expected output.
6359         * gdb.fortran/vla-type.exp: Adapt expected output.
6360
6361 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6362
6363         * gdb.fortran/whatis_type.exp: Adapt expected output.
6364
6365 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6366
6367         * gdb.fortran/print_type.exp: Fix expected output.
6368         * gdb.fortran/whatis_type.exp: Fix expected output.
6369
6370 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6371
6372         * gdb.fortran/whatis_type.exp: Use multi_line.
6373
6374 2016-05-24  Tom Tromey  <tom@tromey.com>
6375
6376         PR python/17386:
6377         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6378         use value as an index.
6379
6380 2016-05-23  Tom Tromey  <tom@tromey.com>
6381
6382         PR python/17981:
6383         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6384         no-breakpoint case.
6385
6386 2016-05-24  Pedro Alves  <palves@redhat.com>
6387
6388         PR gdb/19828
6389         * gdb.threads/clone-attach-detach.c: New file.
6390         * gdb.threads/clone-attach-detach.exp: New file.
6391
6392 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6393
6394         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6395
6396 2016-05-23  Tom Tromey  <tom@tromey.com>
6397
6398         PR python/19438, PR python/18393:
6399         * gdb.python/py-progspace.exp: Add "dir" test.
6400         * gdb.python/py-objfile.exp: Add "dir" test.
6401
6402 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6403
6404         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6405         * gdb.arch/thumb2-it.exp: Likewise.
6406
6407 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6408
6409         * gdb.mi/mi-threads-interrupt.c: New file.
6410         * gdb.mi/mi-threads-interrupt.exp: New file.
6411
6412 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6413
6414         PR gdb/18077
6415         * gdb.mi/mi-async-run.exp: New file.
6416         * gdb.mi/mi-async-run.c: New file.
6417
6418 2016-05-17  Tom Tromey  <tom@tromey.com>
6419             Manish Goregaokar <manishsmail@gmail.com>
6420
6421         * lib/rust-support.exp: New file.
6422         * lib/gdb.exp (skip_rust_tests): New proc.
6423         (build_executable_from_specs): Handle rust.
6424         * lib/future.exp (gdb_find_rustc): New proc.
6425         (gdb_default_target_compile): Handle rust.
6426         * gdb.rust/expr.exp: New file.
6427         * gdb.rust/generics.exp: New file.
6428         * gdb.rust/generics.rs: New file.
6429         * gdb.rust/methods.exp: New file.
6430         * gdb.rust/methods.rs: New file.
6431         * gdb.rust/modules.exp: New file.
6432         * gdb.rust/modules.rs: New file.
6433         * gdb.rust/simple.exp: New file.
6434         * gdb.rust/simple.rs: New file.
6435
6436 2016-05-17  Tom Tromey  <tom@tromey.com>
6437
6438         * gdb.base/default.exp (set language): Add rust.
6439
6440 2016-05-17  Tom Tromey  <tom@tromey.com>
6441
6442         * gdb.gdb/unittest.exp: New file.
6443
6444 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6445
6446         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6447         shell_prompt.  Update shell_prompt_re.
6448
6449 2016-05-12  Doug Evans  <dje@google.com>
6450
6451         PR symtab/19999
6452         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6453         $options when building executable.
6454         * gdb.dwarf2/fission-loclists-pie.S: New file.
6455         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6456
6457 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6458
6459         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6460         of [is_remote target],
6461
6462 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6463
6464         * lib/gdb.exp (use_gdb_stub): New procedure.
6465
6466 2016-05-03  Yunlian Jiang <yunlian@google.com>
6467             Doug Evans  <dje@google.com>
6468
6469         PR symtab/19914
6470         * gdb.dwarf2/dwp-sepdebug.c: New file.
6471         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6472
6473 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6474
6475         * gdb.base/detach.exp: Remove is_remote check.
6476
6477 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6478
6479         * gdb.base/annota-input-while-running.exp: Don't check for
6480         [is_remote target].  Enable annotations after running to main.
6481         Remove unused "set test..." line.
6482
6483 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6484
6485         * gdb.trace/trace-enable-disable.exp: New file.
6486         * gdb.trace/trace-enable-disable.c: New file.
6487
6488 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6489
6490         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6491         use it in info sharedlibrary test.
6492         * gdb.trace/ftrace-lock.exp: Likewise.
6493         * gdb.trace/ftrace.exp: Likewise.
6494         * gdb.trace/range-stepping.exp: Likewise.
6495         * gdb.trace/trace-break.exp: Likewise.
6496         * gdb.trace/trace-condition.exp: Likewise.
6497         * gdb.trace/trace-mt.exp: Likewise.
6498
6499 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6500
6501         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6502         (gdb_load_shlib): ... this.
6503         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6504         gdb_load_shlib.
6505         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6506         * gdb.base/ctxobj.exp: Likewise.
6507         * gdb.base/dprintf-pending.exp: Likewise.
6508         * gdb.base/dso2dso.exp: Likewise.
6509         * gdb.base/fixsection.exp: Likewise.
6510         * gdb.base/gcore-relro.exp: Likewise.
6511         * gdb.base/gdb1555.exp: Likewise.
6512         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6513         * gdb.base/gnu-ifunc.exp: Likewise.
6514         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6515         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6516         * gdb.base/pending.exp: Likewise.
6517         * gdb.base/print-file-var.exp: Likewise.
6518         * gdb.base/print-symbol-loading.exp: Likewise.
6519         * gdb.base/shlib-call.exp: Likewise.
6520         * gdb.base/shreloc.exp: Likewise.
6521         * gdb.base/so-impl-ld.exp: Likewise.
6522         * gdb.base/solib-disc.exp: Likewise.
6523         * gdb.base/solib-nodir.exp: Likewise.
6524         * gdb.base/solib-overlap.exp: Likewise.
6525         * gdb.base/solib-symbol.exp: Likewise.
6526         * gdb.base/solib-weak.exp (do_test): Likewise.
6527         * gdb.base/sym-file.exp: Likewise.
6528         * gdb.base/symtab-search-order.exp: Likewise.
6529         * gdb.base/type-opaque.exp: Likewise.
6530         * gdb.base/unload.exp: Likewise.
6531         * gdb.base/watchpoint-solib.exp: Likewise.
6532         * gdb.compile/compile.exp: Likewise.
6533         * gdb.cp/gdb2384.exp: Likewise.
6534         * gdb.cp/infcall-dlopen.exp: Likewise.
6535         * gdb.cp/re-set-overloaded.exp: Likewise.
6536         * gdb.fortran/library-module.exp: Likewise.
6537         * gdb.opt/solib-intra-step.exp: Likewise.
6538         * gdb.python/py-finish-breakpoint.exp: Likewise.
6539         * gdb.python/py-shared.exp: Likewise.
6540         * gdb.reverse/solib-precsave.exp: Likewise.
6541         * gdb.reverse/solib-reverse.exp: Likewise.
6542         * gdb.server/solib-list.exp: Likewise.
6543         * gdb.threads/dlopen-libpthread.exp: Likewise.
6544         * gdb.threads/tls-shared.exp: Likewise.
6545         * gdb.threads/tls-so_extern.exp: Likewise.
6546         * gdb.trace/change-loc.exp: Likewise.
6547         * gdb.trace/ftrace-lock.exp: Likewise.
6548         * gdb.trace/ftrace.exp: Likewise.
6549         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6550         * gdb.trace/pending.exp: Likewise.
6551         * gdb.trace/range-stepping.exp: Likewise.
6552         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6553         (strace_info_marker): Likewise.
6554         (strace_probe_marker): Likewise.
6555         (strace_trace_on_same_addr): Likewise.
6556         (strace_trace_on_diff_addr): Likewise.
6557         * gdb.trace/trace-break.exp: Likewise.
6558         * gdb.trace/trace-condition.exp: Likewise.
6559         * gdb.trace/trace-mt.exp: Likewise.
6560
6561 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6562
6563         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
6564         result of gdb_remote_download.
6565         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6566         * gdb.base/dso2dso.exp: Likewise.
6567         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6568         * gdb.base/print-file-var.exp: Likewise.
6569         * gdb.base/shlib-call.exp: Likewise.
6570         * gdb.base/shreloc.exp: Likewise.
6571         * gdb.base/solib-overlap.exp: Likewise.
6572         * gdb.base/solib-weak.exp (do_test): Likewise.
6573         * gdb.base/unload.exp: Likewise.
6574
6575 2016-04-27  Yao Qi  <yao.qi@linaro.org>
6576
6577         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6578         exists.
6579
6580 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6581
6582         * vla-type.exp: Print structure from toplevel.
6583
6584 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6585
6586         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6587         of dynamic types.
6588         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6589         of dynamic types.
6590
6591 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6592
6593         * gdb.fortran/vla-type.f90: New file.
6594         * gdb.fortran/vla-type.exp: New file.
6595
6596 2016-04-25  Yao Qi  <yao.qi@linaro.org>
6597
6598         * gdb.base/branch-to-self.c: New file.
6599         * gdb.base/branch-to-self.exp: New file.
6600
6601 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6602
6603         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6604         more after $hex.
6605
6606 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6607
6608         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6609         * gdb.base/annota3.exp: Likewise.
6610
6611 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6612
6613         * gdb.reverse/step-precsave.exp: Do one step and test program
6614         stops in "callee" and do multiple steps until program goes out
6615         of "callee".
6616         * gdb.reverse/step-reverse.exp: Likewise.
6617
6618 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6619
6620         * gdb.trace/signal.exp: Also pass if
6621         $tracepoint_hits($i) > $iterations.
6622
6623 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6624
6625         * gdb.trace/signal.c: New file.
6626         * gdb.trace/signal.exp: New file.
6627
6628 2016-04-19  Doug Evans  <xdje42@gmail.com>
6629
6630         * gdb.base/bad-file.exp: New file.
6631
6632 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
6633
6634         * gdb.dwarf2/implref.exp: New file.
6635
6636 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6637
6638         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6639         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6640         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6641         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6642         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6643         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6644         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6645         * lib/fortran.exp (fortran_int4): New procedure.
6646         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6647         (fortran_logical4): Likewise.
6648
6649 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
6650
6651         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6652
6653 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6654
6655         * lib/compiler.c: Add Intel specific preprocessor macros.
6656         * lib/compiler.cc: Likewise.
6657
6658 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
6659
6660         * gdb.server/connect-with-no-symbol-file.c: New file.
6661         * gdb.server/connect-with-no-symbol-file.exp: New file.
6662
6663 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6664
6665         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6666
6667 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6668
6669         * boards/gdbserver-base.exp (${board}_download): Copy source file to
6670         standard output directory.
6671
6672 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6673
6674         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6675
6676 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
6677
6678         * gdb.btrace/instruction_history.c (loop): Add declaration.
6679
6680 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6681
6682         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6683
6684 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
6685
6686         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6687         parentheses to print.
6688         (continue_handler): Likewise.
6689
6690 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
6691
6692         * gdb.server/solib-list.exp: Remove is_remote check.
6693         Pass shlib= to gdb_compile.  Don't link shared library with
6694         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
6695         Run binary filename through "readlink -f" on the target.
6696
6697 2016-04-08  Pedro Alves  <palves@redhat.com>
6698
6699         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
6700         interpreter filename as argument to gdbserver_spawn.
6701         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6702         Return empty if $last_loaded_file does not exist.
6703
6704 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6705
6706         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6707         * gdb.base/jit-main.c: Use exit after usage.
6708
6709 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6710
6711         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6712         GDBHISTSIZE prior to the tests.
6713         * gdb.base/gdbinit-history.exp: Likewise.
6714
6715 2016-04-07  Pedro Alves  <palves@redhat.com>
6716
6717         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6718         instead of build_executable.  Use gdb_load_shlibs.
6719
6720 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6721
6722         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6723         Execute "si" command.
6724
6725 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6726
6727         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6728         number instead of the comments on some line.
6729
6730 2016-04-06  Don Breazeal  <donb@codesourcery.com>
6731
6732         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6733         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6734
6735 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
6736
6737         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6738         standard_output_file.  Remove unused binfile variable.
6739
6740 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
6741
6742         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6743         * gdb.python/py-mi-objfile.exp: Match "list main" output
6744         in console format.
6745
6746 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
6747
6748         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6749         absolute.
6750
6751 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6752
6753         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6754         absolute.
6755         * gdb.trace/ftrace.exp: Likewise.
6756         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6757         targets as well.
6758         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6759         (gdb_load_shlibs): Copy libraries to test directory when testing
6760         natively.  Only set solib-search-path if testing remotely.
6761         * lib/mi-support.exp (mi_load_shlibs): Likewise.
6762
6763 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6764
6765         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6766         gdb_download.  Use it even if the target is not remote.
6767         * gdb.base/jit.exp (compile_jit_test): Likewise.
6768         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6769         output directory if the destination board is local, otherwise use
6770         the standard remote_download from DejaGnu.
6771         (gdb_download): Remove.
6772         (gdb_load_shlibs): Use gdb_remote_download instead of
6773         gdb_download.
6774         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6775         Use gdb_remote_download instead of gdb_download.  Use it even if
6776         the target is not remote.
6777         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6778         instead of gdb_download.
6779
6780 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
6781
6782         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6783         (test_insert_delete_modify): Call mi_load_shlibs before trying to
6784         run.
6785
6786 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
6787
6788         PR gdb/19820
6789         * gdb.base/printcmds.exp: Add artificial arrays tests.
6790
6791 2016-03-31  Pedro Alves  <palves@redhat.com>
6792
6793         PR gdb/19858
6794         * gdb.base/jit-main.c: Include unistd.h.
6795         (ATTACH): Define to 0 if not already defined.
6796         (wait_for_gdb, mypid): New globals.
6797         (WAIT_FOR_GDB): New macro.
6798         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
6799         some breakpoint locations.
6800         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6801         New procedures.
6802         (one_jit_test): Add REATTACH parameter, and handle it.  Use
6803         continue_to_test_location.
6804         (top level): Test attach, and adjusts calls to one_jit_test.
6805
6806 2016-03-31  Pedro Alves  <palves@redhat.com>
6807
6808         PR gdb/19858
6809         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
6810         BINSUFFIX parameter, and handle it.
6811         (top level): Adjust calls compile_jit_test.
6812
6813 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
6814
6815         PR python/19743
6816         * gdb.python/py-mi-events-gdb.py: New file.
6817         * gdb.python/py-mi-events.c: New file.
6818         * gdb.python/py-mi-events.exp: New file.
6819
6820 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6821
6822         * gdb.reverse/until-precsave.exp: Match function name only.
6823         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6824         Move malloc to a condition block.
6825         * gdb.reverse/until-reverse.exp: Match function name only.
6826
6827 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6828
6829         * gdb.trace/ftrace.exp: Set arg0exp for s390.
6830         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6831         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6832         variable for GPR 0 instead of assuming it is register 0.
6833         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6834         * lib/trace-support.exp: Add s390 registers.
6835
6836 2016-03-29  Yao Qi  <yao.qi@linaro.org>
6837
6838         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6839
6840 2016-03-24  Yao Qi  <yao.qi@linaro.org>
6841
6842         * gdb.reverse/break-reverse.exp: Add quotation mark in the
6843         test message.
6844
6845 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6846
6847         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6848         maintaining separate logic for constructing the output path.
6849
6850 2016-03-16  Don Breazeal  <donb@codesourcery.com>
6851
6852         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6853         Retry fork and waitpid on interrupted system call errors.
6854         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6855         Use with_timeout_factor to increase timeout by factor of 10.
6856
6857 2016-03-15  Don Breazeal  <donb@codesourcery.com>
6858
6859         * gdb.cp/scope-err.cc: New test program.
6860         * gdb.cp/scope-err.exp: New test script.
6861         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6862         lines and "set breakpoint here" comment.
6863         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6864         Fixed some whitespace and format issues.
6865         * gdb.mi/mi-linespec-err-cp.cc: New test program.
6866         * gdb.mi/mi-linespec-err-cp.exp: New test script.
6867
6868 2016-03-15  Doug Evans  <dje@google.com>
6869
6870         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6871         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6872         All callers updated.  Add tests for enums, mixed flags register.
6873
6874 2016-03-15  Doug Evans  <dje@google.com>
6875
6876         * gdb.base/skip.c (main): Call test_skip_file_and_function.
6877         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6878
6879 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
6880
6881         * gdb.base/default.exp: Add $_as_string to the list of expected
6882         convenience functions.
6883
6884 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
6885
6886         * gdb.base/maint.exp: New tests for 'maint info line-table'.
6887
6888 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
6889
6890         * gdb.python/py-as-string.exp: New file.
6891         * gdb.python/py-as-string.c: New file.
6892
6893 2016-03-09  Pedro Alves  <palves@redhat.com>
6894
6895         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6896         signal" -> "Thread NN received signal" output change.
6897         * gdb.threads/ia64-sigill.exp: Likewise.
6898         * gdb.threads/linux-dp.exp: Likewise.
6899         * gdb.threads/manythreads.exp: Likewise.
6900         * gdb.threads/pending-step.exp: Likewise.
6901         * gdb.threads/print-threads.exp: Likewise.
6902         * gdb.threads/sigstep-threads.exp: Likewise.
6903         * gdb.threads/staticthreads.exp: Likewise.
6904         * gdb.threads/tls.exp: Likewise.
6905
6906 2016-03-09  Pedro Alves  <palves@redhat.com>
6907
6908         * gdb.base/command-line-input.exp: New file.
6909
6910 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6911
6912         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6913         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6914         * gdb.trace/pending.exp: Accept leading dot before function name.
6915         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6916         * lib/trace-support.exp: Set registers for ppc.
6917
6918 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6919
6920         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6921         use it for disassembly; accept .main in addition to main in backtrace.
6922
6923 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
6924             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6925
6926         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6927         (gdb_recursion_test_ptr): New global variable.
6928         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6929         gdb_recursion_test.
6930         (gdb_c_test): Ditto.
6931
6932 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6933
6934         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6935         ordering.
6936
6937 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6938
6939         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6940         (bar): Add bar_start_lbl label.
6941         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6942         of foo/bar for emitting DWARF and tracing.
6943
6944 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
6945
6946         * analyze-racy-logs.py: Set executable bit.
6947
6948 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6949
6950         * Makefile.in (DEFAULT_RACY_ITER): New variable.
6951         (CHECK_TARGET_TMP): Likewise.
6952         (check-single-racy): New rule.
6953         (check-parallel-racy): Likewise.
6954         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6955         (do-check-parallel-racy): New rule.
6956         (check-racy/%.exp): Likewise.
6957         * README (Racy testcases): New section.
6958         * analyze-racy-logs.py: New file.
6959
6960 2016-03-03  Doug Evans  <dje@google.com>
6961
6962         * gdb.base/skip.exp: Use with_test_prefix.
6963
6964 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6965
6966         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6967         Invoke step_over_syscall "clone" and break_cond_on_syscall
6968         "clone".
6969         * gdb.base/step-over-clone.c: New file.
6970
6971 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6972
6973         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6974         code format.
6975
6976 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6977
6978         * gdb.base/disp-step-fork.c: Rename to ...
6979         * gdb.base/step-over-fork.c: ... it.  New file.
6980         * gdb.base/disp-step-vfork.c: Rename to ...
6981         * gdb.base/step-over-vfork.c: ... it.  New file.
6982         * gdb.base/disp-step-syscall.exp: Rename to ...
6983         * gdb.base/step-over-syscall.exp: ... it.  New file.
6984         (disp_step_cross_syscall): Rename to ...
6985         (step_over_syscall): ... it.
6986
6987 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6988
6989         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
6990         If target supports condition evaluation on target, invoke
6991         break_cond_on_syscall for fork and vfork.
6992
6993 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6994
6995         * gdb.base/disp-step-syscall.exp: Don't invoke
6996         support_displaced_stepping.
6997         (disp_step_cross_syscall): Test with displaced stepping off and
6998         on if supported.
6999
7000 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7001
7002         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7003         proc.
7004         (setup): New proc.
7005         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7006         and setup.
7007
7008 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7009
7010         * gdb.fortran/vla-history.exp: Remove breakpoint.
7011
7012 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7013
7014         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7015         exceeds timeout.
7016
7017 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7018
7019         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7020         breakpoint.
7021
7022 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7023
7024         * gdb.mi/vla.f90: Nullify pointer after declaration.
7025
7026 2016-03-01  Pedro Alves  <palves@redhat.com>
7027
7028         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7029
7030 2016-03-01  Pedro Alves  <palves@redhat.com>
7031
7032         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7033         before anything else.
7034         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7035         _GNU_SOURCE here.
7036         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7037         before anything else.
7038         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7039
7040 2016-03-01  Pedro Alves  <palves@redhat.com>
7041
7042         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7043
7044 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7045
7046         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7047         prepare_for_testing.
7048
7049 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7050
7051         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7052
7053 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7054
7055         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7056         manually constructing the output path.
7057
7058 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7059
7060         * gdb.arch/s390-stackless.S: New.
7061         * gdb.arch/s390-stackless.exp: New.
7062
7063 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7064
7065         * gdb.dlang/circular.c: New file.
7066         * gdb.dlang/circular.exp: New file.
7067
7068 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7069
7070         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7071         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7072         (testcases): Update.
7073
7074 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7075
7076         * gdb.reverse/aarch64.c: Rename to ...
7077         * gdb.reverse/insn-reverse.c: ... it.
7078         * gdb.reverse/aarch64.exp: Rename to ...
7079         * gdb.reverse/insn-reverse.exp: ... it.
7080
7081 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7082
7083         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7084         (testcase_ftype): New.
7085         (testcases): New array.
7086         (n_testcases): New.
7087         (main): Call each element in testcases.
7088         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7089         (read_testcase): New.
7090         Do the tests in a loop.
7091
7092 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7093
7094         * gdb.base/branches.c: Remove.
7095
7096 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7097
7098         PR gdb/13808
7099         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7100
7101 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7102
7103         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7104
7105 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7106
7107         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7108         change x86_64 call_insn to 'callq'.
7109
7110 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7111
7112         * gdb.trace/tfile-avx.c: Move to...
7113         * gdb.trace/tracefile-pseudo-reg.c: Here.
7114         * gdb.trace/tfile-avx.exp: Move to...
7115         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7116
7117 2016-02-24  Gary Benson <gbenson@redhat.com>
7118
7119         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7120         message on attach.
7121
7122 2016-02-23  Doug Evans  <dje@google.com>
7123
7124         * gdb.base/skip.c (test_skip): New function.
7125         (end_test_skip_file_and_function): New function.
7126         (test_skip_file_and_function): New function.
7127         * gdb.base/skip1.c (test_skip): New function.
7128         (skip1_test_skip_file_and_function): New function.
7129         * gdb.base/skip.exp: Add tests for new skip options.
7130         * gdb.base/skip-solib.exp: Update expected output.
7131         * gdb.perf/skip-command.cc: New file.
7132         * gdb.perf/skip-command.exp: New file.
7133         * gdb.perf/skip-command.py: New file.
7134
7135 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7136
7137         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7138         info registers pattern.
7139
7140 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7141
7142         * lib/future.exp: Add D support.
7143         (gdb_find_gdc): New proc.
7144         (gdb_default_target_compile): Add D support.
7145
7146 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7147
7148         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7149         user+system time.
7150         (trace_speed_test): Determine the iteration count for a time
7151         between 15..30 seconds.
7152
7153 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7154
7155         * gdb.arch/i386-mpx-sigsegv.c: New file.
7156         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7157         * gdb.arch/i386-mpx-simple_segv.c: New file.
7158         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7159
7160 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7161
7162         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7163         Don't call setup_kfail.
7164
7165 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7166
7167         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7168         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7169
7170 2016-02-16  Doug Evans  <dje@google.com>
7171
7172         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7173         * gdb.base/skip1.c: Ditto.
7174         * gdb.base/skip.exp: Whitespace cleanup.
7175
7176 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7177
7178         PR remote/19496
7179         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7180         Remove kfail for PR remote/19496.
7181
7182 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7183
7184         * lib/gdb.exp (standard_temp_file): Return a path specific to
7185         the runtest invocation.
7186
7187 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7188
7189         * gdb.trace/save-trace.exp: Change relative path to be in the
7190         standard output directory.
7191
7192 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7193
7194         * gdb.arch/i386-prologue.c: Add missing prototypes.
7195
7196 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7197
7198         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7199         * gdb.arch/i386-prologue.exp: Likewise.
7200         * gdb.arch/i386-size.exp: Likewise.
7201
7202 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7203
7204         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7205         define object file path.
7206         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7207         file path.
7208         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7209         standard_output_file to define binfile.
7210
7211 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7212
7213         Fix compatibility with recent gfortran-5.3.1.
7214         * gdb.fortran/vla-history.exp (print vla1 allocated)
7215         (print vla2 allocated, print $2, print $3): Remove
7216         (print $4): Rename to ...
7217         (print $2): ... here.
7218         (print $9): Rename to ...
7219         (print $5): ... here.
7220         (print $10): Rename to ...
7221         (print $6): ... here.
7222         * gdb.fortran/vla.f90: Add pvla initialization.
7223
7224 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7225
7226         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7227         New test.
7228         * gdb.fortran/vla-value-sub.exp: Likewise.
7229
7230 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7231
7232         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7233
7234 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7235
7236         * i386-biarch-core.exp: Define corefile using
7237         standard_output_file.
7238
7239 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7240
7241         * gdb.arch/arm-single-step-kernel-helper.c: New.
7242         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7243
7244 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7245
7246         * gdb.btrace/tailcall-only.exp: New.
7247         * gdb.btrace/tailcall-only.c: New.
7248         * gdb.btrace/x86_64-tailcall-only.S: New.
7249         * gdb.btrace/i686-tailcall-only.S: New.
7250
7251 2016-02-11  Pedro Alves  <palves@redhat.com>
7252
7253         * README (Parallel testing): Add missing double quotes.
7254
7255 2016-02-11  Pedro Alves  <palves@redhat.com>
7256
7257         * README (Parallel testing): New section.
7258         (GDB_PARALLEL): Rewrite.
7259         (FORCE_PARALLEL): Document.
7260
7261 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7262
7263         * gdb.trace/tfile-avx.c: New test.
7264         * gdb.trace/tfile-avx.exp: New test.
7265
7266 2016-02-09  Keith Seitz  <keiths@redhat.com>
7267
7268         PR breakpoints/19546
7269         * gdb.base/infcall-exec.c: New file.
7270         * gdb.base/infcall-exec2.c: New file.
7271         * gdb.base/infcall-exec.exp: New file.
7272
7273 2016-02-09  Keith Seitz  <keiths@redhat.com>
7274
7275         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7276         (toplevel): Call test_bkpt_address.
7277
7278 2016-02-09  Keith Seitz  <keiths@redhat.com>
7279
7280         PR python/19506
7281         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7282         (toplevel): Call test_bkpt_address.
7283
7284 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7285
7286         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7287         to AC_OUTPUT.
7288         * configure: Regenerate.
7289
7290 2016-02-09  Pedro Alves  <palves@redhat.com>
7291
7292         PR breakpoints/19548
7293         * gdb.base/execl-update-breakpoints.c (some_function): New
7294         function.
7295         (main): Call it.
7296         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7297         Tighten expected GDB output.
7298
7299 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7300
7301         * Makefile.in (ALL_SUBDIRS): Remove.
7302         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7303         (distclean maintainer-clean realclean): Likewise.
7304         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7305         * configure: Regenerate.
7306         * gdb.ada/Makefile.in: Delete.
7307         * gdb.arch/Makefile.in: Likewise.
7308         * gdb.asm/Makefile.in: Likewise.
7309         * gdb.base/Makefile.in: Likewise.
7310         * gdb.btrace/Makefile.in: Likewise.
7311         * gdb.cell/Makefile.in: Likewise.
7312         * gdb.compile/Makefile.in: Likewise.
7313         * gdb.cp/Makefile.in: Likewise.
7314         * gdb.disasm/Makefile.in: Likewise.
7315         * gdb.dlang/Makefile.in: Likewise.
7316         * gdb.dwarf2/Makefile.in: Likewise.
7317         * gdb.fortran/Makefile.in: Likewise.
7318         * gdb.gdb/Makefile.in: Likewise.
7319         * gdb.go/Makefile.in: Likewise.
7320         * gdb.guile/Makefile.in: Likewise.
7321         * gdb.java/Makefile.in: Likewise.
7322         * gdb.linespec/Makefile.in: Likewise.
7323         * gdb.mi/Makefile.in: Likewise.
7324         * gdb.modula2/Makefile.in: Likewise.
7325         * gdb.multi/Makefile.in: Likewise.
7326         * gdb.objc/Makefile.in: Likewise.
7327         * gdb.opencl/Makefile.in: Likewise.
7328         * gdb.opt/Makefile.in: Likewise.
7329         * gdb.pascal/Makefile.in: Likewise.
7330         * gdb.perf/Makefile.in: Likewise.
7331         * gdb.python/Makefile.in: Likewise.
7332         * gdb.reverse/Makefile.in: Likewise.
7333         * gdb.server/Makefile.in: Likewise.
7334         * gdb.stabs/Makefile.in: Likewise.
7335         * gdb.threads/Makefile.in: Likewise.
7336         * gdb.trace/Makefile.in: Likewise.
7337         * gdb.xml/Makefile.in: Likewise.
7338         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7339         GDB_PARALLEL.
7340         (standard_output_file): Remove check for GDB_PARALLEL, always
7341         return path in outputs/$subdir/$testname.
7342
7343 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7344
7345         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7346         (site.exp): Assign abs_srcdir to tcl's srcdir.
7347
7348 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7349
7350         * gdb.base/foll-exec-mode.c: Include limits.h.
7351         (main): Add parameters argc and argv.  Get directory from
7352         argv[0].
7353         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7354         compilation.
7355         * gdb.base/foll-exec.c: Include limits.h.
7356         (main): Add parameters argc and argv.
7357         Get directory from argv[0].
7358         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7359         Adjust tests on the number of lines as source code changed.
7360         * gdb.base/foll-vfork-exit.c: Include limits.h.
7361         (main): Add one line of statement before vfork.
7362         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7363         (main): Add parameters argc and argv.  Get directory from
7364         argv[0].
7365         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7366         (setup_gdb): Set tbreak to skip some source lines.
7367         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7368         (main): Add parameters argc and argv.  Get directory from
7369         argv[0].
7370         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7371         compilation.
7372         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7373         (main): Add parameters argc and argv.  Get directory from
7374         argv[0].
7375         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7376         compilation.
7377
7378 2016-02-01  Doug Evans  <dje@google.com>
7379
7380         * gdb.base/skip.exp: Clean up multiple references to same test name.
7381
7382 2016-02-01  Pedro Alves  <palves@redhat.com>
7383
7384         PR remote/19496
7385         * gdb.threads/forking-threads-plus-breakpoint.exp
7386         (displaced_stepping_supported): New global.
7387         (probe_displaced_stepping_support): New procedure.
7388         (do_test): Add 'displaced' parameter, and use it.
7389         (top level): Check for displaced stepping support.  Add displaced
7390         stepping on/off testing axis.
7391
7392 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7393
7394         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7395         pointer.  Don't perform further tests on the unassociated pointer
7396         if the first test fails.
7397
7398 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7399
7400         * gdb.base/max-value-size.c: New file.
7401         * gdb.base/max-value-size.exp: New file.
7402         * gdb.base/huge.exp: Disable max-value-size for this test.
7403
7404 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7405
7406         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7407
7408 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7409
7410         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7411
7412 2016-01-25  Pedro Alves  <palves@redhat.com>
7413
7414         PR threads/19461
7415         * gdb.base/fork-running-state.c: New file.
7416         * gdb.base/fork-running-state.exp: New file.
7417
7418 2016-01-25  Pedro Alves  <palves@redhat.com>
7419
7420         PR gdb/19494
7421         * gdb.base/catch-fork-kill.c: New file.
7422         * gdb.base/catch-fork-kill.exp: New file.
7423
7424 2016-01-25  Pedro Alves  <palves@redhat.com>
7425
7426         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7427         Delete, moved to lib/gdb.exp.
7428         * gdb.threads/forking-threads-plus-breakpoint.exp
7429         (foreach_with_prefix): Likewise.
7430         * gdb.threads/process-dies-while-handling-bp.exp
7431         (foreach_with_prefix): Likewise.
7432         * lib/gdb.exp (foreach_with_prefix): New procedure.
7433
7434 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7435
7436         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7437         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7438
7439 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7440
7441         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7442         endian targets.
7443
7444 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7445             Pedro Alves  <palves@redhat.com>
7446
7447         Fix testsuite compatibility with Guile.
7448         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7449         number.
7450
7451 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7452
7453         Fix testsuite compatibility with Guile.
7454         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7455         (thread 1): New test for backtrace through signal handler.
7456
7457 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7458
7459         PR testsuite/19491
7460         * gdb.base/multi-forks.c: Include
7461         ../lib/unbuffer_output.c
7462         (main): Call gdb_unbuffer_output.
7463
7464 2016-01-21  Doug Evans  <dje@google.com>
7465
7466         * lib/ada.exp (gdb_compile_ada): Fix typo.
7467
7468 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7469
7470         * gdb.base/break-fun-addr.exp: New file.
7471         * gdb.base/break-fun-addr1.c: New file.
7472         * gdb.base/break-fun-addr2.c: New file.
7473
7474 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7475
7476         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7477         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7478         enum flag values.
7479
7480 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7481
7482         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7483         when GDB can not set the vector return value.  Add more comments
7484         for clarification.
7485
7486 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7487
7488         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7489         command.
7490
7491 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7492
7493         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7494
7495 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7496
7497         * Makefile.in (check-single): Pass --status to runtest.
7498         (check/%.exp): Likewise.
7499
7500 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7501
7502         * Makefile.in (check-parallel): Propagate return code from make
7503         do-check-parallel.
7504
7505 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7506
7507         * gdb.trace/ftrace.exp: Fix expected message on continue.
7508         * gdb.trace/pending.exp: Fix expected message on continue.
7509         * gdb.trace/trace-break.exp: Fix expected message on continue.
7510
7511 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7512
7513         * lib/gdb.exp (gdb_test): Remove unused global references.
7514
7515 2016-01-18  Pedro Alves  <palves@redhat.com>
7516
7517         * gdb.base/async-shell.exp: Adjust expected output.
7518         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7519         * gdb.base/siginfo-thread.exp: Adjust expected output.
7520         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7521         * gdb.java/jnpe.exp: Adjust expected output.
7522         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7523         * gdb.threads/continue-pending-status.exp: Adjust expected output.
7524         * gdb.threads/leader-exit.exp: Adjust expected output.
7525         * gdb.threads/manythreads.exp: Adjust expected output.
7526         * gdb.threads/pthreads.exp: Adjust expected output.
7527         * gdb.threads/schedlock.exp: Adjust expected output.
7528         * gdb.threads/siginfo-threads.exp: Adjust expected output.
7529         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7530         expected output.
7531         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7532         output.
7533         * gdb.threads/sigthread.exp: Adjust expected output.
7534         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7535
7536 2016-01-18  Yao Qi  <yao.qi@linaro.org>
7537
7538         * gdb.guile/scm-section-script.c: Replace @progbits with
7539         %progbits.
7540         * gdb.python/py-section-script.c: Likewise.
7541
7542 2016-01-15  Pedro Alves  <palves@redhat.com>
7543
7544         * gdb.multi/tids.exp: Test star wildcard ranges.
7545
7546 2016-01-15  Pedro Alves  <palves@redhat.com>
7547
7548         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7549         command from "thread apply" invocation.
7550         (thr_apply_info_thr_invalid): Default the expected output to the
7551         input tid list.
7552         (top level): Add tests that use convenience variables.  Add tests
7553         for "thread apply" with a valid TID list, but missing the command.
7554
7555 2016-01-13  Pedro Alves  <palves@redhat.com>
7556
7557         * gdb.base/default.exp: Expect $_gthread as well.
7558         * gdb.multi/tids.exp: Test $_gthread.
7559         * gdb.threads/thread-specific.exp: Test $_gthread.
7560
7561 2016-01-13  Pedro Alves  <palves@redhat.com>
7562
7563         * gdb.multi/tids.exp: Test "info threads -gid".
7564
7565 2016-01-13  Pedro Alves  <palves@redhat.com>
7566
7567         * gdb.multi/tids.exp: Test InferiorThread.global_num and
7568         Breakpoint.thread.
7569         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7570
7571 2016-01-07  Pedro Alves  <palves@redhat.com>
7572
7573         * gdb.base/break.exp: Adjust to output changes.
7574         * gdb.base/hbreak2.exp: Likewise.
7575         * gdb.base/sepdebug.exp: Likewise.
7576         * gdb.base/watch_thread_num.exp: Likewise.
7577         * gdb.linespec/keywords.exp: Likewise.
7578         * gdb.multi/info-threads.exp: Likewise.
7579         * gdb.threads/thread-find.exp: Likewise.
7580         * gdb.multi/tids.c: New file.
7581         * gdb.multi/tids.exp: New file.
7582
7583 2016-01-13  Pedro Alves  <palves@redhat.com>
7584
7585         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7586
7587 2016-01-13  Pedro Alves  <palves@redhat.com>
7588
7589         * gdb.base/default.exp: Expect $_inferior as well.
7590         * gdb.multi/base.exp: Test $_inferior.
7591
7592 2016-01-13  Pedro Alves  <palves@redhat.com>
7593
7594         PR breakpoints/19388
7595         * gdb.base/catch-signal-siginfo-cond.c: New file.
7596         * gdb.base/catch-signal-siginfo-cond.exp: New file.
7597
7598 2016-01-12  Josh Stone  <jistone@redhat.com>
7599             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7600
7601         * gdb.base/catch-syscall.c (do_execve): New variable.
7602         (main): Conditionally trigger an execve.
7603         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7604         (test_catch_syscall_execve): New, check entry/return across execve.
7605         (do_syscall_tests): Call test_catch_syscall_execve.
7606
7607 2016-01-12  Pedro Alves  <palves@redhat.com>
7608
7609         * gdb.base/random-signal.exp (do_test): New procedure, with body
7610         of testcase moved in.
7611
7612 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7613             Pedro Alves  <palves@redhat.com>
7614
7615         * gdb.base/funcargs.exp (finish from indirectly called function):
7616         Reintroduce the case for 'First'.
7617
7618 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7619             Pedro Alves  <palves@redhat.com>
7620
7621         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7622         (tcatch_vfork_then_child_follow_exec)
7623         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7624         identification.
7625
7626 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7627
7628         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7629         and repeats to unlimited.
7630         * gdb.python/py-value.exp: Likewise.
7631         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7632         and repeats to unlimited.
7633
7634 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7635
7636         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7637         and reordering the functions.
7638         * gdb.multi/hangout.c: Likewise.
7639         * gdb.multi/hello.c: Likewise.
7640
7641 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
7642
7643         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7644         absolute.
7645         (SingleStatisticTestResult.report): Use dict.keys instead of
7646         dict.iterkeys.
7647
7648 2016-01-06  Pedro Alves  <palves@redhat.com>
7649
7650         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
7651
7652 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
7653
7654         * gdb.btrace/dlopen.exp: New.
7655         * gdb.btrace/dlopen.c: New.
7656         * gdb.btrace/dlopen-dso.c: New.
7657
7658 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
7659
7660         * lib/gdb.exp (gdb_test): Update comments to clarify that the
7661         PATTERN argument is optional.
7662
7663 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
7664
7665         * lib/ada.exp (target_compile_ada_from_dir): New function.
7666         (gdb_compile_ada): Reimplement avoiding the use of project files.
7667         * gdb.ada/gnat_ada.gpr: Delete.
7668         * gdb.ada/cond_lang.exp: Adjust test to make path before
7669         filename optional.
7670         * gdb.ada/small_reg_param.exp: Likewise.
7671
7672 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
7673
7674         * gdb.base/foll-vork.exp: Remove HP-UX special case.
7675
7676 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7677
7678         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7679         case.
7680
7681 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
7682
7683         * gdb.base/break.exp: Remove dead code.
7684         * gdb.base/sepdebug.exp: Likewise.
7685
7686 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7687
7688         * gdb.asm/asm-source.exp: Remove HP-UX references.
7689         * gdb.base/annota1.exp: Likewise.
7690         * gdb.base/annota3.exp: Likewise.
7691         * gdb.base/attach.exp: Likewise.
7692         * gdb.base/bigcore.exp: Likewise.
7693         * gdb.base/break.exp: Likewise.
7694         * gdb.base/call-ar-st.exp: Likewise.
7695         * gdb.base/callfuncs.exp: Likewise.
7696         * gdb.base/catch-fork-static.exp: Likewise.
7697         * gdb.base/display.exp: Likewise.
7698         * gdb.base/foll-exec-mode.exp: Likewise.
7699         * gdb.base/foll-exec.exp: Likewise.
7700         * gdb.base/foll-fork.exp: Likewise.
7701         * gdb.base/foll-vfork.exp: Likewise.
7702         * gdb.base/funcargs.exp: Likewise.
7703         * gdb.base/hbreak2.exp: Likewise.
7704         * gdb.base/inferior-died.exp: Likewise.
7705         * gdb.base/interrupt.exp: Likewise.
7706         * gdb.base/multi-forks.exp: Likewise.
7707         * gdb.base/nodebug.exp: Likewise.
7708         * gdb.base/sepdebug.exp: Likewise.
7709         * gdb.base/solib1.c: Likewise.
7710         * gdb.base/step-test.exp: Likewise.
7711         * gdb.mi/non-stop.c: Likewise.
7712         * gdb.mi/pthreads.c: Likewise.
7713         * gdb.multi/bkpt-multi-exec.ex: Likewise.
7714         * gdb.threads/pthreads.c: Likewise.
7715         * gdb.threads/staticthreads.exp: Likewise.
7716         * lib/future.exp: Likewise.
7717         * lib/gdb.exp: Likewise.
7718         * gdb.base/so-indr-cl.c: Remove.
7719         * gdb.base/so-indr-cl.exp: Likewise.
7720         * gdb.base/solib.c: Likewise.
7721         * gdb.base/solib.exp: Likewise.
7722         * gdb.base/solib2.c: Likewise.
7723
7724 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7725
7726         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7727         * gdb.base/call-ar-st.exp: Likewise.
7728         * gdb.base/callfuncs.exp: Likewise.
7729         * gdb.base/condbreak.exp: Likewise.
7730         * gdb.base/constvars.exp: Likewise.
7731         * gdb.base/hbreak2.exp: Likewise.
7732         * gdb.base/langs.exp: Likewise.
7733         * gdb.base/list.exp: Likewise.
7734         * gdb.base/long_long.exp: Likewise.
7735         * gdb.base/ptype.exp: Likewise.
7736         * gdb.base/scope.exp: Likewise.
7737         * gdb.base/signals.exp: Likewise.
7738         * gdb.base/so-impl-ld.exp: Likewise.
7739         * gdb.base/varargs.exp: Likewise.
7740         * gdb.base/volatile.exp: Likewise.
7741         * gdb.base/whatis.exp: Likewise.
7742         * gdb.cp/cplusfuncs.exp: Likewise.
7743         * gdb.cp/inherit.exp: Likewise.
7744         * gdb.cp/local.exp: Likewise.
7745         * gdb.cp/member-ptr.exp: Likewise.
7746         * gdb.cp/method.exp: Likewise.
7747         * gdb.cp/overload.exp: Likewise.
7748         * gdb.cp/templates.exp: Likewise.
7749         * gdb.stabs/weird.exp: Likewise.
7750         * lib/compiler.c: Likewise.
7751         * lib/compiler.cc: Likewise.
7752         * lib/cp-support.exp: Likewise.
7753         * lib/gdb.exp: Likewise.
7754
7755 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
7756
7757         * configure.ac: Remove HP-UX case.
7758         * configure: Regenerate.
7759
7760 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
7761
7762         * lib/gdb.exp (gdb_compile): Add function doc.
7763
7764 2015-12-17  Pedro Alves  <palves@redhat.com>
7765
7766         PR threads/19354
7767         * gdb.multi/info-threads.exp: New file.
7768
7769 2015-12-15  Yao Qi  <yao.qi@linaro.org>
7770
7771         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7772         is aarch64*-*-*.
7773
7774 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7775
7776         * gdb.base/history-duplicates.exp: Skip if no readline support.
7777
7778 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7779
7780         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7781
7782 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7783
7784         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7785
7786 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7787
7788         * gdb.base/completion.exp: Skip tests that interrupt GDB with
7789         ctrl-C if nointerrupts target property is set.
7790         * gdb.base/double-prompt-target-event-error.exp: Likewise.
7791         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7792         * gdb.base/paginate-bg-execution.exp: Likewise.
7793         * gdb.base/paginate-execution-startup.exp: Likewise.
7794         * gdb.base/random-signal.exp: Likewise.
7795         * gdb.base/range-stepping.exp: Likewise.
7796         * gdb.cp/annota2.exp: Likewise.
7797         * gdb.cp/annota3.exp: Likewise.
7798         * gdb.gdb/selftest.exp: Likewise.
7799         * gdb.threads/continue-pending-status.exp: Likewise.
7800         * gdb.threads/leader-exit.exp: Likewise.
7801         * gdb.threads/manythreads.exp: Likewise.
7802         * gdb.threads/pthreads.exp: Likewise.
7803         * gdb.threads/schedlock.exp: Likewise.
7804         * gdb.threads/sigthread.exp: Likewise.
7805
7806 2015-12-11  Don Breazeal  <donb@codesourcery.com>
7807
7808         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7809         remote.
7810         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7811         * gdb.base/foll-exec.exp (main): Enable for target remote.
7812         * gdb.base/foll-fork.exp (main): Likewise.
7813         * gdb.base/foll-vfork.exp (main): Likewise.
7814         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7815         (proc continue_to_exit_bp_loc): Use clean_restart.
7816         * gdb.base/pie-execl.exp (main): Disable for target remote.
7817         * gdb.base/watch-vfork.exp (main): Enable for target remote.
7818         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7819         * gdb.threads/execl.exp (main): Likewise.
7820         * gdb.threads/fork-child-threads.exp (main): Likewise.
7821         * gdb.threads/fork-plus-threads.exp (main): Disable for target
7822         remote.
7823         * gdb.threads/fork-thread-pending.exp (main): Enable for target
7824         remote.
7825         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7826         pid.tid style ptids, instead of just tid.
7827         * gdb.threads/thread-execl.exp (main): Enable for target remote.
7828         * gdb.threads/watchpoint-fork.exp (main): Likewise.
7829         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7830         ptids, instead of just tid.
7831
7832 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7833
7834         * gdb.base/list.exp (test_list_forward): Add end of file error
7835         test.
7836         (test_repeat_list_command): Add end of file error test.
7837         (test_list_backwards): Add beginning of file error test.
7838
7839 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7840
7841         * gdb.base/list.exp (test_list_invalid_args): New function,
7842         defined, and called.
7843
7844 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7845
7846         * gdb.base/list.exp (test_list): Make test names unique.
7847
7848 2015-12-11  Yao Qi  <yao.qi@linaro.org>
7849
7850         * gdb.base/coremaker2.c: Remove.
7851
7852 2015-12-10  Pedro Alves  <palves@redhat.com>
7853
7854         * gdb.multi/base.exp: Remove stale "spaces" references.
7855
7856 2015-12-10  Pedro Alves  <palves@redhat.com>
7857
7858         * gdb.multi/base.exp: Don't use nowarnings.
7859         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7860         * gdb.multi/hangout.c: Include stdio.h.
7861         * gdb.multi/hello.c: Include stdlib.h.
7862         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7863         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7864         * gdb.multi/multi-arch.exp: Don't use nowarnings.
7865
7866 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7867
7868         * gdb.dwarf2/dw2-ranges-base.c: New file.
7869         * gdb.dwarf2/dw2-ranges-base.exp: New file.
7870         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7871         support additional line table, and debug ranges generation.
7872         (Dwarf::ranges): New function, generate .debug_ranges.
7873         (Dwarf::lines): Support generating simple line table programs.
7874         (Dwarf::assemble): Initialise new namespace variables.
7875
7876 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
7877
7878         * gdb.base/async.exp (proc test_background): Add case for
7879         asynchronous execution not supported.
7880
7881 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
7882
7883         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7884           format and change test names to make them unique.
7885
7886 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
7887             Pedro Alves  <pedro@redhat.com>
7888
7889         PR gdb/18702
7890         Add checking of floatformats setup on x86_64 hosts.
7891         * gdb.arch/i386-float.S (main): Load bigval and smallval.
7892         (smallval, bigval): New labels/constants.
7893         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7894         float" after loading bigval and smallval.
7895
7896 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
7897
7898         * gdb.ada/fun_overload_menu.exp: New testcase.
7899         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7900
7901 2015-12-04  Josh Stone  <jistone@redhat.com>
7902
7903         * gdb.base/catch-fork-static.exp: New.
7904
7905 2015-12-03  Yao Qi  <yao.qi@linaro.org>
7906
7907         * gdb.base/sizeof.c: Don't include stdio.h and
7908         ../lib/unbuffer_output.c.
7909         (main): New variable 'size' and 'value'.  Remove printf and
7910         gdb_unbuffer_output.  Assign return value to size and value.
7911         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7912         at the beginning.
7913         (check_sizeof): Check the result by printing variable 'size'.
7914         (check_valueof): Check the result by printing variable 'value'.
7915
7916 2015-12-01  Yao Qi  <yao.qi@linaro.org>
7917
7918         * gdb.base/disp-step-syscall.exp: Define syscall instruction
7919         for aarch64*-*-linux* target.
7920
7921 2015-11-30  Pedro Alves  <palves@redhat.com>
7922
7923         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7924
7925 2015-11-30  Pedro Alves  <palves@redhat.com>
7926
7927         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7928         Handle non-stop mode vCont replies.
7929
7930 2015-11-30  Pedro Alves  <palves@redhat.com>
7931
7932         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7933         prepare_for_testing.  Start gdb with "set non-stop on" appended to
7934         GDBFLAGS.  Lax expected stop output.
7935
7936 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7937
7938         * gdb.arch/arm-neon.exp: New.
7939         * gdb.arch/arm-neon.c: New.
7940
7941 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7942
7943         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7944
7945 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7946
7947         * gdb.cp/annota2.exp: Allow multiple occurrences of the
7948         frames-invalid annotation.
7949
7950 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7951
7952         * gdb.cp/annota2.exp: Use ${frames_invalid}.
7953
7954 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
7955
7956         * gdb.threads/names.exp: New file.
7957         * gdb.threads/names.c: New file.
7958         * README: Mention gdb,no_thread_names.
7959
7960 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
7961
7962         PR 19297
7963         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7964         support" error.
7965
7966 2015-11-24  Pedro Alves  <palves@redhat.com>
7967
7968         PR 17539
7969         * gdb.base/display.exp: Expect displays to be sorted in ascending
7970         order.  Use multi_line.
7971         * gdb.base/solib-display.exp: Likewise.
7972
7973 2015-11-24  Pedro Alves  <palves@redhat.com>
7974
7975         PR 17539
7976         * gdb.base/display.exp: Expect displays to be sorted in ascending
7977         order.  Use multi_line.
7978         * gdb.base/solib-display.exp: Likewise.
7979
7980 2015-11-24  Pedro Alves  <palves@redhat.com>
7981
7982         PR 17539
7983         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7984         threads in ascending order.
7985         * gdb.base/foll-fork.exp: Likewise.
7986         * gdb.base/foll-vfork.exp: Likewise.
7987         * gdb.base/multi-forks.exp: Likewise.
7988         * gdb.mi/mi-nonstop.exp: Likewise.
7989         * gdb.mi/mi-nsintrall.exp: Likewise.
7990         * gdb.multi/base.exp: Likewise.
7991         * gdb.multi/multi-arch.exp: Likewise.
7992         * gdb.python/py-inferior.exp: Likewise.
7993         * gdb.threads/break-while-running.exp: Likewise.
7994         * gdb.threads/execl.exp: Likewise.
7995         * gdb.threads/gcore-thread.exp: Likewise.
7996         * gdb.threads/info-threads-cur-sal.exp: Likewise.
7997         * gdb.threads/kill.exp: Likewise.
7998         * gdb.threads/linux-dp.exp: Likewise.
7999         * gdb.threads/multiple-step-overs.exp: Likewise.
8000         * gdb.threads/next-bp-other-thread.exp: Likewise.
8001         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8002         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8003         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8004         * gdb.threads/thread-find.exp: Likewise.
8005         * gdb.threads/tls.exp: Likewise.
8006         * lib/mi-support.exp (mi_reverse_list): Delete.
8007         (mi_check_thread_states): No longer reverse list.
8008
8009 2015-11-24  Pedro Alves  <palves@redhat.com>
8010
8011         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8012         use lowercase.
8013
8014 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8015
8016         * gdb.trace/actions.c: Include trace-common.h.
8017         (main): Add a location for a fast tracepoint.
8018         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8019         the normal tracepoints.
8020         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8021
8022 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8023
8024         * save-trace.exp: Factor out code to these...
8025         (gdb_save_tracepoints): New.
8026         (gdb_load_tracepoints): New.
8027         (do_save_load_test): New.
8028
8029 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8030
8031         * gdb.base/asmlabel.exp: New test.
8032         * gdb.base/asmlabel.c: New test case.
8033
8034 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8035
8036         * gdb.base/wrong_frame_bt_full-main.c: New file.
8037         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8038         * gdb.base/wrong_frame_bt_full.exp: New file.
8039
8040 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8041
8042         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8043
8044 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8045
8046         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8047         pstate register when comparing registers values in
8048         sparc64-*-linux-gnu targets to avoid spurious differences.
8049
8050 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8051
8052         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8053
8054 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8055
8056         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8057         as type argument to gdb_compile.
8058         * gdb.base/nested-subp2.exp: Likewise.
8059         * gdb.base/nested-subp3.exp: Likewise.
8060
8061 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8062
8063         * lib/dwarf.exp (_note): Fix left shift of negative value.
8064         * gdb.trace/trace-condition.exp: Likewise.
8065
8066 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8067
8068         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8069         comments about d10v.
8070         (test_scalar_returns): Likewise.
8071         * gdb.base/d10v.ld: Remove.
8072         * gdb.base/overlays.exp: Remove the target triplet checking for
8073         d10v-*-*.
8074         * gdb.base/structs.exp (test_struct_returns): Remove the
8075         comments about d10v.
8076         (test_struct_calls): Likewise.
8077
8078 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8079
8080         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8081         * gdb.base/gnu_vector.c: Don't include stdio.h.
8082         (main): Don't print res and call add_some_intvecs.
8083
8084 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8085
8086         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8087         macro.
8088         (func5): Removed.
8089         (func4): Use FAST_TRACEPOINT_LABEL.
8090         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8091         macro.
8092         (func): Removed.
8093         (thread_function): Use FAST_TRACEPOINT_LABEL.
8094         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8095         (func): Remove.
8096         (marker): Use FAST_TRACEPOINT_LABEL.
8097         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8098         (pendfunc1): Remove.
8099         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8100         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8101         (foo): Remove.
8102         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8103         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8104         macro.
8105         (func): Remove.
8106         (marker): Use FAST_TRACEPOINT_LABEL.
8107         * gdb.trace/trace-common.h: New header.
8108         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8109         macro.
8110         (func): Remove.
8111         (marker): Use FAST_TRACEPOINT_LABEL.
8112         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8113         (func): Remove.
8114         (thread_function): Use FAST_TRACEPOINT_LABEL.
8115
8116 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8117
8118         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8119         in front.
8120         * gdb.trace/change-loc.exp: Use global pcreg definition.
8121         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8122         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8123         in front.
8124         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8125         * gdb.trace/pending.exp: Likewise.
8126         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8127         * gdb.trace/trace-break.exp: Likewise.
8128         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8129         in front.
8130         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8131         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8132         in front.
8133         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8134
8135 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8136
8137         * gdb.ada/fin_fun_out: New testcase.
8138
8139 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8140
8141         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8142         value associated with DW_AT_byte_size.
8143         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8144         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8145         DW_AT_upper_bound.
8146
8147 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8148
8149         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8150         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8151         version.
8152         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8153         gdb.dwarf2/dw2-canonicalize-type.exp,
8154         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8155         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8156         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8157         provided by gdb_target_symbol_prefix_flags_asm.
8158         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8159         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8160         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8161         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8162         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8163         macros where needed).  Use this macro for symbols which require
8164         the prefix provided by SYMBOL_PREFIX.
8165
8166 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8167
8168         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8169         New procs.
8170         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8171         representing expressions, of more than one list element.
8172         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8173         to prepend linker symbol prefix to f.
8174         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8175         table_1 and table_2.
8176         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8177         Likewise, for f and g.
8178         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8179         for ptr.
8180         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8181         for main.
8182         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8183         table_1_ptr and table_2_ptr.
8184
8185 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8186             Joel Brobecker  <brobecker@adacore.com>
8187
8188         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8189
8190 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8191
8192         * gdb.reverse/s390-mvcle.c: New test.
8193         * gdb.reverse/s390-mvcle.exp: New file.
8194         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8195
8196 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8197
8198         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8199
8200 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8201
8202         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8203         reaching marker2.
8204         * gdb.reverse/getresuid-reverse.exp: Likewise.
8205         * gdb.reverse/pipe-reverse.exp: Likewise.
8206         * gdb.reverse/readv-reverse.exp: Likewise.
8207         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8208         * gdb.reverse/time-reverse.exp: Likewise.
8209         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8210
8211 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8212
8213         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8214         (empty_cycle): Remove.
8215         (main): Don't call empty_cycle.  Don't use watch_count_done.
8216         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8217         empty_cycle.  Rewrite the code counting HW watchpoints.
8218
8219 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8220
8221         * gdb.reverse/fstatat-reverse.c: New test.
8222         * gdb.reverse/fstatat-reverse.exp: New file.
8223         * gdb.reverse/getresuid-reverse.c: New test.
8224         * gdb.reverse/getresuid-reverse.exp: New file.
8225         * gdb.reverse/pipe-reverse.c: New test.
8226         * gdb.reverse/pipe-reverse.exp: New file.
8227         * gdb.reverse/readv-reverse.c: New test.
8228         * gdb.reverse/readv-reverse.exp: New file.
8229         * gdb.reverse/recvmsg-reverse.c: New test.
8230         * gdb.reverse/recvmsg-reverse.exp: New file.
8231         * gdb.reverse/time-reverse.c: New test.
8232         * gdb.reverse/time-reverse.exp: New file.
8233         * gdb.reverse/waitpid-reverse.c: New test.
8234         * gdb.reverse/waitpid-reverse.exp: New file.
8235
8236 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8237
8238         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8239
8240 2015-10-26  Doug Evans  <dje@google.com>
8241
8242         PR symtab/17391
8243         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8244         * gdb.dwarf2/bad-regnum.c: New file.
8245         * gdb.dwarf2/bad-regnum.exp: New file.
8246
8247 2015-10-26  Doug Evans  <dje@google.com>
8248
8249         PR python/18938
8250         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8251         file.
8252
8253 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8254
8255         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8256         for a change by "Mention language in compile error message".
8257
8258 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8259
8260         PR python/18073
8261         * gdb.python/py-type.c (C::a_method): New.
8262         (C::a_const_method): New.
8263         (C::a_static_method): New.
8264         (a_function): New.
8265         * gdb.python/py-type.exp (test_fields): Test getting fields
8266         from function and method.
8267
8268 2015-10-21  Keven Boell  <keven.boell@intel.com>
8269
8270         * gdb.fortran/vla-alloc-assoc.exp: New file.
8271         * gdb.fortran/vla-datatypes.exp: New file.
8272         * gdb.fortran/vla-datatypes.f90: New file.
8273         * gdb.fortran/vla-history.exp: New file.
8274         * gdb.fortran/vla-ptype-sub.exp: New file.
8275         * gdb.fortran/vla-ptype.exp: New file.
8276         * gdb.fortran/vla-sizeof.exp: New file.
8277         * gdb.fortran/vla-sub.f90: New file.
8278         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8279         * gdb.fortran/vla-value-sub-finish.exp: New file.
8280         * gdb.fortran/vla-value-sub.exp: New file.
8281         * gdb.fortran/vla-value.exp: New file.
8282         * gdb.fortran/vla-ptr-info.exp: New file.
8283         * gdb.mi/mi-vla-fortran.exp: New file.
8284         * gdb.mi/vla.f90: New file.
8285
8286 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8287
8288         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8289         of hardwired timeout value.
8290
8291 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8292             Pedro Alves  <palves@redhat.com>
8293
8294         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8295         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8296
8297 2015-10-19  Josh Stone  <jistone@redhat.com>
8298
8299         * gdb.base/catch-syscall.c: Include <sched.h>.
8300         (unknown_syscall): New variable.
8301         (main): Trigger a vfork and an unknown syscall.
8302         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8303         (unknown_syscall_number): Likewise.
8304         (check_call_to_syscall): Accept an optional syscall pattern.
8305         (check_return_from_syscall): Likewise.
8306         (check_continue): Likewise.
8307         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8308         (test_catch_syscall_skipping_return): New test toggling off 'catch
8309         syscall' to step over the syscall return, then toggling back on.
8310         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8311         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8312         (do_syscall_tests): Call test_catch_syscall_without_args and
8313         test_catch_syscall_mid_vfork.
8314         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8315         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8316
8317 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8318
8319         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8320         print g_vE): Add new pass patterns.
8321         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8322         print various symbol names for vptr fields.
8323
8324 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8325
8326         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8327         results.
8328
8329 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8330
8331         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8332
8333 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8334
8335         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8336         is aarch64*-*-linux*.
8337
8338 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8339
8340         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8341         (can_relocate_bcond_true): ... it.
8342         (can_relocate_bcond_false): New function.
8343         (foo): Likewise.
8344         (can_relocate_bl): Likewise.
8345         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8346         can_relocate_bl.
8347
8348 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8349
8350         * gdb.base/nested-addr.c: New file.
8351         * gdb.base/nested-addr.exp: New testcase.
8352
8353 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8354
8355         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8356         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8357         its output.  Ignore the output of "record goto begin" and instead
8358         check that GDB is replaying.
8359
8360 2015-10-09  Pedro Alves  <palves@redhat.com>
8361
8362         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8363         (top level): Use it in the run with no args test.
8364
8365 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8366
8367         * gdb.dlang/properties.exp: New file.
8368
8369 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8370
8371         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8372         whether or not address 0x1000 is mapped on the target.
8373
8374 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8375
8376         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8377         build.
8378
8379 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8380
8381         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8382         instruction-history test.
8383
8384 2015-09-28  Doug Evans  <dje@google.com>
8385
8386         * gdb.base/gcore.c (array_func): Add reference to static_array.
8387
8388 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8389
8390         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8391         source line.
8392
8393 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8394
8395         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8396         short or char as base type.
8397
8398 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8399
8400         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8401         to allow any size enum.
8402
8403 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8404
8405         * gdb.ada/array_ptr_renaming.exp: New testcase.
8406         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8407         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8408
8409 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8410
8411         * gdb.trace/ftrace-lock.c: New file.
8412         * gdb.trace/ftrace-lock.exp: New file.
8413
8414 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8415
8416         * gdb.arch/insn-reloc.c: New file.
8417         * gdb.arch/ftrace-insn-reloc.exp: New file.
8418
8419 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8420
8421         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8422         instruction.
8423         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8424         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8425         * gdb.trace/range-stepping.c: Likewise.
8426         * gdb.trace/trace-break.c: Likewise.
8427         * gdb.trace/trace-mt.c (thread_function): Likewise.
8428         * gdb.trace/ftrace.c (marker): Likewise.
8429         * gdb.trace/trace-condition.c (marker): Likewise.
8430         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8431         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8432         is_aarch64_target.
8433
8434 2015-09-18  Doug Evans  <xdje42@gmail.com>
8435
8436         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8437         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8438
8439 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8440
8441         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8442         the breakpoint.
8443
8444 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8445
8446         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8447         the pending breakpoint.  Remove timeout override for "Run till
8448         MI pending breakpoint on pendfunc3 on thread 2" test.
8449
8450 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8451
8452         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8453         filename pattern.
8454
8455 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8456
8457         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8458         in breakpoint filename pattern.
8459
8460 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8461
8462         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8463
8464 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8465
8466         * gdb.linespec/explicit.exp: Check for readline support for
8467         tab-completion tests.  Fix obvious typo.
8468
8469 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8470
8471         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8472         and replay.
8473
8474 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8475
8476         * gdb.btrace/non-stop.c: New.
8477         * gdb.btrace/non-stop.exp: New.
8478
8479 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8480             Yao Qi  <yao.qi@linaro.org>
8481
8482         * gdb.trace/trace-condition.c: New file.
8483         * gdb.trace/trace-condition.exp: New file.
8484
8485 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8486
8487         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8488         for testing bytecode compilation.
8489
8490 2015-09-16  Pedro Alves  <palves@redhat.com>
8491             Sandra Loosemore <sandra@codesourcery.com>
8492
8493         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8494         (SECONDS): Redefine.
8495         (main): Call pthread_kill and alarm early.
8496         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8497         support.
8498         (test): If the target can't hardware step and doesn't support
8499         displaced stepping, increase the timeout.
8500
8501 2015-09-16  Pedro Alves  <palves@redhat.com>
8502
8503         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8504         (enable_debug): New procedures.
8505         (test): Use them.  Bail out if waiting for threads fails.
8506         (top level): Bail out if a test fails.
8507
8508 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8509
8510         * gdb.asm/asm-source.exp: Set asm-arch for
8511         aarch64*-*-* target.
8512         * gdb.asm/aarch64.inc: New file.
8513
8514 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8515
8516         * gdb.ada/array_of_variable_length.exp: New testcase.
8517         * gdb.ada/array_of_variable_length/foo.adb: New file.
8518         * gdb.ada/array_of_variable_length/pck.adb: New file.
8519         * gdb.ada/array_of_variable_length/pck.ads: New file.
8520
8521 2015-09-15  Doug Evans  <dje@google.com>
8522
8523         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8524         of function static local variable.
8525
8526 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8527
8528         * gdb.threads/tls-so_extern.exp: New test file.
8529         * gdb.threads/tls-so_extern.c: New test file.
8530         * gdb.threads/tls-so_extern_main.c: New test file.
8531
8532 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8533
8534         * gdb.opt/solib-intra-step-lib.c: New file.
8535         * gdb.opt/solib-intra-step-main.c: New file.
8536         * gdb.opt/solib-intra-step.exp: New file.
8537
8538 2015-09-15  Pedro Alves  <palves@redhat.com>
8539
8540         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8541         gdb_continue_to_breakpoint instead of gdb_test_multiple.
8542
8543 2015-09-14  Pedro Alves  <palves@redhat.com>
8544
8545         * gdb.base/hook-stop-continue.c: Delete.
8546         * gdb.base/hook-stop-continue.exp: Delete.
8547         * gdb.base/hook-stop-frame.c: Delete.
8548         * gdb.base/hook-stop-frame.exp: Delete.
8549         * gdb.base/hook-stop.c: New file.
8550         * gdb.base/hook-stop.exp: New file.
8551
8552 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
8553
8554         * gdb.ada/access_to_packed_array.exp: New testcase.
8555         * gdb.ada/access_to_packed_array/foo.adb: New file.
8556         * gdb.ada/access_to_packed_array/pack.adb: New file.
8557         * gdb.ada/access_to_packed_array/pack.ads: New file.
8558
8559 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
8560
8561         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8562         buffer size test.
8563
8564 2015-09-11  Don Breazeal  <donb@codesourcery.com>
8565
8566         * gdb.base/foll-exec.c: Add copyright header.  Fix
8567         formatting issues.
8568         * gdb.base/foll-exec.exp (zap_session): Delete proc.
8569         (do_exec_tests): Use clean_restart in place of zap_session,
8570         and for test initialization.  Fix formatting issues.  Use
8571         fail in place of perror.
8572         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8573         an expect statement to match an expression with output from
8574         the program under debug.
8575         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8576         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8577         * gdb.threads/non-ldr-exc-2.exp: Likewise.
8578         * gdb.threads/non-ldr-exc-3.exp: Likewise.
8579         * gdb.threads/non-ldr-exc-4.exp: Likewise.
8580
8581 2015-09-09  Doug Evans  <dje@google.com>
8582
8583         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8584
8585 2015-09-09  Doug Evans  <dje@google.com>
8586
8587         * gdb.base/pie-execl.exp: Fix result test of build_executable.
8588
8589 2015-09-09  Doug Evans  <dje@google.com>
8590
8591         * gdb.base/savedregs.exp: Fix typo.
8592
8593 2015-09-09  Pedro Alves  <palves@redhat.com>
8594
8595         * gdb.mi/mi-cli.exp: Add CLI finish tests.
8596
8597 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
8598
8599         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8600         command actually switches threads.  Give up on remaining
8601         tests if target fails to stop at breakpoint.
8602
8603 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8604
8605         * gdb.ada/funcall_char.exp: New testcase.
8606         * gdb.ada/funcall_char/foo.adb: New file.
8607
8608 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8609
8610         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8611         expected outputs.  Add two testcases for completing ambiguous
8612         functions.
8613         * gdb.ada/complete/aux_pck.adb: New file.
8614         * gdb.ada/complete/aux_pck.ads: New file.
8615         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8616         Ambiguous_Func functions.
8617         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8618         * gdb.ada/complete/pck.adb: Likewise.
8619
8620 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
8621
8622         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8623         failures to run the test program under GDB.
8624
8625 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
8626
8627         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8628         to C.
8629
8630 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
8631
8632         * gdb.base/run-after-attach.exp: New test file.
8633         * gdb.base/run-after-attach.c: New test file.
8634
8635 2015-08-26  Don Breazeal  <donb@codesourcery.com>
8636
8637         * gdb.base/foll-exec-2.c: New test program.
8638         * gdb.base/foll-exec-2.exp: New test.
8639
8640 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
8641
8642         * gdb.base/nested-subp1.exp: New file.
8643         * gdb.base/nested-subp1.c: New file.
8644         * gdb.base/nested-subp2.exp: New file.
8645         * gdb.base/nested-subp2.c: New file.
8646         * gdb.base/nested-subp3.exp: New file.
8647         * gdb.base/nested-subp3.c: New file.
8648
8649 2015-08-24  Pedro Alves  <palves@redhat.com>
8650
8651         * gdb.server/connect-without-multi-process.c: New file.
8652         * gdb.server/connect-without-multi-process.exp: New file.
8653
8654 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8655
8656         * gdb.opt/inline-markers.c: Make z int.
8657
8658 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8659
8660         * gdb.opt/inline-markers.c: Make z volatile.
8661
8662 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8663
8664         * gdb.opt/inline-bt.c: New volatile global z.
8665         * gdb.opt/inline-cmds.c: Likewise.
8666         * gdb.opt/inline-locals.c: Likewise.
8667         * gdb.opt/inline-markers.c: New extern global z.
8668         (marker): Use z.
8669         (inline_fn): Likewise.
8670
8671 2015-08-24  Pedro Alves  <palves@redhat.com>
8672
8673         * config/m32r-stub.exp: Remove file.
8674         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8675         * gdb.base/call-rt-st.exp: Likewise.
8676         * gdb.base/call-strs.exp: Likewise.
8677         * gdb.base/default.exp: Remove references to h8300-*-hms and
8678         *-*-udi*.
8679         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8680
8681 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8682
8683         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8684         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
8685         and "return" use KFAIL when GDB can not read/write the vector
8686         return value.
8687
8688 2015-08-21  Gary Benson <gbenson@redhat.com>
8689
8690         * gdb.trace/pending.exp: Cope with remote transfer warnings.
8691
8692 2015-08-20  Pedro Alves  <palves@redhat.com>
8693
8694         * gdb.server/solib-list.exp: No longer expect an interior stop in
8695         non-stop mode.
8696
8697 2015-08-20  Pedro Alves  <palves@redhat.com>
8698
8699         * gdb.server/connect-stopped-target.c: New file.
8700         * gdb.server/connect-stopped-target.exp: New file.
8701
8702 2015-08-20  Pedro Alves  <palves@redhat.com>
8703
8704         * gdb.dwarf2/comp-unit-lang.exp: New file.
8705         * gdb.dwarf2/comp-unit-lang.c: New file.
8706
8707 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8708
8709         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8710         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8711
8712 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
8713
8714         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8715         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8716
8717 2015-08-18  Doug Evans  <dje@google.com>
8718             Adrian Sendroiu <adrian.sendroiu@freescale.com>
8719
8720         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8721         skip_python_tests.  New arg prompt_regexp.
8722         (skip_python_tests): New function.
8723         * lib/mi-support.exp (mi_skip_python_tests): New function.
8724         * gdb.python/py-mi-objfile-gdb.py: New file.
8725         * gdb.python/py-mi-objfile.c: New file.
8726         * gdb.python/py-mi-objfile.exp: New file.
8727
8728 2015-08-17  Keith Seitz  <keiths@redhat.com>
8729
8730         * gdb.linespec/explicit.exp: Move strace test from here ...
8731         * gdb.trace/strace.exp: ... to here.
8732
8733 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
8734
8735         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8736         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8737
8738 2015-08-14  Doug Evans  <xdje42@gmail.com>
8739
8740         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8741         inferior before selecting a new file.
8742
8743 2015-08-14  Doug Evans  <xdje42@gmail.com>
8744
8745         * gdb.mi/mi-disassemble.exp: Update.
8746         * gdb.base/disasm-optim.S: New file.
8747         * gdb.base/disasm-optim.c: New file.
8748         * gdb.base/disasm-optim.h: New file.
8749         * gdb.base/disasm-optim.exp: New file.
8750
8751 2015-08-14  Keith Seitz  <keiths@redhat.com>
8752
8753         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8754         "evaluated-by".
8755
8756 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
8757
8758         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8759
8760 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
8761
8762         * gdb.ada/fun_renaming.exp: New testcase.
8763         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8764         * gdb.ada/fun_renaming/pack.adb: New file.
8765         * gdb.ada/fun_renaming/pack.ads: New file.
8766
8767 2015-08-12  Keith Seitz  <keiths@redhat.com>
8768
8769         * gdb.base/dso2dso.exp: Pass basename of source file in call to
8770         gdb_get_line_number.
8771
8772 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
8773
8774         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8775         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8776         gdb.base/dso2dso.exp: New files.
8777
8778 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
8779             Pedro Alves  <palves@redhat.com>
8780             Keith Seitz  <keiths@redhat.com>
8781
8782         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8783         GDBFLAGS.
8784
8785 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8786
8787         * gdb.base/gdbhistsize-history.exp
8788         (test_histsize_history_setting): Use save_vars.
8789         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8790         Use save_vars.
8791         (test_no_truncation_of_unlimited_history_file): Use save_vars.
8792         * gdb.base/readline.exp: Use save_vars.
8793
8794 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8795
8796         * lib/gdb.exp (save_vars): New proc.
8797
8798 2015-08-11  Keith Seitz  <keiths@redhat.com>
8799
8800         * gdb.base/help.exp: Update help_breakpoint_text.
8801
8802 2015-08-11  Keith Seitz  <keiths@redhat.com>
8803
8804         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8805         (at toplevel): Call test_explicit_breakpoints.
8806         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8807         breakpoints.
8808         * lib/mi-support.exp (mi_make_breakpoint): Add support for
8809         breakpoint conditions, "-cond".
8810
8811 2015-08-11  Keith Seitz  <keiths@redhat.com>
8812
8813         * gdb.linespec/3explicit.c: New file.
8814         * gdb.linespec/cpexplicit.cc: New file.
8815         * gdb.linespec/cpexplicit.exp: New file.
8816         * gdb.linespec/explicit.c: New file.
8817         * gdb.linespec/explicit.exp: New file.
8818         * gdb.linespec/explicit2.c: New file.
8819         * gdb.linespec/ls-errs.exp: Add explicit location tests.
8820         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8821         before using in the matching pattern.
8822         Clarify that `prefix' is a regular expression.
8823
8824 2015-08-11  Keith Seitz  <keiths@redhat.com>
8825
8826         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8827         test.
8828         Add tests for missing ",FMT" and ",".
8829
8830 2015-08-10  Doug Evans  <dje@google.com>
8831             Keith Seitz  <keiths@redhat.com>
8832
8833         PR gdb/17960
8834         * gdb.base/completion.exp: Add location completer tests.
8835
8836 2015-08-07  Pedro Alves  <palves@redhat.com>
8837
8838         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8839         tests here.
8840         (top level): Run do_test with and without displaced stepping.
8841
8842 2015-08-07  Pedro Alves  <palves@redhat.com>
8843
8844         * gdb.base/valgrind-disp-step.c: New file.
8845         * gdb.base/valgrind-disp-step.exp: New file.
8846
8847 2015-08-07  Pedro Alves  <palves@redhat.com>
8848
8849         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8850         Delete function.
8851         (main): Add alarm.  Run an infinite loop instead of calling
8852         wait_threads.
8853         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8854         comment.
8855         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8856         Delete function.
8857         (main): Add alarm.  Run an infinite loop instead of calling
8858         wait_threads.
8859         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8860         comment.
8861
8862 2015-08-07  Pedro Alves  <palves@redhat.com>
8863
8864         * gdb.base/checkpoint-ns.exp: New file.
8865         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8866         standard_testfile.
8867
8868 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
8869
8870         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8871         * gdb.btrace/instruction_history.exp: Update.
8872         * gdb.btrace/tsx.exp: New.
8873         * gdb.btrace/tsx.c: New.
8874
8875 2015-08-06  Pedro Alves <palves@redhat.com>
8876
8877         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8878         increase timeout.
8879         * gdb.reverse/until-precsave.exp: Bump timeouts.
8880
8881 2015-08-06  Pedro Alves  <palves@redhat.com>
8882
8883         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8884
8885 2015-08-06  Pedro Alves  <palves@redhat.com>
8886
8887         PR gdb/18749
8888         * gdb.threads/process-dies-while-handling-bp.c: New file.
8889         * gdb.threads/process-dies-while-handling-bp.exp: New file.
8890
8891 2015-08-06  Pedro Alves  <palves@redhat.com>
8892
8893         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8894         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8895
8896 2015-08-05  Pedro Alves  <palves@redhat.com>
8897
8898         * gdb.threads/next-while-other-thread-longjmps.c: New file.
8899         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8900
8901 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
8902
8903         * gdb.base/bp-permanent.exp: Report test as unsupported if
8904         the target cannot stop at the permanent breakpoint.
8905
8906 2015-08-03  Doug Evans  <dje@google.com>
8907
8908         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8909         10000.
8910
8911 2015-08-03  Doug Evans  <dje@google.com>
8912
8913         * Makefile.in (workers/%.worker, build-perf): New rule.
8914         (GDB_PERFTEST_MODE): New variable.
8915         (check-perf): Use it.
8916         (clean): Clean up gdb.perf parallel build subdirs.
8917         * lib/build-piece.exp: New file.
8918         * lib/gdb.exp (make_gdb_parallel_path): New function
8919         (standard_output_file, standard_temp_file): Call it.
8920         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8921         of $GDB_PARALLEL.
8922         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8923
8924 2015-08-03  Doug Evans  <dje@google.com>
8925
8926         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8927         (LOG_FILE_NAME): New global.
8928         (TextReporter.__init__): Initialize self.txt_sum.
8929         (TextReporter.report): Add support for multiple data-points.
8930         Move report to perftest.sum, put raw data in perftest.log.
8931         (TextReporter.start): Open sum and log files.
8932         (TextReporter.end): Close sum and log files.
8933         * gdb.perf/lib/perftest/testresult.py
8934         (SingleStatisticTestResult.record): Handle multiple data-points.
8935
8936 2015-07-31  Pedro Alves  <palves@redhat.com>
8937
8938         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8939         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8940         kill_wait_spawned_process instead of explicit "kill -9".
8941         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8942         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8943         kill_wait_spawned_process.
8944         * gdb.base/attach-twice.exp: Likewise.
8945         * gdb.base/attach.exp: Likewise.
8946         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8947         gdb_test_multiple.
8948         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8949         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8950         kill_wait_spawned_process.
8951         * gdb.base/valgrind-infcall.exp: Likewise.
8952         * gdb.multi/multi-attach.exp: Likewise.
8953         * gdb.python/py-prompt.exp: Likewise.
8954         * gdb.python/py-sync-interp.exp: Likewise.
8955         * gdb.server/ext-attach.exp: Likewise.
8956         * gdb.threads/attach-into-signal.exp (corefunc): Use
8957         spawn_wait_for_attach, spawn_id_get_pid and
8958         kill_wait_spawned_process.
8959         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8960         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
8961         spawn_id_get_pid and kill_wait_spawned_process.
8962         * gdb.threads/attach-stopped.exp (corefunc): Use
8963         spawn_wait_for_attach, spawn_id_get_pid and
8964         kill_wait_spawned_process.
8965         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8966         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8967         kill_wait_spawned_process instead of explicit "kill -9".
8968         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8969         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8970         (spawn_wait_for_attach): Use spawn instead of exec to spawn
8971         processes.  Don't map cygwin/windows pids here.  Now returns a
8972         spawn id list.
8973
8974 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8975
8976         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8977         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8978         correct patch.
8979
8980 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8981
8982         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8983
8984 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8985
8986         Reapply:
8987         2014-05-21  Mark Wielaard  <mjw@redhat.com>
8988
8989         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
8990
8991 2015-07-30  Pedro Alves  <palves@redhat.com>
8992
8993         * linux-low.c (handle_extended_wait): Set the child's last
8994         reported status to TARGET_WAITKIND_STOPPED.
8995
8996 2015-07-30  Pedro Alves  <palves@redhat.com>
8997
8998         PR threads/18600
8999         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9000         only shows inferior 1.
9001
9002 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9003             Pedro Alves  <palves@redhat.com>
9004
9005         PR threads/18600
9006         * gdb.threads/fork-plus-threads.c: New file.
9007         * gdb.threads/fork-plus-threads.exp: New file.
9008
9009 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9010
9011         * gdb.base/batch-preserve-term-settings.exp
9012         (test_terminal_settings_preserved_after_cli_exit): Use
9013         send_quit_command.
9014
9015 2015-07-29  Pedro Alves  <palves@redhat.com>
9016             Don Breazeal  <donb@codesourcery.com>
9017
9018         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9019         output from both inferior_spawn_id and gdb_spawn_id.
9020
9021 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9022
9023         * gdb.threads/attach-into-signal.exp (corefunc): Use
9024         with_test_prefix on nested loops, uniquefying the test messages.
9025
9026 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9027
9028         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9029         commit.
9030
9031 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9032
9033         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9034         New proc.
9035         (test_terminal_settings_preserved_after_sigterm): New test.
9036
9037 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9038
9039         * gdb.base/batch-preserve-term-settings.exp
9040         (test_terminal_settings_preserved_after_cli_exit): New test.
9041
9042 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9043
9044         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9045         manipulation of saved_gdbflags.
9046         (test_terminal_settings_preserved): Remove global declaration of
9047         the unused variable pagination_prompt.  Remove manipulation of
9048         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9049         GDBFLAGS.
9050
9051 2015-07-29  Pedro Alves  <palves@redhat.com>
9052
9053         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9054
9055 2015-07-29  Pedro Alves  <palves@redhat.com>
9056
9057         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9058         at the top.
9059
9060 2015-07-29  Pedro Alves  <palves@redhat.com>
9061
9062         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9063         (main): Call gdb_unbuffer_output.
9064         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9065         (main): Call gdb_unbuffer_output.
9066         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9067         (main): Call gdb_unbuffer_output.
9068         * gdb.base/call-strs.exp: Adjust to step over the
9069         gdb_unbuffer_output call.
9070         * gdb.base/catch-gdb-caused-signals.c: Include
9071         "../lib/unbuffer_output.c".
9072         (main): Call gdb_unbuffer_output.
9073         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9074         (main): Call gdb_unbuffer_output.
9075         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9076         (main): Call gdb_unbuffer_output.
9077         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9078         (main): Call gdb_unbuffer_output.
9079         * gdb.base/shlib-call.exp: Adjust to step over the
9080         gdb_unbuffer_output call.
9081         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9082         (main): Call gdb_unbuffer_output.
9083         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9084         (main): Call gdb_unbuffer_output.
9085         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9086         (main): Rename to ...
9087         (test): ... this.
9088         (main): Reimplement.
9089         * gdb.base/varargs.exp: Run to test instead of to main.
9090         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9091         (main): Call gdb_unbuffer_output.
9092
9093 2015-07-29  Pedro Alves  <palves@redhat.com>
9094
9095         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9096         factore out from mi_continue_dprintf.  For call-style dprintfs,
9097         expect dprintf output out of $inferior_spawn_id.
9098         (mi_continue_dprintf): Use mi_expect_dprintf.
9099         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9100         (main): Call gdb_unbuffer_output.
9101
9102 2015-07-29  Pedro Alves  <palves@redhat.com>
9103
9104         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9105         (default_mi_gdb_start): Set inferior_spawn_id instead of
9106         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9107         gdb_spawn_id.
9108         (mi_gdb_test): Always expect inferior output from both
9109         $inferior_spawn_id and $gdb_spawn_id.
9110
9111 2015-07-29  Pedro Alves  <palves@redhat.com>
9112
9113         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9114         send_inferior and $inferior_spawn_id.
9115
9116 2015-07-29  Pedro Alves  <palves@redhat.com>
9117
9118         * gdb.gdb/complaints.exp (test_initial_complaints)
9119         (test_serial_complaints, test_short_complaints): Use
9120         gdb_test_stdio.
9121         (test_empty_complaint): Handle $inferior_spawn_id !=
9122         $gdb_spawn_id.
9123
9124 2015-07-29  Pedro Alves  <palves@redhat.com>
9125
9126         * gdb.base/varargs.exp: Use gdb_test_stdio.
9127
9128 2015-07-29  Pedro Alves  <palves@redhat.com>
9129
9130         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9131
9132 2015-07-29  Pedro Alves  <palves@redhat.com>
9133
9134         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9135
9136 2015-07-29  Pedro Alves  <palves@redhat.com>
9137
9138         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9139         parameter into two new parameters, "inf_result" and "gdb_result".
9140         Expect inferior output and gdb output from $inferior_spawn_id and
9141         $gdb_spawn_id, respectively.  Adjust all callers.
9142
9143 2015-07-29  Pedro Alves  <palves@redhat.com>
9144
9145         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9146         of gdb_test_sequence.
9147
9148 2015-07-29  Pedro Alves  <palves@redhat.com>
9149
9150         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9151         (saw_spurious_output): Expect inferior output from
9152         $inferior_spawn_id.  Use gdb_test_stdio.
9153
9154 2015-07-29  Pedro Alves  <palves@redhat.com>
9155
9156         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9157         prepare_for_testing call.
9158         (srcfile): Don't set.
9159         (restart): New procedure.
9160         (test_dprintf): New procecure, use to continue over dprintfs.
9161         (test_call, test_agent): New procedures, tests moved here.
9162         Restart gdb and recreate dprintfs.  Adjust expected output.
9163
9164 2015-07-29  Pedro Alves  <palves@redhat.com>
9165
9166         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9167
9168 2015-07-29  Pedro Alves  <palves@redhat.com>
9169
9170         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9171
9172 2015-07-29  Pedro Alves  <palves@redhat.com>
9173
9174         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9175         gdb_test_stdio.
9176
9177 2015-07-29  Pedro Alves  <palves@redhat.com>
9178
9179         * lib/gdb.exp (gdb_test_stdio): New procedure.
9180
9181 2015-07-29  Pedro Alves  <palves@redhat.com>
9182
9183         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9184
9185 2015-07-29  Pedro Alves  <palves@redhat.com>
9186
9187         * gdb.base/call-signal-resume.exp: Remove check for
9188         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9189         * gdb.base/unwindonsignal.exp: Likewise.
9190         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9191         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9192
9193 2015-07-29  Pedro Alves  <palves@redhat.com>
9194
9195         * gdb.base/siginfo-addr.c (pass): New function.
9196         (handler): Call it iff si_addr is correct.
9197         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9198         Set a breakpoint at "pass" and continue to it.
9199
9200 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9201
9202         * gdb.python/py-objfile.exp: Make some tests have unique names.
9203         * gdb.python/py-pp-registration.exp: Likewise.
9204
9205 2015-07-28  Pedro Alves  <palves@redhat.com>
9206
9207         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9208
9209 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9210
9211         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9212
9213 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9214
9215         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9216
9217 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9218
9219         * gdb.base/gdb-sigterm-2.exp: New test.
9220
9221 2015-07-25  Doug Evans  <xdje42@gmail.com>
9222
9223         Revert:
9224         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9225         (workers/%.worker, build-perf): New rule.
9226         (GDB_PERFTEST_MODE): New variable.
9227         (check-perf): Use it.
9228         (clean): Clean up gdb.perf parallel build subdirs.
9229         * lib/build-piece.exp: New file.
9230         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9231         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9232         name.
9233         (standard_temp_file): Ditto.
9234         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9235         of $GDB_PARALLEL.
9236
9237 2015-07-24  Doug Evans  <dje@google.com>
9238
9239         * gdb.perf/lib/perftest/utils.py: New file.
9240         * gdb.perf/gm-hello.cc: New file.
9241         * gdb.perf/gm-pervasive-typedef.cc: New file.
9242         * gdb.perf/gm-pervasive-typedef.h: New file.
9243         * gdb.perf/gm-std.cc: New file.
9244         * gdb.perf/gm-std.h: New file.
9245         * gdb.perf/gm-use-cerr.cc: New file.
9246         * gdb.perf/gm-utils.h: New file.
9247         * gdb.perf/gmonster-null-lookup.py: New file.
9248         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9249         * gdb.perf/gmonster-print-cerr.py: New file.
9250         * gdb.perf/gmonster-ptype-string.py: New file.
9251         * gdb.perf/gmonster-runto-main.py: New file.
9252         * gdb.perf/gmonster-select-file.py: New file.
9253         * gdb.perf/gmonster1-null-lookup.exp: New file.
9254         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9255         * gdb.perf/gmonster1-print-cerr.exp: New file.
9256         * gdb.perf/gmonster1-ptype-string.exp: New file.
9257         * gdb.perf/gmonster1-runto-main.exp: New file.
9258         * gdb.perf/gmonster1-select-file.exp: New file.
9259         * gdb.perf/gmonster1.cc: New file.
9260         * gdb.perf/gmonster1.exp: New file.
9261         * gdb.perf/gmonster2-null-lookup.exp: New file.
9262         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9263         * gdb.perf/gmonster2-print-cerr.exp: New file.
9264         * gdb.perf/gmonster2-ptype-string.exp: New file.
9265         * gdb.perf/gmonster2-runto-main.exp: New file.
9266         * gdb.perf/gmonster2-select-file.exp: New file.
9267         * gdb.perf/gmonster2.cc: New file.
9268         * gdb.perf/gmonster2.exp: New file.
9269
9270 2015-07-24  Doug Evans  <dje@google.com>
9271
9272         * gdb.perf/README: New file.
9273         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9274         * lib/gen-perf-test.exp: New file.
9275
9276 2015-07-24  Doug Evans  <dje@google.com>
9277
9278         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9279         (PerfTest::startup): New function.
9280         (PerfTest::run): Return result of calling body.
9281         (PerfTest::assemble): Rewrite.
9282         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9283         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9284         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9285         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9286         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9287
9288 2015-07-24  Doug Evans  <dje@google.com>
9289
9290         * lib/gdb.exp (clean_restart): Make executable optional.
9291
9292 2015-07-24  Doug Evans  <dje@google.com>
9293
9294         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9295         compiler_info references.
9296         * gdb.cp/temargs.exp: Ditto.
9297         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9298         (get_compiler_info): Early exit if already computed.  Set compiler_info
9299         to "unknown" if there was a problem.
9300         (test_compiler_info): Add function comment.  Call get_compiler_info.
9301
9302 2015-07-24  Doug Evans  <dje@google.com>
9303
9304         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9305         (workers/%.worker, build-perf): New rule.
9306         (GDB_PERFTEST_MODE): New variable.
9307         (check-perf): Use it.
9308         (clean): Clean up gdb.perf parallel build subdirs.
9309         * lib/build-piece.exp: New file.
9310         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9311         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9312         name.
9313         (standard_temp_file): Ditto.
9314         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9315         of $GDB_PARALLEL.
9316
9317 2015-07-24  Doug Evans  <dje@google.com>
9318
9319         * lib/future.exp (gdb_default_target_compile): New option
9320         "early_flags".
9321         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9322         --as-needed.
9323
9324 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9325
9326         * gdb.base/catch-syscall.exp: Call gdb_exit before
9327         gdb_skip_xml_test.
9328
9329 2015-07-24  Pedro Alves  <palves@redhat.com>
9330
9331         * gdb.python/py-events.exp: Accept output between the stop event
9332         and the prompt.
9333         * gdb.python/py-evsignal.exp: Likewise.
9334         * gdb.python/py-evthreads.exp: Likewise.
9335
9336 2015-07-24  Pedro Alves  <palves@redhat.com>
9337
9338         PR gdb/18717
9339         * gdb.threads/non-ldr-exit.c: New file.
9340         * gdb.threads/non-ldr-exit.exp: New file.
9341
9342 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9343
9344         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9345         restarting process.
9346
9347 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9348
9349         * gdb.server/ext-restart.exp: New file.
9350
9351 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9352
9353         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9354         argument options.
9355         * gdb.server/ext-wrapper.exp: New file.
9356
9357 2015-07-23  Doug Evans  <dje@google.com>
9358
9359         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9360         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9361
9362 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9363
9364         * gdb.ada/var_arr_typedef.exp: New testcase.
9365         * gdb.ada/var_arr_typedef/pack.adb: New file.
9366         * gdb.ada/var_arr_typedef/pack.ads: New file.
9367         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9368
9369 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9370
9371         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9372
9373 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9374
9375         * gdb.arch/i386-biarch-core.exp: Replace istarget
9376         by "complete set gnutarget". Remove expectation for the "core-file"
9377         command.
9378
9379 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9380
9381         Revert the previous commit:
9382         Tests for validate symbol file using build-id.
9383
9384 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9385
9386         Tests for validate symbol file using build-id.
9387         * gdb.base/solib-mismatch-lib.c: New file.
9388         * gdb.base/solib-mismatch-libmod.c: New file.
9389         * gdb.base/solib-mismatch.c: New file.
9390         * gdb.base/solib-mismatch.exp: New file.
9391
9392 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9393
9394         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9395         nios2-*-linux*.
9396         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9397         * gdb.base/siginfo.exp: Likewise.
9398         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9399
9400 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9401
9402         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9403         Move it to ...
9404         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9405         ... here.
9406         * gdb.trace/range-stepping.exp: Check that the target supports
9407         range stepping.
9408
9409 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9410
9411         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9412
9413 2015-07-14  Pedro Alves  <palves@redhat.com>
9414
9415         * gdb.base/killed-outside.exp: New file.
9416         * gdb.base/killed-outside.c: New file.
9417
9418 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9419
9420         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9421         (n at main): New.
9422         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9423
9424 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9425
9426         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9427         infcall tests instead of setting up for KFAIL.
9428
9429 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9430
9431         * gdb.btrace/record_goto-step.exp: New.
9432
9433 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9434
9435         PR compile/18484
9436         * gdb.compile/compile.c (struct struct_type): Add volatile to
9437         selffield's type.
9438         * gdb.compile/compile.exp
9439         (compile code struct_object.selffield = &struct_object): Skip further
9440         struct_object tests if this one xfails.
9441
9442 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9443
9444         PR exp/18617
9445         * gdb.trace/ax.exp: Add test.
9446
9447 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9448
9449         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9450         instead of istarget "aarch64*-*-*".
9451         * gdb.arch/aarch64-fp.exp: Likewise.
9452         * gdb.base/float.exp: Likewise.
9453         * gdb.reverse/aarch64.exp: Likewise.
9454         * lib/gdb.exp (is_aarch64_target): New proc.
9455
9456 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9457
9458         * lib/gdb.exp (is_aarch32_target): New proc.
9459         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9460         instead of "istarget "arm*-*-*"".
9461         * gdb.arch/arm-disp-step.exp: Likewise.
9462         * gdb.arch/thumb-bx-pc.exp: Likewise.
9463         * gdb.arch/thumb-prologue.exp: Likewise.
9464         * gdb.arch/thumb-singlestep.exp: Likewise.
9465         * gdb.base/disp-step-syscall.exp: Likewise.
9466         * gdb.base/float.exp: Likewise.
9467
9468 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9469
9470         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9471         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9472
9473 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9474
9475         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9476         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9477         if it exists.
9478         * gdb.multi/multi-arch.exp: Likewise.
9479
9480 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9481
9482         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9483         print.
9484
9485 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9486
9487         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9488
9489 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9490
9491         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9492         '[' and ']' characters.
9493
9494 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9495
9496         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9497
9498 2015-06-29  Pedro Alves  <palves@redhat.com>
9499
9500         PR threads/18127
9501         * gdb.threads/hand-call-new-thread.c: New file.
9502         * gdb.threads/hand-call-new-thread.c: New file.
9503
9504 2015-06-26  Keith Seitz  <keiths@redhat.com>
9505             Doug Evans  <dje@google.com>
9506
9507         PR 16253
9508         * gdb.cp/var-tag-2.cc: New file.
9509         * gdb.cp/var-tag-3.cc: New file.
9510         * gdb.cp/var-tag-4.cc: New file.
9511         * gdb.cp/var-tag.cc: New file.
9512         * gdb.cp/var-tag.exp: New file.
9513
9514 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9515
9516         * gdb.base/history-duplicates.exp: New test.
9517
9518 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9519
9520         * gdb.base/completion.exp: Test the completion of the "focus"
9521         command.
9522
9523 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9524
9525         * gdb.arch/amd64-prologue-skip.S: New file.
9526         * gdb.arch/amd64-prologue-skip.exp: New file.
9527
9528 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
9529
9530         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9531         is_address_zero_readable check.
9532
9533 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
9534
9535         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9536         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9537
9538 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9539
9540         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9541         linux targets.
9542
9543 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9544
9545         * lib/gdb.exp (supports_get_siginfo_type): New proc.
9546         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9547         * gdb.base/siginfo-thread.exp: Likewise.
9548
9549 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9550
9551         * boards/remote-gdbserver-on-localhost.exp: Add comments.
9552
9553 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9554
9555         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9556         aarch64*-*-*.
9557         (skip_hw_watchpoint_tests): Likewise.
9558
9559 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
9560
9561         * gdb.base/gdbinit-history.exp: Test the interaction between
9562         setting GDBHISTSIZE and setting the history size via .gdbinit.
9563
9564 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9565
9566         PR gdb/16999
9567         * gdb.base/gdbhistsize-history.exp: New test.
9568
9569 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9570
9571         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9572         with GDBHISTSIZE.
9573         * gdb.base/readline.exp: Likewise.
9574
9575 2015-06-17  Yao Qi  <yao.qi@linaro.org>
9576
9577         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9578         line.
9579
9580 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9581
9582         * gdb.base/gdbinit-history.exp: Add test case to check that
9583         an unlimited history file does not get truncated on exit.
9584
9585 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9586
9587         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9588         (VECTOR): New macro.  Use it...
9589         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9590         ...for these typedefs.
9591         (int8, char1, int1, double1): New typedefs.
9592         (struct just_int2, struct two_int2): New structures.
9593         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9594         (add_structvecs, add_singlevecs): New functions.
9595         (main): Call add_some_intvecs twice.
9596         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9597         the compile and exit upon failure.  Try compiling for the "native"
9598         architecture.  Test inferior function calls with vector arguments
9599         and vector return value handling with "finish" and "return".
9600
9601 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
9602
9603         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9604         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9605         PE file.
9606         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9607
9608 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9609
9610         PR breakpoints/16465
9611         * gdb.mi/mi-dprintf-pending.c: New file.
9612         * gdb.mi/mi-dprintf-pending.exp: New test.
9613         * gdb.mi/mi-dprintf-pendshr.c: New file.
9614
9615 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9616             Mircea Gherzan  <mircea.gherzan@intel.com>
9617
9618         * gdb.arch/i386-mpx-map.c: New file.
9619         * gdb.arch/i386-mpx-map.exp: New File.
9620
9621 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9622
9623         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9624         * gdb.arch/i386-mpx.exp: Indentation fixed.
9625
9626 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9627
9628         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9629         function and improved indentation.
9630         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9631         gdb_test_multiple. Added additional tests to skip the test.
9632
9633 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9634
9635         * gdb.arch/i386-avx512.c: Change path in include file.
9636         * gdb.arch/i386-avx512.exp: Change include dir path
9637         compilation flag.
9638         * gdb.arch/i386-mpx.c: Change path in include file.
9639         * gdb.arch/i386-mpx.exp: Change include dir path compilation
9640         flag.
9641
9642 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9643
9644         * gdb.compile/compile-print.exp (compile print *vararray@3)
9645         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9646
9647 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9648
9649         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9650         (do not keep jit in memory): ... this.
9651         (expect 5): Change it to ...
9652         (expect no 5): ... this.
9653
9654 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
9655
9656         PR gdb/15564
9657         * gdb.mi/mi-detach.exp: New file.
9658
9659 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9660
9661         PR symtab/18392
9662         * gdb.arch/amd64-tailcall-self.S: New file.
9663         * gdb.arch/amd64-tailcall-self.c: New file.
9664         * gdb.arch/amd64-tailcall-self.exp: New file.
9665
9666 2015-05-28  Don Breazeal  <donb@codesourcery.com>
9667
9668         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9669         tests for remote targets by checking is_target_gdbserver.
9670
9671 2015-05-27  Doug Evans  <dje@google.com>
9672
9673         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9674         * gdb.dwarf2/opaque-type-lookup.c: New file.
9675         * gdb.dwarf2/opaque-type-lookup.exp: New file.
9676
9677 2015-05-26  Doug Evans  <dje@google.com>
9678
9679         * gdb.cp/iostream.cc: New file.
9680         * gdb.cp/iostream.exp: New file.
9681
9682 2015-05-26  Doug Evans  <dje@google.com>
9683
9684         * gdb.dwarf2/dw2-op-call.exp: Update.
9685         * gdb.dwarf2/dw4-sig-types.exp: Update.
9686         * gdb.dwarf2/implptr.exp: Update.
9687         * gdb.mi/mi-cmd-param-changed.exp: Update.
9688
9689 2015-05-26  Doug Evans  <dje@google.com>
9690
9691         * gdb.python/py-lazy-string.c: New file.
9692         * gdb.python/py-lazy-string.exp: New file.
9693         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9694         (main): Update.  Add estring3.
9695         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9696         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9697
9698 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9699             Yao Qi  <yao.qi@linaro.org>
9700
9701         * gdb.reverse/aarch64.c: New.
9702         * gdb.reverse/aarch64.exp: New.
9703
9704 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9705
9706         * lib/gdb.exp (supports_process_record): Return true for
9707         aarch64*-linux*.
9708         (supports_reverse): Likewise.
9709
9710 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
9711
9712         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9713         Use with_test_prefix.
9714
9715 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
9716
9717         * gdb.base/completion.exp: Add test for completion of layout
9718         names.
9719
9720 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
9721
9722         * lib/gdb.exp (skip_tui_tests): New proc.
9723         * gdb.base/tui-layout.exp: Check skip_tui_tests.
9724
9725 2015-05-19  Pedro Alves  <palves@redhat.com>
9726
9727         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9728         Save the whole env array instead of just HOME.  Unset HISTSIZE in
9729         the environment while testing.  Restore whole environment
9730         afterwards.
9731
9732 2015-05-16  Doug Evans  <xdje42@gmail.com>
9733
9734         * gdb.guile/scm-ports.c: New file.
9735         * gdb.guile/scm-ports.exp: Add memory port tests.
9736
9737 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9738
9739         * gdb.compile/compile-print.c: New file.
9740         * gdb.compile/compile-print.exp: New file.
9741
9742 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9743
9744         * gdb.compile/compile-ops.exp: Cast param to void.
9745         * gdb.compile/compile.exp: Complete type for _gdb_expr.
9746         (compile code struct_object.selffield = &struct_object): Add xfail.
9747
9748 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9749
9750         * gdb.ada/arr_enum_with_gap: New testcase.
9751
9752 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9753
9754         * gdb.ada/byte_packed_arr: New testcase.
9755
9756 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9757
9758         * gdb.ada/pckd_neg: New testcase.
9759
9760 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9761
9762         PR gdb/17820
9763         * gdb.base/gdbinit-history.exp: New test.
9764         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9765         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9766
9767 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9768
9769         * gdb.python/py-xmethods.cc: Enhance test case.
9770         * gdb.python/py-xmethods.exp: New tests.
9771         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9772         function.
9773         (B_indexoper): Likewise.
9774         (global_dm_list) : Add new xmethod worker functions.
9775
9776 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9777
9778         * gdb.base/coredump-filter.exp: Correctly unset
9779         "coredump_var_addr" array.
9780
9781 2015-05-08  Pedro Alves  <palves@redhat.com>
9782
9783         * gdb.server/non-existing-program.exp: Unset spawn_id.
9784
9785 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9786
9787         PR python/18291
9788         * gdb.python/py-xmethods.exp: Add tests.
9789
9790 2015-05-08  Yao Qi  <yao.qi@linaro.org>
9791
9792         PR gdb/18208
9793         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9794         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9795         function set_coredump_filter, and remove remote_exec call.
9796         Remove argument ipid.  Callers update.
9797         (top level): Don't get inferior's PID.
9798
9799 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9800
9801         * gdb.base/watch_thread_num.exp: Skip test on targets without
9802         access watchpoints.
9803
9804 2015-05-06  Pedro Alves  <palves@redhat.com>
9805
9806         PR server/18081
9807         * gdb.server/non-existing-program.exp: New file.
9808
9809 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9810
9811         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9812
9813 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9814
9815         * gdb.ada/out_of_line_in_inlined: New testcase.
9816
9817 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9818
9819         * gdb.ada/var_rec_arr: New testcase.
9820
9821 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9822
9823         * gdb.base/break-idempotent.exp: If
9824         skip_hw_watchpoint_multi_tests returns true, skip the tests
9825         on "rwatch" and "awatch".
9826
9827 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9828
9829         * gdb.base/relativedebug.exp: Invoke gdb command
9830         "info sharedlibrary", and if libc.so doesn't have debug info,
9831         skip the test.
9832
9833 2015-04-29  Doug Evans  <dje@google.com>
9834
9835         * gdb.python/py-xmethods.exp: Add ptype tests.
9836         * gdb.python/py-xmethods.py (E_method_char_worker): Add
9837         get_result_type method.
9838
9839 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9840
9841         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9842         the target does not support hardware watchpoints.
9843
9844 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9845
9846         * gdb.base/break-always.exp: Abort testing if writing to memory
9847         causes an error.
9848
9849 2015-04-28  Doug Evans  <dje@google.com>
9850
9851         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9852         * gdb.python/py-pp-registration.exp: ... here.  New file.
9853         * gdb.python/py-pp-registration.c: New file.
9854         * gdb.python/py-pp-registration.py: New file.
9855
9856 2015-04-28  Doug Evans  <dje@google.com>
9857
9858         * gdb.python/py-bad-printers.c: New file.
9859         * gdb.python/py-bad-printers.py: New file.
9860         * gdb.python/py-bad-printers.exp: New file.
9861
9862 2015-04-28  Sasha Smundak  <asmundak@google.com>
9863
9864         * gdb.python/py-type.exp: New test.
9865
9866 2015-04-28  Andy Wingo  <wingo@igalia.com>
9867
9868         * gdb.python/py-parameter.exp:
9869         * gdb.guile/scm-parameter.exp: Escape the path that we are
9870         matching against, as it might contain characters that are special
9871         to regular expressions.
9872
9873 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9874
9875         * gdb.ada/rec_comp: New testcase.
9876
9877 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
9878
9879         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9880         before using it.
9881
9882 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9883
9884         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
9885         new tests for verilog output.
9886
9887 2015-04-24  Yao Qi  <yao.qi@linaro.org>
9888
9889         * boards/remote-gdbserver-on-localhost.exp: New file.
9890
9891 2015-04-23  Pedro Alves  <palves@redhat.com>
9892
9893         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9894         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
9895         "end of file", remove $inferior_spawn_id from the indirect list.
9896
9897 2015-04-23  Pedro Alves  <palves@redhat.com>
9898
9899         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9900
9901 2015-04-23  Pedro Alves  <palves@redhat.com>
9902
9903         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9904         on $any_spawn_id instead of only on $gdb_spawn_id.
9905
9906 2015-04-21  Pierre Muller  <muller@sourceware.org>
9907
9908         PR pascal/17815
9909         * lib/pascal.exp (gpc_compile): Add new option "class".
9910         (fpc_compile): Likewise.
9911         * gdb.pascal/case-insensitive-symbols.pas: New file.
9912         * gdb.pascal/case-insensitive-symbols.exp: New file.
9913
9914 2015-04-20  Gary Benson <gbenson@redhat.com>
9915
9916         * gdb.base/attach.exp: Fix three extended remote failures.
9917
9918 2015-04-17  Gary Benson <gbenson@redhat.com>
9919
9920         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9921         the main executable over the remote protocol.
9922
9923 2015-04-16  Pedro Alves  <palves@redhat.com>
9924
9925         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9926         a new gdbserver if gdbserver_reconnect_p is set.
9927
9928 2015-04-16  Pedro Alves  <palves@redhat.com>
9929
9930         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9931         is set, don't exit gdbserver.
9932
9933 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9934
9935         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9936         appropriate .insn, such that an older assembler can be used.
9937         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9938         the z/Architecture instruction set on 31-bit targets as well.
9939
9940 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9941
9942         * gdb.go/handcall.exp: Remove all logic related to the first
9943         breakpoint and rely on go_runto_main instead.
9944         * gdb.go/strings.exp: Likewise.
9945         * gdb.go/unsafe.exp: Likewise.
9946         * gdb.go/hello.exp: Likewise.  Also rename the remaining
9947         breakpoint marker to "breakpoint 1".
9948         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9949         * gdb.go/strings.go: Likewise.
9950         * gdb.go/unsafe.go: Likewise.
9951         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
9952         "set breakpoint 2 here" and rename the remaining breakpoint marker
9953         to "breakpoint 1".
9954
9955 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9956
9957         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9958         if itertools.imap is not present.
9959         * gdb.python/py-objfile.exp: Add parentheses.
9960         * gdb.python/py-type.exp: Same.
9961         * gdb.python/py-unwind-maint.py: Same.
9962
9963 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9964
9965         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9966         of ":$ptr_size" and set its form explicitly.
9967
9968 2015-04-15  Pedro Alves  <palves@redhat.com>
9969             Yao Qi  <yao.qi@linaro.org>
9970
9971         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9972         timeout by factor of 4.
9973         (test_regular_watch): Likewise.
9974         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9975         * gdb.reverse/sigall-reverse.exp: Likewise.
9976         * gdb.reverse/until-precsave.exp: Likewise.
9977         * lib/gdb.exp (with_timeout_factor): New proc.
9978         (gdb_expect): Move some code to ...
9979         (get_largest_timeout): ... here.  New procedure.
9980
9981 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
9982
9983         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9984
9985 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
9986
9987         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9988         to write to the .text section.
9989
9990 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
9991
9992         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
9993         Handle the case of targets that do not provide PID information.
9994
9995 2015-04-13  Yao Qi  <yao.qi@linaro.org>
9996
9997         * lib/gdbserver-support.exp (gdb_exit): Catch exception
9998         and use expect instead of gdb_expect.
9999
10000 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10001
10002         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10003         "coredump_var_addr" to avoid naming conflict with other testcases.
10004
10005 2015-04-10  Pedro Alves  <palves@redhat.com>
10006
10007         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10008         gdb_test_sequence and gdb_assert.
10009
10010 2015-04-10  Pedro Alves  <palves@redhat.com>
10011
10012         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10013         test messages that don't include the breakpoint address.
10014
10015 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10016
10017         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10018         false for some offset and width combinations which aren't
10019         supported by linux kernel.
10020
10021 2015-04-10  Pedro Alves  <palves@redhat.com>
10022
10023         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10024         procedure, factored out from ...
10025         (top level): ... here.  Add "set displaced-stepping" testing axis.
10026         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10027         parameter "displaced".  Use it.
10028         (top level): Use foreach and add "set displaced-stepping" testing
10029         axis.
10030
10031 2015-04-10  Pedro Alves  <palves@redhat.com>
10032
10033         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10034         Remove comment.
10035         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10036         both the address of the instruction that triggers the watchpoint
10037         and the address of the instruction immediately after, and use
10038         those addresses for the test.  Fix comment.
10039
10040 2015-04-10  Pedro Alves  <palves@redhat.com>
10041
10042         * gdb.base/sigstep.exp (breakpoint_to_handler)
10043         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10044         Test "backtrace" in handler.
10045         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10046         (top level): Add new "displaced" test axis to
10047         breakpoint_to_handler, breakpoint_to_handler_entry and
10048         breakpoint_over_handler.
10049
10050 2015-04-10  Pedro Alves  <palves@redhat.com>
10051
10052         PR gdb/18216
10053         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10054
10055 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10056
10057         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10058         (test_add_rn_pc): New function.
10059         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10060         (top level): Invoke test_add_rn_pc.
10061
10062 2015-04-10  Pedro Alves  <palves@redhat.com>
10063
10064         PR gdb/13858
10065         * gdb.base/step-over-no-symbols.exp: New file.
10066
10067 2015-04-09  Andy Wingo  <wingo@igalia.com>
10068
10069         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10070         after the Python tests.
10071
10072 2015-04-08  Keith Seitz  <keiths@redhat.com>
10073
10074         PR python/16699
10075         * gdb.python/py-completion.exp: New tests for completion.
10076         * gdb.python/py-completion.py (CompleteLimit1): New class.
10077         (CompleteLimit2): Likewise.
10078         (CompleteLimit3): Likewise.
10079         (CompleteLimit4): Likewise.
10080         (CompleteLimit5): Likewise.
10081         (CompleteLimit6): Likewise.
10082         (CompleteLimit7): Likewise.
10083
10084 2015-04-08  Pedro Alves  <palves@redhat.com>
10085
10086         PR gdb/18214
10087         PR gdb/18216
10088         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10089         function.
10090         (main): Install it as SIGUSR1 handler.
10091         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10092         parameter.  Always use "setup" as prefix.  Toggle "set
10093         displaced-stepping" off/on depending on global.  Don't switch to
10094         thread 1 here.
10095         (top level): Add displaced stepping "off/on" test axis.  Update
10096         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10097         continuing with a queued signal in each thread.
10098
10099 2015-04-08  Pedro Alves  <palves@redhat.com>
10100
10101         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10102         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10103         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10104         Return early if running to main fails.
10105         * gdb.trace/while-stepping.exp: Likewise.
10106
10107 2015-04-07  Pedro Alves  <palves@redhat.com>
10108
10109         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10110         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10111         interact with inferior program.
10112
10113 2015-04-07  Pedro Alves  <palves@redhat.com>
10114
10115         * lib/gdb.exp (inferior_spawn_id): New global.
10116         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10117         spawn id after processing the user code.
10118         (default_gdb_start): Set inferior_spawn_id.
10119         (send_inferior): New procedure.
10120         * lib/gdbserver-support.exp (gdbserver_start): Set
10121         inferior_spawn_id.
10122         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10123
10124 2015-04-07  Pedro Alves  <palves@redhat.com>
10125
10126         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10127         * lib/gdbserver-support.exp (gdbserver_start): Make
10128         $server_spawn_id global.
10129         (gdbserver_start): Don't wait for gdbserver's spawn id with
10130         expect_background.
10131         (close_gdbserver): New procedure.
10132         (gdb_exit): Rename the default version and reimplement.
10133
10134 2015-04-07  Pedro Alves  <palves@redhat.com>
10135
10136         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10137         append the substituted item, not the original item.
10138
10139 2015-04-07  Pedro Alves  <palves@redhat.com>
10140
10141         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10142         gdb_expect.
10143
10144 2015-04-07  Pedro Alves  <palves@redhat.com>
10145
10146         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10147         output appearing once only.
10148
10149 2015-04-07  Pedro Alves  <palves@redhat.com>
10150
10151         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10152         that doesn't expect anything.  Return early if running to main
10153         fails.
10154
10155 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10156
10157         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10158         (child_function): Call alarm.
10159         (main): Move call to alarm into the loop.
10160         * gdb.threads/non-stop-fair-events.exp: Build program with
10161         -DTIMEOUT=$timeout.
10162
10163 2015-04-06  Doug Evans  <xdje42@gmail.com>
10164
10165         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10166         Fix dest parameter to board_info.
10167         (fpc_compile): Ditto.
10168         (gdb_compile_pascal): Rename dest arg to destfile.
10169
10170 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10171
10172         * gdb.ada/funcall_ref.exp: New file.
10173         * gdb.ada/funcall_ref/foo.adb: New file.
10174
10175 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10176
10177         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10178         is remote.
10179
10180 2015-04-02  Gary Benson <gbenson@redhat.com>
10181
10182         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10183
10184 2015-04-01  Sasha Smundak  <asmundak@google.com>
10185
10186         * gdb.python/py-unwind-maint.c: New file.
10187         * gdb.python/py-unwind-maint.exp: New test.
10188         * gdb.python/py-unwind-maint.py: New file.
10189         * gdb.python/py-unwind.c: New file.
10190         * gdb.python/py-unwind.exp: New test.
10191         * gdb.python/py-unwind.py: New test.
10192
10193 2015-04-01  Pedro Alves  <palves@redhat.com>
10194
10195         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10196         to fail instead of non-existent $test.
10197
10198 2015-04-01  Pedro Alves  <palves@redhat.com>
10199
10200         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10201         GDBFLAGS if not empty.
10202
10203 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10204
10205         * gdb.ada/complete.exp: Remove "multi_line".
10206         * gdb.ada/info_exc.exp: Remove "multi_line".
10207         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10208         * gdb.ada/ptype_field.exp: Remove "multi_line".
10209         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10210         * gdb.ada/tagged.exp: Remove "multi_line".
10211         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10212         [multi_line ...]
10213         * gdb.btrace/delta.exp: Likewise.
10214         * gdb.btrace/exception.exp: Likewise.
10215         * gdb.btrace/function_call_history.exp: Likewise.
10216         * gdb.btrace/instruction_history.exp: Likewise.
10217         * gdb.btrace/nohist.exp: Likewise.
10218         * gdb.btrace/record_goto.exp: Likewise.
10219         * gdb.btrace/segv.exp: Likewise.
10220         * gdb.btrace/stepi.exp: Likewise.
10221         * gdb.btrace/tailcall.exp: Likewise.
10222         * gdb.btrace/unknown_functions.exp: Likewise.
10223         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10224         * lib/gdb.exp: Add the "multi_line" helper.
10225
10226 2015-04-01  Pedro Alves  <palves@redhat.com>
10227
10228         * gdb.threads/tid-reuse.c: New file.
10229         * gdb.threads/tid-reuse.exp: New file.
10230
10231 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10232
10233         PR corefiles/16092
10234         * gdb.base/coredump-filter.c: New file.
10235         * gdb.base/coredump-filter.exp: Likewise.
10236
10237 2015-03-27  Petr Machata  <pmachata@redhat.com>
10238
10239         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10240         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10241         (Dwarf::assemble): Initialize them.
10242         (Dwarf::lines): New function.
10243
10244 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10245
10246         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10247         SYMBOL_PREFIX for x86_64-*-cygwin.
10248
10249 2015-03-26  Andy Wingo  <wingo@igalia.com>
10250
10251         PR symtab/18148
10252         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10253         const_value but not a location.
10254         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10255         location defined in non-main CUs are visible.
10256
10257 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10258
10259         PR testsuite/18139
10260         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10261         Add a line number entry for the same line.
10262         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10263         Add a line number entry for the same line.
10264
10265 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10266
10267         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10268         .int 0.
10269         (func): Likewise.  Add .Lfunc_1 label.
10270         Use .Lfunc_1 label.
10271         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10272         .int 0.
10273         (func): Likewise.
10274         Use .Lfunc_1 label.
10275
10276 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10277
10278         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10279         Call gdb_compile instead to compile each .s files without debug
10280         information.
10281
10282 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10283
10284         * gdb.base/savedregs.exp (process_saved_regs): Make
10285         "Saved registers:" optional in the pattern.
10286
10287 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10288
10289         * gdb.btrace/next.exp: Merged into step.exp.
10290         * gdb.btrace/finish.exp: Merged into step.exp.
10291         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10292         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10293         "record goto" and checking the exact replay position.
10294         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10295         check for "Recording format" in "info record" output.
10296         * gdb.btrace/record_goto.exp: Choose test file based on target.
10297         * gdb.btrace/x86-record_goto.S: Renamed into ...
10298         * gdb.btrace/x86_64-record_goto.S: ... this.
10299         * gdb.btrace/i686-record_goto.S: New.
10300         * gdb.btrace/x86-tailcall.S: Renamed into ...
10301         * gdb.btrace/x86_64-tailcall.S: ... this.
10302         * gdb.btrace/i686-tailcall.S: New.
10303         * gdb.btrace/x86-tailcall.c: Renamed into ...
10304         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10305         separate statements.  Update test.
10306         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10307         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10308         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10309         * gdb.btrace/tailcall.exp: Choose test file based on target.
10310         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10311
10312 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10313
10314         * gdb.btrace/exception.exp: Increase BTS buffer size.
10315
10316 2015-03-24  Pedro Alves  <palves@redhat.com>
10317
10318         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10319
10320 2015-03-24  Pedro Alves  <palves@redhat.com>
10321
10322         * gdb.threads/schedlock.exp (test_step): No longer expect that
10323         "set scheduler-locking step" with "next" over a function call runs
10324         threads unlocked.
10325
10326 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10327
10328         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10329
10330 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10331
10332         PR breakpoints/16466
10333         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10334         * gdb.mi/mi-pending.c (thread_func): New function.
10335         (int main): Add threading support required.
10336         * gdb.mi/mi-pending.exp: Add tests for this issue.
10337         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10338         (pendfunc2): Remove stdio dependency.
10339         * gdb.mi/mi-pendshr2.c: New file.
10340
10341 2015-03-23  Keith Seitz  <keiths@redhat.com>
10342
10343         * gdb.linespec/keywords.c: New file.
10344         * gdb.linespec/keywords.exp: New file.
10345
10346 2015-03-23  Keith Seitz  <keiths@redhat.com>
10347
10348         PR gdb/18021
10349         * gdb.dwarf2/staticvirtual.exp: New test.
10350
10351 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10352
10353         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10354         * README: Remove HP-UX and gdb.hp.
10355         (configuration):
10356         * configure: Regenerate.
10357         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10358         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10359         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10360         gdb.hp/gdb.defects/Makefile.
10361         * gdb.hp/Makefile.in: File deleted.
10362         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10363         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10364         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10365         * gdb.hp/gdb.aCC/run.c: File deleted.
10366         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10367         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10368         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10369         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10370         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10371         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10372         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10373         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10374         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10375         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10376         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10377         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10378         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10379         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10380         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10381         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10382         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10383         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10384         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10385         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10386         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10387         * gdb.hp/gdb.compat/average.c: File deleted.
10388         * gdb.hp/gdb.compat/sum.c: File deleted.
10389         * gdb.hp/gdb.compat/xdb.c: File deleted.
10390         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10391         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10392         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10393         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10394         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10395         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10396         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10397         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10398         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10399         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10400         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10401         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10402         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10403         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10404         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10405         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10406         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10407         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10408         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10409         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10410         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10411         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10412         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10413         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10414         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10415         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10416         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10417         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10418         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10419         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10420         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10421         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10422         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10423         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10424         * gdb.hp/tools/odump: File deleted.
10425
10426 2015-03-19  Pedro Alves  <palves@redhat.com>
10427
10428         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10429         (saw_thread_3): New globals.
10430         (top level): Increment them when an event for the corresponding
10431         thread is seen.
10432         (no thread starvation): New test.
10433
10434 2015-03-19  Pedro Alves  <palves@redhat.com>
10435
10436         * gdb.threads/continue-pending-status.c: New file.
10437         * gdb.threads/continue-pending-status.exp: New file.
10438
10439 2015-03-18  Pedro Alves  <palves@redhat.com>
10440
10441         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10442         Use gdb_is_target_remote instead of is_remote.  Use
10443         gdb_test_multiple instead of gdb_expect.  Exit early if
10444         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10445         expected output.  Fail on exit with any signal, instead of just
10446         SIGILL.
10447
10448 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10449
10450         PR tdep/18107
10451         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10452         variable.
10453         * gdb.base/catch-syscall.exp: Don't skip it on
10454         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10455         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10456         target.
10457         (setup_all_syscalls): New proc.
10458
10459 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10460
10461         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10462         (top level): Skip tests if valid_addr_p returns false for
10463         $cmd1 or $cmd2.
10464
10465 2015-03-11  Andy Wingo  <wingo@igalia.com>
10466
10467         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10468
10469 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10470
10471         * gdb.base/catch-syscall.exp: Fix typo in comments.
10472
10473 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10474
10475         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10476
10477 2015-03-09  Pedro Alves  <palves@redhat.com>
10478
10479         * dg-extract-results.py: Delete.
10480
10481 2015-03-09  Pedro Alves  <palves@redhat.com>
10482
10483         Merge dg-extract-results.sh from GCC upstream (r218843).
10484
10485         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10486                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10487                 binary files.  Fall back to cat -v, if that doesn't work.
10488
10489 2015-03-05  Pedro Alves  <palves@redhat.com>
10490
10491         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10492
10493 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10494
10495         * lib/mi-support.exp (mi_expect_interrupt): Accept
10496         alternative event for when in all-stop mode.
10497
10498 2015-03-04  Pedro Alves  <palves@redhat.com>
10499
10500         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10501
10502 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10503
10504         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10505
10506 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10507
10508         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10509         regexps for GDB's current line display, accept a hex address
10510         preceding the line number.
10511
10512 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10513
10514         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10515         the 'arch1' variable for "s390*-linux*" targets.
10516
10517 2015-03-04  Pedro Alves  <palves@redhat.com>
10518
10519         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10520         (main): Pass missing retval argument to pthread_join call.
10521
10522 2015-03-02  Pedro Alves  <palves@redhat.com>
10523
10524         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10525         (top level): Call do_test with non-stop as well.
10526
10527 2015-03-02  Pedro Alves  <palves@redhat.com>
10528
10529         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10530         -1.
10531
10532 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10533
10534         * gdb.arch/s390-vregs.exp: New test.
10535         * gdb.arch/s390-vregs.S: New file.
10536
10537 2015-02-27  Pedro Alves  <palves@redhat.com>
10538
10539         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10540         call to catch_command_errors.
10541         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10542         catch_command_errors.
10543
10544 2015-02-27  Pedro Alves  <palves@redhat.com>
10545
10546         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10547         "true" for boolean result.
10548         * gdb.gdb/selftest.exp (test_with_self): Also accept full
10549         prototype of main.
10550
10551 2015-02-27  Pedro Alves  <palves@redhat.com>
10552
10553         * lib/unbuffer_output.c: New file.
10554         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10555         (main): Call gdb_unbuffer_output.
10556
10557 2015-02-27  Yao Qi  <yao.qi@linaro.org>
10558
10559         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10560         target.
10561
10562 2015-02-26  Doug Evans  <dje@google.com>
10563
10564         * gdb.cp/class2.cc (Dbase, D): New classes.
10565         (main): New local delta.
10566         * gdb.cp/class2.exp: Test printing delta.
10567         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10568         (dynbar): New global.
10569         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10570
10571 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10572
10573         * gdb.compile/compile-ifunc.c: New file.
10574         * gdb.compile/compile-ifunc.exp: New file.
10575
10576 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10577
10578         * gdb.base/structs.exp: Check for correct struct on finish.
10579
10580 2015-02-26  Yao Qi  <yao.qi@linaro.org>
10581
10582         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10583         is zero.
10584
10585 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10586
10587         * gdb.arch/cordic.ko.bz2: New file.
10588         * gdb.arch/cordic.ko.debug.bz2: New file.
10589         * gdb.arch/ppc64-symtab-cordic.exp: New file.
10590
10591 2015-02-25  Yao Qi  <yao.qi@linaro.org>
10592
10593         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10594         aarch64*-*-* target.
10595
10596 2015-02-23  Pedro Alves  <palves@redhat.com>
10597
10598         * lib/gdb.exp (delete_breakpoints): Rewrite using
10599         gdb_test_multiple.
10600
10601 2015-02-23  Pedro Alves  <palves@redhat.com>
10602
10603         * gdb.base/info-os.c: Include stdlib.h.
10604
10605 2015-02-22  Doug Evans  <xdje42@gmail.com>
10606
10607         PR symtab/17855
10608         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10609         is read after symbols have been re-read.
10610         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10611         * gdb.ada/exec_changed/second.adb (Second): Ditto.
10612
10613 2015-02-21  Doug Evans  <dje@google.com>
10614
10615         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10616
10617 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10618
10619         PR corefiles/17808
10620         * gdb.arch/i386-biarch-core.core.bz2: New file.
10621         * gdb.arch/i386-biarch-core.exp: New file.
10622
10623 2015-02-21  Pedro Alves  <palves@redhat.com>
10624
10625         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10626         runto_main fails.
10627
10628 2015-02-20  Pedro Alves  <palves@redhat.com>
10629
10630         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10631         info probes.
10632
10633 2015-02-20  Pedro Alves  <palves@redhat.com>
10634
10635         * gdb.threads/multi-create-ns-info-thr.exp: New file.
10636
10637 2015-02-20  Pedro Alves  <palves@redhat.com>
10638
10639         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
10640         clean_restart before gdb_target_supports_trace.
10641
10642 2015-02-20  Pedro Alves  <palves@redhat.com>
10643
10644         PR threads/18006
10645         * gdb.threads/clone-thread_db.c: New file.
10646         * gdb.threads/clone-thread_db.exp: New file.
10647
10648 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10649
10650         PR breakpoints/16812
10651         * gdb.base/catch-gdb-caused-signals.c: New file.
10652         * gdb.base/catch-gdb-caused-signals.exp: New file.
10653
10654 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10655
10656         * configure: Regenerated.
10657         * configure.ac: Use GDB_AC_TRANSFORM.
10658         * aclocal.m4: sinclude ../transform.m4.
10659
10660 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10661
10662         * lib/dtrace.exp: New file.
10663         * gdb.base/dtrace-probe.exp: Likewise.
10664         * gdb.base/dtrace-probe.d: Likewise.
10665         * gdb.base/dtrace-probe.c: Likewise.
10666         * lib/pdtrace.in: Likewise.
10667         * configure.ac: Output variables with the transformed names of
10668         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
10669         * configure: Regenerated.
10670
10671 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10672
10673         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10674         expected message when trying to access $_probe_* convenience
10675         variables while not on a probe.
10676
10677 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10678
10679         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10680
10681 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
10682
10683         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10684         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10685
10686 2015-02-10  Doug Evans  <xdje42@gmail.com>
10687
10688         * lib/gdb.exp (gdb_load): Always return a result.
10689
10690 2015-02-10  Pedro Alves  <palves@redhat.com>
10691
10692         * gdb.threads/signal-sigtrap.c: New file.
10693         * gdb.threads/signal-sigtrap.exp: New file.
10694
10695 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
10696
10697         * gdb.trace/no-attach-trace.c: New file.
10698         * gdb.trace/no-attach-trace.exp: New file.
10699
10700 2015-02-09  Mark Wielaard  <mjw@redhat.com>
10701
10702         * gdb.dwarf2/atomic.c: New file.
10703         * gdb.dwarf2/atomic-type.exp: Likewise.
10704
10705 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10706
10707         * gdb.btrace/buffer-size.exp: Update "info record" output.
10708         * gdb.btrace/delta.exp: Update "info record" output.
10709         * gdb.btrace/enable.exp: Update "info record" output.
10710         * gdb.btrace/finish.exp: Update "info record" output.
10711         * gdb.btrace/instruction_history.exp: Update "info record" output.
10712         * gdb.btrace/next.exp: Update "info record" output.
10713         * gdb.btrace/nexti.exp: Update "info record" output.
10714         * gdb.btrace/step.exp: Update "info record" output.
10715         * gdb.btrace/stepi.exp: Update "info record" output.
10716         * gdb.btrace/nohist.exp: Update "info record" output.
10717
10718 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10719
10720         * gdb.btrace/buffer-size: New.
10721
10722 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10723
10724         * gdb.btrace/delta.exp: Update "info record" output.
10725         * gdb.btrace/enable.exp: Update "info record" output.
10726         * gdb.btrace/finish.exp: Update "info record" output.
10727         * gdb.btrace/instruction_history.exp: Update "info record" output.
10728         * gdb.btrace/next.exp: Update "info record" output.
10729         * gdb.btrace/nexti.exp: Update "info record" output.
10730         * gdb.btrace/step.exp: Update "info record" output.
10731         * gdb.btrace/stepi.exp: Update "info record" output.
10732         * gdb.btrace/nohist.exp: Update "info record" output.
10733
10734 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
10735
10736         PR gdb/15678
10737         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10738
10739 2015-02-06  Pedro Alves  <palves@redhat.com>
10740
10741         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10742         macro.
10743         (seconds_left, again): New globals.
10744         (main): Wait seconds_left in a 1-second sleep loop instead of
10745         sleeping 180 seconds.  If 'again' is set, reset the seconds
10746         counter.
10747         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10748         'again' in the inferior before detaching.  Print the seconds left.
10749         (options): New global.
10750         (top level): Build program with -DTIMEOUT=$timeout.
10751
10752 2015-02-06  Pedro Alves  <palves@redhat.com>
10753
10754         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10755         determine how many seconds to pass to 'alarm'.
10756         * gdb.base/gdb-sigterm.exp (top level): Build program with
10757         -DTIMEOUT=$timeout.
10758         (do_test): Return success/failure indication.  Add more verbose
10759         logging.  Don't fail if 200 single steps are seen.  Instead, fail
10760         when the test times out.
10761         (passes): New global.
10762         (top level): Break the testing loop if testing fails on any
10763         iteration.  Use gdb_assert.
10764
10765 2015-02-04  Don Breazeal  <donb@codesourcery.com>
10766
10767         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10768         and initialize them.
10769         (ipc_cleanup): New function.
10770         (main): Don't declare shmid, semid, and msqid.  Add a call to
10771         atexit so that we call ipc_cleanup on exit.
10772
10773 2015-02-04  Pedro Alves  <palves@redhat.com>
10774
10775         * boards/native-extended-gdbserver.exp: Remove any target variant
10776         specifications from the board name before clearing the isremote
10777         flag from board_info.
10778
10779 2015-01-31  Doug Evans  <xdje42@gmail.com>
10780
10781         * gdb.base/maint.exp <maint print type argc>: Update expected output.
10782
10783 2015-01-31  Gary Benson <gbenson@redhat.com>
10784
10785         * gdb.base/completion.exp: Disable completion limiting for
10786         existing tests.  Add new tests to check completion limiting.
10787         * gdb.linespec/ls-errs.exp: Disable completion limiting.
10788
10789 2015-01-31  Doug Evans  <xdje42@gmail.com>
10790
10791         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10792
10793 2015-01-31  Doug Evans  <xdje42@gmail.com>
10794
10795         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10796         entries.  Duplicate file section script entries.
10797         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10798         inlined entries.  Add test for safe-path rejection.
10799         * gdb.python/py-section-script.c: Add duplicate inlined section script
10800         entries.  Duplicate file section script entries.
10801         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10802         inlined entries.  Add test for safe-path rejection.
10803
10804 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10805
10806         * gdb.ada/disc_arr_bound: New testcase.
10807
10808 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10809
10810         * gdb.ada/mi_var_array: New testcase.
10811
10812 2015-01-27  Doug Evans  <dje@google.com>
10813
10814         * gdb.python/py-objfile.exp: Add tests for objfile.username.
10815         Add test for objfile.filename, objfile.username after objfile
10816         has been unloaded.
10817
10818 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
10819
10820         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10821         the second test to print the name attribute of value
10822         returned by the call to gdb.lookup_type, and adjust
10823         the expected output accordingly.
10824
10825 2015-01-25  Mark Wielaard  <mjw@redhat.com>
10826
10827         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10828         * gdb.base/disp-step-fork.c: Include unistd.h.
10829         * gdb.base/siginfo-obj.c: Include stdio.h.
10830         * gdb.base/siginfo-thread.c: Likewise.
10831         * gdb.mi/non-stop.c: Include unistd.h.
10832         * gdb.mi/nsthrexec.c: Include stdio.h.
10833         * gdb.mi/pthreads.c: Include unistd.h.
10834         * gdb.modula2/unbounded1.c (main): Declare returns int.
10835         * gdb.reverse/consecutive-reverse.c: Likewise.
10836         * gdb.threads/create-fail.c: Include unistd.h.
10837         * gdb.threads/killed.c: Likewise.
10838         * gdb.threads/linux-dp.c: Likewise.
10839         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10840         * gdb.threads/non-ldr-exc-2.c: Likewise.
10841         * gdb.threads/non-ldr-exc-3.c: Likewise.
10842         * gdb.threads/non-ldr-exc-4.c: Likewise.
10843         * gdb.threads/pthreads.c: Include unistd.h.
10844         (main): Declare returns int.
10845         * gdb.threads/tls-main.c (foo): New declaration.
10846         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10847
10848 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
10849
10850         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10851         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10852
10853 2015-01-15  Mark Wielaard  <mjw@redhat.com>
10854
10855         * gdb.base/noreturn-return.c: New file.
10856         * gdb.base/noreturn-return.exp: New file.
10857         * gdb.base/noreturn-finish.c: New file.
10858         * gdb.base/noreturn-finish.exp: New file.
10859
10860 2015-01-23  Pedro Alves  <palves@redhat.com>
10861
10862         * gdb.threads/continue-pending-after-query.c: New file.
10863         * gdb.threads/continue-pending-after-query.exp: New file.
10864
10865 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
10866             Simon Marchi  <simon.marchi@ericsson.com>
10867
10868         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10869         * gdb.base/valgrind-db-attach.exp: Same.
10870         * gdb.base/valgrind-infcall.exp: Same.
10871         * lib/mi-support.exp (default_mi_gdb_start): Same.
10872         * lib/prompt.exp (default_prompt_gdb_start): Same.
10873         * lib/gdb.exp (default_gdb_spawn): Same.
10874         (gdb_interact): New.
10875
10876
10877 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10878
10879         * gdb.compile/compile.exp (pointer to jit function): New test.
10880
10881 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10882
10883         * lib/gdb.exp (supports_process_record): Return true for
10884         powerpc*-*-linux*.
10885         (supports_reverse): Likewise.
10886
10887 2015-01-15  Don Breazeal  <donb@codesourcery.com>
10888
10889         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10890         instead of checking whether the target board is remote and
10891         use spawn_wait_for_attach instead of exec/sleep.
10892         * gdb.base/attach-twice.exp: Likewise.
10893
10894 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
10895
10896         * gdb.ada/var_arr_attrs: New testcase.
10897
10898 2015-01-14  Pedro Alves  <palves@redhat.com>
10899             Joel Brobecker  <brobecker@adacore.com>
10900
10901         PR gdb/17525
10902         * gdb.base/bp-cmds-execution-x-script.c: New file.
10903         * gdb.base/bp-cmds-execution-x-script.exp: New file.
10904         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10905
10906 2015-01-14  Pedro Alves  <palves@redhat.com>
10907
10908         PR cli/17828
10909         * gdb.base/batch-preserve-term-settings.c: New file.
10910         * gdb.base/batch-preserve-term-settings.exp: New file.
10911
10912 2015-01-13  Doug Evans  <dje@google.com>
10913
10914         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10915         binary.
10916
10917 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10918
10919         * Makefile.in (clean mostlyclean): Do not delete *.py.
10920
10921 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10922
10923         * gdb.python/py-lookup-type.exp: New file.
10924
10925 2015-01-12  Pedro Alves  <palves@redhat.com>
10926
10927         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10928         restore GDBFLAGS before returning.
10929
10930 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10931
10932         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10933         is_amd64_regs_target and is_x86_like_target.
10934
10935 2015-01-11  Doug Evans  <xdje42@gmail.com>
10936
10937         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10938         is given without an explicit form.
10939         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10940         attributes.
10941         * gdb.dwarf/corrupt.exp: Ditto.
10942         * gdb.dwarf2/enum-type.exp: Ditto.
10943         * gdb.trace/entry-values.exp: Ditto.
10944         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10945
10946 2015-01-11  Doug Evans  <xdje42@gmail.com>
10947
10948         PR gdb/15830
10949         * gdb.base/maint.exp: Remove references to "maint demangle".
10950         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
10951         Add tests for explicitly specifying language to demangle.
10952         * gdb.dlang/demangle.exp: Ditto.
10953
10954 2015-01-09  Pedro Alves  <palves@redhat.com>
10955
10956         * gdb.threads/non-stop-fair-events.c: New file.
10957         * gdb.threads/non-stop-fair-events.exp: New file.
10958
10959 2015-01-09  Pedro Alves  <palves@redhat.com>
10960
10961         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10962         the global scope.  Set a breakpoint after all threads are started
10963         rather than stepping over two source lines.  Expect the prompt.
10964         * gdb.base/watch_thread_num.c (threads_started_barrier): New
10965         global.
10966         (NUM): Now 15.
10967         (main): Use threads_started_barrier to wait for all threads to
10968         start.  Main thread no longer calls thread_function.  Exit after
10969         180 seconds.
10970         (loop): New function.
10971         (thread_function): Wait on threads_started_barrier barrier.  Call
10972         'loop' at each iteration.
10973         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10974         threads have started, instead of hardcoding number of "next"
10975         steps.  Use an access watchpoint instead of a write watchpoint.
10976
10977 2015-01-09  Pedro Alves  <palves@redhat.com>
10978
10979         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10980         (thread_func): Wait on barrier.
10981         (main): Wait for all threads to start before stopping GDB.
10982         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10983         global.
10984         (thread1_func, thread2_func): Wait on barrier.
10985         (main): Wait for all threads to start before stopping GDB.
10986         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10987         New global.
10988         (thread1_func, thread2_func): Wait on barrier.
10989         (main): Wait for all threads to start before stopping GDB.
10990
10991 2015-01-09  Pedro Alves  <palves@redhat.com>
10992
10993         * gdb.threads/attach-many-short-lived-threads.c: New file.
10994         * gdb.threads/attach-many-short-lived-threads.exp: New file.
10995
10996 2014-01-09  Pedro Alves  <palves@redhat.com>
10997
10998         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
10999         instead of to thread 2.
11000         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11001         Add barrier around each pthread_create call instead of around all
11002         calls.
11003         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11004         Set a break on thread_function and have the child threads hit it
11005         one at at a time.
11006
11007 2015-01-09  Pedro Alves  <palves@redhat.com>
11008
11009         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11010         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11011         false.
11012         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11013         checking whether the target board is remote.
11014         * gdb.multi/multi-attach.exp: Likewise.
11015         * gdb.python/py-sync-interp.exp: Likewise.
11016         * gdb.server/ext-attach.exp: Likewise.
11017         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11018         tests that need to attach, instead of checking whether the target
11019         board is remote at the top of the file.
11020
11021 2015-01-08  Yao Qi  <yao@codesourcery.com>
11022
11023         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11024
11025 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11026
11027         Fix testcase compilation.
11028         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11029
11030 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11031
11032         * gdb.python/py-type.exp: Add a couple test about empty
11033         array creation, and negative-length array creation.
11034
11035 2015-01-02  Doug Evans  <xdje42@gmail.com>
11036
11037         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11038
11039 2015-01-02  Doug Evans  <dje@google.com>
11040
11041         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11042
11043 2014-12-29  Yao Qi  <yao@codesourcery.com>
11044
11045         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11046         bar_call_foo to returned_from_foo.
11047
11048 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11049
11050         PR gdb/17394
11051         * gdb.linespec/break-asm-file.c: New file.
11052         * gdb.linespec/break-asm-file.exp: New file.
11053         * gdb.linespec/break-asm-file0.s: New file.
11054         * gdb.linespec/break-asm-file1.s: New file.
11055
11056 2014-12-18  Nigel Stephens  <nigel@mips.com>
11057             Maciej W. Rozycki  <macro@codesourcery.com>
11058
11059         * gdb.base/float.exp: Handle the new output from "info float" on
11060         MIPS targets.
11061
11062 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11063
11064         Fix MinGW compilation.
11065         * gdb.compile/compile-ops.exp: Update untested message if
11066         !skip_compile_feature_tests.
11067         * gdb.compile/compile-setjmp.exp: Likewise.
11068         * gdb.compile/compile-tls.exp: Likewise.
11069         * gdb.compile/compile.exp: Likewise.
11070         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11071         supported on this host".
11072
11073 2014-12-16  Doug Evans  <xdje42@gmail.com>
11074
11075         * boards/stabs.exp: New file.
11076
11077 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11078
11079         * gdb.base/completion.exp: Adjust to format changes of "maint
11080         print user-registers".
11081
11082 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11083
11084         PR server/17457
11085         * gdb.arch/aarch64-fp.c: New file.
11086         * gdb.arch/aarch64-fp.exp: New file.
11087
11088 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11089
11090         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11091         r210637, r210913, r211666, r215400, r215817).
11092
11093         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11094                 * dg-extract-results.py: New file.
11095                 * dg-extract-results.sh: Use it if the environment seems
11096                 suitable.
11097
11098         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11099
11100                 * dg-extract-results.py (parse_run): Handle warnings that
11101                 are printed before a test harness is run.
11102
11103         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11104
11105                 * dg-extract-results.py (Named): Remove __cmp__ method.
11106                 (output_variation): Use a key to sort variation.harnesses.
11107
11108         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11109
11110                 * dg-extract-results.py: For Python 3, force sys.stdout to
11111                 handle surrogate escape sequences.
11112                 (safe_open): New function.
11113                 (output_segment, main): Use it.
11114
11115         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11116
11117                 * dg-extract-results.py (Prog.result_re): Include options
11118                 in test name.
11119
11120         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11121
11122                 * dg-extract-results.py (output_variation): Always sort if
11123                 do_sum.
11124
11125 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11126
11127         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11128         as long as we get pagination notifications.
11129
11130 2014-12-15  Jason Merrill  <jason@redhat.com>
11131
11132         * Makefile.in (check-gdb.%): Restore.
11133         * README: Mention it.
11134
11135 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11136
11137         * gdb.ada/str_uninit: New testcase.
11138
11139 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11140
11141         PR symtab/17642
11142         * gdb.base/vla-stub-define.c: New file.
11143         * gdb.base/vla-stub.c: New file.
11144         * gdb.base/vla-stub.exp: New file.
11145
11146 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11147             Jan Kratochvil  <jan.kratochvil@redhat.com>
11148             Tom Tromey  <tromey@redhat.com>
11149
11150         * configure.ac: Add gdb.compile/.
11151         * configure: Regenerate.
11152         * gdb.compile/Makefile.in: New file.
11153         * gdb.compile/compile-ops.exp: New file.
11154         * gdb.compile/compile-ops.c: New file.
11155         * gdb.compile/compile-tls.c: New file.
11156         * gdb.compile/compile-tls.exp: New file.
11157         * gdb.compile/compile-constvar.S: New file.
11158         * gdb.compile/compile-constvar.c: New file.
11159         * gdb.compile/compile-mod.c: New file.
11160         * gdb.compile/compile-nodebug.c: New file.
11161         * gdb.compile/compile-setjmp-mod.c: New file.
11162         * gdb.compile/compile-setjmp.c: New file.
11163         * gdb.compile/compile-setjmp.exp: New file.
11164         * gdb.compile/compile-shlib.c: New file.
11165         * gdb.compile/compile.c: New file.
11166         * gdb.compile/compile.exp: New file.
11167         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11168
11169 2014-12-12  Tom Tromey  <tromey@redhat.com>
11170
11171         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11172         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11173
11174 2014-12-12  Doug Evans  <dje@google.com>
11175
11176         * lib/gdb-python.exp (get_python_valueof): New function.
11177         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11178
11179 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11180
11181         * gdb.base/completion.exp: Add test for completion of "info
11182         registers ".
11183
11184 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11185
11186         * gdb.base/func-ptrs.c: New file.
11187         * gdb.base/func-ptrs.exp: New file.
11188
11189 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11190
11191         PR breakpoints/17012
11192         * gdb.base/dprintf-detach.c: New file.
11193         * gdb.base/dprintf-detach.exp: New file.
11194
11195 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11196
11197         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11198         * lib/gdb.exp (target_is_gdbserver): New procedure.
11199
11200 2014-12-08  Doug Evans  <dje@google.com>
11201
11202         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11203
11204 2014-12-05  Yao Qi  <yao@codesourcery.com>
11205
11206         * gdb.guile/scm-error.exp: Remove the third argument to
11207         gdb_remote_download.
11208         * gdb.guile/scm-frame-args.exp: Likewise.
11209         * gdb.guile/scm-section-script.exp: Likewise.
11210
11211 2014-12-05  Yao Qi  <yao@codesourcery.com>
11212
11213         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11214
11215 2014-12-04  Doug Evans  <dje@google.com>
11216
11217         * gdb.python/py-objfile.exp: Add tests for
11218         objfile.add_separate_debug_file.
11219
11220 2014-12-04  Doug Evans  <dje@google.com>
11221
11222         * lib/gdb.exp (get_build_id): New function.
11223         (build_id_debug_filename_get): Rewrite to use it.
11224         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11225
11226 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11227
11228         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11229         `method(long)', not just 0x0.
11230         * gdb.cp/nsalias.exp: Align code labels to 4.
11231         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11232         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11233         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11234         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11235         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11236         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11237
11238 2014-12-02  Doug Evans  <dje@google.com>
11239
11240         PR symtab/17602
11241         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11242         * gdb.cp/anon-ns2.cc: ... here.  New file.
11243         * gdb.cp/anon-ns.exp: Update.
11244
11245 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11246
11247         * gdb.python/py-events.py (inferior_call_handler): New.
11248         (register_changed_handler, memory_changed_handler): New.
11249         (test_events.invoke): Register new handlers.
11250         * gdb.python/py-events.exp: Add tests for inferior call,
11251         memory_changed and register_changed events.
11252
11253 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11254
11255         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11256         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11257         if the linker doesn't understand this.
11258
11259 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11260
11261         * gdb.python/python.exp: Change expected reply to help().
11262
11263 2014-12-01  Yao Qi  <yao@codesourcery.com>
11264
11265         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11266         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11267         * configure: Re-generated.
11268
11269 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11270
11271         * gdb.cp/chained-calls.cc: New file.
11272         * gdb.cp/chained-calls.exp: New file.
11273         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11274
11275 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11276
11277         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11278         * gdb.dwarf2/symtab-producer.exp: Same.
11279         * gdb.gdb/python-interrupts.exp: Same.
11280         * gdb.gdb/python-selftest.exp: Same.
11281         * gdb.python/py-linetable.exp: Same.
11282         * gdb.python/py-type.exp: Same.
11283         * gdb.python/py-value-cc.exp: Same.
11284         * gdb.python/py-value.exp: Same.
11285
11286 2014-11-28  Yao Qi  <yao@codesourcery.com>
11287
11288         * gdb.base/break-probes.exp: Match library name prefixed with
11289         sysroot.
11290
11291 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11292
11293         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11294         test expected output.  Add parentheses for the call to print.
11295         Remove L suffix from integers.
11296
11297 2014-11-26  Doug Evans  <dje@google.com>
11298
11299         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11300
11301 2014-11-22  Yao Qi  <yao@codesourcery.com>
11302
11303         * gdb.trace/entry-values.c: Remove asms.
11304         (foo): Add foo_label.
11305         (bar): Add bar_label.
11306         * gdb.trace/entry-values.exp: Remove code computing  foo's
11307         length and bar's length.
11308         (Dwarf::assemble): Invoke function_range for bar and use
11309         MACRO_AT_func for foo.
11310
11311 2014-11-22  Yao Qi  <yao@codesourcery.com>
11312
11313         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11314         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11315         Use .Lgcc43_procstart instead of gcc43.
11316
11317 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11318
11319         * gdb.ada/n_arr_bound: New testcase.
11320
11321 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11322
11323         PR breakpoints/10737
11324         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11325         test_catch_syscall_multi_arch.
11326         (test_catch_syscall_multi_arch): New function.
11327
11328 2014-11-20  Doug Evans  <xdje42@gmail.com>
11329
11330         * gdb.base/maint.exp: Update expected output.
11331
11332 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11333
11334         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11335         4-byte instruction on S390.
11336
11337 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11338
11339         * gdb.ada/arr_arr: New testcase.
11340
11341 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11342
11343         * gdb.ada/pkd_arr_elem: New Testcase.
11344
11345 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11346
11347         * gdb.reverse/break-precsave: Expect completion message for
11348         core file reads.
11349         * gdb.reverse/consecutive-precsave.exp: Likewise.
11350         * gdb.reverse/finish-precsave.exp: Likewise.
11351         * gdb.reverse/i386-precsave.exp: Likewise.
11352         * gdb.reverse/machinestate-precsave.exp: Likewise.
11353         * gdb.reverse/sigall-precsave.exp: Likewise.
11354         * gdb.reverse/solib-precsave.exp: Likewise.
11355         * gdb.reverse/step-precsave.exp: Likewise.
11356         * gdb.reverse/until-precsave.exp: Likewise.
11357         * gdb.reverse/watch-precsave.exp: Likewise.
11358
11359 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11360
11361         * gdb.base/bp-permanent.c: Include unistd.h.
11362         * gdb.python/py-framefilter-mi.c (main): Add return type.
11363         * gdb.python/py-framefilter.c (main): Likewise.
11364         * gdb.trace/actions-changed.c (main): Likewise.
11365
11366 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11367
11368         * gdb.mi/until.c: Add eye-catchers.
11369         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11370         line numbers.
11371
11372 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11373
11374         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11375         function header variants in break1.c.
11376         * gdb.base/ena-dis-br.exp: Likewise.
11377         * gdb.base/hbreak2.exp: Likewise.
11378         * gdb.reverse/until-precsave.exp: Drop references to removed
11379         non-prototype function header variants in ur1.c.
11380         * gdb.reverse/until-reverse.exp: Likewise.
11381
11382 2014-11-17  Petr Machata  <pmachata@redhat.com>
11383
11384         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11385         ${_cu_offset_size} bytes abbrev offset.
11386
11387 2014-11-15  Doug Evans  <xdje42@gmail.com>
11388
11389         PR symtab/17559
11390         * gdb.base/line-symtabs.exp: New file.
11391         * gdb.base/line-symtabs.c: New file.
11392         * gdb.base/line-symtabs.h: New file.
11393
11394 2014-11-14  Yao Qi  <yao@codesourcery.com>
11395
11396         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11397         (func): Add label func_label.
11398         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11399         Replace low_pc and high_pc with MACRO_AT_range.
11400         Replace name, low_pc and high_pc with MACRO_AT_func.
11401
11402 2014-11-14  Yao Qi  <yao@codesourcery.com>
11403
11404         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11405         Replace name, low_pc and high_pc with MACRO_AT_func.
11406
11407 2014-11-14  Yao Qi  <yao@codesourcery.com>
11408
11409         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11410         produce debug information.
11411         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11412
11413 2014-11-14  Yao Qi  <yao@codesourcery.com>
11414
11415         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11416         object and get function length.
11417         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11418         with MACRO_AT_func.
11419         (top-level): Replace gdb_compile and clean_restart with
11420         prepare_for_testing.
11421         * gdb.dwarf2/main.c (main): Add label main_label.
11422
11423 2014-11-14  Yao Qi  <yao@codesourcery.com>
11424
11425         * lib/dwarf.exp (function_range): New procedure.
11426         (Dwarf::_handle_macro_at_func): New procedure.
11427         (Dwarf::_handle_macro_at_range): New procedure.
11428         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11429
11430 2014-11-14  Yao Qi  <yao@codesourcery.com>
11431
11432         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11433         (_handle_attribute): New procedure.
11434
11435 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11436
11437         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11438         * gdb.base/call-sc.c (zed): Likewise.
11439         * gdb.base/checkpoint.c (main): Likewise.
11440         * gdb.base/dump.c (main): Likewise.
11441         * gdb.base/gcore.c (main): Likewise.
11442         * gdb.base/huge.c (main): Likewise.
11443         * gdb.base/multi-forks.c (main): Likewise.
11444         * gdb.base/pr10179-a.c (main): Likewise.
11445         * gdb.base/savedregs.c (main): Likewise.
11446         * gdb.base/sigaltstack.c (main): Likewise.
11447         * gdb.base/siginfo.c (main): Likewise.
11448         * gdb.base/structs.c (zed): Likewise.
11449         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11450         * gdb.mi/mi-syn-frame.c (main): Likewise.
11451         * gdb.mi/until.c (foo, main): Likewise.
11452         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11453         * gdb.base/solib-weak.c (foo): Declare.
11454         * gdb.base/attach-twice.c: Include stdio.h.
11455         * gdb.base/weaklib1.c: Likewise.
11456         * gdb.base/weaklib2.c: Likewise.
11457         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11458         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11459         unistd.h.
11460         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11461         * gdb.mi/mi-exit-code.c: Likewise.
11462         * gdb.base/break-interp-lib.c: Include string.h.
11463         * gdb.base/coremaker.c: Likewise.
11464         * gdb.base/testenv.c: Likewise.
11465         * gdb.python/py-finish-breakpoint.c: Likewise.
11466         * gdb.base/inferior-died.c: Include sys/wait.h.
11467         * gdb.base/fileio.c: Include time.h.
11468         * gdb.base/async-shell.c: Include unistd.h.
11469         * gdb.base/dprintf-non-stop.c: Likewise.
11470         * gdb.base/info-os.c: Likewise.
11471         * gdb.mi/mi-console.c: Likewise.
11472         * gdb.mi/watch-nonstop.c: Likewise.
11473         * gdb.python/py-events.c: Likewise.
11474         * gdb.base/async.c (baz): Move up before its invocation.
11475         * gdb.base/code_elim2.c (my_global_func): Likewise.
11476         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11477         * gdb.base/advance.c (func2): Likewise.
11478
11479 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11480
11481         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11482         variant.
11483         * gdb.base/annota3.c: Likewise.
11484         * gdb.base/async.c: Likewise.
11485         * gdb.base/average.c: Likewise.
11486         * gdb.base/call-ar-st.c: Likewise.
11487         * gdb.base/call-rt-st.c: Likewise.
11488         * gdb.base/call-sc.c: Likewise.
11489         * gdb.base/call-strs.c: Likewise.
11490         * gdb.base/ending-run.c: Likewise.
11491         * gdb.base/execd-prog.c: Likewise.
11492         * gdb.base/exprs.c: Likewise.
11493         * gdb.base/foll-exec.c: Likewise.
11494         * gdb.base/foll-fork.c: Likewise.
11495         * gdb.base/foll-vfork.c: Likewise.
11496         * gdb.base/funcargs.c: Likewise.
11497         * gdb.base/gcore.c: Likewise.
11498         * gdb.base/jump.c: Likewise.
11499         * gdb.base/langs0.c: Likewise.
11500         * gdb.base/langs1.c: Likewise.
11501         * gdb.base/langs2.c: Likewise.
11502         * gdb.base/mips_pro.c: Likewise.
11503         * gdb.base/nodebug.c: Likewise.
11504         * gdb.base/opaque0.c: Likewise.
11505         * gdb.base/opaque1.c: Likewise.
11506         * gdb.base/recurse.c: Likewise.
11507         * gdb.base/run.c: Likewise.
11508         * gdb.base/scope0.c: Likewise.
11509         * gdb.base/scope1.c: Likewise.
11510         * gdb.base/setshow.c: Likewise.
11511         * gdb.base/setvar.c: Likewise.
11512         * gdb.base/shmain.c: Likewise.
11513         * gdb.base/shr1.c: Likewise.
11514         * gdb.base/shr2.c: Likewise.
11515         * gdb.base/sigall.c: Likewise.
11516         * gdb.base/signals.c: Likewise.
11517         * gdb.base/so-indr-cl.c: Likewise.
11518         * gdb.base/solib2.c: Likewise.
11519         * gdb.base/structs.c: Likewise.
11520         * gdb.base/sum.c: Likewise.
11521         * gdb.base/vforked-prog.c: Likewise.
11522         * gdb.base/watchpoint.c: Likewise.
11523         * gdb.reverse/shr2.c: Likewise.
11524         * gdb.reverse/until-reverse.c: Likewise.
11525         * gdb.reverse/ur1.c: Likewise.
11526         * gdb.reverse/watch-reverse.c: Likewise.
11527
11528 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11529
11530         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11531         variant.
11532         * gdb.base/sepdebug.exp: Drop references to removed code.
11533
11534 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11535
11536         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11537         variant.  Preserve original line numbering.
11538         * gdb.base/list1.c: Likewise.
11539
11540 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11541
11542         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11543         variant.
11544         * gdb.base/break1.c: Likewise.
11545         * gdb.base/break.exp: Drop references to removed code.
11546
11547 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11548
11549         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11550         variant.
11551
11552 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11553
11554         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11555
11556 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11557
11558         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
11559         logic into perform_all_tests() and invoke it with and without
11560         function header prototypes.
11561         (do_function_calls): Remove conditional XFAIL for PR 5318.
11562         (rerun_and_prepare): Remove duplicate code.
11563         (perform_all_tests): New.  Main logic moved here.
11564
11565 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11566
11567         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11568         code guarded by #ifdef NO_PROTOTYPES.
11569         (t_double_many_args): Likewise.
11570         (DEF_FUNC_MANY_ARGS_1): Likewise.
11571         (DEF_FUNC_VALUES_1): Likewise.
11572         (t_structs_ldc): Renamed from t_structs_fc in conditional code
11573         guarded by #ifdef PROTOTYPES.
11574
11575 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11576
11577         * gdb.mi/mi-console.c: Add eye-catcher.
11578         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11579         instead of literal line number.
11580
11581 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11582
11583         * gdb.base/shr2.c: Add eye-catcher.
11584         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11585         line number.
11586
11587 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11588
11589         * gdb.base/jump.c: Add eye-catchers.
11590         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11591         numbers.
11592
11593 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11594
11595         * gdb.base/execd-prog.c: Add eye-catchers.
11596         * gdb.base/foll-exec.c: Likewise.
11597         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11598         line numbers.
11599
11600 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11601
11602         * gdb.base/ending-run.c: Add eye-catchers.
11603         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11604         literal line numbers.
11605
11606 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11607
11608         * gdb.base/call-rt-st.c: Add eye-catchers.
11609         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11610         literal line numbers.
11611
11612 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11613
11614         * gdb.base/call-ar-st.c: Add eye-catchers.
11615         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11616         literal line numbers.
11617
11618 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11619
11620         * gdb.base/average.c: Add eye-catchers.
11621         * gdb.base/sum.c: Likewise.
11622         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11623         regexps dynamically.
11624
11625 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11626
11627         * gdb.base/solib1.c: Add eye-catchers.
11628         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11629         literal line numbers.
11630
11631 2014-11-12  Pedro Alves  <palves@redhat.com>
11632
11633         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11634         leader has exited.
11635
11636 2014-11-12  Pedro Alves  <palves@redhat.com>
11637
11638         * gdb.arch/i386-bp_permanent.c: New file.
11639         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11640         (srcfile): Set to i386-bp_permanent.c.
11641         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
11642         that stepi does not execute the 'leave' instruction, instead of
11643         testing it does execute.
11644         * gdb.base/bp-permanent.c: New file.
11645         * gdb.base/bp-permanent.exp: New file.
11646
11647 2014-11-10  Doug Evans  <xdje42@gmail.com>
11648
11649         PR symtab/17564
11650         * gdb.base/symtab-search-order.exp: New file.
11651         * gdb.base/symtab-search-order.c: New file.
11652         * gdb.base/symtab-search-order-1.c: New file.
11653         * gdb.base/symtab-search-order-shlib-1.c: New file.
11654
11655 2014-11-07  Pedro Alves  <palves@redhat.com>
11656
11657         PR gdb/17511
11658         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11659         i?86-*-linux*.
11660
11661 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
11662
11663         PR c++/17494
11664         * gdb.cp/pr17494.cc: New file.
11665         * gdb.cp/pr17494.exp: New file.
11666
11667 2014-11-02  Yao Qi  <yao@codesourcery.com>
11668
11669         * gdb.python/python.exp: Get working directory and match the
11670         output of "set extended-prompt \\w " with it.
11671
11672 2014-10-30  Doug Evans  <dje@google.com>
11673
11674         * gdb.python/py-objfile.exp: Add tests for setting random attributes
11675         in objfiles.
11676         * gdb.python/py-progspace.exp: Add tests for setting random attributes
11677         in progspaces.
11678
11679 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
11680
11681         * gdb.base/fullpath-expand.exp: Skip for a remote host.
11682         * gdb.base/realname-expand.exp: Likewise.
11683         * gdb.linespec/macro-relative.exp: Likewise.
11684
11685 2014-10-29  Pedro Alves  <palves@redhat.com>
11686
11687         PR gdb/17408
11688         * gdb.threads/schedlock.c (some_function): New function.
11689         (call_function): New global.
11690         (MAYBE_CALL_SOME_FUNCTION): New macro.
11691         (thread_function): Call it.
11692         * gdb.threads/schedlock.exp (get_args): Add description parameter,
11693         and use it instead of a global counter.  Adjust all callers.
11694         (get_current_thread): Use "find current thread" for test message
11695         here rather than having all callers pass down the same string.
11696         (goto_loop): New procedure, factored out from ...
11697         (my_continue): ... this.
11698         (step_ten_loops): Change parameter from test message to command to
11699         use.  Adjust.
11700         (list_count): Delete global.
11701         (check_result): New procedure, factored out from duplicate top
11702         level code.
11703         (continue tests): Wrap in with_test_prefix.
11704         (test_step): New procedure, factored out from duplicate top level
11705         code.
11706         (top level): Test "step" in combination with all scheduler-locking
11707         modes.  Test "next" in combination with all scheduler-locking
11708         modes, and in combination with stepping over a function call or
11709         not.
11710         * gdb.threads/next-bp-other-thread.c: New file.
11711         * gdb.threads/next-bp-other-thread.exp: New file.
11712
11713 2014-10-29  Pedro Alves  <palves@redhat.com>
11714
11715         PR python/17372
11716         * gdb.python/python.exp: Test a multi-line command that spawns
11717         interactive Python.
11718         * gdb.base/multi-line-starts-subshell.exp: New file.
11719
11720 2014-10-29  Yao Qi  <yao@codesourcery.com>
11721
11722         * gdb.base/fileio.exp: Make directories on host.
11723
11724 2014-10-29  Yao Qi  <yao@codesourcery.com>
11725
11726         * gdb.base/fileio.c (test_write): Close the file.
11727
11728 2014-10-28  Pedro Alves  <palves@redhat.com>
11729
11730         PR gdb/12623
11731         * gdb.base/sigstep.c (no_handler): New global.
11732         (main): If 'no_handler is true, set the signal handlers to
11733         SIG_IGN.
11734         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11735         with_sw_watch and no_handler parameters.  Handle them.
11736         (top level) <stepping over handler when stopped at a breakpoint
11737         test>: Add a test axis for testing with a software watchpoint, and
11738         another for testing with the signal handler set to SIG_IGN.
11739         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11740         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11741
11742 2014-10-28  Pedro Alves  <palves@redhat.com>
11743
11744         PR gdb/17511
11745         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11746         * gdb.base/sigstep.exp (other_handler_location): New global.
11747         (advance): Support stepping into the signal handler, and running
11748         commands while in the handler.
11749         (in_handler_map): New global.
11750         (top level): In the advance test, add combinations for getting
11751         into the handler with stepping commands, and for running commands
11752         in the handler.  Add comment descripting the advancei tests.
11753
11754 2014-10-28  Pedro Alves  <palves@redhat.com>
11755
11756         * gdb.base/sigstep.exp: Use build_executable instead of
11757         prepare_for_testing.
11758         (top level): Move code that starts GDB, runs to main and creates a
11759         display to ...
11760         (restart): ... this new procedure.
11761         (top level): Move backtrace from signal handler test to ...
11762         (validate_backtrace): ... this new procedure.
11763         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
11764         with_test_prefix.  Always restart GDB.
11765         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
11766         with_test_prefix.  Always restart GDB.  No need to delete
11767         breakpoints after the test.
11768         (test_skip_handler): Remove prefix parameter.
11769         (skip_over_handler, breakpoint_to_handler)
11770         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11771         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
11772         restart GDB.  No need to delete breakpoints after the test.
11773         (top level): Use foreach to call the test procedures with
11774         different commands.
11775
11776 2014-10-28  Pedro Alves  <palves@redhat.com>
11777
11778         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11779         instead of GNATS numbers.
11780         * gdb.base/sigbpt.exp: Likewise.
11781         * gdb.base/siginfo.exp: Likewise.
11782         * gdb.base/sigstep.exp: Likewise.
11783
11784 2014-10-27  Pedro Alves  <palves@redhat.com>
11785
11786         * gdb.base/sigstep.c (dummy): New global.
11787         (main): Issue a couple writes to the new global.
11788         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11789         procedures.
11790         (skip_over_handler): Use test_skip_handler.
11791         (top level): Call skip_over_handler for stepi and nexti too.
11792         (breakpoint_over_handler): Use test_skip_handler.
11793         (top level): Call breakpoint_over_handler for stepi and nexti too.
11794
11795 2014-10-27  Yao Qi  <yao@codesourcery.com>
11796
11797         * gdb.trace/tfile.c (adjust_function_address)
11798         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11799         function descriptor.
11800
11801 2014-10-24  Don Breazeal  <donb@codesourcery.com>
11802
11803         * gdb.base/foll-fork.exp (test_follow_fork,
11804         catch_fork_child_follow): Check for updated fork messages emitted
11805         from infrun.c.
11806         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11807         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11808         vfork_and_exec_child_follow_through_step): Check for updated vfork
11809         messages emitted from infrun.c.
11810
11811 2014-10-24  Pedro Alves  <palves@redhat.com>
11812
11813         * gdb.base/corefile.exp: Remove references to ultrix.
11814         * gdb.base/interrupt.exp: Likewise.
11815         * gdb.base/whatis.exp: Likewise.
11816         * gdb.gdb/selftest.exp: Likewise.
11817         * gdb.threads/manythreads.exp: Likewise.
11818         * gdb.threads/print-threads.exp: Likewise.
11819         * gdb.threads/pthreads.exp:: Likewise.
11820         * gdb.threads/schedlock.exp: Likewise.
11821
11822 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
11823
11824         * gdb.cp/non-trivial-retval.cc: Add a test case.
11825         * gdb.cp/non-trivial-retval.exp: Add a test.
11826
11827 2014-10-20  Yao Qi  <yao@codesourcery.com>
11828
11829         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11830         * gdb.python/py-objfile-script-gdb.py: New file.
11831         * gdb.python/py-objfile-script.exp: Update reference to
11832         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
11833         of remote_download.  Remove the dest file.
11834
11835 2014-10-20  Yao Qi  <yao@codesourcery.com>
11836
11837         * gdb.base/checkpoint.exp: Don't remove file copied on host.
11838         * gdb.base/step-line.exp: Likewise.
11839         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11840         * gdb.dwarf2/dw2-basic.exp: Likewise.
11841         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11842         * gdb.dwarf2/dw2-filename.exp: Likewise.
11843         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11844         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11845         * gdb.dwarf2/dw2-producer.exp: Likewise.
11846         * gdb.dwarf2/mac-fileno.exp: Likewise.
11847         * gdb.python/py-frame-args.exp: Likewise.
11848         * gdb.python/py-framefilter.exp: Likewise.
11849         * gdb.python/py-mi.exp: Likewise.
11850         * gdb.python/py-objfile-script.exp: Likewise
11851         * gdb.python/py-pp-integral.exp: Likewise.
11852         * gdb.python/py-pp-re-notag.exp: Likewise.
11853         * gdb.python/py-prettyprint.exp: Likewise.
11854         * gdb.python/py-section-script.exp: Likewise.
11855         * gdb.python/py-typeprint.exp: Likewise.
11856         * gdb.python/py-xmethods.exp: Likewise.
11857         * gdb.stabs/weird.exp: Likewise.
11858         * gdb.xml/tdesc-regs.exp: Likewise.
11859
11860 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
11861
11862         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11863         (out_cu): Use addr_len for the size of addresses.
11864         (out_line): Likewise.  Size DW_LNE_set_address instruction
11865         according to addr_len.
11866         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11867         (FUNC): Add START_INSNS to definition.
11868
11869 2014-10-18  Yao Qi  <yao@codesourcery.com>
11870
11871         * gdb.base/argv0-symlink.exp: Check argv[0] value if
11872         gdb_has_argv0 return true.
11873         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11874         check [target_info exists noargs], check [gdb_has_argv0]
11875         instead.
11876         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11877         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11878         procedures.
11879
11880 2014-10-17  Doug Evans  <dje@google.com>
11881
11882         * gdb.python/py-events.exp: Update expected output for clear_objfiles
11883         event.
11884         * gdb.python/py-events.py: Add clear_objfiles event.
11885
11886 2014-10-17  Doug Evans  <dje@google.com>
11887
11888         * gdb.python/py-objfile.exp: Test progspace attribute.
11889
11890 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
11891
11892         * gdb.guile/scm-breakpoint.exp: Do not assume any
11893         directory separators when matching source file paths.
11894         * gdb.python/py-breakpoint.exp: Likewise.
11895         * gdb.reverse/break-precsave.exp: Likewise.
11896         * gdb.reverse/break-reverse.exp: Likewise.
11897         * gdb.reverse/consecutive-precsave.exp: Likewise.
11898         * gdb.reverse/finish-precsave.exp: Likewise.
11899         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11900         * gdb.reverse/finish-reverse.exp: Likewise.
11901         * gdb.reverse/i386-precsave.exp: Likewise.
11902         * gdb.reverse/i387-env-reverse.exp: Likewise.
11903         * gdb.reverse/i387-stack-reverse.exp: Likewise.
11904         * gdb.reverse/machinestate-precsave.exp: Likewise.
11905         * gdb.reverse/machinestate.exp: Likewise.
11906         * gdb.reverse/sigall-precsave.exp: Likewise.
11907         * gdb.reverse/solib-precsave.exp: Likewise.
11908         * gdb.reverse/step-precsave.exp: Likewise.
11909         * gdb.reverse/until-precsave.exp: Likewise.
11910         * gdb.reverse/watch-precsave.exp: Likewise.
11911         * gdb.reverse/watch-reverse.exp: Likewise.
11912
11913 2014-10-17  Yao Qi  <yao@codesourcery.com>
11914
11915         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11916         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11917
11918 2014-10-17  Pedro Alves  <palves@redhat.com>
11919
11920         PR gdb/17471
11921         * gdb.base/bg-execution-repeat.c: New file.
11922         * gdb.base/bg-execution-repeat.exp: New file.
11923
11924 2014-10-17  Pedro Alves  <palves@redhat.com>
11925
11926         PR gdb/17300
11927         * gdb.base/continue-all-already-running.c: New file.
11928         * gdb.base/continue-all-already-running.exp: New file.
11929
11930 2014-10-17  Pedro Alves  <palves@redhat.com>
11931
11932         PR gdb/17472
11933         * gdb.base/annota-input-while-running.c: New file.
11934         * gdb.base/annota-input-while-running.exp: New file.
11935
11936 2014-10-17  Pedro Alves  <palves@redhat.com>
11937
11938         * gdb.base/callfuncs.exp: emove references to osf.
11939         * gdb.base/sigall.exp: Likewise.
11940         * gdb.gdb/selftest.exp: Likewise.
11941         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11942         * gdb.mi/non-stop.c: Likewise.
11943         * gdb.mi/pthreads.c: Likewise.
11944         * gdb.reverse/sigall-precsave.exp: Likewise.
11945         * gdb.reverse/sigall-reverse.exp: Likewise.
11946         * gdb.threads/pthreads.c: Likewise.
11947         * gdb.threads/pthreads.exp: Likewise.
11948
11949 2014-10-17  Yao Qi  <yao@codesourcery.com>
11950
11951         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11952         check 'target_info exists noargs'.
11953         (test_command_prompt_position): Likewise.
11954         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11955         Remove "set args".
11956         (progvar_simple_while_test): Likewise.
11957         (progvar_complex_if_while_test): Likewise.
11958         (if_while_breakpoint_command_test): Likewise.
11959         (infrun_breakpoint_command_test): Likewise.
11960         (breakpoint_command_test): Likewise.
11961         (watchpoint_command_test): Likewise.
11962         (bp_deleted_in_command_test): Likewise.
11963         (temporary_breakpoint_commands): Likewise.
11964
11965 2014-10-16  Yao Qi  <yao@codesourcery.com>
11966
11967         * gdb.base/remotetimeout.exp: Remove noargs checking.
11968
11969 2014-10-15  Pedro Alves  <palves@redhat.com>
11970
11971         PR breakpoints/9649
11972         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11973         * gdb.base/breakpoint-in-ro-region.exp
11974         (probe_target_hardware_step): New procedure.
11975         (top level): Probe hardware stepping and hardware breakpoint
11976         support.  Test stepping through a read-only region, with both
11977         "breakpoint auto-hw" on and off and both "always-inserted" on and
11978         off.
11979
11980 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
11981
11982         * gdb.dlang/demangle.exp: Update for demangling changes.
11983
11984 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
11985
11986         * gdb.cp/non-trivial-retval.cc: Add new test cases.
11987         * gdb.cp/non-trivial-retval.exp: Add new tests.
11988
11989 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
11990
11991         PR c++/13403
11992         PR c++/15154
11993         * gdb.cp/non-trivial-retval.cc: New file.
11994         * gdb.cp/non-trivial-retval.exp: New file.
11995
11996 2014-10-15  Yao Qi  <yao@codesourcery.com>
11997
11998         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
11999         remote host.
12000
12001 2014-10-15  Yao Qi  <yao@codesourcery.com>
12002
12003         * gdb.python/py-symbol.exp: Match file base name if host is
12004         remote, otherwise match file name with dir name.
12005         * gdb.python/py-symtab.exp: Likewise.
12006         * gdb.python/python.exp: Likewise.
12007
12008 2014-10-15  Yao Qi  <yao@codesourcery.com>
12009
12010         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12011         pattern.
12012         * gdb.python/py-symtab.exp: Likewise.
12013         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12014         locationn.
12015
12016 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12017
12018         * gdb.ada/addr_arith: New testcase.
12019
12020 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12021
12022         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12023         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12024         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12025         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12026
12027 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12028
12029         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12030         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12031         * gdb.arch/stap-eval-lang-ada.exp: New file.
12032
12033 2014-10-14  Yao Qi  <yao@codesourcery.com>
12034
12035         * gdb.mi/mi-var-child.c (nothing1): New function.
12036         (nothing2): New function.
12037         (do_children_tests): Set function pointers by nothing1 and
12038         nothing2.
12039         * gdb.mi/mi-var-child.exp: Step over new added statements.
12040         Update test to match the new output.
12041         * gdb.mi/var-cmd.c (nothing1): New function.
12042         (nothing2): New function.
12043         (do_children_tests): Set function pointers by  nothing1 and
12044         nothing2.
12045         * gdb.mi/mi-var-display.exp: Update test to match output.
12046         Step to the line specified by $line_dct_nothing.
12047         Increase the number of lines to step.
12048
12049 2014-10-14  Yao Qi  <yao@codesourcery.com>
12050
12051         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12052         tests.
12053         * gdb.mi/mi2-var-child.exp: Likewise.
12054
12055 2014-10-13  Doug Evans  <dje@google.com>
12056
12057         * gdb.python/py-objfile.exp: Change name of file name test.
12058
12059 2014-10-13  Doug Evans  <dje@google.com>
12060
12061         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12062         from the start of the CU.
12063
12064 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12065             Yao Qi  <yao@codesourcery.com>
12066
12067         Fix "save breakpoints" for "catch" command.
12068         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12069         Remove -nonewline.  Match also the added "main" line.
12070
12071 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12072
12073         Fix "save breakpoints" for "disable $bpnum" command.
12074         * gdb.base/save-bp.c (main): Add label.
12075         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12076
12077 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12078
12079         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12080
12081 2014-10-11  Yao Qi  <yao@codesourcery.com>
12082
12083         * gdb.server/server-kill.exp: Execute command
12084         "set remote trace-status-packet on" before "tstatus".
12085
12086 2014-10-11  Yao Qi  <yao@codesourcery.com>
12087
12088         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12089         (main): Call getppid.
12090         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12091         and continue to it.  Read variable "server_pid".
12092
12093 2014-10-11  Yao Qi  <yao@codesourcery.com>
12094
12095         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12096
12097 2014-10-11  Yao Qi  <yao@codesourcery.com>
12098
12099         * gdb.threads/thread-find.exp: Don't execute command
12100         "info threads".
12101         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12102         * gdb.threads/linux-dp.exp: Don't check the condition
12103         $threads_created equals to zero.
12104
12105 2014-10-10  Pedro Alves  <palves@redhat.com>
12106
12107         * gdb.base/bigcore.exp: Remove references to IRIX.
12108         * gdb.base/funcargs.exp: Likewise.
12109         * gdb.base/interrupt.exp: Likewise.
12110         * gdb.base/mips_pro.exp: Likewise.
12111         * gdb.base/nodebug.exp: Likewise.
12112         * gdb.base/setvar.exp: Likewise.
12113         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12114
12115 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12116             Pedro Alves  <palves@redhat.com>
12117
12118         PR symtab/14466
12119         * gdb.base/vdso-warning.c: New file.
12120         * gdb.base/vdso-warning.exp: New file.
12121
12122 2014-10-02  Doug Evans  <dje@google.com>
12123
12124         * gdb.base/structs.c (main): Don't run forever.
12125
12126 2014-10-02  Pedro Alves  <palves@redhat.com>
12127
12128         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12129         (top level) <stop threads 1, stop threads 2>: Use it.
12130
12131 2014-10-02  Pedro Alves  <palves@redhat.com>
12132
12133         * gdb.threads/break-while-running.exp (test): Add new
12134         'update_thread_list' argument.  Skip "info threads" if false.
12135         (top level): Add new 'update_thread_list' axis.
12136
12137 2014-10-02  Pedro Alves  <palves@redhat.com>
12138
12139         PR breakpoints/17431
12140         * gdb.base/execl-update-breakpoints.c: New file.
12141         * gdb.base/execl-update-breakpoints.exp: New file.
12142
12143 2014-10-01  Pedro Alves  <palves@redhat.com>
12144
12145         * gdb.base/breakpoint-in-ro-region.c: New file.
12146         * gdb.base/breakpoint-in-ro-region.exp: New file.
12147
12148 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12149
12150         * gdb.mi/mi-exit-code.exp: New file.
12151         * gdb.mi/mi-exit-code.c: New file.
12152
12153 2014-09-30  Yao Qi  <yao@codesourcery.com>
12154
12155         * lib/prelink-support.exp (build_executable_own_libs): Error if
12156         the target isn't native.
12157
12158 2014-09-30  Yao Qi  <yao@codesourcery.com>
12159
12160         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12161         false.
12162
12163 2014-09-22  Pedro Alves  <palves@redhat.com>
12164
12165         * gdb.threads/break-while-running.exp: New file.
12166         * gdb.threads/break-while-running.c: New file.
12167
12168 2014-09-19  Yao Qi  <yao@codesourcery.com>
12169
12170         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12171         Invoke test.  Restart GDB with --readnow and invoke test again.
12172
12173 2014-09-19  Yao Qi  <yao@codesourcery.com>
12174
12175         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12176         proc set_breakpoint_on_gcd_function.  Invoke
12177         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12178         invoke set_breakpoint_on_gcd_function again.
12179
12180 2014-09-18  Doug Evans  <dje@google.com>
12181
12182         * gdb.dwarf2/symtab-producer.exp: New file.
12183
12184 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12185
12186         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12187         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12188         * gdb.base/global-var-nested-by-dso.c: Likewise.
12189         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12190
12191 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12192             Pedro Alves  <palves@redhat.com>
12193
12194         * gdb.base/watch-bitfields.exp: Pass string other than test file
12195         name to prepare_for_testing.
12196         (watch): New procedure.
12197         (expect_watchpoint): Use with_test_prefix.
12198         (top level): Factor out tests to ...
12199         (test_watch_location, test_regular_watch): ... these new
12200         procedures, and use with_test_prefix and gdb_continue_to_end.
12201
12202 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12203
12204         PR breakpoints/12526
12205         * gdb.base/watch-bitfields.exp: New file.
12206         * gdb.base/watch-bitfields.c: New file.
12207
12208 2014-09-16  Pedro Alves  <palves@redhat.com>
12209
12210         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12211         software and hardware addresses, not software address against
12212         itself.
12213
12214 2014-09-16  Pedro Alves  <palves@redhat.com>
12215
12216         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12217         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12218
12219 2014-09-16  Pedro Alves  <palves@redhat.com>
12220
12221         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12222         files.
12223         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12224         "*-*-vxworks*" throughout.
12225         * gdb.base/break.exp: Likewise.
12226         * gdb.base/default.exp: Likewise.
12227         * gdb.base/scope.exp: Likewise.
12228         * gdb.base/sepdebug.exp: Likewise.
12229         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12230         throughout.
12231         * gdb.base/run.c: Likewise.
12232         * gdb.base/sepdebug.c: Likewise.
12233         * gdb.hp/gdb.aCC/run.c: Likewise.
12234         * gdb.reverse/until-reverse.c: Likewise.
12235         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12236
12237 2014-09-16  Yao Qi  <yao@codesourcery.com>
12238
12239         * boards/local-remote-host-native.exp: New file.
12240
12241 2014-09-14  Doug Evans  <xdje42@gmail.com>
12242
12243         * gdb.threads/queue-signal.c (thread_count): New variable.
12244         (thread_count_mutex, thread_count_condvar): New variables.
12245         (incr_thread_count, wait_all_threads_running): New functions.
12246         (main): Wait for all threads to be in their thread functions.
12247
12248 2014-09-13  Doug Evans  <xdje42@gmail.com>
12249
12250         * gdb.threads/queue-signal.c: New file.
12251         * gdb.threads/queue-signal.exp: New file.
12252
12253 2014-09-13  Doug Evans  <xdje42@gmail.com>
12254
12255         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12256         be consistent with what default_gdb_init uses.
12257         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12258         the plain text of the prompt.  Add some logging printfs.
12259         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12260
12261 2014-09-12  Pedro Alves  <palves@redhat.com>
12262
12263         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12264         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12265         * gdb.arch/i386-size-overlap.exp: Likewise.
12266         * gdb.arch/i386-size.exp: Likewise.
12267         * gdb.arch/i386-unwind.exp: Likewise.
12268         * gdb.base/a2-run.exp: Likewise.
12269         * gdb.base/break.exp: Likewise.
12270         * gdb.base/charset.exp: Likewise.
12271         * gdb.base/chng-syms.exp: Likewise.
12272         * gdb.base/commands.exp: Likewise.
12273         * gdb.base/dbx.exp: Likewise.
12274         * gdb.base/find.exp: Likewise.
12275         * gdb.base/funcargs.exp: Likewise.
12276         * gdb.base/jit-simple.exp: Likewise.
12277         * gdb.base/reread.exp: Likewise.
12278         * gdb.base/sepdebug.exp: Likewise.
12279         * gdb.base/step-bt.exp: Likewise.
12280         * gdb.cp/mb-inline.exp: Likewise.
12281         * gdb.cp/mb-templates.exp: Likewise.
12282         * gdb.objc/basicclass.exp: Likewise.
12283         * gdb.threads/killed.exp: Likewise.
12284
12285 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12286
12287         PR tdep/17379
12288         * gdb.arch/powerpc-stackless.S: New file.
12289         * gdb.arch/powerpc-stackless.exp: New file.
12290
12291 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12292
12293         * gdb.base/attach.c: Include unistd.h.
12294         (main): Call alarm.  Add label postloop.
12295         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12296         gdb_breakpoint, gdb_continue_to_breakpoint.
12297         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12298
12299 2014-09-11  Pedro Alves  <palves@redhat.com>
12300
12301         PR gdb/17347
12302         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12303         * gdb.base/attach.exp (test_command_line_attach_run): New
12304         procedure.
12305         (top level): Call it.
12306
12307 2014-09-11  Pedro Alves  <palves@redhat.com>
12308
12309         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12310         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12311         (do_command_attach_tests): Use spawn_wait_for_attach.
12312         * gdb.base/solib-overlap.exp: Likewise.
12313         * gdb.multi/multi-attach.exp: Likewise.
12314         * gdb.python/py-prompt.exp: Likewise.
12315         * gdb.python/py-sync-interp.exp: Likewise.
12316         * gdb.server/ext-attach.exp: Likewise.
12317
12318 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12319
12320         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12321         command in testcase.  Simplify testcase.
12322
12323 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12324
12325         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12326
12327 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12328
12329         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12330
12331 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12332
12333         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12334
12335 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12336
12337         * gdb.dwarf2/dynarr-ptr.c: New file.
12338         * gdb.dwarf2/dynarr-ptr.exp: New file.
12339
12340 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12341
12342         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12343         of 30 rather than hardcoding 120 for a slow test case.  Take the
12344         `gdb,timeout' target setting into account for this calculation.
12345         Don't extend the timeout for the test cases that don't need it.
12346
12347 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12348
12349         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12350         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12351         target setting into account for this calculation.
12352         * gdb.reverse/until-precsave.exp: Increase the timeout by
12353         a factor of 15 and 3 respectively rather than adding 120
12354         for a pair of slow test cases.  Take the `gdb,timeout'
12355         target setting into account for this calculation.
12356
12357 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12358
12359         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12360         timeout, don't pass one down to gdb_expect.
12361         (gdb_expect): Rework timeout selection.
12362
12363 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12364
12365         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12366         exception on timeout.
12367         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12368         (gdbserver_start_extended): Catch any `gdbserver_start' error
12369         exceptions.
12370         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12371         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12372         `gdbserver_gdb_load' error exceptions.
12373
12374 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12375
12376         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12377         120 on waiting for the TCP socket to open.
12378
12379 2014-09-09  Doug Evans  <xdje42@gmail.com>
12380
12381         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12382         _caller_matches, _any_caller_is, _any_caller_matches.
12383
12384 2014-09-09  Doug Evans  <xdje42@gmail.com>
12385
12386         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12387
12388 2014-09-09  Yao Qi  <yao@codesourcery.com>
12389
12390         * gdb.mi/mi-var-display.exp: Set print symbol off.
12391
12392 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12393
12394         PR gdb/17035
12395         * gdb.base/commands.exp: Add tests to verify user-defined
12396         commands with empty bodies.
12397         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12398         python commands in `show user command`.
12399         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12400         scheme commands in `show user command`.
12401
12402 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12403
12404         PR python/17355
12405         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12406         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12407         * gdb.python/py-framefilter-invalidarg.exp: New file.
12408         * gdb.python/py-framefilter-invalidarg.py: New file.
12409
12410 2014-09-06  Doug Evans  <xdje42@gmail.com>
12411
12412         PR 15276
12413         * gdb.python/py-caller-is.c: New file.
12414         * gdb.python/py-caller-is.exp: New file.
12415
12416 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12417
12418         PR gdb/17235
12419         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12420         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12421
12422 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12423
12424         PR fortran/17237
12425         * gdb.fortran/print-formatted.exp: New file.
12426         * gdb.fortran/print-formatted.f90: Likewise.
12427
12428 2014-09-03  Sasha Smundak  <asmundak@google.com>
12429
12430         * gdb.python/py-frame.exp: Test Frame.read_register.
12431
12432 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12433
12434         PR python/16699
12435         * gdb.python/py-completion.exp: New file.
12436         * gdb.python/py-completion.py: Likewise.
12437
12438 2014-08-28  Doug Evans  <dje@google.com>
12439
12440         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12441         eax,etc. are live with values set by gdb and thus the compiler can't
12442         use them.
12443         * gdb.arch/i386-pseudo.c (main): Ditto.
12444
12445 2014-08-27  Doug Evans  <dje@google.com>
12446
12447         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12448
12449 2014-08-25  Doug Evans  <dje@google.com>
12450
12451         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12452         (main): Ditto.
12453
12454 2014-08-25  Doug Evans  <dje@google.com>
12455
12456         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12457
12458 2014-08-24  Yao Qi  <yao@codesourcery.com>
12459
12460         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12461         symbol off.
12462         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12463
12464 2014-08-22  Doug Evans  <dje@google.com>
12465
12466         PR 17276
12467         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12468         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12469         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12470
12471 2014-08-22  Yao Qi  <yao@codesourcery.com>
12472
12473         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12474         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12475         * gdb.python/python.exp: Likewise.  Use .py file on the host
12476         instead of the build.
12477
12478 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12479
12480         * gdb.threads/gcore-stale-thread.c: New file.
12481         * gdb.threads/gcore-stale-thread.exp: New file.
12482
12483 2014-08-21  Pedro Alves  <palves@redhat.com>
12484
12485         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12486         * gdb.base/gcore-relro-pie.exp: Likewise.
12487         * gdb.base/gcore-relro.exp: Likewise.
12488         * gdb.base/gcore.exp: Likewise.
12489         * gdb.base/print-symbol-loading.exp: Likewise.
12490         * gdb.threads/gcore-thread.exp: Likewise.
12491         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12492
12493 2014-08-20  Pedro Alves  <palves@redhat.com>
12494             Jan Kratochvil  <jan.kratochvil@redhat.com>
12495
12496         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12497         configure.
12498         (EXPECT): Handle READ1 being set.
12499         (all): Depend on EXTRA_RULES.
12500         (check-read1, expect-read1, read1.so, read1): New rules.
12501         * README (Testsuite Parameters): Document the READ1 make variable.
12502         (Race detection): New section.
12503         * configure: Regenerate.
12504         * configure.ac: If build==host==target, and running under a
12505         GNU/glibc system, add read1 to the extra Makefile rules.
12506         (EXTRA_RULES): AC_SUBST it.
12507         * lib/read1.c: New file.
12508
12509 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12510
12511         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12512         the handling of variables declared as a typedef to an array
12513         which a DW_AT_data_location attribute.
12514
12515 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12516             Pedro Alves  <palves@redhat.com>
12517
12518         PR symtab/14604
12519         PR symtab/14605
12520         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12521         gdb_test.
12522
12523 2014-08-19  Pedro Alves  <palves@redhat.com>
12524
12525         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12526
12527 2014-08-19  Yao Qi  <yao@codesourcery.com>
12528
12529         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12530         right line.
12531
12532 2014-08-18  David Blaikie  <dblaikie@gmail.com>
12533
12534         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12535
12536 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12537
12538         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12539         attribute in array range.
12540
12541 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12542
12543         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12544
12545 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12546
12547         PR c++/17132
12548         * gdb.cp/pr17132.cc: New file.
12549         * gdb.cp/pr17132.exp: New file.
12550
12551 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12552
12553         * gdb.python/py-xmethods.py (A_getarrayind)
12554         (E_method_char_worker.__call__, E_method_int_worker.__call__):
12555         Use 'print' with function call syntax.
12556         (E_method_matcher.match): Fix tab vs space indentation mixup.
12557
12558 2014-08-15  Yao Qi  <yao@codesourcery.com>
12559
12560         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12561         false.
12562
12563 2014-08-15  Yao Qi  <yao@codesourcery.com>
12564
12565         * gdb.cp/casts.exp: Set print symbol off.
12566         * gdb.cp/class2.exp: Likewise.
12567         * gdb.cp/overload.exp: Likewise.
12568         * gdb.cp/templates.exp: Likewise.
12569
12570 2014-08-11  Doug Evans  <dje@google.com>
12571
12572         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12573         (test_load_shlib): Update.
12574
12575 2014-08-09  Yao Qi  <yao@codesourcery.com>
12576
12577         * gdb.base/display.exp: Invoke is_address_zero_readable.
12578         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12579         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12580         * gdb.base/hbreak-unmapped.exp: Return if
12581         is_address_zero_readable returns true.
12582         * gdb.base/signest.exp: Likewise.
12583         * gdb.base/signull.exp: Likewise.
12584         * gdb.base/sigbpt.exp: Likewise.
12585         * gdb.guile/scm-disasm.exp: Do the test if
12586         is_address_zero_readable returns false.
12587         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12588         * gdb.python/py-arch.exp: Likewise.
12589         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12590         * lib/gdb.exp (is_address_zero_readable): New proc.
12591
12592 2014-08-09  Yao Qi  <yao@codesourcery.com>
12593
12594         PR testsuite/13443
12595         * gdb.mi/mi-var-display.exp: Make test messages unique.
12596
12597 2014-08-04  Tom Tromey  <tromey@redhat.com>
12598
12599         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12600         target 0".
12601
12602 2014-08-04  Tom Tromey  <tromey@redhat.com>
12603
12604         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12605         "target_resume".
12606
12607 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
12608
12609         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12610         inner_vla_struct_object_size.
12611         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12612         as xfail.
12613
12614 2014-07-30  Pedro Alves  <palves@redhat.com>
12615
12616         * gdb.threads/signal-command-handle-nopass.exp (test): Add
12617         comment.
12618
12619 2014-07-29  Yao Qi  <yao@codesourcery.com>
12620
12621         PR gdb/17206
12622         * gdb.base/until-nodebug.exp: New.
12623
12624 2014-07-28  Doug Evans  <xdje42@gmail.com>
12625
12626         PR guile/17203
12627         * gdb.guile/scm-parameter.exp: Add tests for trying to create
12628         previously existing parameter, and previously ambiguously spelled
12629         parameter.
12630
12631 2014-07-28  Will Newton  <will.newton@linaro.org>
12632
12633         * gdb.base/varargs.exp: Remove KFAILs for ARM.
12634
12635 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
12636             Doug Evans  <xdje42@gmail.com>
12637
12638         PR guile/17146
12639         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12640
12641 2014-07-25  Pedro Alves  <palves@redhat.com>
12642
12643         * gdb.threads/signal-command-handle-nopass.c: New file.
12644         * gdb.threads/signal-command-handle-nopass.exp: New file.
12645         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12646         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12647         * gdb.threads/signal-delivered-right-thread.c: New file.
12648         * gdb.threads/signal-delivered-right-thread.exp: New file.
12649
12650 2014-07-25  Pedro Alves  <palves@redhat.com>
12651
12652         * gdb.base/double-prompt-target-event-error.exp
12653         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12654         match.
12655         (cancel_pagination_in_target_event): Rework double prompt
12656         detection.
12657         * gdb.base/paginate-after-ctrl-c-running.exp
12658         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12659         <return>' match.
12660         * gdb.base/paginate-bg-execution.exp
12661         (test_bg_execution_pagination_return)
12662         (test_bg_execution_pagination_cancel): Remove '-notransfer
12663         <return>' matches.
12664         * gdb.base/paginate-execution-startup.exp
12665         (test_fg_execution_pagination_return)
12666         (test_fg_execution_pagination_cancel): Remove '-notransfer
12667         <return>' matches.
12668         * gdb.base/paginate-inferior-exit.exp
12669         (test_paginate_inferior_exited): Remove '-notransfer <return>'
12670         match.
12671         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12672         * lib/gdb.exp (pagination_prompt): Run text through
12673         string_to_regexp.
12674         (gdb_test_multiple): Match $pagination_prompt instead of
12675         "<return>".
12676         (string_to_regexp): Move to lib/gdb-utils.exp.
12677
12678 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12679
12680         * gdb.arch/amd64-entry-value-paramref.S: New file.
12681         * gdb.arch/amd64-entry-value-paramref.cc: New file.
12682         * gdb.arch/amd64-entry-value-paramref.exp: New file.
12683         * gdb.arch/amd64-optimout-repeat.S: New file.
12684         * gdb.arch/amd64-optimout-repeat.c: New file.
12685         * gdb.arch/amd64-optimout-repeat.exp: New file.
12686
12687 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12688
12689         PR gdb/17170
12690         * gdb.base/statistics.exp: New file.
12691
12692 2014-07-17  Doug Evans  <dje@google.com>
12693
12694         PR gdb/17170
12695         * gdb.base/maint.exp: Update testing of per-command stats.
12696
12697 2014-07-16  Pedro Alves  <palves@redhat.com>
12698
12699         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12700         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12701         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12702         (tfile_write_buf): New functions.
12703         (add_memory_block): Rewrite using the above.
12704         (adjust_function_address): New function.
12705         (FUNCTION_ADDRESS): New macro.
12706         (write_basic_trace_file): Remove short_x local, and use
12707         tfile_write_16. Change type of func_addr local to unsigned long
12708         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
12709         here.  Cast argument of add_memory_block to char pointer.
12710         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
12711         (main): Remove parameters.
12712         * gdb.trace/tfile.exp: Remove nowarnings.
12713
12714 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
12715
12716         * gdb.base/debug-expr.exp: Test string evaluation with
12717         "debug expression" on.
12718
12719 2014-07-15  Pedro Alves  <palves@redhat.com>
12720
12721         * gdb.base/reread.exp: Use clean_restart.
12722
12723 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
12724
12725         * gdb.arch/avr-flash-qualifer.c: New.
12726         * gdb.arch/avr-flash-qualifer.exp: New.
12727
12728 2014-07-14  Pedro Alves  <palves@redhat.com>
12729
12730         * gdb.base/paginate-after-ctrl-c-running.c: New file.
12731         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12732
12733 2014-07-14  Pedro Alves  <palves@redhat.com>
12734
12735         * gdb.base/double-prompt-target-event-error.c: New file.
12736         * gdb.base/double-prompt-target-event-error.exp: New file.
12737
12738 2014-07-14  Pedro Alves  <palves@redhat.com>
12739
12740         PR gdb/17072
12741         * gdb.base/paginate-inferior-exit.c: New file.
12742         * gdb.base/paginate-inferior-exit.exp: New file.
12743
12744 2014-07-14  Pedro Alves  <palves@redhat.com>
12745
12746         PR gdb/17072
12747         * gdb.base/paginate-bg-execution.c: New file.
12748         * gdb.base/paginate-bg-execution.exp: New file.
12749
12750 2014-07-14  Pedro Alves  <palves@redhat.com>
12751
12752         PR gdb/17072
12753         * gdb.base/paginate-execution-startup.c: New file.
12754         * gdb.base/paginate-execution-startup.exp: New file.
12755         * lib/gdb.exp (pagination_prompt): New global.
12756         (default_gdb_spawn): New procedure, factored out from
12757         default_gdb_spawn.
12758         (default_gdb_start): Adjust to call default_gdb_spawn.
12759         (gdb_spawn): New procedure.
12760
12761 2014-07-14  Pedro Alves  <palves@redhat.com>
12762
12763         * lib/gdb.exp (gdb_assert): New procedure.
12764         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12765
12766 2014-07-14  Pedro Alves  <palves@redhat.com>
12767
12768         * gdb.base/execution-termios.c: New file.
12769         * gdb.base/execution-termios.exp: New file.
12770
12771 2014-07-14  Tom Tromey  <tromey@redhat.com>
12772
12773         * gdb.cp/vla-cxx.cc: New file.
12774         * gdb.cp/vla-cxx.exp: New file.
12775
12776 2014-07-14  Tom Tromey  <tromey@redhat.com>
12777
12778         * gdb.reverse/rerun-prec.c: New file.
12779         * gdb.reverse/rerun-prec.exp: New file.
12780
12781 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
12782             Maciej W. Rozycki  <macro@codesourcery.com>
12783
12784         * lib/gdb-utils.exp: New file.
12785         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12786         inline `gdb_init_command' processing.
12787         (gdb_start_cmd): Likewise.
12788         * lib/mi-support.exp (mi_run_cmd): Likewise.
12789         * README: Document `gdb_init_command' and `gdb_init_commands'.
12790
12791 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12792
12793         Fix false FAIL running under a very long directory name.
12794         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12795         and "set print elements 10000".  Twice.
12796
12797 2014-07-11  Yao Qi  <yao@codesourcery.com>
12798
12799         * gdb.base/exprs.exp: "set print symbol off".
12800
12801 2014-07-11  Pedro Alves  <palves@redhat.com>
12802
12803         * gdb.threads/kill.c: New file.
12804         * gdb.threads/kill.exp: New file.
12805
12806 2014-07-10  Yao Qi  <yao@codesourcery.com>
12807
12808         * gdb.trace/tfile.c (write_basic_trace_file)
12809         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12810         address written to trace file.
12811
12812 2014-07-09  Pedro Alves  <palves@redhat.com>
12813
12814         * gdb.base/attach-wait-input.exp: New file.
12815         * gdb.base/attach-wait-input.c: New file.
12816
12817 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12818
12819         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12820         setting up test structures.
12821         (main): Call new test function.
12822         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12823         test function, continue into test function and walk test
12824         structures.
12825
12826 2014-07-02  Yao Qi  <yao@codesourcery.com>
12827
12828         * gdb.trace/entry-values.c: Define labels 'foo_start' and
12829         'bar_start' at the beginning of functions 'foo' and 'bar'
12830         respectively.
12831         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12832         instead of 'foo' and 'bar'.
12833
12834 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
12835
12836         * gdb.btrace/segv.exp: New.
12837         * gdb.btrace/segv.c: New.
12838
12839 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
12840
12841         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12842         instruction.
12843
12844 2014-06-30  Mark Wielaard  <mjw@redhat.com>
12845
12846         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12847         vulture, vilify, villar): New volatile array constants.
12848         (vindictive, vegetation): New const volatile array constants.
12849         * gdb.base/volatile.exp: Test volatile and const volatile array
12850         types.
12851
12852 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12853
12854         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12855         target lacks support for awatch, rwatch, or hbreak.
12856
12857 2014-06-27  Yao Qi  <yao@codesourcery.com>
12858
12859         * gdb.multi/dummy-frame-restore.exp: New.
12860         * gdb.multi/dummy-frame-restore.c: New.
12861
12862 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
12863
12864         * gdb.btrace/gcore.exp: New.
12865
12866 2014-06-23  Pedro Alves  <palves@redhat.com>
12867
12868         * gdb.base/watchpoint-reuse-slot.c: New file.
12869         * gdb.base/watchpoint-reuse-slot.exp: New file.
12870
12871 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
12872
12873         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12874         progspace's filename in 'info', 'enable' and 'disable' command
12875         tests.
12876
12877 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12878
12879         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12880         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12881         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12882
12883 2014-06-20  Gary Benson  <gbenson@redhat.com>
12884
12885         * gdb.arch/i386-avx.exp: Fix include file location.
12886         * gdb.arch/i386-sse.exp: Likewise.
12887
12888 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
12889
12890         * gdb.dlang/expression.exp: New file.
12891
12892 2014-06-19  Pedro Alves  <palves@redhat.com>
12893
12894         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12895         out from ...
12896         (top level): ... here.  Iterate running tests under different
12897         scheduler-locking settings.
12898
12899 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
12900
12901         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12902         to DW_FORM_addr and use non-zero addresses.
12903
12904 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
12905
12906         PR gdb/17017
12907         * gdb.python/py-xmethods.cc: Add global function call counters and
12908         increment them in their respective functions.  Remove "cout"
12909         statements.
12910         * gdb.python/py-xmethods.exp: Make tests check the global function
12911         call counters instead of depending on inferior IO.
12912
12913 2014-06-18  Don Breazeal  <donb@codesourcery.com>
12914
12915         * gdb.base/foll-fork.exp (default_fork_parent_follow):
12916         Deleted procedure.
12917         (explicit_fork_parent_follow): Deleted procedure.
12918         (explicit_fork_child_follow): Deleted procedure.
12919         (test_follow_fork): New procedure.
12920         (do_fork_tests): Replace calls to deleted procedures with
12921         calls to test_follow_fork and reset GDB for subsequent
12922         procedure calls.
12923
12924 2014-06-17  Yao Qi  <yao@codesourcery.com>
12925
12926         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12927         CP1252.
12928
12929 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
12930
12931         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12932         Initialize ptr and S explicitly.
12933         (skip_type_update_when_not_use_rtti_test): Likewise.
12934
12935 2014-06-16  Keith Seitz  <keiths@redhat.com>
12936
12937         PR mi/15863
12938         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12939         the inferior is started.
12940
12941 2014-06-16  Pedro Alves  <palves@redhat.com>
12942
12943         * gdb.base/break-main-file-remove-fail.c: New file.
12944         * gdb.base/break-main-file-remove-fail.exp: New file.
12945         * gdb.base/break-unload-file.exp: Use build_executable instead of
12946         prepare_for_testing.
12947         (test_break): New parameter "initial_load".  Handle it.
12948         (top level): Add initial_load cmdline/file axis.
12949
12950 2014-06-12  Tom Tromey  <tromey@redhat.com>
12951
12952         * gdb.base/completion.exp: Don't use directory name in test.
12953
12954 2014-06-09  Gary Benson  <gbenson@redhat.com>
12955
12956         * gdb.base/sigall.c [Functions to send signals]: Reorder to
12957         separate the always-available ANSI-standard signals from the
12958         signals that require checking.
12959         (main): Likewise.
12960         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12961         Likewise.
12962         (main): Likewise.
12963
12964 2014-06-07  Keith Seitz  <keiths@redhat.com>
12965
12966         Revert:
12967         PR c++/16253
12968         * gdb.cp/var-tag.cc: New file.
12969         * gdb.cp/var-tag.exp: New file.
12970         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12971         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12972         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12973         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12974
12975 2014-06-06  Doug Evans  <xdje42@gmail.com>
12976
12977         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12978
12979 2014-06-06  Pedro Alves  <palves@redhat.com>
12980
12981         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12982         in target debug output instead of looking at RSP packets,
12983         disabling the test on any target that uses hardware stepping.
12984         Update comments.
12985
12986 2014-06-06  Pedro Alves  <palves@redhat.com>
12987
12988         * gdb.base/break-unload-file.exp: Fix typo.
12989
12990 2014-06-06  Yao Qi  <yao@codesourcery.com>
12991
12992         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
12993         from "jit_function" to "^jit_function".
12994
12995 2014-06-06  Yao Qi  <yao@codesourcery.com>
12996
12997         * gdb.base/async.c (foo): Add one statement.
12998         * gdb.base/async.exp: Get the next instruction address and
12999         match the output of "nexti" by instruction address.  Match
13000         the hex address in the output of "finish".
13001
13002 2014-06-06  Gary Benson  <gbenson@redhat.com>
13003
13004         * gdb.base/call-signals.c: Remove preprocessor conditionals
13005         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13006         SIGSEGV and SIGTERM.
13007         * gdb.base/sigall.c: Likewise.
13008         * gdb.base/unwindonsignal.c: Likewise.
13009         * gdb.reverse/sigall-reverse.c: Likewise.
13010
13011 2014-06-06  Yao Qi  <yao@codesourcery.com>
13012
13013         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13014         readable, skip the test.
13015
13016 2014-06-06  Yao Qi  <yao@codesourcery.com>
13017
13018         * gdb.threads/staticthreads.c (thread_function): Move the line
13019         setting breakpoint on forward.
13020         * gdb.threads/staticthreads.exp: Update comments.
13021
13022 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13023
13024         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13025         "history-append! type error".
13026
13027 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13028
13029         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13030         erroneous dprintf expected input.
13031
13032 2014-06-04  Doug Evans  <xdje42@gmail.com>
13033
13034         * gdb.guile/scm-generics.exp: Delete.
13035
13036 2014-06-04  Doug Evans  <xdje42@gmail.com>
13037
13038         * gdb.guile/scm-breakpoint.exp: Update.
13039         Add tests for breakpoint registration.
13040
13041 2014-06-04  Tom Tromey  <tromey@redhat.com>
13042
13043         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13044         VLA-in-union.
13045         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13046         inner_vla_struct, vla_union types.  Initialize objects of those
13047         types and compute their sizes.
13048
13049 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13050             Hui Zhu  <hui@codesourcery.com>
13051
13052         * gdb.base/fileio.exp: Add test for shell not available as well as
13053         available.
13054         * gdb.base/fileio.c (test_system): Check for shell twice.
13055
13056 2014-06-04  Yao Qi  <yao@codesourcery.com>
13057
13058         * gdb.base/auto-connect-native-target.exp: Remove redundant
13059         space from the regexp pattern.
13060
13061 2014-06-04  Yao Qi  <yao@codesourcery.com>
13062
13063         * gdb.base/default.exp: Replace "child" with "native" in
13064         regexp pattern.
13065
13066 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13067
13068         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13069         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13070         * gdb.python/py-xmethods.py: Python script supporting the
13071         new testcase and tests.
13072
13073 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13074             Pedro Alves  <palves@redhat.com>
13075
13076         PR breakpoints/17000
13077         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13078         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13079
13080 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13081
13082         * gdb.base/subst.exp: Add tests to verify partial path matching
13083         output.
13084
13085 2014-06-03  Pedro Alves  <palves@redhat.com>
13086
13087         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13088         target that doesn't use software single-stepping.
13089
13090 2014-06-03  Pedro Alves  <palves@redhat.com>
13091
13092         PR breakpoints/17000
13093         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13094         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13095
13096 2014-06-02  Doug Evans  <xdje42@gmail.com>
13097
13098         * gdb.guile/scm-parameter.exp: New file.
13099
13100 2014-06-02  Doug Evans  <xdje42@gmail.com>
13101
13102         * gdb.guile/scm-cmd.c: New file.
13103         * gdb.guile/scm-cmd.exp: New file.
13104
13105 2014-06-02  Doug Evans  <xdje42@gmail.com>
13106
13107         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13108         pretty-printer lookup.
13109         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13110         (make-pp_s-printer): Call it.
13111         (make-pretty-printer-from-dict): New function.
13112         (lookup-pretty-printer-maker-from-dict): New function.
13113         (*pretty-printer*): Simplify.
13114         (make-objfile-pp_s-printer): New function.
13115         (install-objfile-pretty-printers!): New function.
13116         (make-progspace-pp_s-printer): New function.
13117         (install-progspace-pretty-printers!): New function.
13118         * gdb.guile/scm-progspace.c: New file.
13119         * gdb.guile/scm-progspace.exp: New file.
13120
13121 2014-06-02  Pedro Alves  <palves@redhat.com>
13122
13123         * gdb.base/dprintf-bp-same-addr.c: New file.
13124         * gdb.base/dprintf-bp-same-addr.exp: New file.
13125
13126 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13127
13128         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13129         * gdb.arch/powerpc-power.s: Likewise.
13130
13131 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13132
13133         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13134
13135 2014-06-01  Yao Qi  <yao@codesourcery.com>
13136
13137         * gdb.base/watchpoint.exp (test_watch_location): Check null
13138         pointer can be dereferenced.  If not, do the test, otherwise
13139         skip it.
13140
13141 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13142
13143         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13144         results.
13145         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13146
13147 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13148
13149         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13150         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13151         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13152         * gdb.arch/amd64-invalid-stack-top.c: New file.
13153         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13154
13155 2014-05-30  Pedro Alves  <palves@redhat.com>
13156
13157         PR breakpoints/17000
13158         * gdb.base/sss-bp-on-user-bp.c: New file.
13159         * gdb.base/sss-bp-on-user-bp.exp: New file.
13160
13161 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13162
13163         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13164         gnu_inline semantics via attribute.
13165         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13166         source explicitly specifies the required semantics.
13167
13168 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13169
13170         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13171
13172 2014-05-29  Pedro Alves  <palves@redhat.com>
13173             Tom Tromey  <tromey@redhat.com>
13174
13175         * gdb.base/async-shell.exp: Don't enable target-async.
13176         * gdb.base/async.exp
13177         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13178         parameter.  Adjust.
13179         (top level): Don't test with "target-async".
13180         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13181         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13182         * gdb.base/inferior-died.exp: Don't enable target-async.
13183         * gdb.base/interrupt-noterm.exp: Likewise.
13184         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13185         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13186         * gdb.mi/mi-nonstop.exp: Likewise.
13187         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13188         * gdb.mi/mi-nsintrall.exp: Likewise.
13189         * gdb.mi/mi-nsmoribund.exp: Likewise.
13190         * gdb.mi/mi-nsthrexec.exp: Likewise.
13191         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13192         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13193         * gdb.python/py-evsignal.exp: Don't enable target-async.
13194         * gdb.python/py-evthreads.exp: Likewise.
13195         * gdb.python/py-prompt.exp: Likewise.
13196         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13197         * gdb.server/solib-list.exp: Don't enable target-async.
13198         * gdb.threads/thread-specific-bp.exp: Likewise.
13199         * lib/mi-support.exp: Adjust to use mi-async.
13200
13201 2014-05-29  Pedro Alves  <palves@redhat.com>
13202
13203         PR gdb/13860
13204         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13205         reason, even in sync mode.
13206
13207 2014-05-29  Pedro Alves  <palves@redhat.com>
13208             Hui Zhu  <hui@codesourcery.com>
13209
13210         PR PR15693
13211         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13212         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13213         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13214         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13215
13216 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13217
13218         * config/monitor.exp (gdb_target_monitor): Replace use of
13219         "set remotebaud" by "set serial baud".
13220
13221 2014-05-26  Andy Wingo  <wingo@igalia.com>
13222
13223         * gdb.guile/scm-breakpoint.exp:
13224         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13225         properties instead of gdb-object-properties.
13226
13227 2014-05-26  Yao Qi  <yao@codesourcery.com>
13228
13229         * gdb.server/no-thread-db.exp: Specify source file name
13230         explicitly when setting a breakpoint.
13231
13232 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13233
13234         * gdb.btrace/vdso.c: New.
13235         * gdb.btrace/vdso.exp: New.
13236
13237 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13238
13239         * gdb.base/gcore.exp (capture_command_output): Move ...
13240         * lib/gdb.exp (capture_command_output): ... here.
13241
13242 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13243
13244         * gdb.btrace/data.exp: Test memory access during btrace replay.
13245
13246 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13247
13248         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13249
13250 2014-05-21  Pedro Alves  <palves@redhat.com>
13251
13252         PR gdb/13860
13253         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13254         (top level): Test that output related to execution commands is
13255         sent to the console with CLI commands, but not with MI commands.
13256         Test that breakpoint events are always mirrored to the console.
13257         Also expect the new source line to be output after a "next" in
13258         async mode too.  Make it a pass/fail test.
13259         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13260         output.
13261         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13262
13263 2014-05-21  Pedro Alves  <palves@redhat.com>
13264
13265         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13266         Use them to test variations of "list" after reaching a breakpoint.
13267         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13268         Test "list" with listsize 10 after reaching a breakpoint.
13269         * gdb.python/python.exp (decode_line current location line
13270         number): Adjust expected line number.
13271
13272 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13273
13274         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13275         behavior for $args, pass it directly to "run".
13276
13277 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13278
13279         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13280         30000 to 65536.
13281
13282 2014-05-21  Pedro Alves  <palves@redhat.com>
13283
13284         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13285         auto-connect-native-target off".
13286         * gdb.base/auto-connect-native-target.c: New file.
13287         * gdb.base/auto-connect-native-target.exp: New file.
13288
13289 2014-05-21  Pedro Alves  <palves@redhat.com>
13290
13291         * gdb.base/default.exp: Test "target native" instead of "target
13292         child".
13293
13294 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13295
13296         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13297
13298 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13299
13300         Fix TLS access for -static -pthread.
13301         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13302         <HAVE_TLS> (thread_function, main): Initialize it.
13303         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13304         Add clean_restart.
13305         <$have_tls != "">: Check TLSVAR.
13306
13307 2014-05-21  Pedro Alves  <palves@redhat.com>
13308
13309         * gdb.base/dcache-line-read-error.c: New.
13310         * gdb.base/dcache-line-read-error.exp: New.
13311
13312 2014-05-20  Pedro Alves  <palves@redhat.com>
13313
13314         * gdb.base/compare-sections.c: New file.
13315         * gdb.base/compare-sections.exp: New file.
13316
13317 2014-05-20  Pedro Alves  <palves@redhat.com>
13318
13319         * gdb.base/break-idempotent.c: New file.
13320         * gdb.base/break-idempotent.exp: New file.
13321
13322 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13323
13324         * gdb.btrace/nohist.exp: New.
13325
13326 2014-05-20  Yao Qi  <yao@codesourcery.com>
13327
13328         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13329         gdb.reverse directory and gdb_reverse_timeout exists in board
13330         setting.
13331         * README: Document gdb_reverse_timeout.
13332
13333 2014-05-20  Yao Qi  <yao@codesourcery.com>
13334
13335         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13336         'test_file_name'.  Treat args as a string instead of a list.
13337         (gdb_init): Rename argument 'args' by 'test_file_name'.
13338
13339 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13340
13341         * gdb.arch/powerpc-power.exp: New file.
13342         * gdb.arch/powerpc-power.s: New file.
13343
13344 2014-05-16  Doug Evans  <dje@google.com>
13345
13346         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13347         * gdb.base/completion.exp: Check that all expected files exist
13348         before doing file completion.
13349
13350 2014-05-16  Doug Evans  <dje@google.com>
13351
13352         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13353         Update.
13354         (do_syscall_tests_without_xml): Update.
13355
13356 2014-05-16  Pedro Alves  <palves@redhat.com>
13357
13358         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13359         instead of "unknown output after running".
13360
13361 2014-05-16  Yao Qi  <yao@codesourcery.com>
13362
13363         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13364         file1.txt from host at the end.
13365         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13366
13367 2014-05-15  Doug Evans  <dje@google.com>
13368
13369         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13370         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13371         loading file.  Add test for TU lookup.
13372
13373 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13374
13375         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13376         calling "-exec-arguments" or "set args" before running the
13377         inferior.
13378
13379 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13380
13381         * lib/mi-support.exp (mi_expect_stop): Expect message for
13382         inferiors that exit with non-zero exit code.
13383
13384 2014-05-14  Yao Qi  <yao@codesourcery.com>
13385
13386         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13387         match absolute path on remote host.
13388         (test_file_list_exec_source_files): Remove "/" from the
13389         pattern.
13390
13391 2014-05-14  Yao Qi  <yao@codesourcery.com>
13392
13393         * boards/local-remote-host-notty.exp (${board}_file): New
13394         proc.
13395
13396 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13397
13398         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13399         * gdb.arch/aarch64-atomic-inst.c: New file.
13400         * gdb.arch/aarch64-atomic-inst.exp: New file.
13401
13402 2014-05-07  Yao Qi  <yao@codesourcery.com>
13403
13404         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13405         in current context" too.
13406
13407 2014-05-05  Keith Seitz  <keiths@redhat.com>
13408
13409         * gdb.linespec/ls-dollar.exp: Add test for linespec
13410         file:convenience_variable.
13411
13412 2014-05-05  Yao Qi  <yao@codesourcery.com>
13413
13414         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13415         traceframes into tfile and ctf trace files.  Read data from
13416         trace file and test collected data.
13417         (gdb_collect_locals_test): Likewise.
13418         (gdb_unavailable_registers_test): Likewise.
13419         (gdb_unavailable_floats): Likewise.
13420         (gdb_collect_globals_test): Likewise.
13421         (top-level): Append "ctf" to trace_file_targets if GDB
13422         supports.
13423
13424 2014-05-05  Yao Qi  <yao@codesourcery.com>
13425
13426         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13427         code to ...
13428         (gdb_collect_args_test_1): ... it.  New proc.
13429         (gdb_collect_locals_test): Move some code to ...
13430         (gdb_collect_locals_test_1): ... it.  New proc.
13431         (gdb_unavailable_registers_test): Move some code to ...
13432         (gdb_unavailable_registers_test_1): ... it.  New proc.
13433         (gdb_unavailable_floats): Move some code to ...
13434         (gdb_unavailable_floats_1): ... it.  New proc.
13435
13436 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13437
13438         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13439         probes to test for bitness recognition.
13440         * gdb.arch/amd64-stap-optional-prefix.exp
13441         (test_probe_value_without_reg): New procedure.
13442         Add code to test for different kinds of bitness.
13443
13444 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13445
13446         PR breakpoints/16889
13447         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13448         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13449
13450 2014-05-01  Pedro Alves  <palves@redhat.com>
13451
13452         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13453         gdb_file_cmd if no file is specified.
13454         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13455         last_loaded_file to set the remote exec-file.
13456
13457 2014-05-01  Pedro Alves  <palves@redhat.com>
13458
13459         * boards/local-remote-host.exp: New file.
13460
13461 2014-05-01  Pedro Alves  <palves@redhat.com>
13462
13463         * boards/local-remote-host.exp: Rename to ...
13464         * boards/local-remote-host-notty.exp: ... this.
13465
13466 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13467
13468         * gdb.ada/dyn_arrayidx: New testcase.
13469
13470 2014-04-26  Yao Qi  <yao@codesourcery.com>
13471
13472         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13473         and compute the length of function main.  Save it in
13474         $main_length.
13475         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13476         (top-level): Use gdb_compile to compile objects into
13477         executable and restart GDB.  Remove invocation to
13478         prepare_for_testing.
13479
13480 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13481             Pedro Alves  <palves@redhat.com>
13482
13483         PR server/16255
13484         * gdb.multi/multi-attach.c: New file.
13485         * gdb.multi/multi-attach.exp: New file.
13486
13487 2014-04-25  Pedro Alves  <palves@redhat.com>
13488
13489         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13490         user.
13491         (top level): Test that "set remote conditional-breakpoints-packet
13492         off" works as intended.
13493         * gdb.base/dprintf.exp: Test that "set remote
13494         breakpoint-commands-packet off" works as intended.
13495         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13496         New function.
13497         (top level): Call it.
13498         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13499         remote fast-tracepoints-packet off" works as intended.
13500         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13501         * lib/gdb.exp (gdb_is_target_remote): ... here.
13502
13503 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13504
13505         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13506         ensure clang would not discard them.
13507         * gdb.base/gdbvars.c: Ditto.
13508         * gdb.base/memattr.c: Ditto.
13509         * gdb.base/whatis.c: Ditto.
13510         * gdb.python/py-prettyprint.c: Ditto.
13511         * gdb.trace/actions.c: Ditto.
13512         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13513         ensure clang would not discard it.
13514
13515 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13516
13517         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13518         clang to emit the full definition of type required by the test
13519         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13520
13521 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13522
13523         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13524         coax Clang into emitting the definition of the type.
13525         * gdb.cp/pr10728-x.h (y): Ditto.
13526         * gdb.cp/pr10728-y.cc (y): Ditto.
13527
13528 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13529
13530         * gdb.base/label.exp: XFAIL label related tests under Clang.
13531         * gdb.cp/cplabel.exp: Ditto.
13532         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13533         under Clang those using labels.
13534
13535 2014-04-25  Yao Qi  <yao@codesourcery.com>
13536
13537         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13538         double_label.
13539         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13540         partial_label and double_label.
13541
13542 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13543
13544         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13545
13546 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13547
13548         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13549         of the function to work across GCC and Clang.
13550         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13551         pointer types (const void ** const V void **).
13552
13553 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
13554             Walfred Tedeschi  <walfred.tedeschi@intel.com>
13555
13556         * Makefile.in (EXECUTABLES): Added i386-avx512.
13557         * gdb.arch/i386-avx512.c: New file.
13558         * gdb.arch/i386-avx512.exp: Likewise.
13559
13560 2014-04-23  Keith Seitz  <keiths@redhat.com>
13561
13562         * lib/mi-support.exp (mi_list_breakpoints): Delete.
13563         (mi_make_breakpoint_table): New procedure.
13564         (mi_create_breakpoint): Use mi_make_breakpoint
13565         and return the result.
13566         (mi_make_breakpoint): New procedure.
13567         (mi_build_kv_pairs): New procedure.
13568
13569         * gdb.mi/mi-break.exp: Remove unused globals,
13570         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13571         All callers updated.
13572         * gdb.mi/mi-dprintf.exp: Use variable to track command
13573         number.
13574         Update all callers of mi_create_breakpoint and use
13575         mi_make_breakpoint_table.
13576         Remove any unused global variables.
13577         * gdb.mi/mi-nonstop.exp: Likewise.
13578         * gdb.mi/mi-nsintrall.exp: Likewise.
13579         * gdb.mi/mi-nsmoribund.exp: Likewise.
13580         * gdb.mi/mi-nsthrexec.exp: Likewise.
13581         * gdb.mi/mi-reverse.exp: Likewise.
13582         * gdb.mi/mi-simplerun.exp: Likewise.
13583         * gdb.mi/mi-stepn.exp: Likewise.
13584         * gdb.mi/mi-syn-frame.exp: Likewise.
13585         * gdb.mi/mi-until.exp: Likewise.
13586         * gdb.mi/mi-var-cp.exp: Likewise.
13587         * gdb.mi/mi-var-display.exp: Likewise.
13588         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13589         * gdb.mi/mi2-var-child.exp: Likewise.
13590         * gdb.mi/mi-vla-c99.exp: Likewise.
13591         * lib/mi-support.exp: Likewise.
13592
13593         From Ian Lance Taylor  <iant@cygnus.com>:
13594         * lib/gdb.exp (parse_args): New procedure.
13595
13596 2014-04-23  Pedro Alves  <palves@redhat.com>
13597
13598         * gdb.base/break-unload-file.c: New file.
13599         * gdb.base/break-unload-file.exp: New file.
13600         * gdb.base/sym-file-lib.c (baz): New function.
13601         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13602         field.
13603         (load): Store the segment's mapped size.
13604         (unload): New function.
13605         (unload_shlib): New function.
13606         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13607         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13608         set a breakpoint at baz, and call it.
13609         * gdb.base/sym-file.exp: New tests for stale breakpoint
13610         instructions.
13611
13612 2014-04-23  Pedro Alves  <palves@redhat.com>
13613
13614         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13615         * gdb.base/hbreak-in-shr-unsupported.c: New file.
13616         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13617         * gdb.base/hbreak-unmapped.c: New file.
13618         * gdb.base/hbreak-unmapped.exp: New file.
13619         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13620         * lib/gdb.exp (gdb_is_target_remote): ... here.
13621
13622 2014-04-22  Pedro Alves  <palves@redhat.com>
13623
13624         * gdb.base/consecutive-step-over.c: New file.
13625         * gdb.base/consecutive-step-over.exp: New file.
13626
13627 2014-04-22  Pedro Alves  <palves@redhat.com>
13628
13629         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13630         instead of send_gdb/gdb_expect.
13631
13632 2014-04-22  Yao Qi  <yao@codesourcery.com>
13633
13634         * lib/trace-support.exp (generate_tracefile): New procedure.
13635         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13636         return 0.
13637         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13638         if generate_tracefile returns 1.
13639
13640 2014-04-18  Tom Tromey  <palves@redhat.com>
13641             Pedro alves  <tromey@redhat.com>
13642
13643         PR backtrace/15558
13644         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13645         with a backtrace limit.
13646         * gdb.python/py-frame-inline.exp: Test running to an inline
13647         function with a backtrace limit, and printing the newest frame.
13648         * gdb.python/py-frame-inline.c (main): Call f.
13649
13650 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13651
13652         * gdb.java/jnpe.exp: Drop srcdir from untested path.
13653
13654 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13655
13656         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13657         Drop prefix from unsupported source file path.
13658
13659 2014-04-17  Yao Qi  <yao@codesourcery.com>
13660
13661         * lib/gdb.exp (with_target_charset): New proc.
13662         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13663         with_target_charset.
13664         (test_print_strings): Likewise.
13665         (test_repeat_bytes): Likewise.
13666         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13667         for some tests.
13668
13669 2014-04-16  Keith Seitz  <keiths@redhat.com>
13670
13671         PR gdb/15827
13672         * gdb.dwarf2/corrupt.c: New file.
13673         * gdb.dwarf2/corrupt.exp: New file.
13674
13675 2014-04-16  Keith Seitz  <keiths@redhat.com>
13676
13677         PR c++/16597
13678         * gdb.cp/namelessclass.cc: New file.
13679         * gdb.cp/namelessclass.exp: New file.
13680         * gdb.cp/namelessclass.S: New file.
13681
13682 2014-04-16  Doug Evans  <dje@google.com>
13683
13684         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13685         Add comment.
13686         (gdbserver_default_get_comm_port): New function.
13687         (gdbserver_start): Check if board file provided
13688         "gdbserver,get_comm_port" and use it if so.
13689         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13690         (gdb,socketport): Set to "stdio".
13691         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13692         (stdio_gdbserver_template): Delete.
13693         (${board}_get_remote_address): Update.
13694         (${board}_build_remote_cmd): Delete.
13695         (${board}_get_comm_port): New function.
13696         (${board}_spawn): Update.
13697         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13698         Delete.
13699         (${board}_get_remote_address): Update.
13700         (${board}_get_comm_port): New function.
13701
13702 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
13703
13704         * gdb.base/memattr.exp: Improve regexps to handle memory regions
13705         appearing in any order.
13706
13707 2014-04-15  Doug Evans  <dje@google.com>
13708
13709         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13710         uninitialized value of "description".
13711
13712 2014-04-15  Keith Seitz  <keiths@redhat.com>
13713
13714         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13715         Remove unused globals.
13716         (test_running_the_program): Likewise.
13717         (test_controlled_execution): Likewise.
13718         (test_controlling_breakpoints): Likewise.
13719         (test_program_termination): Likewise.
13720
13721 2014-04-15  Keith Seitz  <keiths@redhat.com>
13722
13723         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13724         unused globals.
13725         (test_rbreak_creation_and_listing): Likewise.
13726         (test_ignore_count): Likewise.
13727         (test_error): Likewise.
13728
13729 2014-04-15  Pedro Alves  <palves@redhat.com>
13730
13731         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13732         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13733         sym-file-loader.c.
13734         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13735         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13736         to sym-file-loader.c.
13737         (struct library): Forward declare.
13738         (load_shlib, lookup_function): Change prototypes.
13739         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13740         (translate_offset): Remove declarations.
13741         (get_text_addr): New declaration.
13742         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13743         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13744         sym-file-loader.h.
13745         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13746         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13747         here from sym-file-loader.h.
13748         (struct library): New structure.
13749         (load_shlib, lookup_function): Change prototypes and adjust to
13750         work with a struct library.
13751         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13752         (translate_offset): Make static.
13753         (get_text_addr): New function.
13754         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13755
13756 2014-04-15  Pedro Alves  <palves@redhat.com>
13757
13758         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
13759
13760 2014-04-15  Pedro Alves  <palves@redhat.com>
13761
13762         * gdb.base/sym-file-loader.c: Include <limits.h>.
13763         (SELF_LINK): New define.
13764         (get_origin): New function.
13765         (load_shlib): Use it.
13766         * gdb.base/sym-file.exp: Don't early return if the target is
13767         remote.  Use runto_main, and issue fail is that fails.  Use
13768         gdb_load_shlibs.
13769         (shlib_name): Delete.
13770         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
13771
13772 2014-04-15  Pedro Alves <palves@redhat.com>
13773
13774         * gdb.base/sym-file.exp: Remove regex characters from test
13775         message.  Don't refer to breakpoint numbers in test messages.
13776
13777 2014-04-14  Keith Seitz  <keiths@redhat.com>
13778
13779         PR c++/16253
13780         * gdb.cp/var-tag.cc: New file.
13781         * gdb.cp/var-tag.exp: New file.
13782         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13783         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13784         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13785         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13786
13787 2014-04-14  Tom Tromey  <tromey@redhat.com>
13788
13789         * gdb.cp/classes.exp (test_enums): Handle underlying type.
13790         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13791         type.
13792         * gdb.cp/enum-class.exp: New file.
13793         * gdb.cp/enum-class.cc: New file.
13794
13795 2014-04-14  Tom Tromey  <tromey@redhat.com>
13796
13797         * gdb.dwarf2/enum-type.exp: New file.
13798
13799 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13800
13801         * gdb.mi/mi-vla-c99.exp: New file.
13802         * gdb.mi/vla.c: New file.
13803
13804 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13805
13806         * gdb.base/vla-datatypes.c: New file.
13807         * gdb.base/vla-datatypes.exp: New file.
13808
13809 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13810
13811         * gdb.base/vla-ptr.c: New file.
13812         * gdb.base/vla-ptr.exp: New file.
13813
13814 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13815
13816         * gdb.dwarf2/count.exp: New file.
13817
13818 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13819
13820         * gdb.base/vla-sideeffect.c: New file.
13821         * gdb.base/vla-sideeffect.exp: New file.
13822
13823 2014-04-14  David Blaikie <dblaikie@gmail.com>
13824
13825         * gdb.mi/non-stop.c: Add return value for non-void function return
13826         statement.
13827         * gdb.threads/staticthreads.c: Ditto.
13828
13829 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
13830             Doug Evans  <xdje42@gmail.com>
13831
13832         * gdb.guile/scm-value.c: Improve test case.
13833         * gdb.guile/scm-value.exp: Add new test.
13834
13835 2014-04-11  David Blaikie  <dblaikie@gmail.com>
13836
13837         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13838         override Clang's default.
13839
13840 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
13841
13842         Revert the following changes (regressions):
13843
13844         * gdb.base/vla-sideeffect.c: New file.
13845         * gdb.base/vla-sideeffect.exp: New file.
13846
13847         * gdb.dwarf2/count.exp: New file.
13848
13849         * gdb.base/vla-multi.c: New file.
13850         * gdb.base/vla-multi.exp: New file.
13851
13852         * gdb.base/vla-ptr.c: New file.
13853         * gdb.base/vla-ptr.exp: New file.
13854
13855         * gdb.base/vla-datatypes.c: New file.
13856         * gdb.base/vla-datatypes.exp: New file.
13857
13858         * gdb.mi/mi-vla-c99.exp: New file.
13859         * gdb.mi/vla.c: New file.
13860
13861 2014-04-11  Keith Seitz  <keiths@redhat.com>
13862
13863         PR c++/16675
13864         * gdb.cp/cpsizeof.exp: New file.
13865         * gdb.cp/cpsizeof.cc: New file.
13866
13867 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13868
13869         * gdb.mi/mi-vla-c99.exp: New file.
13870         * gdb.mi/vla.c: New file.
13871
13872 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13873
13874         * gdb.base/vla-datatypes.c: New file.
13875         * gdb.base/vla-datatypes.exp: New file.
13876
13877 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13878
13879         * gdb.base/vla-ptr.c: New file.
13880         * gdb.base/vla-ptr.exp: New file.
13881
13882 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13883
13884         * gdb.base/vla-multi.c: New file.
13885         * gdb.base/vla-multi.exp: New file.
13886
13887 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13888
13889         * gdb.dwarf2/count.exp: New file.
13890
13891 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13892
13893         * gdb.base/vla-sideeffect.c: New file.
13894         * gdb.base/vla-sideeffect.exp: New file.
13895
13896 2014-04-11  Yao Qi  <yao@codesourcery.com>
13897
13898         * gdb.base/completion.exp: Check file exists before running tests
13899         on file completion.
13900
13901 2014-04-10  Pedro Alves  <palves@redhat.com>
13902
13903         * gdb.base/cond-eval-mode.c: New file.
13904         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
13905         prepare_for_testing to build the new file.  Check result of
13906         runto_main.
13907         (test_break, test_watch): New procedures.
13908         (top level): Use them.
13909
13910 2014-04-08  Pierre Muller  <muller@sourceware.org>
13911
13912         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13913         Ctrl-V use for mingw hosts.
13914
13915 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
13916
13917         * gdb.python/py-value.c: Improve test case.
13918         * gdb.python/py-value.exp: Add new test.
13919
13920 2014-04-07  David Blaikie  <dblaikie@gmail.com>
13921
13922         * lib/compiler.c: Identify the clang compiler.
13923         * lib/compiler.cc: Ditto.
13924
13925 2014-04-03  Yao Qi  <yao@codesourcery.com>
13926
13927         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13928
13929 2014-04-01  Anton Blanchard  <anton@samba.org>
13930
13931         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
13932         messages unique.
13933
13934 2014-04-01  Anton Blanchard  <anton@samba.org>
13935
13936         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13937         prepare_for_testing.
13938
13939 2014-04-01  Anton Blanchard  <anton@samba.org>
13940
13941         * gdb.arch/ppc64-atomic-inst.c: Remove.
13942         * gdb.arch/ppc64-atomic-inst.S: New file.
13943         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13944
13945 2014-03-31  Doug Evans  <dje@google.com>
13946
13947         * gdb.base/print-symbol-loading-lib.c: New file.
13948         * gdb.base/print-symbol-loading-main.c: New file.
13949         * gdb.base/print-symbol-loading.exp: New file.
13950
13951 2014-03-31  Yao Qi  <yao@codesourcery.com>
13952
13953         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13954
13955 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
13956
13957         * gdb.ada/mi_dyn_arr: New testcase.
13958
13959 2014-03-27  Doug Evans  <dje@google.com>
13960
13961         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13962
13963 2014-03-27  Yao Qi  <yao@codesourcery.com>
13964
13965         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13966         if target is nios2-*-*.
13967
13968 2014-03-26  Yao Qi  <yao@codesourcery.com>
13969
13970         * lib/gdb.exp (readline_is_used): New proc.
13971         * gdb.base/completion.exp: Move tests on command complete up.
13972         Skip the rest of tests if readline is not used.
13973         * gdb.ada/complete.exp: Skp the test if readline is not
13974         used.
13975         * gdb.base/filesym.exp: Likewise.
13976         * gdb.base/macscp.exp: Likewise.
13977         * gdb.base/readline-ask.exp: Likewise.
13978         * gdb.base/readline.exp: Likewise.
13979         * gdb.python/py-cmd.exp: Likewise.
13980         * gdb.trace/tfile.exp: Likewise.
13981
13982 2014-03-26  Yao Qi  <yao@codesourcery.com>
13983
13984         * gdb.base/macscp.exp: Fix code format issues.
13985
13986 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
13987
13988         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13989         * gdb.asm/powerpc64le.inc: New file.
13990
13991 2014-03-25  Pedro Alves  <palves@redhat.com>
13992             Doug Evans  <dje@google.com>
13993
13994         * gdb.base/source-execution.c: New file.
13995         * gdb.base/source-execution.exp: New file.
13996         * gdb.base/source-execution.gdb: New file.
13997
13998 2014-03-24  Doug Evans  <dje@google.com>
13999
14000         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14001         using fission.
14002
14003 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14004             Pedro Alves  <palves@redhat.com>
14005
14006         PR breakpoints/16101
14007         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14008         test pass/fail messages.  Detect missing support for dprintf when
14009         breakpoints are actually inserted.
14010         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14011         breakpoints are actually inserted.
14012         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14013         fails.
14014
14015 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14016
14017         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14018
14019 2014-03-22  Doug Evans  <xdje42@gmail.com>
14020
14021         * gdb.python/python.exp (python not supported): Verify multi-line
14022         python command issues an error.
14023         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14024         guile command issues an error.
14025
14026 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14027
14028         * gdb.threads/thread-specific.exp: Handle the lack of usable
14029         $this_breakpoint and $this_thread.
14030
14031 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14032
14033         * gdb.base/attach.exp (do_command_attach_tests): New.
14034
14035 2014-03-20  Tom Tromey  <tromey@redhat.com>
14036             Pedro Alves  <palves@redhat.com>
14037
14038         PR cli/15718
14039         * gdb.base/condbreak-call-false.c: New file.
14040         * gdb.base/condbreak-call-false.exp: New file.
14041
14042 2014-03-20  Pedro Alves  <palves@redhat.com>
14043
14044         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14045         Delete.
14046         (block_signals, unblock_signals): Delete.
14047         (child_function_2, main): Remove references to deleted variable
14048         and functions.
14049
14050 2014-03-20  Pedro Alves  <palves@redhat.com>
14051
14052         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14053         Use pthread_kill to signal thread 2.
14054         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14055         Adjust to make the test send itself a signal rather than using the
14056         host's "kill" command.
14057
14058 2014-03-20  Pedro Alves  <palves@redhat.com>
14059
14060         * gdb.threads/multiple-step-overs.c: New file.
14061         * gdb.threads/multiple-step-overs.exp: New file.
14062         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14063         Adjust expected infrun debug output.
14064
14065 2014-03-20  Pedro Alves  <palves@redhat.com>
14066
14067         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14068         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14069
14070 2014-03-20  Pedro Alves  <palves@redhat.com>
14071
14072         PR breakpoints/7143
14073         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14074         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14075         of gdb_test_multiple.
14076         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14077         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14078
14079 2014-03-20  Pedro Alves  <palves@redhat.com>
14080
14081         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14082         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14083
14084 2014-03-19  Pedro Alves  <palves@redhat.com>
14085
14086         * gdb.base/async.exp: Remove early return.
14087
14088 2014-03-19  Pedro Alves  <palves@redhat.com>
14089
14090         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14091
14092 2014-03-19  Pedro Alves  <palves@redhat.com>
14093
14094         * gdb.base/async.exp (test_background): Expect \r\n after
14095         "completed." in the fail pattern.
14096
14097 2014-03-19  Pedro Alves  <palves@redhat.com>
14098
14099         * gdb.base/async.exp (test_background): New procedure.
14100         Use it for all background execution command tests.
14101
14102 2014-03-19  Pedro Alves  <palves@redhat.com>
14103
14104         * gdb.base/async.exp: Use prepare_for_testing.
14105
14106 2014-03-19  Pedro Alves  <palves@redhat.com>
14107
14108         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14109         the same line.
14110
14111 2014-03-19  Pedro Alves  <palves@redhat.com>
14112
14113         * gdb.base/async.c (main): Add "jump here" and "until here" line
14114         marker comments.
14115         * gdb.base/async.exp (jump_here): New global.
14116         (jump& test): Use it.
14117         (until_here): New global.
14118         (until& test): Use it.
14119
14120 2014-03-19  Pedro Alves  <palves@redhat.com>
14121
14122         * gdb.base/async.exp: Don't frob gdb_protocol.
14123
14124 2014-03-18  Doug Evans  <xdje42@gmail.com>
14125
14126         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14127         Fix spelling of exec-done-display.
14128
14129 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14130
14131         PR gdb/15358
14132         * gdb.base/gdb-sigterm.c: New file.
14133         * gdb.base/gdb-sigterm.exp: New file.
14134
14135 2014-03-18  Pedro Alves  <palves@redhat.com>
14136
14137         PR gdb/13860
14138         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14139         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14140         solib-event.
14141
14142 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14143
14144         * gdb.ada/pckd_arr_ren: New testcase.
14145
14146 2014-03-13  Doug Evans  <xdje42@gmail.com>
14147
14148         PR guile/16612
14149         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14150         collect after discarding symbols.
14151
14152 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14153             Doug Evans  <xdje42@gmail.com>
14154
14155         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14156         to history survives a gc.
14157
14158 2014-03-13  Pedro Alves  <palves@redhat.com>
14159
14160         * gdb.base/default.exp: Don't test "target procfs".
14161
14162 2014-03-13  Pedro Alves  <palves@redhat.com>
14163
14164         * gdb.base/default.exp: Update "target child" and "target procfs"
14165         tests to not expect "Unix".
14166
14167 2014-03-12  Tom Tromey  <tromey@redhat.com>
14168
14169         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14170         New procs.  Add target-async tests.
14171         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14172         Add target-async tests.
14173
14174 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14175
14176         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14177         'func_start' and 'func_end' for the beginning and end of the
14178         function code, respectively.
14179         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14180         'func_end' instead of 'func' and 'main'.
14181
14182 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14183
14184         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14185         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14186         generate the debug info assembler source.
14187
14188 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14189
14190         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14191         * gdb.dwarf2/arr-subrange.exp: Likewise.
14192         * gdb.dwarf2/dwz.exp: Likewise.
14193         * gdb.dwarf2/method-ptr.exp: Likewise.
14194         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14195         * gdb.dwarf2/subrange.exp: Likewise.
14196         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14197         * gdb.dwarf2/implptrpiece.exp: Likewise.
14198         * gdb.dwarf2/nostaticblock.exp: Likewise.
14199
14200 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14201
14202         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14203         directory to absolute path name arguments.
14204
14205 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14206
14207         * gdb.ada/tagged_access: New testcase.
14208
14209 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14210
14211         * gdb.btrace/data.exp: Update expected output.
14212
14213 2014-03-06  Yao Qi  <yao@codesourcery.com>
14214
14215         * gdb.trace/pr16508.exp: New file.
14216
14217 2014-03-05  Pedro Alves  <palves@redhat.com>
14218
14219         PR gdb/16575
14220         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14221         procedure.
14222         (top level): Adjust to use it.  Add tests that exercise breakpoint
14223         interaction with the code-cache.
14224
14225 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14226
14227         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14228         test for 'history-append!'.
14229
14230 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14231
14232         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14233         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14234         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14235         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14236         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14237         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14238
14239 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14240
14241         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14242         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14243         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14244
14245 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14246
14247         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14248
14249 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14250
14251         * gdb.dwarf2/arr-stride.c: New file.
14252         * gdb.dwarf2/arr-stride.exp: New file.
14253
14254 2014-02-26  Pedro Alves  <palves@redhat.com>
14255
14256         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14257         that won't ever trigger.  Make sure that GDB reports the correct
14258         breakpoint that caused the stop.
14259
14260 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14261
14262         PR gdb/16626
14263         * gdb.base/auto-load-script: New file.
14264         * gdb.base/auto-load.c: New file.
14265         * gdb.base/auto-load.exp: New file.
14266
14267         PR gdb/16626
14268         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14269
14270 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14271
14272         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14273         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14274
14275 2014-02-24  Doug Evans  <dje@google.com>
14276
14277         * lib/gdb.exp (run_on_host): Log error output if program fails.
14278
14279 2014-02-21  Pedro Alves  <palves@redhat.com>
14280
14281         * gdb.threads/step-after-sr-lock.c: Rename to ...
14282         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14283         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14284         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14285         ... this.
14286
14287 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14288
14289         PR tdep/16397
14290         * gdb.arch/amd64-stap-special-operands.exp: New file.
14291         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14292         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14293         * gdb.arch/amd64-stap-triplet.S: Likewise.
14294         * gdb.arch/amd64-stap-triplet.c: Likewise.
14295
14296 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14297
14298         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14299         in .section pseudo-op.
14300
14301 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14302             Joel Brobecker  <brobecker@adacore.com>
14303             Doug Evans  <xdje42@gmail.com>
14304
14305         PR symtab/16581
14306         * gdb.dwarf2/dw2-icycle.S: New file.
14307         * gdb.dwarf2/dw2-icycle.c: New file.
14308         * gdb.dwarf2/dw2-icycle.exp: New file.
14309
14310 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14311
14312         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14313         operations on gdb.Value objects.
14314         * gdb.python/py-value-cc.exp: Add new test to test operations on
14315         gdb.Value objects.
14316
14317 2014-02-18  Doug Evans  <dje@google.com>
14318
14319         * Makefile.in (TESTS): New variable.
14320         (expanded_tests, expanded_tests_or_none): New variables
14321         (check-single): Pass $(expanded_tests_or_none) to runtest.
14322         (check-parallel): Only run tests in $(TESTS) if non-empty.
14323         (check/no-matching-tests-found): New rule.
14324         * README: Document TESTS makefile variable.
14325
14326 2014-02-18  Doug Evans  <dje@google.com>
14327
14328         * Makefile.in (check-parallel): rm -rf outputs temp.
14329
14330 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14331
14332         Fix "ERROR: no fileid for" in the testsuite.
14333         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14334
14335 2014-02-12  Doug Evans  <dje@google.com>
14336
14337         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14338         (MISCELLANEOUS): New variable.
14339         (clean): rm -rf $(MISCELLANEOUS).
14340         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14341         dwp live in the same directory as symlinks, with each symlink pointed
14342         to a differently named file in a different directory.
14343
14344 2014-02-11  Doug Evans  <dje@google.com>
14345
14346         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14347         of Tcl file commands.
14348
14349 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14350
14351         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14352         "kill -SIGUSR1 -1".
14353
14354 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14355
14356         * gdb.ada/tick_length_array_enum_idx: New testcase.
14357
14358 2014-02-10  Doug Evans  <xdje42@gmail.com>
14359
14360         * configure.ac (AC_OUTPUT): Add gdb.guile.
14361         * configure: Regenerate.
14362         * lib/gdb-guile.exp: New file.
14363         * lib/gdb.exp (get_target_charset): New function.
14364         * gdb.base/help.exp: Update expected output from "apropos apropos".
14365         * gdb.guile/Makefile.in: New file.
14366         * gdb.guile/guile.exp: New file.
14367         * gdb.guile/scm-arch.c: New file.
14368         * gdb.guile/scm-arch.exp: New file.
14369         * gdb.guile/scm-block.c: New file.
14370         * gdb.guile/scm-block.exp: New file.
14371         * gdb.guile/scm-breakpoint.c: New file.
14372         * gdb.guile/scm-breakpoint.exp: New file.
14373         * gdb.guile/scm-disasm.c: New file.
14374         * gdb.guile/scm-disasm.exp: New file.
14375         * gdb.guile/scm-equal.c: New file.
14376         * gdb.guile/scm-equal.exp: New file.
14377         * gdb.guile/scm-error.exp: New file.
14378         * gdb.guile/scm-error.scm: New file.
14379         * gdb.guile/scm-frame-args.c: New file.
14380         * gdb.guile/scm-frame-args.exp: New file.
14381         * gdb.guile/scm-frame-args.scm: New file.
14382         * gdb.guile/scm-frame-inline.c: New file.
14383         * gdb.guile/scm-frame-inline.exp: New file.
14384         * gdb.guile/scm-frame.c: New file.
14385         * gdb.guile/scm-frame.exp: New file.
14386         * gdb.guile/scm-generics.exp: New file.
14387         * gdb.guile/scm-gsmob.exp: New file.
14388         * gdb.guile/scm-iterator.c: New file.
14389         * gdb.guile/scm-iterator.exp: New file.
14390         * gdb.guile/scm-math.c: New file.
14391         * gdb.guile/scm-math.exp: New file.
14392         * gdb.guile/scm-objfile-script-gdb.in: New file.
14393         * gdb.guile/scm-objfile-script.c: New file.
14394         * gdb.guile/scm-objfile-script.exp: New file.
14395         * gdb.guile/scm-objfile.c: New file.
14396         * gdb.guile/scm-objfile.exp: New file.
14397         * gdb.guile/scm-ports.exp: New file.
14398         * gdb.guile/scm-pretty-print.c: New file.
14399         * gdb.guile/scm-pretty-print.exp: New file.
14400         * gdb.guile/scm-pretty-print.scm: New file.
14401         * gdb.guile/scm-section-script.c: New file.
14402         * gdb.guile/scm-section-script.exp: New file.
14403         * gdb.guile/scm-section-script.scm: New file.
14404         * gdb.guile/scm-symbol.c: New file.
14405         * gdb.guile/scm-symbol.exp: New file.
14406         * gdb.guile/scm-symtab-2.c: New file.
14407         * gdb.guile/scm-symtab.c: New file.
14408         * gdb.guile/scm-symtab.exp: New file.
14409         * gdb.guile/scm-type.c: New file.
14410         * gdb.guile/scm-type.exp: New file.
14411         * gdb.guile/scm-value-cc.cc: New file.
14412         * gdb.guile/scm-value-cc.exp: New file.
14413         * gdb.guile/scm-value.c: New file.
14414         * gdb.guile/scm-value.exp: New file.
14415         * gdb.guile/source2.scm: New file.
14416         * gdb.guile/types-module.cc: New file.
14417         * gdb.guile/types-module.exp: New file.
14418
14419 2014-02-10  Yao Qi  <yao@codesourcery.com>
14420
14421         PR testsuite/16543
14422         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14423         * configure: Regenerated.
14424         * Makefile.in: New file.
14425
14426 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14427
14428         * gdb.python/py-framefilter.exp: Fix typo.
14429
14430 2014-02-08  Yao Qi  <yao@codesourcery.com>
14431
14432         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14433         that no =breakpoint-modified is emitted when breakpoints are
14434         modified through MI commands.
14435
14436 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14437             Pedro Alves  <palves@redhat.com>
14438
14439         * gdb.threads/step-after-sr-lock.c: New file.
14440         * gdb.threads/step-after-sr-lock.exp: New file.
14441
14442 2014-02-07  Pedro Alves  <palves@redhat.com>
14443
14444         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14445
14446 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14447
14448         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14449         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14450
14451 2014-02-06  Doug Evans  <xdje42@gmail.com>
14452
14453         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14454         output.
14455
14456         * gdb.gdb/python-interrupts.exp: New file.
14457
14458 2014-02-05  Yao Qi  <yao@codesourcery.com>
14459
14460         * gdb.trace/report.exp (use_collected_data): Test the output
14461         of "info threads" and "info inferiors".
14462
14463 2014-02-05  Yao Qi  <yao@codesourcery.com>
14464
14465         Revert this patch:
14466
14467         2013-05-24  Yao Qi  <yao@codesourcery.com>
14468
14469         * gdb.trace/tfile.exp: Test inferior and thread.
14470
14471 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14472
14473         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14474         on a function.
14475         * gdb.base/step-bt.c: Call hello via function pointer to make
14476         sure its first instruction is executed on powerpc64le-linux.
14477
14478 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14479
14480         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14481
14482 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14483
14484         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14485         of the test patterns for use on little-endian systems.
14486
14487 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14488
14489         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14490         (decimal_vector): Fix for little-endian.
14491
14492 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14493
14494         * gdb.arch/sparc-sysstep.exp: New file.
14495         * gdb.arch/sparc-sysstep.c: Likewise.
14496
14497         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14498
14499 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14500
14501         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14502
14503 2014-01-23  Tom Tromey  <tromey@redhat.com>
14504
14505         * gdb.ada/array_char_idx: New testcase.
14506
14507 2014-01-23  Tom Tromey  <tromey@redhat.com>
14508
14509         PR python/16487:
14510         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14511         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14512         classes.
14513
14514 2014-01-23  Tom Tromey  <tromey@redhat.com>
14515
14516         PR python/16491:
14517         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14518         string from an inferior frame.
14519         * gdb.python/py-framefilter-mi.exp: Update.
14520
14521 2014-01-22  Doug Evans  <dje@google.com>
14522
14523         * gdb.server/server-mon.exp: Add tests for "set debug-format".
14524
14525 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14526
14527         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14528
14529 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14530
14531         * gdb.trace/entry-values.exp: Remove excess space character from
14532         regex patterns.  Handle s390 call instruction.
14533
14534 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14535
14536         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14537         define "*_start" label.  Make "name" static.
14538         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14539         ${name} by references to ${name}_start.
14540
14541 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14542
14543         * gdb.base/info-macros.exp: Remove "debug" from the compile
14544         options.
14545
14546 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14547
14548         * gdb.dlang/demangle.exp: New file.
14549
14550 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14551
14552         * gdb.dlang/primitive-types.exp: New file.
14553
14554 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14555
14556         * configure.ac: Create gdb.dlang/Makefile.
14557         * configure: Regenerate.
14558         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14559         * gdb.dlang/Makefile.in: New file.
14560         * lib/d-support.exp: New file.
14561         * lib/gdb.exp (skip_d_tests): New proc.
14562
14563 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14564
14565         * gdb.btrace/delta.exp: Check reverse stepi.
14566         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
14567         * gdb.btrace/finish.exp: New.
14568         * gdb.btrace/next.exp: New.
14569         * gdb.btrace/nexti.exp: New.
14570         * gdb.btrace/record_goto.c: Add comments.
14571         * gdb.btrace/step.exp: New.
14572         * gdb.btrace/stepi.exp: New.
14573         * gdb.btrace/multi-thread-step.c: New.
14574         * gdb.btrace/multi-thread-step.exp: New.
14575         * gdb.btrace/rn-dl-bind.c: New.
14576         * gdb.btrace/rn-dl-bind.exp: New.
14577         * gdb.btrace/data.c: New.
14578         * gdb.btrace/data.exp: New.
14579         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14580
14581 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14582
14583         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14584         * gdb.btrace/exception.exp: Update.
14585         * gdb.btrace/instruction_history.exp: Update.
14586         * gdb.btrace/record_goto.exp: Update.
14587         * gdb.btrace/tailcall.exp: Update.
14588         * gdb.btrace/unknown_functions.exp: Update.
14589         * gdb.btrace/delta.exp: New.
14590
14591 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14592
14593         * gdb.btrace/record_goto.exp: Add backtrace test.
14594         * gdb.btrace/tailcall.exp: Add backtrace test.
14595
14596 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14597
14598         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14599         * gdb.btrace/record_goto.c: New.
14600         * gdb.btrace/record_goto.exp: New.
14601         * gdb.btrace/x86-record_goto.S: New.
14602
14603 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14604
14605         * gdb.btrace/function_call_history.exp: Update tests.
14606         * gdb.btrace/instruction_history.exp: Update tests.
14607
14608 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14609
14610         * gdb.btrace/function_call_history.exp: Fix expected field
14611         order for "record function-call-history".
14612         Add new tests for "record function-call-history /c".
14613         * gdb.btrace/exception.cc: New.
14614         * gdb.btrace/exception.exp: New.
14615         * gdb.btrace/tailcall.exp: New.
14616         * gdb.btrace/x86-tailcall.S: New.
14617         * gdb.btrace/x86-tailcall.c: New.
14618         * gdb.btrace/unknown_functions.c: New.
14619         * gdb.btrace/unknown_functions.exp: New.
14620         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14621
14622 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14623
14624         * gdb.btrace/instruction_history.exp: Update.
14625         * gdb.btrace/function_call_history.exp: Update.
14626
14627 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14628
14629         * gdb.btrace/function_call_history.exp: Fix expected function
14630         trace.
14631         * gdb.btrace/instruction_history.exp: Initialize traced.
14632         Remove traced_functions.
14633
14634 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14635
14636         * gdb.btrace/function_call_history.exp: Update
14637         * gdb.btrace/instruction_history.exp: Update.
14638
14639 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14640
14641         * gdb.btrace/enable.exp: Update expected text.
14642
14643 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
14644
14645         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14646         bytes.
14647
14648 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
14649
14650         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14651
14652 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
14653
14654         * lib/gdb.exp (supports_process_record): Return true for
14655         arm*-linux*.  (supports_reverse): Likewise.
14656
14657 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
14658
14659         PR python/15464
14660         PR python/16113
14661         * gdb.python/py-type.c: Enhance test case.
14662         * gdb.python/py-value-cc.cc: Likewise
14663         * gdb.python/py-type.exp: Add new tests.
14664         * gdb.python/py-value-cc.exp: Likewise
14665
14666 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14667             Pedro Alves <palves@redhat.com>
14668
14669         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14670         Make "name" extern.
14671         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14672         references to ${name}_start by references to ${name}.
14673
14674 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14675
14676         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14677
14678 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14679
14680         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14681
14682 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
14683             Pedro Alves  <palves@redhat.com>
14684
14685         * gdb.mi/mi-info-os.exp: Connect to the target with
14686         mi_gdb_target_load.
14687
14688 2014-01-08  Pedro Alves  <palves@redhat.com>
14689
14690         * gdb.threads/reconnect-signal.c: New file.
14691         * gdb.threads/reconnect-signal.exp: New file.
14692
14693 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14694
14695         * gdb.base/source-dir.exp: New file.
14696
14697 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14698
14699         * gdb.ada/mi_interface: New testcase.
14700
14701 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14702
14703         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14704         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14705         gdb.ada/pp-rec-component/pck.ads: New files.
14706
14707 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14708
14709         * gdb.python/py-pp-integral.c: New file.
14710         * gdb.python/py-pp-integral.py: New file.
14711         * gdb.python/py-pp-integral.exp: New file.
14712
14713 For older changes see ChangeLog-1993-2013.
14714 \f
14715 ;; Local Variables:
14716 ;; mode: change-log
14717 ;; left-margin: 8
14718 ;; fill-column: 74
14719 ;; version-control: never
14720 ;; End:
14721
14722     Copyright 2014-2018 Free Software Foundation, Inc.
14723   Copying and distribution of this file, with or without modification,
14724   are permitted provided the copyright notice and this notice are preserved.