7f278ef41e13eeaff8c986e80a20deb6c2b249a5
[external/binutils.git] / gdb / testsuite / ChangeLog
1 2018-10-01  Markus Metzger  <markus.t.metzger@intel.com>
2
3         * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
4         assembly.
5
6 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
7
8         * gdb.base/frame-selection.exp: New file.
9         * gdb.base/frame-selection.c: New file.
10
11 2018-09-27  Alan Hayward  <alan.hayward@arm.com>
12
13         * gdb.threads/check-libthread-db.c (thread_routine): Use a
14         pthread barrier.
15         (main): Likewise.
16
17 2018-09-26  Andrew Burgess  <andrew.burgess@embecosm.com>
18
19         * gdb.base/large-frame-1.c: New file.
20         * gdb.base/large-frame-2.c: New file.
21         * gdb.base/large-frame.exp: New file.
22         * gdb.base/large-frame.h: New file.
23
24 2018-09-24  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
25
26         PR gdb/20948
27         * gdb.base/write_mem.exp: New test.
28         * gdb.base/write_mem.c: Likewise.
29
30 2018-09-23  Tom Tromey  <tom@tromey.com>
31
32         PR python/18852:
33         * gdb.python/py-parameter.exp: Add test for parameter that throws
34         on "set".
35
36 2018-09-23  Tom Tromey  <tom@tromey.com>
37
38         PR python/17284:
39         * gdb.python/py-template.exp (test_template_arg): Add test for
40         negative template argument number.
41
42 2018-09-23  Tom Tromey  <tom@tromey.com>
43
44         PR python/14062:
45         * gdb.python/python.exp: Add test for post_event error.
46
47 2018-09-23  Tom Tromey  <tom@tromey.com>
48
49         PR python/18170:
50         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
51         convert pointers to int and long.
52
53 2018-09-23  Tom Tromey  <tom@tromey.com>
54
55         PR python/20126:
56         * gdb.python/py-value.exp (test_value_numeric_ops): Add
57         signed-ness conversion tests.
58
59 2018-09-23  Tom Tromey  <tom@tromey.com>
60
61         PR python/18352;
62         * gdb.python/py-value.exp (test_float_conversion): New proc.
63         Use it.
64
65 2018-09-20  Hafiz Abid Qadeer  <abidh@codesourcery.com>
66
67         gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
68
69 2018-09-18  Sandra Loosemore  <sandra@codesourcery.com>
70
71         * gdb.base/complete-empty.exp: Skip tab-completion tests if
72         no readline.
73         * gdb.base/utf8-identifiers.exp: Likewise.
74         * gdb.cp/cpcompletion.exp: Likewise.
75         * gdb.linespec/cpcompletion.exp: Likewise.
76         * gdb.linespec/cpls-abi-tag.exp: Likewise.
77         * gdb.linespec/cpls-ops.exp: Likewise.
78
79 2018-09-19  Richard Bunt  <richard.bunt@arm.com>
80             Chris January  <chris.january@arm.com>
81
82         * gdb.cp/koenig.exp: Extend to test logical short circuiting.
83         * gdb.fortran/short-circuit-argument-list.exp: New file.
84         * gdb.fortran/short-circuit-argument-list.f90: New test.
85
86 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
87
88         * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
89         "arch=" keyword when executing "-stack-list-frames".
90
91 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
92
93         * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
94         "arch=" keyword when executing "-stack-list-frames".
95
96 2018-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
97
98         * gdb.ada/complete.exp: Expect for "@" when doing "complete
99         break ada".
100
101 2018-09-17  Simon Marchi  <simon.marchi@polymtl.ca>
102
103         PR python/23669
104         * gdb.python/python.exp: Test gdb.execute("show commands").
105
106 2018-09-16  Tom Tromey  <tom@tromey.com>
107
108         * gdb.base/new-ui.exp (do_execution_tests): Update.
109         * gdb.base/dbx.exp (test_breakpoints): Update.
110
111 2018-09-14  Alan Hayward  <alan.hayward@arm.com>
112
113         * lib/gdb.exp (gdb_simple_compile): Add proc.
114         (is_elf_target): Use gdb_simple_compile.
115         (skip_altivec_tests): Likewise.
116         (skip_vsx_tests): Likewise.
117         (skip_tsx_tests): Likewise.
118         (skip_btrace_tests): Likewise.
119         (skip_btrace_pt_tests): Likewise.
120         (gdb_can_simple_compile): Likewise.
121         (gdb_has_argv0): Likewise.
122         (gdb_target_symbol_prefix): Likewise.
123         (target_supports_scheduler_locking): Likewise.
124
125 2018-09-13  Tom Tromey  <tom@tromey.com>
126
127         * Makefile.in (TAGS): Recognize proc_with_prefix and
128         gdb_caching_proc.
129
130 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
131
132         * gdb.python/py-progspace.exp: Test the Progspace.objfiles
133         method.
134
135 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
136
137         * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
138         and a few other Inferior properties when the Inferior is no
139         longer valid.
140
141 2018-09-13  Tom Tromey  <tom@tromey.com>
142
143         PR rust/23650:
144         * gdb.rust/simple.exp: Add test for enum field access error.
145
146 2018-09-13  Tom Tromey  <tom@tromey.com>
147
148         PR rust/23626:
149         * gdb.rust/simple.rs (EmptyEnum): New type.
150         (main): Use it.
151         * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
152
153 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
154
155         * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
156         * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
157         * gdb.python/py-symtab.exp: Update test printing an objfile.
158
159 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
160
161         * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
162         object.
163
164 2018-09-12  Alan Hayward  <alan.hayward@arm.com>
165
166         * lib/gdb.exp (gdb_can_simple_compile): Add proc.
167         (support_complex_tests): Use gdb_can_simple_compile.
168         (is_ilp32_target): Likewise.
169         (is_lp64_target): Likewise.
170         (is_64_target): Likewise.
171         (is_amd64_regs_target): Likewise.
172         (is_aarch32_target): Likewise.
173         (gdb_int128_helper): Likewise.
174
175 2018-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
176
177         * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
178
179 2018-09-10  Jerome Guitton  <guitton@adacore.com>
180
181         * gdb.ada/same_component_name: Add test for case of tagged record
182         with variable-length fields.
183
184 2018-09-10  Xavier Roirand  <roirand@adacore.com>
185
186         * gdb.ada/access_to_unbounded_array.exp: New testcase.
187         * gdb.ada/access_to_unbounded_array/foo.adb: New file.
188         * gdb.ada/access_to_unbounded_array/pack.adb: New file.
189         * gdb.ada/access_to_unbounded_array/pack.ads: New file.
190
191 2018-09-10  Xavier Roirand  <roirand@adacore.com>
192
193         * gdb.ada/mi_string_access.exp: New testcase.
194         * gdb.ada/mi_string_access/bar.adb: New file.
195         * gdb.ada/mi_string_access/pck.adb: New file.
196         * gdb.ada/mi_string_access/pck.asd: New file.
197
198 2018-09-10  Xavier Roirand  <roirand@adacore.com>
199
200         * gdb.ada/mi_var_union.exp: New testcase.
201         * gdb.ada/mi_var_union/bar.adb: New file.
202         * gdb.ada/mi_var_union/pck.adb: New file.
203         * gdb.ada/mi_var_union/pck.asd: New file.
204
205 2018-09-08  Tom Tromey  <tom@tromey.com>
206
207         * gdb.python/py-prettyprint.exp: Use with_test_prefix.
208
209 2018-09-08  Tom Tromey  <tom@tromey.com>
210
211         PR python/16047:
212         * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
213         (register_pretty_printers): Register new printer.
214         * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
215         test.
216         * gdb.python/py-prettyprint.c (int_type3): New typedef.
217         (an_int_type3): New global.
218
219 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
220
221         * gdb.ada/expr_with_funcall: New testcase.
222
223 2018-09-08  Joel Brobecker  <brobecker@adacore.com>
224
225         * gdb.ada/packed_array_assign: New testcase.
226
227 2018-09-07  Andrew Burgess  <andrew.burgess@embecosm.com>
228
229         * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
230         names, and add test prefixes to make test names unique.
231
232 2018-09-05  Tom de Vries  <tdevries@suse.de>
233
234         * gdb.dwarf2/varval.exp: Add test.
235
236 2018-09-04  Gary Benson <gbenson@redhat.com>
237
238         * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
239         'eof' before 'wait -i'.  Use remote_close and clear_gdb_spawn_id.
240
241 2018-08-31  Tom Tromey  <tom@tromey.com>
242
243         * gdb.rust/simple.rs: Rename second variable "v".
244
245 2018-08-30  Andrew Burgess  <andrew.burgess@embecosm.com>
246
247         * gdb.base/funcargs.c (use_a): New function.
248         (recurse): Call use_a.
249
250 2018-08-29  Keith Seitz  <keiths@redhat.com>
251
252         * gdb.compile/compile-cplus-anonymous.cc: New file.
253         * gdb.compile/compile-cplus-anonymous.exp: New file.
254         * gdb.compile/compile-cplus-array-decay.cc: New file.
255         * gdb.compile/compile-cplus-array-decay.exp: New file.
256         * gdb.compile/compile-cplus-inherit.cc: New file.
257         * gdb.compile/compile-cplus-inherit.exp: New file.
258         * gdb.compile/compile-cplus-member.cc: New file.
259         * gdb.compile/compile-cplus-member.exp: New file.
260         * gdb.compile/compile-cplus-method.cc: New file.
261         * gdb.compile/compile-cplus-method.exp: New file.
262         * gdb.compile/compile-cplus-mod.c: "New" file.
263         * gdb.compile/compile-cplus-namespace.cc: New file.
264         * gdb.compile/compile-cplus-namespace.exp: New file.
265         * gdb.compile/compile-cplus-nested.cc: New file.
266         * gdb.compile/compile-cplus-nested.exp: New file.
267         * gdb.compile/compile-cplus-print.c: "New" file.
268         * gdb.compile/compile-cplus-print.exp: "New" file.
269         * gdb.compile/compile-cplus-virtual.cc: New file.
270         * gdb.compile/compile-cplus-virtual.exp: New file.
271         * gdb.compile/compile-cplus.c: "New" file.
272         * gdb.compile/compile-cplus.exp: "New" file.
273         * lib/compile-support.exp: New file.
274
275 2018-08-16  Gary Benson <gbenson@redhat.com>
276
277         PR gdb/13000:
278         * gdb.base/batch-exit-status.exp: New file.
279         * gdb.base/batch-exit-status.good-commands: Likewise.
280         * gdb.base/batch-exit-status.bad-commands: Likewise.
281
282 2018-08-29  Alan Hayward  <alan.hayward@arm.com>
283
284         * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
285         (struct struct02): Likewise.
286         (struct struct03): Likewise.
287         (struct struct04): Likewise.
288         (struct struct_01_01): New struct.
289         (struct struct_01_02): Likewise.
290         (struct struct_01_03): Likewise.
291         (struct struct_01_04): Likewise.
292         (struct struct_02_01): Likewise.
293         (struct struct_02_02): Likewise.
294         (struct struct_02_03): Likewise.
295         (struct struct_02_04): Likewise.
296         (struct struct_04_01): Likewise.
297         (struct struct_04_02): Likewise.
298         (struct struct_04_03): Likewise.
299         (struct struct_04_04): Likewise.
300         (struct struct_05_01): Likewise.
301         (struct struct_05_02): Likewise.
302         (struct struct_05_03): Likewise.
303         (struct struct_05_04): Likewise.
304         (cmp_struct01): Remove function.
305         (cmp_struct02): Likewise.
306         (cmp_struct03): Likewise.
307         (cmp_struct04): Likewise.
308         (cmp_struct_01_01): Add Function.
309         (cmp_struct_01_02): Likewise.
310         (cmp_struct_01_03): Likewise.
311         (cmp_struct_01_04): Likewise.
312         (cmp_struct_02_01): Likewise.
313         (cmp_struct_02_02): Likewise.
314         (cmp_struct_02_03): Likewise.
315         (cmp_struct_02_04): Likewise.
316         (cmp_struct_04_01): Likewise.
317         (cmp_struct_04_02): Likewise.
318         (cmp_struct_04_03): Likewise.
319         (cmp_struct_04_04): Likewise.
320         (cmp_struct_05_01): Likewise.
321         (cmp_struct_05_02): Likewise.
322         (cmp_struct_05_03): Likewise.
323         (cmp_struct_05_04): Likewise.
324         (call_all): Add new structs.
325         * gdb.base/infcall-nested-structs.exp: Likewise.
326
327 2018-08-27  Jan Vrany  <jan.vrany@fit.cvut.cz>
328
329         * gdb.python/py-framefilter-mi.exp: Update regexp to
330         check for "arch" field in frame output.
331
332 2018-08-23  Kevin Buettner  <kevinb@redhat.com>
333
334         * gdb.dwarf2/dw2-ranges-func.c: New file.
335         * gdb.dwarf2/dw2-ranges-func.exp: New file.
336
337 2018-08-22  Simon Marchi  <simon.marchi@polymtl.ca>
338
339         * gdb.base/term.exp: Compare terminal settings with values from
340         the inferior.
341         * gdb.base/term.c: Get and set terminal settings.
342
343 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
344
345         * lib/mi-support.exp (mi_expect_stop): Update regexp to
346         accommodate new "arch" field in frame output.
347         * gdb.mi/mi-return.exp: Likewise.
348         * gdb.mi/mi-stack.exp: Likewise.
349         * gdb.mi/mi-syn-frame.exp: Likewise.
350         * gdb.mi/user-selected-context-sync.exp: Likewise.
351
352 2018-08-19  Michael Spang  <spang@google.com>
353
354         PR gdb/11786
355         * gdb.base/gcore-tls-pie.c: New file.
356         * gdb.base/gcore-tls-pie.exp: New file.
357
358 2018-08-18  Kevin Buettner  <kevinb@redhat.com>
359
360         * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
361         * gdb.dwarf2/varval.c: New file.
362         * gdb.dwarf2/varval.exp: New file.
363
364 2018-08-17  Alan Hayward  <alan.hayward@arm.com>
365
366         PR gdb/18931
367         * gdb.arch/aarch64-fp.c (main): Fix asm registers.
368
369 2018-08-16  Keith Seitz  <keiths@redhat.com>
370
371         * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
372         tests expected to pass.
373
374 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
375
376         * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
377         -data-disassemble -a.
378         (test_disassembly_bogus_args): Likewise.
379
380 2018-08-14  Andrew Burgess  <andrew.burgess@embecosm.com>
381
382         * gdb.mi/list-thread-groups-available.exp: Update test regexp.
383
384 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
385
386         * gdb.base/vla-optimized-out.exp: Add new test.
387
388 2018-08-09  Andrew Burgess  <andrew.burgess@embecosm.com>
389
390         * gdb.base/vla-optimized-out-o3.exp: Delete.
391         * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
392         * gdb.base/vla-optimized-out.exp: Extend to cover all of the
393         deleted tests.
394
395 2018-08-08  Andrew Burgess  <andrew.burgess@embecosm.com>
396
397         PR gdb/18050:
398         * gdb.server/extended-remote-restart.c: New file.
399         * gdb.server/extended-remote-restart.exp: New file.
400
401 2018-08-07  Simon Marchi  <simon.marchi@polymtl.ca>
402
403         * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
404         "set variable index = 42".
405
406 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
407
408         * boards/index-cache-gdb.exp: New file.
409         * gdb.dwarf2/index-cache.exp: New file.
410         * gdb.dwarf2/index-cache.c: New file.
411         * gdb.base/maint.exp: Check if we are using the index cache.
412
413 2018-08-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
414
415         * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
416         MAKEFLAGS.
417
418 2018-08-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
419
420         * dg-extract-results.sh: Move to toplevel contrib.
421         * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
422         * Makefile.in (check-parallel-racy): Likewise.
423
424 2018-08-06  Andrew Burgess  <andrew.burgess@embecosm.com>
425
426         * lib/gdb.exp (target_supports_scheduler_locking): New proc.
427         * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
428         tests if the target supports scheduler locking.
429
430 2018-08-04  Tom de Vries  <tdevries@suse.de>
431
432         * gdb.python/py-rbreak.exp: Fix rbreak regexp.
433
434 2018-08-02  Tom Tromey  <tom@tromey.com>
435
436         PR symtab/16842.
437         * gdb.cp/temargs.exp: Test "info address" of a template
438         parameter.
439
440 2018-07-31  Jan Vrany  <jan.vrany@fit.cvut.cz>
441
442         * gdb.python/py-mi-var-info-path-expression.c: New file.
443         * gdb.python/py-mi-var-info-path-expression.py: New file.
444         * gdb.python/py-mi-var-info-path-expression.exp: New file.
445
446 2018-07-30  Sergio Durigan Junior  <sergiodj@redhat.com>
447
448         * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
449         error after "cannot resolve name" string.
450
451 2018-07-28  Andrew Burgess  <andrew.burgess@embecosm.com>
452
453         * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
454         started.
455         * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
456
457 2018-07-28  Tom de Vries  <tdevries@suse.de>
458
459         * gdb.base/vla-optimized-out-o3-strict.exp: New file.
460
461 2018-07-26  Tom de Vries  <tdevries@suse.de>
462
463         * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
464
465 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
466
467         * gdb.base/maint.exp: Add check that dwarf unwinders control flag
468         is visible.
469
470 2018-07-26  Tom de Vries  <tdevries@suse.de>
471
472         PR breakpoints/23366
473         * gdb.base/catch-follow-exec.c: New test.
474         * gdb.base/catch-follow-exec.exp: New file.
475
476 2018-07-25  Tom de Vries  <tdevries@suse.de>
477
478         * gdb.base/vla-optimized-out-o3.exp: New file.  Reuse
479         vla-optimized-out.c.
480
481 2018-07-25  Jan Vrany  <jan.vrany@fit.cvut.cz>
482
483         * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
484         * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
485
486 2018-07-20  Tom de Vries  <tdevries@suse.de>
487
488         * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
489         NOCLONE macro.
490         * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
491
492 2018-07-19  Tom de Vries  <tdevries@suse.de>
493
494         * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
495         regular expression.
496
497 2018-07-18  Tom de Vries  <tdevries@suse.de>
498
499         * gdb.base/vla-optimized-out.c: New test.
500         * gdb.base/vla-optimized-out.exp: New file.
501
502 2018-07-13  Sergio Durigan Junior  <sergiodj@redhat.com>
503
504         * lib/gdbserver-support.exp (gdbserver_start): Expect for the
505         message "No address associated with hostname" when gdbserver
506         cannot resolve the hostname.
507
508 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
509
510         * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
511         Add some test prefixes to make tests unique.
512
513 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
514
515         * gdb.base/frameapply.c: New file.
516         * gdb.base/frameapply.exp: New file.
517
518 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
519
520         * gdb.base/skip.exp: Update expected error message.
521
522 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
523             Jan Kratochvil  <jan.kratochvil@redhat.com>
524             Paul Fertser  <fercerpav@gmail.com>
525             Tsutomu Seki  <sekiriki@gmail.com>
526
527         * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
528         parameter.
529         * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
530         by default.
531         * boards/native-gdbserver.exp: Likewise.
532         * gdb.server/run-without-local-binary.exp: Improve regexp used
533         for detecting when a remote debugging connection succeeds.
534         * gdb.server/server-connect.exp: New file.
535         * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
536         Do not prefix the port number with ":".
537         (gdbserver_start): New global GDB_TEST_SOCKETHOST.  Implement
538         support for detecting and using it.  Add '$debughost_gdbserver'
539         to the list of arguments used to start gdbserver.  Handle case
540         when gdbserver cannot resolve a network name.
541
542 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
543
544         PR c++/23373
545         * gdb.base/ptype-offsets.cc (struct static_member): New
546         struct.
547         (main) <stmember>: New variable.
548         * gdb.base/ptype-offsets.exp: Add test for printing a struct
549         with a static member in it.
550
551 2018-07-10  Andrew Burgess  <andrew.burgess@embecosm.com>
552
553         * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
554         watchpoints enabled and disabled.
555
556 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
557
558         * gdb.base/examine-backward.exp: Still run tests around address
559         0x0, even if address 0x0 is not readable.  Update the pattern for
560         matching address 0x0 in expected output.
561
562 2018-07-06  Andrew Burgess  <andrew.burgess@embecosm.com>
563
564         * gdb.base/share-env-with-gdbserver.c (main): Add call to
565         malloc/free.
566
567 2018-07-04  Tom de Vries  <tdevries@suse.de>
568
569         * gdb.dwarf2/dw2-error.exp: Update expected error message.
570
571 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
572
573         PR tdep/8282
574         * gdb.arch/mips-disassembler-options.exp: New test.
575         * gdb.arch/mips-disassembler-options.s: New test source.
576
577 2018-06-29  Pedro Alves  <palves@redhat.com>
578
579         * gdb.threads/names.exp: Adjust expected "info threads" output.
580
581 2018-06-29  Pedro Alves  <palves@redhat.com>
582
583         * gdb.opt/inline-break.exp (line number, address): Add "info
584         break" tests.
585
586 2018-06-29  Pedro Alves  <palves@redhat.com>
587
588         * gdb.opt/inline-break.c (func1): Add "break here" marker.
589         * gdb.opt/inline-break.exp: Test setting breakpoints by line
590         number and address and running to them.
591
592 2018-06-29  Richard Bunt  <richard.bunt@arm.com>
593
594         * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
595
596 2018-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
597
598         * lib/compiler.c: Remove executable permission flag.
599
600 2018-06-28  Richard Bunt  <richard.bunt@arm.com>
601
602         * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
603         code.
604         * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
605
606 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
607
608         * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
609
610 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
611
612         * gdb.base/relocate.exp: Test add-symbol-file behavior when the
613         address argument is omitted.
614
615 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
616
617         * gdb.base/relocate.exp: Add test for "symbol-file -o ".
618
619 2018-06-27  Omair Javaid  <omair.javaid@linaro.org>
620
621         PR gdb/21695
622         * gdb.base/infoline-reloc-main-from-zero.exp: New test.
623         * gdb.base/infoline-reloc-main-from-zero.c: New file.
624
625 2018-06-26  Tom Tromey  <tom@tromey.com>
626
627         PR rust/22574:
628         * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
629         * gdb.rust/simple.rs (struct SimpleLayout): New.
630
631 2018-06-22  Simon Marchi  <simon.marchi@ericsson.com>
632
633         * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
634         "info registers" output.
635
636 2018-06-21  Richard Bunt  <richard.bunt@arm.com>
637
638         * gdb.base/watchpoint-hw-attach.c: New test.
639         * gdb.base/watchpoint-hw-attach.exp: New file.
640
641 2018-06-20  Simon Marchi  <simon.marchi@ericsson.com>
642
643         * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
644         through /bin/sh.
645         * boards/dwarf4-gdb-index.exp: Likewise.
646         * boards/fission-dwp.exp: Likewise.
647
648 2018-06-20  Ulrich Weigand  <uweigand@de.ibm.com>
649
650         * gdb.base/float128.exp: Add comment and improved fail message
651         to the failure case of "print large128" test.
652
653 2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
654
655         * configure.ac: Remove AC_PREREQ.
656         * configure: Re-generate.
657
658 2018-06-19  Pedro Alves  <palves@redhat.com>
659
660         * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
661         (func_extern_caller): New.
662         (main): Call func_extern_caller.
663         * gdb.opt/inline-break.exp: Add tests for inline frame skipping
664         logic change.
665
666 2018-06-18  Weimin Pan  <weimin.pan@oracle.com>
667
668         PR gdb/16841
669         * gdb.cp/typedef-base.cc: New file.
670         * gdb.cp/typedef-base.exp: New file.
671
672 2018-06-18  Tom de Vries  <tdevries@suse.de>
673
674         * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
675
676 2018-06-16  Andrew Burgess  <andrew.burgess@embecosm.com>
677             Richard Bunt <Richard.Bunt@arm.com>
678
679         * gdb.threads/attach-slow-waitpid.c: New file.
680         * gdb.threads/attach-slow-waitpid.exp: New file.
681         * gdb.threads/slow-waitpid.c: New file.
682
683 2018-06-14  Pedro Alves  <palves@redhat.com>
684
685         * gdb.base/fork-running-state.c: Include <errno.h>.
686         (exit_if_relative_exits): New.
687         (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
688         exits.
689         (fork_parent): If 'exit_if_relative_exits' is true, exit if the
690         child exits.
691
692 2018-06-14  Tom de Vries  <tdevries@suse.de>
693
694         PR cli/22573
695         * gdb.base/finish-pretty.c: New test.
696         * gdb.base/finish-pretty.exp: New file.
697
698 2018-06-14  Pedro Alves  <palves@redhat.com>
699
700         * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
701         gdb's expected startup output.
702
703 2018-06-14  Pedro Alves  <palves@redhat.com>
704
705         * lib/selftest-support.exp (selftest_setup): Remove inlined
706         function handling.
707
708 2018-06-14  Tom de Vries  <tdevries@suse.de>
709
710         * lib/selftest-support.exp (selftest_setup): Allow function arguments in
711         matching of breakpoint printing.
712
713 2018-06-13  Tom de Vries  <tdevries@suse.de>
714
715         PR testsuite/23269
716         * gdb.base/fork-running-state.c (main): Move setting of alarm ...
717         (fork_child): ... here, and ...
718         (fork_parent): ... here.
719
720 2018-06-12  Tom de Vries  <tdevries@suse.de>
721
722         * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
723
724 2018-06-12  Andrew Burgess  <andrew.burgess@embecosm.com>
725             Stephen Roberts  <stephen.roberts@arm.com>
726
727         * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
728         rewrite test to describe action performed, rather than possible
729         failure.
730
731 2018-06-08  Gary Benson <gbenson@redhat.com>
732
733         * gdb.threads/check-libthread-db.exp: New file.
734         * gdb.threads/check-libthread-db.c: Likewise.
735
736 2018-06-05  Tom Tromey  <tom@tromey.com>
737
738         * gdb.base/default.exp: Update expected "show version" output.
739
740 2018-06-05  Tom Tromey  <tom@tromey.com>
741
742         PR cli/12326:
743         * gdb.cp/static-print-quit.exp: Update.
744         * lib/gdb.exp (pagination_prompt): Update.
745         * gdb.base/page.exp: Use pagination_prompt.  Add new tests.
746         * gdb.python/python.exp: Update.
747
748 2018-06-04  Joel Brobecker  <brobecker@adacore.com>
749
750         * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
751
752 2018-06-01  Joel Brobecker  <brobecker@adacore.com>
753
754         * gdb.ada/bp_fun_addr: New testcase.
755
756 2018-06-01  Tom Tromey  <tom@tromey.com>
757
758         * gdb.xml/tdesc-regs.exp (load_description): Update expected
759         results.
760         * gdb.dwarf2/method-ptr.exp: Set language to C++.
761         * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
762         * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
763         * gdb.base/maint.exp (maint_pass_if): Update.
764
765 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
766
767         * gdb.base/endian.exp: New test.
768         * gdb.base/endian.c: New test source.
769
770 2018-05-24  Andrew Burgess  <andrew.burgess@embecosm.com>
771
772         PR gdb/23203
773         * gdb.base/bt-selected-frame.c: New file.
774         * gdb.base/bt-selected-frame.exp: New file.
775         * lib/gdb.exp (get_current_frame_number): New function.
776
777 2018-05-24  Maciej W. Rozycki  <macro@mips.com>
778             Pedro Alves  <palves@redhat.com>
779
780         * gdb.threads/tls-core.c: Include <stdlib.h>
781         (thread_proc): Call `abort'.
782         * gdb.threads/tls-core.exp: Generate a core with core_find too.
783         (tls_core_test): New procedure, bits factored out from ...
784         (top level): ... here.  Test both native cores and gcore cores.
785
786 2018-05-23  Tom Tromey  <tom@tromey.com>
787
788         * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
789
790 2018-05-23  Tom Tromey  <tom@tromey.com>
791
792         * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
793         symfile_complaints.
794         (test_short_complaints): Likewise.
795         (test_empty_complaints): Likewise.
796         (test_initial_complaints): Update.
797
798 2018-05-23  Tom Tromey  <tom@tromey.com>
799
800         * gdb.gdb/complaints.exp (test_empty_complaints): Update.
801
802 2018-05-23  Tom Tromey  <tom@tromey.com>
803
804         * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
805         (test_short_complaints): Update.
806
807 2018-05-22  Pedro Alves  <palves@redhat.com>
808
809         * gdb.base/remote.exp: Only gdb_start after compiling the
810         testcase.  Issue "disconnect" before testing "set remote" command
811         defaults.  Issue clean_restart before running to main.
812
813 2018-05-22  Pedro Alves  <palves@redhat.com>
814
815         * gdb.base/remote.exp: Adjust expected output of "show remote
816         memory-write-packet-size".  Add tests for "set remote
817         memory-write-packet-size 0" and "set remote
818         memory-write-packet-size fixed/limit".
819
820 2018-05-22  Pedro Alves  <palves@redhat.com>
821
822         PR gdb/22973
823         * gdb.base/utf8-identifiers.c: New file.
824         * gdb.base/utf8-identifiers.exp: New file.
825
826 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
827
828         * gdb.arch/powerpc-fpscr-gcore.exp: New file.
829
830 2018-05-22  Pedro Franco de Carvalho  <pedromfc@linux.vnet.ibm.com>
831
832         * gdb.arch/powerpc-vsx-gcore.exp: New file.
833
834 2018-05-18  Tom Tromey  <tom@tromey.com>
835
836         * gdb.base/ptype-offsets.exp: Update.
837
838 2018-05-17  Keith Seitz  <keiths@redhat.com>
839
840         * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
841         in expected breakpoint stop locations.
842         * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
843         move to proper scope to test variable values.
844         * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
845         (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
846         New functions.
847         (main): Call not_inline_func3.
848         * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
849         inline_func1, inline_func2, and inline_func3.  Test that when each
850         breakpoint is hit, GDB properly reports both the stop location
851         and the backtrace. Repeat tests for temporary breakpoints.
852
853 2018-05-15  Maciej W. Rozycki  <macro@mips.com>
854
855         * gdb.server/server-kill.exp: Verify whether `server_pid' exists
856         rather then trying to access it in determining whether the PID
857         of `gdbserver' could have been retrieved.
858
859 2018-05-08  Andrew Burgess  <andrew.burgess@embecosm.com>
860
861         * gdb.arch/amd64-init-x87-values.S: New file.
862         * gdb.arch/amd64-init-x87-values.exp: New file.
863
864 2018-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
865
866         * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
867
868 2018-05-04  Tom Tromey  <tom@tromey.com>
869
870         PR python/22730:
871         * gdb.python/python.exp: Test multi-line execute.
872
873 2018-05-04  Tom Tromey  <tom@tromey.com>
874
875         PR python/22731:
876         * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
877
878 2018-05-04  Tom Tromey  <tom@tromey.com>
879
880         PR gdb/11750:
881         * gdb.base/define.exp: Test defining a user command inside a user
882         command.
883         * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
884
885 2018-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
886             Pedro Alves <palves@redhat.com>
887
888         PR breakpoints/19806 and support for PR external/20207.
889         * gdb.base/watchpoint-unaligned.c: New file.
890         * gdb.base/watchpoint-unaligned.exp: New file.
891
892 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
893
894         * gdb.base/maint.exp: Make test names unique, use
895         test_prefix_command_help to test 'help maint info', and remove
896         repeated test of 'help maint'.
897
898 2018-05-04  Tom Tromey  <tom@tromey.com>
899
900         PR gdb/22619:
901         * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
902         behavior.
903
904 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
905
906         * gdb.base/maint.exp: Process output from 'maint print registers'
907         line at a time.
908
909 2018-05-04  Andrew Burgess  <andrew.burgess@embecosm.com>
910
911         * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
912         timeout.
913
914 2018-05-03  Andrew Burgess  <andrew.burgess@embecosm.com>
915
916         * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
917         filter pattern.
918
919 2018-05-02  Pedro Alves  <palves@redhat.com>
920
921         * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
922         to_log_command renames.
923         * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
924
925 2018-05-02  Tom Tromey  <tom@tromey.com>
926
927         * gdb.python/py-parameter.exp: Set test message.
928
929 2018-05-02  Tom Tromey  <tom@tromey.com>
930
931         PR python/20084:
932         * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
933         PARAM_ZUINTEGER_UNLIMITED tests.
934
935 2018-04-28  Dan Robertson  <danlrobertson89@gmail.com>
936
937         PR rust/23124
938         * gdb.rust/expr.exp: Test that the unit type is correctly parsed
939         when casting.
940
941 2018-04-30  Tom Tromey  <tom@tromey.com>
942
943         * gdb.python/py-type.exp: Check align attribute.
944         * gdb.python/py-type.c: New "aligncheck" global.
945
946 2018-04-30  Tom Tromey  <tom@tromey.com>
947
948         PR exp/17095:
949         * gdb.dwarf2/dw2-align.exp: New file.
950         * gdb.cp/align.exp: New file.
951         * gdb.base/align.exp: New file.
952         * lib/gdb.exp (gdb_int128_helper): New proc.
953         (has_int128_c, has_int128_cxx): New caching procs.
954
955 2018-04-27  Tom Tromey  <tom@tromey.com>
956
957         PR rust/22545:
958         * gdb.rust/simple.exp: Add inclusive range tests.
959
960 2018-04-26  Pedro Alves  <palves@redhat.com>
961
962         * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
963         ifunc breakpoint locations correctly of ifunc breakpoints set
964         while the program resolves the ifunc.
965
966 2018-04-26  Pedro Alves  <palves@redhat.com>
967
968         * gdb.base/gnu-ifunc-final.c: New file.
969         * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
970         * gdb.base/gnu-ifunc.exp (executable): Delete.
971         (staticexecutable): Adjust.
972         (lib_opts, exec_opts): Delete.
973         (make_binsuffix, build, set-break): New procedures.
974         (misc_tests): New, with tests factored out from the top level.
975         (top level): Test different combinations of ifunc resolver name,
976         resolver with and with debug info, and ifunc target with and
977         without debug info.  Wrap static tests with with_target_prefix.
978
979 2018-04-26  Pedro Alves  <palves@redhat.com>
980
981         * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
982         return type" warnings.
983
984 2018-04-25  Pedro Alves  <palves@redhat.com>
985
986         * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
987         killed".
988         * gdb.base/kill-after-signal.exp: Likewise.
989         * gdb.threads/kill.exp: Likewise.
990
991 2018-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
992             Sergio Durigan Junior  <sergiodj@redhat.com>
993             Pedro Alves  <palves@redhat.com>
994
995         * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
996         regexps to expect for '[Inferior ... detached]' as well.
997         * gdb.base/attach.exp: Likewise.
998         * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
999         "gdb_continue_to_end".
1000         (test_catch_syscall_with_wrong_args): Likewise.
1001         * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1002         ']'.  Don't set 'verbose' on.
1003         * gdb.base/foll-vfork.exp: Likewise.
1004         * gdb.base/fork-print-inferior-events.c: New file.
1005         * gdb.base/fork-print-inferior-events.exp: New file.
1006         * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1007         '[Inferior ... has been killed]' message.
1008         * gdb.base/kill-after-signal.exp: Likewise.
1009         * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1010         detach message.
1011         * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1012         message.
1013         * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1014         regexps to expect for '[Inferior ... detached]' as well.
1015         * gdb.threads/process-dies-while-detaching.exp: Likewise.
1016
1017 2018-04-24  Simon Marchi  <simon.marchi@ericsson.com>
1018
1019         PR gdb/23104
1020         * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1021
1022 2018-04-19  Richard Bunt  <richard.bunt@arm.com>
1023
1024         * gdb.threads/multiple-successive-infcall.c: New test.
1025         * gdb.threads/multiple-successive-infcall.exp: New file.
1026
1027 2018-04-17  Tom Tromey  <tom@tromey.com>
1028
1029         * gdb.rust/simple.rs (Union): New type.
1030         (main): New local "u".
1031         * gdb.rust/simple.exp (test_one_slice): Add new test case.
1032
1033 2018-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1034
1035         * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1036         number information in output of "whereis" command.
1037         * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1038
1039 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1040
1041         * gdb.ada/info_types.exp: Adjust expected output to the line
1042         numbers now printed by "info var/func/type".
1043         * gdb.base/completion.exp: Likewise.
1044         * gdb.base/included.exp: Likewise.
1045         * gdb.cp/cp-relocate.exp: Likewise.
1046         * gdb.cp/cplusfuncs.exp: Likewise.
1047         * gdb.cp/namespace.exp: Likewise.
1048         * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1049
1050 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1051
1052         * gdb.btrace/cpu.exp: New.
1053
1054 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
1055
1056         * gdb.base/step-indirect-call-thunk.exp: New.
1057         * gdb.base/step-indirect-call-thunk.c: New.
1058         * gdb.reverse/step-indirect-call-thunk.exp: New.
1059         * gdb.reverse/step-indirect-call-thunk.c: New.
1060
1061 2018-04-11  Simon Marchi  <simon.marchi@ericsson.com>
1062
1063         * gdb.base/pie-fork.c: New file.
1064         * gdb.base/pie-fork.exp: New file.
1065
1066 2018-04-11  Tom Tromey  <tom@tromey.com>
1067
1068         * gdb.rust/simple.exp: Add test for ".." struct initializer.
1069
1070 2018-04-10  Pedro Alves  <palves@redhat.com>
1071
1072         * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1073         exits.  Instead loop running forever.
1074         (fork_parent): Run forever too.
1075
1076 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1077
1078         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1079         mi_continue_to_line.
1080         * gdb.mi/mi-stack.c (callee4): Add comment.
1081
1082 2018-04-07  Simon Marchi  <simon.marchi@polymtl.ca>
1083
1084         * gdb.mi/mi-stack.exp: Fix indentation.
1085
1086 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1087
1088         PR gdb/22979
1089         * gdb.arch/amd64-osabi.exp: New file.
1090
1091 2018-04-07  Simon Marchi  <simon.marchi@ericsson.com>
1092
1093         PR gdb/22980
1094         * gdb.base/osabi.exp: New file.
1095
1096 2018-04-02  Weimin Pan  <weimin.pan@oracle.com>
1097
1098         * gdb.cp/static-typedef-print.exp: New file.
1099         * gdb.cp/static-typedef-print.cc: New file.
1100
1101 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1102
1103         * gdb.ada/varsize_limit: New testcase.
1104
1105 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
1106
1107         * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1108
1109         * gdb.ada/notcplusplus: New testcase.
1110
1111         * gdb.base/c-linkage-name.c: New file.
1112         * gdb.base/c-linkage-name.exp: New testcase.
1113
1114 2018-03-26  Tom Tromey  <tom@tromey.com>
1115
1116         * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1117         * gdb.python/py-framefilter.py (name_error): New global.
1118         (ErrorInName.function): Use name_error.
1119
1120 2018-03-26  Tom Tromey  <tom@tromey.com>
1121
1122         PR backtrace/15582:
1123         * gdb.python/py-framefilter.exp: Add "bt hide" test.
1124
1125 2018-03-23  Keith Seitz  <keiths@redhat.com>
1126
1127         PR c++/22968
1128         * gdb.cp/subtypes.exp: New file.
1129         * gdb.cp/subtypes.h: New file.
1130         * gdb.cp/subtypes.cc: New file.
1131         * gdb.cp/subtypes-2.cc: New file.
1132
1133 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1134
1135         * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1136         (done): Call '_exit' not 'exit' to avoid atexit handlers.
1137         * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1138         -nostartfiles when compiling the test.  Confirm that all registers
1139         xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1140
1141 2018-03-23  Andrew Burgess  <andrew.burgess@embecosm.com>
1142
1143         * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1144         option, syntax was wrong anyway.
1145         * gdb.arch/arm-disp-step.exp: Likewise.
1146         * gdb.arch/sparc64-regs.exp: Likewise.
1147         * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1148         option, syntax was wrong anyway, switch to use
1149         prepare_for_testing.
1150         * gdb.arch/i386-disp-step.exp: Likewise.
1151
1152 2018-03-23  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1153
1154         * gdb.ada/exec_changed.exp: Replace "target_info exists
1155         use_gdb_stub" by "use_gdb_stub".
1156         * gdb.ada/start.exp: Likewise.
1157         * gdb.base/async-shell.exp: Likewise.
1158         * gdb.base/attach-pie-misread.exp: Likewise.
1159         * gdb.base/attach-wait-input.exp: Likewise.
1160         * gdb.base/break-entry.exp: Likewise.
1161         * gdb.base/break-interp.exp: Likewise.
1162         * gdb.base/dprintf-detach.exp: Likewise.
1163         * gdb.base/nostdlib.exp: Likewise.
1164         * gdb.base/solib-nodir.exp: Likewise.
1165         * gdb.base/statistics.exp: Likewise.
1166         * gdb.base/testenv.exp: Likewise.
1167         * gdb.mi/mi-exec-run.exp: Likewise.
1168         * gdb.mi/mi-start.exp: Likewise.
1169         * gdb.multi/dummy-frame-restore.exp: Likewise.
1170         * gdb.multi/multi-arch-exec.exp: Likewise.
1171         * gdb.multi/multi-arch.exp: Likewise.
1172         * gdb.multi/tids.exp: Likewise.
1173         * gdb.multi/watchpoint-multi.exp: Likewise.
1174         * gdb.python/py-events.exp: Likewise.
1175         * gdb.threads/attach-into-signal.exp: Likewise.
1176         * gdb.threads/attach-stopped.exp: Likewise.
1177         * gdb.threads/threadapply.exp: Likewise.
1178         * lib/selftest-support.exp: Likewise.
1179
1180 2018-03-22  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1181
1182         * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1183
1184 2018-03-20  Stephen Roberts  <stephen.roberts@arm.com>
1185
1186         * gdb.perf/template-breakpoints.cc: New file.
1187         * gdb.perf/template-breakpoints.exp: New file.
1188         * gdb.perf/template-breakpoints.py: New file.
1189
1190 2018-03-19  Tom Tromey  <tom@tromey.com>
1191
1192         * gdb.rust/simple.rs (main): Add local variables field1, field2,
1193         y0.
1194         * gdb.rust/simple.exp: Test bare identifier form of struct
1195         initializer.
1196
1197 2018-03-19  Tom Tromey  <tom@tromey.com>
1198
1199         * gdb.gdb/observer.exp: Remove.
1200
1201 2018-03-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1202
1203         * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1204         "qualified" option when setting breakpoints.
1205         * gdb.trace/backtrace.exp: Likewise.
1206         * gdb.trace/circ.exp: Likewise.
1207         * gdb.trace/collection.exp: Likewise.
1208         * gdb.trace/disconnected-tracing.exp: Likewise.
1209         * gdb.trace/ftrace-lock.exp: Likewise.
1210         * gdb.trace/ftrace.exp: Likewise.
1211         * gdb.trace/infotrace.exp: Likewise.
1212         * gdb.trace/packetlen.exp: Likewise.
1213         * gdb.trace/passc-dyn.exp: Likewise.
1214         * gdb.trace/qtro.exp: Likewise.
1215         * gdb.trace/read-memory.exp: Likewise.
1216         * gdb.trace/report.exp: Likewise.
1217         * gdb.trace/signal.exp: Likewise.
1218         * gdb.trace/status-stop.exp: Likewise.
1219         * gdb.trace/strace.exp: Likewise.
1220         * gdb.trace/tfind.exp: Likewise.
1221         * gdb.trace/trace-break.exp: Likewise.
1222         * gdb.trace/trace-condition.exp: Likewise.
1223         * gdb.trace/trace-mt.exp: Likewise.
1224         * gdb.trace/tstatus.exp: Likewise.
1225         * gdb.trace/tsv.exp: Likewise.
1226         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1227         * gdb.trace/unavailable.exp: Likewise.
1228         * gdb.trace/while-dyn.exp: Likewise.
1229
1230 2018-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1231
1232         * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1233         that libinproctrace is copied to the target.
1234
1235 2018-03-14  Tom Tromey  <tom@tromey.com>
1236
1237         PR cli/14977:
1238         * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1239         a null pointer.
1240         * gdb.base/wchar.exp: Likewise.
1241
1242 2018-03-14  Tom Tromey  <tom@tromey.com>
1243
1244         PR cli/19918:
1245         * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1246         flag.
1247
1248 2018-03-08  Simon Marchi  <simon.marchi@ericsson.com>
1249
1250         PR gdb/22841
1251         * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1252         "target" to remote_exec.
1253
1254 2018-03-08  Simon Marchi  <simon.marchi@polymtl.ca>
1255
1256         PR gdb/22841
1257         * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1258         ${board}_upload): Remove.
1259
1260 2018-03-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1261
1262         * gdb.cp/watch-cp.cc: New test.
1263         * gdb.cp/watch-cp.exp: New file.
1264
1265 2018-03-06  Andrew Burgess  <andrew.burgess@embecosm.com>
1266
1267         * gdb.base/infcall-nested-structs.exp: New file.
1268         * gdb.base/infcall-nested-structs.c: New file.
1269         * gdb.base/float.exp: Add riscv support.
1270
1271 2018-03-02  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1272
1273         * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1274         * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1275
1276 2018-02-28  Sergio Durigan Junior  <sergiodj@redhat.com>
1277
1278         * gdb.server/abspath.exp: New file.
1279         * lib/gdb.exp (with_cwd): New procedure.
1280
1281 2018-02-28  Simon Marchi  <simon.marchi@ericsson.com>
1282
1283         * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1284         use it.
1285         (gdb_is_target_remote_prompt): New proc.
1286         (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1287         (gdb_is_target_native): Pass prompt parameter to
1288         gdb_is_target_1.
1289
1290 2018-02-26  Simon Marchi  <simon.marchi@polymtl.ca>
1291
1292         * gdb.base/load-command.c: New file.
1293         * gdb.base/load-command.exp: New file.
1294         * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1295         (gdb_is_target_1): ...this, and generalize for other targets
1296         than just remote.
1297         (gdb_is_target_remote): Use gdb_is_target_1.
1298         (gdb_is_target_native): use gdb_is_target_1.
1299
1300 2018-02-26  Tom Tromey  <tom@tromey.com>
1301
1302         PR python/16497:
1303         * gdb.python/py-framefilter.exp: Update test.
1304
1305 2018-02-26  Tom Tromey  <tom@tromey.com>
1306
1307         * gdb.dwarf2/variant.c: New file.
1308         * gdb.dwarf2/variant.exp: New file.
1309
1310 2018-02-26  Tom Tromey  <tom@tromey.com>
1311
1312         * gdb.rust/simple.exp: Accept more possible results in enum test.
1313
1314 2018-02-25  Simon Marchi  <simon.marchi@polymtl.ca>
1315
1316         * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1317         parentheses.
1318
1319 2018-02-23  Maciej W. Rozycki  <macro@mips.com>
1320
1321         * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1322         name of a variable: $actual_linejj -> $actual_line.
1323
1324 2018-02-21  John Baldwin  <jhb@FreeBSD.org>
1325
1326         * gdb.arch/amd64-i386-address.exp: Fix a typo.
1327
1328 2018-02-20  Markus Metzger  <markus.t.metzger@intel.com>
1329
1330         * gdb.btrace/buffer-size.exp: Do not force BTS.
1331
1332 2018-02-14  Pedro Alves  <palves@redhat.com>
1333
1334         * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1335         getting a "Quit".
1336
1337 2018-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1338
1339         * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1340         Fix test name.
1341
1342 2018-02-07  Simon Marchi  <simon.marchi@ericsson.com>
1343
1344         * gdb.cp/m-static.exp: Check type of optimized out static
1345         member.
1346
1347 2018-02-03  Andrew Burgess  <andrew.burgess@embecosm.com>
1348
1349         * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1350         * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1351
1352 2018-02-01  Simon Marchi  <simon.marchi@polymtl.ca>
1353             Leszek Swirski  <leszeks@google.com>
1354
1355         * gdb.python/py-prettyprint.c
1356         (struct to_string_returns_value_inner,
1357         struct to_string_returns_value_wrapper): New.
1358         (main): Add tsrvw variable.
1359         * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1360         ToStringReturnsValueWrapper): New classes.
1361         (register_pretty_printers): Register new pretty-printers.
1362         * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1363         recursive pretty printer.
1364         * gdb.python/py-mi.exp: Likewise.
1365
1366 2018-02-01  Leszek Swirski  <leszeks@google.com>
1367
1368         * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1369         functions with the same name as an include file are parsed
1370         correctly.
1371
1372 2018-02-01  Yao Qi  <yao.qi@linaro.org>
1373
1374         * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1375         "\[^\r\n\]*".
1376
1377 2018-01-31  Nikola Prica  <nikola.prica@rt-rk.com>
1378
1379         * gdb.arch/powerpc-prologue-frame.s: New file.
1380         * gdb.arch/powerpc-prologue-frame.c: Likewise.
1381         * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1382
1383 2018-01-31  Joel Brobecker  <brobecker@adacore.com>
1384
1385         * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1386
1387 2018-01-30  Pedro Alves  <palves@redhat.com>
1388
1389         PR gdb/13211
1390         * gdb.base/interrupt-daemon.c: New.
1391         * gdb.base/interrupt-daemon.exp: New.
1392         * gdb.multi/multi-term-settings.c: New.
1393         * gdb.multi/multi-term-settings.exp: New.
1394
1395 2018-01-30  Joel Brobecker  <brobecker@adacore.com>
1396
1397         * gdb.base/break.exp: Save the location where the breakpoint
1398         on break.c:47 was actually inserted when debugging the version
1399         compiled at -O2 and use it in the expected output of the "info
1400         break" test performed soon after.
1401
1402 2018-01-22  Pedro Alves  <palves@redhat.com>
1403             Sergio Durigan Junior  <sergiodj@redhat.com>
1404
1405         * gdb.base/whatis.exp: Add tests for 'set print object on' +
1406         'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1407
1408 2018-01-22  Joel Brobecker  <brobecker@adacore.com>
1409
1410         * gdb.base/break-include.c, gdb.base/break-include.inc,
1411         gdb.base/break-include.exp: New files.
1412         * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1413         line number now being the actual line number where the breakpoint
1414         was inserted.
1415         * gdb.mi/mi-break.exp: Likewise.
1416         * gdb.mi/mi-reverse.exp: Likewise.
1417         * gdb.mi/mi-simplerun.exp: Ditto.
1418
1419 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1420
1421         * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1422         varobj.
1423         * gdb.mi/mi-var-create-rtti.exp: Likewise.
1424
1425 2018-01-21  Don Breazeal  <donb@codesourcery.com>
1426             Andrew Burgess  <andrew.burgess@embecosm.com>
1427
1428         * gdb.mi/basics.c: Add new global.
1429         * gdb.mi/mi-frame-regs.exp: New file.
1430         * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1431         case.
1432
1433 2018-01-21  Andrew Burgess  <andrew.burgess@embecosm.com>
1434
1435         * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1436         non-parameter, and on an unknown symbol.
1437
1438 2018-01-19  Tom Tromey  <tom@tromey.com>
1439
1440         * gdb.rust/modules.rs (TWENTY_THREE): New global.
1441         * gdb.rust/modules.exp: Add ::-qualified lookup test.
1442
1443 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1444
1445         * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1446         setrlimit and chdir to int.
1447
1448 2018-01-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1449
1450         * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1451         function.
1452         (my_tend): Likewise.
1453         * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1454         rationale of avoiding FP- and vector instructions.
1455
1456 2018-01-19  Ruslan Kabatsayev  <b7.10110111@gmail.com>
1457
1458         * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1459         "info reg" with "\[ \t\]*".
1460         * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1461         "\[ \t\]+".
1462         * gdb.arch/s390-multiarch.exp: Ditto.
1463         * gdb.base/pc-fp.exp: Ditto.
1464         * gdb.reverse/i386-precsave.exp: Ditto.
1465         * gdb.reverse/i386-reverse.exp: Ditto.
1466         * gdb.reverse/i387-env-reverse.exp: Ditto.
1467         * gdb.reverse/i387-stack-reverse.exp: Ditto.
1468
1469 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1470
1471         * lib/gdb.exp (gdb_compile): Re-enable use of
1472         universal_compile_options for languages other than Rust.
1473
1474 2018-01-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1475
1476         * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1477
1478 2018-01-17  Mike Gulick  <mgulick@mathworks.com>
1479
1480         PR gdb/16577
1481         * gdb.base/solib-vanish.exp: New.
1482         * gdb.base/solib-vanish-main.c: New.
1483         * gdb.base/solib-vanish-lib1.c: New.
1484         * gdb.base/solib-vanish-lib2.c: New.
1485
1486 2018-01-17  Yao Qi  <yao.qi@linaro.org>
1487
1488         * gdb.compile/compile.exp: Match the address printed for
1489         frame in the output of command "bt".
1490
1491 2018-01-15  Tom Tromey  <tom@tromey.com>
1492
1493         * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1494         compute sp_reg.
1495
1496 2018-01-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1497
1498         * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1499         to prepare.
1500         (prepare): Return 0 on error, 1 on success.
1501
1502 2018-01-12  Pedro Alves  <palves@redhat.com>
1503
1504         * gdb.base/continue-after-aborted-step-over.c: New.
1505         * gdb.base/continue-after-aborted-step-over.exp: New.
1506
1507 2018-01-11  Simon Marchi  <simon.marchi@ericsson.com>
1508
1509         * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1510         options when not creating an executable.
1511
1512 2018-01-11  Pedro Alves  <palves@redhat.com>
1513
1514         PR remote/22597
1515         * gdb.server/stop-reply-no-thread.c: New file.
1516         * gdb.server/stop-reply-no-thread.exp: New file.
1517
1518 2018-01-10  Pedro Alves  <palves@redhat.com>
1519
1520         PR gdb/22670
1521         * gdb.ada/bp_c_mixed_case.exp: Add intro comment.  Test printing C
1522         functions too.  Test setting breakpoints and printing C functions
1523         with no debug info too.
1524         * gdb.ada/bp_c_mixed_case/qux.c: New file.
1525
1526 2018-01-10  Pedro Alves  <palves@redhat.com>
1527
1528         PR gdb/22670
1529         * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1530         a fail.
1531
1532 2018-01-10  Pedro Alves  <palves@redhat.com>
1533
1534         PR gdb/22670
1535         * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1536
1537 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1538
1539         * gdb.server/unittest.exp: Match the output in non-development
1540         mode.
1541
1542 2018-01-08  Simon Marchi  <simon.marchi@ericsson.com>
1543
1544         * gdb.gdb/unittest.exp: Match output in non-development mode.
1545
1546 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1547
1548         * gdb.ada/access_tagged_param.exp: Relax expected output
1549         for value of "ObjL" in "continue" to pck.inspect breakpoint
1550         test.
1551
1552 2018-01-08  Joel Brobecker  <brobecker@adacore.com>
1553
1554         * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1555         * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1556
1557 2018-01-05  Pedro Alves  <palves@redhat.com>
1558
1559         PR gdb/18653
1560         * gdb.base/libsegfault.exp: New.
1561
1562 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1563
1564         PR gdb/22670
1565         * gdb.ada/access_tagged_param.exp: New file.
1566         * gdb.ada/access_tagged_param/foo.adb: New file.
1567
1568 2018-01-05  Pedro Alves  <palves@redhat.com>
1569
1570         PR gdb/22670
1571         * gdb.ada/info_addr_mixed_case.exp: Remove kfail.  Extend test to
1572         exercise lower case too, and to exercise both full matching and
1573         wild matching.
1574
1575 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1576
1577         * gdb.ada/rename_subscript_param: New testcase.
1578
1579 2018-01-05  Jerome Guitton  <guitton@adacore.com>
1580
1581         * gdb.ada/arr_acc_idx_w_gap: New testcase.
1582
1583 2018-01-05  Joel Brobecker  <brobecker@adacore.com>
1584
1585         * gdb.ada/convvar_comp: New testcase.
1586
1587 2018-01-05  Xavier Roirand  <roirand@adacore.com>
1588
1589         * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1590         (My_Table): New global variable.
1591         * testsuite/gdb.ada/array_char_idx.exp: Add test.
1592
1593 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1594
1595         PR gdb/22670
1596         * gdb.ada/maint_with_ada: New testcase.
1597
1598 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1599
1600         PR gdb/22670
1601         * gdb.ada/bp_c_mixed_case: New testcase.
1602
1603 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1604
1605         PR gdb/22670
1606         * gdb.ada/complete.exp: Add "complete break ada" test.
1607
1608 2018-01-04  Joel Brobecker  <brobecker@adacore.com>
1609
1610         PR gdb/22670
1611         * gdb.ada/info_addr_mixed_case: New testcase.
1612
1613 2018-01-03  Xavier Roirand  <roirand@adacore.com>
1614
1615         * gdb.ada/excep_handle.exp: New testcase.
1616         * gdb.ada/excep_handle/foo.adb: New file.
1617         * gdb.ada/excep_handle/pck.ads: New file.
1618
1619 2018-01-03  Joel Brobecker  <brobecker@adacore.com>
1620
1621         * gdb.base/step-line.c: Add extra empty line in copyright header.
1622         * gdb.base/step-line.inp: Likewise.
1623
1624 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1625
1626         * gdb.ada/dyn_stride.exp: Add slice test.
1627
1628 2018-01-02  Joel Brobecker  <brobecker@adacore.com>
1629
1630         * gdb.ada/dyn_stride: New testcase.
1631
1632 2017-12-27  Stafford Horne  <shorne@gmail.com>
1633
1634         * gdb.xml/extra-regs.xml: Add example foo reggroup.
1635         * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1636
1637 2017-12-27  Stafford Horne  <shorne@gmail.com>
1638
1639         * gdb.base/reggroups.c: New file.
1640         * gdb.base/reggroups.exp: New file.
1641
1642 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1643
1644         * gdb.dwarf2/ada-valprint-error.c: New file.
1645         * gdb.dwarf2/ada-valprint-error.exp: New file.
1646
1647 2017-12-18  Joel Brobecker  <brobecker@adacore.com>
1648
1649         * gdb.ada/assign_arr: New testcase.
1650
1651 2017-12-18  Xavier Roirand  <roirand@adacore.com>
1652
1653         * gdb.ada/funcall_ptr: New testcase.
1654
1655 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
1656
1657         PR cli/16224
1658         * gdb.base/ptype-offsets.cc: New file.
1659         * gdb.base/ptype-offsets.exp: New file.
1660
1661 2017-12-15  Yao Qi  <yao.qi@linaro.org>
1662
1663         * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1664         if XML is disabled.
1665
1666 2017-12-15  Xavier Roirand  <roirand@adacore.com>
1667
1668         * gdb.ada/same_component_name: New testcase.
1669
1670 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1671
1672         * gdb.ada/str_binop_equal: New testcase.
1673
1674 2017-12-14  Joel Brobecker  <brobecker@adacore.com>
1675
1676         * gdb.ada/task_switch_in_core: New testcase.
1677
1678 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
1679
1680         * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1681         * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1682         call test_bkpt_qualified.
1683         (test_bkpt_qualified): New proc.
1684
1685 2017-12-13  Pedro Alves  <palves@redhat.com>
1686
1687         * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1688         Tighten regexp by matching with an anchor.
1689
1690 2017-12-13  Pedro Alves  <palves@redhat.com>
1691
1692         * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1693         ("expression with namespace"): New set of tests.
1694         * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1695         (Nested::Test_NS::qux): New.
1696         * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1697         defaults to 'start_quote_char' and 'end_quote_char' parameters.
1698
1699 2017-12-13  Joel Brobecker  <brobecker@adacore.com>
1700
1701         * gdb.base/server-del-break.c: New file.
1702         * gdb.base/server-del-break.exp: New file.
1703
1704 2017-12-12  Stafford Horne  <shorne@gmail.com>
1705
1706         * gdb.xml/tdesc-regs.exp: Add or1k support.
1707
1708 2017-12-12  Stafford Horne  <shorne@gmail.com>
1709
1710         * gdb.base/bp-permanent.c: Define nop of or1k.
1711
1712 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1713
1714         * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1715         output with components being reordered.
1716
1717 2017-12-11  Joel Brobecker  <brobecker@adacore.com>
1718
1719         * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1720         output with components being reordered.
1721
1722 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
1723             Pedro Alves  <palves@redhat.com>
1724
1725         * gdb.base/maint.exp (check for .gdb_index): Check also for
1726         .debug_names.
1727         * gdb.dlang/watch-loc.c (.debug_aranges): New.
1728         * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1729         * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1730         (.gdb_index used after symbol reloading): Support also .debug_names.
1731         * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1732
1733 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1734
1735         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1736         * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1737
1738 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1739
1740         * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1741         * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1742
1743 2017-12-08  Yao Qi  <yao.qi@linaro.org>
1744
1745         * gdb.arch/aarch64-tagged-pointer.c: New file.
1746         * gdb.arch/aarch64-tagged-pointer.exp: New file.
1747
1748 2017-12-08  Sergio Durigan Junior  <sergiodj@redhat.com>
1749
1750         * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1751         "int".
1752
1753 2017-12-07  Keith Seitz  <keiths@redhat.com>
1754
1755         PR breakpoints/22569
1756         * gdb.linespec/ls-errs.exp: Change expected result of "break
1757         -source this file has spaces.c -line 3".
1758         Check that an explicit source file followed by whitespace is
1759         identified as an invalid explicit location.
1760
1761 2017-12-07  Keith Seitz  <keiths@redhat.com>
1762
1763         * gdb.cp/nested-types.cc: New file.
1764         * gdb.cp/nested-types.exp: New file.
1765         * lib/cp-support.exp: Load data-structures.exp library.
1766         (debug_cp_test_ptype_class): New global.
1767         (cp_ptype_class_verbose, next_line): New procedures.
1768         (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1769         Add and document new return value.
1770         Switch the list of lines to a queue.
1771         Add support for new `type' key for nested type definitions.
1772         Add debugging/troubleshooting messages.
1773         * lib/data-structures.exp: New file.
1774
1775 2017-12-07  Simon Marchi  <simon.marchi@ericsson.com>
1776
1777         * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1778         with proc_with_prefix, don't use with_test_prefix.
1779
1780 2017-12-07  Tom Tromey  <tom@tromey.com>
1781
1782         * gdb.base/break.exp: Add test for empty "commands".
1783
1784 2017-12-07  Yao Qi  <yao.qi@linaro.org>
1785
1786         * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1787         malloc and catch syscall.
1788
1789 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
1790
1791        * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1792         tests for explicit locations.
1793
1794 2017-12-06  Pedro Alves  <palves@redhat.com>
1795
1796         * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1797         force-disabling XML descriptions.
1798
1799 2017-12-04  Pedro Alves  <palves@redhat.com>
1800
1801         PR gdb/22499
1802         * gdb.arch/amd64-disp-step-avx.S: New file.
1803         * gdb.arch/amd64-disp-step-avx.exp: New file.
1804
1805 2017-12-03  Pedro Alves  <palves@redhat.com>
1806
1807         * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
1808         and <string.h>.
1809         (parent_function): Print distinct messages when waitpid fails, or
1810         the child exits with a signal, or the child exits for an unhandled
1811         reason.
1812         * gdb.threads/process-dies-while-detaching.exp
1813         (detach_and_expect_exit): New 'inf_output_re' parameter and use
1814         it.  Wait for both inferior output and GDB's prompt.  Use an
1815         indirect spawn id list.
1816         (do_detach): New parameter 'child_exit'.  Use it to compute
1817         expected inferior output.
1818         (test_detach, test_detach_watch, test_detach_killed_outside):
1819         Adjust to pass down the expected child exit kind.
1820
1821 2017-12-01  Joel Brobecker  <brobecker@adacore.com>
1822             Sergio Durigan Junior  <sergiodj@redhat.com>
1823             Pedro Alves  <palves@redhat.com>
1824
1825         * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
1826
1827 2017-12-01  Sergio Durigan Junior  <sergiodj@redhat.com>
1828
1829         * gdb.base/relocate.exp: Add tests to guarantee that arguments
1830         to 'symbol-file' and 'add-symbol-file' can be
1831         position-independent.
1832
1833 2017-12-01  Yao Qi  <yao.qi@linaro.org>
1834
1835         * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
1836         the URL in copyright header.
1837         * gdb.arch/aarch64-fp.exp: Likewise.
1838         * gdb.arch/ppc64-atomic-inst.exp: Likewise.
1839         * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
1840         * gdb.base/expand-psymtabs.exp: Likewise.
1841         * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
1842         * gdb.fortran/common-block.exp: Likewise.
1843         * gdb.fortran/common-block.f90: Likewise.
1844         * gdb.fortran/logical.exp: Likewise.
1845         * gdb.fortran/vla-datatypes.f90: Likewise.
1846         * gdb.fortran/vla-sub.f90: Likewise.
1847
1848 2017-11-30  Joel Brobecker  <brobecker@adacore.com>
1849
1850         * gdb.ada/repeat_dyn: New testcase.
1851
1852 2017-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
1853
1854         * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
1855         Update for changed thread numbering.
1856         * gdb.cell/bt.exp: Update for changed GDB output.
1857
1858 2017-11-30  Simon Marchi  <simon.marchi@ericsson.com>
1859
1860         * boards/cc-with-tweaks.exp: Include local-board.exp instead of
1861         setting isremote by hand.
1862         * boards/dwarf4-gdb-index.exp: Likewise.
1863         * boards/fission.exp: Likewise.
1864         * boards/stabs.exp: Likewise.
1865
1866 2017-11-30  Pedro Alves  <palves@redhat.com>
1867
1868         * gdb.linespec/cpls-ops.exp
1869         (check_explicit_skips_function_argument): Extract the underlying
1870         type of size_t instead of hardcoding it.
1871
1872 2017-11-29  Pedro Alves  <palves@redhat.com>
1873
1874         PR c++/19436
1875         * gdb.linespec/cpls-abi-tag.cc: New file.
1876         * gdb.linespec/cpls-abi-tag.exp: New file.
1877
1878 2017-11-29  Pedro Alves  <palves@redhat.com>
1879
1880         * gdb.base/langs.exp: Use -qualified.
1881         * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
1882         it.
1883         * gdb.cp/namespace.exp: Use -qualified.
1884         * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
1885         (overload-3, template-overload, template-ret-type, const-overload)
1886         (const-overload-quoted, anon-ns, ambiguous-prefix): New
1887         procedures.
1888         (test_driver): Call them.
1889         * gdb.cp/save-bp-qualified.cc: New.
1890         * gdb.cp/save-bp-qualified.exp: New.
1891         * gdb.linespec/explicit.exp: Test -qualified.
1892         * lib/completion-support.exp (completion::explicit_opts_list): Add
1893         "-qualified".
1894         * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
1895
1896 2017-11-29  Phil Muldoon  <pmuldoon@redhat.com>
1897
1898         * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
1899
1900 2017-11-29  Tom Tromey  <tom@tromey.com>
1901
1902         * gdb.base/relocate.exp: Update invalid argument test.
1903         Add new tests for invalid arguments.
1904
1905 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1906
1907         * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
1908         Return 0 as a long.
1909         * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
1910
1911 2017-11-29  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1912
1913         * gdb.cp/breakpoint.cc (bar): Set return type to void.
1914         * gdb.cp/psymtab-parameter.cc (func): Likewise.
1915         * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
1916         func ().
1917         * gdb.cp/shadow.cc (B.func): Return 0.
1918
1919 2017-11-27  Joel Brobecker  <brobecker@adacore.com>
1920
1921         * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
1922         expected output in gdb_expect call to allow the exception
1923         message to be present as well.  Fix syntax confusion to avoid
1924         TCL thinking that exception_name is an array.
1925
1926 2017-11-26  Ulrich Weigand  <uweigand@de.ibm.com>
1927
1928         * gdb.arch/spu-info.c: Include <unistd.h>.
1929         (do_signal_test): Fix broken calls to write.
1930         * gdb.arch/spu-info.exp: Use prepare_for_testing.
1931         Fix checks for empty mailboxes.  Update signal tests for corrected
1932         do_signal_test routine.  Allow nonzero event status.
1933         * gdb.arch/spu-ls.exp: Use prepare_for_testing.
1934         * gdb.cell/arch.exp: Use standard_output_file.
1935         * gdb.cell/break.exp: Likewise.
1936         * gdb.cell/bt.exp: Likewise.
1937         * gdb.cell/core.exp: Likewise.
1938         * gdb.cell/dwarfaddr.exp: Likewise.
1939         * gdb.cell/ea-cache.exp: Likewise.
1940         * gdb.cell/ea-standalone.exp: Likewise.
1941         * gdb.cell/f-regs.exp: Likewise.
1942         * gdb.cell/fork.exp: Likewise.
1943         * gdb.cell/gcore.exp: Likewise.
1944         * gdb.cell/mem-access.exp: Likewise.
1945         * gdb.cell/ptype.exp: Likewise.
1946         * gdb.cell/registers.exp: Likewise.
1947         * gdb.cell/sizeof.exp: Likewise.
1948         * gdb.cell/solib-symbol.exp: Likewise.
1949         * gdb.cell/solib.exp: Likewise.
1950
1951 2017-11-25   Pedro Alves  <palves@redhat.com>
1952
1953         * gdb.base/complete-empty.exp: New file.
1954         * gdb.base/completion.exp: Adjust.
1955
1956 2017-11-25  Pedro Alves  <palves@redhat.com>
1957
1958         * gdb.linespec/cpls-ops.cc: New file.
1959         * gdb.linespec/cpls-ops.exp: New file.
1960         * lib/completion-support.exp (test_complete_prefix_range_re): New,
1961         factored out from ...
1962         (test_complete_prefix_range): ... this.
1963
1964 2017-11-24  Pedro Alves  <palves@redhat.com>
1965
1966         * gdb.linespec/cpcompletion.exp: New file.
1967         * gdb.linespec/cpls-hyphen.cc: New file.
1968         * gdb.linespec/cpls.cc: New file.
1969         * gdb.linespec/cpls2.cc: New file.
1970         * gdb.linespec/explicit.exp: Load completion-support.exp.  Adjust
1971         test to use test_gdb_complete_unique.  Add label completion,
1972         keyword completion and explicit location completion tests.
1973         * lib/completion-support.exp: New file.
1974
1975 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
1976
1977         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
1978         gdb.ada/mi_ex_cond.exp: Accept optional exception message in
1979         when hitting an exception catchpoint.
1980
1981 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1982
1983         * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
1984
1985 2017-11-22  Simon Marchi  <simon.marchi@ericsson.com>
1986
1987         * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
1988         * gdb.dwarf2/info-locals-optimized-out.exp: New file.
1989         * gdb.dwarf2/info-locals-optimized-out.c: New file.
1990
1991 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1992
1993         * gdb.base/info-os.exp: Pass pthreads.
1994         * gdb.multi/multi-attach.exp: Likewise.
1995
1996 2017-11-22  Yao Qi  <yao.qi@linaro.org>
1997
1998         * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
1999         compiler.
2000
2001 2017-11-22  Yao Qi  <yao.qi@linaro.org>
2002
2003         * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2004         * gdb.base/break-interp.exp: Likewise.
2005         * gdb.base/jit-attach-pie.exp: Likewise.
2006
2007 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2008
2009         * gdb.base/float128.c (large128): New variable.
2010         * gdb.base/float128.exp: Add test to print largest __float128 value.
2011
2012 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
2013
2014         * gdb.arch/vsx-regs.exp: Update register content checks.
2015
2016 2017-11-21  Ulrich Weigand  <uweigand@de.ibm.com>
2017
2018         * gdb.arch/ppc-longdouble.exp: New file.
2019         * gdb.arch/ppc-longdouble.c: Likewise.
2020
2021 2017-11-21  Pedro Alves  <palves@redhat.com>
2022
2023         * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2024
2025 2017-11-20  Pedro Alves  <palves@redhat.com>
2026
2027         * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2028         (long_double_typedef): New typedefs.
2029         Use DEF on double and long double.
2030         * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2031         cases.
2032         (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2033         and 'long_double_ptr_same_size' locals.  Use them to decide
2034         whether cast from array/function to float is valid/invalid.
2035
2036 2017-11-17  Tom Tromey  <tom@tromey.com>
2037
2038         * gdb.rust/traits.rs: New file.
2039         * gdb.rust/traits.exp: New file.
2040
2041 2017-11-17  Joel Brobecker  <brobecker@adacore.com>
2042
2043         * gdb.ada/minsyms: New testcase.
2044
2045 2017-11-16  Pedro Alves  <palves@redhat.com>
2046
2047         * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2048         * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2049
2050 2017-11-16  Pedro Alves  <palves@redhat.com>
2051
2052         * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2053         gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2054
2055 2017-11-16  Pedro Alves  <palves@redhat.com>
2056
2057         * gdb.server/reconnect-ctrl-c.c: New file.
2058         * gdb.server/reconnect-ctrl-c.exp: New file.
2059
2060 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
2061
2062         * gdb.python/py-rbreak.exp: New file.
2063         * gdb.python/py-rbreak.c: New file.
2064         * gdb.python/py-rbreak-func2.c: New file.
2065
2066 2017-11-16  Pedro Alves  <palves@redhat.com>
2067
2068         * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2069         pattern.
2070         * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2071         GDB.
2072
2073 2017-11-15  Simon Marchi  <simon.marchi@ericsson.com>
2074
2075         * gdb.tui/completionn.exp (test_tab_completion): Add space in
2076         regex.
2077
2078 2017-11-13  Simon Marchi  <simon.marchi@polymtl.ca>
2079
2080         * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2081         test names.
2082
2083 2017-11-09  Pedro Alves  <palves@redhat.com>
2084
2085         * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2086         factored out from ...
2087         (top level): ... here, and adjusted to avoid expecting beyond the
2088         prompt in a single gdb_test_multiple.
2089
2090 2017-11-09  Pedro Alves  <palves@redhat.com>
2091
2092         * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2093         output.
2094         * gdb.server/ext-attach.exp ("kill" test): Likewise.
2095         * gdb.server/ext-restart.exp ("kill" test): Likewise.
2096         * gdb.server/ext-run.exp ("kill" test): Likewise.
2097         * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2098
2099 2017-11-09  Pedro Alves  <palves@redhat.com>
2100
2101         * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2102         match till end of line.
2103
2104 2017-11-09  Pedro Alves  <palves@redhat.com>
2105
2106         * gdb.base/memattr.exp: Tighten regexes to match the end line.
2107
2108 2017-11-09  Pedro Alves  <palves@redhat.com>
2109
2110         * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2111         New procedures, factored out from ...
2112         (top level): ... here, and adjusted to avoid expecting beyond the
2113         prompt in one go.
2114
2115 2017-11-09  Pedro Alves  <palves@redhat.com>
2116
2117         * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2118         output.  Fix '?' match.
2119
2120 2017-11-08  Joel Brobecker  <brobecker@adacore.com>
2121
2122         * gdb.ada/scoped_watch: New testcase.
2123         * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2124         which is actually correct.
2125         * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2126         * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2127
2128 2017-11-08  Pedro Alves  <palves@redhat.com>
2129
2130         * gdb.gdb/complaints.exp (test_initial_complaints)
2131         (test_serial_complaints, test_short_complaints): Call
2132         complaint_internal instead of complaint.
2133
2134 2017-11-08  Djordje Todorovic  <djordje.todorovic@rt-rk.com>
2135
2136         * gdb.threads/tls-core.c: New file.
2137         * gdb.threads/tls-core.exp: Likewise.
2138
2139 2017-11-08   Pedro Alves  <palves@redhat.com>
2140
2141         * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2142         (p Exported_Capitalized): New test.
2143         (p exported_capitalized): New test.
2144
2145 2017-11-07  Pedro Alves  <palves@redhat.com>
2146
2147         * gdb.cp/ena-dis-br-range.exp: Add more tests.
2148
2149 2017-11-07  Pedro Alves  <palves@redhat.com>
2150
2151         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2152         * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2153         (disable_invalid, disable_inverted, disable_negative): New
2154         procedures.
2155         ("bad numbers"): New set of tests.
2156
2157 2017-11-07  Pedro Alves  <palves@redhat.com>
2158
2159         * gdb.cp/ena-dis-br-range.exp: Add tests.
2160
2161 2017-11-07  Pedro Alves  <palves@redhat.com>
2162
2163         * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2164
2165 2017-11-07  Xavier Roirand  <roirand@adacore.com>
2166             Pedro Alves  <palves@redhat.com>
2167
2168         * gdb.base/ena-dis-br.exp: Add reference to
2169         gdb.cp/ena-dis-br-range.exp.
2170         * gdb.cp/ena-dis-br-range.exp: New file.
2171         * gdb.cp/ena-dis-br-range.cc: New file.
2172
2173 2017-11-06  Pedro Alves  <palves@redhat.com>
2174
2175         * gdb.base/attach-non-pgrp-leader.c: New.
2176         * gdb.base/attach-non-pgrp-leader.exp: New.
2177
2178 2017-11-06  Pedro Alves  <palves@redhat.com>
2179
2180         * configure.ac: No longer check for termio.h and sgtty.h.
2181         * configure: Regenerate.
2182         * remote-utils.c: Include termios.h instead of gdb_termios.h.
2183         (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2184         Remove termio and sgtty code.
2185
2186 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2187
2188         * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2189         in GDB is disabled.
2190
2191 2017-11-03  Yao Qi  <yao.qi@linaro.org>
2192
2193         * gdb.python/py-thrhandle.exp: Skip it if python is not
2194         enabled.
2195
2196 2017-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
2197
2198         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2199         as a breakpoint command.
2200
2201 2017-10-28  Maksim Dzabraev  <dzabraew@gmail.com>
2202
2203         PR python/21213
2204         * gdb.python/py-infthread.exp: Test calling
2205         InferiorThread.inferior () multiple times in a row.
2206
2207 2017-10-27  Keith Seitz  <keiths@redhat.com>
2208
2209         * gdb.opt/inline-break.exp (break_info_1): New procedure.
2210         Test "info break" for every inlined function breakpoint.
2211
2212 2017-10-27  Yao Qi  <yao.qi@linaro.org>
2213
2214         * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2215
2216 2017-10-26  Patrick Frants  <osscontribute@gmail.com>
2217
2218         * gdb.cp/classes.exp (test_static_members): Test printing
2219         Outer::instance.
2220         * gdb.cp/classes.c (struct Inner, struct Outer): New.
2221         (Inner::instance, Outer::instance): New.
2222
2223 2017-10-24  Pedro Alves  <palves@redhat.com>
2224
2225         * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2226         extra console" test in two stages.
2227
2228 2017-10-24  Pedro Alves  <palves@redhat.com>
2229
2230         * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2231
2232 2017-10-24  Pedro Alves  <palves@redhat.com>
2233
2234         * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2235         loop.
2236
2237 2017-10-24  Pedro Alves  <palves@redhat.com>
2238
2239         * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2240         $attempt" and "stoppedtry $stoppedtry" test prefixes.
2241
2242 2017-10-24  Pedro Alves  <palves@redhat.com>
2243
2244         * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2245         parameter and handle it.  Don't output read value in test name.
2246
2247 2017-10-24  Pedro Alves  <palves@redhat.com>
2248
2249         * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2250         custom test name.
2251
2252 2017-10-24  Pedro Alves  <palves@redhat.com>
2253
2254         * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2255         include the unstable output directory name in the test's name.
2256         (initial_setup_simple) <'set args'>: Use custom test name.
2257
2258 2017-10-24  Pedro Alves  <palves@redhat.com>
2259
2260         * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2261         with explicit test name.
2262
2263 2017-10-20  Pedro Alves  <palves@redhat.com>
2264
2265         * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2266         'wait -i'.  Use gdb_assert and remote_close.
2267
2268 2017-10-19  Andrew Burgess  <andrew.burgess@embecosm.com>
2269
2270         * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2271         number from variable rather than hard-coded.
2272
2273 2017-10-19  Pedro Alves  <palves@redhat.com>
2274
2275         * gdb.base/long-inferior-output.c: New file.
2276         * gdb.base/long-inferior-output.exp: New file.
2277
2278 2017-11-18  Keith Seitz  <keiths@redhat.com>
2279
2280         * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2281         method.
2282         (main): Call it.
2283         * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2284         Add additional user-defined conversion operator tests.
2285
2286 2017-10-17  Pedro Alves  <palves@redhat.com>
2287
2288         * boards/native-stdio-gdbserver.exp: Load "local-board".
2289
2290 2017-10-17  Pedro Alves  <palves@redhat.com>
2291
2292         * gdb.base/quit-live.c: New file.
2293         * gdb.base/quit-live.exp: New file.
2294
2295 2017-10-16  Keith Seitz  <keiths@redhat.com>
2296
2297         * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2298         (class_with_protected_typedef, class_with_private_typedef)
2299         (struct_with_public_typedef, struct_with_protected_typedef)
2300         (struct_with_private_typedef): New classes/structs.
2301         * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2302         typedefs and access specifiers.
2303
2304 2017-10-16  Pedro Alves  <palves@redhat.com>
2305             Simon Marchi  <simon.marchi@polymtl.ca>
2306
2307         * README (Local vs Remote vs Native): New section.
2308         * boards/local-board.exp: New file, with bits factored out from
2309         ...
2310         * boards/native-extended-gdbserver.exp: ... here.  Load
2311         "local-board".
2312         * boards/native-gdbserver.exp: Load "local-board".
2313         (${board}_spawn, ${board}_exec): Delete.
2314         * boards/native-stdio-gdbserver.exp: Most contents factored out to
2315         ...
2316         * boards/stdio-gdbserver-base.exp: ... this new file.
2317         * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2318         "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2319         procedure.
2320         * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2321         instead of native-stdio-gdbserver.  Don't set gdb_server_prog nor
2322         stdio_gdbserver_command.
2323         (${board}_get_remote_address, ${board}_get_comm_port)
2324         (${board}_download, ${board}_upload): Delete.
2325         (get_target_remote_pipe_cmd): New.
2326
2327 2017-10-16  Simon Marchi  <simon.marchi@ericsson.com>
2328
2329         * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2330         test_bkpt_deletion, test_bkpt_cond_and_cmds,
2331         test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2332         test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2333         test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2334         remove with_test_prefix.
2335
2336 2017-10-13  Pedro Alves  <palves@redhat.com>
2337
2338         * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2339         * gdb.base/annota1.exp: Use it instead of is_remote.
2340         * gdb.base/annota3.exp: Use it instead of is_remote.
2341         * gdb.cp/annota2.exp: Use it instead of is_remote.
2342         * gdb.cp/annota3.exp: Use it instead of is_remote.
2343         * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2344
2345 2017-10-13  Pedro Alves  <palves@redhat.com>
2346
2347         * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2348         (test_num_test_vars, run_and_count_vars, find_env)
2349         (test_set_unset_env, test_inherit_env_var): New procedures.
2350         (top level): Use them.
2351
2352 2017-10-13  Pedro Alves  <palves@redhat.com>
2353
2354         * lib/selftest-support.exp (selftest_setup): Extend comments, and
2355         also skip on stub-like targets.
2356
2357 2017-10-13  Pedro Alves  <palves@redhat.com>
2358
2359         PR gdb/22293
2360         * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2361         (top level): Move some tests to ...
2362         (test_not_found): ... this new procedure.
2363         (top level): Call it.
2364
2365 2017-10-13  Pedro Alves  <palves@redhat.com>
2366
2367         * gdb.base/term.exp: Don't skip if is_remote target.  Instead,
2368         expect different "info terminal" output if testing with a
2369         non-native target.
2370
2371 2017-10-13  Pedro Alves  <palves@redhat.com>
2372             Simon Marchi  <simon.marchi@polymtl.ca>
2373
2374         PR python/12966
2375         * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2376
2377 2017-10-13  Pedro Alves  <palves@redhat.com>
2378
2379         * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2380         already.
2381
2382 2017-10-13  Pedro Alves  <palves@redhat.com>
2383
2384         * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2385         is_remote.
2386
2387 2017-10-13  Pedro Alves  <palves@redhat.com>
2388
2389         * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2390         is_remote.
2391
2392 2017-10-13  Pedro Alves  <palves@redhat.com>
2393
2394         * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2395         is set.
2396         (corefile_test_attach): Likewise.  Check can_spawn_for_attach
2397         instead of is_remote.
2398
2399 2017-10-13  Pedro Alves  <palves@redhat.com>
2400
2401         * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2402         (top level): Add comment.
2403
2404 2017-10-13  Pedro Alves  <palves@redhat.com>
2405
2406         * gdb.base/remote.exp (top level): Fix comment typo and add
2407         missing return.
2408
2409 2017-10-13  Pedro Alves  <palves@redhat.com>
2410             Simon Marchi  <simon.marchi@polymtl.ca>
2411
2412         * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2413         calls and add comments.  Skip test if use_gdb_stub is set.
2414         (top level): Use "set cwd" command instead of "cd" command.
2415
2416 2017-10-13  Pedro Alves  <palves@redhat.com>
2417
2418         * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2419         is_remote target check.
2420
2421 2017-10-13  Pedro Alves  <palves@redhat.com>
2422
2423         * gdb.base/scope.exp: Use build_executable + clean_restart +
2424         gdb_file_cmd instead of prepare_for_testing and no longer skip
2425         "before run" tests on is_remote target boards.  Update comments.
2426         * boards/native-extended-gdbserver.exp
2427         (extended_gdbserver_load_last_file): New, factored out from ...
2428         (gdb_load): ... this.  Move further below and add comment.
2429         (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2430
2431 2017-10-12  Pedro Alves  <palves@redhat.com>
2432
2433         * gdb.base/attach.exp: Remove references to gdb64.
2434         * gdb.base/dbx.exp: Remove references to gdb64.
2435
2436 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2437             Pedro Alves  <palves@redhat.com>
2438
2439         * gdb.base/label.exp: Remove is_remote target check.
2440
2441 2017-10-12  Pedro Alves  <palves@redhat.com>
2442
2443         * gdb.base/auvx.exp (coredir): Update comment.
2444         (top level) <core_works>: Use "set cwd" command instead of "cd"
2445         command.
2446
2447 2017-10-12  Pedro Alves  <palves@redhat.com>
2448             Simon Marchi  <simon.marchi@polymtl.ca>
2449
2450         * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2451         target boards.
2452
2453 2017-10-12  Pedro Alves  <palves@redhat.com>
2454             Simon Marchi  <simon.marchi@polymtl.ca>
2455
2456         * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2457         Instead skip if there's any gdb_protocol set.
2458
2459 2017-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
2460             Pedro Alves  <palves@redhat.com>
2461
2462         * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2463
2464 2017-10-12  Pedro Alves  <palves@redhat.com>
2465             Simon Marchi  <simon.marchi@polymtl.ca>
2466
2467         * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2468         instead of on dejagnu remote boards.
2469
2470 2017-10-12  Pedro Alves  <palves@redhat.com>
2471             Simon Marchi  <simon.marchi@polymtl.ca>
2472
2473         * gdb.base/inferior-died.exp: Remove is_remote and isnative
2474         checks.  Use build_executable + clean_restart instead of
2475         prepare_for_testing.  Pass "set non-stop on" via GDBFLAGS instead
2476         of enabling non-stop after starting gdb.
2477
2478 2017-10-12  Pedro Alves  <palves@redhat.com>
2479
2480         * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2481         * gdb.threads/non-ldr-exc-2.exp: Ditto.
2482         * gdb.threads/non-ldr-exc-3.exp: Ditto.
2483         * gdb.threads/non-ldr-exc-4.exp: Ditto.
2484
2485 2017-10-11  Anton Kolesov  <Anton.Kolesov@synopsys.com>
2486
2487         * gdb.arch/arc-tdesc-cpu.exp: New file.
2488         * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2489
2490 2017-10-10  Simon Marchi  <simon.marchi@ericsson.com>
2491
2492         * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2493
2494 2017-10-10  Pedro Alves <palves@redhat.com>
2495
2496         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2497         expect CLI output.
2498
2499 2017-10-10  Pedro Alves  <palves@redhat.com>
2500
2501         * lib/selftest-support.exp (selftest_setup): Update for
2502         captured_command_loop's prototype change.
2503
2504 2017-10-09  Pedro Alves  <palves@redhat.com>
2505
2506         Test both arch1=>arch2 and arch2=>arch1.
2507
2508         * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2509         (srcfile2, binfile2, march1, march2): Remove globals.  Largely
2510         factored out to...
2511         (append_arch1_options, append_arch2_options, append_arch_options)
2512         (build_executables): New procedures.
2513         (do_test): New 'first_arch' parameter.  Use it to define 'from_exec'
2514         local.
2515         (top level): Add new 'first_arch' testing axis.
2516
2517 2017-10-09  Pedro Alves  <palves@redhat.com>
2518
2519         * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2520         (barrier): New.
2521         (thread_start, all_started): New functions.
2522         (main): Spawn new thread and wait until it is scheduled.
2523         * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2524         option.
2525         (do_test): Add 'selected_thread' parameter.  Run to all_started
2526         instead of main.  Explicitly set the breakpoint at main.  Switch
2527         to the SELECTED_THREAD thread.
2528         (top level): Test handling the exec event with either the main
2529         thread or the second thread selected.
2530
2531 2017-10-09  Pedro Alves  <palves@redhat.com>
2532
2533         * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2534         logic.  Move STOP marker after the value checks.
2535         * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2536         regexp.
2537
2538 2017-10-06  Sandra Loosemore  <sandra@codesourcery.com>
2539
2540         * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2541
2542 2017-10-05  Ulrich Weigand  <uweigand@de.ibm.com>
2543
2544         * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2545         integer-to-dfp conversion.
2546         * gdb.base/dfp-test.exp: Likewise.
2547
2548 2017-10-04  Pedro Alves  <palves@redhat.com>
2549
2550         * gdb.multi/hangout.c: Include <unistd.h>.
2551         (hangout_loop): New function.
2552         (main): Call alarm.  Call hangout_loop in a loop.
2553         * gdb.multi/hello.c: Include <unistd.h>.
2554         (hello_loop): New function.
2555         (main): Call alarm.  Call hangout_loop in a loop.
2556         * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2557         inferior with the other selected.
2558
2559 2017-10-04  Simon Marchi  <simon.marchi@ericsson.com>
2560
2561         * gdb.mi/list-thread-groups-available.exp: New file.
2562         * gdb.mi/list-thread-groups-available.c: New file.
2563
2564 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2565
2566         * gdb.base/set-cwd.exp: Make it available on
2567         native-extended-gdbserver.
2568
2569 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2570
2571         * gdb.base/set-cwd.c: New file.
2572         * gdb.base/set-cwd.exp: Likewise.
2573
2574 2017-10-02  Tom Tromey  <tom@tromey.com>
2575
2576         PR rust/22236:
2577         * gdb.rust/simple.rs (main): New variable "fslice".
2578         * gdb.rust/simple.exp: Add slice tests.  Update string tests.
2579
2580 2017-10-02  Tom Tromey  <tom@tromey.com>
2581
2582         * gdb.rust/simple.exp: Test ptype of a slice.
2583
2584 2017-10-02  Tom Tromey  <tom@tromey.com>
2585
2586         * gdb.rust/simple.exp: Test index of slice.
2587
2588 2017-09-27  Tom Tromey  <tom@tromey.com>
2589
2590         * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2591
2592 2017-09-26  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2593             Pedro Alves  <palves@redhat.com>
2594
2595         * gdb.base/compare-sections.exp (get value of read-only section): Read
2596         as unsigned value.
2597         (corrupt read-only section): Likewise and don't set written if patching
2598         failed.
2599
2600 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
2601
2602         * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2603         files.
2604
2605 2017-09-20  Pedro Alves  <palves@redhat.com>
2606
2607         * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2608         symbol names in gdb's output.
2609         * gdb.cp/overload.exp ("list all overloads"): Likewise.
2610
2611 2017-09-20  Pedro Alves  <palves@redhat.com>
2612
2613         * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2614         Rename to ...
2615         (test_list_ambiguous_symbol): ... this and add a symbol name
2616         parameter.  Adjust.
2617         (test_list_ambiguous_function): Reimplement on top of
2618         test_list_ambiguous_symbol and also test listing ambiguous
2619         variables.
2620         * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2621         (ambiguous_fun): ... this.
2622         (ambiguous_var): New.
2623         * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2624         (ambiguous_fun): ... this.
2625         (ambiguous_var): New.
2626
2627 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
2628
2629         * gdb.base/starti.c: New file.
2630         * gdb.base/starti.exp: New file.
2631         * lib/gdb.exp (gdb_starti_cmd): New procedure.
2632
2633 2017-09-14  Pedro Alves  <palves@redhat.com>
2634
2635         * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2636         (top level): Use it instead of runto.
2637
2638 2017-09-11  Tom Tromey  <tom@tromey.com>
2639
2640         * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2641
2642 2017-09-11  Tom Tromey  <tom@tromey.com>
2643
2644         * gdb.python/py-infthread.exp: Add tests for new_thread event.
2645         * gdb.python/py-inferior.exp: Add tests for new inferior events.
2646
2647 2017-09-08  Christoph Weinmann  <christoph.t.weinmann@intel.com>
2648
2649         * gdb.fortran/printing-types.exp: New file.
2650         * gdb.fortran/printing-types.exp: New file.
2651
2652 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2653
2654         * gdb.fortran/vla-ptype.exp: Fix typos.
2655         * gdb.fortran/vla-value.exp: Same.
2656
2657 2017-09-08  Bernhard Heckel  <bernhard.heckel@intel.com>
2658
2659         * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2660         * gdb.mi/mi-var-child-f.exp: Likewise.
2661         * gdb.mi/mi-vla-fortran.exp: Likewise.
2662
2663 2017-09-08  Frank Penczek  <frank.penczek@intel.com>
2664             Christoph Weinmann  <christoph.t.weinmann@intel.com>
2665             Bernhard Heckel  <bernhard.heckel@intel.com>
2666
2667         * gdb.fortran/ptr-indentation.f90: New file.
2668         * gdb.fortran/ptr-indentation.exp: New file.
2669
2670 2017-09-05  Tom Tromey  <tom@tromey.com>
2671
2672         PR gdb/22010:
2673         * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2674
2675 2017-09-06  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2676
2677         * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2678
2679 2017-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2680
2681         * gdb.threads/tls-nodebug-pie.c: New file.
2682         * gdb.threads/tls-nodebug-pie.exp: New file.
2683
2684 2017-09-05  Tom Tromey  <tom@tromey.com>
2685
2686         * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2687         for rust.
2688
2689 2017-09-05  Simon Marchi  <simon.marchi@ericsson.com>
2690
2691         * gdb.multi/multi-arch-exec.exp: Test with different
2692         "follow-exec-mode" settings.
2693         (do_test): New procedure.
2694
2695 2017-09-04  Pedro Alves  <palves@redhat.com>
2696
2697         * gdb.base/func-static.c (S::method const, S::method volatile)
2698         (S::method volatile const): New methods.
2699         (c_s, v_s, cv_s): New instances.
2700         (main): Call method() on them.
2701         * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2702         (cannot_resolve): New procedure.
2703         (cxx_scopes_list): Test cv methods.  Add print-scope-quote and
2704         print-quote-unquoted columns.
2705         (do_test): Test printing each scope too.
2706
2707 2017-09-04  Pedro Alves  <palves@redhat.com>
2708
2709         * gdb.base/local-static.exp: Also test with
2710         class::method::variable wholly quoted.
2711         * gdb.cp/m-static.exp (class::method::variable): Remove test.
2712
2713 2017-09-04  Pedro Alves  <palves@redhat.com>
2714
2715         * gdb.base/local-static.c: New.
2716         * gdb.base/local-static.cc: New.
2717         * gdb.base/local-static.exp:  New.
2718
2719 2017-09-04  Pedro Alves  <palves@redhat.com>
2720
2721         * gdb.asm/asm-source.exp: Add casts to int.
2722         * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2723         (dataglobal64_1, dataglobal64_2): New globals.
2724         * gdb.base/nodebug.exp: Test different expressions involving the
2725         new globals, with print, whatis and ptype.  Add casts to int.
2726         * gdb.base/solib-display.exp: Add casts to int.
2727         * gdb.compile/compile-ifunc.exp: Expect warning.  Add cast to int.
2728         * gdb.cp/m-static.exp: Add cast to int.
2729         * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2730         * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2731         tls variable with no debug info without a cast.  Test with a cast
2732         to int too.
2733         * gdb.trace/entry-values.exp: Add casts.
2734
2735 2017-09-04  Pedro Alves  <palves@redhat.com>
2736
2737         * gdb.base/nodebug.exp: Test that ptype's error about functions
2738         with unknown return type includes the function name too.
2739
2740 2017-09-04  Pedro Alves  <palves@redhat.com>
2741
2742         * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2743         return type of munmap in infcall.
2744         * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2745         * gdb.base/checkpoint.exp: Simplify using for loop.  Cast return
2746         type of ftell in infcall.
2747         * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2748         type of getpid in infcall.
2749         * gdb.base/infcall-exec.exp: Cast return type of execlp in
2750         infcall.
2751         * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2752         Bail on failure to extract the pid.
2753         * gdb.base/nodebug.c: #include <stdint.h>.
2754         (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2755         New functions.
2756         * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2757         Change expected output of print/whatis/ptype with functions with
2758         no debug info.  Test all supported languages.  Call
2759         test_call_promotion.
2760         * gdb.compile/compile.exp: Adjust expected output to expect
2761         warning.
2762         * gdb.threads/siginfo-threads.exp: Likewise.
2763
2764 2017-09-04  Pedro Alves  <palves@redhat.com>
2765
2766         * gdb.base/callfuncs.exp (do_function_calls): New parameter
2767         "prototypes".  Test calling float functions via prototyped and
2768         unprototyped function pointers.
2769         (perform_all_tests): New parameter "prototypes".  Pass it down.
2770         (top level): Pass down "prototypes" parameter to
2771         perform_all_tests.
2772
2773 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2774
2775         * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2776         Test with nested loops.
2777
2778 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2779
2780         * gdb.base/commands.exp: Call the new procedures.
2781         (loop_break_test, loop_continue_test): New procedures.
2782
2783 2017-09-04  Simon Marchi  <simon.marchi@ericsson.com>
2784
2785         * gdb.base/commands.exp: Call new procedure.
2786         (define_if_without_arg_test): New procedure.
2787
2788 2017-09-04  Pedro Alves  <palves@redhat.com>
2789
2790         * gdb.base/list-ambiguous.exp: New file.
2791         * gdb.base/list-ambiguous0.c: New file.
2792         * gdb.base/list-ambiguous1.c: New file.
2793         * gdb.base/list.exp (test_list_range): Adjust expected output.
2794
2795 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
2796
2797         * gdb.base/share-env-with-gdbserver.c: New file.
2798         * gdb.base/share-env-with-gdbserver.exp: Likewise.
2799
2800 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2801
2802         * gdb.base/commands.exp (gdbvar_simple_if_test,
2803         gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2804         progvar_simple_if_test, progvar_simple_while_test,
2805         progvar_complex_if_while_test, user_defined_command_test,
2806         user_defined_command_args_eval,
2807         user_defined_command_args_stack_test,
2808         user_defined_command_manyargs_test, bp_deleted_in_command_test,
2809         temporary_breakpoint_commands,
2810         gdb_test_no_prompt, redefine_hook_test,
2811         redefine_backtrace_test): Remove "global gdb_prompt".
2812
2813 2017-08-28  Simon Marchi  <simon.marchi@ericsson.com>
2814
2815         * gdb.base/commands.exp (user_defined_command_case_sensitivity):
2816         New proc, call it from toplevel.
2817
2818 2017-08-23  Sergio Durigan Junior  <sergiodj@redhat.com>
2819
2820         PR remote/21852
2821         * gdb.server/normal.c: New file, copied from gdb.base.
2822         * gdb.server/run-without-local-binary.exp: New file.
2823
2824 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
2825
2826         * gdb.arch/sparc64-adi.exp: New file.
2827         * gdb.arch/sparc64-adi.c: New file.
2828
2829 2017-08-22  Pedro Alves  <palves@redhat.com>
2830
2831         * gdb.cp/overload.exp (line_range_pattern): New procedure.
2832         (top level): Add "list all overloads" tests.
2833
2834 2017-08-22  Tom Tromey  <tom@tromey.com>
2835
2836         * gdb.gdb/xfullpath.exp: Remove.
2837
2838 2017-08-21  Pedro Alves  <palves@redhat.com>
2839
2840         PR gdb/19487
2841         * gdb.base/symbol-alias.c: New.
2842         * gdb.base/symbol-alias2.c: New.
2843         * gdb.base/symbol-alias.exp: New.
2844
2845 2017-08-21  Pedro Alves  <palves@redhat.com>
2846
2847         * gdb.base/dfp-test.c
2848         (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
2849         (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
2850         * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
2851         * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
2852         * gdb.base/whatis-ptype-typedefs.c: New.
2853         * gdb.base/whatis-ptype-typedefs.exp: New.
2854         * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
2855         (an_int, an_int_type, an_int_type2): New globals.
2856         * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
2857         involving typedefs and cast expressions.
2858         * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
2859         (lookup_typedefs_function): New.
2860         (typedefs_pretty_printers_dict): New.
2861         (top level): Register lookup_typedefs_function in
2862         gdb.pretty_printers.
2863
2864 2017-08-18  Yao Qi  <yao.qi@linaro.org>
2865
2866         * gdb.server/unittest.exp: New.
2867
2868 2017-08-15  Sergio Durigan Junior  <sergiodj@redhat.com>
2869
2870         PR gdb/21954
2871         * gdb.base/environ.exp: Add test to check if 'unset environment'
2872         works.
2873
2874 2017-08-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2875
2876         * lib/gdb.exp (universal_compile_options): New caching proc.
2877         (gdb_compile): Suppress GCC's coloring of messages.
2878
2879 2017-08-14  Tom Tromey  <tom@tromey.com>
2880
2881         PR gdb/21675:
2882         * gdb.base/printcmds.exp (test_radices): New function.
2883         * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
2884         * gdb.base/sizeof.exp (check_valueof): Use p/d.
2885         * lib/gdb.exp (get_integer_valueof): Use p/d.
2886
2887 2017-08-12  Simon Marchi  <simon.marchi@ericsson.com>
2888
2889         * lib/gdb.exp (get_valueof): Don't capture end-of-line
2890         characters.
2891
2892 2017-08-05  Tom Tromey  <tom@tromey.com>
2893
2894         * gdb.rust/simple.exp: Allow String to appear in a different
2895         namespace.
2896
2897 2017-07-26  Yao Qi  <yao.qi@linaro.org>
2898
2899         * gdb.gdb/unittest.exp: Invoke command
2900         "maintenance check xml-descriptions".
2901
2902 2017-07-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2903
2904         * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
2905         calling context.
2906         (hex128): Drop erroneous calculation of parameters.
2907
2908 2017-07-22  Simon Marchi  <simon.marchi@ericsson.com>
2909
2910         * gdb.python/py-unwind.exp: Disable stack protection when
2911         building test file.
2912
2913 2017-07-20  Pedro Alves  <palves@redhat.com>
2914
2915         * gdb.base/default.exp (set language): Adjust expected output.
2916
2917 2017-07-20  Pedro Alves  <palves@redhat.com>
2918
2919         * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
2920         (test_minsym): ... this, and make static.
2921         (get_pck__foo__bar__minsym): Rename to ...
2922         (get_test_minsym): ... this.
2923         * gdb.base/dmsym.exp (): Remove "set language ada" call.  Adjust
2924         symbol names and comments.
2925         * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
2926         (get_test_minsym): ... this.
2927         (pck__foo__bar__minsym__2): Rename to ...
2928         (test_minsym): ... this.
2929         (main): Adjust.
2930
2931 2017-07-17  Pedro Alves  <palves@redhat.com>
2932
2933         * gdb.base/completion.exp: Adjust expected output.
2934         * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
2935         the completer works.
2936
2937 2017-07-17  Pedro Alves  <palves@redhat.com>
2938
2939         * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
2940
2941 2017-07-15  Andrew Burgess  <andrew.burgess@embecosm.com>
2942
2943         * gdb.mi/mi-vla-fortran.exp: Make test names unique.
2944
2945 2017-07-14  Tom Tromey  <tom@tromey.com>
2946
2947         PR rust/21764:
2948         * gdb.rust/simple.exp: Add tests.
2949
2950 2017-07-14  Tom Tromey  <tom@tromey.com>
2951
2952         * gdb.rust/simple.exp: Add regression test for PR rust/21763.
2953
2954 2017-07-14  Pedro Alves  <palves@redhat.com>
2955
2956         * gdb.linespec/base/one/thefile.cc (z1): New function.
2957         * gdb.linespec/base/two/thefile.cc (z2): New function.
2958         * gdb.linespec/linespec.exp: Add tests.
2959
2960 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2961
2962         * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
2963         to mi_create_breakpoint.
2964
2965 2017-07-13  Andrew Burgess  <andrew.burgess@embecosm.com>
2966
2967         * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
2968         mi_create_breakpoint.
2969
2970 2017-07-11  Iain Buclaw  <ibuclaw@gdcproject.org>
2971
2972         * gdb.dlang/demangle.exp: Update for demangling changes.
2973
2974 2017-07-09  Tom Tromey  <tom@tromey.com>
2975
2976         * gdb.dwarf2/shortpiece.exp: New file.
2977
2978 2017-07-06  David Blaikie  <dblaikie@gmail.com>
2979
2980         * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
2981         built from fissiont-multi-cu{1,2}.c.
2982         * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
2983         except putting 'main' and 'func' in separate CUs in the same DWO file.
2984         * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
2985         test.
2986         * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
2987         test.
2988
2989 2017-07-06  Pedro Alves  <palves@redhat.com>
2990
2991         * gdb.python/py-unwind.exp: Test flushregs.
2992
2993 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
2994
2995         PR cli/21688
2996         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
2997         tests for alias commands and trailing whitespace.
2998
2999 2017-06-30  Sergio Durigan Junior  <sergiodj@redhat.com>
3000
3001         PR cli/21688
3002         * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3003         procedure.  Call it.
3004
3005 2017-06-29  Pedro Alves  <palves@redhat.com>
3006
3007         * gdb.base/printcmds.exp: Add tests.
3008
3009 2017-06-28  Doug Gilmore  <Doug.Gilmore@imgtec.com>
3010
3011         PR gdb/21337
3012         * gdb.base/reread-readsym.exp: New file.
3013         * gdb.base/reread-readsym.c: New file.
3014
3015 2017-06-21  Kevin Buettner  <kevinb@redhat.com>
3016
3017         * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3018         subpattern.
3019
3020 2017-06-19  Peter Bergner  <bergner@vnet.ibm.com>
3021
3022         * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3023         extended mnemonic.
3024         * gdb.arch/powerpc-power9.s: Likewise.
3025
3026 2017-06-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3027
3028         * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3029         on 32-bit x86 targets.  Exploit is_*_target macros where
3030         appropriate.
3031
3032 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3033
3034         * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3035         register pieces.
3036
3037 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3038
3039         * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3040         located in one or more DWARF pieces.
3041
3042 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3043
3044         * lib/gdb.exp (get_endianness): New proc.
3045         * gdb.arch/aarch64-fp.exp: Use it.
3046         * gdb.arch/altivec-regs.exp: Likewise.
3047         * gdb.arch/e500-regs.exp: Likewise.
3048         * gdb.arch/vsx-regs.exp: Likewise.
3049         * gdb.base/dump.exp: Likewise.
3050         * gdb.base/funcargs.exp: Likewise.
3051         * gdb.base/gnu_vector.exp: Likewise.
3052         * gdb.dwarf2/formdata16.exp: Likewise.
3053         * gdb.dwarf2/implptrpiece.exp: Likewise.
3054         * gdb.dwarf2/nonvar-access.exp: Likewise.
3055         * gdb.python/py-inferior.exp: Likewise.
3056         * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3057
3058 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3059
3060         PR gdb/21226
3061         * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3062         stack value pieces are taken from the LSB end.
3063
3064 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3065
3066         * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3067         variable at nonzero offset.
3068
3069 2017-06-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3070
3071         * gdb.dwarf2/var-access.c: New file.
3072         * gdb.dwarf2/var-access.exp: New test.
3073         * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3074
3075 2017-06-12  Tom Tromey  <tom@tromey.com>
3076
3077         * gdb.dwarf2/formdata16.exp: Add tests.
3078
3079 2017-06-12  Tom Tromey  <tom@tromey.com>
3080
3081         * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3082
3083 2017-06-12  Tom Tromey  <tom@tromey.com>
3084
3085         PR exp/16225:
3086         * gdb.reverse/i386-sse-reverse.exp: Update tests.
3087         * gdb.arch/vsx-regs.exp: Update tests.
3088         * gdb.arch/s390-vregs.exp (hex128): New proc.
3089         Update test.
3090         * gdb.arch/altivec-regs.exp: Update tests.
3091
3092 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3093
3094         * gdb.base/startup-with-shell.c: New file.
3095         * gdb.base/startup-with-shell.exp: Likewise.
3096
3097 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
3098
3099         * gdb.server/non-existing-program.exp: Update regex in order to
3100         reflect the fact that gdbserver is now using fork_inferior (with a
3101         shell) to startup the inferior.
3102
3103 2017-05-30  Simon Marchi  <simon.marchi@ericsson.com>
3104
3105         * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3106         support function calls from GDB.
3107
3108 2017-05-21  Tom Tromey  <tom@tromey.com>
3109
3110         PR rust/21466:
3111         * gdb.rust/unsized.exp: New file.
3112         * gdb.rust/unsized.rs: New file.
3113
3114 2017-05-19  Tom Tromey  <tom@tromey.com>
3115
3116         PR rust/21484:
3117         * gdb.rust/watch.exp: New file.
3118         * gdb.rust/watch.rs: New file.
3119
3120 2017-05-18  Tom Tromey  <tom@tromey.com>
3121
3122         * gdb.rust/simple.exp: Allow Box to be qualified.
3123
3124 2017-05-18  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3125
3126         * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3127
3128 2017-05-18  Pedro Alves  <palves@redhat.com>
3129
3130         * gdb.base/fileio.c (test_write, test_read, test_close)
3131         (test_fstat): Don't print 'ret' in the fail path.
3132
3133 2017-05-18  Pedro Alves  <palves@redhat.com>
3134
3135         * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3136         (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3137         (test_system, test_rename, test_unlink, test_time): Change
3138         prototypes.
3139         * gdb.base/fileio.exp (stop_msg): Adjust.
3140
3141 2017-05-18  Pedro Alves  <palves@redhat.com>
3142
3143         * gdb.base/fileio.c (null_str): New global.
3144         (test_stat): Use it.
3145         * gdb.base/fileio.exp: Remove nowarnings.
3146
3147 2017-05-17  Yao Qi  <yao.qi@linaro.org>
3148
3149         * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3150
3151 2017-05-17  Simon Marchi  <simon.marchi@ericsson.com>
3152
3153         * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3154         argument command.
3155         (top-level): Invoke test_set_inferior_tty.
3156
3157 2017-05-04  Pedro Alves  <palves@redhat.com>
3158
3159         * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3160         Add parens to print call for Python 3.
3161
3162 2017-05-03  Keith Seitz  <keiths@redhat.com>
3163
3164         * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3165         (main): Call it.
3166
3167 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3168
3169         * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3170         to prev and next.
3171
3172 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3173
3174         * gdb.python/py-record-btrace.exp: Remove test for
3175         gdb.BtraceInstruction.error.
3176
3177 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3178
3179         * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3180
3181 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
3182
3183         * gdb.python/py-record-btrace-threads.c: New file.
3184         * gdb.python/py-record-btrace-threads.exp: New file.
3185
3186 2017-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3187
3188         PR testsuite/8595
3189         * gdb.base/environ.exp: Make test available in all architectures.
3190         Move bits related to "info program" testing to
3191         gdb.base/info-program.exp.  Rewrite tests to use the two new
3192         procedures mentione below.
3193         (test_set_show_env_var) New procedure.
3194         (test_set_show_env_var_equal): Likewise.
3195         * gdb.base/info-program.exp: New file.
3196
3197 2017-04-27  Keith Seitz  <keiths@redhat.com>
3198
3199         * gdb.cp/oranking.cc (test15): New function.
3200         (main): Call test15 and declare additional variables for testing.
3201         * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3202         "p foo101('abc')" tests.
3203         Add tests for cv qualifier overloads.
3204         * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3205         "lvalue reference overload" test.
3206         * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3207         "print value of f1 on Child&& in f2" test.
3208
3209 2017-04-19  Pedro Alves  <palves@redhat.com>
3210
3211         * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3212         procedure.
3213         (top level): Call it.
3214         * lib/gdb.exp (gdb_define_cmd): New procedure.
3215
3216 2017-04-12  Pedro Alves  <palves@redhat.com>
3217
3218         PR gdb/21323
3219         * gdb.cp/wide_char_types.c: Include <wchar.h>.
3220         (wchar): New global.
3221         * gdb.cp/wide_char_types.exp (wide_char_types_program)
3222         (do_test_wide_char, wide_char_types_no_program, top level): Add
3223         wchar_t testing.
3224
3225 2017-04-12  Pedro Alves  <palves@redhat.com>
3226
3227         PR c++/21323
3228         * gdb.cp/wide_char_types.c: New file.
3229         * gdb.cp/wide_char_types.exp: New file.
3230
3231 2017-04-05  Sergio Durigan Junior  <sergiodj@redhat.com>
3232
3233         PR gdb/21352
3234         * gdb.trace/tsv.exp: Add test for "tsave -r".
3235
3236 2017-03-30  Iain Buclaw  <ibuclaw@gdcproject.org>
3237
3238         * gdb.dlang/watch-loc.c: New file.
3239         * gdb.dlang/watch-loc.exp: New file.
3240
3241 2017-03-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3242
3243         * gdb.python/py-section-script.exp (sepdebug): New testcases.
3244
3245 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3246
3247         * gdb.arch/arc-analyze-prologue.S: New file.
3248         * gdb.arch/arc-analyze-prologue.exp: Likewise.
3249
3250 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
3251
3252         * gdb.arch/arc-decode-insn.S: New file.
3253         * gdb.arch/arc-decode-insn.exp: Likewise.
3254
3255 2017-03-21  Ivo Raisr  <ivo.raisr@oracle.com>
3256
3257         PR tdep/20928
3258         * gdb.arch/sparc64-regs.exp: New file.
3259         * gdb.arch/sparc64-regs.S: Likewise.
3260
3261 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
3262
3263         * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3264         and memory view on Python 3.
3265
3266 2017-03-20  Artemiy Volkov  <artemiyv@acm.org>
3267             Keith Seitz  <keiths@redhat.com>
3268
3269         PR gdb/14441
3270         * gdb.cp/demangle.exp: Add rvalue reference tests.
3271         * gdb.cp/rvalue-ref-casts.cc: New file.
3272         * gdb.cp/rvalue-ref-casts.exp: New file.
3273         * gdb.cp/rvalue-ref-overload.cc: New file.
3274         * gdb.cp/rvalue-ref-overload.exp: New file.
3275         * gdb.cp/rvalue-ref-params.cc: New file.
3276         * gdb.cp/rvalue-ref-params.exp: New file.
3277         * gdb.cp/rvalue-ref-sizeof.cc: New file.
3278         * gdb.cp/rvalue-ref-sizeof.exp: New file.
3279         * gdb.cp/rvalue-ref-types.cc: New file.
3280         * gdb.cp/rvalue-ref-types.exp: New file.
3281         * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3282         * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3283
3284 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3285
3286         * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3287         New procedure.
3288
3289 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
3290
3291         * lib/mi-support.exp (mi_gdb_test): Add additional message
3292         for unexpected output.
3293
3294 2017-03-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3295
3296         * gdb.base/examine-backward.c (Barrier): New character array
3297         constant, to ensure that TestStrings is preceded by a string
3298         terminator.
3299
3300 2017-03-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3301
3302         * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3303         * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3304         and implicit pointer into such a location.
3305
3306 2017-03-16  Doug Evans  <dje@google.com>
3307
3308         * gdb.python/py-lazy-string (pointer): Really add new typedef.
3309
3310 2017-03-16  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3311
3312         * gdb.cp/m-static.exp: Fix expectation for prototype of
3313         test5.single_constructor and single_constructor::single_constructor.
3314
3315 2017-03-16  Doug Evans  <dje@google.com>
3316
3317         * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3318         * gdb.guile/scm-lazy-string.c: New file.
3319         * gdb.guile/scm-value.exp: Move lazy string tests to ...
3320         * gdb.guile/scm-lazy-string.exp: ... here, new file.  Add more tests
3321         for pointer, array, typedef lazy strings.
3322
3323 2017-03-16  Doug Evans  <dje@google.com>
3324
3325         PR python/17728, python/18439, python/18779
3326         * gdb.python/py-value.c (main) Delete locals sptr, sn.
3327         * gdb.python/py-lazy-string.c (pointer): New typedef.
3328         (main): New locals ptr, array, typedef_ptr.
3329         * gdb.python/py-value.exp: Move lazy string tests to ...
3330         * gdb.python/py-lazy-string.exp: ... here.  Add more tests for pointer,
3331         array, typedef lazy strings.
3332
3333 2017-03-14  Anton Kolesov  <anton.kolesov@synopsys.com>
3334
3335         * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3336           Add optional 'test' parameter.
3337
3338 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3339
3340         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3341         Skip for versions of DejaGnu < 1.5.
3342
3343 2017-03-13  Simon Marchi  <simon.marchi@ericsson.com>
3344
3345         * lib/gdb.exp (dejagnu_version): New proc.
3346         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3347         Use dejagnu_version.
3348
3349 2017-03-10  Keith Seitz  <keiths@redhat.com>
3350
3351         PR c++/8128
3352         * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3353         type from destructor regexps.
3354         Add a branch which actually passes the test.
3355         Adjust "ptype t5i" test names.
3356
3357 2017-03-08  Pedro Alves  <palves@redhat.com>
3358
3359         * gdb.base/step-over-exit.exp: Add explicit test message.
3360
3361 2017-03-08  Pedro Alves  <palves@redhat.com>
3362
3363         PR gdb/18360
3364         * gdb.threads/interrupt-while-step-over.c: New file.
3365         * gdb.threads/interrupt-while-step-over.exp: New file.
3366
3367 2017-03-08  Pedro Alves  <palves@redhat.com>
3368
3369         * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3370         * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3371
3372 2017-03-08  Pedro Alves  <palves@redhat.com>
3373
3374         * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3375         PKRU as not supported as a PASS.
3376
3377 2017-03-08  Pedro Alves  <palves@redhat.com>
3378
3379         * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3380         prefix instead of $binfile1/$binfile2.
3381         * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3382         in test message.
3383         * gdb.python/py-completion.exp: Use "load python file" as test
3384         messages instead of unstable path names.
3385
3386 2017-03-08  Pedro Alves  <palves@redhat.com>
3387             Jan Kratochvil  <jan.kratochvil@redhat.com>
3388
3389         PR cli/21218
3390         * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3391         New proc.
3392         (top level): Call it.
3393
3394 2017-03-08  Pedro Alves  <palves@redhat.com>
3395
3396         PR tui/21216
3397         * gdb.tui/tui-nl-filtered-output.exp: New file.
3398
3399 2017-03-08  Pedro Alves  <palves@redhat.com>
3400
3401         * gdb.base/completion.exp: Move TUI completion tests to ...
3402         * gdb.tui/completion.exp: ... this new file.
3403
3404 2017-03-08  Pedro Alves  <palves@redhat.com>
3405
3406         * gdb.base/tui-disasm-long-lines.c,
3407         gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3408         gdb.base/tui-layout.exp: Move to ...
3409         * gdb.tui/: ... this new directory.
3410
3411 2017-03-07  Pedro Alves  <palves@redhat.com>
3412
3413         * gdb.base/tui-layout.c: New file.
3414         * gdb.base/tui-layout.exp: New file.
3415
3416 2017-03-07  Pedro Alves  <palves@redhat.com>
3417
3418         * gdb.base/tui-layout.c: Rename to ...
3419         * gdb.base/tui-disasm-long-lines.c: ... this.
3420         * gdb.base/tui-layout.exp: Rename to ...
3421         * gdb.base/tui-disasm-long-lines.exp: ... this.
3422
3423 2017-03-07  Pedro Alves  <palves@redhat.com>
3424
3425         * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3426
3427 2017-03-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3428
3429         * i386-mpx-call.c: New file.
3430         * i386-mpx-call.exp: New file.
3431
3432 2017-02-28  Peter Bergner  <bergner@vnet.ibm.com>
3433
3434         * gdb.arch/powerpc-power.exp: Delete test.
3435         * gdb.arch/powerpc-power.s: Likewise.
3436         * gdb.disasm/disassembler-options.exp: New test.
3437         * gdb.arch/powerpc-altivec.exp: Likewise.
3438         * gdb.arch/powerpc-altivec.s: Likewise.
3439         * gdb.arch/powerpc-altivec2.exp: Likewise.
3440         * gdb.arch/powerpc-altivec2.s: Likewise.
3441         * gdb.arch/powerpc-altivec3.exp: Likewise.
3442         * gdb.arch/powerpc-altivec3.s: Likewise.
3443         * gdb.arch/powerpc-power7.exp: Likewise.
3444         * gdb.arch/powerpc-power7.s: Likewise.
3445         * gdb.arch/powerpc-power8.exp: Likewise.
3446         * gdb.arch/powerpc-power8.s: Likewise.
3447         * gdb.arch/powerpc-power9.exp: Likewise.
3448         * gdb.arch/powerpc-power9.s: Likewise.
3449         * gdb.arch/powerpc-vsx.exp: Likewise.
3450         * gdb.arch/powerpc-vsx.s: Likewise.
3451         * gdb.arch/powerpc-vsx2.exp: Likewise.
3452         * gdb.arch/powerpc-vsx2.s: Likewise.
3453         * gdb.arch/powerpc-vsx3.exp: Likewise.
3454         * gdb.arch/powerpc-vsx3.s: Likewise.
3455         * gdb.arch/arm-disassembler-options.exp: Likewise.
3456         * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3457         * gdb.arch/s390-disassembler-options.exp: Likewise.
3458
3459 2017-02-23  Luis Machado  <lgustavo@codesourcery.com>
3460
3461         * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3462         (check_supported_features): ... this. Changed return type to void.
3463         (supports_rdseed): New static global.
3464         (rdseed): Check supports_rdseed.
3465         (initialize): Call check_supported_features.
3466
3467 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3468
3469         * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3470         gdb.arch/ppc64-atomic-inst.exp.  Add tests for lbarx/stbcx, lharx/sthcx
3471         and lqarx/stqcx.
3472         * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3473         * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3474
3475 2017-02-21  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
3476
3477         * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3478         uppercase.
3479
3480 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3481
3482         * gdb.dwarf2/formdata16.c: New file.
3483         * gdb.dwarf2/formdata16.exp: New file.
3484         * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3485
3486 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3487
3488         * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3489         * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3490         * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3491         * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3492         DW_AT_GNU_*.
3493
3494 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3495
3496         * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3497
3498 2017-02-15  Sergio Durigan Junior  <sergiodj@redhat.com>
3499
3500         PR gdb/21164
3501         * gdb.base/maint.exp: Add testcases for when the commands do
3502         not have arguments.
3503
3504 2017-02-15  Thomas Preud'homme  <thomas.preudhomme@arm.com>
3505
3506         * gdb.cp/chained-calls.exp: Use p instead of P.
3507
3508 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
3509
3510         * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3511         gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3512
3513 2017-02-14  Tom Tromey  <tom@tromey.com>
3514
3515         PR python/13598:
3516         * gdb.python/py-events.exp: Add before_prompt event tests.
3517
3518 2017-02-14  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3519
3520         * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3521
3522 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3523
3524         * gdb.linespec/explicit.c (my_unique_function_name): New function.
3525         (main): Call my_unique_function_name.
3526         * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3527         completion of patterns with a single match.
3528         Add missing -re switches to gdb_test_multiple calls.
3529
3530 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
3531
3532         * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3533         return if core file is not recognized.
3534
3535 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3536
3537         * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3538         and extra UIs.
3539
3540 2017-02-10  Simon Marchi  <simon.marchi@ericsson.com>
3541
3542         * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3543         proc_with_prefix.
3544
3545 2017-02-10  Tom Tromey  <tom@tromey.com>
3546
3547         * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3548
3549 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
3550
3551         PR gdb/21122
3552         * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3553
3554 2017-02-08  Jerome Guitton  <guitton@adacore.com>
3555
3556         * gdb.base/define.exp: Add test for command abbreviations
3557         in define.
3558
3559 2017-02-06  Luis Machado  <lgustavo@codesourcery.com>
3560
3561         * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3562         * gdb.reverse/insn-reverse-x86.c: New file.
3563
3564 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
3565
3566         PR tdep/20936
3567         * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3568
3569 2017-02-03  Tom Tromey  <tom@tromey.com>
3570
3571         PR rust/21097:
3572         * gdb.rust/simple.exp: Add new tests.
3573
3574 2017-02-02  Pedro Alves  <palves@redhat.com>
3575
3576         * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3577         tests.
3578
3579 2017-02-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3580
3581         * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3582         taking a 2-byte value out of a 4-byte DWARF implicit value on
3583         big-endian targets.
3584         * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3585         logic.  Add test cases for DW_OP_implicit.
3586
3587 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3588
3589         * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3590
3591 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3592
3593         * gdb.btrace/enable.exp: Call gdb_exit before
3594         skip_gdbserver_tests.
3595
3596 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3597
3598         * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3599         GDBFLAGS.
3600
3601 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3602
3603         * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3604         the test is skipped.
3605         * gdb.btrace/data.exp: Likewise.
3606         * gdb.btrace/delta.exp: Likewise.
3607         * gdb.btrace/dlopen.exp: Likewise.
3608         * gdb.btrace/enable-running.exp: Likewise.
3609         * gdb.btrace/enable.exp: Likewise.
3610         * gdb.btrace/exception.exp: Likewise.
3611         * gdb.btrace/function_call_history.exp: Likewise.
3612         * gdb.btrace/gcore.exp: Likewise.
3613         * gdb.btrace/instruction_history.exp: Likewise.
3614         * gdb.btrace/multi-thread-step.exp: Likewise.
3615         * gdb.btrace/nohist.exp: Likewise.
3616         * gdb.btrace/non-stop.exp: Likewise.
3617         * gdb.btrace/reconnect.exp: Likewise.
3618         * gdb.btrace/record_goto-step.exp: Likewise.
3619         * gdb.btrace/record_goto.exp: Likewise.
3620         * gdb.btrace/rn-dl-bind.exp: Likewise.
3621         * gdb.btrace/segv.exp: Likewise.
3622         * gdb.btrace/step.exp: Likewise.
3623         * gdb.btrace/stepi.exp: Likewise.
3624         * gdb.btrace/tailcall-only.exp: Likewise.
3625         * gdb.btrace/tailcall.exp: Likewise.
3626         * gdb.btrace/tsx.exp: Likewise.
3627         * gdb.btrace/unknown_functions.exp: Likewise.
3628         * gdb.btrace/vdso.exp: Likewise.
3629
3630 2017-02-01  Markus Metzger  <markus.t.metzger@intel.com>
3631
3632         * gdb.btrace/enable-running.c: New.
3633         * gdb.btrace/enable-running.exp: New.
3634
3635 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3636
3637         * gdb.arch/amd64-gs_base.c: New file.
3638         * gdb.arch/amd64-gs_base.exp: New file.
3639
3640 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3641
3642         * lib/memory.exp: Remove spurious empty newlines.
3643
3644 2017-01-26  Simon Marchi  <simon.marchi@polymtl.ca>
3645
3646         * gdb.python/py-bad-printers.exp: Load python file using "source".
3647         * gdb.python/py-events.exp: Likewise.
3648         * gdb.python/py-evsignal.exp: Likewise.
3649         * gdb.python/py-evthreads.exp: Likewise.
3650         * gdb.python/py-frame-args.exp: Likewise.
3651         * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3652         * gdb.python/py-framefilter-mi.exp: Likewise.
3653         * gdb.python/py-framefilter.exp: Likewise.
3654         * gdb.python/py-mi.exp: Likewise.
3655         * gdb.python/py-pp-maint.exp: Likewise.
3656         * gdb.python/py-pp-registration.exp: Likewise.
3657         * gdb.python/py-prettyprint.exp: Likewise.
3658         (run_lang_tests): Likewise.
3659         * gdb.python/py-typeprint.exp: Likewise.
3660
3661 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3662
3663         * lib/memory.exp: New file.
3664         * lib/gdb.exp: Load memory.exp.
3665         * gdb.base/memattr.exp (delete_memory): Move proc to
3666         lib/memory.exp and rename to delete_memory_regions.
3667         Replace delete_memory with delete_memory_regions.
3668         Cleanup memory regions before tests.
3669         * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3670         before tests.
3671
3672 2017-01-26  Luis Machado  <lgustavo@codesourcery.com>
3673
3674         * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3675         files.
3676         (initialize): New function conditionally defined.
3677         (testcases): Move within conditional block.
3678         (main): Call initialize.
3679         * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3680         of gdb.reverse/insn-reverse.c.
3681         * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3682         gdb.reverse/insn-reverse.c.
3683
3684 2017-01-26  Yao Qi  <yao.qi@linaro.org>
3685
3686         * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3687         disassemble on address 0.
3688
3689 2017-01-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
3690             Yao Qi  <yao.qi@linaro.org>
3691
3692         * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3693         * gdb.dwarf2/implptr-64bit.S: Remove.
3694         * lib/dwarf.exp (Dwarf): Handle character "%".  Evaluate some
3695         variables in caller's context.  Add DW_OP_implicit_value.
3696
3697 2017-01-25  Yao Qi  <yao.qi@linaro.org>
3698
3699         * lib/dwarf.exp (Dwarf::_location): Handle
3700         DW_OP_GNU_implicit_pointer with proper size.
3701
3702 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3703
3704         * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3705         and add untested calls.
3706
3707 2017-01-20  Luis Machado  <lgustavo@codesourcery.com>
3708
3709         * gdb.python/python.exp: Check line number against what GDB thinks
3710         the line number is for func1.
3711
3712 2017-01-08  Iain Buclaw  <ibuclaw@gdcproject.org>
3713
3714         * gdb.dlang/debug-expr.exp: New file.
3715
3716 2016-12-23  Luis Machado  <lgustavo@codesourcery.com>
3717
3718         Fix test names for the following files:
3719
3720         * gdb.ada/exec_changed.exp
3721         * gdb.ada/info_types.exp
3722         * gdb.arch/aarch64-atomic-inst.exp
3723         * gdb.arch/aarch64-fp.exp
3724         * gdb.arch/altivec-abi.exp
3725         * gdb.arch/altivec-regs.exp
3726         * gdb.arch/amd64-byte.exp
3727         * gdb.arch/amd64-disp-step.exp
3728         * gdb.arch/amd64-dword.exp
3729         * gdb.arch/amd64-entry-value-inline.exp
3730         * gdb.arch/amd64-entry-value-param.exp
3731         * gdb.arch/amd64-entry-value-paramref.exp
3732         * gdb.arch/amd64-entry-value.exp
3733         * gdb.arch/amd64-i386-address.exp
3734         * gdb.arch/amd64-invalid-stack-middle.exp
3735         * gdb.arch/amd64-invalid-stack-top.exp
3736         * gdb.arch/amd64-optimout-repeat.exp
3737         * gdb.arch/amd64-prologue-skip.exp
3738         * gdb.arch/amd64-prologue-xmm.exp
3739         * gdb.arch/amd64-stap-special-operands.exp
3740         * gdb.arch/amd64-stap-wrong-subexp.exp
3741         * gdb.arch/amd64-tailcall-cxx.exp
3742         * gdb.arch/amd64-tailcall-noret.exp
3743         * gdb.arch/amd64-tailcall-ret.exp
3744         * gdb.arch/amd64-tailcall-self.exp
3745         * gdb.arch/amd64-word.exp
3746         * gdb.arch/arm-bl-branch-dest.exp
3747         * gdb.arch/arm-disp-step.exp
3748         * gdb.arch/arm-neon.exp
3749         * gdb.arch/arm-single-step-kernel-helper.exp
3750         * gdb.arch/avr-flash-qualifier.exp
3751         * gdb.arch/disp-step-insn-reloc.exp
3752         * gdb.arch/e500-abi.exp
3753         * gdb.arch/e500-regs.exp
3754         * gdb.arch/ftrace-insn-reloc.exp
3755         * gdb.arch/i386-avx512.exp
3756         * gdb.arch/i386-bp_permanent.exp
3757         * gdb.arch/i386-byte.exp
3758         * gdb.arch/i386-cfi-notcurrent.exp
3759         * gdb.arch/i386-disp-step.exp
3760         * gdb.arch/i386-dr3-watch.exp
3761         * gdb.arch/i386-float.exp
3762         * gdb.arch/i386-gnu-cfi.exp
3763         * gdb.arch/i386-mpx-map.exp
3764         * gdb.arch/i386-mpx-sigsegv.exp
3765         * gdb.arch/i386-mpx-simple_segv.exp
3766         * gdb.arch/i386-mpx.exp
3767         * gdb.arch/i386-permbkpt.exp
3768         * gdb.arch/i386-prologue.exp
3769         * gdb.arch/i386-signal.exp
3770         * gdb.arch/i386-size-overlap.exp
3771         * gdb.arch/i386-unwind.exp
3772         * gdb.arch/i386-word.exp
3773         * gdb.arch/mips-fcr.exp
3774         * gdb.arch/powerpc-d128-regs.exp
3775         * gdb.arch/powerpc-stackless.exp
3776         * gdb.arch/ppc64-atomic-inst.exp
3777         * gdb.arch/s390-stackless.exp
3778         * gdb.arch/s390-tdbregs.exp
3779         * gdb.arch/s390-vregs.exp
3780         * gdb.arch/sparc-sysstep.exp
3781         * gdb.arch/thumb-bx-pc.exp
3782         * gdb.arch/thumb-singlestep.exp
3783         * gdb.arch/thumb2-it.exp
3784         * gdb.arch/vsx-regs.exp
3785         * gdb.asm/asm-source.exp
3786         * gdb.base/a2-run.exp
3787         * gdb.base/advance.exp
3788         * gdb.base/all-bin.exp
3789         * gdb.base/anon.exp
3790         * gdb.base/args.exp
3791         * gdb.base/arithmet.exp
3792         * gdb.base/async-shell.exp
3793         * gdb.base/async.exp
3794         * gdb.base/attach-pie-noexec.exp
3795         * gdb.base/attach-twice.exp
3796         * gdb.base/auto-load.exp
3797         * gdb.base/bang.exp
3798         * gdb.base/bitfields.exp
3799         * gdb.base/break-always.exp
3800         * gdb.base/break-caller-line.exp
3801         * gdb.base/break-entry.exp
3802         * gdb.base/break-inline.exp
3803         * gdb.base/break-on-linker-gcd-function.exp
3804         * gdb.base/break-probes.exp
3805         * gdb.base/break.exp
3806         * gdb.base/breakpoint-shadow.exp
3807         * gdb.base/call-ar-st.exp
3808         * gdb.base/call-sc.exp
3809         * gdb.base/call-signal-resume.exp
3810         * gdb.base/call-strs.exp
3811         * gdb.base/callfuncs.exp
3812         * gdb.base/catch-fork-static.exp
3813         * gdb.base/catch-gdb-caused-signals.exp
3814         * gdb.base/catch-load.exp
3815         * gdb.base/catch-signal-fork.exp
3816         * gdb.base/catch-signal.exp
3817         * gdb.base/catch-syscall.exp
3818         * gdb.base/charset.exp
3819         * gdb.base/checkpoint.exp
3820         * gdb.base/chng-syms.exp
3821         * gdb.base/code-expr.exp
3822         * gdb.base/code_elim.exp
3823         * gdb.base/commands.exp
3824         * gdb.base/completion.exp
3825         * gdb.base/complex.exp
3826         * gdb.base/cond-expr.exp
3827         * gdb.base/condbreak.exp
3828         * gdb.base/consecutive.exp
3829         * gdb.base/continue-all-already-running.exp
3830         * gdb.base/coredump-filter.exp
3831         * gdb.base/corefile.exp
3832         * gdb.base/dbx.exp
3833         * gdb.base/debug-expr.exp
3834         * gdb.base/define.exp
3835         * gdb.base/del.exp
3836         * gdb.base/disabled-location.exp
3837         * gdb.base/disasm-end-cu.exp
3838         * gdb.base/disasm-optim.exp
3839         * gdb.base/display.exp
3840         * gdb.base/duplicate-bp.exp
3841         * gdb.base/ena-dis-br.exp
3842         * gdb.base/ending-run.exp
3843         * gdb.base/enumval.exp
3844         * gdb.base/environ.exp
3845         * gdb.base/eu-strip-infcall.exp
3846         * gdb.base/eval-avoid-side-effects.exp
3847         * gdb.base/eval-skip.exp
3848         * gdb.base/exitsignal.exp
3849         * gdb.base/expand-psymtabs.exp
3850         * gdb.base/filesym.exp
3851         * gdb.base/find-unmapped.exp
3852         * gdb.base/finish.exp
3853         * gdb.base/float.exp
3854         * gdb.base/foll-exec-mode.exp
3855         * gdb.base/foll-exec.exp
3856         * gdb.base/foll-fork.exp
3857         * gdb.base/fortran-sym-case.exp
3858         * gdb.base/freebpcmd.exp
3859         * gdb.base/func-ptr.exp
3860         * gdb.base/func-ptrs.exp
3861         * gdb.base/funcargs.exp
3862         * gdb.base/gcore-buffer-overflow.exp
3863         * gdb.base/gcore-relro-pie.exp
3864         * gdb.base/gcore-relro.exp
3865         * gdb.base/gcore.exp
3866         * gdb.base/gdb1090.exp
3867         * gdb.base/gdb11530.exp
3868         * gdb.base/gdb11531.exp
3869         * gdb.base/gdb1821.exp
3870         * gdb.base/gdbindex-stabs.exp
3871         * gdb.base/gdbvars.exp
3872         * gdb.base/hbreak.exp
3873         * gdb.base/hbreak2.exp
3874         * gdb.base/included.exp
3875         * gdb.base/infcall-input.exp
3876         * gdb.base/inferior-died.exp
3877         * gdb.base/infnan.exp
3878         * gdb.base/info-macros.exp
3879         * gdb.base/info-os.exp
3880         * gdb.base/info-proc.exp
3881         * gdb.base/info-shared.exp
3882         * gdb.base/info-target.exp
3883         * gdb.base/infoline.exp
3884         * gdb.base/interp.exp
3885         * gdb.base/interrupt.exp
3886         * gdb.base/jit-reader.exp
3887         * gdb.base/jit-simple.exp
3888         * gdb.base/kill-after-signal.exp
3889         * gdb.base/kill-detach-inferiors-cmd.exp
3890         * gdb.base/label.exp
3891         * gdb.base/langs.exp
3892         * gdb.base/ldbl_e308.exp
3893         * gdb.base/line-symtabs.exp
3894         * gdb.base/linespecs.exp
3895         * gdb.base/list.exp
3896         * gdb.base/long_long.exp
3897         * gdb.base/longest-types.exp
3898         * gdb.base/maint.exp
3899         * gdb.base/max-value-size.exp
3900         * gdb.base/memattr.exp
3901         * gdb.base/mips_pro.exp
3902         * gdb.base/morestack.exp
3903         * gdb.base/moribund-step.exp
3904         * gdb.base/multi-forks.exp
3905         * gdb.base/nested-addr.exp
3906         * gdb.base/nextoverexit.exp
3907         * gdb.base/noreturn-finish.exp
3908         * gdb.base/noreturn-return.exp
3909         * gdb.base/nostdlib.exp
3910         * gdb.base/offsets.exp
3911         * gdb.base/opaque.exp
3912         * gdb.base/pc-fp.exp
3913         * gdb.base/permissions.exp
3914         * gdb.base/print-symbol-loading.exp
3915         * gdb.base/prologue-include.exp
3916         * gdb.base/psymtab.exp
3917         * gdb.base/ptype.exp
3918         * gdb.base/random-signal.exp
3919         * gdb.base/randomize.exp
3920         * gdb.base/range-stepping.exp
3921         * gdb.base/readline-ask.exp
3922         * gdb.base/recpar.exp
3923         * gdb.base/recurse.exp
3924         * gdb.base/relational.exp
3925         * gdb.base/restore.exp
3926         * gdb.base/return-nodebug.exp
3927         * gdb.base/return.exp
3928         * gdb.base/run-after-attach.exp
3929         * gdb.base/save-bp.exp
3930         * gdb.base/scope.exp
3931         * gdb.base/sect-cmd.exp
3932         * gdb.base/set-lang-auto.exp
3933         * gdb.base/set-noassign.exp
3934         * gdb.base/setvar.exp
3935         * gdb.base/sigall.exp
3936         * gdb.base/sigbpt.exp
3937         * gdb.base/siginfo-addr.exp
3938         * gdb.base/siginfo-infcall.exp
3939         * gdb.base/siginfo-obj.exp
3940         * gdb.base/siginfo.exp
3941         * gdb.base/signals-state-child.exp
3942         * gdb.base/signest.exp
3943         * gdb.base/sigstep.exp
3944         * gdb.base/sizeof.exp
3945         * gdb.base/skip.exp
3946         * gdb.base/solib-corrupted.exp
3947         * gdb.base/solib-nodir.exp
3948         * gdb.base/solib-search.exp
3949         * gdb.base/stack-checking.exp
3950         * gdb.base/stale-infcall.exp
3951         * gdb.base/stap-probe.exp
3952         * gdb.base/start.exp
3953         * gdb.base/step-break.exp
3954         * gdb.base/step-bt.exp
3955         * gdb.base/step-line.exp
3956         * gdb.base/step-over-exit.exp
3957         * gdb.base/step-over-syscall.exp
3958         * gdb.base/step-resume-infcall.exp
3959         * gdb.base/step-test.exp
3960         * gdb.base/store.exp
3961         * gdb.base/structs3.exp
3962         * gdb.base/sym-file.exp
3963         * gdb.base/symbol-without-target_section.exp
3964         * gdb.base/term.exp
3965         * gdb.base/testenv.exp
3966         * gdb.base/ui-redirect.exp
3967         * gdb.base/until.exp
3968         * gdb.base/unwindonsignal.exp
3969         * gdb.base/value-double-free.exp
3970         * gdb.base/vla-datatypes.exp
3971         * gdb.base/vla-ptr.exp
3972         * gdb.base/vla-sideeffect.exp
3973         * gdb.base/volatile.exp
3974         * gdb.base/watch-cond-infcall.exp
3975         * gdb.base/watch-cond.exp
3976         * gdb.base/watch-non-mem.exp
3977         * gdb.base/watch-read.exp
3978         * gdb.base/watch-vfork.exp
3979         * gdb.base/watchpoint-cond-gone.exp
3980         * gdb.base/watchpoint-delete.exp
3981         * gdb.base/watchpoint-hw-hit-once.exp
3982         * gdb.base/watchpoint-hw.exp
3983         * gdb.base/watchpoint-stops-at-right-insn.exp
3984         * gdb.base/watchpoints.exp
3985         * gdb.base/wchar.exp
3986         * gdb.base/whatis-exp.exp
3987         * gdb.btrace/buffer-size.exp
3988         * gdb.btrace/data.exp
3989         * gdb.btrace/delta.exp
3990         * gdb.btrace/dlopen.exp
3991         * gdb.btrace/enable.exp
3992         * gdb.btrace/exception.exp
3993         * gdb.btrace/function_call_history.exp
3994         * gdb.btrace/gcore.exp
3995         * gdb.btrace/instruction_history.exp
3996         * gdb.btrace/nohist.exp
3997         * gdb.btrace/reconnect.exp
3998         * gdb.btrace/record_goto-step.exp
3999         * gdb.btrace/record_goto.exp
4000         * gdb.btrace/rn-dl-bind.exp
4001         * gdb.btrace/segv.exp
4002         * gdb.btrace/step.exp
4003         * gdb.btrace/stepi.exp
4004         * gdb.btrace/tailcall-only.exp
4005         * gdb.btrace/tailcall.exp
4006         * gdb.btrace/tsx.exp
4007         * gdb.btrace/unknown_functions.exp
4008         * gdb.btrace/vdso.exp
4009         * gdb.compile/compile-ifunc.exp
4010         * gdb.compile/compile-ops.exp
4011         * gdb.compile/compile-print.exp
4012         * gdb.compile/compile-setjmp.exp
4013         * gdb.cp/abstract-origin.exp
4014         * gdb.cp/ambiguous.exp
4015         * gdb.cp/annota2.exp
4016         * gdb.cp/annota3.exp
4017         * gdb.cp/anon-ns.exp
4018         * gdb.cp/anon-struct.exp
4019         * gdb.cp/anon-union.exp
4020         * gdb.cp/arg-reference.exp
4021         * gdb.cp/baseenum.exp
4022         * gdb.cp/bool.exp
4023         * gdb.cp/breakpoint.exp
4024         * gdb.cp/bs15503.exp
4025         * gdb.cp/call-c.exp
4026         * gdb.cp/casts.exp
4027         * gdb.cp/chained-calls.exp
4028         * gdb.cp/class2.exp
4029         * gdb.cp/classes.exp
4030         * gdb.cp/cmpd-minsyms.exp
4031         * gdb.cp/converts.exp
4032         * gdb.cp/cp-relocate.exp
4033         * gdb.cp/cpcompletion.exp
4034         * gdb.cp/cpexprs.exp
4035         * gdb.cp/cplabel.exp
4036         * gdb.cp/cplusfuncs.exp
4037         * gdb.cp/cpsizeof.exp
4038         * gdb.cp/ctti.exp
4039         * gdb.cp/derivation.exp
4040         * gdb.cp/destrprint.exp
4041         * gdb.cp/dispcxx.exp
4042         * gdb.cp/enum-class.exp
4043         * gdb.cp/exception.exp
4044         * gdb.cp/exceptprint.exp
4045         * gdb.cp/expand-psymtabs-cxx.exp
4046         * gdb.cp/expand-sals.exp
4047         * gdb.cp/extern-c.exp
4048         * gdb.cp/filename.exp
4049         * gdb.cp/formatted-ref.exp
4050         * gdb.cp/fpointer.exp
4051         * gdb.cp/gdb1355.exp
4052         * gdb.cp/gdb2495.exp
4053         * gdb.cp/hang.exp
4054         * gdb.cp/impl-this.exp
4055         * gdb.cp/infcall-dlopen.exp
4056         * gdb.cp/inherit.exp
4057         * gdb.cp/iostream.exp
4058         * gdb.cp/koenig.exp
4059         * gdb.cp/local.exp
4060         * gdb.cp/m-data.exp
4061         * gdb.cp/m-static.exp
4062         * gdb.cp/mb-ctor.exp
4063         * gdb.cp/mb-inline.exp
4064         * gdb.cp/mb-templates.exp
4065         * gdb.cp/member-name.exp
4066         * gdb.cp/member-ptr.exp
4067         * gdb.cp/meth-typedefs.exp
4068         * gdb.cp/method.exp
4069         * gdb.cp/method2.exp
4070         * gdb.cp/minsym-fallback.exp
4071         * gdb.cp/misc.exp
4072         * gdb.cp/namelessclass.exp
4073         * gdb.cp/namespace-enum.exp
4074         * gdb.cp/namespace-nested-import.exp
4075         * gdb.cp/namespace.exp
4076         * gdb.cp/nextoverthrow.exp
4077         * gdb.cp/no-dmgl-verbose.exp
4078         * gdb.cp/non-trivial-retval.exp
4079         * gdb.cp/noparam.exp
4080         * gdb.cp/nsdecl.exp
4081         * gdb.cp/nsimport.exp
4082         * gdb.cp/nsnested.exp
4083         * gdb.cp/nsnoimports.exp
4084         * gdb.cp/nsrecurs.exp
4085         * gdb.cp/nsstress.exp
4086         * gdb.cp/nsusing.exp
4087         * gdb.cp/operator.exp
4088         * gdb.cp/oranking.exp
4089         * gdb.cp/overload-const.exp
4090         * gdb.cp/overload.exp
4091         * gdb.cp/ovldbreak.exp
4092         * gdb.cp/ovsrch.exp
4093         * gdb.cp/paren-type.exp
4094         * gdb.cp/parse-lang.exp
4095         * gdb.cp/pass-by-ref.exp
4096         * gdb.cp/pr-1023.exp
4097         * gdb.cp/pr-1210.exp
4098         * gdb.cp/pr-574.exp
4099         * gdb.cp/pr10687.exp
4100         * gdb.cp/pr12028.exp
4101         * gdb.cp/pr17132.exp
4102         * gdb.cp/pr17494.exp
4103         * gdb.cp/pr9067.exp
4104         * gdb.cp/pr9167.exp
4105         * gdb.cp/pr9631.exp
4106         * gdb.cp/printmethod.exp
4107         * gdb.cp/psmang.exp
4108         * gdb.cp/psymtab-parameter.exp
4109         * gdb.cp/ptype-cv-cp.exp
4110         * gdb.cp/ptype-flags.exp
4111         * gdb.cp/re-set-overloaded.exp
4112         * gdb.cp/ref-types.exp
4113         * gdb.cp/rtti.exp
4114         * gdb.cp/scope-err.exp
4115         * gdb.cp/shadow.exp
4116         * gdb.cp/smartp.exp
4117         * gdb.cp/static-method.exp
4118         * gdb.cp/static-print-quit.exp
4119         * gdb.cp/temargs.exp
4120         * gdb.cp/templates.exp
4121         * gdb.cp/try_catch.exp
4122         * gdb.cp/typedef-operator.exp
4123         * gdb.cp/typeid.exp
4124         * gdb.cp/userdef.exp
4125         * gdb.cp/using-crash.exp
4126         * gdb.cp/var-tag.exp
4127         * gdb.cp/virtbase.exp
4128         * gdb.cp/virtfunc.exp
4129         * gdb.cp/virtfunc2.exp
4130         * gdb.cp/vla-cxx.exp
4131         * gdb.disasm/t01_mov.exp
4132         * gdb.disasm/t02_mova.exp
4133         * gdb.disasm/t03_add.exp
4134         * gdb.disasm/t04_sub.exp
4135         * gdb.disasm/t05_cmp.exp
4136         * gdb.disasm/t06_ari2.exp
4137         * gdb.disasm/t07_ari3.exp
4138         * gdb.disasm/t08_or.exp
4139         * gdb.disasm/t09_xor.exp
4140         * gdb.disasm/t10_and.exp
4141         * gdb.disasm/t11_logs.exp
4142         * gdb.disasm/t12_bit.exp
4143         * gdb.disasm/t13_otr.exp
4144         * gdb.dlang/circular.exp
4145         * gdb.dwarf2/arr-stride.exp
4146         * gdb.dwarf2/arr-subrange.exp
4147         * gdb.dwarf2/atomic-type.exp
4148         * gdb.dwarf2/bad-regnum.exp
4149         * gdb.dwarf2/bitfield-parent-optimized-out.exp
4150         * gdb.dwarf2/callframecfa.exp
4151         * gdb.dwarf2/clztest.exp
4152         * gdb.dwarf2/corrupt.exp
4153         * gdb.dwarf2/data-loc.exp
4154         * gdb.dwarf2/dup-psym.exp
4155         * gdb.dwarf2/dw2-anon-mptr.exp
4156         * gdb.dwarf2/dw2-anonymous-func.exp
4157         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4158         * gdb.dwarf2/dw2-bad-unresolved.exp
4159         * gdb.dwarf2/dw2-basic.exp
4160         * gdb.dwarf2/dw2-canonicalize-type.exp
4161         * gdb.dwarf2/dw2-case-insensitive.exp
4162         * gdb.dwarf2/dw2-common-block.exp
4163         * gdb.dwarf2/dw2-compdir-oldgcc.exp
4164         * gdb.dwarf2/dw2-compressed.exp
4165         * gdb.dwarf2/dw2-const.exp
4166         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4167         * gdb.dwarf2/dw2-cu-size.exp
4168         * gdb.dwarf2/dw2-dup-frame.exp
4169         * gdb.dwarf2/dw2-entry-value.exp
4170         * gdb.dwarf2/dw2-icycle.exp
4171         * gdb.dwarf2/dw2-ifort-parameter.exp
4172         * gdb.dwarf2/dw2-inline-break.exp
4173         * gdb.dwarf2/dw2-inline-param.exp
4174         * gdb.dwarf2/dw2-intercu.exp
4175         * gdb.dwarf2/dw2-intermix.exp
4176         * gdb.dwarf2/dw2-lexical-block-bare.exp
4177         * gdb.dwarf2/dw2-linkage-name-trust.exp
4178         * gdb.dwarf2/dw2-minsym-in-cu.exp
4179         * gdb.dwarf2/dw2-noloc.exp
4180         * gdb.dwarf2/dw2-op-call.exp
4181         * gdb.dwarf2/dw2-op-out-param.exp
4182         * gdb.dwarf2/dw2-opt-structptr.exp
4183         * gdb.dwarf2/dw2-param-error.exp
4184         * gdb.dwarf2/dw2-producer.exp
4185         * gdb.dwarf2/dw2-ranges-base.exp
4186         * gdb.dwarf2/dw2-ref-missing-frame.exp
4187         * gdb.dwarf2/dw2-reg-undefined.exp
4188         * gdb.dwarf2/dw2-regno-invalid.exp
4189         * gdb.dwarf2/dw2-restore.exp
4190         * gdb.dwarf2/dw2-restrict.exp
4191         * gdb.dwarf2/dw2-single-line-discriminators.exp
4192         * gdb.dwarf2/dw2-strp.exp
4193         * gdb.dwarf2/dw2-undefined-ret-addr.exp
4194         * gdb.dwarf2/dw2-unresolved.exp
4195         * gdb.dwarf2/dw2-var-zero-addr.exp
4196         * gdb.dwarf2/dw4-sig-types.exp
4197         * gdb.dwarf2/dwz.exp
4198         * gdb.dwarf2/dynarr-ptr.exp
4199         * gdb.dwarf2/enum-type.exp
4200         * gdb.dwarf2/gdb-index.exp
4201         * gdb.dwarf2/implptr-64bit.exp
4202         * gdb.dwarf2/implptr-optimized-out.exp
4203         * gdb.dwarf2/implptr.exp
4204         * gdb.dwarf2/implref-array.exp
4205         * gdb.dwarf2/implref-const.exp
4206         * gdb.dwarf2/implref-global.exp
4207         * gdb.dwarf2/implref-struct.exp
4208         * gdb.dwarf2/mac-fileno.exp
4209         * gdb.dwarf2/main-subprogram.exp
4210         * gdb.dwarf2/member-ptr-forwardref.exp
4211         * gdb.dwarf2/method-ptr.exp
4212         * gdb.dwarf2/missing-sig-type.exp
4213         * gdb.dwarf2/nonvar-access.exp
4214         * gdb.dwarf2/opaque-type-lookup.exp
4215         * gdb.dwarf2/pieces-optimized-out.exp
4216         * gdb.dwarf2/pieces.exp
4217         * gdb.dwarf2/pr10770.exp
4218         * gdb.dwarf2/pr13961.exp
4219         * gdb.dwarf2/staticvirtual.exp
4220         * gdb.dwarf2/subrange.exp
4221         * gdb.dwarf2/symtab-producer.exp
4222         * gdb.dwarf2/trace-crash.exp
4223         * gdb.dwarf2/typeddwarf.exp
4224         * gdb.dwarf2/valop.exp
4225         * gdb.dwarf2/watch-notconst.exp
4226         * gdb.fortran/array-element.exp
4227         * gdb.fortran/charset.exp
4228         * gdb.fortran/common-block.exp
4229         * gdb.fortran/complex.exp
4230         * gdb.fortran/derived-type-function.exp
4231         * gdb.fortran/derived-type.exp
4232         * gdb.fortran/logical.exp
4233         * gdb.fortran/module.exp
4234         * gdb.fortran/multi-dim.exp
4235         * gdb.fortran/nested-funcs.exp
4236         * gdb.fortran/print-formatted.exp
4237         * gdb.fortran/subarray.exp
4238         * gdb.fortran/vla-alloc-assoc.exp
4239         * gdb.fortran/vla-datatypes.exp
4240         * gdb.fortran/vla-history.exp
4241         * gdb.fortran/vla-ptr-info.exp
4242         * gdb.fortran/vla-ptype-sub.exp
4243         * gdb.fortran/vla-ptype.exp
4244         * gdb.fortran/vla-sizeof.exp
4245         * gdb.fortran/vla-type.exp
4246         * gdb.fortran/vla-value-sub-arbitrary.exp
4247         * gdb.fortran/vla-value-sub-finish.exp
4248         * gdb.fortran/vla-value-sub.exp
4249         * gdb.fortran/vla-value.exp
4250         * gdb.fortran/whatis_type.exp
4251         * gdb.go/chan.exp
4252         * gdb.go/handcall.exp
4253         * gdb.go/hello.exp
4254         * gdb.go/integers.exp
4255         * gdb.go/methods.exp
4256         * gdb.go/package.exp
4257         * gdb.go/strings.exp
4258         * gdb.go/types.exp
4259         * gdb.go/unsafe.exp
4260         * gdb.guile/scm-arch.exp
4261         * gdb.guile/scm-block.exp
4262         * gdb.guile/scm-breakpoint.exp
4263         * gdb.guile/scm-cmd.exp
4264         * gdb.guile/scm-disasm.exp
4265         * gdb.guile/scm-equal.exp
4266         * gdb.guile/scm-frame-args.exp
4267         * gdb.guile/scm-frame-inline.exp
4268         * gdb.guile/scm-frame.exp
4269         * gdb.guile/scm-iterator.exp
4270         * gdb.guile/scm-math.exp
4271         * gdb.guile/scm-objfile.exp
4272         * gdb.guile/scm-ports.exp
4273         * gdb.guile/scm-symbol.exp
4274         * gdb.guile/scm-symtab.exp
4275         * gdb.guile/scm-value-cc.exp
4276         * gdb.guile/types-module.exp
4277         * gdb.linespec/break-ask.exp
4278         * gdb.linespec/cpexplicit.exp
4279         * gdb.linespec/explicit.exp
4280         * gdb.linespec/keywords.exp
4281         * gdb.linespec/linespec.exp
4282         * gdb.linespec/ls-dollar.exp
4283         * gdb.linespec/ls-errs.exp
4284         * gdb.linespec/skip-two.exp
4285         * gdb.linespec/thread.exp
4286         * gdb.mi/mi-async.exp
4287         * gdb.mi/mi-basics.exp
4288         * gdb.mi/mi-break.exp
4289         * gdb.mi/mi-catch-load.exp
4290         * gdb.mi/mi-cli.exp
4291         * gdb.mi/mi-cmd-param-changed.exp
4292         * gdb.mi/mi-console.exp
4293         * gdb.mi/mi-detach.exp
4294         * gdb.mi/mi-disassemble.exp
4295         * gdb.mi/mi-eval.exp
4296         * gdb.mi/mi-file-transfer.exp
4297         * gdb.mi/mi-file.exp
4298         * gdb.mi/mi-fill-memory.exp
4299         * gdb.mi/mi-inheritance-syntax-error.exp
4300         * gdb.mi/mi-linespec-err-cp.exp
4301         * gdb.mi/mi-logging.exp
4302         * gdb.mi/mi-memory-changed.exp
4303         * gdb.mi/mi-read-memory.exp
4304         * gdb.mi/mi-record-changed.exp
4305         * gdb.mi/mi-reg-undefined.exp
4306         * gdb.mi/mi-regs.exp
4307         * gdb.mi/mi-return.exp
4308         * gdb.mi/mi-reverse.exp
4309         * gdb.mi/mi-simplerun.exp
4310         * gdb.mi/mi-solib.exp
4311         * gdb.mi/mi-stack.exp
4312         * gdb.mi/mi-stepi.exp
4313         * gdb.mi/mi-syn-frame.exp
4314         * gdb.mi/mi-until.exp
4315         * gdb.mi/mi-var-block.exp
4316         * gdb.mi/mi-var-child.exp
4317         * gdb.mi/mi-var-cmd.exp
4318         * gdb.mi/mi-var-cp.exp
4319         * gdb.mi/mi-var-display.exp
4320         * gdb.mi/mi-var-invalidate.exp
4321         * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4322         * gdb.mi/mi-vla-fortran.exp
4323         * gdb.mi/mi-watch.exp
4324         * gdb.mi/mi2-var-child.exp
4325         * gdb.mi/user-selected-context-sync.exp
4326         * gdb.modula2/unbounded-array.exp
4327         * gdb.multi/dummy-frame-restore.exp
4328         * gdb.multi/multi-arch-exec.exp
4329         * gdb.multi/multi-arch.exp
4330         * gdb.multi/tids.exp
4331         * gdb.multi/watchpoint-multi.exp
4332         * gdb.opencl/callfuncs.exp
4333         * gdb.opencl/convs_casts.exp
4334         * gdb.opencl/datatypes.exp
4335         * gdb.opencl/operators.exp
4336         * gdb.opencl/vec_comps.exp
4337         * gdb.opt/clobbered-registers-O2.exp
4338         * gdb.opt/inline-break.exp
4339         * gdb.opt/inline-bt.exp
4340         * gdb.opt/inline-cmds.exp
4341         * gdb.opt/inline-locals.exp
4342         * gdb.pascal/case-insensitive-symbols.exp
4343         * gdb.pascal/floats.exp
4344         * gdb.pascal/gdb11492.exp
4345         * gdb.python/lib-types.exp
4346         * gdb.python/py-arch.exp
4347         * gdb.python/py-as-string.exp
4348         * gdb.python/py-bad-printers.exp
4349         * gdb.python/py-block.exp
4350         * gdb.python/py-breakpoint-create-fail.exp
4351         * gdb.python/py-breakpoint.exp
4352         * gdb.python/py-caller-is.exp
4353         * gdb.python/py-cmd.exp
4354         * gdb.python/py-explore-cc.exp
4355         * gdb.python/py-explore.exp
4356         * gdb.python/py-finish-breakpoint.exp
4357         * gdb.python/py-finish-breakpoint2.exp
4358         * gdb.python/py-frame-args.exp
4359         * gdb.python/py-frame-inline.exp
4360         * gdb.python/py-frame.exp
4361         * gdb.python/py-framefilter-mi.exp
4362         * gdb.python/py-infthread.exp
4363         * gdb.python/py-lazy-string.exp
4364         * gdb.python/py-linetable.exp
4365         * gdb.python/py-mi-events.exp
4366         * gdb.python/py-mi-objfile.exp
4367         * gdb.python/py-mi.exp
4368         * gdb.python/py-objfile.exp
4369         * gdb.python/py-pp-integral.exp
4370         * gdb.python/py-pp-maint.exp
4371         * gdb.python/py-pp-re-notag.exp
4372         * gdb.python/py-pp-registration.exp
4373         * gdb.python/py-recurse-unwind.exp
4374         * gdb.python/py-strfns.exp
4375         * gdb.python/py-symbol.exp
4376         * gdb.python/py-symtab.exp
4377         * gdb.python/py-sync-interp.exp
4378         * gdb.python/py-typeprint.exp
4379         * gdb.python/py-unwind-maint.exp
4380         * gdb.python/py-unwind.exp
4381         * gdb.python/py-value-cc.exp
4382         * gdb.python/py-xmethods.exp
4383         * gdb.reverse/amd64-tailcall-reverse.exp
4384         * gdb.reverse/break-precsave.exp
4385         * gdb.reverse/break-reverse.exp
4386         * gdb.reverse/consecutive-precsave.exp
4387         * gdb.reverse/consecutive-reverse.exp
4388         * gdb.reverse/finish-precsave.exp
4389         * gdb.reverse/finish-reverse-bkpt.exp
4390         * gdb.reverse/finish-reverse.exp
4391         * gdb.reverse/fstatat-reverse.exp
4392         * gdb.reverse/getresuid-reverse.exp
4393         * gdb.reverse/i386-precsave.exp
4394         * gdb.reverse/i386-reverse.exp
4395         * gdb.reverse/i386-sse-reverse.exp
4396         * gdb.reverse/i387-env-reverse.exp
4397         * gdb.reverse/i387-stack-reverse.exp
4398         * gdb.reverse/insn-reverse.exp
4399         * gdb.reverse/machinestate-precsave.exp
4400         * gdb.reverse/machinestate.exp
4401         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4402         * gdb.reverse/pipe-reverse.exp
4403         * gdb.reverse/readv-reverse.exp
4404         * gdb.reverse/recvmsg-reverse.exp
4405         * gdb.reverse/rerun-prec.exp
4406         * gdb.reverse/s390-mvcle.exp
4407         * gdb.reverse/step-precsave.exp
4408         * gdb.reverse/step-reverse.exp
4409         * gdb.reverse/time-reverse.exp
4410         * gdb.reverse/until-precsave.exp
4411         * gdb.reverse/until-reverse.exp
4412         * gdb.reverse/waitpid-reverse.exp
4413         * gdb.reverse/watch-precsave.exp
4414         * gdb.reverse/watch-reverse.exp
4415         * gdb.rust/generics.exp
4416         * gdb.rust/methods.exp
4417         * gdb.rust/modules.exp
4418         * gdb.rust/simple.exp
4419         * gdb.server/connect-with-no-symbol-file.exp
4420         * gdb.server/ext-attach.exp
4421         * gdb.server/ext-restart.exp
4422         * gdb.server/ext-wrapper.exp
4423         * gdb.server/file-transfer.exp
4424         * gdb.server/server-exec-info.exp
4425         * gdb.server/server-kill.exp
4426         * gdb.server/server-mon.exp
4427         * gdb.server/wrapper.exp
4428         * gdb.stabs/exclfwd.exp
4429         * gdb.stabs/gdb11479.exp
4430         * gdb.threads/clone-new-thread-event.exp
4431         * gdb.threads/corethreads.exp
4432         * gdb.threads/current-lwp-dead.exp
4433         * gdb.threads/dlopen-libpthread.exp
4434         * gdb.threads/gcore-thread.exp
4435         * gdb.threads/sigstep-threads.exp
4436         * gdb.threads/watchpoint-fork.exp
4437         * gdb.trace/actions-changed.exp
4438         * gdb.trace/backtrace.exp
4439         * gdb.trace/change-loc.exp
4440         * gdb.trace/circ.exp
4441         * gdb.trace/collection.exp
4442         * gdb.trace/disconnected-tracing.exp
4443         * gdb.trace/ftrace.exp
4444         * gdb.trace/mi-trace-frame-collected.exp
4445         * gdb.trace/mi-trace-unavailable.exp
4446         * gdb.trace/mi-traceframe-changed.exp
4447         * gdb.trace/mi-tsv-changed.exp
4448         * gdb.trace/no-attach-trace.exp
4449         * gdb.trace/passc-dyn.exp
4450         * gdb.trace/qtro.exp
4451         * gdb.trace/range-stepping.exp
4452         * gdb.trace/read-memory.exp
4453         * gdb.trace/save-trace.exp
4454         * gdb.trace/signal.exp
4455         * gdb.trace/status-stop.exp
4456         * gdb.trace/tfile.exp
4457         * gdb.trace/trace-break.exp
4458         * gdb.trace/trace-buffer-size.exp
4459         * gdb.trace/trace-condition.exp
4460         * gdb.trace/tracefile-pseudo-reg.exp
4461         * gdb.trace/tstatus.exp
4462         * gdb.trace/unavailable.exp
4463         * gdb.trace/while-dyn.exp
4464         * gdb.trace/while-stepping.exp
4465
4466 2016-12-22  Doug Evans  <xdje42@gmail.com>
4467
4468         * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4469         and msymbols.
4470
4471 2016-12-19  Yao Qi  <yao.qi@linaro.org>
4472
4473         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4474         (test_with_self): Don't call do_steps_and_nexts, and remove
4475         code about stepping into xmalloc.
4476
4477 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4478
4479         * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4480
4481 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4482
4483         * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4484
4485 2016-12-09  Pedro Alves  <palves@redhat.com>
4486
4487         * gdb.base/all-architectures-0.exp: New file.
4488         * gdb.base/all-architectures-1.exp: New file.
4489         * gdb.base/all-architectures-2.exp: New file.
4490         * gdb.base/all-architectures-3.exp: New file.
4491         * gdb.base/all-architectures-4.exp: New file.
4492         * gdb.base/all-architectures-5.exp: New file.
4493         * gdb.base/all-architectures-6.exp: New file.
4494         * gdb.base/all-architectures-7.exp: New file.
4495         * gdb.base/all-architectures.exp.in: New file.
4496
4497 2016-12-09  Yao Qi  <yao.qi@linaro.org>
4498
4499         * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4500
4501 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4502
4503         * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4504         possible.
4505         Remove useless pattern-matching code.
4506
4507 2016-12-02  Pedro Alves  <palves@redhat.com>
4508
4509         * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4510         procedure.
4511         (top level): Call it.
4512
4513 2016-12-02  Pedro Alves  <palves@redhat.com>
4514
4515         * gdb.base/commands.exp (user_defined_command_args_stack_test):
4516         New procedure.
4517         (top level): Call it.
4518
4519 2016-12-02  Pedro Alves  <palves@redhat.com>
4520
4521         PR cli/20559
4522         * gdb.base/commands.exp (user_defined_command_args_eval): New
4523         procedure.
4524         (top level): Call it.
4525
4526 2016-12-02  Luis Machado  <lgustavo@codesourcery.com>
4527
4528         * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4529         timeout handling.
4530
4531 2016-12-02  Tom Tromey  <tom@tromey.com>
4532
4533         * gdb.dwarf2/main-subprogram.c: New file.
4534         * gdb.dwarf2/main-subprogram.exp: New file.
4535
4536 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4537
4538         * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4539         * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4540         gdb_test_no_output for a couple of cases.
4541         * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4542
4543 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4544
4545         Fix test names and standardize compilation error messages throughout
4546         the following files:
4547
4548         * gdb.ada/start.exp
4549         * gdb.arch/alpha-step.exp
4550         * gdb.arch/e500-prologue.exp
4551         * gdb.arch/ftrace-insn-reloc.exp
4552         * gdb.arch/gdb1291.exp
4553         * gdb.arch/gdb1431.exp
4554         * gdb.arch/gdb1558.exp
4555         * gdb.arch/i386-dr3-watch.exp
4556         * gdb.arch/i386-sse-stack-align.exp
4557         * gdb.arch/ia64-breakpoint-shadow.exp
4558         * gdb.arch/pa-nullify.exp
4559         * gdb.arch/powerpc-aix-prologue.exp
4560         * gdb.arch/thumb-bx-pc.exp
4561         * gdb.base/annota1.exp
4562         * gdb.base/annota3.exp
4563         * gdb.base/arrayidx.exp
4564         * gdb.base/assign.exp
4565         * gdb.base/attach.exp
4566         * gdb.base/auxv.exp
4567         * gdb.base/bang.exp
4568         * gdb.base/bfp-test.exp
4569         * gdb.base/bigcore.exp
4570         * gdb.base/bitfields2.exp
4571         * gdb.base/break-fun-addr.exp
4572         * gdb.base/break-probes.exp
4573         * gdb.base/call-rt-st.exp
4574         * gdb.base/callexit.exp
4575         * gdb.base/catch-fork-kill.exp
4576         * gdb.base/charset.exp
4577         * gdb.base/checkpoint.exp
4578         * gdb.base/comprdebug.exp
4579         * gdb.base/constvars.exp
4580         * gdb.base/coredump-filter.exp
4581         * gdb.base/cursal.exp
4582         * gdb.base/cvexpr.exp
4583         * gdb.base/detach.exp
4584         * gdb.base/display.exp
4585         * gdb.base/dmsym.exp
4586         * gdb.base/dprintf-pending.exp
4587         * gdb.base/dso2dso.exp
4588         * gdb.base/dtrace-probe.exp
4589         * gdb.base/dump.exp
4590         * gdb.base/enum_cond.exp
4591         * gdb.base/exe-lock.exp
4592         * gdb.base/exec-invalid-sysroot.exp
4593         * gdb.base/execl-update-breakpoints.exp
4594         * gdb.base/exprs.exp
4595         * gdb.base/fileio.exp
4596         * gdb.base/find.exp
4597         * gdb.base/finish.exp
4598         * gdb.base/fixsection.exp
4599         * gdb.base/foll-vfork.exp
4600         * gdb.base/frame-args.exp
4601         * gdb.base/gcore.exp
4602         * gdb.base/gdb1250.exp
4603         * gdb.base/global-var-nested-by-dso.exp
4604         * gdb.base/gnu-ifunc.exp
4605         * gdb.base/hashline1.exp
4606         * gdb.base/hashline2.exp
4607         * gdb.base/hashline3.exp
4608         * gdb.base/hbreak-in-shr-unsupported.exp
4609         * gdb.base/huge.exp
4610         * gdb.base/infcall-input.exp
4611         * gdb.base/info-fun.exp
4612         * gdb.base/info-shared.exp
4613         * gdb.base/jit-simple.exp
4614         * gdb.base/jit-so.exp
4615         * gdb.base/jit.exp
4616         * gdb.base/jump.exp
4617         * gdb.base/label.exp
4618         * gdb.base/lineinc.exp
4619         * gdb.base/logical.exp
4620         * gdb.base/longjmp.exp
4621         * gdb.base/macscp.exp
4622         * gdb.base/miscexprs.exp
4623         * gdb.base/new-ui-echo.exp
4624         * gdb.base/new-ui-pending-input.exp
4625         * gdb.base/new-ui.exp
4626         * gdb.base/nodebug.exp
4627         * gdb.base/nofield.exp
4628         * gdb.base/offsets.exp
4629         * gdb.base/overlays.exp
4630         * gdb.base/pending.exp
4631         * gdb.base/pointers.exp
4632         * gdb.base/pr11022.exp
4633         * gdb.base/printcmds.exp
4634         * gdb.base/prologue.exp
4635         * gdb.base/ptr-typedef.exp
4636         * gdb.base/realname-expand.exp
4637         * gdb.base/relativedebug.exp
4638         * gdb.base/relocate.exp
4639         * gdb.base/remote.exp
4640         * gdb.base/reread.exp
4641         * gdb.base/return2.exp
4642         * gdb.base/savedregs.exp
4643         * gdb.base/sep.exp
4644         * gdb.base/sepdebug.exp
4645         * gdb.base/sepsymtab.exp
4646         * gdb.base/set-inferior-tty.exp
4647         * gdb.base/setshow.exp
4648         * gdb.base/shlib-call.exp
4649         * gdb.base/sigaltstack.exp
4650         * gdb.base/siginfo-addr.exp
4651         * gdb.base/signals.exp
4652         * gdb.base/signull.exp
4653         * gdb.base/sigrepeat.exp
4654         * gdb.base/so-impl-ld.exp
4655         * gdb.base/solib-display.exp
4656         * gdb.base/solib-overlap.exp
4657         * gdb.base/solib-search.exp
4658         * gdb.base/solib-symbol.exp
4659         * gdb.base/structs.exp
4660         * gdb.base/structs2.exp
4661         * gdb.base/symtab-search-order.exp
4662         * gdb.base/twice.exp
4663         * gdb.base/unload.exp
4664         * gdb.base/varargs.exp
4665         * gdb.base/watchpoint-solib.exp
4666         * gdb.base/watchpoint.exp
4667         * gdb.base/whatis.exp
4668         * gdb.base/wrong_frame_bt_full.exp
4669         * gdb.btrace/dlopen.exp
4670         * gdb.cell/ea-standalone.exp
4671         * gdb.cell/ea-test.exp
4672         * gdb.cp/dispcxx.exp
4673         * gdb.cp/gdb2384.exp
4674         * gdb.cp/method2.exp
4675         * gdb.cp/nextoverthrow.exp
4676         * gdb.cp/pr10728.exp
4677         * gdb.disasm/am33.exp
4678         * gdb.disasm/h8300s.exp
4679         * gdb.disasm/mn10300.exp
4680         * gdb.disasm/sh3.exp
4681         * gdb.dwarf2/dw2-dir-file-name.exp
4682         * gdb.fortran/complex.exp
4683         * gdb.fortran/library-module.exp
4684         * gdb.guile/scm-pretty-print.exp
4685         * gdb.guile/scm-symbol.exp
4686         * gdb.guile/scm-type.exp
4687         * gdb.guile/scm-value.exp
4688         * gdb.linespec/linespec.exp
4689         * gdb.mi/gdb701.exp
4690         * gdb.mi/gdb792.exp
4691         * gdb.mi/mi-breakpoint-changed.exp
4692         * gdb.mi/mi-dprintf-pending.exp
4693         * gdb.mi/mi-dprintf.exp
4694         * gdb.mi/mi-exit-code.exp
4695         * gdb.mi/mi-pending.exp
4696         * gdb.mi/mi-solib.exp
4697         * gdb.mi/new-ui-mi-sync.exp
4698         * gdb.mi/pr11022.exp
4699         * gdb.mi/user-selected-context-sync.exp
4700         * gdb.opt/solib-intra-step.exp
4701         * gdb.python/py-events.exp
4702         * gdb.python/py-finish-breakpoint.exp
4703         * gdb.python/py-mi.exp
4704         * gdb.python/py-prettyprint.exp
4705         * gdb.python/py-shared.exp
4706         * gdb.python/py-symbol.exp
4707         * gdb.python/py-template.exp
4708         * gdb.python/py-type.exp
4709         * gdb.python/py-value.exp
4710         * gdb.reverse/solib-precsave.exp
4711         * gdb.reverse/solib-reverse.exp
4712         * gdb.server/solib-list.exp
4713         * gdb.stabs/weird.exp
4714         * gdb.threads/reconnect-signal.exp
4715         * gdb.threads/stepi-random-signal.exp
4716         * gdb.trace/actions.exp
4717         * gdb.trace/ax.exp
4718         * gdb.trace/backtrace.exp
4719         * gdb.trace/change-loc.exp
4720         * gdb.trace/deltrace.exp
4721         * gdb.trace/ftrace-lock.exp
4722         * gdb.trace/ftrace.exp
4723         * gdb.trace/infotrace.exp
4724         * gdb.trace/mi-tracepoint-changed.exp
4725         * gdb.trace/packetlen.exp
4726         * gdb.trace/passcount.exp
4727         * gdb.trace/pending.exp
4728         * gdb.trace/range-stepping.exp
4729         * gdb.trace/report.exp
4730         * gdb.trace/stap-trace.exp
4731         * gdb.trace/tfind.exp
4732         * gdb.trace/trace-break.exp
4733         * gdb.trace/trace-condition.exp
4734         * gdb.trace/trace-enable-disable.exp
4735         * gdb.trace/trace-mt.exp
4736         * gdb.trace/tracecmd.exp
4737         * gdb.trace/tspeed.exp
4738         * gdb.trace/tsv.exp
4739         * lib/perftest.exp
4740
4741 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4742
4743         * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4744         with gdb_test_no_output.
4745         Use command as test name.
4746
4747 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4748
4749         Fix test names starting with uppercase throughout the files.
4750
4751         * gdb.ada/assign_1.exp
4752         * gdb.ada/boolean_expr.exp
4753         * gdb.base/arrayidx.exp
4754         * gdb.base/del.exp
4755         * gdb.base/gcore-buffer-overflow.exp
4756         * gdb.base/testenv.exp
4757         * gdb.compile/compile.exp
4758         * gdb.python/py-framefilter-invalidarg.exp
4759         * gdb.python/py-framefilter.exp
4760
4761 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4762
4763         Fix test names starting with uppercase throughout the files.
4764
4765         * gdb.ada/array_return.exp
4766         * gdb.ada/expr_delims.exp
4767         * gdb.ada/mi_dyn_arr.exp
4768         * gdb.ada/mi_interface.exp
4769         * gdb.ada/mi_var_array.exp
4770         * gdb.ada/watch_arg.exp
4771         * gdb.arch/alpha-step.exp
4772         * gdb.arch/altivec-regs.exp
4773         * gdb.arch/e500-regs.exp
4774         * gdb.arch/powerpc-d128-regs.exp
4775         * gdb.base/arrayidx.exp
4776         * gdb.base/break.exp
4777         * gdb.base/checkpoint.exp
4778         * gdb.base/debug-expr.exp
4779         * gdb.base/dmsym.exp
4780         * gdb.base/radix.exp
4781         * gdb.base/sepdebug.exp
4782         * gdb.base/testenv.exp
4783         * gdb.base/watch_thread_num.exp
4784         * gdb.base/watchpoint-cond-gone.exp
4785         * gdb.cell/break.exp
4786         * gdb.cell/ea-cache.exp
4787         * gdb.compile/compile.exp
4788         * gdb.cp/gdb2495.exp
4789         * gdb.gdb/selftest.exp
4790         * gdb.gdb/xfullpath.exp
4791         * gdb.go/hello.exp
4792         * gdb.go/integers.exp
4793         * gdb.objc/basicclass.exp
4794         * gdb.pascal/hello.exp
4795         * gdb.pascal/integers.exp
4796         * gdb.python/py-breakpoint.exp
4797         * gdb.python/py-cmd.exp
4798         * gdb.python/py-linetable.exp
4799         * gdb.python/py-xmethods.exp
4800         * gdb.python/python.exp
4801         * gdb.reverse/consecutive-precsave.exp
4802         * gdb.reverse/finish-precsave.exp
4803         * gdb.reverse/i386-precsave.exp
4804         * gdb.reverse/machinestate-precsave.exp
4805         * gdb.reverse/sigall-precsave.exp
4806         * gdb.reverse/solib-precsave.exp
4807         * gdb.reverse/step-precsave.exp
4808         * gdb.reverse/until-precsave.exp
4809         * gdb.reverse/watch-precsave.exp
4810         * gdb.threads/leader-exit.exp
4811         * gdb.threads/pthreads.exp
4812         * gdb.threads/wp-replication.exp
4813         * gdb.trace/actions.exp
4814         * gdb.trace/mi-tsv-changed.exp
4815         * gdb.trace/tsv.exp
4816
4817 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4818
4819         Fix test names starting with uppercase throughout the files.
4820
4821         * gdb.arch/i386-bp_permanent.exp
4822         * gdb.arch/i386-gnu-cfi.exp
4823         * gdb.base/disasm-end-cu.exp
4824         * gdb.base/macscp.exp
4825         * gdb.base/pending.exp
4826         * gdb.base/watch_thread_num.exp
4827         * gdb.cp/exception.exp
4828         * gdb.cp/gdb2495.exp
4829         * gdb.cp/local.exp
4830         * gdb.python/py-evsignal.exp
4831         * gdb.python/python.exp
4832         * gdb.trace/tracecmd.exp
4833
4834 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4835
4836         Fix test names starting with uppercase throughout the files.
4837
4838         * gdb.base/charset.exp
4839         * gdb.base/eval.exp
4840         * gdb.base/multi-forks.exp
4841         * gdb.guile/scm-progspace.exp
4842         * gdb.opencl/datatypes.exp
4843         * gdb.python/py-block.exp
4844         * gdb.python/py-function.exp
4845         * gdb.python/py-symbol.exp
4846         * gdb.python/py-symtab.exp
4847         * gdb.python/py-xmethods.exp
4848         * gdb.reverse/break-precsave.exp
4849         * gdb.reverse/break-reverse.exp
4850         * gdb.reverse/consecutive-precsave.exp
4851         * gdb.reverse/consecutive-reverse.exp
4852         * gdb.reverse/finish-precsave.exp
4853         * gdb.reverse/finish-reverse-bkpt.exp
4854         * gdb.reverse/finish-reverse.exp
4855         * gdb.reverse/fstatat-reverse.exp
4856         * gdb.reverse/getresuid-reverse.exp
4857         * gdb.reverse/i386-precsave.exp
4858         * gdb.reverse/i386-reverse.exp
4859         * gdb.reverse/i386-sse-reverse.exp
4860         * gdb.reverse/i387-stack-reverse.exp
4861         * gdb.reverse/insn-reverse.exp
4862         * gdb.reverse/machinestate-precsave.exp
4863         * gdb.reverse/machinestate.exp
4864         * gdb.reverse/next-reverse-bkpt-over-sr.exp
4865         * gdb.reverse/pipe-reverse.exp
4866         * gdb.reverse/readv-reverse.exp
4867         * gdb.reverse/recvmsg-reverse.exp
4868         * gdb.reverse/rerun-prec.exp
4869         * gdb.reverse/s390-mvcle.exp
4870         * gdb.reverse/sigall-precsave.exp
4871         * gdb.reverse/sigall-reverse.exp
4872         * gdb.reverse/solib-precsave.exp
4873         * gdb.reverse/solib-reverse.exp
4874         * gdb.reverse/step-precsave.exp
4875         * gdb.reverse/step-reverse.exp
4876         * gdb.reverse/time-reverse.exp
4877         * gdb.reverse/until-precsave.exp
4878         * gdb.reverse/until-reverse.exp
4879         * gdb.reverse/waitpid-reverse.exp
4880         * gdb.reverse/watch-precsave.exp
4881         * gdb.reverse/watch-reverse.exp
4882
4883 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4884
4885         Fix test names starting with uppercase throughout the files.
4886
4887         * gdb.arch/i386-mpx-simple_segv.exp
4888         * gdb.arch/i386-mpx.exp
4889         * gdb.arch/i386-permbkpt.exp
4890         * gdb.arch/pa-nullify.exp
4891         * gdb.arch/powerpc-d128-regs.exp
4892         * gdb.arch/vsx-regs.exp
4893         * gdb.base/bfp-test.exp
4894         * gdb.base/break.exp
4895         * gdb.base/breakpoint-shadow.exp
4896         * gdb.base/callfuncs.exp
4897         * gdb.base/charset.exp
4898         * gdb.base/commands.exp
4899         * gdb.base/completion.exp
4900         * gdb.base/dfp-test.exp
4901         * gdb.base/echo.exp
4902         * gdb.base/ending-run.exp
4903         * gdb.base/eval.exp
4904         * gdb.base/expand-psymtabs.exp
4905         * gdb.base/float128.exp
4906         * gdb.base/floatn.exp
4907         * gdb.base/foll-exec-mode.exp
4908         * gdb.base/gdb1056.exp
4909         * gdb.base/gdb11531.exp
4910         * gdb.base/kill-after-signal.exp
4911         * gdb.base/multi-forks.exp
4912         * gdb.base/overlays.exp
4913         * gdb.base/pending.exp
4914         * gdb.base/sepdebug.exp
4915         * gdb.base/testenv.exp
4916         * gdb.base/valgrind-db-attach.exp
4917         * gdb.base/watch_thread_num.exp
4918         * gdb.base/watchpoint-cond-gone.exp
4919         * gdb.base/watchpoint.exp
4920         * gdb.base/watchpoints.exp
4921         * gdb.cp/arg-reference.exp
4922         * gdb.cp/baseenum.exp
4923         * gdb.cp/operator.exp
4924         * gdb.cp/shadow.exp
4925         * gdb.dwarf2/dw2-op-out-param.exp
4926         * gdb.dwarf2/dw2-reg-undefined.exp
4927         * gdb.go/chan.exp
4928         * gdb.go/hello.exp
4929         * gdb.go/integers.exp
4930         * gdb.go/methods.exp
4931         * gdb.go/package.exp
4932         * gdb.guile/scm-parameter.exp
4933         * gdb.guile/scm-progspace.exp
4934         * gdb.guile/scm-value.exp
4935         * gdb.mi/mi-pending.exp
4936         * gdb.mi/user-selected-context-sync.exp
4937         * gdb.multi/multi-attach.exp
4938         * gdb.multi/tids.exp
4939         * gdb.opt/clobbered-registers-O2.exp
4940         * gdb.pascal/floats.exp
4941         * gdb.pascal/integers.exp
4942         * gdb.python/py-block.exp
4943         * gdb.python/py-events.exp
4944         * gdb.python/py-parameter.exp
4945         * gdb.python/py-symbol.exp
4946         * gdb.python/py-symtab.exp
4947         * gdb.python/py-type.exp
4948         * gdb.python/py-value.exp
4949         * gdb.python/py-xmethods.exp
4950         * gdb.python/python.exp
4951         * gdb.reverse/break-precsave.exp
4952         * gdb.reverse/consecutive-precsave.exp
4953         * gdb.reverse/finish-precsave.exp
4954         * gdb.reverse/i386-precsave.exp
4955         * gdb.reverse/machinestate-precsave.exp
4956         * gdb.reverse/sigall-precsave.exp
4957         * gdb.reverse/solib-precsave.exp
4958         * gdb.reverse/step-precsave.exp
4959         * gdb.reverse/until-precsave.exp
4960         * gdb.reverse/watch-precsave.exp
4961         * gdb.server/ext-attach.exp
4962         * gdb.server/ext-restart.exp
4963         * gdb.server/ext-run.exp
4964         * gdb.server/ext-wrapper.exp
4965         * gdb.stabs/gdb11479.exp
4966         * gdb.stabs/weird.exp
4967         * gdb.threads/attach-many-short-lived-threads.exp
4968         * gdb.threads/kill.exp
4969         * gdb.threads/watchpoint-fork.exp
4970
4971 2016-12-01  Luis Machado  <lgustavo@codesourcery.com>
4972
4973         Fix test names starting with uppercase throughout all the files below.
4974
4975         * gdb.ada/array_return.exp
4976         * gdb.ada/catch_ex.exp
4977         * gdb.ada/info_exc.exp
4978         * gdb.ada/mi_catch_ex.exp
4979         * gdb.ada/mi_dyn_arr.exp
4980         * gdb.ada/mi_ex_cond.exp
4981         * gdb.ada/mi_exc_info.exp
4982         * gdb.ada/mi_interface.exp
4983         * gdb.ada/mi_task_arg.exp
4984         * gdb.ada/mi_task_info.exp
4985         * gdb.ada/mi_var_array.exp
4986         * gdb.arch/alpha-step.exp
4987         * gdb.arch/amd64-disp-step.exp
4988         * gdb.arch/arm-disp-step.exp
4989         * gdb.arch/disp-step-insn-reloc.exp
4990         * gdb.arch/e500-prologue.exp
4991         * gdb.arch/ftrace-insn-reloc.exp
4992         * gdb.arch/gdb1558.exp
4993         * gdb.arch/i386-bp_permanent.exp
4994         * gdb.arch/i386-disp-step.exp
4995         * gdb.arch/i386-float.exp
4996         * gdb.arch/i386-gnu-cfi.exp
4997         * gdb.arch/ia64-breakpoint-shadow.exp
4998         * gdb.arch/mips16-thunks.exp
4999         * gdb.arch/pa-nullify.exp
5000         * gdb.arch/powerpc-aix-prologue.exp
5001         * gdb.arch/powerpc-power.exp
5002         * gdb.arch/ppc-dfp.exp
5003         * gdb.arch/s390-tdbregs.exp
5004         * gdb.arch/spu-info.exp
5005         * gdb.arch/spu-ls.exp
5006         * gdb.arch/thumb-bx-pc.exp
5007         * gdb.base/advance.exp
5008         * gdb.base/annota-input-while-running.exp
5009         * gdb.base/arrayidx.exp
5010         * gdb.base/asmlabel.exp
5011         * gdb.base/async.exp
5012         * gdb.base/attach-wait-input.exp
5013         * gdb.base/auto-connect-native-target.exp
5014         * gdb.base/batch-preserve-term-settings.exp
5015         * gdb.base/bfp-test.exp
5016         * gdb.base/bigcore.exp
5017         * gdb.base/bp-permanent.exp
5018         * gdb.base/break-always.exp
5019         * gdb.base/break-fun-addr.exp
5020         * gdb.base/break-idempotent.exp
5021         * gdb.base/break-main-file-remove-fail.exp
5022         * gdb.base/break-probes.exp
5023         * gdb.base/break-unload-file.exp
5024         * gdb.base/break.exp
5025         * gdb.base/call-ar-st.exp
5026         * gdb.base/call-rt-st.exp
5027         * gdb.base/call-sc.exp
5028         * gdb.base/call-signal-resume.exp
5029         * gdb.base/call-strs.exp
5030         * gdb.base/callexit.exp
5031         * gdb.base/callfuncs.exp
5032         * gdb.base/catch-gdb-caused-signals.exp
5033         * gdb.base/catch-signal-siginfo-cond.exp
5034         * gdb.base/catch-syscall.exp
5035         * gdb.base/compare-sections.exp
5036         * gdb.base/cond-eval-mode.exp
5037         * gdb.base/condbreak-call-false.exp
5038         * gdb.base/consecutive-step-over.exp
5039         * gdb.base/cursal.exp
5040         * gdb.base/disabled-location.exp
5041         * gdb.base/disasm-end-cu.exp
5042         * gdb.base/display.exp
5043         * gdb.base/double-prompt-target-event-error.exp
5044         * gdb.base/dprintf-bp-same-addr.exp
5045         * gdb.base/dprintf-detach.exp
5046         * gdb.base/dprintf-next.exp
5047         * gdb.base/dprintf-non-stop.exp
5048         * gdb.base/dprintf-pending.exp
5049         * gdb.base/dso2dso.exp
5050         * gdb.base/ending-run.exp
5051         * gdb.base/enum_cond.exp
5052         * gdb.base/examine-backward.exp
5053         * gdb.base/exe-lock.exp
5054         * gdb.base/exec-invalid-sysroot.exp
5055         * gdb.base/execl-update-breakpoints.exp
5056         * gdb.base/execution-termios.exp
5057         * gdb.base/fileio.exp
5058         * gdb.base/fixsection.exp
5059         * gdb.base/foll-exec-mode.exp
5060         * gdb.base/foll-exec.exp
5061         * gdb.base/fork-running-state.exp
5062         * gdb.base/frame-args.exp
5063         * gdb.base/fullpath-expand.exp
5064         * gdb.base/func-ptr.exp
5065         * gdb.base/gcore-relro-pie.exp
5066         * gdb.base/gdb1090.exp
5067         * gdb.base/gdb1555.exp
5068         * gdb.base/global-var-nested-by-dso.exp
5069         * gdb.base/gnu-ifunc.exp
5070         * gdb.base/hbreak-in-shr-unsupported.exp
5071         * gdb.base/hbreak-unmapped.exp
5072         * gdb.base/hook-stop.exp
5073         * gdb.base/infcall-input.exp
5074         * gdb.base/info-fun.exp
5075         * gdb.base/info-shared.exp
5076         * gdb.base/interrupt-noterm.exp
5077         * gdb.base/jit-so.exp
5078         * gdb.base/jit.exp
5079         * gdb.base/line-symtabs.exp
5080         * gdb.base/list.exp
5081         * gdb.base/longjmp.exp
5082         * gdb.base/macscp.exp
5083         * gdb.base/max-value-size.exp
5084         * gdb.base/nodebug.exp
5085         * gdb.base/nofield.exp
5086         * gdb.base/overlays.exp
5087         * gdb.base/paginate-after-ctrl-c-running.exp
5088         * gdb.base/paginate-bg-execution.exp
5089         * gdb.base/paginate-inferior-exit.exp
5090         * gdb.base/pending.exp
5091         * gdb.base/pr11022.exp
5092         * gdb.base/printcmds.exp
5093         * gdb.base/ptr-typedef.exp
5094         * gdb.base/ptype.exp
5095         * gdb.base/randomize.exp
5096         * gdb.base/range-stepping.exp
5097         * gdb.base/realname-expand.exp
5098         * gdb.base/relativedebug.exp
5099         * gdb.base/remote.exp
5100         * gdb.base/savedregs.exp
5101         * gdb.base/sepdebug.exp
5102         * gdb.base/set-noassign.exp
5103         * gdb.base/shlib-call.exp
5104         * gdb.base/shreloc.exp
5105         * gdb.base/sigaltstack.exp
5106         * gdb.base/sigbpt.exp
5107         * gdb.base/siginfo-addr.exp
5108         * gdb.base/siginfo-obj.exp
5109         * gdb.base/siginfo-thread.exp
5110         * gdb.base/signest.exp
5111         * gdb.base/signull.exp
5112         * gdb.base/sigrepeat.exp
5113         * gdb.base/skip.exp
5114         * gdb.base/so-impl-ld.exp
5115         * gdb.base/solib-corrupted.exp
5116         * gdb.base/solib-disc.exp
5117         * gdb.base/solib-display.exp
5118         * gdb.base/solib-overlap.exp
5119         * gdb.base/solib-search.exp
5120         * gdb.base/solib-symbol.exp
5121         * gdb.base/source-execution.exp
5122         * gdb.base/sss-bp-on-user-bp-2.exp
5123         * gdb.base/sss-bp-on-user-bp.exp
5124         * gdb.base/stack-checking.exp
5125         * gdb.base/stale-infcall.exp
5126         * gdb.base/step-break.exp
5127         * gdb.base/step-line.exp
5128         * gdb.base/step-over-exit.exp
5129         * gdb.base/step-test.exp
5130         * gdb.base/structs.exp
5131         * gdb.base/sym-file.exp
5132         * gdb.base/symtab-search-order.exp
5133         * gdb.base/term.exp
5134         * gdb.base/type-opaque.exp
5135         * gdb.base/unload.exp
5136         * gdb.base/until-nodebug.exp
5137         * gdb.base/until.exp
5138         * gdb.base/unwindonsignal.exp
5139         * gdb.base/watch-cond.exp
5140         * gdb.base/watch-non-mem.exp
5141         * gdb.base/watch_thread_num.exp
5142         * gdb.base/watchpoint-reuse-slot.exp
5143         * gdb.base/watchpoint-solib.exp
5144         * gdb.base/watchpoint.exp
5145         * gdb.btrace/dlopen.exp
5146         * gdb.cell/arch.exp
5147         * gdb.cell/break.exp
5148         * gdb.cell/bt.exp
5149         * gdb.cell/core.exp
5150         * gdb.cell/data.exp
5151         * gdb.cell/dwarfaddr.exp
5152         * gdb.cell/ea-cache.exp
5153         * gdb.cell/ea-standalone.exp
5154         * gdb.cell/ea-test.exp
5155         * gdb.cell/f-regs.exp
5156         * gdb.cell/fork.exp
5157         * gdb.cell/gcore.exp
5158         * gdb.cell/mem-access.exp
5159         * gdb.cell/ptype.exp
5160         * gdb.cell/registers.exp
5161         * gdb.cell/sizeof.exp
5162         * gdb.cell/solib-symbol.exp
5163         * gdb.cell/solib.exp
5164         * gdb.compile/compile-tls.exp
5165         * gdb.cp/exception.exp
5166         * gdb.cp/gdb2495.exp
5167         * gdb.cp/local.exp
5168         * gdb.cp/mb-inline.exp
5169         * gdb.cp/mb-templates.exp
5170         * gdb.cp/pr10687.exp
5171         * gdb.cp/pr9167.exp
5172         * gdb.cp/scope-err.exp
5173         * gdb.cp/templates.exp
5174         * gdb.cp/virtfunc.exp
5175         * gdb.dwarf2/dw2-dir-file-name.exp
5176         * gdb.dwarf2/dw2-single-line-discriminators.exp
5177         * gdb.fortran/complex.exp
5178         * gdb.fortran/library-module.exp
5179         * gdb.guile/guile.exp
5180         * gdb.guile/scm-cmd.exp
5181         * gdb.guile/scm-frame-inline.exp
5182         * gdb.guile/scm-objfile.exp
5183         * gdb.guile/scm-pretty-print.exp
5184         * gdb.guile/scm-symbol.exp
5185         * gdb.guile/scm-type.exp
5186         * gdb.guile/scm-value.exp
5187         * gdb.linespec/keywords.exp
5188         * gdb.linespec/ls-errs.exp
5189         * gdb.linespec/macro-relative.exp
5190         * gdb.linespec/thread.exp
5191         * gdb.mi/mi-breakpoint-changed.exp
5192         * gdb.mi/mi-dprintf-pending.exp
5193         * gdb.mi/mi-fullname-deleted.exp
5194         * gdb.mi/mi-logging.exp
5195         * gdb.mi/mi-pending.exp
5196         * gdb.mi/mi-solib.exp
5197         * gdb.mi/new-ui-mi-sync.exp
5198         * gdb.mi/user-selected-context-sync.exp
5199         * gdb.multi/dummy-frame-restore.exp
5200         * gdb.multi/multi-arch-exec.exp
5201         * gdb.multi/remove-inferiors.exp
5202         * gdb.multi/watchpoint-multi-exit.exp
5203         * gdb.opt/solib-intra-step.exp
5204         * gdb.perf/backtrace.exp
5205         * gdb.perf/single-step.exp
5206         * gdb.perf/skip-command.exp
5207         * gdb.perf/skip-prologue.exp
5208         * gdb.perf/solib.exp
5209         * gdb.python/lib-types.exp
5210         * gdb.python/py-as-string.exp
5211         * gdb.python/py-bad-printers.exp
5212         * gdb.python/py-block.exp
5213         * gdb.python/py-breakpoint.exp
5214         * gdb.python/py-cmd.exp
5215         * gdb.python/py-events.exp
5216         * gdb.python/py-evthreads.exp
5217         * gdb.python/py-finish-breakpoint.exp
5218         * gdb.python/py-finish-breakpoint2.exp
5219         * gdb.python/py-frame-inline.exp
5220         * gdb.python/py-frame.exp
5221         * gdb.python/py-inferior.exp
5222         * gdb.python/py-infthread.exp
5223         * gdb.python/py-mi.exp
5224         * gdb.python/py-objfile.exp
5225         * gdb.python/py-pp-maint.exp
5226         * gdb.python/py-pp-registration.exp
5227         * gdb.python/py-prettyprint.exp
5228         * gdb.python/py-recurse-unwind.exp
5229         * gdb.python/py-shared.exp
5230         * gdb.python/py-symbol.exp
5231         * gdb.python/py-symtab.exp
5232         * gdb.python/py-template.exp
5233         * gdb.python/py-type.exp
5234         * gdb.python/py-unwind-maint.exp
5235         * gdb.python/py-unwind.exp
5236         * gdb.python/py-value.exp
5237         * gdb.python/python.exp
5238         * gdb.reverse/finish-reverse-bkpt.exp
5239         * gdb.reverse/insn-reverse.exp
5240         * gdb.reverse/next-reverse-bkpt-over-sr.exp
5241         * gdb.reverse/solib-precsave.exp
5242         * gdb.reverse/solib-reverse.exp
5243         * gdb.stabs/gdb11479.exp
5244         * gdb.stabs/weird.exp
5245         * gdb.threads/fork-child-threads.exp
5246         * gdb.threads/fork-plus-threads.exp
5247         * gdb.threads/fork-thread-pending.exp
5248         * gdb.threads/forking-threads-plus-breakpoint.exp
5249         * gdb.threads/hand-call-in-threads.exp
5250         * gdb.threads/interrupted-hand-call.exp
5251         * gdb.threads/linux-dp.exp
5252         * gdb.threads/local-watch-wrong-thread.exp
5253         * gdb.threads/next-while-other-thread-longjmps.exp
5254         * gdb.threads/non-ldr-exit.exp
5255         * gdb.threads/pending-step.exp
5256         * gdb.threads/print-threads.exp
5257         * gdb.threads/process-dies-while-detaching.exp
5258         * gdb.threads/process-dies-while-handling-bp.exp
5259         * gdb.threads/pthreads.exp
5260         * gdb.threads/queue-signal.exp
5261         * gdb.threads/reconnect-signal.exp
5262         * gdb.threads/signal-command-handle-nopass.exp
5263         * gdb.threads/signal-command-multiple-signals-pending.exp
5264         * gdb.threads/signal-delivered-right-thread.exp
5265         * gdb.threads/signal-sigtrap.exp
5266         * gdb.threads/sigthread.exp
5267         * gdb.threads/staticthreads.exp
5268         * gdb.threads/stepi-random-signal.exp
5269         * gdb.threads/thread-unwindonsignal.exp
5270         * gdb.threads/thread_check.exp
5271         * gdb.threads/thread_events.exp
5272         * gdb.threads/tid-reuse.exp
5273         * gdb.threads/tls-nodebug.exp
5274         * gdb.threads/tls-shared.exp
5275         * gdb.threads/tls-so_extern.exp
5276         * gdb.threads/tls.exp
5277         * gdb.threads/wp-replication.exp
5278         * gdb.trace/actions-changed.exp
5279         * gdb.trace/actions.exp
5280         * gdb.trace/backtrace.exp
5281         * gdb.trace/change-loc.exp
5282         * gdb.trace/collection.exp
5283         * gdb.trace/deltrace.exp
5284         * gdb.trace/disconnected-tracing.exp
5285         * gdb.trace/entry-values.exp
5286         * gdb.trace/ftrace-lock.exp
5287         * gdb.trace/ftrace.exp
5288         * gdb.trace/infotrace.exp
5289         * gdb.trace/mi-trace-frame-collected.exp
5290         * gdb.trace/mi-trace-unavailable.exp
5291         * gdb.trace/mi-traceframe-changed.exp
5292         * gdb.trace/mi-tracepoint-changed.exp
5293         * gdb.trace/mi-tsv-changed.exp
5294         * gdb.trace/no-attach-trace.exp
5295         * gdb.trace/packetlen.exp
5296         * gdb.trace/passc-dyn.exp
5297         * gdb.trace/passcount.exp
5298         * gdb.trace/pending.exp
5299         * gdb.trace/pr16508.exp
5300         * gdb.trace/qtro.exp
5301         * gdb.trace/range-stepping.exp
5302         * gdb.trace/read-memory.exp
5303         * gdb.trace/report.exp
5304         * gdb.trace/save-trace.exp
5305         * gdb.trace/signal.exp
5306         * gdb.trace/stap-trace.exp
5307         * gdb.trace/status-stop.exp
5308         * gdb.trace/strace.exp
5309         * gdb.trace/tfile.exp
5310         * gdb.trace/tfind.exp
5311         * gdb.trace/trace-break.exp
5312         * gdb.trace/trace-condition.exp
5313         * gdb.trace/trace-enable-disable.exp
5314         * gdb.trace/trace-mt.exp
5315         * gdb.trace/tracecmd.exp
5316         * gdb.trace/tracefile-pseudo-reg.exp
5317         * gdb.trace/tspeed.exp
5318         * gdb.trace/tstatus.exp
5319         * gdb.trace/tsv.exp
5320         * gdb.trace/unavailable.exp
5321         * gdb.trace/while-dyn.exp
5322         * gdb.trace/while-stepping.exp
5323         * lib/gdb-guile.exp
5324         * lib/gdb.exp
5325         * lib/mi-support.exp
5326         * lib/pascal.exp
5327         * lib/perftest.exp
5328         * lib/prelink-support.exp
5329         * lib/selftest-support.exp
5330
5331 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
5332
5333         * Makefile.in: Include disable-implicit-rules.mk.
5334
5335 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5336
5337         * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5338         non-byte-aligned bit fields.
5339
5340 2016-11-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5341
5342         PR gdb/12616
5343         * gdb.dwarf2/nonvar-access.exp: New testcase.  Check that GDB
5344         respects the DW_AT_data_bit_offset attribute.
5345
5346 2016-11-22  Simon Marchi  <simon.marchi@polymtl.ca>
5347
5348         * gdb.base/default.exp: Fix output of "set language".
5349
5350 2016-11-17  Simon Marchi  <simon.marchi@polymtl.ca>
5351
5352         * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5353         prefixed with @GMAKE_FALSE@.  Update comment related to non-GNU
5354         make.
5355         * configure.ac: Remove checks for the make program.
5356         * configure: Re-generate.
5357
5358 2016-11-16  Kevin Buettner  <kevinb@redhat.com>
5359
5360         * gdb.python/py-recurse-unwind.c (main): Add loop.
5361         * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5362         to read_register() and gdb.parse_and_eval().  Make each code
5363         call a separate case that can be individually tested.
5364         * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5365         proc. Call cont_and_backtrace for each of the code paths that
5366         we want to test in the unwinder.
5367
5368 2016-11-15  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5369
5370         * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5371         the definition of struct S.
5372
5373 2016-11-11  Catherine Moore  <clm@codesourcery.com>
5374
5375         * gdb.base/dump.exp: Identify verilog format dump tests as such.
5376
5377 2016-11-09  Pedro Alves  <palves@redhat.com>
5378
5379         * gdb.base/commands.exp (runto_or_return): New procedure.
5380         (gdbvar_simple_if_test, gdbvar_simple_while_test)
5381         (gdbvar_complex_if_while_test, progvar_simple_if_test)
5382         (progvar_simple_while_test, progvar_complex_if_while_test)
5383         (if_while_breakpoint_command_test)
5384         (infrun_breakpoint_command_test, breakpoint_command_test)
5385         (user_defined_command_test, watchpoint_command_test)
5386         (test_command_prompt_position, redefine_hook_test)
5387         (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5388         (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5389         multi_line_input and multi_line.  Remove gdb_expect and
5390         gdb_stop_suppressing_tests uses.
5391         * lib/gdb.exp (valnum_re): New global.
5392         (multi_line_input): New procedure.
5393
5394 2016-11-09  Simon Marchi  <simon.marchi@polymtl.ca>
5395
5396         * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5397         Remove.
5398         (test_setup): Define with proc_with_prefix.
5399         (test_cli_inferior): Likewise.
5400         (test_cli_thread): Likewise.
5401         (test_cli_frame): Likewise.
5402         (test_cli_select_frame): Likewise.
5403         (test_cli_up_down): Likewise.
5404         (test_mi_thread_select): Likewise.
5405         (test_mi_stack_select_frame): Likewise.
5406         (test_cli_in_mi_inferior): Likewise.
5407         (test_cli_in_mi_thread): Likewise.
5408         (test_cli_in_mi_frame): Likewise.
5409         (top level): Do not use with_test_prefix_procname.
5410
5411 2016-11-09  Pedro Alves  <palves@redhat.com>
5412
5413         * gdb.base/commands.exp (gdbvar_simple_if_test)
5414         (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5415         (progvar_simple_if_test, progvar_simple_while_test)
5416         (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5417         (infrun_breakpoint_command_test, breakpoint_command_test)
5418         (user_defined_command_test, watchpoint_command_test)
5419         (test_command_prompt_position, deprecated_command_test)
5420         (bp_deleted_in_command, temporary_breakpoint_commands)
5421         (stray_arg0_test, source_file_with_indented_comment)
5422         (recursive_source_test, if_commands_test)
5423         (error_clears_commands_left, redefine_hook_test)
5424         (redefine_backtrace_test): Use proc_with_prefix.
5425         * lib/gdb.exp (proc_with_prefix): New proc.
5426
5427 2016-11-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5428
5429         * gdb.base/tui-layout.c: New file.
5430         * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5431         disassembly window contains very long lines.
5432
5433 2016-11-08  Tom Tromey  <tom@tromey.com>
5434
5435         * gdb.python/py-value.exp (test_value_creation): Make "long" test
5436         depend on Python 2.
5437
5438 2016-11-08  Tom Tromey  <tom@tromey.com>
5439
5440         * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5441         New method.
5442
5443 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
5444
5445         * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5446
5447 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
5448
5449         * gdb.rust/simple.rs: Add test for univariant enums without
5450         discriminants and for encoded struct-like enums.
5451
5452 2016-10-28  Pedro Alves  <palves@redhat.com>
5453
5454         * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5455         gdb_test_multiple, tighten regexps and match symtabs and line
5456         tables incrementally.
5457
5458 2016-10-28  Luis Machado  <lgustavo@codesourcery.com>
5459
5460         * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5461         general.
5462
5463 2016-10-25  Luis Machado  <lgustavo@codesourcery.com>
5464
5465         * gdb.base/exec-invalid-sysroot.exp: New file.
5466
5467 2016-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5468
5469         * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5470
5471 2016-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5472
5473         * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5474
5475 2016-10-19  Maciej W. Rozycki  <macro@imgtec.com>
5476
5477         * gdb.base/killed-outside.exp: Remove $options from a call to
5478         `prepare_for_testing'.
5479
5480 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5481
5482         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5483         Change test message.
5484
5485 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5486
5487         * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5488         Update comment.
5489
5490 2016-10-17  Simon Marchi  <simon.marchi@ericsson.com>
5491
5492         * gdb.trace/mi-trace-save.exp: New file.
5493
5494 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5495
5496         * gdb.base/code_elim.exp (get_var_address): Remove.
5497         * gdb.base/relocate.exp: Likewise.
5498         * gdb.base/shreloc.exp: Likewise.
5499         * lib/gdb.exp (get_var_address): New.
5500
5501 2016-10-13  Yao Qi  <yao.qi@linaro.org>
5502
5503         * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5504         floating point tests if $skip_float_test is false.
5505
5506 2016-10-12  Luis Machado  <lgustavo@codesourcery.com>
5507
5508         * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5509         * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5510         argc values.
5511         Add 1 to argc so we guarantee distinct initial/modified argc values.
5512
5513 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5514
5515         * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5516
5517 2016-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5518
5519         * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5520         * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5521         * gdb.arch/vsx-regs.exp: Likewise.
5522
5523 2016-10-07  Yao Qi  <yao.qi@linaro.org>
5524
5525         * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5526
5527 2016-10-07  Markus Metzger  <markus.t.metzger@intel.com>
5528
5529         * gdb.python/python.exp: Test decode_line("*0").
5530
5531 2016-10-06  Doug Evans  <dje@google.com>
5532
5533         * gdb.python/py-value.exp (test_value_creation): Add test for large
5534         unsigned 64-bit value.
5535
5536 2016-10-06  Tom Tromey  <tom@tromey.com>
5537
5538         * gdb.compile/compile.exp: Change java tests to rust.
5539         * gdb.base/setshow.exp: Change java tests to rust.
5540         * gdb.base/default.exp: Remove java from language list.
5541         * README (Examples): Update language example.
5542         * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5543         test.
5544         * lib/gdb.exp (skip_java_tests): Remove.
5545         * lib/java.exp: Remove.
5546         * gdb.java: Remove.
5547
5548 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5549
5550         * gdb.arch/mips-fcr.exp: New test.
5551         * gdb.arch/mips-fcr.c: Source for the new test.
5552
5553 2016-10-06  Maciej W. Rozycki  <macro@imgtec.com>
5554
5555         * gdb.base/solib-disc.exp: Use `standard_output_file'
5556         throughout.
5557
5558 2016-10-06  Pedro Alves  <palves@redhat.com>
5559
5560         * gdb.base/jit-simple-dl.c: New file.
5561         * gdb.base/jit-simple-jit.c: New file, factored out from ...
5562         * gdb.base/jit-simple.c: ... this.
5563         * gdb.base/jit-simple.exp (jit_run): Delete.
5564         (build_jit): New proc.
5565         (jit_test_reread): Recompile either the main program or the shared
5566         library, depending on what is being tested.  Skip changing address
5567         if caller wants to.  Compare before/after addresses.  If testing
5568         standalone, explicitly load the binary.  Test "maint info
5569         breakpoints".
5570         (top level): Add "standalone vs shared lib" and "change address"
5571         vs "same address" axes.
5572
5573 2016-10-06  Pedro Alves  <palves@redhat.com>
5574
5575         * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5576         call.
5577         (jit_run): Delete.
5578         (jit_test_reread): Use with_test_prefix.  Reload the main binary
5579         explicitly.  Compare the before/after addresses of the JIT
5580         descriptor.
5581
5582 2016-08-15  Doug Evans  <dje@google.com>
5583
5584         * gdb.xml/extra-regs.xml: Update, end field now required, default type
5585         for single bitfields is bool.
5586         * gdb.xml/tdesc-regs.exp: Ditto.
5587
5588 2016-10-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5589
5590         * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5591
5592 2016-10-05  Yao Qi  <yao.qi@linaro.org>
5593
5594         * lib/gdb.exp (support_complex_tests): Return zero if
5595         gdb_skip_float_test return true.
5596
5597 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5598             Simon Marchi  <simon.marchi@ericsson.com>
5599
5600         PR gdb/20487
5601         * gdb.mi/user-selected-context-sync.exp: New file.
5602         * gdb.mi/user-selected-context-sync.c: New file.
5603
5604 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
5605             Simon Marchi  <simon.marchi@ericsson.com>
5606
5607         PR gdb/20487
5608         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5609         =thread-select-event check.
5610
5611 2016-09-29  Peter Bergner  <bergner@vnet.ibm.com>
5612
5613         * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5614         the compulsory L operand changes.
5615         * gdb.arch/powerpc-power.s: Likewise.
5616
5617 2016-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5618
5619         PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5620         * gdb.base/jit-attach-pie.c: New file.
5621         * gdb.base/jit-attach-pie.exp: New file.
5622
5623 2016-09-28  Pedro Alves  <palves@redhat.com>
5624
5625         * gdb.base/infcall-input.c: New file.
5626         * gdb.base/infcall-input.exp: New file.
5627
5628 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5629
5630         * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5631         (gdb_exit): Rename it to ...
5632         (gdbserver_gdb_exit): ...  Close GDBserver.
5633         (gdb_exit): New proc, call gdbserver_gdb_exit.
5634         (mi_gdb_exit): Likewise.
5635
5636 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5637
5638         * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5639         path.
5640         * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5641         Remove duplication.
5642
5643 2016-09-22  Yao Qi  <yao.qi@linaro.org>
5644
5645         * lib/gdbserver-support.exp: Check the existence of
5646         gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5647
5648 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
5649
5650         * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5651
5652 2016-09-21  Tom Tromey  <tom@tromey.com>
5653
5654         PR gdb/20604:
5655         * gdb.base/quit.exp: New file.
5656
5657 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
5658
5659         * .gitignore: New file.
5660
5661 2016-09-21  Maciej W. Rozycki  <macro@imgtec.com>
5662
5663         * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5664         throughout.
5665
5666 2016-09-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5667
5668         * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5669
5670 2016-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5671
5672         * gdb.cp/casts.cc (decltype): Move it ...
5673         (main): ... with its call to ...
5674         * gdb.cp/casts03.cc: ... a new file.
5675         * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5676
5677 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5678
5679         * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5680
5681 2016-09-15  Peter Bergner  <bergner@vnet.ibm.com>
5682
5683         * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5684         and sync up the test with tests in gas/testsuite/gas/ppc.
5685         * gdb.arch/powerpc-power.exp: Likewise.
5686
5687 2016-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5688
5689         * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5690
5691 2016-09-11  Sergio Durigan Junior  <sergiodj@redhat.com>
5692             Jan Kratochvil  <jan.kratochvil@redhat.com>
5693
5694         * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5695         make m1's definition to be different from m2's.  Use 'dummy' as an
5696         argument for probe 'two'.
5697
5698 2016-09-10  Jon Beniston  <jon@beniston.com>
5699
5700         * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5701         for sim target.
5702
5703 2016-09-09  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5704
5705         * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5706         variable declaration.
5707         (gnu_ifunc): Add parameter hwcap.  Store it in resolver_hwcap.
5708         * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5709         * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5710         received HWCAP as its argument.
5711
5712 2016-09-06  Pedro Alves  <palves@redhat.com>
5713
5714         * gdb.base/new-ui-pending-input.c: New file.
5715         * gdb.base/new-ui-pending-input.exp: New file.
5716         * gdb.exp (clear_gdb_spawn_id): New procedure.
5717         (with_spawn_id): Check whether gdb_spawn_id exists before
5718         referencing it.  If gdb_spawn_id didn't exist on entry, clear it
5719         on exit.
5720
5721 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5722
5723         * gdb.base/float128.c: New file.
5724         * gdb.base/float128.exp: Likewise.
5725         * gdb.base/floatn.c: Likewise.
5726         * gdb.base/floatn.exp: Likewise.
5727
5728 2016-09-05  Ulrich Weigand  <uweigand@de.ibm.com>
5729
5730         * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5731
5732 2016-09-05  Pedro Alves  <palves@redhat.com>
5733
5734         PR backtrace/19927
5735         * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5736         unwinders are immediately called as side effect of "source" or
5737         "disable unwinder" commands.
5738         * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5739
5740 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5741
5742         * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5743         is true and $type is "float" or "double".
5744
5745 2016-09-02  Yao Qi  <yao.qi@linaro.org>
5746
5747         * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5748         true.
5749         * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5750         * gdb.base/call-rt-st.exp: Likewise.
5751         * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5752         return value instead of gdb,skip_float_test.
5753         * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5754         (do_function_calls): Use its return value instead of
5755         gdb,skip_float_test.
5756         * gdb.base/finish.exp: Likewise.
5757         * gdb.base/funcargs.exp: Likewise.
5758         * gdb.base/return.exp: Likewise.
5759         * gdb.base/return2.exp: Likewise.
5760         * gdb.base/varargs.exp: Likewise.
5761         * lib/gdb.exp (gdb_skip_float_test): Change it to
5762         gdb_caching_proc.  Detect the broken ptrace on arm-linux.
5763
5764 2016-08-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5765
5766         * gdb.multi/tids.exp: Test "thread apply all".
5767
5768 2016-08-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5769
5770         * gdb.base/default.exp (tty): Remove.
5771
5772 2016-08-24  Kevin Buettner  <kevinb@redhat.com>
5773
5774         * gdb.python/py-recurse-unwind.c: New file.
5775         * gdb.python/py-recurse-unwind.py: New file.
5776         * gdb.python/py-recurse-unwind.exp: New file.
5777
5778 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
5779
5780         * gdb.base/set-inferior-tty.exp: New file.
5781         * gdb.base/set-inferior-tty.c: New file.
5782
5783 2016-08-23  Pedro Alves  <palves@redhat.com>
5784
5785         PR gdb/20494
5786         * gdb.base/new-ui-echo.c: New file.
5787         * gdb.base/new-ui-echo.exp: New file.
5788
5789 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5790
5791         * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5792         gdbserver_spawn.
5793         * gdb.server/connect-without-multi-process.exp (do_test):
5794         Likewise.
5795
5796 2016-08-23  Yao Qi  <yao.qi@linaro.org>
5797
5798         * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5799         standalone_txt.  Delete gdb_txt and standalone_txt on host
5800         and target.  Spawn the binary on target.  Copy files from
5801         target to host.
5802
5803 2016-08-22  Pedro Alves  <palves@redhat.com>
5804
5805         PR gdb/20505
5806         * gdb.base/vdso-warning.exp: Test core dumps too.  Use
5807         with_test_prefix.  Factor out bits to ...
5808         (test_no_vdso): ... this new procedure.
5809
5810 2016-08-19  Carl Love  <cel@us.ibm.com>
5811
5812         * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
5813         maintaining separate logic for constructing the output path.
5814         * gdb.arch/powerpc-d128-regs.exp: Likewise.
5815         * gdb.arch/ppc-dfp.exp: Likewise.
5816         * gdb.arch/ppc-fp.exp: Likewise.
5817         * gdb.arch/vsx-regs.exp: Likewise.
5818         * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
5819         binprefix for generating the additional binary files.
5820
5821 2016-08-19  Pedro Alves  <palves@redhat.com>
5822
5823         * gdb.trace/mi-trace-frame-collected.exp
5824         (test_trace_frame_collected): On x32, expect two registers.
5825
5826 2016-08-18  Carl Love  <cel@us.ibm.com>
5827
5828         * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
5829         and sync up the test with tests in gas/testsuite/gas/ppc.
5830         * gdb.arch/powerpc-power.exp: Likewise.
5831
5832 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5833
5834         * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
5835         expected error message.
5836
5837 2016-08-17  Simon Marchi  <simon.marchi@ericsson.com>
5838
5839         * gdb.multi/remove-inferiors.exp: New file.
5840         * gdb.multi/remove-inferiors.c: New file.
5841
5842 2016-08-12  Yao Qi  <yao.qi@linaro.org>
5843
5844         * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
5845         argument list.
5846
5847 2016-08-10  Pedro Alves  <palves@redhat.com>
5848
5849         PR gdb/19187
5850         * gdb.reverse/waitpid-reverse.exp: Add comment and remove
5851         setup_kfails.
5852
5853 2016-08-09  Pedro Alves  <palves@redhat.com>
5854             Simon Marchi  <simon.marchi@ericsson.com>
5855
5856         PR gdb/20418
5857         * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
5858         * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
5859
5860 2016-08-09  Pedro Alves  <palves@redhat.com>
5861
5862         PR mi/20431
5863         * gdb.mi/mi-cmd-error.exp: New file.
5864
5865 2016-08-09  Pedro Alves  <palves@redhat.com>
5866
5867         PR gdb/18653
5868         * gdb.base/signals-state-child.c: New file.
5869         * gdb.base/signals-state-child.exp: New file.
5870         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
5871
5872 2016-08-09  Pedro Alves  <palves@redhat.com>
5873
5874         * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
5875
5876 2016-08-03  Tom Tromey  <tom@tromey.com>
5877
5878         PR python/18565:
5879         * gdb.python/py-frame-inline.exp: Add Frame.function test.
5880
5881 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5882
5883         * gdb.threads/process-dies-while-detaching.exp (do_test): Set
5884         variable mode to "multi-process" if $multi_process is 1, otherwise
5885         set it to "single-process".
5886
5887 2016-08-01  Yao Qi  <yao.qi@linaro.org>
5888
5889         * gdb.cp/anon-struct.exp: Check is_aarch32_target.
5890         * gdb.cp/cpexprs.exp: Likewise.
5891         * gdb.cp/m-static.exp: Likewise.
5892
5893 2016-07-26  Tom Tromey  <tom@tromey.com>
5894
5895         PR python/20190:
5896         * gdb.threads/tls.exp (check_thread_local): Add python symbol
5897         test.
5898
5899 2016-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5900
5901         * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
5902         selecting assembly source files.
5903         * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
5904         assembly source files.
5905         * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
5906         assembly source files.
5907         * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
5908         selecting assembly source files.
5909
5910 2016-07-25  Simon Marchi  <simon.marchi@ericsson.com>
5911
5912         * gdb.base/new-ui.exp (do_test_invalid_args): New
5913         procedure.
5914
5915 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
5916
5917         * gdb.btrace/reconnect.c: New file.
5918         * gdb.btrace/reconnect.exp: New file.
5919
5920 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
5921
5922         * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
5923         to test_catch_syscall_group.
5924         (test_catch_syscall_group): New.
5925
5926 2016-07-21  Tom Tromey  <tom@tromey.com>
5927
5928         * gdb.rust/simple.rs (main): Use empty struct expression.
5929         * gdb.rust/simple.exp: Add tests for empty struct expression.
5930
5931 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5932
5933         * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
5934         if gdb_skip_xml_test is true on some targets.
5935
5936 2016-07-21  Yao Qi  <yao.qi@linaro.org>
5937
5938         * gdb.server/solib-list.exp: Unset last_loaded_file.
5939
5940 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5941
5942         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
5943         "step into captured_main (args)".
5944
5945 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5946
5947         * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
5948
5949 2016-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5950
5951         * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
5952
5953 2016-07-19  Pedro Alves  <palves@redhat.com>
5954
5955         * gdb.opt/inline-break.exp: Remove optimize=-O2.
5956         * gdb.opt/inline-bt.exp: Likewise.
5957         * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
5958         additional_flags=-Winline.
5959         * gdb.opt/inline-locals.exp: Likewise.
5960         * gdb.opt/inline-markers.c (ATTR): Define.
5961         (inlined_fn): Use it.
5962
5963 2016-07-19  Yao Qi  <yao.qi@linaro.org>
5964
5965         * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
5966         (test_with_self): Remove some code.  Remove argument executable.
5967         (top-level): Use do_self_tests.
5968
5969 2016-07-15  Zachary Welch  <zwelch@codesourcery.com>
5970             Don Breazeal <donb@codesourcery.com>
5971
5972         * gdb.base/maint.exp: Escape paths used in regular expressions.
5973         * gdb.stabs/weird.exp: Likewise.
5974
5975 2016-07-13  Tom Tromey  <tom@tromey.com>
5976
5977         PR python/15620, PR python/18620:
5978         * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
5979         (test_bkpt_events): New procs.
5980
5981 2016-07-13  Tom Tromey  <tom@tromey.com>
5982
5983         PR python/17698:
5984         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
5985         test.
5986         (test_watchpoints): Likewise.
5987         (test_bkpt_pending): New proc.
5988
5989 2016-07-13  Tom Tromey  <tom@tromey.com>
5990
5991         PR cli/18053:
5992         * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
5993         completion test.
5994
5995 2016-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5996
5997         * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
5998         * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
5999         * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6000         f_label.
6001         (g): Rename g_end_lbl to g_label.
6002         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6003         low_pc and high_pc.
6004         * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6005
6006 2016-07-12  Tom Tromey  <tom@tromey.com>
6007
6008         PR python/19293:
6009         * gdb.python/py-unwind-maint.exp: Update tests.
6010
6011 2016-07-12  Yao Qi  <yao.qi@linaro.org>
6012
6013         * lib/selftest-support.exp (selftest_setup): Match the output
6014         when captured_main is inlined.
6015
6016 2016-07-07  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6017
6018         * gdb.fortran/derived-types.exp (result_line, result_line_2):
6019         New variables.
6020         (print this%a, print this%b, print this): New tests.
6021         * gdb.fortran/derived-types.f90 (this): New object and
6022         initialization.
6023
6024 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6025
6026         * gdb.ada/arraydim.exp: Remove extra directory level in build
6027         directory.
6028
6029 2016-07-06  Simon Marchi  <simon.marchi@ericsson.com>
6030
6031         * lib/ada.exp: Remove extra directory level in build directory.
6032         * gdb.ada/cond_lang.exp: Likewise.
6033         * gdb.ada/exec_changed.exp: Likewise.
6034         * gdb.ada/lang_switch.exp: Likewise.
6035
6036 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
6037
6038         * simple.rs: Add test for raw pointer subscripting.
6039         * simple.exp: Add test expectations.
6040
6041 2016-07-05  Yao Qi  <yao.qi@linaro.org>
6042
6043         * gdb.mi/mi-reverse.exp: Match =record-started output.
6044
6045 2016-07-01  Pedro Alves  <palves@redhat.com>
6046
6047         * gdb.base/jit-reader.exp (info_registers_current_frame): New
6048         procedure.
6049         (jit_reader_test): Test the jit reader's unwinder.
6050         * gdb.base/jithost.c (jit_function_00_code): New global.
6051         (main): Use memcpy to fill in the mmapped code, instead of poking
6052         bytes manually here.
6053         * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6054         value.
6055         (read_debug_info): Save the function's range.
6056         (read_sp): New function.
6057         (unwind_frame): Use it.  Also unwind RBP.
6058         (get_frame_id): Use read_sp.
6059         (gdb_init_reader): Use calloc instead of malloc.
6060         * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6061         parameter.  Use gdb_test_multiple.
6062
6063 2016-07-01  Pedro Alves  <palves@redhat.com>
6064             Antoine Tremblay  <antoine.tremblay@ericsson.com>
6065
6066         * gdb.threads/process-dies-while-detaching.c: New file.
6067         * gdb.threads/process-dies-while-detaching.exp: New file.
6068
6069 2016-07-01  Pedro Alves  <palves@redhat.com>
6070
6071         * gdb.multi/watchpoint-multi-exit.c: New file.
6072         * gdb.multi/watchpoint-multi-exit.exp: New file.
6073
6074 2016-06-30  Pedro Alves  <palves@redhat.com>
6075
6076         * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6077         unset inferior_spawn_id.
6078
6079 2016-06-30  Pedro Alves  <palves@redhat.com>
6080
6081         * lib/mi-support.exp (default_mi_gdb_start): Declare global
6082         FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6083
6084 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6085
6086         * gdb.base/return.c: Add copyright header.
6087
6088 2016-06-29  Tom Tromey  <tom@tromey.com>
6089
6090         PR python/20129:
6091         * gdb.python/py-framefilter.exp: Add tests for setting priority
6092         and disabling of non-existent frame filter.
6093
6094 2016-06-29  Yao Qi  <yao.qi@linaro.org>
6095
6096         * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6097         0x0f07ff.
6098
6099 2016-06-28  Yao Qi  <yao.qi@linaro.org>
6100
6101         * gdb.base/catch-syscall.exp: Remove check on isnative and target
6102         triplets.  Start gdb, execute catch syscall, and continue.  Check
6103         gdb's output to determine catch syscall is supported.
6104
6105 2016-06-27  Manish Goregaokar  <manish@mozilla.com>
6106
6107         * gdb.rust/simple.rs: Add test for returning unit in a function.
6108         * gdb.rust/simple.exp: Add expectation for functions returning
6109         unit.
6110
6111 2016-06-27  Pierre-Marie de Rodat  <derodat@adacore.com>
6112
6113         * gdb.python/py-breakpoint-create-fail.c,
6114         gdb.python/py-breakpoint-create-fail.exp,
6115         gdb.python/py-breakpoint-create-fail.py: New testcase.
6116
6117 2016-06-25  Manish Goregaokar  <manish@mozilla.com>
6118
6119         PR gdb/20239
6120         * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6121         * gdb.rust/simple.exp: Add test expectations for new NonZero
6122         tests.
6123
6124 2016-06-24  David Taylor  <dtaylor@emc.com>
6125
6126         * gdb.base/offsets.exp: New file.
6127         * gdb.base/offsets.c: New file.
6128
6129 2016-06-23  Tom Tromey  <tom@tromey.com>
6130
6131         PR gdb/16483:
6132         * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6133         before any filters are loaded.
6134
6135 2016-06-21  Walfred Tedeschi  <walfred.tedeschi@intel.com>
6136
6137         * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6138         * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6139         structs.
6140         * gdb.fortran/derived-type-function.exp: New file.
6141         * gdb.fortran/derived-type-function.f90: New file.
6142
6143
6144 2016-06-21  Pedro Alves  <palves@redhat.com>
6145
6146         * gdb.base/new-ui.exp: New file.
6147         * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6148         * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6149         (with_spawn_id): New procedure.
6150
6151 2016-06-21  Pedro Alves  <palves@redhat.com>
6152
6153         * gdb.mi/mi-exec-run.exp: New file.
6154
6155 2016-06-21  Pedro Alves  <palves@redhat.com>
6156
6157         * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6158         breakpoint command's output on the main UI.
6159         (test_break): New procedure, factored out from calls in the top
6160         level.
6161         (top level): Use foreach_with_prefix to test MI as main UI and as
6162         separate UI.
6163
6164 2016-06-21  Pedro Alves  <palves@redhat.com>
6165
6166         * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6167         (test_awatch_creation_and_listing)
6168         (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6169         Remove 'type' parameter.
6170         (test_watchpoint_all): New parameter mi_mode.  Remove
6171         with_test_prefix.
6172         (top level): Use foreach_with_prefix, and add main/separate UI MI
6173         testing axis.
6174
6175 2016-06-21  Pedro Alves  <palves@redhat.com>
6176
6177         * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6178         * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6179         * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6180         gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6181         (gdb_main_spawn_id, mi_spawn_id): Declare and
6182         comment.
6183         (mi_create_inferior_pty): New procedure,
6184         factored out from default_mi_gdb_start.
6185         (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6186         procedures.
6187         (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6188         separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6189         Use mi_create_inferior_pty.
6190         (mi_gdb_start): Use eval to pass down args list.
6191
6192 2016-06-21  Pedro Alves  <palves@redhat.com>
6193
6194         * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6195         * gdb.opt/inline-cmds.exp: Add MI tests.
6196
6197 2016-06-21  Pedro Alves  <palves@redhat.com>
6198
6199         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6200
6201 2016-06-21  Pedro Alves  <palves@redhat.com>
6202
6203         * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6204         (top level): Use it instead of mi_execute_to.
6205
6206 2016-06-21  Pedro Alves  <palves@redhat.com>
6207
6208         * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6209         (cont_handler_str): New.
6210         (signal_stop_handler): Set stop_handler_str instead of printing to
6211         stdout.
6212         (continue_handler): Set cont_handler_str instead of printing to
6213         stdout.
6214         * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6215         mi_send_resuming_command.  Print stop_handler_str and
6216         cont_handler_str instead of expecting the python events print
6217         directly.
6218
6219 2016-06-17  Sanjoy Das  <sanjoy@playingwithpointers.com>
6220
6221         * gdb.base/jit-reader.exp: New file.
6222         * gdb.base/jithost.c: New file.
6223         * gdb.base/jithost.h: New file.
6224         * gdb.base/jitreader.c : New file.
6225         * gdb.base/jit-protocol.h: New file.
6226
6227 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6228
6229         * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6230         parameters follow_fork and detach_on_fork.  Set follow-fork-mode
6231         and detach-on-fork.  Adjust tests.
6232         (top level): Invoke break_cond_on_syscall with combinations of
6233         syscall, follow-fork-mode and detach-on-fork.
6234
6235 2016-06-17  Yao Qi  <yao.qi@linaro.org>
6236
6237         * gdb.base/step-over-exit.c: New.
6238         * gdb.base/step-over-exit.exp: New.
6239
6240 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
6241
6242         * gdb.base/float.exp: Add target check for nds32*-*-*.
6243         * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6244
6245 2016-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
6246
6247         * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6248         for unsupported target features.
6249         * gdb.base/call-rt-st.exp: Likewise.
6250         * gdb.base/call-sc.exp: Likewise.
6251         * gdb.base/call-signal-resume.exp: Likewise.
6252         * gdb.base/call-strs.exp: Likewise.
6253         * gdb.base/callexit.exp: Likewise.
6254         * gdb.base/callfuncs.exp: Likewise.
6255         * gdb.base/nodebug.exp: Likewise.
6256         * gdb.base/printcmds.exp: Likewise.
6257         * gdb.base/ptype.exp: Likewise.
6258         * gdb.base/structs.exp: Likewise.
6259         * gdb.base/unwindonsignal.exp: Likewise.
6260         * gdb.cp/gdb2495.exp: Likewise.
6261         * gdb.cp/templates.exp: Likewise.
6262         * gdb.cp/virtfunc.exp: Likewise.
6263         * gdb.threads/hand-call-in-threads.exp: Likewise.
6264         * gdb.threads/interrupted-hand-call.exp: Likewise.
6265         * gdb.threads/thread-unwindonsignal.exp: Likewise.
6266
6267 2016-06-10  Tom Tromey  <tom@tromey.com>
6268
6269         PR rust/20110:
6270         * gdb.rust/expr.exp: Add test for integer constant larger than
6271         i32.
6272
6273 2016-06-10  Bernhard Heckel  <bernhard.heckel@intel.com>
6274
6275         * gdb.fortran/nested-funcs.exp: New.
6276         * gdb.fortran/nested-funcs.f90: New.
6277
6278 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
6279
6280         * gdb.base/examine-backward.c: New file.
6281         * gdb.base/examine-backward.exp: New file.
6282
6283 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
6284
6285         * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6286         matching.
6287
6288 2016-06-02  Tom Tromey  <tom@tromey.com>
6289
6290         PR python/18984:
6291         * gdb.python/py-shared.exp: Add solib_name test.
6292
6293 2016-06-02  Simon Marchi  <simon.marchi@ericsson.com>
6294
6295         * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6296
6297 2016-05-31  Martin Galvan  <martin.galvan@tallertechnologies.com>
6298
6299         PR c++/19893
6300         * gdb.dwarf2/implref.exp: Rename to...
6301         * gdb.dwarf2/implref-const.exp: ...this.  Also add more test statements.
6302         * gdb.dwarf2/implref-array.c: New file.
6303         * gdb.dwarf2/implref-array.exp: Likewise.
6304         * gdb.dwarf2/implref-global.c: Likewise.
6305         * gdb.dwarf2/implref-global.exp: Likewise.
6306         * gdb.dwarf2/implref-struct.c: Likewise.
6307         * gdb.dwarf2/implref-struct.exp: Likewise.
6308
6309 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6310
6311         * gdb.trace/trace-condition.exp: Add 64bit tests.
6312
6313 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6314
6315         * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6316         bits types.
6317         (main): Adapt to 8 to 64 bits types.
6318         * gdb.trace/trace-condition.exp: Add new tests.
6319
6320 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6321
6322         * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6323
6324 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6325
6326         * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6327         Move condition tests...
6328         * gdb.trace/trace-condition.exp: Here.
6329
6330 2016-05-30  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6331
6332         * gdb.trace/trace-condition.exp: Add counter-case tests.
6333
6334 2016-05-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
6335
6336         PR c++/15231
6337         * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6338         * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6339
6340 2016-05-27  Pedro Alves  <palves@redhat.com>
6341
6342         * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6343         New procedure.
6344         (top level): Call it, and bail out of DejaGnu is known to be bad.
6345
6346 2016-05-27  Andrew Burgess  <andrew.burgess@embecosm.com>
6347
6348         * gdb.base/whatis.c: Extend the test case.
6349         * gdb.base/whatis.exp: Add additional tests.
6350
6351 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6352
6353 * gdb.fortran/type.f90: Add pointer variable.
6354 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6355
6356 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6357
6358         * gdb.fortran/vla-type.exp: Fix testcase name.
6359
6360 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6361
6362         * gdb.fortran/vla-type.exp: Access elements in nested structs.
6363
6364 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6365
6366         * gdb.fortran/type.f90: Add nested structures.
6367         * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6368         * gdb.fortran/derived-type.exp: Adapt expected output.
6369         * gdb.fortran/vla-type.exp: Adapt expected output.
6370
6371 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6372
6373         * gdb.fortran/whatis_type.exp: Adapt expected output.
6374
6375 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6376
6377         * gdb.fortran/print_type.exp: Fix expected output.
6378         * gdb.fortran/whatis_type.exp: Fix expected output.
6379
6380 2016-05-25  Bernhard Heckel  <bernhard.heckel@intel.com>
6381
6382         * gdb.fortran/whatis_type.exp: Use multi_line.
6383
6384 2016-05-24  Tom Tromey  <tom@tromey.com>
6385
6386         PR python/17386:
6387         * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6388         use value as an index.
6389
6390 2016-05-23  Tom Tromey  <tom@tromey.com>
6391
6392         PR python/17981:
6393         * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6394         no-breakpoint case.
6395
6396 2016-05-24  Pedro Alves  <palves@redhat.com>
6397
6398         PR gdb/19828
6399         * gdb.threads/clone-attach-detach.c: New file.
6400         * gdb.threads/clone-attach-detach.exp: New file.
6401
6402 2016-05-24  Francis Ricci  <francisjricci@gmail.com>  (tiny patch)
6403
6404         * gdb.base/annota-input-while-running.exp: Fix syntax error.
6405
6406 2016-05-23  Tom Tromey  <tom@tromey.com>
6407
6408         PR python/19438, PR python/18393:
6409         * gdb.python/py-progspace.exp: Add "dir" test.
6410         * gdb.python/py-objfile.exp: Add "dir" test.
6411
6412 2016-05-23  Yao Qi  <yao.qi@linaro.org>
6413
6414         * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6415         * gdb.arch/thumb2-it.exp: Likewise.
6416
6417 2016-05-18  Simon Marchi  <simon.marchi@ericsson.com>
6418
6419         * gdb.mi/mi-threads-interrupt.c: New file.
6420         * gdb.mi/mi-threads-interrupt.exp: New file.
6421
6422 2016-05-17  Simon Marchi  <simon.marchi@ericsson.com>
6423
6424         PR gdb/18077
6425         * gdb.mi/mi-async-run.exp: New file.
6426         * gdb.mi/mi-async-run.c: New file.
6427
6428 2016-05-17  Tom Tromey  <tom@tromey.com>
6429             Manish Goregaokar <manishsmail@gmail.com>
6430
6431         * lib/rust-support.exp: New file.
6432         * lib/gdb.exp (skip_rust_tests): New proc.
6433         (build_executable_from_specs): Handle rust.
6434         * lib/future.exp (gdb_find_rustc): New proc.
6435         (gdb_default_target_compile): Handle rust.
6436         * gdb.rust/expr.exp: New file.
6437         * gdb.rust/generics.exp: New file.
6438         * gdb.rust/generics.rs: New file.
6439         * gdb.rust/methods.exp: New file.
6440         * gdb.rust/methods.rs: New file.
6441         * gdb.rust/modules.exp: New file.
6442         * gdb.rust/modules.rs: New file.
6443         * gdb.rust/simple.exp: New file.
6444         * gdb.rust/simple.rs: New file.
6445
6446 2016-05-17  Tom Tromey  <tom@tromey.com>
6447
6448         * gdb.base/default.exp (set language): Add rust.
6449
6450 2016-05-17  Tom Tromey  <tom@tromey.com>
6451
6452         * gdb.gdb/unittest.exp: New file.
6453
6454 2016-05-16  Yao Qi  <yao.qi@linaro.org>
6455
6456         * gdb.base/batch-preserve-term-settings.exp: Remove variable
6457         shell_prompt.  Update shell_prompt_re.
6458
6459 2016-05-12  Doug Evans  <dje@google.com>
6460
6461         PR symtab/19999
6462         * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6463         $options when building executable.
6464         * gdb.dwarf2/fission-loclists-pie.S: New file.
6465         * gdb.dwarf2/fission-loclists-pie.exp: New file.
6466
6467 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6468
6469         * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6470         of [is_remote target],
6471
6472 2016-05-04  Simon Marchi  <simon.marchi@ericsson.com>
6473
6474         * lib/gdb.exp (use_gdb_stub): New procedure.
6475
6476 2016-05-03  Yunlian Jiang <yunlian@google.com>
6477             Doug Evans  <dje@google.com>
6478
6479         PR symtab/19914
6480         * gdb.dwarf2/dwp-sepdebug.c: New file.
6481         * gdb.dwarf2/dwp-sepdebug.exp: New file.
6482
6483 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6484
6485         * gdb.base/detach.exp: Remove is_remote check.
6486
6487 2016-05-02  Simon Marchi  <simon.marchi@ericsson.com>
6488
6489         * gdb.base/annota-input-while-running.exp: Don't check for
6490         [is_remote target].  Enable annotations after running to main.
6491         Remove unused "set test..." line.
6492
6493 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6494
6495         * gdb.trace/trace-enable-disable.exp: New file.
6496         * gdb.trace/trace-enable-disable.c: New file.
6497
6498 2016-04-28  Simon Marchi  <simon.marchi@ericsson.com>
6499
6500         * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6501         use it in info sharedlibrary test.
6502         * gdb.trace/ftrace-lock.exp: Likewise.
6503         * gdb.trace/ftrace.exp: Likewise.
6504         * gdb.trace/range-stepping.exp: Likewise.
6505         * gdb.trace/trace-break.exp: Likewise.
6506         * gdb.trace/trace-condition.exp: Likewise.
6507         * gdb.trace/trace-mt.exp: Likewise.
6508
6509 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6510
6511         * lib/gdb.exp (gdb_load_shlibs): Rename to...
6512         (gdb_load_shlib): ... this.
6513         * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6514         gdb_load_shlib.
6515         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6516         * gdb.base/ctxobj.exp: Likewise.
6517         * gdb.base/dprintf-pending.exp: Likewise.
6518         * gdb.base/dso2dso.exp: Likewise.
6519         * gdb.base/fixsection.exp: Likewise.
6520         * gdb.base/gcore-relro.exp: Likewise.
6521         * gdb.base/gdb1555.exp: Likewise.
6522         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6523         * gdb.base/gnu-ifunc.exp: Likewise.
6524         * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6525         * gdb.base/jit-so.exp (one_jit_test): Likewise.
6526         * gdb.base/pending.exp: Likewise.
6527         * gdb.base/print-file-var.exp: Likewise.
6528         * gdb.base/print-symbol-loading.exp: Likewise.
6529         * gdb.base/shlib-call.exp: Likewise.
6530         * gdb.base/shreloc.exp: Likewise.
6531         * gdb.base/so-impl-ld.exp: Likewise.
6532         * gdb.base/solib-disc.exp: Likewise.
6533         * gdb.base/solib-nodir.exp: Likewise.
6534         * gdb.base/solib-overlap.exp: Likewise.
6535         * gdb.base/solib-symbol.exp: Likewise.
6536         * gdb.base/solib-weak.exp (do_test): Likewise.
6537         * gdb.base/sym-file.exp: Likewise.
6538         * gdb.base/symtab-search-order.exp: Likewise.
6539         * gdb.base/type-opaque.exp: Likewise.
6540         * gdb.base/unload.exp: Likewise.
6541         * gdb.base/watchpoint-solib.exp: Likewise.
6542         * gdb.compile/compile.exp: Likewise.
6543         * gdb.cp/gdb2384.exp: Likewise.
6544         * gdb.cp/infcall-dlopen.exp: Likewise.
6545         * gdb.cp/re-set-overloaded.exp: Likewise.
6546         * gdb.fortran/library-module.exp: Likewise.
6547         * gdb.opt/solib-intra-step.exp: Likewise.
6548         * gdb.python/py-finish-breakpoint.exp: Likewise.
6549         * gdb.python/py-shared.exp: Likewise.
6550         * gdb.reverse/solib-precsave.exp: Likewise.
6551         * gdb.reverse/solib-reverse.exp: Likewise.
6552         * gdb.server/solib-list.exp: Likewise.
6553         * gdb.threads/dlopen-libpthread.exp: Likewise.
6554         * gdb.threads/tls-shared.exp: Likewise.
6555         * gdb.threads/tls-so_extern.exp: Likewise.
6556         * gdb.trace/change-loc.exp: Likewise.
6557         * gdb.trace/ftrace-lock.exp: Likewise.
6558         * gdb.trace/ftrace.exp: Likewise.
6559         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6560         * gdb.trace/pending.exp: Likewise.
6561         * gdb.trace/range-stepping.exp: Likewise.
6562         * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6563         (strace_info_marker): Likewise.
6564         (strace_probe_marker): Likewise.
6565         (strace_trace_on_same_addr): Likewise.
6566         (strace_trace_on_diff_addr): Likewise.
6567         * gdb.trace/trace-break.exp: Likewise.
6568         * gdb.trace/trace-condition.exp: Likewise.
6569         * gdb.trace/trace-mt.exp: Likewise.
6570
6571 2016-04-27  Simon Marchi  <simon.marchi@ericsson.com>
6572
6573         * lib/gdb.exp (gdb_load_shlibs):  Accept a single argument.  Return
6574         result of gdb_remote_download.
6575         * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6576         * gdb.base/dso2dso.exp: Likewise.
6577         * gdb.base/global-var-nested-by-dso.exp: Likewise.
6578         * gdb.base/print-file-var.exp: Likewise.
6579         * gdb.base/shlib-call.exp: Likewise.
6580         * gdb.base/shreloc.exp: Likewise.
6581         * gdb.base/solib-overlap.exp: Likewise.
6582         * gdb.base/solib-weak.exp (do_test): Likewise.
6583         * gdb.base/unload.exp: Likewise.
6584
6585 2016-04-27  Yao Qi  <yao.qi@linaro.org>
6586
6587         * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6588         exists.
6589
6590 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6591
6592         * vla-type.exp: Print structure from toplevel.
6593
6594 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6595
6596         * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6597         of dynamic types.
6598         * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6599         of dynamic types.
6600
6601 2016-04-26  Bernhard Heckel  <bernhard.heckel@intel.com>
6602
6603         * gdb.fortran/vla-type.f90: New file.
6604         * gdb.fortran/vla-type.exp: New file.
6605
6606 2016-04-25  Yao Qi  <yao.qi@linaro.org>
6607
6608         * gdb.base/branch-to-self.c: New file.
6609         * gdb.base/branch-to-self.exp: New file.
6610
6611 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6612
6613         * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6614         more after $hex.
6615
6616 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6617
6618         * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6619         * gdb.base/annota3.exp: Likewise.
6620
6621 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6622
6623         * gdb.reverse/step-precsave.exp: Do one step and test program
6624         stops in "callee" and do multiple steps until program goes out
6625         of "callee".
6626         * gdb.reverse/step-reverse.exp: Likewise.
6627
6628 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6629
6630         * gdb.trace/signal.exp: Also pass if
6631         $tracepoint_hits($i) > $iterations.
6632
6633 2016-04-22  Yao Qi  <yao.qi@linaro.org>
6634
6635         * gdb.trace/signal.c: New file.
6636         * gdb.trace/signal.exp: New file.
6637
6638 2016-04-19  Doug Evans  <xdje42@gmail.com>
6639
6640         * gdb.base/bad-file.exp: New file.
6641
6642 2016-04-18  Martin Galvan  <martin.galvan@tallertechnologies.com>
6643
6644         * gdb.dwarf2/implref.exp: New file.
6645
6646 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6647
6648         * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6649         * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6650         * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6651         * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6652         * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6653         * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6654         * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6655         * lib/fortran.exp (fortran_int4): New procedure.
6656         (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6657         (fortran_logical4): Likewise.
6658
6659 2016-04-18  Benrhard Heckel <bernhard.heckel@intel.com>
6660
6661         * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6662
6663 2016-04-18  Bernhard Heckel <bernhard.heckel@intel.com>
6664
6665         * lib/compiler.c: Add Intel specific preprocessor macros.
6666         * lib/compiler.cc: Likewise.
6667
6668 2016-04-13  Luis Machado  <lgustavo@codesourcery.com>
6669
6670         * gdb.server/connect-with-no-symbol-file.c: New file.
6671         * gdb.server/connect-with-no-symbol-file.exp: New file.
6672
6673 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6674
6675         * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6676
6677 2016-04-13  Simon Marchi  <simon.marchi@ericsson.com>
6678
6679         * boards/gdbserver-base.exp (${board}_download): Copy source file to
6680         standard output directory.
6681
6682 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6683
6684         * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6685
6686 2016-04-13  Markus Metzger  <markus.t.metzger@intel.com>
6687
6688         * gdb.btrace/instruction_history.c (loop): Add declaration.
6689
6690 2016-04-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
6691
6692         * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6693
6694 2016-04-09  Simon Marchi  <simon.marchi@polymtl.ca>
6695
6696         * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6697         parentheses to print.
6698         (continue_handler): Likewise.
6699
6700 2016-04-08  Simon Marchi  <simon.marchi@ericsson.com>
6701
6702         * gdb.server/solib-list.exp: Remove is_remote check.
6703         Pass shlib= to gdb_compile.  Don't link shared library with
6704         -soname.  Call gdb_remote_download instead of gdb_load_shlibs.
6705         Run binary filename through "readlink -f" on the target.
6706
6707 2016-04-08  Pedro Alves  <palves@redhat.com>
6708
6709         * gdb.server/solib-list.exp: Don't use gdb_load.  Instead pass the
6710         interpreter filename as argument to gdbserver_spawn.
6711         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6712         Return empty if $last_loaded_file does not exist.
6713
6714 2016-04-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
6715
6716         Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6717         * gdb.base/jit-main.c: Use exit after usage.
6718
6719 2016-04-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
6720
6721         * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6722         GDBHISTSIZE prior to the tests.
6723         * gdb.base/gdbinit-history.exp: Likewise.
6724
6725 2016-04-07  Pedro Alves  <palves@redhat.com>
6726
6727         * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6728         instead of build_executable.  Use gdb_load_shlibs.
6729
6730 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6731
6732         * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6733         Execute "si" command.
6734
6735 2016-04-07  Yao Qi  <yao.qi@linaro.org>
6736
6737         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6738         number instead of the comments on some line.
6739
6740 2016-04-06  Don Breazeal  <donb@codesourcery.com>
6741
6742         * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6743         * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6744
6745 2016-04-06  Simon Marchi  <simon.marchi@ericsson.com>
6746
6747         * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6748         standard_output_file.  Remove unused binfile variable.
6749
6750 2016-04-05  Catalin Udma  <catalin.udma@freescale.com>
6751
6752         * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6753         * gdb.python/py-mi-objfile.exp: Match "list main" output
6754         in console format.
6755
6756 2016-04-05  Simon Marchi  <simon.marchi@polymtl.ca>
6757
6758         * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6759         absolute.
6760
6761 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6762
6763         * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6764         absolute.
6765         * gdb.trace/ftrace.exp: Likewise.
6766         * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6767         targets as well.
6768         (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6769         (gdb_load_shlibs): Copy libraries to test directory when testing
6770         natively.  Only set solib-search-path if testing remotely.
6771         * lib/mi-support.exp (mi_load_shlibs): Likewise.
6772
6773 2016-04-05  Simon Marchi  <simon.marchi@ericsson.com>
6774
6775         * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6776         gdb_download.  Use it even if the target is not remote.
6777         * gdb.base/jit.exp (compile_jit_test): Likewise.
6778         * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6779         output directory if the destination board is local, otherwise use
6780         the standard remote_download from DejaGnu.
6781         (gdb_download): Remove.
6782         (gdb_load_shlibs): Use gdb_remote_download instead of
6783         gdb_download.
6784         * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6785         Use gdb_remote_download instead of gdb_download.  Use it even if
6786         the target is not remote.
6787         * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6788         instead of gdb_download.
6789
6790 2016-04-04  Simon Marchi  <simon.marchi@polymtl.ca>
6791
6792         * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6793         (test_insert_delete_modify): Call mi_load_shlibs before trying to
6794         run.
6795
6796 2016-04-01  Artemiy Volkov  <artemiyv@acm.org>
6797
6798         PR gdb/19820
6799         * gdb.base/printcmds.exp: Add artificial arrays tests.
6800
6801 2016-03-31  Pedro Alves  <palves@redhat.com>
6802
6803         PR gdb/19858
6804         * gdb.base/jit-main.c: Include unistd.h.
6805         (ATTACH): Define to 0 if not already defined.
6806         (wait_for_gdb, mypid): New globals.
6807         (WAIT_FOR_GDB): New macro.
6808         (MAIN): Set an alarm.  Store the process's pid.  Wait for GDB at
6809         some breakpoint locations.
6810         * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
6811         New procedures.
6812         (one_jit_test): Add REATTACH parameter, and handle it.  Use
6813         continue_to_test_location.
6814         (top level): Test attach, and adjusts calls to one_jit_test.
6815
6816 2016-03-31  Pedro Alves  <palves@redhat.com>
6817
6818         PR gdb/19858
6819         * gdb.base/jit.exp (compile_jit_test): Add intro comment.  Add
6820         BINSUFFIX parameter, and handle it.
6821         (top level): Adjust calls compile_jit_test.
6822
6823 2016-03-31  Catalin Udma  <catalin.udma@freescale.com>
6824
6825         PR python/19743
6826         * gdb.python/py-mi-events-gdb.py: New file.
6827         * gdb.python/py-mi-events.c: New file.
6828         * gdb.python/py-mi-events.exp: New file.
6829
6830 2016-03-30  Yao Qi  <yao.qi@linaro.org>
6831
6832         * gdb.reverse/until-precsave.exp: Match function name only.
6833         * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
6834         Move malloc to a condition block.
6835         * gdb.reverse/until-reverse.exp: Match function name only.
6836
6837 2016-03-29  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6838
6839         * gdb.trace/ftrace.exp: Set arg0exp for s390.
6840         * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
6841         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
6842         variable for GPR 0 instead of assuming it is register 0.
6843         * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
6844         * lib/trace-support.exp: Add s390 registers.
6845
6846 2016-03-29  Yao Qi  <yao.qi@linaro.org>
6847
6848         * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
6849
6850 2016-03-24  Yao Qi  <yao.qi@linaro.org>
6851
6852         * gdb.reverse/break-reverse.exp: Add quotation mark in the
6853         test message.
6854
6855 2016-03-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
6856
6857         * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
6858         maintaining separate logic for constructing the output path.
6859
6860 2016-03-16  Don Breazeal  <donb@codesourcery.com>
6861
6862         * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
6863         Retry fork and waitpid on interrupted system call errors.
6864         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
6865         Use with_timeout_factor to increase timeout by factor of 10.
6866
6867 2016-03-15  Don Breazeal  <donb@codesourcery.com>
6868
6869         * gdb.cp/scope-err.cc: New test program.
6870         * gdb.cp/scope-err.exp: New test script.
6871         * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
6872         lines and "set breakpoint here" comment.
6873         * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
6874         Fixed some whitespace and format issues.
6875         * gdb.mi/mi-linespec-err-cp.cc: New test program.
6876         * gdb.mi/mi-linespec-err-cp.exp: New test script.
6877
6878 2016-03-15  Doug Evans  <dje@google.com>
6879
6880         * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
6881         * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
6882         All callers updated.  Add tests for enums, mixed flags register.
6883
6884 2016-03-15  Doug Evans  <dje@google.com>
6885
6886         * gdb.base/skip.c (main): Call test_skip_file_and_function.
6887         * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
6888
6889 2016-03-14  Simon Marchi  <simon.marchi@ericsson.com>
6890
6891         * gdb.base/default.exp: Add $_as_string to the list of expected
6892         convenience functions.
6893
6894 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
6895
6896         * gdb.base/maint.exp: New tests for 'maint info line-table'.
6897
6898 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
6899
6900         * gdb.python/py-as-string.exp: New file.
6901         * gdb.python/py-as-string.c: New file.
6902
6903 2016-03-09  Pedro Alves  <palves@redhat.com>
6904
6905         * gdb.threads/attach-into-signal.exp: Adjust to "Program received
6906         signal" -> "Thread NN received signal" output change.
6907         * gdb.threads/ia64-sigill.exp: Likewise.
6908         * gdb.threads/linux-dp.exp: Likewise.
6909         * gdb.threads/manythreads.exp: Likewise.
6910         * gdb.threads/pending-step.exp: Likewise.
6911         * gdb.threads/print-threads.exp: Likewise.
6912         * gdb.threads/sigstep-threads.exp: Likewise.
6913         * gdb.threads/staticthreads.exp: Likewise.
6914         * gdb.threads/tls.exp: Likewise.
6915
6916 2016-03-09  Pedro Alves  <palves@redhat.com>
6917
6918         * gdb.base/command-line-input.exp: New file.
6919
6920 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6921
6922         * gdb.trace/ftrace.exp: Set arg0exp for ppc.
6923         * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
6924         * gdb.trace/pending.exp: Accept leading dot before function name.
6925         * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
6926         * lib/trace-support.exp: Set registers for ppc.
6927
6928 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6929
6930         * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
6931         use it for disassembly; accept .main in addition to main in backtrace.
6932
6933 2016-03-09  Wei-cheng Wang  <cole945@gmail.com>
6934             Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6935
6936         * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
6937         (gdb_recursion_test_ptr): New global variable.
6938         (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
6939         gdb_recursion_test.
6940         (gdb_c_test): Ditto.
6941
6942 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6943
6944         * gdb.trace/change-loc.exp: Don't depend on tracepoint location
6945         ordering.
6946
6947 2016-03-09  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
6948
6949         * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
6950         (bar): Add bar_start_lbl label.
6951         * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
6952         of foo/bar for emitting DWARF and tracing.
6953
6954 2016-03-06  Sergio Durigan Junior  <sergiodj@redhat.com>
6955
6956         * analyze-racy-logs.py: Set executable bit.
6957
6958 2016-03-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6959
6960         * Makefile.in (DEFAULT_RACY_ITER): New variable.
6961         (CHECK_TARGET_TMP): Likewise.
6962         (check-single-racy): New rule.
6963         (check-parallel-racy): Likewise.
6964         (TEST_TARGETS): Adjust rule to account for RACY_ITER.
6965         (do-check-parallel-racy): New rule.
6966         (check-racy/%.exp): Likewise.
6967         * README (Racy testcases): New section.
6968         * analyze-racy-logs.py: New file.
6969
6970 2016-03-03  Doug Evans  <dje@google.com>
6971
6972         * gdb.base/skip.exp: Use with_test_prefix.
6973
6974 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6975
6976         * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
6977         Invoke step_over_syscall "clone" and break_cond_on_syscall
6978         "clone".
6979         * gdb.base/step-over-clone.c: New file.
6980
6981 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6982
6983         * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
6984         code format.
6985
6986 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6987
6988         * gdb.base/disp-step-fork.c: Rename to ...
6989         * gdb.base/step-over-fork.c: ... it.  New file.
6990         * gdb.base/disp-step-vfork.c: Rename to ...
6991         * gdb.base/step-over-vfork.c: ... it.  New file.
6992         * gdb.base/disp-step-syscall.exp: Rename to ...
6993         * gdb.base/step-over-syscall.exp: ... it.  New file.
6994         (disp_step_cross_syscall): Rename to ...
6995         (step_over_syscall): ... it.
6996
6997 2016-03-03  Yao Qi  <yao.qi@linaro.org>
6998
6999         * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7000         If target supports condition evaluation on target, invoke
7001         break_cond_on_syscall for fork and vfork.
7002
7003 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7004
7005         * gdb.base/disp-step-syscall.exp: Don't invoke
7006         support_displaced_stepping.
7007         (disp_step_cross_syscall): Test with displaced stepping off and
7008         on if supported.
7009
7010 2016-03-03  Yao Qi  <yao.qi@linaro.org>
7011
7012         * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7013         proc.
7014         (setup): New proc.
7015         (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7016         and setup.
7017
7018 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7019
7020         * gdb.fortran/vla-history.exp: Remove breakpoint.
7021
7022 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7023
7024         * gdb.fortran/vla-history.exp: Lookup array elements and printing
7025         exceeds timeout.
7026
7027 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7028
7029         * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7030         breakpoint.
7031
7032 2016-03-02  Bernhard Heckel  <bernhard.heckel@intel.com>
7033
7034         * gdb.mi/vla.f90: Nullify pointer after declaration.
7035
7036 2016-03-01  Pedro Alves  <palves@redhat.com>
7037
7038         * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7039
7040 2016-03-01  Pedro Alves  <palves@redhat.com>
7041
7042         * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7043         before anything else.
7044         * gdb.threads/watchpoint-fork-mt.c: Likewise.  Don't define
7045         _GNU_SOURCE here.
7046         * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7047         before anything else.
7048         * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7049
7050 2016-03-01  Pedro Alves  <palves@redhat.com>
7051
7052         * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7053
7054 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7055
7056         * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7057         prepare_for_testing.
7058
7059 2016-03-01  Yao Qi  <yao.qi@linaro.org>
7060
7061         * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7062
7063 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7064
7065         * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7066         manually constructing the output path.
7067
7068 2016-03-01  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7069
7070         * gdb.arch/s390-stackless.S: New.
7071         * gdb.arch/s390-stackless.exp: New.
7072
7073 2016-02-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7074
7075         * gdb.dlang/circular.c: New file.
7076         * gdb.dlang/circular.exp: New file.
7077
7078 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7079
7080         * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7081         [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7082         (testcases): Update.
7083
7084 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7085
7086         * gdb.reverse/aarch64.c: Rename to ...
7087         * gdb.reverse/insn-reverse.c: ... it.
7088         * gdb.reverse/aarch64.exp: Rename to ...
7089         * gdb.reverse/insn-reverse.exp: ... it.
7090
7091 2016-02-26  Yao Qi  <yao.qi@linaro.org>
7092
7093         * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7094         (testcase_ftype): New.
7095         (testcases): New array.
7096         (n_testcases): New.
7097         (main): Call each element in testcases.
7098         * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7099         (read_testcase): New.
7100         Do the tests in a loop.
7101
7102 2016-02-25  Yao Qi  <yao.qi@linaro.org>
7103
7104         * gdb.base/branches.c: Remove.
7105
7106 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7107
7108         PR gdb/13808
7109         * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7110
7111 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7112
7113         * gdb.trace/ftrace.exp: Remove unnecessary target check.
7114
7115 2016-02-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7116
7117         * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7118         change x86_64 call_insn to 'callq'.
7119
7120 2016-02-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7121
7122         * gdb.trace/tfile-avx.c: Move to...
7123         * gdb.trace/tracefile-pseudo-reg.c: Here.
7124         * gdb.trace/tfile-avx.exp: Move to...
7125         * gdb.trace/tracefile-pseudo-reg.exp: Here.
7126
7127 2016-02-24  Gary Benson <gbenson@redhat.com>
7128
7129         * gdb.base/attach-pie-noexec.exp: Do not expect an error
7130         message on attach.
7131
7132 2016-02-23  Doug Evans  <dje@google.com>
7133
7134         * gdb.base/skip.c (test_skip): New function.
7135         (end_test_skip_file_and_function): New function.
7136         (test_skip_file_and_function): New function.
7137         * gdb.base/skip1.c (test_skip): New function.
7138         (skip1_test_skip_file_and_function): New function.
7139         * gdb.base/skip.exp: Add tests for new skip options.
7140         * gdb.base/skip-solib.exp: Update expected output.
7141         * gdb.perf/skip-command.cc: New file.
7142         * gdb.perf/skip-command.exp: New file.
7143         * gdb.perf/skip-command.py: New file.
7144
7145 2016-02-22  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7146
7147         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7148         info registers pattern.
7149
7150 2016-02-18  Iain Buclaw  <ibuclaw@gdcproject.org>
7151
7152         * lib/future.exp: Add D support.
7153         (gdb_find_gdc): New proc.
7154         (gdb_default_target_compile): Add D support.
7155
7156 2016-02-18  Wei-cheng Wang  <cole945@gmail.com>
7157
7158         * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7159         user+system time.
7160         (trace_speed_test): Determine the iteration count for a time
7161         between 15..30 seconds.
7162
7163 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
7164
7165         * gdb.arch/i386-mpx-sigsegv.c: New file.
7166         * gdb.arch/i386-mpx-sigsegv.exp: New file.
7167         * gdb.arch/i386-mpx-simple_segv.c: New file.
7168         * gdb.arch/i386-mpx-simple_segv.exp: New file.
7169
7170 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7171
7172         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7173         Don't call setup_kfail.
7174
7175 2016-02-18  Yao Qi  <yao.qi@linaro.org>
7176
7177         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7178         Set "set breakpoint condition-evaluation" per $cond_bp_target.
7179
7180 2016-02-16  Doug Evans  <dje@google.com>
7181
7182         * gdb.base/skip.c: Add copyright.  Whitespace cleanup.
7183         * gdb.base/skip1.c: Ditto.
7184         * gdb.base/skip.exp: Whitespace cleanup.
7185
7186 2016-02-16  Don Breazeal  <donb@codesourcery.com>
7187
7188         PR remote/19496
7189         * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7190         Remove kfail for PR remote/19496.
7191
7192 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7193
7194         * lib/gdb.exp (standard_temp_file): Return a path specific to
7195         the runtest invocation.
7196
7197 2016-02-16  Simon Marchi  <simon.marchi@ericsson.com>
7198
7199         * gdb.trace/save-trace.exp: Change relative path to be in the
7200         standard output directory.
7201
7202 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7203
7204         * gdb.arch/i386-prologue.c: Add missing prototypes.
7205
7206 2016-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7207
7208         * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7209         * gdb.arch/i386-prologue.exp: Likewise.
7210         * gdb.arch/i386-size.exp: Likewise.
7211
7212 2016-02-15  Simon Marchi  <simon.marchi@ericsson.com>
7213
7214         * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7215         define object file path.
7216         * gdb.btrace/gcore.exp: Use standard_output_file to define core
7217         file path.
7218         * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7219         standard_output_file to define binfile.
7220
7221 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7222
7223         Fix compatibility with recent gfortran-5.3.1.
7224         * gdb.fortran/vla-history.exp (print vla1 allocated)
7225         (print vla2 allocated, print $2, print $3): Remove
7226         (print $4): Rename to ...
7227         (print $2): ... here.
7228         (print $9): Rename to ...
7229         (print $5): ... here.
7230         (print $10): Rename to ...
7231         (print $6): ... here.
7232         * gdb.fortran/vla.f90: Add pvla initialization.
7233
7234 2016-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7235
7236         * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7237         New test.
7238         * gdb.fortran/vla-value-sub.exp: Likewise.
7239
7240 2016-02-12  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7241
7242         * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7243
7244 2016-02-12  Simon Marchi  <simon.marchi@ericsson.com>
7245
7246         * i386-biarch-core.exp: Define corefile using
7247         standard_output_file.
7248
7249 2016-02-12  Yao Qi  <yao.qi@linaro.org>
7250
7251         * gdb.arch/arm-single-step-kernel-helper.c: New.
7252         * gdb.arch/arm-single-step-kernel-helper.exp: New.
7253
7254 2016-02-12  Markus Metzger  <markus.t.metzger@intel.com>
7255
7256         * gdb.btrace/tailcall-only.exp: New.
7257         * gdb.btrace/tailcall-only.c: New.
7258         * gdb.btrace/x86_64-tailcall-only.S: New.
7259         * gdb.btrace/i686-tailcall-only.S: New.
7260
7261 2016-02-11  Pedro Alves  <palves@redhat.com>
7262
7263         * README (Parallel testing): Add missing double quotes.
7264
7265 2016-02-11  Pedro Alves  <palves@redhat.com>
7266
7267         * README (Parallel testing): New section.
7268         (GDB_PARALLEL): Rewrite.
7269         (FORCE_PARALLEL): Document.
7270
7271 2016-02-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7272
7273         * gdb.trace/tfile-avx.c: New test.
7274         * gdb.trace/tfile-avx.exp: New test.
7275
7276 2016-02-09  Keith Seitz  <keiths@redhat.com>
7277
7278         PR breakpoints/19546
7279         * gdb.base/infcall-exec.c: New file.
7280         * gdb.base/infcall-exec2.c: New file.
7281         * gdb.base/infcall-exec.exp: New file.
7282
7283 2016-02-09  Keith Seitz  <keiths@redhat.com>
7284
7285         * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7286         (toplevel): Call test_bkpt_address.
7287
7288 2016-02-09  Keith Seitz  <keiths@redhat.com>
7289
7290         PR python/19506
7291         * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7292         (toplevel): Call test_bkpt_address.
7293
7294 2016-02-09  Simon Marchi  <simon.marchi@ericsson.com>
7295
7296         * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7297         to AC_OUTPUT.
7298         * configure: Regenerate.
7299
7300 2016-02-09  Pedro Alves  <palves@redhat.com>
7301
7302         PR breakpoints/19548
7303         * gdb.base/execl-update-breakpoints.c (some_function): New
7304         function.
7305         (main): Call it.
7306         * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7307         Tighten expected GDB output.
7308
7309 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7310
7311         * Makefile.in (ALL_SUBDIRS): Remove.
7312         (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7313         (distclean maintainer-clean realclean): Likewise.
7314         * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7315         * configure: Regenerate.
7316         * gdb.ada/Makefile.in: Delete.
7317         * gdb.arch/Makefile.in: Likewise.
7318         * gdb.asm/Makefile.in: Likewise.
7319         * gdb.base/Makefile.in: Likewise.
7320         * gdb.btrace/Makefile.in: Likewise.
7321         * gdb.cell/Makefile.in: Likewise.
7322         * gdb.compile/Makefile.in: Likewise.
7323         * gdb.cp/Makefile.in: Likewise.
7324         * gdb.disasm/Makefile.in: Likewise.
7325         * gdb.dlang/Makefile.in: Likewise.
7326         * gdb.dwarf2/Makefile.in: Likewise.
7327         * gdb.fortran/Makefile.in: Likewise.
7328         * gdb.gdb/Makefile.in: Likewise.
7329         * gdb.go/Makefile.in: Likewise.
7330         * gdb.guile/Makefile.in: Likewise.
7331         * gdb.java/Makefile.in: Likewise.
7332         * gdb.linespec/Makefile.in: Likewise.
7333         * gdb.mi/Makefile.in: Likewise.
7334         * gdb.modula2/Makefile.in: Likewise.
7335         * gdb.multi/Makefile.in: Likewise.
7336         * gdb.objc/Makefile.in: Likewise.
7337         * gdb.opencl/Makefile.in: Likewise.
7338         * gdb.opt/Makefile.in: Likewise.
7339         * gdb.pascal/Makefile.in: Likewise.
7340         * gdb.perf/Makefile.in: Likewise.
7341         * gdb.python/Makefile.in: Likewise.
7342         * gdb.reverse/Makefile.in: Likewise.
7343         * gdb.server/Makefile.in: Likewise.
7344         * gdb.stabs/Makefile.in: Likewise.
7345         * gdb.threads/Makefile.in: Likewise.
7346         * gdb.trace/Makefile.in: Likewise.
7347         * gdb.xml/Makefile.in: Likewise.
7348         * lib/gdb.exp (make_gdb_parallel_path): Add check for
7349         GDB_PARALLEL.
7350         (standard_output_file): Remove check for GDB_PARALLEL, always
7351         return path in outputs/$subdir/$testname.
7352
7353 2016-02-08  Simon Marchi  <simon.marchi@ericsson.com>
7354
7355         * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7356         (site.exp): Assign abs_srcdir to tcl's srcdir.
7357
7358 2016-02-04  Yao Qi  <yao.qi@linaro.org>
7359
7360         * gdb.base/foll-exec-mode.c: Include limits.h.
7361         (main): Add parameters argc and argv.  Get directory from
7362         argv[0].
7363         * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7364         compilation.
7365         * gdb.base/foll-exec.c: Include limits.h.
7366         (main): Add parameters argc and argv.
7367         Get directory from argv[0].
7368         * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7369         Adjust tests on the number of lines as source code changed.
7370         * gdb.base/foll-vfork-exit.c: Include limits.h.
7371         (main): Add one line of statement before vfork.
7372         * gdb.base/foll-vfork.c: Include limits.h and string.h.
7373         (main): Add parameters argc and argv.  Get directory from
7374         argv[0].
7375         * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7376         (setup_gdb): Set tbreak to skip some source lines.
7377         * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7378         (main): Add parameters argc and argv.  Get directory from
7379         argv[0].
7380         * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7381         compilation.
7382         * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7383         (main): Add parameters argc and argv.  Get directory from
7384         argv[0].
7385         * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7386         compilation.
7387
7388 2016-02-01  Doug Evans  <dje@google.com>
7389
7390         * gdb.base/skip.exp: Clean up multiple references to same test name.
7391
7392 2016-02-01  Pedro Alves  <palves@redhat.com>
7393
7394         PR remote/19496
7395         * gdb.threads/forking-threads-plus-breakpoint.exp
7396         (displaced_stepping_supported): New global.
7397         (probe_displaced_stepping_support): New procedure.
7398         (do_test): Add 'displaced' parameter, and use it.
7399         (top level): Check for displaced stepping support.  Add displaced
7400         stepping on/off testing axis.
7401
7402 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7403
7404         * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7405         pointer.  Don't perform further tests on the unassociated pointer
7406         if the first test fails.
7407
7408 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7409
7410         * gdb.base/max-value-size.c: New file.
7411         * gdb.base/max-value-size.exp: New file.
7412         * gdb.base/huge.exp: Disable max-value-size for this test.
7413
7414 2016-01-28  Iain Buclaw  <ibuclaw@gdcproject.org>
7415
7416         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7417
7418 2016-01-28  Yao Qi  <yao.qi@linaro.org>
7419
7420         * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7421
7422 2016-01-25  Pedro Alves  <palves@redhat.com>
7423
7424         PR threads/19461
7425         * gdb.base/fork-running-state.c: New file.
7426         * gdb.base/fork-running-state.exp: New file.
7427
7428 2016-01-25  Pedro Alves  <palves@redhat.com>
7429
7430         PR gdb/19494
7431         * gdb.base/catch-fork-kill.c: New file.
7432         * gdb.base/catch-fork-kill.exp: New file.
7433
7434 2016-01-25  Pedro Alves  <palves@redhat.com>
7435
7436         * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7437         Delete, moved to lib/gdb.exp.
7438         * gdb.threads/forking-threads-plus-breakpoint.exp
7439         (foreach_with_prefix): Likewise.
7440         * gdb.threads/process-dies-while-handling-bp.exp
7441         (foreach_with_prefix): Likewise.
7442         * lib/gdb.exp (foreach_with_prefix): New procedure.
7443
7444 2016-01-25  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7445
7446         * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7447         * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7448
7449 2016-01-23  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7450
7451         * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7452         endian targets.
7453
7454 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7455             Pedro Alves  <palves@redhat.com>
7456
7457         Fix testsuite compatibility with Guile.
7458         * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7459         number.
7460
7461 2016-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
7462
7463         Fix testsuite compatibility with Guile.
7464         * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7465         (thread 1): New test for backtrace through signal handler.
7466
7467 2016-01-22  Yao Qi  <yao.qi@linaro.org>
7468
7469         PR testsuite/19491
7470         * gdb.base/multi-forks.c: Include
7471         ../lib/unbuffer_output.c
7472         (main): Call gdb_unbuffer_output.
7473
7474 2016-01-21  Doug Evans  <dje@google.com>
7475
7476         * lib/ada.exp (gdb_compile_ada): Fix typo.
7477
7478 2016-01-21  Joel Brobecker  <brobecker@adacore.com>
7479
7480         * gdb.base/break-fun-addr.exp: New file.
7481         * gdb.base/break-fun-addr1.c: New file.
7482         * gdb.base/break-fun-addr2.c: New file.
7483
7484 2016-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
7485
7486         * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7487         * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7488         enum flag values.
7489
7490 2016-01-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
7491
7492         * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7493         when GDB can not set the vector return value.  Add more comments
7494         for clarification.
7495
7496 2016-01-20  Antoine Tremblay  <antoine.tremblay@ericsson.com>
7497
7498         * gdb.trace/tspeed.exp:  Use shlib instead of libs in gdb_compile
7499         command.
7500
7501 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7502
7503         * Makefile.in (DO_RUNTEST): Add --status and update usages.
7504
7505 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7506
7507         * Makefile.in (check-single): Pass --status to runtest.
7508         (check/%.exp): Likewise.
7509
7510 2016-01-19  Simon Marchi  <simon.marchi@ericsson.com>
7511
7512         * Makefile.in (check-parallel): Propagate return code from make
7513         do-check-parallel.
7514
7515 2016-01-19  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
7516
7517         * gdb.trace/ftrace.exp: Fix expected message on continue.
7518         * gdb.trace/pending.exp: Fix expected message on continue.
7519         * gdb.trace/trace-break.exp: Fix expected message on continue.
7520
7521 2016-01-18  Simon Marchi  <simon.marchi@ericsson.com>
7522
7523         * lib/gdb.exp (gdb_test): Remove unused global references.
7524
7525 2016-01-18  Pedro Alves  <palves@redhat.com>
7526
7527         * gdb.base/async-shell.exp: Adjust expected output.
7528         * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7529         * gdb.base/siginfo-thread.exp: Adjust expected output.
7530         * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7531         * gdb.java/jnpe.exp: Adjust expected output.
7532         * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7533         * gdb.threads/continue-pending-status.exp: Adjust expected output.
7534         * gdb.threads/leader-exit.exp: Adjust expected output.
7535         * gdb.threads/manythreads.exp: Adjust expected output.
7536         * gdb.threads/pthreads.exp: Adjust expected output.
7537         * gdb.threads/schedlock.exp: Adjust expected output.
7538         * gdb.threads/siginfo-threads.exp: Adjust expected output.
7539         * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7540         expected output.
7541         * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7542         output.
7543         * gdb.threads/sigthread.exp: Adjust expected output.
7544         * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7545
7546 2016-01-18  Yao Qi  <yao.qi@linaro.org>
7547
7548         * gdb.guile/scm-section-script.c: Replace @progbits with
7549         %progbits.
7550         * gdb.python/py-section-script.c: Likewise.
7551
7552 2016-01-15  Pedro Alves  <palves@redhat.com>
7553
7554         * gdb.multi/tids.exp: Test star wildcard ranges.
7555
7556 2016-01-15  Pedro Alves  <palves@redhat.com>
7557
7558         * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7559         command from "thread apply" invocation.
7560         (thr_apply_info_thr_invalid): Default the expected output to the
7561         input tid list.
7562         (top level): Add tests that use convenience variables.  Add tests
7563         for "thread apply" with a valid TID list, but missing the command.
7564
7565 2016-01-13  Pedro Alves  <palves@redhat.com>
7566
7567         * gdb.base/default.exp: Expect $_gthread as well.
7568         * gdb.multi/tids.exp: Test $_gthread.
7569         * gdb.threads/thread-specific.exp: Test $_gthread.
7570
7571 2016-01-13  Pedro Alves  <palves@redhat.com>
7572
7573         * gdb.multi/tids.exp: Test "info threads -gid".
7574
7575 2016-01-13  Pedro Alves  <palves@redhat.com>
7576
7577         * gdb.multi/tids.exp: Test InferiorThread.global_num and
7578         Breakpoint.thread.
7579         * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7580
7581 2016-01-07  Pedro Alves  <palves@redhat.com>
7582
7583         * gdb.base/break.exp: Adjust to output changes.
7584         * gdb.base/hbreak2.exp: Likewise.
7585         * gdb.base/sepdebug.exp: Likewise.
7586         * gdb.base/watch_thread_num.exp: Likewise.
7587         * gdb.linespec/keywords.exp: Likewise.
7588         * gdb.multi/info-threads.exp: Likewise.
7589         * gdb.threads/thread-find.exp: Likewise.
7590         * gdb.multi/tids.c: New file.
7591         * gdb.multi/tids.exp: New file.
7592
7593 2016-01-13  Pedro Alves  <palves@redhat.com>
7594
7595         * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7596
7597 2016-01-13  Pedro Alves  <palves@redhat.com>
7598
7599         * gdb.base/default.exp: Expect $_inferior as well.
7600         * gdb.multi/base.exp: Test $_inferior.
7601
7602 2016-01-13  Pedro Alves  <palves@redhat.com>
7603
7604         PR breakpoints/19388
7605         * gdb.base/catch-signal-siginfo-cond.c: New file.
7606         * gdb.base/catch-signal-siginfo-cond.exp: New file.
7607
7608 2016-01-12  Josh Stone  <jistone@redhat.com>
7609             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7610
7611         * gdb.base/catch-syscall.c (do_execve): New variable.
7612         (main): Conditionally trigger an execve.
7613         * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7614         (test_catch_syscall_execve): New, check entry/return across execve.
7615         (do_syscall_tests): Call test_catch_syscall_execve.
7616
7617 2016-01-12  Pedro Alves  <palves@redhat.com>
7618
7619         * gdb.base/random-signal.exp (do_test): New procedure, with body
7620         of testcase moved in.
7621
7622 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7623             Pedro Alves  <palves@redhat.com>
7624
7625         * gdb.base/funcargs.exp (finish from indirectly called function):
7626         Reintroduce the case for 'First'.
7627
7628 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7629             Pedro Alves  <palves@redhat.com>
7630
7631         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7632         (tcatch_vfork_then_child_follow_exec)
7633         (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7634         identification.
7635
7636 2016-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7637
7638         * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7639         and repeats to unlimited.
7640         * gdb.python/py-value.exp: Likewise.
7641         * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7642         and repeats to unlimited.
7643
7644 2016-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7645
7646         * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7647         and reordering the functions.
7648         * gdb.multi/hangout.c: Likewise.
7649         * gdb.multi/hello.c: Likewise.
7650
7651 2016-01-08  Simon Marchi  <simon.marchi@ericsson.com>
7652
7653         * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7654         absolute.
7655         (SingleStatisticTestResult.report): Use dict.keys instead of
7656         dict.iterkeys.
7657
7658 2016-01-06  Pedro Alves  <palves@redhat.com>
7659
7660         * gdb.python/py-infthread.exp: Fix typo.  Expect t0.num to be 1.
7661
7662 2016-01-04  Markus Metzger  <markus.t.metzger@intel.com>
7663
7664         * gdb.btrace/dlopen.exp: New.
7665         * gdb.btrace/dlopen.c: New.
7666         * gdb.btrace/dlopen-dso.c: New.
7667
7668 2015-12-25  Sandra Loosemore  <sandra@codesourcery.com>
7669
7670         * lib/gdb.exp (gdb_test): Update comments to clarify that the
7671         PATTERN argument is optional.
7672
7673 2015-12-24  Joel Brobecker  <brobecker@adacore.com>
7674
7675         * lib/ada.exp (target_compile_ada_from_dir): New function.
7676         (gdb_compile_ada): Reimplement avoiding the use of project files.
7677         * gdb.ada/gnat_ada.gpr: Delete.
7678         * gdb.ada/cond_lang.exp: Adjust test to make path before
7679         filename optional.
7680         * gdb.ada/small_reg_param.exp: Likewise.
7681
7682 2015-12-22  Simon Marchi  <simon.marchi@ericsson.com>
7683
7684         * gdb.base/foll-vork.exp: Remove HP-UX special case.
7685
7686 2015-12-22  Thomas Preud'homme  <thomas.preudhomme@arm.com>
7687
7688         * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7689         case.
7690
7691 2015-12-21  Simon Marchi  <simon.marchi@ericsson.com>
7692
7693         * gdb.base/break.exp: Remove dead code.
7694         * gdb.base/sepdebug.exp: Likewise.
7695
7696 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7697
7698         * gdb.asm/asm-source.exp: Remove HP-UX references.
7699         * gdb.base/annota1.exp: Likewise.
7700         * gdb.base/annota3.exp: Likewise.
7701         * gdb.base/attach.exp: Likewise.
7702         * gdb.base/bigcore.exp: Likewise.
7703         * gdb.base/break.exp: Likewise.
7704         * gdb.base/call-ar-st.exp: Likewise.
7705         * gdb.base/callfuncs.exp: Likewise.
7706         * gdb.base/catch-fork-static.exp: Likewise.
7707         * gdb.base/display.exp: Likewise.
7708         * gdb.base/foll-exec-mode.exp: Likewise.
7709         * gdb.base/foll-exec.exp: Likewise.
7710         * gdb.base/foll-fork.exp: Likewise.
7711         * gdb.base/foll-vfork.exp: Likewise.
7712         * gdb.base/funcargs.exp: Likewise.
7713         * gdb.base/hbreak2.exp: Likewise.
7714         * gdb.base/inferior-died.exp: Likewise.
7715         * gdb.base/interrupt.exp: Likewise.
7716         * gdb.base/multi-forks.exp: Likewise.
7717         * gdb.base/nodebug.exp: Likewise.
7718         * gdb.base/sepdebug.exp: Likewise.
7719         * gdb.base/solib1.c: Likewise.
7720         * gdb.base/step-test.exp: Likewise.
7721         * gdb.mi/non-stop.c: Likewise.
7722         * gdb.mi/pthreads.c: Likewise.
7723         * gdb.multi/bkpt-multi-exec.ex: Likewise.
7724         * gdb.threads/pthreads.c: Likewise.
7725         * gdb.threads/staticthreads.exp: Likewise.
7726         * lib/future.exp: Likewise.
7727         * lib/gdb.exp: Likewise.
7728         * gdb.base/so-indr-cl.c: Remove.
7729         * gdb.base/so-indr-cl.exp: Likewise.
7730         * gdb.base/solib.c: Likewise.
7731         * gdb.base/solib.exp: Likewise.
7732         * gdb.base/solib2.c: Likewise.
7733
7734 2015-12-21  Simon Marchi  <simon.marchi@polymtl.ca>
7735
7736         * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7737         * gdb.base/call-ar-st.exp: Likewise.
7738         * gdb.base/callfuncs.exp: Likewise.
7739         * gdb.base/condbreak.exp: Likewise.
7740         * gdb.base/constvars.exp: Likewise.
7741         * gdb.base/hbreak2.exp: Likewise.
7742         * gdb.base/langs.exp: Likewise.
7743         * gdb.base/list.exp: Likewise.
7744         * gdb.base/long_long.exp: Likewise.
7745         * gdb.base/ptype.exp: Likewise.
7746         * gdb.base/scope.exp: Likewise.
7747         * gdb.base/signals.exp: Likewise.
7748         * gdb.base/so-impl-ld.exp: Likewise.
7749         * gdb.base/varargs.exp: Likewise.
7750         * gdb.base/volatile.exp: Likewise.
7751         * gdb.base/whatis.exp: Likewise.
7752         * gdb.cp/cplusfuncs.exp: Likewise.
7753         * gdb.cp/inherit.exp: Likewise.
7754         * gdb.cp/local.exp: Likewise.
7755         * gdb.cp/member-ptr.exp: Likewise.
7756         * gdb.cp/method.exp: Likewise.
7757         * gdb.cp/overload.exp: Likewise.
7758         * gdb.cp/templates.exp: Likewise.
7759         * gdb.stabs/weird.exp: Likewise.
7760         * lib/compiler.c: Likewise.
7761         * lib/compiler.cc: Likewise.
7762         * lib/cp-support.exp: Likewise.
7763         * lib/gdb.exp: Likewise.
7764
7765 2015-12-20  Simon Marchi  <simon.marchi@polymtl.ca>
7766
7767         * configure.ac: Remove HP-UX case.
7768         * configure: Regenerate.
7769
7770 2015-12-18  Simon Marchi  <simon.marchi@ericsson.com>
7771
7772         * lib/gdb.exp (gdb_compile): Add function doc.
7773
7774 2015-12-17  Pedro Alves  <palves@redhat.com>
7775
7776         PR threads/19354
7777         * gdb.multi/info-threads.exp: New file.
7778
7779 2015-12-15  Yao Qi  <yao.qi@linaro.org>
7780
7781         * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7782         is aarch64*-*-*.
7783
7784 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7785
7786         * gdb.base/history-duplicates.exp: Skip if no readline support.
7787
7788 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7789
7790         * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7791
7792 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7793
7794         * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7795
7796 2015-12-14  Sandra Loosemore  <sandra@codesourcery.com>
7797
7798         * gdb.base/completion.exp: Skip tests that interrupt GDB with
7799         ctrl-C if nointerrupts target property is set.
7800         * gdb.base/double-prompt-target-event-error.exp: Likewise.
7801         * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7802         * gdb.base/paginate-bg-execution.exp: Likewise.
7803         * gdb.base/paginate-execution-startup.exp: Likewise.
7804         * gdb.base/random-signal.exp: Likewise.
7805         * gdb.base/range-stepping.exp: Likewise.
7806         * gdb.cp/annota2.exp: Likewise.
7807         * gdb.cp/annota3.exp: Likewise.
7808         * gdb.gdb/selftest.exp: Likewise.
7809         * gdb.threads/continue-pending-status.exp: Likewise.
7810         * gdb.threads/leader-exit.exp: Likewise.
7811         * gdb.threads/manythreads.exp: Likewise.
7812         * gdb.threads/pthreads.exp: Likewise.
7813         * gdb.threads/schedlock.exp: Likewise.
7814         * gdb.threads/sigthread.exp: Likewise.
7815
7816 2015-12-11  Don Breazeal  <donb@codesourcery.com>
7817
7818         * gdb.base/execl-update-breakpoints.exp (main): Enable for target
7819         remote.
7820         * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
7821         * gdb.base/foll-exec.exp (main): Enable for target remote.
7822         * gdb.base/foll-fork.exp (main): Likewise.
7823         * gdb.base/foll-vfork.exp (main): Likewise.
7824         * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
7825         (proc continue_to_exit_bp_loc): Use clean_restart.
7826         * gdb.base/pie-execl.exp (main): Disable for target remote.
7827         * gdb.base/watch-vfork.exp (main): Enable for target remote.
7828         * gdb.mi/mi-nsthrexec.exp (main): Likewise.
7829         * gdb.threads/execl.exp (main): Likewise.
7830         * gdb.threads/fork-child-threads.exp (main): Likewise.
7831         * gdb.threads/fork-plus-threads.exp (main): Disable for target
7832         remote.
7833         * gdb.threads/fork-thread-pending.exp (main): Enable for target
7834         remote.
7835         * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
7836         pid.tid style ptids, instead of just tid.
7837         * gdb.threads/thread-execl.exp (main): Enable for target remote.
7838         * gdb.threads/watchpoint-fork.exp (main): Likewise.
7839         * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
7840         ptids, instead of just tid.
7841
7842 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7843
7844         * gdb.base/list.exp (test_list_forward): Add end of file error
7845         test.
7846         (test_repeat_list_command): Add end of file error test.
7847         (test_list_backwards): Add beginning of file error test.
7848
7849 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7850
7851         * gdb.base/list.exp (test_list_invalid_args): New function,
7852         defined, and called.
7853
7854 2015-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
7855
7856         * gdb.base/list.exp (test_list): Make test names unique.
7857
7858 2015-12-11  Yao Qi  <yao.qi@linaro.org>
7859
7860         * gdb.base/coremaker2.c: Remove.
7861
7862 2015-12-10  Pedro Alves  <palves@redhat.com>
7863
7864         * gdb.multi/base.exp: Remove stale "spaces" references.
7865
7866 2015-12-10  Pedro Alves  <palves@redhat.com>
7867
7868         * gdb.multi/base.exp: Don't use nowarnings.
7869         * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
7870         * gdb.multi/hangout.c: Include stdio.h.
7871         * gdb.multi/hello.c: Include stdlib.h.
7872         * gdb.multi/multi-arch-exec.c: Include stdlib.h.
7873         * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
7874         * gdb.multi/multi-arch.exp: Don't use nowarnings.
7875
7876 2015-12-10  Andrew Burgess  <andrew.burgess@embecosm.com>
7877
7878         * gdb.dwarf2/dw2-ranges-base.c: New file.
7879         * gdb.dwarf2/dw2-ranges-base.exp: New file.
7880         * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
7881         support additional line table, and debug ranges generation.
7882         (Dwarf::ranges): New function, generate .debug_ranges.
7883         (Dwarf::lines): Support generating simple line table programs.
7884         (Dwarf::assemble): Initialise new namespace variables.
7885
7886 2015-12-09  Kevin Buettner  <kevinb@redhat.com>
7887
7888         * gdb.base/async.exp (proc test_background): Add case for
7889         asynchronous execution not supported.
7890
7891 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
7892
7893         * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
7894           format and change test names to make them unique.
7895
7896 2015-12-09  Ruslan Kabatsayev  <b7.10110111@gmail.com>
7897             Pedro Alves  <pedro@redhat.com>
7898
7899         PR gdb/18702
7900         Add checking of floatformats setup on x86_64 hosts.
7901         * gdb.arch/i386-float.S (main): Load bigval and smallval.
7902         (smallval, bigval): New labels/constants.
7903         * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
7904         float" after loading bigval and smallval.
7905
7906 2015-12-07  Pierre-Marie de Rodat  <derodat@adacore.com>
7907
7908         * gdb.ada/fun_overload_menu.exp: New testcase.
7909         * gdb.ada/fun_overload_menu/foo.adb: New testcase.
7910
7911 2015-12-04  Josh Stone  <jistone@redhat.com>
7912
7913         * gdb.base/catch-fork-static.exp: New.
7914
7915 2015-12-03  Yao Qi  <yao.qi@linaro.org>
7916
7917         * gdb.base/sizeof.c: Don't include stdio.h and
7918         ../lib/unbuffer_output.c.
7919         (main): New variable 'size' and 'value'.  Remove printf and
7920         gdb_unbuffer_output.  Assign return value to size and value.
7921         * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
7922         at the beginning.
7923         (check_sizeof): Check the result by printing variable 'size'.
7924         (check_valueof): Check the result by printing variable 'value'.
7925
7926 2015-12-01  Yao Qi  <yao.qi@linaro.org>
7927
7928         * gdb.base/disp-step-syscall.exp: Define syscall instruction
7929         for aarch64*-*-linux* target.
7930
7931 2015-11-30  Pedro Alves  <palves@redhat.com>
7932
7933         * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
7934
7935 2015-11-30  Pedro Alves  <palves@redhat.com>
7936
7937         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
7938         Handle non-stop mode vCont replies.
7939
7940 2015-11-30  Pedro Alves  <palves@redhat.com>
7941
7942         * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
7943         prepare_for_testing.  Start gdb with "set non-stop on" appended to
7944         GDBFLAGS.  Lax expected stop output.
7945
7946 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7947
7948         * gdb.arch/arm-neon.exp: New.
7949         * gdb.arch/arm-neon.c: New.
7950
7951 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7952
7953         * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
7954
7955 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7956
7957         * gdb.cp/annota2.exp: Allow multiple occurrences of the
7958         frames-invalid annotation.
7959
7960 2015-11-27  Yao Qi  <yao.qi@linaro.org>
7961
7962         * gdb.cp/annota2.exp: Use ${frames_invalid}.
7963
7964 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
7965
7966         * gdb.threads/names.exp: New file.
7967         * gdb.threads/names.c: New file.
7968         * README: Mention gdb,no_thread_names.
7969
7970 2015-11-26  Markus Metzger  <markus.t.metzger@intel.com>
7971
7972         PR 19297
7973         * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
7974         support" error.
7975
7976 2015-11-24  Pedro Alves  <palves@redhat.com>
7977
7978         PR 17539
7979         * gdb.base/display.exp: Expect displays to be sorted in ascending
7980         order.  Use multi_line.
7981         * gdb.base/solib-display.exp: Likewise.
7982
7983 2015-11-24  Pedro Alves  <palves@redhat.com>
7984
7985         PR 17539
7986         * gdb.base/display.exp: Expect displays to be sorted in ascending
7987         order.  Use multi_line.
7988         * gdb.base/solib-display.exp: Likewise.
7989
7990 2015-11-24  Pedro Alves  <palves@redhat.com>
7991
7992         PR 17539
7993         * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
7994         threads in ascending order.
7995         * gdb.base/foll-fork.exp: Likewise.
7996         * gdb.base/foll-vfork.exp: Likewise.
7997         * gdb.base/multi-forks.exp: Likewise.
7998         * gdb.mi/mi-nonstop.exp: Likewise.
7999         * gdb.mi/mi-nsintrall.exp: Likewise.
8000         * gdb.multi/base.exp: Likewise.
8001         * gdb.multi/multi-arch.exp: Likewise.
8002         * gdb.python/py-inferior.exp: Likewise.
8003         * gdb.threads/break-while-running.exp: Likewise.
8004         * gdb.threads/execl.exp: Likewise.
8005         * gdb.threads/gcore-thread.exp: Likewise.
8006         * gdb.threads/info-threads-cur-sal.exp: Likewise.
8007         * gdb.threads/kill.exp: Likewise.
8008         * gdb.threads/linux-dp.exp: Likewise.
8009         * gdb.threads/multiple-step-overs.exp: Likewise.
8010         * gdb.threads/next-bp-other-thread.exp: Likewise.
8011         * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8012         * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8013         * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8014         * gdb.threads/thread-find.exp: Likewise.
8015         * gdb.threads/tls.exp: Likewise.
8016         * lib/mi-support.exp (mi_reverse_list): Delete.
8017         (mi_check_thread_states): No longer reverse list.
8018
8019 2015-11-24  Pedro Alves  <palves@redhat.com>
8020
8021         * gdb.python/py-inferior.exp: Use with_test_prefix.  Consistently
8022         use lowercase.
8023
8024 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8025
8026         * gdb.trace/actions.c: Include trace-common.h.
8027         (main): Add a location for a fast tracepoint.
8028         * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8029         the normal tracepoints.
8030         (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8031
8032 2015-11-23  Simon Marchi  <simon.marchi@ericsson.com>
8033
8034         * save-trace.exp: Factor out code to these...
8035         (gdb_save_tracepoints): New.
8036         (gdb_load_tracepoints): New.
8037         (do_save_load_test): New.
8038
8039 2015-11-23  Kevin Buettner  <kevinb@redhat.com>
8040
8041         * gdb.base/asmlabel.exp: New test.
8042         * gdb.base/asmlabel.c: New test case.
8043
8044 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8045
8046         * gdb.base/wrong_frame_bt_full-main.c: New file.
8047         * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8048         * gdb.base/wrong_frame_bt_full.exp: New file.
8049
8050 2015-11-23  Joel Brobecker  <brobecker@adacore.com>
8051
8052         * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8053
8054 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8055
8056         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8057         pstate register when comparing registers values in
8058         sparc64-*-linux-gnu targets to avoid spurious differences.
8059
8060 2015-11-20  Jose E. Marchesi  <jose.marchesi@oracle.com>
8061
8062         * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8063
8064 2015-11-19  Sandra Loosemore  <sandra@codesourcery.com>
8065
8066         * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8067         as type argument to gdb_compile.
8068         * gdb.base/nested-subp2.exp: Likewise.
8069         * gdb.base/nested-subp3.exp: Likewise.
8070
8071 2015-11-17  Dominik Vogt  <vogt@linux.vnet.ibm.com>
8072
8073         * lib/dwarf.exp (_note): Fix left shift of negative value.
8074         * gdb.trace/trace-condition.exp: Likewise.
8075
8076 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8077
8078         * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8079         comments about d10v.
8080         (test_scalar_returns): Likewise.
8081         * gdb.base/d10v.ld: Remove.
8082         * gdb.base/overlays.exp: Remove the target triplet checking for
8083         d10v-*-*.
8084         * gdb.base/structs.exp (test_struct_returns): Remove the
8085         comments about d10v.
8086         (test_struct_calls): Likewise.
8087
8088 2015-11-13  Yao Qi  <yao.qi@linaro.org>
8089
8090         * gdb.base/gnu_vector.exp: Check the return value by "p res".
8091         * gdb.base/gnu_vector.c: Don't include stdio.h.
8092         (main): Don't print res and call add_some_intvecs.
8093
8094 2015-11-11  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8095
8096         * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8097         macro.
8098         (func5): Removed.
8099         (func4): Use FAST_TRACEPOINT_LABEL.
8100         * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8101         macro.
8102         (func): Removed.
8103         (thread_function): Use FAST_TRACEPOINT_LABEL.
8104         * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8105         (func): Remove.
8106         (marker): Use FAST_TRACEPOINT_LABEL.
8107         * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8108         (pendfunc1): Remove.
8109         (pendfunc): Use FAST_TRACEPOINT_LABEL.
8110         * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8111         (foo): Remove.
8112         (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8113         * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8114         macro.
8115         (func): Remove.
8116         (marker): Use FAST_TRACEPOINT_LABEL.
8117         * gdb.trace/trace-common.h: New header.
8118         * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8119         macro.
8120         (func): Remove.
8121         (marker): Use FAST_TRACEPOINT_LABEL.
8122         * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8123         (func): Remove.
8124         (thread_function): Use FAST_TRACEPOINT_LABEL.
8125
8126 2015-11-10  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8127
8128         * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8129         in front.
8130         * gdb.trace/change-loc.exp: Use global pcreg definition.
8131         * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8132         * gdb.trace/entry-values.exp: Use global spreg definition, add $
8133         in front.
8134         * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8135         * gdb.trace/pending.exp: Likewise.
8136         * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8137         * gdb.trace/trace-break.exp: Likewise.
8138         * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8139         in front.
8140         * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8141         * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8142         in front.
8143         * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8144
8145 2015-11-09  Joel Brobecker  <brobecker@adacore.com>
8146
8147         * gdb.ada/fin_fun_out: New testcase.
8148
8149 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8150
8151         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8152         value associated with DW_AT_byte_size.
8153         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8154         constants for DW_AT_byte_size, DW_AT_lower_bound, and
8155         DW_AT_upper_bound.
8156
8157 2015-11-07  Kevin Buettner  <kevinb@redhat.com>
8158
8159         * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8160         (gdb_target_symbol_prefix_flags): Define in terms of _asm
8161         version.
8162         * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8163         gdb.dwarf2/dw2-canonicalize-type.exp,
8164         gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8165         gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8166         gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8167         provided by gdb_target_symbol_prefix_flags_asm.
8168         * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8169         testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8170         testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8171         testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8172         gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8173         macros where needed).  Use this macro for symbols which require
8174         the prefix provided by SYMBOL_PREFIX.
8175
8176 2015-11-05  Kevin Buettner  <kevinb@redhat.com>
8177
8178         * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8179         New procs.
8180         * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8181         representing expressions, of more than one list element.
8182         * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8183         to prepend linker symbol prefix to f.
8184         * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8185         table_1 and table_2.
8186         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8187         Likewise, for f and g.
8188         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8189         for ptr.
8190         * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8191         for main.
8192         * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8193         table_1_ptr and table_2_ptr.
8194
8195 2015-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8196             Joel Brobecker  <brobecker@adacore.com>
8197
8198         * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8199
8200 2015-11-04  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8201
8202         * gdb.reverse/s390-mvcle.c: New test.
8203         * gdb.reverse/s390-mvcle.exp: New file.
8204         * lib/gdb.exp: Enable reverse tests on s390*-linux.
8205
8206 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8207
8208         * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8209
8210 2015-11-02  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8211
8212         * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8213         reaching marker2.
8214         * gdb.reverse/getresuid-reverse.exp: Likewise.
8215         * gdb.reverse/pipe-reverse.exp: Likewise.
8216         * gdb.reverse/readv-reverse.exp: Likewise.
8217         * gdb.reverse/recvmsg-reverse.exp: Likewise.
8218         * gdb.reverse/time-reverse.exp: Likewise.
8219         * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8220
8221 2015-10-30  Yao Qi  <yao.qi@linaro.org>
8222
8223         * gdb.threads/wp-replication.c (watch_count_done): Remove.
8224         (empty_cycle): Remove.
8225         (main): Don't call empty_cycle.  Don't use watch_count_done.
8226         * gdb.threads/wp-replication.exp: Don't set breakpoint on
8227         empty_cycle.  Rewrite the code counting HW watchpoints.
8228
8229 2015-10-30  Marcin KoÅ›cielnicki  <koriakin@0x04.net>
8230
8231         * gdb.reverse/fstatat-reverse.c: New test.
8232         * gdb.reverse/fstatat-reverse.exp: New file.
8233         * gdb.reverse/getresuid-reverse.c: New test.
8234         * gdb.reverse/getresuid-reverse.exp: New file.
8235         * gdb.reverse/pipe-reverse.c: New test.
8236         * gdb.reverse/pipe-reverse.exp: New file.
8237         * gdb.reverse/readv-reverse.c: New test.
8238         * gdb.reverse/readv-reverse.exp: New file.
8239         * gdb.reverse/recvmsg-reverse.c: New test.
8240         * gdb.reverse/recvmsg-reverse.exp: New file.
8241         * gdb.reverse/time-reverse.c: New test.
8242         * gdb.reverse/time-reverse.exp: New file.
8243         * gdb.reverse/waitpid-reverse.c: New test.
8244         * gdb.reverse/waitpid-reverse.exp: New file.
8245
8246 2015-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8247
8248         * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8249
8250 2015-10-26  Doug Evans  <dje@google.com>
8251
8252         PR symtab/17391
8253         * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8254         * gdb.dwarf2/bad-regnum.c: New file.
8255         * gdb.dwarf2/bad-regnum.exp: New file.
8256
8257 2015-10-26  Doug Evans  <dje@google.com>
8258
8259         PR python/18938
8260         * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8261         file.
8262
8263 2015-10-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8264
8265         * gdb.compile/compile.exp (compile code globalvar): Update expectation
8266         for a change by "Mention language in compile error message".
8267
8268 2015-10-21  Simon Marchi  <simon.marchi@polymtl.ca>
8269
8270         PR python/18073
8271         * gdb.python/py-type.c (C::a_method): New.
8272         (C::a_const_method): New.
8273         (C::a_static_method): New.
8274         (a_function): New.
8275         * gdb.python/py-type.exp (test_fields): Test getting fields
8276         from function and method.
8277
8278 2015-10-21  Keven Boell  <keven.boell@intel.com>
8279
8280         * gdb.fortran/vla-alloc-assoc.exp: New file.
8281         * gdb.fortran/vla-datatypes.exp: New file.
8282         * gdb.fortran/vla-datatypes.f90: New file.
8283         * gdb.fortran/vla-history.exp: New file.
8284         * gdb.fortran/vla-ptype-sub.exp: New file.
8285         * gdb.fortran/vla-ptype.exp: New file.
8286         * gdb.fortran/vla-sizeof.exp: New file.
8287         * gdb.fortran/vla-sub.f90: New file.
8288         * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8289         * gdb.fortran/vla-value-sub-finish.exp: New file.
8290         * gdb.fortran/vla-value-sub.exp: New file.
8291         * gdb.fortran/vla-value.exp: New file.
8292         * gdb.fortran/vla-ptr-info.exp: New file.
8293         * gdb.mi/mi-vla-fortran.exp: New file.
8294         * gdb.mi/vla.f90: New file.
8295
8296 2015-10-21  Sandra Loosemore  <sandra@codesourcery.com>
8297
8298         * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8299         of hardwired timeout value.
8300
8301 2015-10-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8302             Pedro Alves  <palves@redhat.com>
8303
8304         * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8305         * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8306
8307 2015-10-19  Josh Stone  <jistone@redhat.com>
8308
8309         * gdb.base/catch-syscall.c: Include <sched.h>.
8310         (unknown_syscall): New variable.
8311         (main): Trigger a vfork and an unknown syscall.
8312         * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8313         (unknown_syscall_number): Likewise.
8314         (check_call_to_syscall): Accept an optional syscall pattern.
8315         (check_return_from_syscall): Likewise.
8316         (check_continue): Likewise.
8317         (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8318         (test_catch_syscall_skipping_return): New test toggling off 'catch
8319         syscall' to step over the syscall return, then toggling back on.
8320         (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8321         during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8322         (do_syscall_tests): Call test_catch_syscall_without_args and
8323         test_catch_syscall_mid_vfork.
8324         (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8325         (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8326
8327 2015-10-19  Andrew Stubbs  <ams@codesourcery.com>
8328
8329         * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8330         print g_vE): Add new pass patterns.
8331         * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8332         print various symbol names for vptr fields.
8333
8334 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
8335
8336         * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8337         results.
8338
8339 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8340
8341         * gdb.arch/disp-step-insn-reloc.exp: New test case.
8342
8343 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8344
8345         * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8346         is aarch64*-*-linux*.
8347
8348 2015-10-12  Yao Qi  <yao.qi@linaro.org>
8349
8350         * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8351         (can_relocate_bcond_true): ... it.
8352         (can_relocate_bcond_false): New function.
8353         (foo): Likewise.
8354         (can_relocate_bl): Likewise.
8355         (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8356         can_relocate_bl.
8357
8358 2015-10-12  Pierre-Marie de Rodat  <derodat@adacore.com>
8359
8360         * gdb.base/nested-addr.c: New file.
8361         * gdb.base/nested-addr.exp: New testcase.
8362
8363 2015-10-09  Markus Metzger  <markus.t.metzger@intel.com>
8364
8365         * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8366         * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8367         its output.  Ignore the output of "record goto begin" and instead
8368         check that GDB is replaying.
8369
8370 2015-10-09  Pedro Alves  <palves@redhat.com>
8371
8372         * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8373         (top level): Use it in the run with no args test.
8374
8375 2015-10-08  Iain Buclaw  <ibuclaw@gdcproject.org>
8376
8377         * gdb.dlang/properties.exp: New file.
8378
8379 2015-10-02  Sandra Loosemore  <sandra@codesourcery.com>
8380
8381         * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8382         whether or not address 0x1000 is mapped on the target.
8383
8384 2015-09-30  Simon Marchi  <simon.marchi@ericsson.com>
8385
8386         * gdb.python/py-type.exp: Do not run tests if binaries fail to
8387         build.
8388
8389 2015-09-30  Markus Metzger  <markus.t.metzger@intel.com>
8390
8391         * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8392         instruction-history test.
8393
8394 2015-09-28  Doug Evans  <dje@google.com>
8395
8396         * gdb.base/gcore.c (array_func): Add reference to static_array.
8397
8398 2015-09-25  Simon Marchi  <simon.marchi@ericsson.com>
8399
8400         * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8401         source line.
8402
8403 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8404
8405         * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8406         short or char as base type.
8407
8408 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8409
8410         * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8411         to allow any size enum.
8412
8413 2015-09-23  Pierre-Marie de Rodat  <derodat@adacore.com>
8414
8415         * gdb.ada/array_ptr_renaming.exp: New testcase.
8416         * gdb.ada/array_ptr_renaming/foo.adb: New file.
8417         * gdb.ada/array_ptr_renaming/pack.ads: New file.
8418
8419 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8420
8421         * gdb.trace/ftrace-lock.c: New file.
8422         * gdb.trace/ftrace-lock.exp: New file.
8423
8424 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8425
8426         * gdb.arch/insn-reloc.c: New file.
8427         * gdb.arch/ftrace-insn-reloc.exp: New file.
8428
8429 2015-09-21  Pierre Langlois  <pierre.langlois@arm.com>
8430
8431         * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8432         instruction.
8433         * gdb.trace/pendshr1.c (pendfunc): Likewise.
8434         * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8435         * gdb.trace/range-stepping.c: Likewise.
8436         * gdb.trace/trace-break.c: Likewise.
8437         * gdb.trace/trace-mt.c (thread_function): Likewise.
8438         * gdb.trace/ftrace.c (marker): Likewise.
8439         * gdb.trace/trace-condition.c (marker): Likewise.
8440         * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8441         * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8442         is_aarch64_target.
8443
8444 2015-09-18  Doug Evans  <xdje42@gmail.com>
8445
8446         * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8447         * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8448
8449 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8450
8451         * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8452         the breakpoint.
8453
8454 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8455
8456         * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8457         the pending breakpoint.  Remove timeout override for "Run till
8458         MI pending breakpoint on pendfunc3 on thread 2" test.
8459
8460 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8461
8462         * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8463         filename pattern.
8464
8465 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8466
8467         * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8468         in breakpoint filename pattern.
8469
8470 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8471
8472         * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8473
8474 2015-09-18  Sandra Loosemore  <sandra@codesourcery.com>
8475
8476         * gdb.linespec/explicit.exp: Check for readline support for
8477         tab-completion tests.  Fix obvious typo.
8478
8479 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8480
8481         * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8482         and replay.
8483
8484 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
8485
8486         * gdb.btrace/non-stop.c: New.
8487         * gdb.btrace/non-stop.exp: New.
8488
8489 2015-09-17  Pierre Langlois  <pierre.langlois@arm.com>
8490             Yao Qi  <yao.qi@linaro.org>
8491
8492         * gdb.trace/trace-condition.c: New file.
8493         * gdb.trace/trace-condition.exp: New file.
8494
8495 2015-09-16  Wei-cheng Wang  <cole945@gmail.com>
8496
8497         * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8498         for testing bytecode compilation.
8499
8500 2015-09-16  Pedro Alves  <palves@redhat.com>
8501             Sandra Loosemore <sandra@codesourcery.com>
8502
8503         * gdb.threads/non-stop-fair-events.c (timeout): New global.
8504         (SECONDS): Redefine.
8505         (main): Call pthread_kill and alarm early.
8506         * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8507         support.
8508         (test): If the target can't hardware step and doesn't support
8509         displaced stepping, increase the timeout.
8510
8511 2015-09-16  Pedro Alves  <palves@redhat.com>
8512
8513         * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8514         (enable_debug): New procedures.
8515         (test): Use them.  Bail out if waiting for threads fails.
8516         (top level): Bail out if a test fails.
8517
8518 2015-09-16  Yao Qi  <yao.qi@linaro.org>
8519
8520         * gdb.asm/asm-source.exp: Set asm-arch for
8521         aarch64*-*-* target.
8522         * gdb.asm/aarch64.inc: New file.
8523
8524 2015-09-15  Pierre-Marie de Rodat  <derodat@adacore.com>
8525
8526         * gdb.ada/array_of_variable_length.exp: New testcase.
8527         * gdb.ada/array_of_variable_length/foo.adb: New file.
8528         * gdb.ada/array_of_variable_length/pck.adb: New file.
8529         * gdb.ada/array_of_variable_length/pck.ads: New file.
8530
8531 2015-09-15  Doug Evans  <dje@google.com>
8532
8533         * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8534         of function static local variable.
8535
8536 2015-09-15  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
8537
8538         * gdb.threads/tls-so_extern.exp: New test file.
8539         * gdb.threads/tls-so_extern.c: New test file.
8540         * gdb.threads/tls-so_extern_main.c: New test file.
8541
8542 2015-09-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
8543
8544         * gdb.opt/solib-intra-step-lib.c: New file.
8545         * gdb.opt/solib-intra-step-main.c: New file.
8546         * gdb.opt/solib-intra-step.exp: New file.
8547
8548 2015-09-15  Pedro Alves  <palves@redhat.com>
8549
8550         * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8551         gdb_continue_to_breakpoint instead of gdb_test_multiple.
8552
8553 2015-09-14  Pedro Alves  <palves@redhat.com>
8554
8555         * gdb.base/hook-stop-continue.c: Delete.
8556         * gdb.base/hook-stop-continue.exp: Delete.
8557         * gdb.base/hook-stop-frame.c: Delete.
8558         * gdb.base/hook-stop-frame.exp: Delete.
8559         * gdb.base/hook-stop.c: New file.
8560         * gdb.base/hook-stop.exp: New file.
8561
8562 2015-09-14  Pierre-Marie de Rodat  <derodat@adacore.com>
8563
8564         * gdb.ada/access_to_packed_array.exp: New testcase.
8565         * gdb.ada/access_to_packed_array/foo.adb: New file.
8566         * gdb.ada/access_to_packed_array/pack.adb: New file.
8567         * gdb.ada/access_to_packed_array/pack.ads: New file.
8568
8569 2015-09-14  Markus Metzger  <markus.t.metzger@intel.com>
8570
8571         * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8572         buffer size test.
8573
8574 2015-09-11  Don Breazeal  <donb@codesourcery.com>
8575
8576         * gdb.base/foll-exec.c: Add copyright header.  Fix
8577         formatting issues.
8578         * gdb.base/foll-exec.exp (zap_session): Delete proc.
8579         (do_exec_tests): Use clean_restart in place of zap_session,
8580         and for test initialization.  Fix formatting issues.  Use
8581         fail in place of perror.
8582         * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8583         an expect statement to match an expression with output from
8584         the program under debug.
8585         * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8586         non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8587         * gdb.threads/non-ldr-exc-2.exp: Likewise.
8588         * gdb.threads/non-ldr-exc-3.exp: Likewise.
8589         * gdb.threads/non-ldr-exc-4.exp: Likewise.
8590
8591 2015-09-09  Doug Evans  <dje@google.com>
8592
8593         * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8594
8595 2015-09-09  Doug Evans  <dje@google.com>
8596
8597         * gdb.base/pie-execl.exp: Fix result test of build_executable.
8598
8599 2015-09-09  Doug Evans  <dje@google.com>
8600
8601         * gdb.base/savedregs.exp: Fix typo.
8602
8603 2015-09-09  Pedro Alves  <palves@redhat.com>
8604
8605         * gdb.mi/mi-cli.exp: Add CLI finish tests.
8606
8607 2015-09-08  Sandra Loosemore  <sandra@codesourcery.com>
8608
8609         * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8610         command actually switches threads.  Give up on remaining
8611         tests if target fails to stop at breakpoint.
8612
8613 2015-09-03  Pierre-Marie de Rodat  <derodat@adacore.com>
8614
8615         * gdb.ada/funcall_char.exp: New testcase.
8616         * gdb.ada/funcall_char/foo.adb: New file.
8617
8618 2015-09-01  Pierre-Marie de Rodat  <derodat@adacore.com>
8619
8620         * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8621         expected outputs.  Add two testcases for completing ambiguous
8622         functions.
8623         * gdb.ada/complete/aux_pck.adb: New file.
8624         * gdb.ada/complete/aux_pck.ads: New file.
8625         * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8626         Ambiguous_Func functions.
8627         * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8628         * gdb.ada/complete/pck.adb: Likewise.
8629
8630 2015-08-27  Ulrich Weigand  <uweigand@de.ibm.com>
8631
8632         * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8633         failures to run the test program under GDB.
8634
8635 2015-08-26  Luis Machado  <lgustavo@codesourcery.com>
8636
8637         * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8638         to C.
8639
8640 2015-08-26  Patrick Palka  <patrick@parcs.ath.cx>
8641
8642         * gdb.base/run-after-attach.exp: New test file.
8643         * gdb.base/run-after-attach.c: New test file.
8644
8645 2015-08-26  Don Breazeal  <donb@codesourcery.com>
8646
8647         * gdb.base/foll-exec-2.c: New test program.
8648         * gdb.base/foll-exec-2.exp: New test.
8649
8650 2015-08-25  Pierre-Marie de Rodat  <derodat@adacore.com>
8651
8652         * gdb.base/nested-subp1.exp: New file.
8653         * gdb.base/nested-subp1.c: New file.
8654         * gdb.base/nested-subp2.exp: New file.
8655         * gdb.base/nested-subp2.c: New file.
8656         * gdb.base/nested-subp3.exp: New file.
8657         * gdb.base/nested-subp3.c: New file.
8658
8659 2015-08-24  Pedro Alves  <palves@redhat.com>
8660
8661         * gdb.server/connect-without-multi-process.c: New file.
8662         * gdb.server/connect-without-multi-process.exp: New file.
8663
8664 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8665
8666         * gdb.opt/inline-markers.c: Make z int.
8667
8668 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8669
8670         * gdb.opt/inline-markers.c: Make z volatile.
8671
8672 2015-08-24  Luis Machado  <lgustavo@codesourcery.com>
8673
8674         * gdb.opt/inline-bt.c: New volatile global z.
8675         * gdb.opt/inline-cmds.c: Likewise.
8676         * gdb.opt/inline-locals.c: Likewise.
8677         * gdb.opt/inline-markers.c: New extern global z.
8678         (marker): Use z.
8679         (inline_fn): Likewise.
8680
8681 2015-08-24  Pedro Alves  <palves@redhat.com>
8682
8683         * config/m32r-stub.exp: Remove file.
8684         * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8685         * gdb.base/call-rt-st.exp: Likewise.
8686         * gdb.base/call-strs.exp: Likewise.
8687         * gdb.base/default.exp: Remove references to h8300-*-hms and
8688         *-*-udi*.
8689         * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8690
8691 2015-08-24  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8692
8693         * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8694         -Wno-psabi" if "-mcpu=native" fails.  For the tests with "finish"
8695         and "return" use KFAIL when GDB can not read/write the vector
8696         return value.
8697
8698 2015-08-21  Gary Benson <gbenson@redhat.com>
8699
8700         * gdb.trace/pending.exp: Cope with remote transfer warnings.
8701
8702 2015-08-20  Pedro Alves  <palves@redhat.com>
8703
8704         * gdb.server/solib-list.exp: No longer expect an interior stop in
8705         non-stop mode.
8706
8707 2015-08-20  Pedro Alves  <palves@redhat.com>
8708
8709         * gdb.server/connect-stopped-target.c: New file.
8710         * gdb.server/connect-stopped-target.exp: New file.
8711
8712 2015-08-20  Pedro Alves  <palves@redhat.com>
8713
8714         * gdb.dwarf2/comp-unit-lang.exp: New file.
8715         * gdb.dwarf2/comp-unit-lang.c: New file.
8716
8717 2015-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
8718
8719         * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8720         * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8721
8722 2015-08-19  Kevin Buettner  <kevinb@redhat.com>
8723
8724         * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8725         * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8726
8727 2015-08-18  Doug Evans  <dje@google.com>
8728             Adrian Sendroiu <adrian.sendroiu@freescale.com>
8729
8730         * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8731         skip_python_tests.  New arg prompt_regexp.
8732         (skip_python_tests): New function.
8733         * lib/mi-support.exp (mi_skip_python_tests): New function.
8734         * gdb.python/py-mi-objfile-gdb.py: New file.
8735         * gdb.python/py-mi-objfile.c: New file.
8736         * gdb.python/py-mi-objfile.exp: New file.
8737
8738 2015-08-17  Keith Seitz  <keiths@redhat.com>
8739
8740         * gdb.linespec/explicit.exp: Move strace test from here ...
8741         * gdb.trace/strace.exp: ... to here.
8742
8743 2015-08-15  Patrick Palka  <patrick@parcs.ath.cx>
8744
8745         * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8746         * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8747
8748 2015-08-14  Doug Evans  <xdje42@gmail.com>
8749
8750         * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8751         inferior before selecting a new file.
8752
8753 2015-08-14  Doug Evans  <xdje42@gmail.com>
8754
8755         * gdb.mi/mi-disassemble.exp: Update.
8756         * gdb.base/disasm-optim.S: New file.
8757         * gdb.base/disasm-optim.c: New file.
8758         * gdb.base/disasm-optim.h: New file.
8759         * gdb.base/disasm-optim.exp: New file.
8760
8761 2015-08-14  Keith Seitz  <keiths@redhat.com>
8762
8763         * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8764         "evaluated-by".
8765
8766 2015-08-13  Joel Brobecker  <brobecker@adacore.com>
8767
8768         * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8769
8770 2015-08-13  Pierre-Marie de Rodat  <derodat@adacore.com>
8771
8772         * gdb.ada/fun_renaming.exp: New testcase.
8773         * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8774         * gdb.ada/fun_renaming/pack.adb: New file.
8775         * gdb.ada/fun_renaming/pack.ads: New file.
8776
8777 2015-08-12  Keith Seitz  <keiths@redhat.com>
8778
8779         * gdb.base/dso2dso.exp: Pass basename of source file in call to
8780         gdb_get_line_number.
8781
8782 2015-08-12  Joel Brobecker  <brobecker@adacore.com>
8783
8784         * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8785         gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8786         gdb.base/dso2dso.exp: New files.
8787
8788 2015-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
8789             Pedro Alves  <palves@redhat.com>
8790             Keith Seitz  <keiths@redhat.com>
8791
8792         * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8793         GDBFLAGS.
8794
8795 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8796
8797         * gdb.base/gdbhistsize-history.exp
8798         (test_histsize_history_setting): Use save_vars.
8799         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8800         Use save_vars.
8801         (test_no_truncation_of_unlimited_history_file): Use save_vars.
8802         * gdb.base/readline.exp: Use save_vars.
8803
8804 2015-08-12  Patrick Palka  <patrick@parcs.ath.cx>
8805
8806         * lib/gdb.exp (save_vars): New proc.
8807
8808 2015-08-11  Keith Seitz  <keiths@redhat.com>
8809
8810         * gdb.base/help.exp: Update help_breakpoint_text.
8811
8812 2015-08-11  Keith Seitz  <keiths@redhat.com>
8813
8814         * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
8815         (at toplevel): Call test_explicit_breakpoints.
8816         * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
8817         breakpoints.
8818         * lib/mi-support.exp (mi_make_breakpoint): Add support for
8819         breakpoint conditions, "-cond".
8820
8821 2015-08-11  Keith Seitz  <keiths@redhat.com>
8822
8823         * gdb.linespec/3explicit.c: New file.
8824         * gdb.linespec/cpexplicit.cc: New file.
8825         * gdb.linespec/cpexplicit.exp: New file.
8826         * gdb.linespec/explicit.c: New file.
8827         * gdb.linespec/explicit.exp: New file.
8828         * gdb.linespec/explicit2.c: New file.
8829         * gdb.linespec/ls-errs.exp: Add explicit location tests.
8830         * lib/gdb.exp (capture_command_output): Regexp-escape `command'
8831         before using in the matching pattern.
8832         Clarify that `prefix' is a regular expression.
8833
8834 2015-08-11  Keith Seitz  <keiths@redhat.com>
8835
8836         * gdb.base/dprintf-pending.exp: Update dprintf "without format"
8837         test.
8838         Add tests for missing ",FMT" and ",".
8839
8840 2015-08-10  Doug Evans  <dje@google.com>
8841             Keith Seitz  <keiths@redhat.com>
8842
8843         PR gdb/17960
8844         * gdb.base/completion.exp: Add location completer tests.
8845
8846 2015-08-07  Pedro Alves  <palves@redhat.com>
8847
8848         * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
8849         tests here.
8850         (top level): Run do_test with and without displaced stepping.
8851
8852 2015-08-07  Pedro Alves  <palves@redhat.com>
8853
8854         * gdb.base/valgrind-disp-step.c: New file.
8855         * gdb.base/valgrind-disp-step.exp: New file.
8856
8857 2015-08-07  Pedro Alves  <palves@redhat.com>
8858
8859         * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
8860         Delete function.
8861         (main): Add alarm.  Run an infinite loop instead of calling
8862         wait_threads.
8863         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
8864         comment.
8865         * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
8866         Delete function.
8867         (main): Add alarm.  Run an infinite loop instead of calling
8868         wait_threads.
8869         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
8870         comment.
8871
8872 2015-08-07  Pedro Alves  <palves@redhat.com>
8873
8874         * gdb.base/checkpoint-ns.exp: New file.
8875         * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
8876         standard_testfile.
8877
8878 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
8879
8880         * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
8881         * gdb.btrace/instruction_history.exp: Update.
8882         * gdb.btrace/tsx.exp: New.
8883         * gdb.btrace/tsx.c: New.
8884
8885 2015-08-06  Pedro Alves <palves@redhat.com>
8886
8887         * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
8888         increase timeout.
8889         * gdb.reverse/until-precsave.exp: Bump timeouts.
8890
8891 2015-08-06  Pedro Alves  <palves@redhat.com>
8892
8893         * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
8894
8895 2015-08-06  Pedro Alves  <palves@redhat.com>
8896
8897         PR gdb/18749
8898         * gdb.threads/process-dies-while-handling-bp.c: New file.
8899         * gdb.threads/process-dies-while-handling-bp.exp: New file.
8900
8901 2015-08-06  Pedro Alves  <palves@redhat.com>
8902
8903         * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
8904         * gdb.threads/forking-threads-plus-breakpoint.c: New file.
8905
8906 2015-08-05  Pedro Alves  <palves@redhat.com>
8907
8908         * gdb.threads/next-while-other-thread-longjmps.c: New file.
8909         * gdb.threads/next-while-other-thread-longjmps.exp: New file.
8910
8911 2015-08-03  Sandra Loosemore  <sandra@codesourcery.com>
8912
8913         * gdb.base/bp-permanent.exp: Report test as unsupported if
8914         the target cannot stop at the permanent breakpoint.
8915
8916 2015-08-03  Doug Evans  <dje@google.com>
8917
8918         * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
8919         10000.
8920
8921 2015-08-03  Doug Evans  <dje@google.com>
8922
8923         * Makefile.in (workers/%.worker, build-perf): New rule.
8924         (GDB_PERFTEST_MODE): New variable.
8925         (check-perf): Use it.
8926         (clean): Clean up gdb.perf parallel build subdirs.
8927         * lib/build-piece.exp: New file.
8928         * lib/gdb.exp (make_gdb_parallel_path): New function
8929         (standard_output_file, standard_temp_file): Call it.
8930         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
8931         of $GDB_PARALLEL.
8932         * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
8933
8934 2015-08-03  Doug Evans  <dje@google.com>
8935
8936         * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
8937         (LOG_FILE_NAME): New global.
8938         (TextReporter.__init__): Initialize self.txt_sum.
8939         (TextReporter.report): Add support for multiple data-points.
8940         Move report to perftest.sum, put raw data in perftest.log.
8941         (TextReporter.start): Open sum and log files.
8942         (TextReporter.end): Close sum and log files.
8943         * gdb.perf/lib/perftest/testresult.py
8944         (SingleStatisticTestResult.record): Handle multiple data-points.
8945
8946 2015-07-31  Pedro Alves  <palves@redhat.com>
8947
8948         * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
8949         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8950         kill_wait_spawned_process instead of explicit "kill -9".
8951         * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
8952         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8953         kill_wait_spawned_process.
8954         * gdb.base/attach-twice.exp: Likewise.
8955         * gdb.base/attach.exp: Likewise.
8956         (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
8957         gdb_test_multiple.
8958         * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
8959         returning a spawn id instead of a pid.  Use spawn_id_get_pid and
8960         kill_wait_spawned_process.
8961         * gdb.base/valgrind-infcall.exp: Likewise.
8962         * gdb.multi/multi-attach.exp: Likewise.
8963         * gdb.python/py-prompt.exp: Likewise.
8964         * gdb.python/py-sync-interp.exp: Likewise.
8965         * gdb.server/ext-attach.exp: Likewise.
8966         * gdb.threads/attach-into-signal.exp (corefunc): Use
8967         spawn_wait_for_attach, spawn_id_get_pid and
8968         kill_wait_spawned_process.
8969         * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
8970         spawn_wait_for_attach returning a spawn id instead of a pid.  Use
8971         spawn_id_get_pid and kill_wait_spawned_process.
8972         * gdb.threads/attach-stopped.exp (corefunc): Use
8973         spawn_wait_for_attach, spawn_id_get_pid and
8974         kill_wait_spawned_process.
8975         * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
8976         Use spawn_id_get_pid.  Wait for spawn id after eof.  Use
8977         kill_wait_spawned_process instead of explicit "kill -9".
8978         * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
8979         (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
8980         (spawn_wait_for_attach): Use spawn instead of exec to spawn
8981         processes.  Don't map cygwin/windows pids here.  Now returns a
8982         spawn id list.
8983
8984 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8985
8986         * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
8987         4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
8988         correct patch.
8989
8990 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8991
8992         * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
8993
8994 2015-07-30  Sandra Loosemore  <sandra@codesourcery.com>
8995
8996         Reapply:
8997         2014-05-21  Mark Wielaard  <mjw@redhat.com>
8998
8999         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9000
9001 2015-07-30  Pedro Alves  <palves@redhat.com>
9002
9003         * linux-low.c (handle_extended_wait): Set the child's last
9004         reported status to TARGET_WAITKIND_STOPPED.
9005
9006 2015-07-30  Pedro Alves  <palves@redhat.com>
9007
9008         PR threads/18600
9009         * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9010         only shows inferior 1.
9011
9012 2015-07-30  Simon Marchi  <simon.marchi@ericsson.com>
9013             Pedro Alves  <palves@redhat.com>
9014
9015         PR threads/18600
9016         * gdb.threads/fork-plus-threads.c: New file.
9017         * gdb.threads/fork-plus-threads.exp: New file.
9018
9019 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9020
9021         * gdb.base/batch-preserve-term-settings.exp
9022         (test_terminal_settings_preserved_after_cli_exit): Use
9023         send_quit_command.
9024
9025 2015-07-29  Pedro Alves  <palves@redhat.com>
9026             Don Breazeal  <donb@codesourcery.com>
9027
9028         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9029         output from both inferior_spawn_id and gdb_spawn_id.
9030
9031 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9032
9033         * gdb.threads/attach-into-signal.exp (corefunc): Use
9034         with_test_prefix on nested loops, uniquefying the test messages.
9035
9036 2015-07-29  Sergio Durigan Junior  <sergiodj@redhat.com>
9037
9038         * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9039         commit.
9040
9041 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9042
9043         * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9044         New proc.
9045         (test_terminal_settings_preserved_after_sigterm): New test.
9046
9047 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9048
9049         * gdb.base/batch-preserve-term-settings.exp
9050         (test_terminal_settings_preserved_after_cli_exit): New test.
9051
9052 2015-07-29  Patrick Palka  <patrick@parcs.ath.cx>
9053
9054         * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9055         manipulation of saved_gdbflags.
9056         (test_terminal_settings_preserved): Remove global declaration of
9057         the unused variable pagination_prompt.  Remove manipulation of
9058         saved_gdbflags.  Use a local variable EXTRA_GDBFLAGS instead of
9059         GDBFLAGS.
9060
9061 2015-07-29  Pedro Alves  <palves@redhat.com>
9062
9063         * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9064
9065 2015-07-29  Pedro Alves  <palves@redhat.com>
9066
9067         * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9068         at the top.
9069
9070 2015-07-29  Pedro Alves  <palves@redhat.com>
9071
9072         * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9073         (main): Call gdb_unbuffer_output.
9074         * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9075         (main): Call gdb_unbuffer_output.
9076         * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9077         (main): Call gdb_unbuffer_output.
9078         * gdb.base/call-strs.exp: Adjust to step over the
9079         gdb_unbuffer_output call.
9080         * gdb.base/catch-gdb-caused-signals.c: Include
9081         "../lib/unbuffer_output.c".
9082         (main): Call gdb_unbuffer_output.
9083         * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9084         (main): Call gdb_unbuffer_output.
9085         * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9086         (main): Call gdb_unbuffer_output.
9087         * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9088         (main): Call gdb_unbuffer_output.
9089         * gdb.base/shlib-call.exp: Adjust to step over the
9090         gdb_unbuffer_output call.
9091         * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9092         (main): Call gdb_unbuffer_output.
9093         * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9094         (main): Call gdb_unbuffer_output.
9095         * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9096         (main): Rename to ...
9097         (test): ... this.
9098         (main): Reimplement.
9099         * gdb.base/varargs.exp: Run to test instead of to main.
9100         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9101         (main): Call gdb_unbuffer_output.
9102
9103 2015-07-29  Pedro Alves  <palves@redhat.com>
9104
9105         * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9106         factore out from mi_continue_dprintf.  For call-style dprintfs,
9107         expect dprintf output out of $inferior_spawn_id.
9108         (mi_continue_dprintf): Use mi_expect_dprintf.
9109         * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9110         (main): Call gdb_unbuffer_output.
9111
9112 2015-07-29  Pedro Alves  <palves@redhat.com>
9113
9114         * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9115         (default_mi_gdb_start): Set inferior_spawn_id instead of
9116         mi_inferior_spawn_id.  If $inferior_spawn_id is not set, set it to
9117         gdb_spawn_id.
9118         (mi_gdb_test): Always expect inferior output from both
9119         $inferior_spawn_id and $gdb_spawn_id.
9120
9121 2015-07-29  Pedro Alves  <palves@redhat.com>
9122
9123         * gdb.gdb/selftest.exp (test_with_self): Update comment.  Use
9124         send_inferior and $inferior_spawn_id.
9125
9126 2015-07-29  Pedro Alves  <palves@redhat.com>
9127
9128         * gdb.gdb/complaints.exp (test_initial_complaints)
9129         (test_serial_complaints, test_short_complaints): Use
9130         gdb_test_stdio.
9131         (test_empty_complaint): Handle $inferior_spawn_id !=
9132         $gdb_spawn_id.
9133
9134 2015-07-29  Pedro Alves  <palves@redhat.com>
9135
9136         * gdb.base/varargs.exp: Use gdb_test_stdio.
9137
9138 2015-07-29  Pedro Alves  <palves@redhat.com>
9139
9140         * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9141
9142 2015-07-29  Pedro Alves  <palves@redhat.com>
9143
9144         * gdb.base/ending-run.exp: Use gdb_test_stdio.
9145
9146 2015-07-29  Pedro Alves  <palves@redhat.com>
9147
9148         * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9149         parameter into two new parameters, "inf_result" and "gdb_result".
9150         Expect inferior output and gdb output from $inferior_spawn_id and
9151         $gdb_spawn_id, respectively.  Adjust all callers.
9152
9153 2015-07-29  Pedro Alves  <palves@redhat.com>
9154
9155         * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9156         of gdb_test_sequence.
9157
9158 2015-07-29  Pedro Alves  <palves@redhat.com>
9159
9160         * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9161         (saw_spurious_output): Expect inferior output from
9162         $inferior_spawn_id.  Use gdb_test_stdio.
9163
9164 2015-07-29  Pedro Alves  <palves@redhat.com>
9165
9166         * gdb.base/dprintf.exp: Use standard_testfile.  Change
9167         prepare_for_testing call.
9168         (srcfile): Don't set.
9169         (restart): New procedure.
9170         (test_dprintf): New procecure, use to continue over dprintfs.
9171         (test_call, test_agent): New procedures, tests moved here.
9172         Restart gdb and recreate dprintfs.  Adjust expected output.
9173
9174 2015-07-29  Pedro Alves  <palves@redhat.com>
9175
9176         * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9177
9178 2015-07-29  Pedro Alves  <palves@redhat.com>
9179
9180         * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9181
9182 2015-07-29  Pedro Alves  <palves@redhat.com>
9183
9184         * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9185         gdb_test_stdio.
9186
9187 2015-07-29  Pedro Alves  <palves@redhat.com>
9188
9189         * lib/gdb.exp (gdb_test_stdio): New procedure.
9190
9191 2015-07-29  Pedro Alves  <palves@redhat.com>
9192
9193         * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9194
9195 2015-07-29  Pedro Alves  <palves@redhat.com>
9196
9197         * gdb.base/call-signal-resume.exp: Remove check for
9198         gdb,noinferiorio.  Don't expect "no signal".  Use gdb_test.
9199         * gdb.base/unwindonsignal.exp: Likewise.
9200         * gdb.base/call-signals.c (gen_signal): Remove printf call.
9201         * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9202
9203 2015-07-29  Pedro Alves  <palves@redhat.com>
9204
9205         * gdb.base/siginfo-addr.c (pass): New function.
9206         (handler): Call it iff si_addr is correct.
9207         * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9208         Set a breakpoint at "pass" and continue to it.
9209
9210 2015-07-28  Sergio Durigan Junior  <sergiodj@redhat.com>
9211
9212         * gdb.python/py-objfile.exp: Make some tests have unique names.
9213         * gdb.python/py-pp-registration.exp: Likewise.
9214
9215 2015-07-28  Pedro Alves  <palves@redhat.com>
9216
9217         * gdb.server/server-exec-info.exp: Issue a "disconnect".
9218
9219 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9220
9221         * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9222
9223 2015-07-27  Simon Marchi  <simon.marchi@ericsson.com>
9224
9225         * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9226
9227 2015-07-27  Patrick Palka  <patrick@parcs.ath.cx>
9228
9229         * gdb.base/gdb-sigterm-2.exp: New test.
9230
9231 2015-07-25  Doug Evans  <xdje42@gmail.com>
9232
9233         Revert:
9234         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9235         (workers/%.worker, build-perf): New rule.
9236         (GDB_PERFTEST_MODE): New variable.
9237         (check-perf): Use it.
9238         (clean): Clean up gdb.perf parallel build subdirs.
9239         * lib/build-piece.exp: New file.
9240         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9241         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9242         name.
9243         (standard_temp_file): Ditto.
9244         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9245         of $GDB_PARALLEL.
9246
9247 2015-07-24  Doug Evans  <dje@google.com>
9248
9249         * gdb.perf/lib/perftest/utils.py: New file.
9250         * gdb.perf/gm-hello.cc: New file.
9251         * gdb.perf/gm-pervasive-typedef.cc: New file.
9252         * gdb.perf/gm-pervasive-typedef.h: New file.
9253         * gdb.perf/gm-std.cc: New file.
9254         * gdb.perf/gm-std.h: New file.
9255         * gdb.perf/gm-use-cerr.cc: New file.
9256         * gdb.perf/gm-utils.h: New file.
9257         * gdb.perf/gmonster-null-lookup.py: New file.
9258         * gdb.perf/gmonster-pervasive-typedef.py: New file.
9259         * gdb.perf/gmonster-print-cerr.py: New file.
9260         * gdb.perf/gmonster-ptype-string.py: New file.
9261         * gdb.perf/gmonster-runto-main.py: New file.
9262         * gdb.perf/gmonster-select-file.py: New file.
9263         * gdb.perf/gmonster1-null-lookup.exp: New file.
9264         * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9265         * gdb.perf/gmonster1-print-cerr.exp: New file.
9266         * gdb.perf/gmonster1-ptype-string.exp: New file.
9267         * gdb.perf/gmonster1-runto-main.exp: New file.
9268         * gdb.perf/gmonster1-select-file.exp: New file.
9269         * gdb.perf/gmonster1.cc: New file.
9270         * gdb.perf/gmonster1.exp: New file.
9271         * gdb.perf/gmonster2-null-lookup.exp: New file.
9272         * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9273         * gdb.perf/gmonster2-print-cerr.exp: New file.
9274         * gdb.perf/gmonster2-ptype-string.exp: New file.
9275         * gdb.perf/gmonster2-runto-main.exp: New file.
9276         * gdb.perf/gmonster2-select-file.exp: New file.
9277         * gdb.perf/gmonster2.cc: New file.
9278         * gdb.perf/gmonster2.exp: New file.
9279
9280 2015-07-24  Doug Evans  <dje@google.com>
9281
9282         * gdb.perf/README: New file.
9283         * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9284         * lib/gen-perf-test.exp: New file.
9285
9286 2015-07-24  Doug Evans  <dje@google.com>
9287
9288         * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9289         (PerfTest::startup): New function.
9290         (PerfTest::run): Return result of calling body.
9291         (PerfTest::assemble): Rewrite.
9292         * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9293         * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9294         * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9295         * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9296         * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9297
9298 2015-07-24  Doug Evans  <dje@google.com>
9299
9300         * lib/gdb.exp (clean_restart): Make executable optional.
9301
9302 2015-07-24  Doug Evans  <dje@google.com>
9303
9304         * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9305         compiler_info references.
9306         * gdb.cp/temargs.exp: Ditto.
9307         * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9308         (get_compiler_info): Early exit if already computed.  Set compiler_info
9309         to "unknown" if there was a problem.
9310         (test_compiler_info): Add function comment.  Call get_compiler_info.
9311
9312 2015-07-24  Doug Evans  <dje@google.com>
9313
9314         * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9315         (workers/%.worker, build-perf): New rule.
9316         (GDB_PERFTEST_MODE): New variable.
9317         (check-perf): Use it.
9318         (clean): Clean up gdb.perf parallel build subdirs.
9319         * lib/build-piece.exp: New file.
9320         * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9321         * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9322         name.
9323         (standard_temp_file): Ditto.
9324         (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9325         of $GDB_PARALLEL.
9326
9327 2015-07-24  Doug Evans  <dje@google.com>
9328
9329         * lib/future.exp (gdb_default_target_compile): New option
9330         "early_flags".
9331         * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9332         --as-needed.
9333
9334 2015-07-24  Sergio Durigan Junior  <sergiodj@redhat.com>
9335
9336         * gdb.base/catch-syscall.exp: Call gdb_exit before
9337         gdb_skip_xml_test.
9338
9339 2015-07-24  Pedro Alves  <palves@redhat.com>
9340
9341         * gdb.python/py-events.exp: Accept output between the stop event
9342         and the prompt.
9343         * gdb.python/py-evsignal.exp: Likewise.
9344         * gdb.python/py-evthreads.exp: Likewise.
9345
9346 2015-07-24  Pedro Alves  <palves@redhat.com>
9347
9348         PR gdb/18717
9349         * gdb.threads/non-ldr-exit.c: New file.
9350         * gdb.threads/non-ldr-exit.exp: New file.
9351
9352 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9353
9354         * gdb.server/ext-wrapper.exp: Test --wrapper option when
9355         restarting process.
9356
9357 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9358
9359         * gdb.server/ext-restart.exp: New file.
9360
9361 2015-07-24  Yao Qi  <yao.qi@linaro.org>
9362
9363         * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9364         argument options.
9365         * gdb.server/ext-wrapper.exp: New file.
9366
9367 2015-07-23  Doug Evans  <dje@google.com>
9368
9369         * gdb.dwarf2/dw2-dummy-cu.S: New file.
9370         * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9371
9372 2015-07-23  Pierre-Marie de Rodat  <derodat@adacore.com>
9373
9374         * gdb.ada/var_arr_typedef.exp: New testcase.
9375         * gdb.ada/var_arr_typedef/pack.adb: New file.
9376         * gdb.ada/var_arr_typedef/pack.ads: New file.
9377         * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9378
9379 2015-07-20  Joel Brobecker  <brobecker@adacore.com>
9380
9381         * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9382
9383 2015-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9384
9385         * gdb.arch/i386-biarch-core.exp: Replace istarget
9386         by "complete set gnutarget". Remove expectation for the "core-file"
9387         command.
9388
9389 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9390
9391         Revert the previous commit:
9392         Tests for validate symbol file using build-id.
9393
9394 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
9395
9396         Tests for validate symbol file using build-id.
9397         * gdb.base/solib-mismatch-lib.c: New file.
9398         * gdb.base/solib-mismatch-libmod.c: New file.
9399         * gdb.base/solib-mismatch.c: New file.
9400         * gdb.base/solib-mismatch.exp: New file.
9401
9402 2015-07-15  Sandra Loosemore  <sandra@codesourcery.com>
9403
9404         * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9405         nios2-*-linux*.
9406         * gdb.base/sigbpt.exp (stepi_out): Likewise.
9407         * gdb.base/siginfo.exp: Likewise.
9408         * gdb.base/sigstep.exp (advance, advancei): Likewise.
9409
9410 2015-07-15  Pierre Langlois  <pierre.langlois@arm.com>
9411
9412         * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9413         Move it to ...
9414         * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9415         ... here.
9416         * gdb.trace/range-stepping.exp: Check that the target supports
9417         range stepping.
9418
9419 2015-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9420
9421         * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9422
9423 2015-07-14  Pedro Alves  <palves@redhat.com>
9424
9425         * gdb.base/killed-outside.exp: New file.
9426         * gdb.base/killed-outside.c: New file.
9427
9428 2015-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9429
9430         * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9431         (n at main): New.
9432         * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9433
9434 2015-07-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9435
9436         * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9437         infcall tests instead of setting up for KFAIL.
9438
9439 2015-07-10  Markus Metzger  <markus.t.metzger@intel.com>
9440
9441         * gdb.btrace/record_goto-step.exp: New.
9442
9443 2015-07-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9444
9445         PR compile/18484
9446         * gdb.compile/compile.c (struct struct_type): Add volatile to
9447         selffield's type.
9448         * gdb.compile/compile.exp
9449         (compile code struct_object.selffield = &struct_object): Skip further
9450         struct_object tests if this one xfails.
9451
9452 2015-07-08  Robert O'Callahan  <robert@ocallahan.org>
9453
9454         PR exp/18617
9455         * gdb.trace/ax.exp: Add test.
9456
9457 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9458
9459         * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9460         instead of istarget "aarch64*-*-*".
9461         * gdb.arch/aarch64-fp.exp: Likewise.
9462         * gdb.base/float.exp: Likewise.
9463         * gdb.reverse/aarch64.exp: Likewise.
9464         * lib/gdb.exp (is_aarch64_target): New proc.
9465
9466 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9467
9468         * lib/gdb.exp (is_aarch32_target): New proc.
9469         * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9470         instead of "istarget "arm*-*-*"".
9471         * gdb.arch/arm-disp-step.exp: Likewise.
9472         * gdb.arch/thumb-bx-pc.exp: Likewise.
9473         * gdb.arch/thumb-prologue.exp: Likewise.
9474         * gdb.arch/thumb-singlestep.exp: Likewise.
9475         * gdb.base/disp-step-syscall.exp: Likewise.
9476         * gdb.base/float.exp: Likewise.
9477
9478 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9479
9480         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9481         Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9482
9483 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9484
9485         * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9486         is aarch64.  If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9487         if it exists.
9488         * gdb.multi/multi-arch.exp: Likewise.
9489
9490 2015-07-07  Simon Marchi  <simon.marchi@ericsson.com>
9491
9492         * gdb.python/py-lazy-string.exp: Add missing parentheses to
9493         print.
9494
9495 2015-07-07  Yao Qi  <yao.qi@linaro.org>
9496
9497         * gdb.arch/thumb-singlestep.exp: Do one more single step.
9498
9499 2015-06-30  Martin Galvan  <martin.galvan@tallertechnologies.com>
9500
9501         * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9502         '[' and ']' characters.
9503
9504 2015-06-30  Iain Buclaw  <ibuclaw@gdcproject.org>
9505
9506         * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9507
9508 2015-06-29  Pedro Alves  <palves@redhat.com>
9509
9510         PR threads/18127
9511         * gdb.threads/hand-call-new-thread.c: New file.
9512         * gdb.threads/hand-call-new-thread.c: New file.
9513
9514 2015-06-26  Keith Seitz  <keiths@redhat.com>
9515             Doug Evans  <dje@google.com>
9516
9517         PR 16253
9518         * gdb.cp/var-tag-2.cc: New file.
9519         * gdb.cp/var-tag-3.cc: New file.
9520         * gdb.cp/var-tag-4.cc: New file.
9521         * gdb.cp/var-tag.cc: New file.
9522         * gdb.cp/var-tag.exp: New file.
9523
9524 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9525
9526         * gdb.base/history-duplicates.exp: New test.
9527
9528 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
9529
9530         * gdb.base/completion.exp: Test the completion of the "focus"
9531         command.
9532
9533 2015-06-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9534
9535         * gdb.arch/amd64-prologue-skip.S: New file.
9536         * gdb.arch/amd64-prologue-skip.exp: New file.
9537
9538 2015-06-25  Simon Marchi  <simon.marchi@ericsson.com>
9539
9540         * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9541         is_address_zero_readable check.
9542
9543 2015-06-24  Peter Bergner  <bergner@vnet.ibm.com>
9544
9545         * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9546         * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9547
9548 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9549
9550         * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9551         linux targets.
9552
9553 2015-06-24  Yao Qi  <yao.qi@linaro.org>
9554
9555         * lib/gdb.exp (supports_get_siginfo_type): New proc.
9556         * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9557         * gdb.base/siginfo-thread.exp: Likewise.
9558
9559 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9560
9561         * boards/remote-gdbserver-on-localhost.exp: Add comments.
9562
9563 2015-06-22  Yao Qi  <yao.qi@linaro.org>
9564
9565         * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9566         aarch64*-*-*.
9567         (skip_hw_watchpoint_tests): Likewise.
9568
9569 2015-06-18  Patrick Palka  <patrick@parcs.ath.cx>
9570
9571         * gdb.base/gdbinit-history.exp: Test the interaction between
9572         setting GDBHISTSIZE and setting the history size via .gdbinit.
9573
9574 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9575
9576         PR gdb/16999
9577         * gdb.base/gdbhistsize-history.exp: New test.
9578
9579 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9580
9581         * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9582         with GDBHISTSIZE.
9583         * gdb.base/readline.exp: Likewise.
9584
9585 2015-06-17  Yao Qi  <yao.qi@linaro.org>
9586
9587         * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9588         line.
9589
9590 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
9591
9592         * gdb.base/gdbinit-history.exp: Add test case to check that
9593         an unlimited history file does not get truncated on exit.
9594
9595 2015-06-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9596
9597         * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9598         (VECTOR): New macro.  Use it...
9599         (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9600         ...for these typedefs.
9601         (int8, char1, int1, double1): New typedefs.
9602         (struct just_int2, struct two_int2): New structures.
9603         (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9604         (add_structvecs, add_singlevecs): New functions.
9605         (main): Call add_some_intvecs twice.
9606         * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9607         the compile and exit upon failure.  Try compiling for the "native"
9608         architecture.  Test inferior function calls with vector arguments
9609         and vector return value handling with "finish" and "return".
9610
9611 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
9612
9613         * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9614         * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9615         PE file.
9616         * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9617
9618 2015-06-12  Antoine Tremblay  <antoine.tremblay@ericsson.com>
9619
9620         PR breakpoints/16465
9621         * gdb.mi/mi-dprintf-pending.c: New file.
9622         * gdb.mi/mi-dprintf-pending.exp: New test.
9623         * gdb.mi/mi-dprintf-pendshr.c: New file.
9624
9625 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9626             Mircea Gherzan  <mircea.gherzan@intel.com>
9627
9628         * gdb.arch/i386-mpx-map.c: New file.
9629         * gdb.arch/i386-mpx-map.exp: New File.
9630
9631 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9632
9633         * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9634         * gdb.arch/i386-mpx.exp: Indentation fixed.
9635
9636 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9637
9638         * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9639         function and improved indentation.
9640         * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9641         gdb_test_multiple. Added additional tests to skip the test.
9642
9643 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
9644
9645         * gdb.arch/i386-avx512.c: Change path in include file.
9646         * gdb.arch/i386-avx512.exp: Change include dir path
9647         compilation flag.
9648         * gdb.arch/i386-mpx.c: Change path in include file.
9649         * gdb.arch/i386-mpx.exp: Change include dir path compilation
9650         flag.
9651
9652 2015-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9653
9654         * gdb.compile/compile-print.exp (compile print *vararray@3)
9655         (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9656
9657 2015-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9658
9659         * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9660         (do not keep jit in memory): ... this.
9661         (expect 5): Change it to ...
9662         (expect no 5): ... this.
9663
9664 2015-06-02  Simon Marchi  <simon.marchi@ericsson.com>
9665
9666         PR gdb/15564
9667         * gdb.mi/mi-detach.exp: New file.
9668
9669 2015-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9670
9671         PR symtab/18392
9672         * gdb.arch/amd64-tailcall-self.S: New file.
9673         * gdb.arch/amd64-tailcall-self.c: New file.
9674         * gdb.arch/amd64-tailcall-self.exp: New file.
9675
9676 2015-05-28  Don Breazeal  <donb@codesourcery.com>
9677
9678         * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9679         tests for remote targets by checking is_target_gdbserver.
9680
9681 2015-05-27  Doug Evans  <dje@google.com>
9682
9683         * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9684         * gdb.dwarf2/opaque-type-lookup.c: New file.
9685         * gdb.dwarf2/opaque-type-lookup.exp: New file.
9686
9687 2015-05-26  Doug Evans  <dje@google.com>
9688
9689         * gdb.cp/iostream.cc: New file.
9690         * gdb.cp/iostream.exp: New file.
9691
9692 2015-05-26  Doug Evans  <dje@google.com>
9693
9694         * gdb.dwarf2/dw2-op-call.exp: Update.
9695         * gdb.dwarf2/dw4-sig-types.exp: Update.
9696         * gdb.dwarf2/implptr.exp: Update.
9697         * gdb.mi/mi-cmd-param-changed.exp: Update.
9698
9699 2015-05-26  Doug Evans  <dje@google.com>
9700
9701         * gdb.python/py-lazy-string.c: New file.
9702         * gdb.python/py-lazy-string.exp: New file.
9703         * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9704         (main): Update.  Add estring3.
9705         * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9706         * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9707
9708 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9709             Yao Qi  <yao.qi@linaro.org>
9710
9711         * gdb.reverse/aarch64.c: New.
9712         * gdb.reverse/aarch64.exp: New.
9713
9714 2015-05-26  Omair Javaid  <omair.javaid@linaro.org>
9715
9716         * lib/gdb.exp (supports_process_record): Return true for
9717         aarch64*-linux*.
9718         (supports_reverse): Likewise.
9719
9720 2015-05-22  Patrick Palka  <patrick@parcs.ath.cx>
9721
9722         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9723         Use with_test_prefix.
9724
9725 2015-05-21  Andrew Burgess  <andrew.burgess@embecosm.com>
9726
9727         * gdb.base/completion.exp: Add test for completion of layout
9728         names.
9729
9730 2015-05-20  Andrew Burgess  <andrew.burgess@embecosm.com>
9731
9732         * lib/gdb.exp (skip_tui_tests): New proc.
9733         * gdb.base/tui-layout.exp: Check skip_tui_tests.
9734
9735 2015-05-19  Pedro Alves  <palves@redhat.com>
9736
9737         * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9738         Save the whole env array instead of just HOME.  Unset HISTSIZE in
9739         the environment while testing.  Restore whole environment
9740         afterwards.
9741
9742 2015-05-16  Doug Evans  <xdje42@gmail.com>
9743
9744         * gdb.guile/scm-ports.c: New file.
9745         * gdb.guile/scm-ports.exp: Add memory port tests.
9746
9747 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9748
9749         * gdb.compile/compile-print.c: New file.
9750         * gdb.compile/compile-print.exp: New file.
9751
9752 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9753
9754         * gdb.compile/compile-ops.exp: Cast param to void.
9755         * gdb.compile/compile.exp: Complete type for _gdb_expr.
9756         (compile code struct_object.selffield = &struct_object): Add xfail.
9757
9758 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9759
9760         * gdb.ada/arr_enum_with_gap: New testcase.
9761
9762 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9763
9764         * gdb.ada/byte_packed_arr: New testcase.
9765
9766 2015-05-15  Joel Brobecker  <brobecker@adacore.com>
9767
9768         * gdb.ada/pckd_neg: New testcase.
9769
9770 2015-05-13  Patrick Palka  <patrick@parcs.ath.cx>
9771
9772         PR gdb/17820
9773         * gdb.base/gdbinit-history.exp: New test.
9774         * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9775         * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9776
9777 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
9778
9779         * gdb.python/py-xmethods.cc: Enhance test case.
9780         * gdb.python/py-xmethods.exp: New tests.
9781         * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9782         function.
9783         (B_indexoper): Likewise.
9784         (global_dm_list) : Add new xmethod worker functions.
9785
9786 2015-05-08  Sergio Durigan Junior  <sergiodj@redhat.com>
9787
9788         * gdb.base/coredump-filter.exp: Correctly unset
9789         "coredump_var_addr" array.
9790
9791 2015-05-08  Pedro Alves  <palves@redhat.com>
9792
9793         * gdb.server/non-existing-program.exp: Unset spawn_id.
9794
9795 2015-05-08  Siva Chandra Reddy  <sivachandra@google.com>
9796
9797         PR python/18291
9798         * gdb.python/py-xmethods.exp: Add tests.
9799
9800 2015-05-08  Yao Qi  <yao.qi@linaro.org>
9801
9802         PR gdb/18208
9803         * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9804         * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9805         function set_coredump_filter, and remove remote_exec call.
9806         Remove argument ipid.  Callers update.
9807         (top level): Don't get inferior's PID.
9808
9809 2015-05-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9810
9811         * gdb.base/watch_thread_num.exp: Skip test on targets without
9812         access watchpoints.
9813
9814 2015-05-06  Pedro Alves  <palves@redhat.com>
9815
9816         PR server/18081
9817         * gdb.server/non-existing-program.exp: New file.
9818
9819 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9820
9821         * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
9822
9823 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9824
9825         * gdb.ada/out_of_line_in_inlined: New testcase.
9826
9827 2015-05-05  Joel Brobecker  <brobecker@adacore.com>
9828
9829         * gdb.ada/var_rec_arr: New testcase.
9830
9831 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9832
9833         * gdb.base/break-idempotent.exp: If
9834         skip_hw_watchpoint_multi_tests returns true, skip the tests
9835         on "rwatch" and "awatch".
9836
9837 2015-04-30  Yao Qi  <yao.qi@linaro.org>
9838
9839         * gdb.base/relativedebug.exp: Invoke gdb command
9840         "info sharedlibrary", and if libc.so doesn't have debug info,
9841         skip the test.
9842
9843 2015-04-29  Doug Evans  <dje@google.com>
9844
9845         * gdb.python/py-xmethods.exp: Add ptype tests.
9846         * gdb.python/py-xmethods.py (E_method_char_worker): Add
9847         get_result_type method.
9848
9849 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9850
9851         * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
9852         the target does not support hardware watchpoints.
9853
9854 2015-04-29  Luis Machado  <lgustavo@codesourcery.com>
9855
9856         * gdb.base/break-always.exp: Abort testing if writing to memory
9857         causes an error.
9858
9859 2015-04-28  Doug Evans  <dje@google.com>
9860
9861         * gdb.python/py-pp-maint.py: Move "replace" testing to ...
9862         * gdb.python/py-pp-registration.exp: ... here.  New file.
9863         * gdb.python/py-pp-registration.c: New file.
9864         * gdb.python/py-pp-registration.py: New file.
9865
9866 2015-04-28  Doug Evans  <dje@google.com>
9867
9868         * gdb.python/py-bad-printers.c: New file.
9869         * gdb.python/py-bad-printers.py: New file.
9870         * gdb.python/py-bad-printers.exp: New file.
9871
9872 2015-04-28  Sasha Smundak  <asmundak@google.com>
9873
9874         * gdb.python/py-type.exp: New test.
9875
9876 2015-04-28  Andy Wingo  <wingo@igalia.com>
9877
9878         * gdb.python/py-parameter.exp:
9879         * gdb.guile/scm-parameter.exp: Escape the path that we are
9880         matching against, as it might contain characters that are special
9881         to regular expressions.
9882
9883 2015-04-27  Joel Brobecker  <brobecker@adacore.com>
9884
9885         * gdb.ada/rec_comp: New testcase.
9886
9887 2015-04-26  Sergio Durigan Junior  <sergiodj@redhat.com>
9888
9889         * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
9890         before using it.
9891
9892 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
9893
9894         * gdb.base/dump.exp: Add *.verilog files to all_files list.  Add
9895         new tests for verilog output.
9896
9897 2015-04-24  Yao Qi  <yao.qi@linaro.org>
9898
9899         * boards/remote-gdbserver-on-localhost.exp: New file.
9900
9901 2015-04-23  Pedro Alves  <palves@redhat.com>
9902
9903         * gdb.base/interrupt.exp: Use an indirect spawn id list holding
9904         $inferior_spawn_id instead of $inferior_spawn_id directly.  On
9905         "end of file", remove $inferior_spawn_id from the indirect list.
9906
9907 2015-04-23  Pedro Alves  <palves@redhat.com>
9908
9909         * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
9910
9911 2015-04-23  Pedro Alves  <palves@redhat.com>
9912
9913         * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
9914         on $any_spawn_id instead of only on $gdb_spawn_id.
9915
9916 2015-04-21  Pierre Muller  <muller@sourceware.org>
9917
9918         PR pascal/17815
9919         * lib/pascal.exp (gpc_compile): Add new option "class".
9920         (fpc_compile): Likewise.
9921         * gdb.pascal/case-insensitive-symbols.pas: New file.
9922         * gdb.pascal/case-insensitive-symbols.exp: New file.
9923
9924 2015-04-20  Gary Benson <gbenson@redhat.com>
9925
9926         * gdb.base/attach.exp: Fix three extended remote failures.
9927
9928 2015-04-17  Gary Benson <gbenson@redhat.com>
9929
9930         * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
9931         the main executable over the remote protocol.
9932
9933 2015-04-16  Pedro Alves  <palves@redhat.com>
9934
9935         * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
9936         a new gdbserver if gdbserver_reconnect_p is set.
9937
9938 2015-04-16  Pedro Alves  <palves@redhat.com>
9939
9940         * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
9941         is set, don't exit gdbserver.
9942
9943 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9944
9945         * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
9946         appropriate .insn, such that an older assembler can be used.
9947         * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
9948         the z/Architecture instruction set on 31-bit targets as well.
9949
9950 2015-04-16  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9951
9952         * gdb.go/handcall.exp: Remove all logic related to the first
9953         breakpoint and rely on go_runto_main instead.
9954         * gdb.go/strings.exp: Likewise.
9955         * gdb.go/unsafe.exp: Likewise.
9956         * gdb.go/hello.exp: Likewise.  Also rename the remaining
9957         breakpoint marker to "breakpoint 1".
9958         * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
9959         * gdb.go/strings.go: Likewise.
9960         * gdb.go/unsafe.go: Likewise.
9961         * gdb.go/hello.go: Likewise.  Also remove the second occurrence of
9962         "set breakpoint 2 here" and rename the remaining breakpoint marker
9963         to "breakpoint 1".
9964
9965 2015-04-15  Simon Marchi  <simon.marchi@ericsson.com>
9966
9967         * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
9968         if itertools.imap is not present.
9969         * gdb.python/py-objfile.exp: Add parentheses.
9970         * gdb.python/py-type.exp: Same.
9971         * gdb.python/py-unwind-maint.py: Same.
9972
9973 2015-04-15  Yao Qi  <yao.qi@linaro.org>
9974
9975         * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
9976         of ":$ptr_size" and set its form explicitly.
9977
9978 2015-04-15  Pedro Alves  <palves@redhat.com>
9979             Yao Qi  <yao.qi@linaro.org>
9980
9981         * gdb.base/watch-bitfields.exp (test_watch_location): Increase
9982         timeout by factor of 4.
9983         (test_regular_watch): Likewise.
9984         * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
9985         * gdb.reverse/sigall-reverse.exp: Likewise.
9986         * gdb.reverse/until-precsave.exp: Likewise.
9987         * lib/gdb.exp (with_timeout_factor): New proc.
9988         (gdb_expect): Move some code to ...
9989         (get_largest_timeout): ... here.  New procedure.
9990
9991 2015-04-14  Luis Machado  <lgustavo@codesourcery.com>
9992
9993         * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
9994
9995 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
9996
9997         * gdb.base/bp-permanent.exp (test): Handle the case of being unable
9998         to write to the .text section.
9999
10000 2015-04-13  Luis Machado  <lgustavo@codesourcery.com>
10001
10002         * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10003         Handle the case of targets that do not provide PID information.
10004
10005 2015-04-13  Yao Qi  <yao.qi@linaro.org>
10006
10007         * lib/gdbserver-support.exp (gdb_exit): Catch exception
10008         and use expect instead of gdb_expect.
10009
10010 2015-04-13  Sergio Durigan Junior  <sergiodj@redhat.com>
10011
10012         * gdb.base/coredump-filter.exp: Rename variable "addr" to
10013         "coredump_var_addr" to avoid naming conflict with other testcases.
10014
10015 2015-04-10  Pedro Alves  <palves@redhat.com>
10016
10017         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10018         gdb_test_sequence and gdb_assert.
10019
10020 2015-04-10  Pedro Alves  <palves@redhat.com>
10021
10022         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10023         test messages that don't include the breakpoint address.
10024
10025 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10026
10027         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10028         false for some offset and width combinations which aren't
10029         supported by linux kernel.
10030
10031 2015-04-10  Pedro Alves  <palves@redhat.com>
10032
10033         * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10034         procedure, factored out from ...
10035         (top level): ... here.  Add "set displaced-stepping" testing axis.
10036         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10037         parameter "displaced".  Use it.
10038         (top level): Use foreach and add "set displaced-stepping" testing
10039         axis.
10040
10041 2015-04-10  Pedro Alves  <palves@redhat.com>
10042
10043         * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10044         Remove comment.
10045         * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10046         both the address of the instruction that triggers the watchpoint
10047         and the address of the instruction immediately after, and use
10048         those addresses for the test.  Fix comment.
10049
10050 2015-04-10  Pedro Alves  <palves@redhat.com>
10051
10052         * gdb.base/sigstep.exp (breakpoint_to_handler)
10053         (breakpoint_to_handler_entry): New parameter 'displaced'.  Use it.
10054         Test "backtrace" in handler.
10055         (breakpoint_over_handler): New parameter 'displaced'.  Use it.
10056         (top level): Add new "displaced" test axis to
10057         breakpoint_to_handler, breakpoint_to_handler_entry and
10058         breakpoint_over_handler.
10059
10060 2015-04-10  Pedro Alves  <palves@redhat.com>
10061
10062         PR gdb/18216
10063         * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10064
10065 2015-04-10  Yao Qi  <yao.qi@linaro.org>
10066
10067         * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10068         (test_add_rn_pc): New function.
10069         * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10070         (top level): Invoke test_add_rn_pc.
10071
10072 2015-04-10  Pedro Alves  <palves@redhat.com>
10073
10074         PR gdb/13858
10075         * gdb.base/step-over-no-symbols.exp: New file.
10076
10077 2015-04-09  Andy Wingo  <wingo@igalia.com>
10078
10079         * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10080         after the Python tests.
10081
10082 2015-04-08  Keith Seitz  <keiths@redhat.com>
10083
10084         PR python/16699
10085         * gdb.python/py-completion.exp: New tests for completion.
10086         * gdb.python/py-completion.py (CompleteLimit1): New class.
10087         (CompleteLimit2): Likewise.
10088         (CompleteLimit3): Likewise.
10089         (CompleteLimit4): Likewise.
10090         (CompleteLimit5): Likewise.
10091         (CompleteLimit6): Likewise.
10092         (CompleteLimit7): Likewise.
10093
10094 2015-04-08  Pedro Alves  <palves@redhat.com>
10095
10096         PR gdb/18214
10097         PR gdb/18216
10098         * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10099         function.
10100         (main): Install it as SIGUSR1 handler.
10101         * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10102         parameter.  Always use "setup" as prefix.  Toggle "set
10103         displaced-stepping" off/on depending on global.  Don't switch to
10104         thread 1 here.
10105         (top level): Add displaced stepping "off/on" test axis.  Update
10106         "setup" calls.  Wrap each subtest with with_test_prefix.  Test
10107         continuing with a queued signal in each thread.
10108
10109 2015-04-08  Pedro Alves  <palves@redhat.com>
10110
10111         * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10112         * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd.  Use
10113         gdb_breakpoint instead of gdb_test that doesn't expect anything.
10114         Return early if running to main fails.
10115         * gdb.trace/while-stepping.exp: Likewise.
10116
10117 2015-04-07  Pedro Alves  <palves@redhat.com>
10118
10119         * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10120         $gdb_spawn_id.  Use send_inferior and $inferior_spawn_id to
10121         interact with inferior program.
10122
10123 2015-04-07  Pedro Alves  <palves@redhat.com>
10124
10125         * lib/gdb.exp (inferior_spawn_id): New global.
10126         (gdb_test_multiple): Handle "-i".  Reset the spawn id to GDB's
10127         spawn id after processing the user code.
10128         (default_gdb_start): Set inferior_spawn_id.
10129         (send_inferior): New procedure.
10130         * lib/gdbserver-support.exp (gdbserver_start): Set
10131         inferior_spawn_id.
10132         (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10133
10134 2015-04-07  Pedro Alves  <palves@redhat.com>
10135
10136         * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10137         * lib/gdbserver-support.exp (gdbserver_start): Make
10138         $server_spawn_id global.
10139         (gdbserver_start): Don't wait for gdbserver's spawn id with
10140         expect_background.
10141         (close_gdbserver): New procedure.
10142         (gdb_exit): Rename the default version and reimplement.
10143
10144 2015-04-07  Pedro Alves  <palves@redhat.com>
10145
10146         * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10147         append the substituted item, not the original item.
10148
10149 2015-04-07  Pedro Alves  <palves@redhat.com>
10150
10151         * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10152         gdb_expect.
10153
10154 2015-04-07  Pedro Alves  <palves@redhat.com>
10155
10156         * gdb.base/interrupt.exp: Don't handle the case of the inferior
10157         output appearing once only.
10158
10159 2015-04-07  Pedro Alves  <palves@redhat.com>
10160
10161         * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10162         that doesn't expect anything.  Return early if running to main
10163         fails.
10164
10165 2015-04-07  Yao Qi  <yao.qi@linaro.org>
10166
10167         * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10168         (child_function): Call alarm.
10169         (main): Move call to alarm into the loop.
10170         * gdb.threads/non-stop-fair-events.exp: Build program with
10171         -DTIMEOUT=$timeout.
10172
10173 2015-04-06  Doug Evans  <xdje42@gmail.com>
10174
10175         * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10176         Fix dest parameter to board_info.
10177         (fpc_compile): Ditto.
10178         (gdb_compile_pascal): Rename dest arg to destfile.
10179
10180 2015-04-03  Pierre-Marie de Rodat  <derodat@adacore.com>
10181
10182         * gdb.ada/funcall_ref.exp: New file.
10183         * gdb.ada/funcall_ref/foo.adb: New file.
10184
10185 2015-04-02  Yao Qi  <yao.qi@linaro.org>
10186
10187         * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10188         is remote.
10189
10190 2015-04-02  Gary Benson <gbenson@redhat.com>
10191
10192         * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10193
10194 2015-04-01  Sasha Smundak  <asmundak@google.com>
10195
10196         * gdb.python/py-unwind-maint.c: New file.
10197         * gdb.python/py-unwind-maint.exp: New test.
10198         * gdb.python/py-unwind-maint.py: New file.
10199         * gdb.python/py-unwind.c: New file.
10200         * gdb.python/py-unwind.exp: New test.
10201         * gdb.python/py-unwind.py: New test.
10202
10203 2015-04-01  Pedro Alves  <palves@redhat.com>
10204
10205         * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10206         to fail instead of non-existent $test.
10207
10208 2015-04-01  Pedro Alves  <palves@redhat.com>
10209
10210         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10211         GDBFLAGS if not empty.
10212
10213 2015-04-01  Pierre-Marie de Rodat  <derodat@adacore.com>
10214
10215         * gdb.ada/complete.exp: Remove "multi_line".
10216         * gdb.ada/info_exc.exp: Remove "multi_line".
10217         * gdb.ada/packed_tagged.exp: Remove "multi_line".
10218         * gdb.ada/ptype_field.exp: Remove "multi_line".
10219         * gdb.ada/sym_print_name.exp: Remove "multi_line".
10220         * gdb.ada/tagged.exp: Remove "multi_line".
10221         * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10222         [multi_line ...]
10223         * gdb.btrace/delta.exp: Likewise.
10224         * gdb.btrace/exception.exp: Likewise.
10225         * gdb.btrace/function_call_history.exp: Likewise.
10226         * gdb.btrace/instruction_history.exp: Likewise.
10227         * gdb.btrace/nohist.exp: Likewise.
10228         * gdb.btrace/record_goto.exp: Likewise.
10229         * gdb.btrace/segv.exp: Likewise.
10230         * gdb.btrace/stepi.exp: Likewise.
10231         * gdb.btrace/tailcall.exp: Likewise.
10232         * gdb.btrace/unknown_functions.exp: Likewise.
10233         * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10234         * lib/gdb.exp: Add the "multi_line" helper.
10235
10236 2015-04-01  Pedro Alves  <palves@redhat.com>
10237
10238         * gdb.threads/tid-reuse.c: New file.
10239         * gdb.threads/tid-reuse.exp: New file.
10240
10241 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
10242
10243         PR corefiles/16092
10244         * gdb.base/coredump-filter.c: New file.
10245         * gdb.base/coredump-filter.exp: Likewise.
10246
10247 2015-03-27  Petr Machata  <pmachata@redhat.com>
10248
10249         * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10250         (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10251         (Dwarf::assemble): Initialize them.
10252         (Dwarf::lines): New function.
10253
10254 2015-03-26  Jon Turney  <jon.turney@dronecode.org.uk>
10255
10256         * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10257         SYMBOL_PREFIX for x86_64-*-cygwin.
10258
10259 2015-03-26  Andy Wingo  <wingo@igalia.com>
10260
10261         PR symtab/18148
10262         * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10263         const_value but not a location.
10264         * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10265         location defined in non-main CUs are visible.
10266
10267 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10268
10269         PR testsuite/18139
10270         * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10271         Add a line number entry for the same line.
10272         * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10273         Add a line number entry for the same line.
10274
10275 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10276
10277         * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10278         .int 0.
10279         (func): Likewise.  Add .Lfunc_1 label.
10280         Use .Lfunc_1 label.
10281         * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10282         .int 0.
10283         (func): Likewise.
10284         Use .Lfunc_1 label.
10285
10286 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10287
10288         * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10289         Call gdb_compile instead to compile each .s files without debug
10290         information.
10291
10292 2015-03-26  Yao Qi  <yao.qi@linaro.org>
10293
10294         * gdb.base/savedregs.exp (process_saved_regs): Make
10295         "Saved registers:" optional in the pattern.
10296
10297 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10298
10299         * gdb.btrace/next.exp: Merged into step.exp.
10300         * gdb.btrace/finish.exp: Merged into step.exp.
10301         * gdb.btrace/nexti.exp: Merged into stepi.exp.
10302         * gdb.btrace/step.exp: Use record_goto.c as test file.  Avoid using
10303         "record goto" and checking the exact replay position.
10304         * gdb.btrace/stepi.exp: Choose test file based on target.  Do not
10305         check for "Recording format" in "info record" output.
10306         * gdb.btrace/record_goto.exp: Choose test file based on target.
10307         * gdb.btrace/x86-record_goto.S: Renamed into ...
10308         * gdb.btrace/x86_64-record_goto.S: ... this.
10309         * gdb.btrace/i686-record_goto.S: New.
10310         * gdb.btrace/x86-tailcall.S: Renamed into ...
10311         * gdb.btrace/x86_64-tailcall.S: ... this.
10312         * gdb.btrace/i686-tailcall.S: New.
10313         * gdb.btrace/x86-tailcall.c: Renamed into ...
10314         * gdb.btrace/tailcall.c: ... this.  Split "return ++answer" into two
10315         separate statements.  Update test.
10316         * gdb.btrace/delta.exp: Use record_goto.c as test file.
10317         * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10318         * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10319         * gdb.btrace/tailcall.exp: Choose test file based on target.
10320         * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10321
10322 2015-03-25  Markus Metzger  <markus.t.metzger@intel.com>
10323
10324         * gdb.btrace/exception.exp: Increase BTS buffer size.
10325
10326 2015-03-24  Pedro Alves  <palves@redhat.com>
10327
10328         * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10329
10330 2015-03-24  Pedro Alves  <palves@redhat.com>
10331
10332         * gdb.threads/schedlock.exp (test_step): No longer expect that
10333         "set scheduler-locking step" with "next" over a function call runs
10334         threads unlocked.
10335
10336 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10337
10338         * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10339
10340 2015-03-24  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10341
10342         PR breakpoints/16466
10343         * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10344         * gdb.mi/mi-pending.c (thread_func): New function.
10345         (int main): Add threading support required.
10346         * gdb.mi/mi-pending.exp: Add tests for this issue.
10347         * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10348         (pendfunc2): Remove stdio dependency.
10349         * gdb.mi/mi-pendshr2.c: New file.
10350
10351 2015-03-23  Keith Seitz  <keiths@redhat.com>
10352
10353         * gdb.linespec/keywords.c: New file.
10354         * gdb.linespec/keywords.exp: New file.
10355
10356 2015-03-23  Keith Seitz  <keiths@redhat.com>
10357
10358         PR gdb/18021
10359         * gdb.dwarf2/staticvirtual.exp: New test.
10360
10361 2015-03-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10362
10363         * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10364         * README: Remove HP-UX and gdb.hp.
10365         (configuration):
10366         * configure: Regenerate.
10367         * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10368         gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10369         gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10370         gdb.hp/gdb.defects/Makefile.
10371         * gdb.hp/Makefile.in: File deleted.
10372         * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10373         * gdb.hp/gdb.aCC/optimize.c: File deleted.
10374         * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10375         * gdb.hp/gdb.aCC/run.c: File deleted.
10376         * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10377         * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10378         * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10379         * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10380         * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10381         * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10382         * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10383         * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10384         * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10385         * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10386         * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10387         * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10388         * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10389         * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10390         * gdb.hp/gdb.base-hp/reg.s: File deleted.
10391         * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10392         * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10393         * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10394         * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10395         * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10396         * gdb.hp/gdb.compat/Makefile.in: File deleted.
10397         * gdb.hp/gdb.compat/average.c: File deleted.
10398         * gdb.hp/gdb.compat/sum.c: File deleted.
10399         * gdb.hp/gdb.compat/xdb.c: File deleted.
10400         * gdb.hp/gdb.compat/xdb0.c: File deleted.
10401         * gdb.hp/gdb.compat/xdb0.h: File deleted.
10402         * gdb.hp/gdb.compat/xdb1.c: File deleted.
10403         * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10404         * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10405         * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10406         * gdb.hp/gdb.defects/Makefile.in: File deleted.
10407         * gdb.hp/gdb.defects/bs14602.c: File deleted.
10408         * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10409         * gdb.hp/gdb.defects/solib-d.c: File deleted.
10410         * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10411         * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10412         * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10413         * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10414         * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10415         * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10416         * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10417         * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10418         * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10419         * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10420         * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10421         * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10422         * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10423         * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10424         * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10425         * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10426         * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10427         * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10428         * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10429         * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10430         * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10431         * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10432         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10433         * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10434         * gdb.hp/tools/odump: File deleted.
10435
10436 2015-03-19  Pedro Alves  <palves@redhat.com>
10437
10438         * gdb.threads/continue-pending-status.exp (saw_thread_2)
10439         (saw_thread_3): New globals.
10440         (top level): Increment them when an event for the corresponding
10441         thread is seen.
10442         (no thread starvation): New test.
10443
10444 2015-03-19  Pedro Alves  <palves@redhat.com>
10445
10446         * gdb.threads/continue-pending-status.c: New file.
10447         * gdb.threads/continue-pending-status.exp: New file.
10448
10449 2015-03-18  Pedro Alves  <palves@redhat.com>
10450
10451         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10452         Use gdb_is_target_remote instead of is_remote.  Use
10453         gdb_test_multiple instead of gdb_expect.  Exit early if
10454         gdb_test_multiple hits its internal matches.  Tighten stepi tests
10455         expected output.  Fail on exit with any signal, instead of just
10456         SIGILL.
10457
10458 2015-03-18  Yao Qi  <yao.qi@linaro.org>
10459
10460         PR tdep/18107
10461         * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10462         variable.
10463         * gdb.base/catch-syscall.exp: Don't skip it on
10464         aarch64*-*-linux* target.  Remove elements in all_syscalls.
10465         (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10466         target.
10467         (setup_all_syscalls): New proc.
10468
10469 2015-03-16  Yao Qi  <yao.qi@linaro.org>
10470
10471         * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10472         (top level): Skip tests if valid_addr_p returns false for
10473         $cmd1 or $cmd2.
10474
10475 2015-03-11  Andy Wingo  <wingo@igalia.com>
10476
10477         * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10478
10479 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10480
10481         * gdb.base/catch-syscall.exp: Fix typo in comments.
10482
10483 2015-03-11  Yao Qi  <yao.qi@linaro.org>
10484
10485         * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10486
10487 2015-03-09  Pedro Alves  <palves@redhat.com>
10488
10489         * dg-extract-results.py: Delete.
10490
10491 2015-03-09  Pedro Alves  <palves@redhat.com>
10492
10493         Merge dg-extract-results.sh from GCC upstream (r218843).
10494
10495         2014-12-17  Sergio Durigan Junior  <sergiodj@redhat.com>
10496                 * dg-extract-results.sh: Use --text with grep to avoid issues with
10497                 binary files.  Fall back to cat -v, if that doesn't work.
10498
10499 2015-03-05  Pedro Alves  <palves@redhat.com>
10500
10501         * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10502
10503 2015-03-04  Simon Marchi  <simon.marchi@ericsson.com>
10504
10505         * lib/mi-support.exp (mi_expect_interrupt): Accept
10506         alternative event for when in all-stop mode.
10507
10508 2015-03-04  Pedro Alves  <palves@redhat.com>
10509
10510         * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10511
10512 2015-03-04  Mark Kettenis  <kettenis@gnu.org>
10513
10514         * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10515
10516 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10517
10518         * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10519         regexps for GDB's current line display, accept a hex address
10520         preceding the line number.
10521
10522 2015-03-04  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10523
10524         * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10525         the 'arch1' variable for "s390*-linux*" targets.
10526
10527 2015-03-04  Pedro Alves  <palves@redhat.com>
10528
10529         * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10530         (main): Pass missing retval argument to pthread_join call.
10531
10532 2015-03-02  Pedro Alves  <palves@redhat.com>
10533
10534         * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10535         (top level): Call do_test with non-stop as well.
10536
10537 2015-03-02  Pedro Alves  <palves@redhat.com>
10538
10539         * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10540         -1.
10541
10542 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10543
10544         * gdb.arch/s390-vregs.exp: New test.
10545         * gdb.arch/s390-vregs.S: New file.
10546
10547 2015-02-27  Pedro Alves  <palves@redhat.com>
10548
10549         * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10550         call to catch_command_errors.
10551         * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10552         catch_command_errors.
10553
10554 2015-02-27  Pedro Alves  <palves@redhat.com>
10555
10556         * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10557         "true" for boolean result.
10558         * gdb.gdb/selftest.exp (test_with_self): Also accept full
10559         prototype of main.
10560
10561 2015-02-27  Pedro Alves  <palves@redhat.com>
10562
10563         * lib/unbuffer_output.c: New file.
10564         * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10565         (main): Call gdb_unbuffer_output.
10566
10567 2015-02-27  Yao Qi  <yao.qi@linaro.org>
10568
10569         * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10570         target.
10571
10572 2015-02-26  Doug Evans  <dje@google.com>
10573
10574         * gdb.cp/class2.cc (Dbase, D): New classes.
10575         (main): New local delta.
10576         * gdb.cp/class2.exp: Test printing delta.
10577         * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10578         (dynbar): New global.
10579         * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10580
10581 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10582
10583         * gdb.compile/compile-ifunc.c: New file.
10584         * gdb.compile/compile-ifunc.exp: New file.
10585
10586 2015-02-26  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10587
10588         * gdb.base/structs.exp: Check for correct struct on finish.
10589
10590 2015-02-26  Yao Qi  <yao.qi@linaro.org>
10591
10592         * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10593         is zero.
10594
10595 2015-02-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
10596
10597         * gdb.arch/cordic.ko.bz2: New file.
10598         * gdb.arch/cordic.ko.debug.bz2: New file.
10599         * gdb.arch/ppc64-symtab-cordic.exp: New file.
10600
10601 2015-02-25  Yao Qi  <yao.qi@linaro.org>
10602
10603         * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10604         aarch64*-*-* target.
10605
10606 2015-02-23  Pedro Alves  <palves@redhat.com>
10607
10608         * lib/gdb.exp (delete_breakpoints): Rewrite using
10609         gdb_test_multiple.
10610
10611 2015-02-23  Pedro Alves  <palves@redhat.com>
10612
10613         * gdb.base/info-os.c: Include stdlib.h.
10614
10615 2015-02-22  Doug Evans  <xdje42@gmail.com>
10616
10617         PR symtab/17855
10618         * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10619         is read after symbols have been re-read.
10620         * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10621         * gdb.ada/exec_changed/second.adb (Second): Ditto.
10622
10623 2015-02-21  Doug Evans  <dje@google.com>
10624
10625         * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10626
10627 2015-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10628
10629         PR corefiles/17808
10630         * gdb.arch/i386-biarch-core.core.bz2: New file.
10631         * gdb.arch/i386-biarch-core.exp: New file.
10632
10633 2015-02-21  Pedro Alves  <palves@redhat.com>
10634
10635         * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10636         runto_main fails.
10637
10638 2015-02-20  Pedro Alves  <palves@redhat.com>
10639
10640         * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10641         info probes.
10642
10643 2015-02-20  Pedro Alves  <palves@redhat.com>
10644
10645         * gdb.threads/multi-create-ns-info-thr.exp: New file.
10646
10647 2015-02-20  Pedro Alves  <palves@redhat.com>
10648
10649         * gdb.trace/no-attach-trace.exp: Don't run to main.  Do
10650         clean_restart before gdb_target_supports_trace.
10651
10652 2015-02-20  Pedro Alves  <palves@redhat.com>
10653
10654         PR threads/18006
10655         * gdb.threads/clone-thread_db.c: New file.
10656         * gdb.threads/clone-thread_db.exp: New file.
10657
10658 2015-02-19  Antoine Tremblay  <antoine.tremblay@ericsson.com>
10659
10660         PR breakpoints/16812
10661         * gdb.base/catch-gdb-caused-signals.c: New file.
10662         * gdb.base/catch-gdb-caused-signals.exp: New file.
10663
10664 2015-02-18  Jose E. Marchesi  <jose.marchesi@oracle.com>
10665
10666         * configure: Regenerated.
10667         * configure.ac: Use GDB_AC_TRANSFORM.
10668         * aclocal.m4: sinclude ../transform.m4.
10669
10670 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10671
10672         * lib/dtrace.exp: New file.
10673         * gdb.base/dtrace-probe.exp: Likewise.
10674         * gdb.base/dtrace-probe.d: Likewise.
10675         * gdb.base/dtrace-probe.c: Likewise.
10676         * lib/pdtrace.in: Likewise.
10677         * configure.ac: Output variables with the transformed names of
10678         the strip, readelf, as and nm tools.  AC_SUBST lib/pdtrace.in.
10679         * configure: Regenerated.
10680
10681 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
10682
10683         * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10684         expected message when trying to access $_probe_* convenience
10685         variables while not on a probe.
10686
10687 2015-02-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10688
10689         * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10690
10691 2015-02-11  Pedro Alves  <pedro@codesourcery.com>
10692
10693         * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10694         * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10695
10696 2015-02-10  Doug Evans  <xdje42@gmail.com>
10697
10698         * lib/gdb.exp (gdb_load): Always return a result.
10699
10700 2015-02-10  Pedro Alves  <palves@redhat.com>
10701
10702         * gdb.threads/signal-sigtrap.c: New file.
10703         * gdb.threads/signal-sigtrap.exp: New file.
10704
10705 2015-02-10  Antoine Tremblay <antoine.tremblay@ericsson.com>
10706
10707         * gdb.trace/no-attach-trace.c: New file.
10708         * gdb.trace/no-attach-trace.exp: New file.
10709
10710 2015-02-09  Mark Wielaard  <mjw@redhat.com>
10711
10712         * gdb.dwarf2/atomic.c: New file.
10713         * gdb.dwarf2/atomic-type.exp: Likewise.
10714
10715 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10716
10717         * gdb.btrace/buffer-size.exp: Update "info record" output.
10718         * gdb.btrace/delta.exp: Update "info record" output.
10719         * gdb.btrace/enable.exp: Update "info record" output.
10720         * gdb.btrace/finish.exp: Update "info record" output.
10721         * gdb.btrace/instruction_history.exp: Update "info record" output.
10722         * gdb.btrace/next.exp: Update "info record" output.
10723         * gdb.btrace/nexti.exp: Update "info record" output.
10724         * gdb.btrace/step.exp: Update "info record" output.
10725         * gdb.btrace/stepi.exp: Update "info record" output.
10726         * gdb.btrace/nohist.exp: Update "info record" output.
10727
10728 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10729
10730         * gdb.btrace/buffer-size: New.
10731
10732 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
10733
10734         * gdb.btrace/delta.exp: Update "info record" output.
10735         * gdb.btrace/enable.exp: Update "info record" output.
10736         * gdb.btrace/finish.exp: Update "info record" output.
10737         * gdb.btrace/instruction_history.exp: Update "info record" output.
10738         * gdb.btrace/next.exp: Update "info record" output.
10739         * gdb.btrace/nexti.exp: Update "info record" output.
10740         * gdb.btrace/step.exp: Update "info record" output.
10741         * gdb.btrace/stepi.exp: Update "info record" output.
10742         * gdb.btrace/nohist.exp: Update "info record" output.
10743
10744 2015-02-06  Simon Marchi  <simon.marchi@ericsson.com>
10745
10746         PR gdb/15678
10747         * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10748
10749 2015-02-06  Pedro Alves  <palves@redhat.com>
10750
10751         * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10752         macro.
10753         (seconds_left, again): New globals.
10754         (main): Wait seconds_left in a 1-second sleep loop instead of
10755         sleeping 180 seconds.  If 'again' is set, reset the seconds
10756         counter.
10757         * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10758         'again' in the inferior before detaching.  Print the seconds left.
10759         (options): New global.
10760         (top level): Build program with -DTIMEOUT=$timeout.
10761
10762 2015-02-06  Pedro Alves  <palves@redhat.com>
10763
10764         * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10765         determine how many seconds to pass to 'alarm'.
10766         * gdb.base/gdb-sigterm.exp (top level): Build program with
10767         -DTIMEOUT=$timeout.
10768         (do_test): Return success/failure indication.  Add more verbose
10769         logging.  Don't fail if 200 single steps are seen.  Instead, fail
10770         when the test times out.
10771         (passes): New global.
10772         (top level): Break the testing loop if testing fails on any
10773         iteration.  Use gdb_assert.
10774
10775 2015-02-04  Don Breazeal  <donb@codesourcery.com>
10776
10777         * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10778         and initialize them.
10779         (ipc_cleanup): New function.
10780         (main): Don't declare shmid, semid, and msqid.  Add a call to
10781         atexit so that we call ipc_cleanup on exit.
10782
10783 2015-02-04  Pedro Alves  <palves@redhat.com>
10784
10785         * boards/native-extended-gdbserver.exp: Remove any target variant
10786         specifications from the board name before clearing the isremote
10787         flag from board_info.
10788
10789 2015-01-31  Doug Evans  <xdje42@gmail.com>
10790
10791         * gdb.base/maint.exp <maint print type argc>: Update expected output.
10792
10793 2015-01-31  Gary Benson <gbenson@redhat.com>
10794
10795         * gdb.base/completion.exp: Disable completion limiting for
10796         existing tests.  Add new tests to check completion limiting.
10797         * gdb.linespec/ls-errs.exp: Disable completion limiting.
10798
10799 2015-01-31  Doug Evans  <xdje42@gmail.com>
10800
10801         * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10802
10803 2015-01-31  Doug Evans  <xdje42@gmail.com>
10804
10805         * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10806         entries.  Duplicate file section script entries.
10807         * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
10808         inlined entries.  Add test for safe-path rejection.
10809         * gdb.python/py-section-script.c: Add duplicate inlined section script
10810         entries.  Duplicate file section script entries.
10811         * gdb.python/py-section-script.exp: Add tests for duplicate entries,
10812         inlined entries.  Add test for safe-path rejection.
10813
10814 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10815
10816         * gdb.ada/disc_arr_bound: New testcase.
10817
10818 2015-01-29  Joel Brobecker  <brobecker@adacore.com>
10819
10820         * gdb.ada/mi_var_array: New testcase.
10821
10822 2015-01-27  Doug Evans  <dje@google.com>
10823
10824         * gdb.python/py-objfile.exp: Add tests for objfile.username.
10825         Add test for objfile.filename, objfile.username after objfile
10826         has been unloaded.
10827
10828 2015-01-26  Joel Brobecker  <brobecker@adacore.com>
10829
10830         * gdb.python/py-lookup-type.exp (test_lookup_type): Change
10831         the second test to print the name attribute of value
10832         returned by the call to gdb.lookup_type, and adjust
10833         the expected output accordingly.
10834
10835 2015-01-25  Mark Wielaard  <mjw@redhat.com>
10836
10837         * gdb.arch/i386-bp_permanent.c (standard): New declaration.
10838         * gdb.base/disp-step-fork.c: Include unistd.h.
10839         * gdb.base/siginfo-obj.c: Include stdio.h.
10840         * gdb.base/siginfo-thread.c: Likewise.
10841         * gdb.mi/non-stop.c: Include unistd.h.
10842         * gdb.mi/nsthrexec.c: Include stdio.h.
10843         * gdb.mi/pthreads.c: Include unistd.h.
10844         * gdb.modula2/unbounded1.c (main): Declare returns int.
10845         * gdb.reverse/consecutive-reverse.c: Likewise.
10846         * gdb.threads/create-fail.c: Include unistd.h.
10847         * gdb.threads/killed.c: Likewise.
10848         * gdb.threads/linux-dp.c: Likewise.
10849         * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
10850         * gdb.threads/non-ldr-exc-2.c: Likewise.
10851         * gdb.threads/non-ldr-exc-3.c: Likewise.
10852         * gdb.threads/non-ldr-exc-4.c: Likewise.
10853         * gdb.threads/pthreads.c: Include unistd.h.
10854         (main): Declare returns int.
10855         * gdb.threads/tls-main.c (foo): New declaration.
10856         * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
10857
10858 2015-01-23  Simon Marchi  <simon.marchi@ericsson.com>
10859
10860         * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
10861         * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
10862
10863 2015-01-15  Mark Wielaard  <mjw@redhat.com>
10864
10865         * gdb.base/noreturn-return.c: New file.
10866         * gdb.base/noreturn-return.exp: New file.
10867         * gdb.base/noreturn-finish.c: New file.
10868         * gdb.base/noreturn-finish.exp: New file.
10869
10870 2015-01-23  Pedro Alves  <palves@redhat.com>
10871
10872         * gdb.threads/continue-pending-after-query.c: New file.
10873         * gdb.threads/continue-pending-after-query.exp: New file.
10874
10875 2015-01-22  Anders Granlund  <anders.granlund@ericsson.com>
10876             Simon Marchi  <simon.marchi@ericsson.com>
10877
10878         * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
10879         * gdb.base/valgrind-db-attach.exp: Same.
10880         * gdb.base/valgrind-infcall.exp: Same.
10881         * lib/mi-support.exp (default_mi_gdb_start): Same.
10882         * lib/prompt.exp (default_prompt_gdb_start): Same.
10883         * lib/gdb.exp (default_gdb_spawn): Same.
10884         (gdb_interact): New.
10885
10886
10887 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10888
10889         * gdb.compile/compile.exp (pointer to jit function): New test.
10890
10891 2015-01-17  Wei-cheng Wang  <cole945@gmail.com>
10892
10893         * lib/gdb.exp (supports_process_record): Return true for
10894         powerpc*-*-linux*.
10895         (supports_reverse): Likewise.
10896
10897 2015-01-15  Don Breazeal  <donb@codesourcery.com>
10898
10899         * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
10900         instead of checking whether the target board is remote and
10901         use spawn_wait_for_attach instead of exec/sleep.
10902         * gdb.base/attach-twice.exp: Likewise.
10903
10904 2015-01-15  Joel Brobecker  <brobecker@adacore.com>
10905
10906         * gdb.ada/var_arr_attrs: New testcase.
10907
10908 2015-01-14  Pedro Alves  <palves@redhat.com>
10909             Joel Brobecker  <brobecker@adacore.com>
10910
10911         PR gdb/17525
10912         * gdb.base/bp-cmds-execution-x-script.c: New file.
10913         * gdb.base/bp-cmds-execution-x-script.exp: New file.
10914         * gdb.base/bp-cmds-execution-x-script.gdb: New file.
10915
10916 2015-01-14  Pedro Alves  <palves@redhat.com>
10917
10918         PR cli/17828
10919         * gdb.base/batch-preserve-term-settings.c: New file.
10920         * gdb.base/batch-preserve-term-settings.exp: New file.
10921
10922 2015-01-13  Doug Evans  <dje@google.com>
10923
10924         * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
10925         binary.
10926
10927 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10928
10929         * Makefile.in (clean mostlyclean): Do not delete *.py.
10930
10931 2015-01-13  Joel Brobecker  <brobecker@adacore.com>
10932
10933         * gdb.python/py-lookup-type.exp: New file.
10934
10935 2015-01-12  Pedro Alves  <palves@redhat.com>
10936
10937         * gdb.python/py-prompt.exp: When the board can't spawn for attach,
10938         restore GDBFLAGS before returning.
10939
10940 2015-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10941
10942         * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
10943         is_amd64_regs_target and is_x86_like_target.
10944
10945 2015-01-11  Doug Evans  <xdje42@gmail.com>
10946
10947         * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
10948         is given without an explicit form.
10949         * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
10950         attributes.
10951         * gdb.dwarf/corrupt.exp: Ditto.
10952         * gdb.dwarf2/enum-type.exp: Ditto.
10953         * gdb.trace/entry-values.exp: Ditto.
10954         * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
10955
10956 2015-01-11  Doug Evans  <xdje42@gmail.com>
10957
10958         PR gdb/15830
10959         * gdb.base/maint.exp: Remove references to "maint demangle".
10960         * gdb.cp/demangle.exp: Update.  "maint demangle" -> "demangle".
10961         Add tests for explicitly specifying language to demangle.
10962         * gdb.dlang/demangle.exp: Ditto.
10963
10964 2015-01-09  Pedro Alves  <palves@redhat.com>
10965
10966         * gdb.threads/non-stop-fair-events.c: New file.
10967         * gdb.threads/non-stop-fair-events.exp: New file.
10968
10969 2015-01-09  Pedro Alves  <palves@redhat.com>
10970
10971         * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
10972         the global scope.  Set a breakpoint after all threads are started
10973         rather than stepping over two source lines.  Expect the prompt.
10974         * gdb.base/watch_thread_num.c (threads_started_barrier): New
10975         global.
10976         (NUM): Now 15.
10977         (main): Use threads_started_barrier to wait for all threads to
10978         start.  Main thread no longer calls thread_function.  Exit after
10979         180 seconds.
10980         (loop): New function.
10981         (thread_function): Wait on threads_started_barrier barrier.  Call
10982         'loop' at each iteration.
10983         * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
10984         threads have started, instead of hardcoding number of "next"
10985         steps.  Use an access watchpoint instead of a write watchpoint.
10986
10987 2015-01-09  Pedro Alves  <palves@redhat.com>
10988
10989         * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
10990         (thread_func): Wait on barrier.
10991         (main): Wait for all threads to start before stopping GDB.
10992         * gdb.threads/siginfo-threads.c (threads_started_barrier): New
10993         global.
10994         (thread1_func, thread2_func): Wait on barrier.
10995         (main): Wait for all threads to start before stopping GDB.
10996         * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
10997         New global.
10998         (thread1_func, thread2_func): Wait on barrier.
10999         (main): Wait for all threads to start before stopping GDB.
11000
11001 2015-01-09  Pedro Alves  <palves@redhat.com>
11002
11003         * gdb.threads/attach-many-short-lived-threads.c: New file.
11004         * gdb.threads/attach-many-short-lived-threads.exp: New file.
11005
11006 2014-01-09  Pedro Alves  <palves@redhat.com>
11007
11008         * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11009         instead of to thread 2.
11010         * gdb.threads/signal-command-multiple-signals-pending.c (main):
11011         Add barrier around each pthread_create call instead of around all
11012         calls.
11013         * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11014         Set a break on thread_function and have the child threads hit it
11015         one at at a time.
11016
11017 2015-01-09  Pedro Alves  <palves@redhat.com>
11018
11019         * lib/gdb.exp (can_spawn_for_attach): New procedure.
11020         (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11021         false.
11022         * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11023         checking whether the target board is remote.
11024         * gdb.multi/multi-attach.exp: Likewise.
11025         * gdb.python/py-sync-interp.exp: Likewise.
11026         * gdb.server/ext-attach.exp: Likewise.
11027         * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11028         tests that need to attach, instead of checking whether the target
11029         board is remote at the top of the file.
11030
11031 2015-01-08  Yao Qi  <yao@codesourcery.com>
11032
11033         * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11034
11035 2015-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11036
11037         Fix testcase compilation.
11038         * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11039
11040 2015-01-06  Joel Brobecker  <brobecker@adacore.com>
11041
11042         * gdb.python/py-type.exp: Add a couple test about empty
11043         array creation, and negative-length array creation.
11044
11045 2015-01-02  Doug Evans  <xdje42@gmail.com>
11046
11047         * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11048
11049 2015-01-02  Doug Evans  <dje@google.com>
11050
11051         * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11052
11053 2014-12-29  Yao Qi  <yao@codesourcery.com>
11054
11055         * gdb.trace/entry-values.exp: Update comments.  Rename variable
11056         bar_call_foo to returned_from_foo.
11057
11058 2014-12-20  Mihail-Marian Nistor  <mihail.nistor@freescale.com>
11059
11060         PR gdb/17394
11061         * gdb.linespec/break-asm-file.c: New file.
11062         * gdb.linespec/break-asm-file.exp: New file.
11063         * gdb.linespec/break-asm-file0.s: New file.
11064         * gdb.linespec/break-asm-file1.s: New file.
11065
11066 2014-12-18  Nigel Stephens  <nigel@mips.com>
11067             Maciej W. Rozycki  <macro@codesourcery.com>
11068
11069         * gdb.base/float.exp: Handle the new output from "info float" on
11070         MIPS targets.
11071
11072 2014-12-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11073
11074         Fix MinGW compilation.
11075         * gdb.compile/compile-ops.exp: Update untested message if
11076         !skip_compile_feature_tests.
11077         * gdb.compile/compile-setjmp.exp: Likewise.
11078         * gdb.compile/compile-tls.exp: Likewise.
11079         * gdb.compile/compile.exp: Likewise.
11080         * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11081         supported on this host".
11082
11083 2014-12-16  Doug Evans  <xdje42@gmail.com>
11084
11085         * boards/stabs.exp: New file.
11086
11087 2014-12-16  Andreas Arnez  <arnez@vnet.linux.ibm.com>
11088
11089         * gdb.base/completion.exp: Adjust to format changes of "maint
11090         print user-registers".
11091
11092 2014-12-16  Catalin Udma  <catalin.udma@freescale.com>
11093
11094         PR server/17457
11095         * gdb.arch/aarch64-fp.c: New file.
11096         * gdb.arch/aarch64-fp.exp: New file.
11097
11098 2014-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
11099
11100         Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11101         r210637, r210913, r211666, r215400, r215817).
11102
11103         2014-05-08  Richard Sandiford  <rdsandiford@googlemail.com>
11104                 * dg-extract-results.py: New file.
11105                 * dg-extract-results.sh: Use it if the environment seems
11106                 suitable.
11107
11108         2014-05-20  Richard Sandiford  <rdsandiford@googlemail.com>
11109
11110                 * dg-extract-results.py (parse_run): Handle warnings that
11111                 are printed before a test harness is run.
11112
11113         2014-05-25  Richard Sandiford  <rdsandiford@googlemail.com>
11114
11115                 * dg-extract-results.py (Named): Remove __cmp__ method.
11116                 (output_variation): Use a key to sort variation.harnesses.
11117
11118         2014-06-14  Richard Sandiford  <rdsandiford@googlemail.com>
11119
11120                 * dg-extract-results.py: For Python 3, force sys.stdout to
11121                 handle surrogate escape sequences.
11122                 (safe_open): New function.
11123                 (output_segment, main): Use it.
11124
11125         2014-09-19  Segher Boessenkool  <segher@kernel.crashing.org>
11126
11127                 * dg-extract-results.py (Prog.result_re): Include options
11128                 in test name.
11129
11130         2014-10-02  Segher Boessenkool  <segher@kernel.crashing.org>
11131
11132                 * dg-extract-results.py (output_variation): Always sort if
11133                 do_sum.
11134
11135 2014-12-15  Simon Marchi  <simon.marchi@ericsson.com>
11136
11137         * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11138         as long as we get pagination notifications.
11139
11140 2014-12-15  Jason Merrill  <jason@redhat.com>
11141
11142         * Makefile.in (check-gdb.%): Restore.
11143         * README: Mention it.
11144
11145 2014-12-13  Joel Brobecker  <brobecker@adacore.com>
11146
11147         * gdb.ada/str_uninit: New testcase.
11148
11149 2014-12-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11150
11151         PR symtab/17642
11152         * gdb.base/vla-stub-define.c: New file.
11153         * gdb.base/vla-stub.c: New file.
11154         * gdb.base/vla-stub.exp: New file.
11155
11156 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
11157             Jan Kratochvil  <jan.kratochvil@redhat.com>
11158             Tom Tromey  <tromey@redhat.com>
11159
11160         * configure.ac: Add gdb.compile/.
11161         * configure: Regenerate.
11162         * gdb.compile/Makefile.in: New file.
11163         * gdb.compile/compile-ops.exp: New file.
11164         * gdb.compile/compile-ops.c: New file.
11165         * gdb.compile/compile-tls.c: New file.
11166         * gdb.compile/compile-tls.exp: New file.
11167         * gdb.compile/compile-constvar.S: New file.
11168         * gdb.compile/compile-constvar.c: New file.
11169         * gdb.compile/compile-mod.c: New file.
11170         * gdb.compile/compile-nodebug.c: New file.
11171         * gdb.compile/compile-setjmp-mod.c: New file.
11172         * gdb.compile/compile-setjmp.c: New file.
11173         * gdb.compile/compile-setjmp.exp: New file.
11174         * gdb.compile/compile-shlib.c: New file.
11175         * gdb.compile/compile.c: New file.
11176         * gdb.compile/compile.exp: New file.
11177         * lib/gdb.exp (skip_compile_feature_tests): New proc.
11178
11179 2014-12-12  Tom Tromey  <tromey@redhat.com>
11180
11181         * lib/dwarf.exp (_location): Ignore blank lines.  Allow comments.
11182         Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11183
11184 2014-12-12  Doug Evans  <dje@google.com>
11185
11186         * lib/gdb-python.exp (get_python_valueof): New function.
11187         * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11188
11189 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11190
11191         * gdb.base/completion.exp: Add test for completion of "info
11192         registers ".
11193
11194 2014-12-12  Maciej W. Rozycki  <macro@codesourcery.com>
11195
11196         * gdb.base/func-ptrs.c: New file.
11197         * gdb.base/func-ptrs.exp: New file.
11198
11199 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11200
11201         PR breakpoints/17012
11202         * gdb.base/dprintf-detach.c: New file.
11203         * gdb.base/dprintf-detach.exp: New file.
11204
11205 2014-12-10  Simon Marchi  <simon.marchi@ericsson.com>
11206
11207         * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11208         * lib/gdb.exp (target_is_gdbserver): New procedure.
11209
11210 2014-12-08  Doug Evans  <dje@google.com>
11211
11212         * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11213
11214 2014-12-05  Yao Qi  <yao@codesourcery.com>
11215
11216         * gdb.guile/scm-error.exp: Remove the third argument to
11217         gdb_remote_download.
11218         * gdb.guile/scm-frame-args.exp: Likewise.
11219         * gdb.guile/scm-section-script.exp: Likewise.
11220
11221 2014-12-05  Yao Qi  <yao@codesourcery.com>
11222
11223         * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11224
11225 2014-12-04  Doug Evans  <dje@google.com>
11226
11227         * gdb.python/py-objfile.exp: Add tests for
11228         objfile.add_separate_debug_file.
11229
11230 2014-12-04  Doug Evans  <dje@google.com>
11231
11232         * lib/gdb.exp (get_build_id): New function.
11233         (build_id_debug_filename_get): Rewrite to use it.
11234         * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11235
11236 2014-12-04  Maciej W. Rozycki  <macro@codesourcery.com>
11237
11238         * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11239         `method(long)', not just 0x0.
11240         * gdb.cp/nsalias.exp: Align code labels to 4.
11241         * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11242         * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11243         * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11244         * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11245         (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11246         * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11247
11248 2014-12-02  Doug Evans  <dje@google.com>
11249
11250         PR symtab/17602
11251         * gdb.cp/anon-ns.cc: Move guts of this file to ...
11252         * gdb.cp/anon-ns2.cc: ... here.  New file.
11253         * gdb.cp/anon-ns.exp: Update.
11254
11255 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
11256
11257         * gdb.python/py-events.py (inferior_call_handler): New.
11258         (register_changed_handler, memory_changed_handler): New.
11259         (test_events.invoke): Register new handlers.
11260         * gdb.python/py-events.exp: Add tests for inferior call,
11261         memory_changed and register_changed events.
11262
11263 2014-12-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11264
11265         * gdb.base/execl-update-breakpoints.exp: Specify the link address
11266         with '-Ttext-segment' instead of '-Ttext'.  Fall back to '-Ttext'
11267         if the linker doesn't understand this.
11268
11269 2014-12-01  Simon Marchi  <simon.marchi@ericsson.com>
11270
11271         * gdb.python/python.exp: Change expected reply to help().
11272
11273 2014-12-01  Yao Qi  <yao@codesourcery.com>
11274
11275         * configure.ac: Remove AC_ARG_ENABLE for gdbtk.  Don't invoke
11276         AC_CONFIG_SUBDIRS(gdb.gdbtk).
11277         * configure: Re-generated.
11278
11279 2014-11-28  Siva Chandra Reddy  <sivachandra@google.com>
11280
11281         * gdb.cp/chained-calls.cc: New file.
11282         * gdb.cp/chained-calls.exp: New file.
11283         * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11284
11285 2014-11-28  Simon Marchi  <simon.marchi@ericsson.com>
11286
11287         * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11288         * gdb.dwarf2/symtab-producer.exp: Same.
11289         * gdb.gdb/python-interrupts.exp: Same.
11290         * gdb.gdb/python-selftest.exp: Same.
11291         * gdb.python/py-linetable.exp: Same.
11292         * gdb.python/py-type.exp: Same.
11293         * gdb.python/py-value-cc.exp: Same.
11294         * gdb.python/py-value.exp: Same.
11295
11296 2014-11-28  Yao Qi  <yao@codesourcery.com>
11297
11298         * gdb.base/break-probes.exp: Match library name prefixed with
11299         sysroot.
11300
11301 2014-11-27  Simon Marchi  <simon.marchi@ericsson.com>
11302
11303         * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11304         test expected output.  Add parentheses for the call to print.
11305         Remove L suffix from integers.
11306
11307 2014-11-26  Doug Evans  <dje@google.com>
11308
11309         * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11310
11311 2014-11-22  Yao Qi  <yao@codesourcery.com>
11312
11313         * gdb.trace/entry-values.c: Remove asms.
11314         (foo): Add foo_label.
11315         (bar): Add bar_label.
11316         * gdb.trace/entry-values.exp: Remove code computing  foo's
11317         length and bar's length.
11318         (Dwarf::assemble): Invoke function_range for bar and use
11319         MACRO_AT_func for foo.
11320
11321 2014-11-22  Yao Qi  <yao@codesourcery.com>
11322
11323         * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11324         and .Lgcc43_procstart.  Use .Lgcc42_procstart instead of gcc42.
11325         Use .Lgcc43_procstart instead of gcc43.
11326
11327 2014-11-21  Joel Brobecker  <brobecker@adacore.com>
11328
11329         * gdb.ada/n_arr_bound: New testcase.
11330
11331 2014-11-20  Sergio Durigan Junior  <sergiodj@redhat.com>
11332
11333         PR breakpoints/10737
11334         * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11335         test_catch_syscall_multi_arch.
11336         (test_catch_syscall_multi_arch): New function.
11337
11338 2014-11-20  Doug Evans  <xdje42@gmail.com>
11339
11340         * gdb.base/maint.exp: Update expected output.
11341
11342 2014-11-19  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11343
11344         * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11345         4-byte instruction on S390.
11346
11347 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11348
11349         * gdb.ada/arr_arr: New testcase.
11350
11351 2014-11-19  Joel Brobecker  <brobecker@adacore.com>
11352
11353         * gdb.ada/pkd_arr_elem: New Testcase.
11354
11355 2014-11-18  Luis Machado  <lgustavo@codesourcery.com>
11356
11357         * gdb.reverse/break-precsave: Expect completion message for
11358         core file reads.
11359         * gdb.reverse/consecutive-precsave.exp: Likewise.
11360         * gdb.reverse/finish-precsave.exp: Likewise.
11361         * gdb.reverse/i386-precsave.exp: Likewise.
11362         * gdb.reverse/machinestate-precsave.exp: Likewise.
11363         * gdb.reverse/sigall-precsave.exp: Likewise.
11364         * gdb.reverse/solib-precsave.exp: Likewise.
11365         * gdb.reverse/step-precsave.exp: Likewise.
11366         * gdb.reverse/until-precsave.exp: Likewise.
11367         * gdb.reverse/watch-precsave.exp: Likewise.
11368
11369 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11370
11371         * gdb.base/bp-permanent.c: Include unistd.h.
11372         * gdb.python/py-framefilter-mi.c (main): Add return type.
11373         * gdb.python/py-framefilter.c (main): Likewise.
11374         * gdb.trace/actions-changed.c (main): Likewise.
11375
11376 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11377
11378         * gdb.mi/until.c: Add eye-catchers.
11379         * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11380         line numbers.
11381
11382 2014-11-17  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11383
11384         * gdb.base/condbreak.exp: Drop references to removed non-prototype
11385         function header variants in break1.c.
11386         * gdb.base/ena-dis-br.exp: Likewise.
11387         * gdb.base/hbreak2.exp: Likewise.
11388         * gdb.reverse/until-precsave.exp: Drop references to removed
11389         non-prototype function header variants in ur1.c.
11390         * gdb.reverse/until-reverse.exp: Likewise.
11391
11392 2014-11-17  Petr Machata  <pmachata@redhat.com>
11393
11394         * lib/dwarf.exp  (Dwarf::cu, Dwarf::tu): Emit
11395         ${_cu_offset_size} bytes abbrev offset.
11396
11397 2014-11-15  Doug Evans  <xdje42@gmail.com>
11398
11399         PR symtab/17559
11400         * gdb.base/line-symtabs.exp: New file.
11401         * gdb.base/line-symtabs.c: New file.
11402         * gdb.base/line-symtabs.h: New file.
11403
11404 2014-11-14  Yao Qi  <yao@codesourcery.com>
11405
11406         * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11407         (func): Add label func_label.
11408         * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11409         Replace low_pc and high_pc with MACRO_AT_range.
11410         Replace name, low_pc and high_pc with MACRO_AT_func.
11411
11412 2014-11-14  Yao Qi  <yao@codesourcery.com>
11413
11414         * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11415         Replace name, low_pc and high_pc with MACRO_AT_func.
11416
11417 2014-11-14  Yao Qi  <yao@codesourcery.com>
11418
11419         * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11420         produce debug information.
11421         * gdb.dwarf2/implptr-optimized-out.S: Removed.
11422
11423 2014-11-14  Yao Qi  <yao@codesourcery.com>
11424
11425         * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11426         object and get function length.
11427         (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11428         with MACRO_AT_func.
11429         (top-level): Replace gdb_compile and clean_restart with
11430         prepare_for_testing.
11431         * gdb.dwarf2/main.c (main): Add label main_label.
11432
11433 2014-11-14  Yao Qi  <yao@codesourcery.com>
11434
11435         * lib/dwarf.exp (function_range): New procedure.
11436         (Dwarf::_handle_macro_at_func): New procedure.
11437         (Dwarf::_handle_macro_at_range): New procedure.
11438         (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11439
11440 2014-11-14  Yao Qi  <yao@codesourcery.com>
11441
11442         * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11443         (_handle_attribute): New procedure.
11444
11445 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11446
11447         * gdb.ada/cond_lang/foo.c (callme): Add return type.
11448         * gdb.base/call-sc.c (zed): Likewise.
11449         * gdb.base/checkpoint.c (main): Likewise.
11450         * gdb.base/dump.c (main): Likewise.
11451         * gdb.base/gcore.c (main): Likewise.
11452         * gdb.base/huge.c (main): Likewise.
11453         * gdb.base/multi-forks.c (main): Likewise.
11454         * gdb.base/pr10179-a.c (main): Likewise.
11455         * gdb.base/savedregs.c (main): Likewise.
11456         * gdb.base/sigaltstack.c (main): Likewise.
11457         * gdb.base/siginfo.c (main): Likewise.
11458         * gdb.base/structs.c (zed): Likewise.
11459         * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11460         * gdb.mi/mi-syn-frame.c (main): Likewise.
11461         * gdb.mi/until.c (foo, main): Likewise.
11462         * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11463         * gdb.base/solib-weak.c (foo): Declare.
11464         * gdb.base/attach-twice.c: Include stdio.h.
11465         * gdb.base/weaklib1.c: Likewise.
11466         * gdb.base/weaklib2.c: Likewise.
11467         * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11468         * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11469         unistd.h.
11470         * gdb.base/attach-pie-misread.c: Include stdlib.h.
11471         * gdb.mi/mi-exit-code.c: Likewise.
11472         * gdb.base/break-interp-lib.c: Include string.h.
11473         * gdb.base/coremaker.c: Likewise.
11474         * gdb.base/testenv.c: Likewise.
11475         * gdb.python/py-finish-breakpoint.c: Likewise.
11476         * gdb.base/inferior-died.c: Include sys/wait.h.
11477         * gdb.base/fileio.c: Include time.h.
11478         * gdb.base/async-shell.c: Include unistd.h.
11479         * gdb.base/dprintf-non-stop.c: Likewise.
11480         * gdb.base/info-os.c: Likewise.
11481         * gdb.mi/mi-console.c: Likewise.
11482         * gdb.mi/watch-nonstop.c: Likewise.
11483         * gdb.python/py-events.c: Likewise.
11484         * gdb.base/async.c (baz): Move up before its invocation.
11485         * gdb.base/code_elim2.c (my_global_func): Likewise.
11486         * gdb.base/skip-solib-lib.c (multiply): Likewise.
11487         * gdb.base/advance.c (func2): Likewise.
11488
11489 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11490
11491         * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11492         variant.
11493         * gdb.base/annota3.c: Likewise.
11494         * gdb.base/async.c: Likewise.
11495         * gdb.base/average.c: Likewise.
11496         * gdb.base/call-ar-st.c: Likewise.
11497         * gdb.base/call-rt-st.c: Likewise.
11498         * gdb.base/call-sc.c: Likewise.
11499         * gdb.base/call-strs.c: Likewise.
11500         * gdb.base/ending-run.c: Likewise.
11501         * gdb.base/execd-prog.c: Likewise.
11502         * gdb.base/exprs.c: Likewise.
11503         * gdb.base/foll-exec.c: Likewise.
11504         * gdb.base/foll-fork.c: Likewise.
11505         * gdb.base/foll-vfork.c: Likewise.
11506         * gdb.base/funcargs.c: Likewise.
11507         * gdb.base/gcore.c: Likewise.
11508         * gdb.base/jump.c: Likewise.
11509         * gdb.base/langs0.c: Likewise.
11510         * gdb.base/langs1.c: Likewise.
11511         * gdb.base/langs2.c: Likewise.
11512         * gdb.base/mips_pro.c: Likewise.
11513         * gdb.base/nodebug.c: Likewise.
11514         * gdb.base/opaque0.c: Likewise.
11515         * gdb.base/opaque1.c: Likewise.
11516         * gdb.base/recurse.c: Likewise.
11517         * gdb.base/run.c: Likewise.
11518         * gdb.base/scope0.c: Likewise.
11519         * gdb.base/scope1.c: Likewise.
11520         * gdb.base/setshow.c: Likewise.
11521         * gdb.base/setvar.c: Likewise.
11522         * gdb.base/shmain.c: Likewise.
11523         * gdb.base/shr1.c: Likewise.
11524         * gdb.base/shr2.c: Likewise.
11525         * gdb.base/sigall.c: Likewise.
11526         * gdb.base/signals.c: Likewise.
11527         * gdb.base/so-indr-cl.c: Likewise.
11528         * gdb.base/solib2.c: Likewise.
11529         * gdb.base/structs.c: Likewise.
11530         * gdb.base/sum.c: Likewise.
11531         * gdb.base/vforked-prog.c: Likewise.
11532         * gdb.base/watchpoint.c: Likewise.
11533         * gdb.reverse/shr2.c: Likewise.
11534         * gdb.reverse/until-reverse.c: Likewise.
11535         * gdb.reverse/ur1.c: Likewise.
11536         * gdb.reverse/watch-reverse.c: Likewise.
11537
11538 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11539
11540         * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11541         variant.
11542         * gdb.base/sepdebug.exp: Drop references to removed code.
11543
11544 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11545
11546         * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11547         variant.  Preserve original line numbering.
11548         * gdb.base/list1.c: Likewise.
11549
11550 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11551
11552         * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11553         variant.
11554         * gdb.base/break1.c: Likewise.
11555         * gdb.base/break.exp: Drop references to removed code.
11556
11557 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11558
11559         * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11560         variant.
11561
11562 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11563
11564         * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11565
11566 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11567
11568         * gdb.base/callfuncs.exp: Remove 'prototypes' variable.  Move main
11569         logic into perform_all_tests() and invoke it with and without
11570         function header prototypes.
11571         (do_function_calls): Remove conditional XFAIL for PR 5318.
11572         (rerun_and_prepare): Remove duplicate code.
11573         (perform_all_tests): New.  Main logic moved here.
11574
11575 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11576
11577         * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11578         code guarded by #ifdef NO_PROTOTYPES.
11579         (t_double_many_args): Likewise.
11580         (DEF_FUNC_MANY_ARGS_1): Likewise.
11581         (DEF_FUNC_VALUES_1): Likewise.
11582         (t_structs_ldc): Renamed from t_structs_fc in conditional code
11583         guarded by #ifdef PROTOTYPES.
11584
11585 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11586
11587         * gdb.mi/mi-console.c: Add eye-catcher.
11588         * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11589         instead of literal line number.
11590
11591 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11592
11593         * gdb.base/shr2.c: Add eye-catcher.
11594         * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11595         line number.
11596
11597 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11598
11599         * gdb.base/jump.c: Add eye-catchers.
11600         * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11601         numbers.
11602
11603 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11604
11605         * gdb.base/execd-prog.c: Add eye-catchers.
11606         * gdb.base/foll-exec.c: Likewise.
11607         * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11608         line numbers.
11609
11610 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11611
11612         * gdb.base/ending-run.c: Add eye-catchers.
11613         * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11614         literal line numbers.
11615
11616 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11617
11618         * gdb.base/call-rt-st.c: Add eye-catchers.
11619         * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11620         literal line numbers.
11621
11622 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11623
11624         * gdb.base/call-ar-st.c: Add eye-catchers.
11625         * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11626         literal line numbers.
11627
11628 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11629
11630         * gdb.base/average.c: Add eye-catchers.
11631         * gdb.base/sum.c: Likewise.
11632         * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11633         regexps dynamically.
11634
11635 2014-11-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
11636
11637         * gdb.base/solib1.c: Add eye-catchers.
11638         * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11639         literal line numbers.
11640
11641 2014-11-12  Pedro Alves  <palves@redhat.com>
11642
11643         * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11644         leader has exited.
11645
11646 2014-11-12  Pedro Alves  <palves@redhat.com>
11647
11648         * gdb.arch/i386-bp_permanent.c: New file.
11649         * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11650         (srcfile): Set to i386-bp_permanent.c.
11651         (top level): Adjust to work in both 32-bit and 64-bit modes.  Test
11652         that stepi does not execute the 'leave' instruction, instead of
11653         testing it does execute.
11654         * gdb.base/bp-permanent.c: New file.
11655         * gdb.base/bp-permanent.exp: New file.
11656
11657 2014-11-10  Doug Evans  <xdje42@gmail.com>
11658
11659         PR symtab/17564
11660         * gdb.base/symtab-search-order.exp: New file.
11661         * gdb.base/symtab-search-order.c: New file.
11662         * gdb.base/symtab-search-order-1.c: New file.
11663         * gdb.base/symtab-search-order-shlib-1.c: New file.
11664
11665 2014-11-07  Pedro Alves  <palves@redhat.com>
11666
11667         PR gdb/17511
11668         * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11669         i?86-*-linux*.
11670
11671 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
11672
11673         PR c++/17494
11674         * gdb.cp/pr17494.cc: New file.
11675         * gdb.cp/pr17494.exp: New file.
11676
11677 2014-11-02  Yao Qi  <yao@codesourcery.com>
11678
11679         * gdb.python/python.exp: Get working directory and match the
11680         output of "set extended-prompt \\w " with it.
11681
11682 2014-10-30  Doug Evans  <dje@google.com>
11683
11684         * gdb.python/py-objfile.exp: Add tests for setting random attributes
11685         in objfiles.
11686         * gdb.python/py-progspace.exp: Add tests for setting random attributes
11687         in progspaces.
11688
11689 2014-10-30  Janis Johnson  <janisjo@codesourcery.com>
11690
11691         * gdb.base/fullpath-expand.exp: Skip for a remote host.
11692         * gdb.base/realname-expand.exp: Likewise.
11693         * gdb.linespec/macro-relative.exp: Likewise.
11694
11695 2014-10-29  Pedro Alves  <palves@redhat.com>
11696
11697         PR gdb/17408
11698         * gdb.threads/schedlock.c (some_function): New function.
11699         (call_function): New global.
11700         (MAYBE_CALL_SOME_FUNCTION): New macro.
11701         (thread_function): Call it.
11702         * gdb.threads/schedlock.exp (get_args): Add description parameter,
11703         and use it instead of a global counter.  Adjust all callers.
11704         (get_current_thread): Use "find current thread" for test message
11705         here rather than having all callers pass down the same string.
11706         (goto_loop): New procedure, factored out from ...
11707         (my_continue): ... this.
11708         (step_ten_loops): Change parameter from test message to command to
11709         use.  Adjust.
11710         (list_count): Delete global.
11711         (check_result): New procedure, factored out from duplicate top
11712         level code.
11713         (continue tests): Wrap in with_test_prefix.
11714         (test_step): New procedure, factored out from duplicate top level
11715         code.
11716         (top level): Test "step" in combination with all scheduler-locking
11717         modes.  Test "next" in combination with all scheduler-locking
11718         modes, and in combination with stepping over a function call or
11719         not.
11720         * gdb.threads/next-bp-other-thread.c: New file.
11721         * gdb.threads/next-bp-other-thread.exp: New file.
11722
11723 2014-10-29  Pedro Alves  <palves@redhat.com>
11724
11725         PR python/17372
11726         * gdb.python/python.exp: Test a multi-line command that spawns
11727         interactive Python.
11728         * gdb.base/multi-line-starts-subshell.exp: New file.
11729
11730 2014-10-29  Yao Qi  <yao@codesourcery.com>
11731
11732         * gdb.base/fileio.exp: Make directories on host.
11733
11734 2014-10-29  Yao Qi  <yao@codesourcery.com>
11735
11736         * gdb.base/fileio.c (test_write): Close the file.
11737
11738 2014-10-28  Pedro Alves  <palves@redhat.com>
11739
11740         PR gdb/12623
11741         * gdb.base/sigstep.c (no_handler): New global.
11742         (main): If 'no_handler is true, set the signal handlers to
11743         SIG_IGN.
11744         * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11745         with_sw_watch and no_handler parameters.  Handle them.
11746         (top level) <stepping over handler when stopped at a breakpoint
11747         test>: Add a test axis for testing with a software watchpoint, and
11748         another for testing with the signal handler set to SIG_IGN.
11749         * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11750         * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11751
11752 2014-10-28  Pedro Alves  <palves@redhat.com>
11753
11754         PR gdb/17511
11755         * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11756         * gdb.base/sigstep.exp (other_handler_location): New global.
11757         (advance): Support stepping into the signal handler, and running
11758         commands while in the handler.
11759         (in_handler_map): New global.
11760         (top level): In the advance test, add combinations for getting
11761         into the handler with stepping commands, and for running commands
11762         in the handler.  Add comment descripting the advancei tests.
11763
11764 2014-10-28  Pedro Alves  <palves@redhat.com>
11765
11766         * gdb.base/sigstep.exp: Use build_executable instead of
11767         prepare_for_testing.
11768         (top level): Move code that starts GDB, runs to main and creates a
11769         display to ...
11770         (restart): ... this new procedure.
11771         (top level): Move backtrace from signal handler test to ...
11772         (validate_backtrace): ... this new procedure.
11773         (advance, advancei): Rename parameter from 'i' to 'cmd'.  Use
11774         with_test_prefix.  Always restart GDB.
11775         (skip_to_handler): Rename parameter from 'i' to 'cmd'.  Use
11776         with_test_prefix.  Always restart GDB.  No need to delete
11777         breakpoints after the test.
11778         (test_skip_handler): Remove prefix parameter.
11779         (skip_over_handler, breakpoint_to_handler)
11780         (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11781         parameter from 'i' to 'cmd'.  Use with_test_prefix.  Always
11782         restart GDB.  No need to delete breakpoints after the test.
11783         (top level): Use foreach to call the test procedures with
11784         different commands.
11785
11786 2014-10-28  Pedro Alves  <palves@redhat.com>
11787
11788         * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11789         instead of GNATS numbers.
11790         * gdb.base/sigbpt.exp: Likewise.
11791         * gdb.base/siginfo.exp: Likewise.
11792         * gdb.base/sigstep.exp: Likewise.
11793
11794 2014-10-27  Pedro Alves  <palves@redhat.com>
11795
11796         * gdb.base/sigstep.c (dummy): New global.
11797         (main): Issue a couple writes to the new global.
11798         * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11799         procedures.
11800         (skip_over_handler): Use test_skip_handler.
11801         (top level): Call skip_over_handler for stepi and nexti too.
11802         (breakpoint_over_handler): Use test_skip_handler.
11803         (top level): Call breakpoint_over_handler for stepi and nexti too.
11804
11805 2014-10-27  Yao Qi  <yao@codesourcery.com>
11806
11807         * gdb.trace/tfile.c (adjust_function_address)
11808         [__powerpc64__ && _CALL_ELF != 2]: Get function address from
11809         function descriptor.
11810
11811 2014-10-24  Don Breazeal  <donb@codesourcery.com>
11812
11813         * gdb.base/foll-fork.exp (test_follow_fork,
11814         catch_fork_child_follow): Check for updated fork messages emitted
11815         from infrun.c.
11816         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
11817         vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
11818         vfork_and_exec_child_follow_through_step): Check for updated vfork
11819         messages emitted from infrun.c.
11820
11821 2014-10-24  Pedro Alves  <palves@redhat.com>
11822
11823         * gdb.base/corefile.exp: Remove references to ultrix.
11824         * gdb.base/interrupt.exp: Likewise.
11825         * gdb.base/whatis.exp: Likewise.
11826         * gdb.gdb/selftest.exp: Likewise.
11827         * gdb.threads/manythreads.exp: Likewise.
11828         * gdb.threads/print-threads.exp: Likewise.
11829         * gdb.threads/pthreads.exp:: Likewise.
11830         * gdb.threads/schedlock.exp: Likewise.
11831
11832 2014-10-24  Siva Chandra Reddy  <sivachandra@google.com>
11833
11834         * gdb.cp/non-trivial-retval.cc: Add a test case.
11835         * gdb.cp/non-trivial-retval.exp: Add a test.
11836
11837 2014-10-20  Yao Qi  <yao@codesourcery.com>
11838
11839         * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
11840         * gdb.python/py-objfile-script-gdb.py: New file.
11841         * gdb.python/py-objfile-script.exp: Update reference to
11842         py-objfile-script-gdb.py.in.  Use gdb_remote_donwload instead
11843         of remote_download.  Remove the dest file.
11844
11845 2014-10-20  Yao Qi  <yao@codesourcery.com>
11846
11847         * gdb.base/checkpoint.exp: Don't remove file copied on host.
11848         * gdb.base/step-line.exp: Likewise.
11849         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11850         * gdb.dwarf2/dw2-basic.exp: Likewise.
11851         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11852         * gdb.dwarf2/dw2-filename.exp: Likewise.
11853         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11854         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11855         * gdb.dwarf2/dw2-producer.exp: Likewise.
11856         * gdb.dwarf2/mac-fileno.exp: Likewise.
11857         * gdb.python/py-frame-args.exp: Likewise.
11858         * gdb.python/py-framefilter.exp: Likewise.
11859         * gdb.python/py-mi.exp: Likewise.
11860         * gdb.python/py-objfile-script.exp: Likewise
11861         * gdb.python/py-pp-integral.exp: Likewise.
11862         * gdb.python/py-pp-re-notag.exp: Likewise.
11863         * gdb.python/py-prettyprint.exp: Likewise.
11864         * gdb.python/py-section-script.exp: Likewise.
11865         * gdb.python/py-typeprint.exp: Likewise.
11866         * gdb.python/py-xmethods.exp: Likewise.
11867         * gdb.stabs/weird.exp: Likewise.
11868         * gdb.xml/tdesc-regs.exp: Likewise.
11869
11870 2014-10-18  Kwok Cheung Yeung  <kcy@codesourcery.com>
11871
11872         * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
11873         (out_cu): Use addr_len for the size of addresses.
11874         (out_line): Likewise.  Size DW_LNE_set_address instruction
11875         according to addr_len.
11876         * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
11877         (FUNC): Add START_INSNS to definition.
11878
11879 2014-10-18  Yao Qi  <yao@codesourcery.com>
11880
11881         * gdb.base/argv0-symlink.exp: Check argv[0] value if
11882         gdb_has_argv0 return true.
11883         * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
11884         check [target_info exists noargs], check [gdb_has_argv0]
11885         instead.
11886         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
11887         * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
11888         procedures.
11889
11890 2014-10-17  Doug Evans  <dje@google.com>
11891
11892         * gdb.python/py-events.exp: Update expected output for clear_objfiles
11893         event.
11894         * gdb.python/py-events.py: Add clear_objfiles event.
11895
11896 2014-10-17  Doug Evans  <dje@google.com>
11897
11898         * gdb.python/py-objfile.exp: Test progspace attribute.
11899
11900 2014-10-17  Luis Machado  <lgustavo@codesourcery.com>
11901
11902         * gdb.guile/scm-breakpoint.exp: Do not assume any
11903         directory separators when matching source file paths.
11904         * gdb.python/py-breakpoint.exp: Likewise.
11905         * gdb.reverse/break-precsave.exp: Likewise.
11906         * gdb.reverse/break-reverse.exp: Likewise.
11907         * gdb.reverse/consecutive-precsave.exp: Likewise.
11908         * gdb.reverse/finish-precsave.exp: Likewise.
11909         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
11910         * gdb.reverse/finish-reverse.exp: Likewise.
11911         * gdb.reverse/i386-precsave.exp: Likewise.
11912         * gdb.reverse/i387-env-reverse.exp: Likewise.
11913         * gdb.reverse/i387-stack-reverse.exp: Likewise.
11914         * gdb.reverse/machinestate-precsave.exp: Likewise.
11915         * gdb.reverse/machinestate.exp: Likewise.
11916         * gdb.reverse/sigall-precsave.exp: Likewise.
11917         * gdb.reverse/solib-precsave.exp: Likewise.
11918         * gdb.reverse/step-precsave.exp: Likewise.
11919         * gdb.reverse/until-precsave.exp: Likewise.
11920         * gdb.reverse/watch-precsave.exp: Likewise.
11921         * gdb.reverse/watch-reverse.exp: Likewise.
11922
11923 2014-10-17  Yao Qi  <yao@codesourcery.com>
11924
11925         * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
11926         * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
11927
11928 2014-10-17  Pedro Alves  <palves@redhat.com>
11929
11930         PR gdb/17471
11931         * gdb.base/bg-execution-repeat.c: New file.
11932         * gdb.base/bg-execution-repeat.exp: New file.
11933
11934 2014-10-17  Pedro Alves  <palves@redhat.com>
11935
11936         PR gdb/17300
11937         * gdb.base/continue-all-already-running.c: New file.
11938         * gdb.base/continue-all-already-running.exp: New file.
11939
11940 2014-10-17  Pedro Alves  <palves@redhat.com>
11941
11942         PR gdb/17472
11943         * gdb.base/annota-input-while-running.c: New file.
11944         * gdb.base/annota-input-while-running.exp: New file.
11945
11946 2014-10-17  Pedro Alves  <palves@redhat.com>
11947
11948         * gdb.base/callfuncs.exp: emove references to osf.
11949         * gdb.base/sigall.exp: Likewise.
11950         * gdb.gdb/selftest.exp: Likewise.
11951         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
11952         * gdb.mi/non-stop.c: Likewise.
11953         * gdb.mi/pthreads.c: Likewise.
11954         * gdb.reverse/sigall-precsave.exp: Likewise.
11955         * gdb.reverse/sigall-reverse.exp: Likewise.
11956         * gdb.threads/pthreads.c: Likewise.
11957         * gdb.threads/pthreads.exp: Likewise.
11958
11959 2014-10-17  Yao Qi  <yao@codesourcery.com>
11960
11961         * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
11962         check 'target_info exists noargs'.
11963         (test_command_prompt_position): Likewise.
11964         (progvar_simple_if_test): Don't check 'target_info exists noargs'.
11965         Remove "set args".
11966         (progvar_simple_while_test): Likewise.
11967         (progvar_complex_if_while_test): Likewise.
11968         (if_while_breakpoint_command_test): Likewise.
11969         (infrun_breakpoint_command_test): Likewise.
11970         (breakpoint_command_test): Likewise.
11971         (watchpoint_command_test): Likewise.
11972         (bp_deleted_in_command_test): Likewise.
11973         (temporary_breakpoint_commands): Likewise.
11974
11975 2014-10-16  Yao Qi  <yao@codesourcery.com>
11976
11977         * gdb.base/remotetimeout.exp: Remove noargs checking.
11978
11979 2014-10-15  Pedro Alves  <palves@redhat.com>
11980
11981         PR breakpoints/9649
11982         * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
11983         * gdb.base/breakpoint-in-ro-region.exp
11984         (probe_target_hardware_step): New procedure.
11985         (top level): Probe hardware stepping and hardware breakpoint
11986         support.  Test stepping through a read-only region, with both
11987         "breakpoint auto-hw" on and off and both "always-inserted" on and
11988         off.
11989
11990 2014-10-15  Iain Buclaw  <ibuclaw@gdcproject.org>
11991
11992         * gdb.dlang/demangle.exp: Update for demangling changes.
11993
11994 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
11995
11996         * gdb.cp/non-trivial-retval.cc: Add new test cases.
11997         * gdb.cp/non-trivial-retval.exp: Add new tests.
11998
11999 2014-10-15  Siva Chandra Reddy  <sivachandra@google.com>
12000
12001         PR c++/13403
12002         PR c++/15154
12003         * gdb.cp/non-trivial-retval.cc: New file.
12004         * gdb.cp/non-trivial-retval.exp: New file.
12005
12006 2014-10-15  Yao Qi  <yao@codesourcery.com>
12007
12008         * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12009         remote host.
12010
12011 2014-10-15  Yao Qi  <yao@codesourcery.com>
12012
12013         * gdb.python/py-symbol.exp: Match file base name if host is
12014         remote, otherwise match file name with dir name.
12015         * gdb.python/py-symtab.exp: Likewise.
12016         * gdb.python/python.exp: Likewise.
12017
12018 2014-10-15  Yao Qi  <yao@codesourcery.com>
12019
12020         * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12021         pattern.
12022         * gdb.python/py-symtab.exp: Likewise.
12023         * gdb.python/python.exp: Remove trailing ".*".  Fix typo
12024         locationn.
12025
12026 2014-10-14  Joel Brobecker  <brobecker@adacore.com>
12027
12028         * gdb.ada/addr_arith: New testcase.
12029
12030 2014-10-14  Maciej W. Rozycki  <macro@codesourcery.com>
12031
12032         * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12033         * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12034         * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12035         * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12036
12037 2014-10-14  Sergio Durigan Junior  <sergiodj@redhat.com>
12038
12039         * gdb.arch/stap-eval-lang-ada.S: Likewise.
12040         * gdb.arch/stap-eval-lang-ada.c: Likewise.
12041         * gdb.arch/stap-eval-lang-ada.exp: New file.
12042
12043 2014-10-14  Yao Qi  <yao@codesourcery.com>
12044
12045         * gdb.mi/mi-var-child.c (nothing1): New function.
12046         (nothing2): New function.
12047         (do_children_tests): Set function pointers by nothing1 and
12048         nothing2.
12049         * gdb.mi/mi-var-child.exp: Step over new added statements.
12050         Update test to match the new output.
12051         * gdb.mi/var-cmd.c (nothing1): New function.
12052         (nothing2): New function.
12053         (do_children_tests): Set function pointers by  nothing1 and
12054         nothing2.
12055         * gdb.mi/mi-var-display.exp: Update test to match output.
12056         Step to the line specified by $line_dct_nothing.
12057         Increase the number of lines to step.
12058
12059 2014-10-14  Yao Qi  <yao@codesourcery.com>
12060
12061         * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12062         tests.
12063         * gdb.mi/mi2-var-child.exp: Likewise.
12064
12065 2014-10-13  Doug Evans  <dje@google.com>
12066
12067         * gdb.python/py-objfile.exp: Change name of file name test.
12068
12069 2014-10-13  Doug Evans  <dje@google.com>
12070
12071         * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12072         from the start of the CU.
12073
12074 2014-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
12075             Yao Qi  <yao@codesourcery.com>
12076
12077         Fix "save breakpoints" for "catch" command.
12078         * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12079         Remove -nonewline.  Match also the added "main" line.
12080
12081 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12082
12083         Fix "save breakpoints" for "disable $bpnum" command.
12084         * gdb.base/save-bp.c (main): Add label.
12085         * gdb.base/save-bp.exp: Add 8th disabled breakpoint.  Match it.
12086
12087 2014-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12088
12089         * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12090
12091 2014-10-11  Yao Qi  <yao@codesourcery.com>
12092
12093         * gdb.server/server-kill.exp: Execute command
12094         "set remote trace-status-packet on" before "tstatus".
12095
12096 2014-10-11  Yao Qi  <yao@codesourcery.com>
12097
12098         * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12099         (main): Call getppid.
12100         * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12101         and continue to it.  Read variable "server_pid".
12102
12103 2014-10-11  Yao Qi  <yao@codesourcery.com>
12104
12105         * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12106
12107 2014-10-11  Yao Qi  <yao@codesourcery.com>
12108
12109         * gdb.threads/thread-find.exp: Don't execute command
12110         "info threads".
12111         * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12112         * gdb.threads/linux-dp.exp: Don't check the condition
12113         $threads_created equals to zero.
12114
12115 2014-10-10  Pedro Alves  <palves@redhat.com>
12116
12117         * gdb.base/bigcore.exp: Remove references to IRIX.
12118         * gdb.base/funcargs.exp: Likewise.
12119         * gdb.base/interrupt.exp: Likewise.
12120         * gdb.base/mips_pro.exp: Likewise.
12121         * gdb.base/nodebug.exp: Likewise.
12122         * gdb.base/setvar.exp: Likewise.
12123         * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12124
12125 2014-10-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12126             Pedro Alves  <palves@redhat.com>
12127
12128         PR symtab/14466
12129         * gdb.base/vdso-warning.c: New file.
12130         * gdb.base/vdso-warning.exp: New file.
12131
12132 2014-10-02  Doug Evans  <dje@google.com>
12133
12134         * gdb.base/structs.c (main): Don't run forever.
12135
12136 2014-10-02  Pedro Alves  <palves@redhat.com>
12137
12138         * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12139         (top level) <stop threads 1, stop threads 2>: Use it.
12140
12141 2014-10-02  Pedro Alves  <palves@redhat.com>
12142
12143         * gdb.threads/break-while-running.exp (test): Add new
12144         'update_thread_list' argument.  Skip "info threads" if false.
12145         (top level): Add new 'update_thread_list' axis.
12146
12147 2014-10-02  Pedro Alves  <palves@redhat.com>
12148
12149         PR breakpoints/17431
12150         * gdb.base/execl-update-breakpoints.c: New file.
12151         * gdb.base/execl-update-breakpoints.exp: New file.
12152
12153 2014-10-01  Pedro Alves  <palves@redhat.com>
12154
12155         * gdb.base/breakpoint-in-ro-region.c: New file.
12156         * gdb.base/breakpoint-in-ro-region.exp: New file.
12157
12158 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
12159
12160         * gdb.mi/mi-exit-code.exp: New file.
12161         * gdb.mi/mi-exit-code.c: New file.
12162
12163 2014-09-30  Yao Qi  <yao@codesourcery.com>
12164
12165         * lib/prelink-support.exp (build_executable_own_libs): Error if
12166         the target isn't native.
12167
12168 2014-09-30  Yao Qi  <yao@codesourcery.com>
12169
12170         * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12171         false.
12172
12173 2014-09-22  Pedro Alves  <palves@redhat.com>
12174
12175         * gdb.threads/break-while-running.exp: New file.
12176         * gdb.threads/break-while-running.c: New file.
12177
12178 2014-09-19  Yao Qi  <yao@codesourcery.com>
12179
12180         * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12181         Invoke test.  Restart GDB with --readnow and invoke test again.
12182
12183 2014-09-19  Yao Qi  <yao@codesourcery.com>
12184
12185         * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12186         proc set_breakpoint_on_gcd_function.  Invoke
12187         set_breakpoint_on_gcd_function.  Restart GDB with --readnow and
12188         invoke set_breakpoint_on_gcd_function again.
12189
12190 2014-09-18  Doug Evans  <dje@google.com>
12191
12192         * gdb.dwarf2/symtab-producer.exp: New file.
12193
12194 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12195
12196         * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12197         * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12198         * gdb.base/global-var-nested-by-dso.c: Likewise.
12199         * gdb.base/global-var-nested-by-dso.exp: Likewise.
12200
12201 2014-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12202             Pedro Alves  <palves@redhat.com>
12203
12204         * gdb.base/watch-bitfields.exp: Pass string other than test file
12205         name to prepare_for_testing.
12206         (watch): New procedure.
12207         (expect_watchpoint): Use with_test_prefix.
12208         (top level): Factor out tests to ...
12209         (test_watch_location, test_regular_watch): ... these new
12210         procedures, and use with_test_prefix and gdb_continue_to_end.
12211
12212 2014-09-16  Patrick Palka  <patrick@parcs.ath.cx>
12213
12214         PR breakpoints/12526
12215         * gdb.base/watch-bitfields.exp: New file.
12216         * gdb.base/watch-bitfields.c: New file.
12217
12218 2014-09-16  Pedro Alves  <palves@redhat.com>
12219
12220         * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12221         software and hardware addresses, not software address against
12222         itself.
12223
12224 2014-09-16  Pedro Alves  <palves@redhat.com>
12225
12226         * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12227         * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12228
12229 2014-09-16  Pedro Alves  <palves@redhat.com>
12230
12231         * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12232         files.
12233         * gdb.base/a2-run.exp: Remove all code guarded by istarget
12234         "*-*-vxworks*" throughout.
12235         * gdb.base/break.exp: Likewise.
12236         * gdb.base/default.exp: Likewise.
12237         * gdb.base/scope.exp: Likewise.
12238         * gdb.base/sepdebug.exp: Likewise.
12239         * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12240         throughout.
12241         * gdb.base/run.c: Likewise.
12242         * gdb.base/sepdebug.c: Likewise.
12243         * gdb.hp/gdb.aCC/run.c: Likewise.
12244         * gdb.reverse/until-reverse.c: Likewise.
12245         * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12246
12247 2014-09-16  Yao Qi  <yao@codesourcery.com>
12248
12249         * boards/local-remote-host-native.exp: New file.
12250
12251 2014-09-14  Doug Evans  <xdje42@gmail.com>
12252
12253         * gdb.threads/queue-signal.c (thread_count): New variable.
12254         (thread_count_mutex, thread_count_condvar): New variables.
12255         (incr_thread_count, wait_all_threads_running): New functions.
12256         (main): Wait for all threads to be in their thread functions.
12257
12258 2014-09-13  Doug Evans  <xdje42@gmail.com>
12259
12260         * gdb.threads/queue-signal.c: New file.
12261         * gdb.threads/queue-signal.exp: New file.
12262
12263 2014-09-13  Doug Evans  <xdje42@gmail.com>
12264
12265         * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12266         be consistent with what default_gdb_init uses.
12267         (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12268         the plain text of the prompt.  Add some logging printfs.
12269         * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12270
12271 2014-09-12  Pedro Alves  <palves@redhat.com>
12272
12273         * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12274         gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12275         * gdb.arch/i386-size-overlap.exp: Likewise.
12276         * gdb.arch/i386-size.exp: Likewise.
12277         * gdb.arch/i386-unwind.exp: Likewise.
12278         * gdb.base/a2-run.exp: Likewise.
12279         * gdb.base/break.exp: Likewise.
12280         * gdb.base/charset.exp: Likewise.
12281         * gdb.base/chng-syms.exp: Likewise.
12282         * gdb.base/commands.exp: Likewise.
12283         * gdb.base/dbx.exp: Likewise.
12284         * gdb.base/find.exp: Likewise.
12285         * gdb.base/funcargs.exp: Likewise.
12286         * gdb.base/jit-simple.exp: Likewise.
12287         * gdb.base/reread.exp: Likewise.
12288         * gdb.base/sepdebug.exp: Likewise.
12289         * gdb.base/step-bt.exp: Likewise.
12290         * gdb.cp/mb-inline.exp: Likewise.
12291         * gdb.cp/mb-templates.exp: Likewise.
12292         * gdb.objc/basicclass.exp: Likewise.
12293         * gdb.threads/killed.exp: Likewise.
12294
12295 2014-09-12  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
12296
12297         PR tdep/17379
12298         * gdb.arch/powerpc-stackless.S: New file.
12299         * gdb.arch/powerpc-stackless.exp: New file.
12300
12301 2014-09-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12302
12303         * gdb.base/attach.c: Include unistd.h.
12304         (main): Call alarm.  Add label postloop.
12305         * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12306         gdb_breakpoint, gdb_continue_to_breakpoint.
12307         (test_command_line_attach_run): Kill ${testpid} in one exit path.
12308
12309 2014-09-11  Pedro Alves  <palves@redhat.com>
12310
12311         PR gdb/17347
12312         * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12313         * gdb.base/attach.exp (test_command_line_attach_run): New
12314         procedure.
12315         (top level): Call it.
12316
12317 2014-09-11  Pedro Alves  <palves@redhat.com>
12318
12319         * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12320         * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12321         (do_command_attach_tests): Use spawn_wait_for_attach.
12322         * gdb.base/solib-overlap.exp: Likewise.
12323         * gdb.multi/multi-attach.exp: Likewise.
12324         * gdb.python/py-prompt.exp: Likewise.
12325         * gdb.python/py-sync-interp.exp: Likewise.
12326         * gdb.server/ext-attach.exp: Likewise.
12327
12328 2014-09-11  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12329
12330         * gdb.fortran/array-element.exp: Remove unexpected "continue"
12331         command in testcase.  Simplify testcase.
12332
12333 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12334
12335         * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12336
12337 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12338
12339         * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12340
12341 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12342
12343         * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12344
12345 2014-09-10  Joel Brobecker  <brobecker@adacore.com>
12346
12347         * gdb.dwarf2/dynarr-ptr.c: New file.
12348         * gdb.dwarf2/dynarr-ptr.exp: New file.
12349
12350 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12351
12352         * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12353         of 30 rather than hardcoding 120 for a slow test case.  Take the
12354         `gdb,timeout' target setting into account for this calculation.
12355         Don't extend the timeout for the test cases that don't need it.
12356
12357 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12358
12359         * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12360         a factor of 2 for a slow test case.  Take the `gdb,timeout'
12361         target setting into account for this calculation.
12362         * gdb.reverse/until-precsave.exp: Increase the timeout by
12363         a factor of 15 and 3 respectively rather than adding 120
12364         for a pair of slow test cases.  Take the `gdb,timeout'
12365         target setting into account for this calculation.
12366
12367 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12368
12369         * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12370         timeout, don't pass one down to gdb_expect.
12371         (gdb_expect): Rework timeout selection.
12372
12373 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12374
12375         * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12376         exception on timeout.
12377         (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12378         (gdbserver_start_extended): Catch any `gdbserver_start' error
12379         exceptions.
12380         (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12381         * lib/mi-support.exp (mi_gdb_target_load): Catch any
12382         `gdbserver_gdb_load' error exceptions.
12383
12384 2014-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
12385
12386         * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12387         120 on waiting for the TCP socket to open.
12388
12389 2014-09-09  Doug Evans  <xdje42@gmail.com>
12390
12391         * gdb.base/default.exp (show_conv_list): Add _caller_is,
12392         _caller_matches, _any_caller_is, _any_caller_matches.
12393
12394 2014-09-09  Doug Evans  <xdje42@gmail.com>
12395
12396         * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12397
12398 2014-09-09  Yao Qi  <yao@codesourcery.com>
12399
12400         * gdb.mi/mi-var-display.exp: Set print symbol off.
12401
12402 2014-09-07  Gabriel Krisman Bertazi  <gabriel@krisman.be>
12403
12404         PR gdb/17035
12405         * gdb.base/commands.exp: Add tests to verify user-defined
12406         commands with empty bodies.
12407         * gdb.python/py-cmd.exp: Test that we don't show user-defined
12408         python commands in `show user command`.
12409         * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12410         scheme commands in `show user command`.
12411
12412 2014-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12413
12414         PR python/17355
12415         * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12416         * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12417         * gdb.python/py-framefilter-invalidarg.exp: New file.
12418         * gdb.python/py-framefilter-invalidarg.py: New file.
12419
12420 2014-09-06  Doug Evans  <xdje42@gmail.com>
12421
12422         PR 15276
12423         * gdb.python/py-caller-is.c: New file.
12424         * gdb.python/py-caller-is.exp: New file.
12425
12426 2014-09-05  Sergio Durigan Junior  <sergiodj@redhat.com>
12427
12428         PR gdb/17235
12429         * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12430         * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12431
12432 2014-09-04  Sergio Durigan Junior  <sergiodj@redhat.com>
12433
12434         PR fortran/17237
12435         * gdb.fortran/print-formatted.exp: New file.
12436         * gdb.fortran/print-formatted.f90: Likewise.
12437
12438 2014-09-03  Sasha Smundak  <asmundak@google.com>
12439
12440         * gdb.python/py-frame.exp: Test Frame.read_register.
12441
12442 2014-09-03  Sergio Durigan Junior  <sergiodj@redhat.com>
12443
12444         PR python/16699
12445         * gdb.python/py-completion.exp: New file.
12446         * gdb.python/py-completion.py: Likewise.
12447
12448 2014-08-28  Doug Evans  <dje@google.com>
12449
12450         * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12451         eax,etc. are live with values set by gdb and thus the compiler can't
12452         use them.
12453         * gdb.arch/i386-pseudo.c (main): Ditto.
12454
12455 2014-08-27  Doug Evans  <dje@google.com>
12456
12457         * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12458
12459 2014-08-25  Doug Evans  <dje@google.com>
12460
12461         * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12462         (main): Ditto.
12463
12464 2014-08-25  Doug Evans  <dje@google.com>
12465
12466         * gdb.threads/thread-execl.exp: #include <stdio.h>.
12467
12468 2014-08-24  Yao Qi  <yao@codesourcery.com>
12469
12470         * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12471         symbol off.
12472         * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12473
12474 2014-08-22  Doug Evans  <dje@google.com>
12475
12476         PR 17276
12477         * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12478         * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12479         * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12480
12481 2014-08-22  Yao Qi  <yao@codesourcery.com>
12482
12483         * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12484         * gdb.python/py-finish-breakpoint2.exp: Likewise.
12485         * gdb.python/python.exp: Likewise.  Use .py file on the host
12486         instead of the build.
12487
12488 2014-08-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
12489
12490         * gdb.threads/gcore-stale-thread.c: New file.
12491         * gdb.threads/gcore-stale-thread.exp: New file.
12492
12493 2014-08-21  Pedro Alves  <palves@redhat.com>
12494
12495         * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12496         * gdb.base/gcore-relro-pie.exp: Likewise.
12497         * gdb.base/gcore-relro.exp: Likewise.
12498         * gdb.base/gcore.exp: Likewise.
12499         * gdb.base/print-symbol-loading.exp: Likewise.
12500         * gdb.threads/gcore-thread.exp: Likewise.
12501         * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12502
12503 2014-08-20  Pedro Alves  <palves@redhat.com>
12504             Jan Kratochvil  <jan.kratochvil@redhat.com>
12505
12506         * Makefile.in (EXTRA_RULES, CC): New variables, get from
12507         configure.
12508         (EXPECT): Handle READ1 being set.
12509         (all): Depend on EXTRA_RULES.
12510         (check-read1, expect-read1, read1.so, read1): New rules.
12511         * README (Testsuite Parameters): Document the READ1 make variable.
12512         (Race detection): New section.
12513         * configure: Regenerate.
12514         * configure.ac: If build==host==target, and running under a
12515         GNU/glibc system, add read1 to the extra Makefile rules.
12516         (EXTRA_RULES): AC_SUBST it.
12517         * lib/read1.c: New file.
12518
12519 2014-08-20  Joel Brobecker  <brobecker@adacore.com>
12520
12521         * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12522         the handling of variables declared as a typedef to an array
12523         which a DW_AT_data_location attribute.
12524
12525 2014-08-19  Andrew Burgess  <aburgess@broadcom.com>
12526             Pedro Alves  <palves@redhat.com>
12527
12528         PR symtab/14604
12529         PR symtab/14605
12530         * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12531         gdb_test.
12532
12533 2014-08-19  Pedro Alves  <palves@redhat.com>
12534
12535         * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12536
12537 2014-08-19  Yao Qi  <yao@codesourcery.com>
12538
12539         * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12540         right line.
12541
12542 2014-08-18  David Blaikie  <dblaikie@gmail.com>
12543
12544         * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12545
12546 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12547
12548         * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12549         attribute in array range.
12550
12551 2014-08-18  Joel Brobecker  <brobecker@adacore.com>
12552
12553         * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12554
12555 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12556
12557         PR c++/17132
12558         * gdb.cp/pr17132.cc: New file.
12559         * gdb.cp/pr17132.exp: New file.
12560
12561 2014-08-15  Siva Chandra Reddy  <sivachandra@google.com>
12562
12563         * gdb.python/py-xmethods.py (A_getarrayind)
12564         (E_method_char_worker.__call__, E_method_int_worker.__call__):
12565         Use 'print' with function call syntax.
12566         (E_method_matcher.match): Fix tab vs space indentation mixup.
12567
12568 2014-08-15  Yao Qi  <yao@codesourcery.com>
12569
12570         * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12571         false.
12572
12573 2014-08-15  Yao Qi  <yao@codesourcery.com>
12574
12575         * gdb.cp/casts.exp: Set print symbol off.
12576         * gdb.cp/class2.exp: Likewise.
12577         * gdb.cp/overload.exp: Likewise.
12578         * gdb.cp/templates.exp: Likewise.
12579
12580 2014-08-11  Doug Evans  <dje@google.com>
12581
12582         * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12583         (test_load_shlib): Update.
12584
12585 2014-08-09  Yao Qi  <yao@codesourcery.com>
12586
12587         * gdb.base/display.exp: Invoke is_address_zero_readable.
12588         * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12589         * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12590         * gdb.base/hbreak-unmapped.exp: Return if
12591         is_address_zero_readable returns true.
12592         * gdb.base/signest.exp: Likewise.
12593         * gdb.base/signull.exp: Likewise.
12594         * gdb.base/sigbpt.exp: Likewise.
12595         * gdb.guile/scm-disasm.exp: Do the test if
12596         is_address_zero_readable returns false.
12597         * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12598         * gdb.python/py-arch.exp: Likewise.
12599         * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12600         * lib/gdb.exp (is_address_zero_readable): New proc.
12601
12602 2014-08-09  Yao Qi  <yao@codesourcery.com>
12603
12604         PR testsuite/13443
12605         * gdb.mi/mi-var-display.exp: Make test messages unique.
12606
12607 2014-08-04  Tom Tromey  <tromey@redhat.com>
12608
12609         * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12610         target 0".
12611
12612 2014-08-04  Tom Tromey  <tromey@redhat.com>
12613
12614         * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12615         "target_resume".
12616
12617 2014-08-01  Joel Brobecker  <brobecker@adacore.com>
12618
12619         * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12620         inner_vla_struct_object_size.
12621         * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12622         as xfail.
12623
12624 2014-07-30  Pedro Alves  <palves@redhat.com>
12625
12626         * gdb.threads/signal-command-handle-nopass.exp (test): Add
12627         comment.
12628
12629 2014-07-29  Yao Qi  <yao@codesourcery.com>
12630
12631         PR gdb/17206
12632         * gdb.base/until-nodebug.exp: New.
12633
12634 2014-07-28  Doug Evans  <xdje42@gmail.com>
12635
12636         PR guile/17203
12637         * gdb.guile/scm-parameter.exp: Add tests for trying to create
12638         previously existing parameter, and previously ambiguously spelled
12639         parameter.
12640
12641 2014-07-28  Will Newton  <will.newton@linaro.org>
12642
12643         * gdb.base/varargs.exp: Remove KFAILs for ARM.
12644
12645 2014-07-26  Ludovic Courtès  <ludo@gnu.org>
12646             Doug Evans  <xdje42@gmail.com>
12647
12648         PR guile/17146
12649         * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12650
12651 2014-07-25  Pedro Alves  <palves@redhat.com>
12652
12653         * gdb.threads/signal-command-handle-nopass.c: New file.
12654         * gdb.threads/signal-command-handle-nopass.exp: New file.
12655         * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12656         * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12657         * gdb.threads/signal-delivered-right-thread.c: New file.
12658         * gdb.threads/signal-delivered-right-thread.exp: New file.
12659
12660 2014-07-25  Pedro Alves  <palves@redhat.com>
12661
12662         * gdb.base/double-prompt-target-event-error.exp
12663         (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12664         match.
12665         (cancel_pagination_in_target_event): Rework double prompt
12666         detection.
12667         * gdb.base/paginate-after-ctrl-c-running.exp
12668         (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12669         <return>' match.
12670         * gdb.base/paginate-bg-execution.exp
12671         (test_bg_execution_pagination_return)
12672         (test_bg_execution_pagination_cancel): Remove '-notransfer
12673         <return>' matches.
12674         * gdb.base/paginate-execution-startup.exp
12675         (test_fg_execution_pagination_return)
12676         (test_fg_execution_pagination_cancel): Remove '-notransfer
12677         <return>' matches.
12678         * gdb.base/paginate-inferior-exit.exp
12679         (test_paginate_inferior_exited): Remove '-notransfer <return>'
12680         match.
12681         * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12682         * lib/gdb.exp (pagination_prompt): Run text through
12683         string_to_regexp.
12684         (gdb_test_multiple): Match $pagination_prompt instead of
12685         "<return>".
12686         (string_to_regexp): Move to lib/gdb-utils.exp.
12687
12688 2014-07-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
12689
12690         * gdb.arch/amd64-entry-value-paramref.S: New file.
12691         * gdb.arch/amd64-entry-value-paramref.cc: New file.
12692         * gdb.arch/amd64-entry-value-paramref.exp: New file.
12693         * gdb.arch/amd64-optimout-repeat.S: New file.
12694         * gdb.arch/amd64-optimout-repeat.c: New file.
12695         * gdb.arch/amd64-optimout-repeat.exp: New file.
12696
12697 2014-07-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12698
12699         PR gdb/17170
12700         * gdb.base/statistics.exp: New file.
12701
12702 2014-07-17  Doug Evans  <dje@google.com>
12703
12704         PR gdb/17170
12705         * gdb.base/maint.exp: Update testing of per-command stats.
12706
12707 2014-07-16  Pedro Alves  <palves@redhat.com>
12708
12709         * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12710         (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12711         (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12712         (tfile_write_buf): New functions.
12713         (add_memory_block): Rewrite using the above.
12714         (adjust_function_address): New function.
12715         (FUNCTION_ADDRESS): New macro.
12716         (write_basic_trace_file): Remove short_x local, and use
12717         tfile_write_16. Change type of func_addr local to unsigned long
12718         long.  Use FUNCTION_ADDRESS instead of handling the Thumb bit
12719         here.  Cast argument of add_memory_block to char pointer.
12720         (write_error_trace_file): Avoid alloca.  Use FUNCTION_ADDRESS.
12721         (main): Remove parameters.
12722         * gdb.trace/tfile.exp: Remove nowarnings.
12723
12724 2014-07-15  Simon Marchi  <simon.marchi@ericsson.com>
12725
12726         * gdb.base/debug-expr.exp: Test string evaluation with
12727         "debug expression" on.
12728
12729 2014-07-15  Pedro Alves  <palves@redhat.com>
12730
12731         * gdb.base/reread.exp: Use clean_restart.
12732
12733 2014-07-15  Pierre Langlois  <pierre.langlois@embecosm.com>
12734
12735         * gdb.arch/avr-flash-qualifer.c: New.
12736         * gdb.arch/avr-flash-qualifer.exp: New.
12737
12738 2014-07-14  Pedro Alves  <palves@redhat.com>
12739
12740         * gdb.base/paginate-after-ctrl-c-running.c: New file.
12741         * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12742
12743 2014-07-14  Pedro Alves  <palves@redhat.com>
12744
12745         * gdb.base/double-prompt-target-event-error.c: New file.
12746         * gdb.base/double-prompt-target-event-error.exp: New file.
12747
12748 2014-07-14  Pedro Alves  <palves@redhat.com>
12749
12750         PR gdb/17072
12751         * gdb.base/paginate-inferior-exit.c: New file.
12752         * gdb.base/paginate-inferior-exit.exp: New file.
12753
12754 2014-07-14  Pedro Alves  <palves@redhat.com>
12755
12756         PR gdb/17072
12757         * gdb.base/paginate-bg-execution.c: New file.
12758         * gdb.base/paginate-bg-execution.exp: New file.
12759
12760 2014-07-14  Pedro Alves  <palves@redhat.com>
12761
12762         PR gdb/17072
12763         * gdb.base/paginate-execution-startup.c: New file.
12764         * gdb.base/paginate-execution-startup.exp: New file.
12765         * lib/gdb.exp (pagination_prompt): New global.
12766         (default_gdb_spawn): New procedure, factored out from
12767         default_gdb_spawn.
12768         (default_gdb_start): Adjust to call default_gdb_spawn.
12769         (gdb_spawn): New procedure.
12770
12771 2014-07-14  Pedro Alves  <palves@redhat.com>
12772
12773         * lib/gdb.exp (gdb_assert): New procedure.
12774         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12775
12776 2014-07-14  Pedro Alves  <palves@redhat.com>
12777
12778         * gdb.base/execution-termios.c: New file.
12779         * gdb.base/execution-termios.exp: New file.
12780
12781 2014-07-14  Tom Tromey  <tromey@redhat.com>
12782
12783         * gdb.cp/vla-cxx.cc: New file.
12784         * gdb.cp/vla-cxx.exp: New file.
12785
12786 2014-07-14  Tom Tromey  <tromey@redhat.com>
12787
12788         * gdb.reverse/rerun-prec.c: New file.
12789         * gdb.reverse/rerun-prec.exp: New file.
12790
12791 2014-07-12  Maciej W. Rozycki  <macro@mips.com>
12792             Maciej W. Rozycki  <macro@codesourcery.com>
12793
12794         * lib/gdb-utils.exp: New file.
12795         * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12796         inline `gdb_init_command' processing.
12797         (gdb_start_cmd): Likewise.
12798         * lib/mi-support.exp (mi_run_cmd): Likewise.
12799         * README: Document `gdb_init_command' and `gdb_init_commands'.
12800
12801 2014-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12802
12803         Fix false FAIL running under a very long directory name.
12804         * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12805         and "set print elements 10000".  Twice.
12806
12807 2014-07-11  Yao Qi  <yao@codesourcery.com>
12808
12809         * gdb.base/exprs.exp: "set print symbol off".
12810
12811 2014-07-11  Pedro Alves  <palves@redhat.com>
12812
12813         * gdb.threads/kill.c: New file.
12814         * gdb.threads/kill.exp: New file.
12815
12816 2014-07-10  Yao Qi  <yao@codesourcery.com>
12817
12818         * gdb.trace/tfile.c (write_basic_trace_file)
12819         [__thumb__||__thumb2__]: Clear the Thumb bit of the function
12820         address written to trace file.
12821
12822 2014-07-09  Pedro Alves  <palves@redhat.com>
12823
12824         * gdb.base/attach-wait-input.exp: New file.
12825         * gdb.base/attach-wait-input.c: New file.
12826
12827 2014-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
12828
12829         * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
12830         setting up test structures.
12831         (main): Call new test function.
12832         * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
12833         test function, continue into test function and walk test
12834         structures.
12835
12836 2014-07-02  Yao Qi  <yao@codesourcery.com>
12837
12838         * gdb.trace/entry-values.c: Define labels 'foo_start' and
12839         'bar_start' at the beginning of functions 'foo' and 'bar'
12840         respectively.
12841         * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
12842         instead of 'foo' and 'bar'.
12843
12844 2014-07-08  Markus Metzger  <markus.t.metzger@intel.com>
12845
12846         * gdb.btrace/segv.exp: New.
12847         * gdb.btrace/segv.c: New.
12848
12849 2014-07-02  Luis Machado  <lgustavo@codesourcery.com>
12850
12851         * gdb.trace/entry-values.exp: Handle powerpc-specific branch
12852         instruction.
12853
12854 2014-06-30  Mark Wielaard  <mjw@redhat.com>
12855
12856         * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
12857         vulture, vilify, villar): New volatile array constants.
12858         (vindictive, vegetation): New const volatile array constants.
12859         * gdb.base/volatile.exp: Test volatile and const volatile array
12860         types.
12861
12862 2014-06-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
12863
12864         * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
12865         target lacks support for awatch, rwatch, or hbreak.
12866
12867 2014-06-27  Yao Qi  <yao@codesourcery.com>
12868
12869         * gdb.multi/dummy-frame-restore.exp: New.
12870         * gdb.multi/dummy-frame-restore.c: New.
12871
12872 2014-06-25  Markus Metzger  <markus.t.metzger@intel.com>
12873
12874         * gdb.btrace/gcore.exp: New.
12875
12876 2014-06-23  Pedro Alves  <palves@redhat.com>
12877
12878         * gdb.base/watchpoint-reuse-slot.c: New file.
12879         * gdb.base/watchpoint-reuse-slot.exp: New file.
12880
12881 2014-06-23  Siva Chandra Reddy  <sivachandra@google.com>
12882
12883         * gdb.python/py-xmethods.exp: Use "progspace" instead of the
12884         progspace's filename in 'info', 'enable' and 'disable' command
12885         tests.
12886
12887 2014-06-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12888
12889         * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
12890         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
12891         * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
12892
12893 2014-06-20  Gary Benson  <gbenson@redhat.com>
12894
12895         * gdb.arch/i386-avx.exp: Fix include file location.
12896         * gdb.arch/i386-sse.exp: Likewise.
12897
12898 2014-06-19  Iain Buclaw  <ibuclaw@gdcproject.org>
12899
12900         * gdb.dlang/expression.exp: New file.
12901
12902 2014-06-19  Pedro Alves  <palves@redhat.com>
12903
12904         * gdb.threads/thread-execl.exp (do_test): New procedure, factored
12905         out from ...
12906         (top level): ... here.  Iterate running tests under different
12907         scheduler-locking settings.
12908
12909 2014-06-18  Luis Machado  <lgustavo@codesourcery.com>
12910
12911         * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
12912         to DW_FORM_addr and use non-zero addresses.
12913
12914 2014-06-18  Siva Chandra Reddy  <sivachandra@google.com>
12915
12916         PR gdb/17017
12917         * gdb.python/py-xmethods.cc: Add global function call counters and
12918         increment them in their respective functions.  Remove "cout"
12919         statements.
12920         * gdb.python/py-xmethods.exp: Make tests check the global function
12921         call counters instead of depending on inferior IO.
12922
12923 2014-06-18  Don Breazeal  <donb@codesourcery.com>
12924
12925         * gdb.base/foll-fork.exp (default_fork_parent_follow):
12926         Deleted procedure.
12927         (explicit_fork_parent_follow): Deleted procedure.
12928         (explicit_fork_child_follow): Deleted procedure.
12929         (test_follow_fork): New procedure.
12930         (do_fork_tests): Replace calls to deleted procedures with
12931         calls to test_follow_fork and reset GDB for subsequent
12932         procedure calls.
12933
12934 2014-06-17  Yao Qi  <yao@codesourcery.com>
12935
12936         * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
12937         CP1252.
12938
12939 2014-06-17  Luis Machado  <lgustavo@codesourcery.com>
12940
12941         * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
12942         Initialize ptr and S explicitly.
12943         (skip_type_update_when_not_use_rtti_test): Likewise.
12944
12945 2014-06-16  Keith Seitz  <keiths@redhat.com>
12946
12947         PR mi/15863
12948         * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
12949         the inferior is started.
12950
12951 2014-06-16  Pedro Alves  <palves@redhat.com>
12952
12953         * gdb.base/break-main-file-remove-fail.c: New file.
12954         * gdb.base/break-main-file-remove-fail.exp: New file.
12955         * gdb.base/break-unload-file.exp: Use build_executable instead of
12956         prepare_for_testing.
12957         (test_break): New parameter "initial_load".  Handle it.
12958         (top level): Add initial_load cmdline/file axis.
12959
12960 2014-06-12  Tom Tromey  <tromey@redhat.com>
12961
12962         * gdb.base/completion.exp: Don't use directory name in test.
12963
12964 2014-06-09  Gary Benson  <gbenson@redhat.com>
12965
12966         * gdb.base/sigall.c [Functions to send signals]: Reorder to
12967         separate the always-available ANSI-standard signals from the
12968         signals that require checking.
12969         (main): Likewise.
12970         * gdb.reverse/sigall-reverse.c [Functions to send signals]:
12971         Likewise.
12972         (main): Likewise.
12973
12974 2014-06-07  Keith Seitz  <keiths@redhat.com>
12975
12976         Revert:
12977         PR c++/16253
12978         * gdb.cp/var-tag.cc: New file.
12979         * gdb.cp/var-tag.exp: New file.
12980         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
12981         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
12982         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
12983         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
12984
12985 2014-06-06  Doug Evans  <xdje42@gmail.com>
12986
12987         * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
12988
12989 2014-06-06  Pedro Alves  <palves@redhat.com>
12990
12991         * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
12992         in target debug output instead of looking at RSP packets,
12993         disabling the test on any target that uses hardware stepping.
12994         Update comments.
12995
12996 2014-06-06  Pedro Alves  <palves@redhat.com>
12997
12998         * gdb.base/break-unload-file.exp: Fix typo.
12999
13000 2014-06-06  Yao Qi  <yao@codesourcery.com>
13001
13002         * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13003         from "jit_function" to "^jit_function".
13004
13005 2014-06-06  Yao Qi  <yao@codesourcery.com>
13006
13007         * gdb.base/async.c (foo): Add one statement.
13008         * gdb.base/async.exp: Get the next instruction address and
13009         match the output of "nexti" by instruction address.  Match
13010         the hex address in the output of "finish".
13011
13012 2014-06-06  Gary Benson  <gbenson@redhat.com>
13013
13014         * gdb.base/call-signals.c: Remove preprocessor conditionals
13015         for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13016         SIGSEGV and SIGTERM.
13017         * gdb.base/sigall.c: Likewise.
13018         * gdb.base/unwindonsignal.c: Likewise.
13019         * gdb.reverse/sigall-reverse.c: Likewise.
13020
13021 2014-06-06  Yao Qi  <yao@codesourcery.com>
13022
13023         * gdb.base/hbreak-unmapped.exp: Read memory at address 0.  If
13024         readable, skip the test.
13025
13026 2014-06-06  Yao Qi  <yao@codesourcery.com>
13027
13028         * gdb.threads/staticthreads.c (thread_function): Move the line
13029         setting breakpoint on forward.
13030         * gdb.threads/staticthreads.exp: Update comments.
13031
13032 2014-06-05  Ludovic Courtès  <ludo@gnu.org>
13033
13034         * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13035         "history-append! type error".
13036
13037 2014-06-05  Simon Marchi  <simon.marchi@ericsson.com>
13038
13039         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13040         erroneous dprintf expected input.
13041
13042 2014-06-04  Doug Evans  <xdje42@gmail.com>
13043
13044         * gdb.guile/scm-generics.exp: Delete.
13045
13046 2014-06-04  Doug Evans  <xdje42@gmail.com>
13047
13048         * gdb.guile/scm-breakpoint.exp: Update.
13049         Add tests for breakpoint registration.
13050
13051 2014-06-04  Tom Tromey  <tromey@redhat.com>
13052
13053         * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13054         VLA-in-union.
13055         * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13056         inner_vla_struct, vla_union types.  Initialize objects of those
13057         types and compute their sizes.
13058
13059 2014-06-04  Nathan Sidwell  <nathan@codesourcery.com>
13060             Hui Zhu  <hui@codesourcery.com>
13061
13062         * gdb.base/fileio.exp: Add test for shell not available as well as
13063         available.
13064         * gdb.base/fileio.c (test_system): Check for shell twice.
13065
13066 2014-06-04  Yao Qi  <yao@codesourcery.com>
13067
13068         * gdb.base/auto-connect-native-target.exp: Remove redundant
13069         space from the regexp pattern.
13070
13071 2014-06-04  Yao Qi  <yao@codesourcery.com>
13072
13073         * gdb.base/default.exp: Replace "child" with "native" in
13074         regexp pattern.
13075
13076 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
13077
13078         * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13079         * gdb.python/py-xmethods.exp: New tests to test xmethods.
13080         * gdb.python/py-xmethods.py: Python script supporting the
13081         new testcase and tests.
13082
13083 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
13084             Pedro Alves  <palves@redhat.com>
13085
13086         PR breakpoints/17000
13087         * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13088         * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13089
13090 2014-06-03  Brad Mouring  <bmouring@ni.com>  (tiny patch)
13091
13092         * gdb.base/subst.exp: Add tests to verify partial path matching
13093         output.
13094
13095 2014-06-03  Pedro Alves  <palves@redhat.com>
13096
13097         * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13098         target that doesn't use software single-stepping.
13099
13100 2014-06-03  Pedro Alves  <palves@redhat.com>
13101
13102         PR breakpoints/17000
13103         * gdb.base/sss-bp-on-user-bp-2.c: New file.
13104         * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13105
13106 2014-06-02  Doug Evans  <xdje42@gmail.com>
13107
13108         * gdb.guile/scm-parameter.exp: New file.
13109
13110 2014-06-02  Doug Evans  <xdje42@gmail.com>
13111
13112         * gdb.guile/scm-cmd.c: New file.
13113         * gdb.guile/scm-cmd.exp: New file.
13114
13115 2014-06-02  Doug Evans  <xdje42@gmail.com>
13116
13117         * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13118         pretty-printer lookup.
13119         * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13120         (make-pp_s-printer): Call it.
13121         (make-pretty-printer-from-dict): New function.
13122         (lookup-pretty-printer-maker-from-dict): New function.
13123         (*pretty-printer*): Simplify.
13124         (make-objfile-pp_s-printer): New function.
13125         (install-objfile-pretty-printers!): New function.
13126         (make-progspace-pp_s-printer): New function.
13127         (install-progspace-pretty-printers!): New function.
13128         * gdb.guile/scm-progspace.c: New file.
13129         * gdb.guile/scm-progspace.exp: New file.
13130
13131 2014-06-02  Pedro Alves  <palves@redhat.com>
13132
13133         * gdb.base/dprintf-bp-same-addr.c: New file.
13134         * gdb.base/dprintf-bp-same-addr.exp: New file.
13135
13136 2014-06-02  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
13137
13138         * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13139         * gdb.arch/powerpc-power.s: Likewise.
13140
13141 2014-06-02  Joel Brobecker  <brobecker@adacore.com>
13142
13143         * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13144
13145 2014-06-01  Yao Qi  <yao@codesourcery.com>
13146
13147         * gdb.base/watchpoint.exp (test_watch_location): Check null
13148         pointer can be dereferenced.  If not, do the test, otherwise
13149         skip it.
13150
13151 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13152
13153         * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13154         results.
13155         * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13156
13157 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
13158
13159         * gdb.arch/amd64-invalid-stack-middle.S: New file.
13160         * gdb.arch/amd64-invalid-stack-middle.c: New file.
13161         * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13162         * gdb.arch/amd64-invalid-stack-top.c: New file.
13163         * gdb.arch/amd64-invalid-stack-top.exp: New file.
13164
13165 2014-05-30  Pedro Alves  <palves@redhat.com>
13166
13167         PR breakpoints/17000
13168         * gdb.base/sss-bp-on-user-bp.c: New file.
13169         * gdb.base/sss-bp-on-user-bp.exp: New file.
13170
13171 2014-05-30  David Blaikie  <dblaikie@gmail.com>
13172
13173         * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13174         gnu_inline semantics via attribute.
13175         * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13176         source explicitly specifies the required semantics.
13177
13178 2014-05-30  Maciej W. Rozycki  <macro@codesourcery.com>
13179
13180         * gdb.reverse/sigall-reverse.exp: Fix a typo.
13181
13182 2014-05-29  Pedro Alves  <palves@redhat.com>
13183             Tom Tromey  <tromey@redhat.com>
13184
13185         * gdb.base/async-shell.exp: Don't enable target-async.
13186         * gdb.base/async.exp
13187         * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13188         parameter.  Adjust.
13189         (top level): Don't test with "target-async".
13190         * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13191         * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13192         * gdb.base/inferior-died.exp: Don't enable target-async.
13193         * gdb.base/interrupt-noterm.exp: Likewise.
13194         * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13195         * gdb.mi/mi-nonstop-exit.exp: Likewise.
13196         * gdb.mi/mi-nonstop.exp: Likewise.
13197         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13198         * gdb.mi/mi-nsintrall.exp: Likewise.
13199         * gdb.mi/mi-nsmoribund.exp: Likewise.
13200         * gdb.mi/mi-nsthrexec.exp: Likewise.
13201         * gdb.mi/mi-watch-nonstop.exp: Likewise.
13202         * gdb.multi/watchpoint-multi.exp: Adjust comment.
13203         * gdb.python/py-evsignal.exp: Don't enable target-async.
13204         * gdb.python/py-evthreads.exp: Likewise.
13205         * gdb.python/py-prompt.exp: Likewise.
13206         * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13207         * gdb.server/solib-list.exp: Don't enable target-async.
13208         * gdb.threads/thread-specific-bp.exp: Likewise.
13209         * lib/mi-support.exp: Adjust to use mi-async.
13210
13211 2014-05-29  Pedro Alves  <palves@redhat.com>
13212
13213         PR gdb/13860
13214         * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13215         reason, even in sync mode.
13216
13217 2014-05-29  Pedro Alves  <palves@redhat.com>
13218             Hui Zhu  <hui@codesourcery.com>
13219
13220         PR PR15693
13221         * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13222         * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13223         * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13224         * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13225
13226 2014-05-28  Joel Brobecker  <brobecker@adacore.com>
13227
13228         * config/monitor.exp (gdb_target_monitor): Replace use of
13229         "set remotebaud" by "set serial baud".
13230
13231 2014-05-26  Andy Wingo  <wingo@igalia.com>
13232
13233         * gdb.guile/scm-breakpoint.exp:
13234         * gdb.guile/scm-gsmob.exp: Update to use plain old object
13235         properties instead of gdb-object-properties.
13236
13237 2014-05-26  Yao Qi  <yao@codesourcery.com>
13238
13239         * gdb.server/no-thread-db.exp: Specify source file name
13240         explicitly when setting a breakpoint.
13241
13242 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13243
13244         * gdb.btrace/vdso.c: New.
13245         * gdb.btrace/vdso.exp: New.
13246
13247 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13248
13249         * gdb.base/gcore.exp (capture_command_output): Move ...
13250         * lib/gdb.exp (capture_command_output): ... here.
13251
13252 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
13253
13254         * gdb.btrace/data.exp: Test memory access during btrace replay.
13255
13256 2014-05-22  Simon Marchi  <simon.marchi@ericsson.com>
13257
13258         * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13259
13260 2014-05-21  Pedro Alves  <palves@redhat.com>
13261
13262         PR gdb/13860
13263         * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13264         (top level): Test that output related to execution commands is
13265         sent to the console with CLI commands, but not with MI commands.
13266         Test that breakpoint events are always mirrored to the console.
13267         Also expect the new source line to be output after a "next" in
13268         async mode too.  Make it a pass/fail test.
13269         * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13270         output.
13271         * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13272
13273 2014-05-21  Pedro Alves  <palves@redhat.com>
13274
13275         * gdb.base/list.exp (build_pattern, test_list): New procedures.
13276         Use them to test variations of "list" after reaching a breakpoint.
13277         * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13278         Test "list" with listsize 10 after reaching a breakpoint.
13279         * gdb.python/python.exp (decode_line current location line
13280         number): Adjust expected line number.
13281
13282 2014-05-21  Simon Marchi  <simon.marchi@ericsson.com>
13283
13284         * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13285         behavior for $args, pass it directly to "run".
13286
13287 2014-05-21  Maciej W. Rozycki  <macro@codesourcery.com>
13288
13289         * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13290         30000 to 65536.
13291
13292 2014-05-21  Pedro Alves  <palves@redhat.com>
13293
13294         * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13295         auto-connect-native-target off".
13296         * gdb.base/auto-connect-native-target.c: New file.
13297         * gdb.base/auto-connect-native-target.exp: New file.
13298
13299 2014-05-21  Pedro Alves  <palves@redhat.com>
13300
13301         * gdb.base/default.exp: Test "target native" instead of "target
13302         child".
13303
13304 2014-05-21  Mark Wielaard  <mjw@redhat.com>
13305
13306         * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13307
13308 2014-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
13309
13310         Fix TLS access for -static -pthread.
13311         * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13312         <HAVE_TLS> (thread_function, main): Initialize it.
13313         * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13314         Add clean_restart.
13315         <$have_tls != "">: Check TLSVAR.
13316
13317 2014-05-21  Pedro Alves  <palves@redhat.com>
13318
13319         * gdb.base/dcache-line-read-error.c: New.
13320         * gdb.base/dcache-line-read-error.exp: New.
13321
13322 2014-05-20  Pedro Alves  <palves@redhat.com>
13323
13324         * gdb.base/compare-sections.c: New file.
13325         * gdb.base/compare-sections.exp: New file.
13326
13327 2014-05-20  Pedro Alves  <palves@redhat.com>
13328
13329         * gdb.base/break-idempotent.c: New file.
13330         * gdb.base/break-idempotent.exp: New file.
13331
13332 2014-05-20  Markus Metzger  <markus.t.metzger@intel.com>
13333
13334         * gdb.btrace/nohist.exp: New.
13335
13336 2014-05-20  Yao Qi  <yao@codesourcery.com>
13337
13338         * lib/gdb.exp (gdb_init): Set timeout if test file is under
13339         gdb.reverse directory and gdb_reverse_timeout exists in board
13340         setting.
13341         * README: Document gdb_reverse_timeout.
13342
13343 2014-05-20  Yao Qi  <yao@codesourcery.com>
13344
13345         * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13346         'test_file_name'.  Treat args as a string instead of a list.
13347         (gdb_init): Rename argument 'args' by 'test_file_name'.
13348
13349 2014-05-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13350
13351         * gdb.arch/powerpc-power.exp: New file.
13352         * gdb.arch/powerpc-power.s: New file.
13353
13354 2014-05-16  Doug Evans  <dje@google.com>
13355
13356         * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13357         * gdb.base/completion.exp: Check that all expected files exist
13358         before doing file completion.
13359
13360 2014-05-16  Doug Evans  <dje@google.com>
13361
13362         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13363         Update.
13364         (do_syscall_tests_without_xml): Update.
13365
13366 2014-05-16  Pedro Alves  <palves@redhat.com>
13367
13368         * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13369         instead of "unknown output after running".
13370
13371 2014-05-16  Yao Qi  <yao@codesourcery.com>
13372
13373         * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host.  Remove
13374         file1.txt from host at the end.
13375         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13376
13377 2014-05-15  Doug Evans  <dje@google.com>
13378
13379         * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13380         * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13381         loading file.  Add test for TU lookup.
13382
13383 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13384
13385         * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13386         calling "-exec-arguments" or "set args" before running the
13387         inferior.
13388
13389 2014-05-15  Simon Marchi  <simon.marchi@ericsson.com>
13390
13391         * lib/mi-support.exp (mi_expect_stop): Expect message for
13392         inferiors that exit with non-zero exit code.
13393
13394 2014-05-14  Yao Qi  <yao@codesourcery.com>
13395
13396         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13397         match absolute path on remote host.
13398         (test_file_list_exec_source_files): Remove "/" from the
13399         pattern.
13400
13401 2014-05-14  Yao Qi  <yao@codesourcery.com>
13402
13403         * boards/local-remote-host-notty.exp (${board}_file): New
13404         proc.
13405
13406 2014-05-07  Kyle McMartin  <kyle@redhat.com>
13407
13408         Pushed by Joel Brobecker  <brobecker@adacore.com>.
13409         * gdb.arch/aarch64-atomic-inst.c: New file.
13410         * gdb.arch/aarch64-atomic-inst.exp: New file.
13411
13412 2014-05-07  Yao Qi  <yao@codesourcery.com>
13413
13414         * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13415         in current context" too.
13416
13417 2014-05-05  Keith Seitz  <keiths@redhat.com>
13418
13419         * gdb.linespec/ls-dollar.exp: Add test for linespec
13420         file:convenience_variable.
13421
13422 2014-05-05  Yao Qi  <yao@codesourcery.com>
13423
13424         * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13425         traceframes into tfile and ctf trace files.  Read data from
13426         trace file and test collected data.
13427         (gdb_collect_locals_test): Likewise.
13428         (gdb_unavailable_registers_test): Likewise.
13429         (gdb_unavailable_floats): Likewise.
13430         (gdb_collect_globals_test): Likewise.
13431         (top-level): Append "ctf" to trace_file_targets if GDB
13432         supports.
13433
13434 2014-05-05  Yao Qi  <yao@codesourcery.com>
13435
13436         * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13437         code to ...
13438         (gdb_collect_args_test_1): ... it.  New proc.
13439         (gdb_collect_locals_test): Move some code to ...
13440         (gdb_collect_locals_test_1): ... it.  New proc.
13441         (gdb_unavailable_registers_test): Move some code to ...
13442         (gdb_unavailable_registers_test_1): ... it.  New proc.
13443         (gdb_unavailable_floats): Move some code to ...
13444         (gdb_unavailable_floats_1): ... it.  New proc.
13445
13446 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13447
13448         * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13449         probes to test for bitness recognition.
13450         * gdb.arch/amd64-stap-optional-prefix.exp
13451         (test_probe_value_without_reg): New procedure.
13452         Add code to test for different kinds of bitness.
13453
13454 2014-05-02  Sergio Durigan Junior  <sergiodj@redhat.com>
13455
13456         PR breakpoints/16889
13457         * gdb.arch/amd64-stap-optional-prefix.S: New file.
13458         * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13459
13460 2014-05-01  Pedro Alves  <palves@redhat.com>
13461
13462         * lib/gdb.exp (gdb_load): Extend comment.  Skip calling
13463         gdb_file_cmd if no file is specified.
13464         * boards/native-extended-gdbserver.exp (gdb_load): Use the
13465         last_loaded_file to set the remote exec-file.
13466
13467 2014-05-01  Pedro Alves  <palves@redhat.com>
13468
13469         * boards/local-remote-host.exp: New file.
13470
13471 2014-05-01  Pedro Alves  <palves@redhat.com>
13472
13473         * boards/local-remote-host.exp: Rename to ...
13474         * boards/local-remote-host-notty.exp: ... this.
13475
13476 2014-04-28  Joel Brobecker  <brobecker@adacore.com>
13477
13478         * gdb.ada/dyn_arrayidx: New testcase.
13479
13480 2014-04-26  Yao Qi  <yao@codesourcery.com>
13481
13482         * gdb.dwarf2/dwz.exp: Compile main.c to object.  Restart GDB
13483         and compute the length of function main.  Save it in
13484         $main_length.
13485         (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13486         (top-level): Use gdb_compile to compile objects into
13487         executable and restart GDB.  Remove invocation to
13488         prepare_for_testing.
13489
13490 2014-04-25  Simon Marchi  <simon.marchi@ericsson.com>
13491             Pedro Alves  <palves@redhat.com>
13492
13493         PR server/16255
13494         * gdb.multi/multi-attach.c: New file.
13495         * gdb.multi/multi-attach.exp: New file.
13496
13497 2014-04-25  Pedro Alves  <palves@redhat.com>
13498
13499         * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13500         user.
13501         (top level): Test that "set remote conditional-breakpoints-packet
13502         off" works as intended.
13503         * gdb.base/dprintf.exp: Test that "set remote
13504         breakpoint-commands-packet off" works as intended.
13505         * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13506         New function.
13507         (top level): Call it.
13508         * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13509         remote fast-tracepoints-packet off" works as intended.
13510         * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13511         * lib/gdb.exp (gdb_is_target_remote): ... here.
13512
13513 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13514
13515         * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13516         ensure clang would not discard them.
13517         * gdb.base/gdbvars.c: Ditto.
13518         * gdb.base/memattr.c: Ditto.
13519         * gdb.base/whatis.c: Ditto.
13520         * gdb.python/py-prettyprint.c: Ditto.
13521         * gdb.trace/actions.c: Ditto.
13522         * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13523         ensure clang would not discard it.
13524
13525 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13526
13527         * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13528         clang to emit the full definition of type required by the test
13529         * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13530
13531 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13532
13533         * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13534         coax Clang into emitting the definition of the type.
13535         * gdb.cp/pr10728-x.h (y): Ditto.
13536         * gdb.cp/pr10728-y.cc (y): Ditto.
13537
13538 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13539
13540         * gdb.base/label.exp: XFAIL label related tests under Clang.
13541         * gdb.cp/cplabel.exp: Ditto.
13542         * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13543         under Clang those using labels.
13544
13545 2014-04-25  Yao Qi  <yao@codesourcery.com>
13546
13547         * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13548         double_label.
13549         * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13550         partial_label and double_label.
13551
13552 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13553
13554         * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13555
13556 2014-04-24  David Blaikie  <dblaikie@gmail.com>
13557
13558         * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13559         of the function to work across GCC and Clang.
13560         * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13561         pointer types (const void ** const V void **).
13562
13563 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
13564             Walfred Tedeschi  <walfred.tedeschi@intel.com>
13565
13566         * Makefile.in (EXECUTABLES): Added i386-avx512.
13567         * gdb.arch/i386-avx512.c: New file.
13568         * gdb.arch/i386-avx512.exp: Likewise.
13569
13570 2014-04-23  Keith Seitz  <keiths@redhat.com>
13571
13572         * lib/mi-support.exp (mi_list_breakpoints): Delete.
13573         (mi_make_breakpoint_table): New procedure.
13574         (mi_create_breakpoint): Use mi_make_breakpoint
13575         and return the result.
13576         (mi_make_breakpoint): New procedure.
13577         (mi_build_kv_pairs): New procedure.
13578
13579         * gdb.mi/mi-break.exp: Remove unused globals,
13580         update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13581         All callers updated.
13582         * gdb.mi/mi-dprintf.exp: Use variable to track command
13583         number.
13584         Update all callers of mi_create_breakpoint and use
13585         mi_make_breakpoint_table.
13586         Remove any unused global variables.
13587         * gdb.mi/mi-nonstop.exp: Likewise.
13588         * gdb.mi/mi-nsintrall.exp: Likewise.
13589         * gdb.mi/mi-nsmoribund.exp: Likewise.
13590         * gdb.mi/mi-nsthrexec.exp: Likewise.
13591         * gdb.mi/mi-reverse.exp: Likewise.
13592         * gdb.mi/mi-simplerun.exp: Likewise.
13593         * gdb.mi/mi-stepn.exp: Likewise.
13594         * gdb.mi/mi-syn-frame.exp: Likewise.
13595         * gdb.mi/mi-until.exp: Likewise.
13596         * gdb.mi/mi-var-cp.exp: Likewise.
13597         * gdb.mi/mi-var-display.exp: Likewise.
13598         * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13599         * gdb.mi/mi2-var-child.exp: Likewise.
13600         * gdb.mi/mi-vla-c99.exp: Likewise.
13601         * lib/mi-support.exp: Likewise.
13602
13603         From Ian Lance Taylor  <iant@cygnus.com>:
13604         * lib/gdb.exp (parse_args): New procedure.
13605
13606 2014-04-23  Pedro Alves  <palves@redhat.com>
13607
13608         * gdb.base/break-unload-file.c: New file.
13609         * gdb.base/break-unload-file.exp: New file.
13610         * gdb.base/sym-file-lib.c (baz): New function.
13611         * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13612         field.
13613         (load): Store the segment's mapped size.
13614         (unload): New function.
13615         (unload_shlib): New function.
13616         * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13617         * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13618         set a breakpoint at baz, and call it.
13619         * gdb.base/sym-file.exp: New tests for stale breakpoint
13620         instructions.
13621
13622 2014-04-23  Pedro Alves  <palves@redhat.com>
13623
13624         * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13625         * gdb.base/hbreak-in-shr-unsupported.c: New file.
13626         * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13627         * gdb.base/hbreak-unmapped.c: New file.
13628         * gdb.base/hbreak-unmapped.exp: New file.
13629         * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13630         * lib/gdb.exp (gdb_is_target_remote): ... here.
13631
13632 2014-04-22  Pedro Alves  <palves@redhat.com>
13633
13634         * gdb.base/consecutive-step-over.c: New file.
13635         * gdb.base/consecutive-step-over.exp: New file.
13636
13637 2014-04-22  Pedro Alves  <palves@redhat.com>
13638
13639         * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13640         instead of send_gdb/gdb_expect.
13641
13642 2014-04-22  Yao Qi  <yao@codesourcery.com>
13643
13644         * lib/trace-support.exp (generate_tracefile): New procedure.
13645         * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13646         return 0.
13647         * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13648         if generate_tracefile returns 1.
13649
13650 2014-04-18  Tom Tromey  <palves@redhat.com>
13651             Pedro alves  <tromey@redhat.com>
13652
13653         PR backtrace/15558
13654         * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13655         with a backtrace limit.
13656         * gdb.python/py-frame-inline.exp: Test running to an inline
13657         function with a backtrace limit, and printing the newest frame.
13658         * gdb.python/py-frame-inline.c (main): Call f.
13659
13660 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13661
13662         * gdb.java/jnpe.exp: Drop srcdir from untested path.
13663
13664 2014-04-17  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13665
13666         * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13667         Drop prefix from unsupported source file path.
13668
13669 2014-04-17  Yao Qi  <yao@codesourcery.com>
13670
13671         * lib/gdb.exp (with_target_charset): New proc.
13672         * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13673         with_target_charset.
13674         (test_print_strings): Likewise.
13675         (test_repeat_bytes): Likewise.
13676         * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13677         for some tests.
13678
13679 2014-04-16  Keith Seitz  <keiths@redhat.com>
13680
13681         PR gdb/15827
13682         * gdb.dwarf2/corrupt.c: New file.
13683         * gdb.dwarf2/corrupt.exp: New file.
13684
13685 2014-04-16  Keith Seitz  <keiths@redhat.com>
13686
13687         PR c++/16597
13688         * gdb.cp/namelessclass.cc: New file.
13689         * gdb.cp/namelessclass.exp: New file.
13690         * gdb.cp/namelessclass.S: New file.
13691
13692 2014-04-16  Doug Evans  <dje@google.com>
13693
13694         * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13695         Add comment.
13696         (gdbserver_default_get_comm_port): New function.
13697         (gdbserver_start): Check if board file provided
13698         "gdbserver,get_comm_port" and use it if so.
13699         * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13700         (gdb,socketport): Set to "stdio".
13701         (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13702         (stdio_gdbserver_template): Delete.
13703         (${board}_get_remote_address): Update.
13704         (${board}_build_remote_cmd): Delete.
13705         (${board}_get_comm_port): New function.
13706         (${board}_spawn): Update.
13707         * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13708         Delete.
13709         (${board}_get_remote_address): Update.
13710         (${board}_get_comm_port): New function.
13711
13712 2014-04-16  Andrew Burgess  <aburgess@broadcom.com>
13713
13714         * gdb.base/memattr.exp: Improve regexps to handle memory regions
13715         appearing in any order.
13716
13717 2014-04-15  Doug Evans  <dje@google.com>
13718
13719         * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13720         uninitialized value of "description".
13721
13722 2014-04-15  Keith Seitz  <keiths@redhat.com>
13723
13724         * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13725         Remove unused globals.
13726         (test_running_the_program): Likewise.
13727         (test_controlled_execution): Likewise.
13728         (test_controlling_breakpoints): Likewise.
13729         (test_program_termination): Likewise.
13730
13731 2014-04-15  Keith Seitz  <keiths@redhat.com>
13732
13733         * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13734         unused globals.
13735         (test_rbreak_creation_and_listing): Likewise.
13736         (test_ignore_count): Likewise.
13737         (test_error): Likewise.
13738
13739 2014-04-15  Pedro Alves  <palves@redhat.com>
13740
13741         * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13742         <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13743         sym-file-loader.c.
13744         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13745         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13746         to sym-file-loader.c.
13747         (struct library): Forward declare.
13748         (load_shlib, lookup_function): Change prototypes.
13749         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13750         (translate_offset): Remove declarations.
13751         (get_text_addr): New declaration.
13752         * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13753         <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13754         sym-file-loader.h.
13755         (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13756         (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13757         here from sym-file-loader.h.
13758         (struct library): New structure.
13759         (load_shlib, lookup_function): Change prototypes and adjust to
13760         work with a struct library.
13761         (find_shstrtab, find_strtab, find_shdr, find_symtab)
13762         (translate_offset): Make static.
13763         (get_text_addr): New function.
13764         * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13765
13766 2014-04-15  Pedro Alves  <palves@redhat.com>
13767
13768         * gdb.base/sym-file-loader.c: Fix typo.  SELF_LINK, not SELK_LINK.
13769
13770 2014-04-15  Pedro Alves  <palves@redhat.com>
13771
13772         * gdb.base/sym-file-loader.c: Include <limits.h>.
13773         (SELF_LINK): New define.
13774         (get_origin): New function.
13775         (load_shlib): Use it.
13776         * gdb.base/sym-file.exp: Don't early return if the target is
13777         remote.  Use runto_main, and issue fail is that fails.  Use
13778         gdb_load_shlibs.
13779         (shlib_name): Delete.
13780         (lib_so, lib_syms, lib_dlopen): New globals.  Use them throughout.
13781
13782 2014-04-15  Pedro Alves <palves@redhat.com>
13783
13784         * gdb.base/sym-file.exp: Remove regex characters from test
13785         message.  Don't refer to breakpoint numbers in test messages.
13786
13787 2014-04-14  Keith Seitz  <keiths@redhat.com>
13788
13789         PR c++/16253
13790         * gdb.cp/var-tag.cc: New file.
13791         * gdb.cp/var-tag.exp: New file.
13792         * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13793         * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13794         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13795         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13796
13797 2014-04-14  Tom Tromey  <tromey@redhat.com>
13798
13799         * gdb.cp/classes.exp (test_enums): Handle underlying type.
13800         * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13801         type.
13802         * gdb.cp/enum-class.exp: New file.
13803         * gdb.cp/enum-class.cc: New file.
13804
13805 2014-04-14  Tom Tromey  <tromey@redhat.com>
13806
13807         * gdb.dwarf2/enum-type.exp: New file.
13808
13809 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13810
13811         * gdb.mi/mi-vla-c99.exp: New file.
13812         * gdb.mi/vla.c: New file.
13813
13814 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13815
13816         * gdb.base/vla-datatypes.c: New file.
13817         * gdb.base/vla-datatypes.exp: New file.
13818
13819 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13820
13821         * gdb.base/vla-ptr.c: New file.
13822         * gdb.base/vla-ptr.exp: New file.
13823
13824 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13825
13826         * gdb.dwarf2/count.exp: New file.
13827
13828 2014-04-14  Sanimir Agovic  <sanimir.agovic@intel.com>
13829
13830         * gdb.base/vla-sideeffect.c: New file.
13831         * gdb.base/vla-sideeffect.exp: New file.
13832
13833 2014-04-14  David Blaikie <dblaikie@gmail.com>
13834
13835         * gdb.mi/non-stop.c: Add return value for non-void function return
13836         statement.
13837         * gdb.threads/staticthreads.c: Ditto.
13838
13839 2014-04-12  Siva Chandra Reddy  <sivachandra@google.com>
13840             Doug Evans  <xdje42@gmail.com>
13841
13842         * gdb.guile/scm-value.c: Improve test case.
13843         * gdb.guile/scm-value.exp: Add new test.
13844
13845 2014-04-11  David Blaikie  <dblaikie@gmail.com>
13846
13847         * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
13848         override Clang's default.
13849
13850 2014-04-11  Joel Brobecker  <brobecker@adacore.com>
13851
13852         Revert the following changes (regressions):
13853
13854         * gdb.base/vla-sideeffect.c: New file.
13855         * gdb.base/vla-sideeffect.exp: New file.
13856
13857         * gdb.dwarf2/count.exp: New file.
13858
13859         * gdb.base/vla-multi.c: New file.
13860         * gdb.base/vla-multi.exp: New file.
13861
13862         * gdb.base/vla-ptr.c: New file.
13863         * gdb.base/vla-ptr.exp: New file.
13864
13865         * gdb.base/vla-datatypes.c: New file.
13866         * gdb.base/vla-datatypes.exp: New file.
13867
13868         * gdb.mi/mi-vla-c99.exp: New file.
13869         * gdb.mi/vla.c: New file.
13870
13871 2014-04-11  Keith Seitz  <keiths@redhat.com>
13872
13873         PR c++/16675
13874         * gdb.cp/cpsizeof.exp: New file.
13875         * gdb.cp/cpsizeof.cc: New file.
13876
13877 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13878
13879         * gdb.mi/mi-vla-c99.exp: New file.
13880         * gdb.mi/vla.c: New file.
13881
13882 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13883
13884         * gdb.base/vla-datatypes.c: New file.
13885         * gdb.base/vla-datatypes.exp: New file.
13886
13887 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13888
13889         * gdb.base/vla-ptr.c: New file.
13890         * gdb.base/vla-ptr.exp: New file.
13891
13892 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13893
13894         * gdb.base/vla-multi.c: New file.
13895         * gdb.base/vla-multi.exp: New file.
13896
13897 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13898
13899         * gdb.dwarf2/count.exp: New file.
13900
13901 2014-04-11  Sanimir Agovic  <sanimir.agovic@intel.com>
13902
13903         * gdb.base/vla-sideeffect.c: New file.
13904         * gdb.base/vla-sideeffect.exp: New file.
13905
13906 2014-04-11  Yao Qi  <yao@codesourcery.com>
13907
13908         * gdb.base/completion.exp: Check file exists before running tests
13909         on file completion.
13910
13911 2014-04-10  Pedro Alves  <palves@redhat.com>
13912
13913         * gdb.base/cond-eval-mode.c: New file.
13914         * gdb.base/cond-eval-mode.exp: Use standard_testfile.  Adjust
13915         prepare_for_testing to build the new file.  Check result of
13916         runto_main.
13917         (test_break, test_watch): New procedures.
13918         (top level): Use them.
13919
13920 2014-04-08  Pierre Muller  <muller@sourceware.org>
13921
13922         * gdb.base/printcmds.exp (test_artificial_arrays): Disable
13923         Ctrl-V use for mingw hosts.
13924
13925 2014-04-07  Siva Chandra Reddy  <sivachandra@google.com>
13926
13927         * gdb.python/py-value.c: Improve test case.
13928         * gdb.python/py-value.exp: Add new test.
13929
13930 2014-04-07  David Blaikie  <dblaikie@gmail.com>
13931
13932         * lib/compiler.c: Identify the clang compiler.
13933         * lib/compiler.cc: Ditto.
13934
13935 2014-04-03  Yao Qi  <yao@codesourcery.com>
13936
13937         * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
13938
13939 2014-04-01  Anton Blanchard  <anton@samba.org>
13940
13941         * gdb.arch/ppc64-atomic-inst.exp: Use untested.  Make test
13942         messages unique.
13943
13944 2014-04-01  Anton Blanchard  <anton@samba.org>
13945
13946         * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
13947         prepare_for_testing.
13948
13949 2014-04-01  Anton Blanchard  <anton@samba.org>
13950
13951         * gdb.arch/ppc64-atomic-inst.c: Remove.
13952         * gdb.arch/ppc64-atomic-inst.S: New file.
13953         * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
13954
13955 2014-03-31  Doug Evans  <dje@google.com>
13956
13957         * gdb.base/print-symbol-loading-lib.c: New file.
13958         * gdb.base/print-symbol-loading-main.c: New file.
13959         * gdb.base/print-symbol-loading.exp: New file.
13960
13961 2014-03-31  Yao Qi  <yao@codesourcery.com>
13962
13963         * gdb.base/source-dir.exp: Allow ';' as a directory separator.
13964
13965 2014-03-28  Joel Brobecker  <brobecker@adacore.com>
13966
13967         * gdb.ada/mi_dyn_arr: New testcase.
13968
13969 2014-03-27  Doug Evans  <dje@google.com>
13970
13971         * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
13972
13973 2014-03-27  Yao Qi  <yao@codesourcery.com>
13974
13975         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
13976         if target is nios2-*-*.
13977
13978 2014-03-26  Yao Qi  <yao@codesourcery.com>
13979
13980         * lib/gdb.exp (readline_is_used): New proc.
13981         * gdb.base/completion.exp: Move tests on command complete up.
13982         Skip the rest of tests if readline is not used.
13983         * gdb.ada/complete.exp: Skp the test if readline is not
13984         used.
13985         * gdb.base/filesym.exp: Likewise.
13986         * gdb.base/macscp.exp: Likewise.
13987         * gdb.base/readline-ask.exp: Likewise.
13988         * gdb.base/readline.exp: Likewise.
13989         * gdb.python/py-cmd.exp: Likewise.
13990         * gdb.trace/tfile.exp: Likewise.
13991
13992 2014-03-26  Yao Qi  <yao@codesourcery.com>
13993
13994         * gdb.base/macscp.exp: Fix code format issues.
13995
13996 2014-03-25  Ulrich Weigand  <uweigand@de.ibm.com>
13997
13998         * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
13999         * gdb.asm/powerpc64le.inc: New file.
14000
14001 2014-03-25  Pedro Alves  <palves@redhat.com>
14002             Doug Evans  <dje@google.com>
14003
14004         * gdb.base/source-execution.c: New file.
14005         * gdb.base/source-execution.exp: New file.
14006         * gdb.base/source-execution.gdb: New file.
14007
14008 2014-03-24  Doug Evans  <dje@google.com>
14009
14010         * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14011         using fission.
14012
14013 2014-03-24  Hui Zhu  <hui@codesourcery.com>
14014             Pedro Alves  <palves@redhat.com>
14015
14016         PR breakpoints/16101
14017         * gdb.base/dprintf.exp: Use unsupported rather than changing the
14018         test pass/fail messages.  Detect missing support for dprintf when
14019         breakpoints are actually inserted.
14020         * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14021         breakpoints are actually inserted.
14022         * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14023         fails.
14024
14025 2014-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14026
14027         * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14028
14029 2014-03-22  Doug Evans  <xdje42@gmail.com>
14030
14031         * gdb.python/python.exp (python not supported): Verify multi-line
14032         python command issues an error.
14033         * gdb.guile/guile.exp (guile not supported): Verify multi-line
14034         guile command issues an error.
14035
14036 2014-03-21  Maciej W. Rozycki  <macro@codesourcery.com>
14037
14038         * gdb.threads/thread-specific.exp: Handle the lack of usable
14039         $this_breakpoint and $this_thread.
14040
14041 2014-03-21  Hui Zhu  <hui@codesourcery.com>
14042
14043         * gdb.base/attach.exp (do_command_attach_tests): New.
14044
14045 2014-03-20  Tom Tromey  <tromey@redhat.com>
14046             Pedro Alves  <palves@redhat.com>
14047
14048         PR cli/15718
14049         * gdb.base/condbreak-call-false.c: New file.
14050         * gdb.base/condbreak-call-false.exp: New file.
14051
14052 2014-03-20  Pedro Alves  <palves@redhat.com>
14053
14054         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14055         Delete.
14056         (block_signals, unblock_signals): Delete.
14057         (child_function_2, main): Remove references to deleted variable
14058         and functions.
14059
14060 2014-03-20  Pedro Alves  <palves@redhat.com>
14061
14062         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14063         Use pthread_kill to signal thread 2.
14064         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14065         Adjust to make the test send itself a signal rather than using the
14066         host's "kill" command.
14067
14068 2014-03-20  Pedro Alves  <palves@redhat.com>
14069
14070         * gdb.threads/multiple-step-overs.c: New file.
14071         * gdb.threads/multiple-step-overs.exp: New file.
14072         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14073         Adjust expected infrun debug output.
14074
14075 2014-03-20  Pedro Alves  <palves@redhat.com>
14076
14077         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14078         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14079
14080 2014-03-20  Pedro Alves  <palves@redhat.com>
14081
14082         PR breakpoints/7143
14083         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14084         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
14085         of gdb_test_multiple.
14086         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14087         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14088
14089 2014-03-20  Pedro Alves  <palves@redhat.com>
14090
14091         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14092         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14093
14094 2014-03-19  Pedro Alves  <palves@redhat.com>
14095
14096         * gdb.base/async.exp: Remove early return.
14097
14098 2014-03-19  Pedro Alves  <palves@redhat.com>
14099
14100         * gdb.base/async.exp (step& tests): Pass explicit test messages.
14101
14102 2014-03-19  Pedro Alves  <palves@redhat.com>
14103
14104         * gdb.base/async.exp (test_background): Expect \r\n after
14105         "completed." in the fail pattern.
14106
14107 2014-03-19  Pedro Alves  <palves@redhat.com>
14108
14109         * gdb.base/async.exp (test_background): New procedure.
14110         Use it for all background execution command tests.
14111
14112 2014-03-19  Pedro Alves  <palves@redhat.com>
14113
14114         * gdb.base/async.exp: Use prepare_for_testing.
14115
14116 2014-03-19  Pedro Alves  <palves@redhat.com>
14117
14118         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
14119         the same line.
14120
14121 2014-03-19  Pedro Alves  <palves@redhat.com>
14122
14123         * gdb.base/async.c (main): Add "jump here" and "until here" line
14124         marker comments.
14125         * gdb.base/async.exp (jump_here): New global.
14126         (jump& test): Use it.
14127         (until_here): New global.
14128         (until& test): Use it.
14129
14130 2014-03-19  Pedro Alves  <palves@redhat.com>
14131
14132         * gdb.base/async.exp: Don't frob gdb_protocol.
14133
14134 2014-03-18  Doug Evans  <xdje42@gmail.com>
14135
14136         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
14137         Fix spelling of exec-done-display.
14138
14139 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
14140
14141         PR gdb/15358
14142         * gdb.base/gdb-sigterm.c: New file.
14143         * gdb.base/gdb-sigterm.exp: New file.
14144
14145 2014-03-18  Pedro Alves  <palves@redhat.com>
14146
14147         PR gdb/13860
14148         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14149         * lib/mi-support.exp (mi_expect_stop): Add special handling for
14150         solib-event.
14151
14152 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
14153
14154         * gdb.ada/pckd_arr_ren: New testcase.
14155
14156 2014-03-13  Doug Evans  <xdje42@gmail.com>
14157
14158         PR guile/16612
14159         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14160         collect after discarding symbols.
14161
14162 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
14163             Doug Evans  <xdje42@gmail.com>
14164
14165         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14166         to history survives a gc.
14167
14168 2014-03-13  Pedro Alves  <palves@redhat.com>
14169
14170         * gdb.base/default.exp: Don't test "target procfs".
14171
14172 2014-03-13  Pedro Alves  <palves@redhat.com>
14173
14174         * gdb.base/default.exp: Update "target child" and "target procfs"
14175         tests to not expect "Unix".
14176
14177 2014-03-12  Tom Tromey  <tromey@redhat.com>
14178
14179         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14180         New procs.  Add target-async tests.
14181         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14182         Add target-async tests.
14183
14184 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14185
14186         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14187         'func_start' and 'func_end' for the beginning and end of the
14188         function code, respectively.
14189         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14190         'func_end' instead of 'func' and 'main'.
14191
14192 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14193
14194         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14195         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14196         generate the debug info assembler source.
14197
14198 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14199
14200         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14201         * gdb.dwarf2/arr-subrange.exp: Likewise.
14202         * gdb.dwarf2/dwz.exp: Likewise.
14203         * gdb.dwarf2/method-ptr.exp: Likewise.
14204         * gdb.dwarf2/missing-sig-type.exp: Likewise.
14205         * gdb.dwarf2/subrange.exp: Likewise.
14206         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14207         * gdb.dwarf2/implptrpiece.exp: Likewise.
14208         * gdb.dwarf2/nostaticblock.exp: Likewise.
14209
14210 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14211
14212         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14213         directory to absolute path name arguments.
14214
14215 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
14216
14217         * gdb.ada/tagged_access: New testcase.
14218
14219 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
14220
14221         * gdb.btrace/data.exp: Update expected output.
14222
14223 2014-03-06  Yao Qi  <yao@codesourcery.com>
14224
14225         * gdb.trace/pr16508.exp: New file.
14226
14227 2014-03-05  Pedro Alves  <palves@redhat.com>
14228
14229         PR gdb/16575
14230         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14231         procedure.
14232         (top level): Adjust to use it.  Add tests that exercise breakpoint
14233         interaction with the code-cache.
14234
14235 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
14236
14237         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14238         test for 'history-append!'.
14239
14240 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14241
14242         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14243         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14244         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14245         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14246         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14247         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14248
14249 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14250
14251         * testsuite/gdb.python/py-pp-re-notag.c: New file.
14252         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14253         * testsuite/gdb.python/py-pp-re-notag.p: New file.
14254
14255 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14256
14257         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14258
14259 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
14260
14261         * gdb.dwarf2/arr-stride.c: New file.
14262         * gdb.dwarf2/arr-stride.exp: New file.
14263
14264 2014-02-26  Pedro Alves  <palves@redhat.com>
14265
14266         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14267         that won't ever trigger.  Make sure that GDB reports the correct
14268         breakpoint that caused the stop.
14269
14270 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14271
14272         PR gdb/16626
14273         * gdb.base/auto-load-script: New file.
14274         * gdb.base/auto-load.c: New file.
14275         * gdb.base/auto-load.exp: New file.
14276
14277         PR gdb/16626
14278         * gdb.base/auto-load.exp: Fix out-of-srctree run.
14279
14280 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
14281
14282         Fix dw2-icycle.exp -fsanitize=address GDB crash.
14283         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14284
14285 2014-02-24  Doug Evans  <dje@google.com>
14286
14287         * lib/gdb.exp (run_on_host): Log error output if program fails.
14288
14289 2014-02-21  Pedro Alves  <palves@redhat.com>
14290
14291         * gdb.threads/step-after-sr-lock.c: Rename to ...
14292         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14293         * gdb.threads/step-after-sr-lock.exp: Rename to ...
14294         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14295         ... this.
14296
14297 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
14298
14299         PR tdep/16397
14300         * gdb.arch/amd64-stap-special-operands.exp: New file.
14301         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14302         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14303         * gdb.arch/amd64-stap-triplet.S: Likewise.
14304         * gdb.arch/amd64-stap-triplet.c: Likewise.
14305
14306 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
14307
14308         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14309         in .section pseudo-op.
14310
14311 2014-02-20  lin zuojian  <manjian2006@gmail.com>
14312             Joel Brobecker  <brobecker@adacore.com>
14313             Doug Evans  <xdje42@gmail.com>
14314
14315         PR symtab/16581
14316         * gdb.dwarf2/dw2-icycle.S: New file.
14317         * gdb.dwarf2/dw2-icycle.c: New file.
14318         * gdb.dwarf2/dw2-icycle.exp: New file.
14319
14320 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
14321
14322         * gdb.python/py-value-cc.cc: Improve test case to enable testing
14323         operations on gdb.Value objects.
14324         * gdb.python/py-value-cc.exp: Add new test to test operations on
14325         gdb.Value objects.
14326
14327 2014-02-18  Doug Evans  <dje@google.com>
14328
14329         * Makefile.in (TESTS): New variable.
14330         (expanded_tests, expanded_tests_or_none): New variables
14331         (check-single): Pass $(expanded_tests_or_none) to runtest.
14332         (check-parallel): Only run tests in $(TESTS) if non-empty.
14333         (check/no-matching-tests-found): New rule.
14334         * README: Document TESTS makefile variable.
14335
14336 2014-02-18  Doug Evans  <dje@google.com>
14337
14338         * Makefile.in (check-parallel): rm -rf outputs temp.
14339
14340 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
14341
14342         Fix "ERROR: no fileid for" in the testsuite.
14343         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14344
14345 2014-02-12  Doug Evans  <dje@google.com>
14346
14347         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14348         (MISCELLANEOUS): New variable.
14349         (clean): rm -rf $(MISCELLANEOUS).
14350         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14351         dwp live in the same directory as symlinks, with each symlink pointed
14352         to a differently named file in a different directory.
14353
14354 2014-02-11  Doug Evans  <dje@google.com>
14355
14356         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14357         of Tcl file commands.
14358
14359 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
14360
14361         * gdb.threads/step-after-sr-lock.exp: Avoid executing
14362         "kill -SIGUSR1 -1".
14363
14364 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
14365
14366         * gdb.ada/tick_length_array_enum_idx: New testcase.
14367
14368 2014-02-10  Doug Evans  <xdje42@gmail.com>
14369
14370         * configure.ac (AC_OUTPUT): Add gdb.guile.
14371         * configure: Regenerate.
14372         * lib/gdb-guile.exp: New file.
14373         * lib/gdb.exp (get_target_charset): New function.
14374         * gdb.base/help.exp: Update expected output from "apropos apropos".
14375         * gdb.guile/Makefile.in: New file.
14376         * gdb.guile/guile.exp: New file.
14377         * gdb.guile/scm-arch.c: New file.
14378         * gdb.guile/scm-arch.exp: New file.
14379         * gdb.guile/scm-block.c: New file.
14380         * gdb.guile/scm-block.exp: New file.
14381         * gdb.guile/scm-breakpoint.c: New file.
14382         * gdb.guile/scm-breakpoint.exp: New file.
14383         * gdb.guile/scm-disasm.c: New file.
14384         * gdb.guile/scm-disasm.exp: New file.
14385         * gdb.guile/scm-equal.c: New file.
14386         * gdb.guile/scm-equal.exp: New file.
14387         * gdb.guile/scm-error.exp: New file.
14388         * gdb.guile/scm-error.scm: New file.
14389         * gdb.guile/scm-frame-args.c: New file.
14390         * gdb.guile/scm-frame-args.exp: New file.
14391         * gdb.guile/scm-frame-args.scm: New file.
14392         * gdb.guile/scm-frame-inline.c: New file.
14393         * gdb.guile/scm-frame-inline.exp: New file.
14394         * gdb.guile/scm-frame.c: New file.
14395         * gdb.guile/scm-frame.exp: New file.
14396         * gdb.guile/scm-generics.exp: New file.
14397         * gdb.guile/scm-gsmob.exp: New file.
14398         * gdb.guile/scm-iterator.c: New file.
14399         * gdb.guile/scm-iterator.exp: New file.
14400         * gdb.guile/scm-math.c: New file.
14401         * gdb.guile/scm-math.exp: New file.
14402         * gdb.guile/scm-objfile-script-gdb.in: New file.
14403         * gdb.guile/scm-objfile-script.c: New file.
14404         * gdb.guile/scm-objfile-script.exp: New file.
14405         * gdb.guile/scm-objfile.c: New file.
14406         * gdb.guile/scm-objfile.exp: New file.
14407         * gdb.guile/scm-ports.exp: New file.
14408         * gdb.guile/scm-pretty-print.c: New file.
14409         * gdb.guile/scm-pretty-print.exp: New file.
14410         * gdb.guile/scm-pretty-print.scm: New file.
14411         * gdb.guile/scm-section-script.c: New file.
14412         * gdb.guile/scm-section-script.exp: New file.
14413         * gdb.guile/scm-section-script.scm: New file.
14414         * gdb.guile/scm-symbol.c: New file.
14415         * gdb.guile/scm-symbol.exp: New file.
14416         * gdb.guile/scm-symtab-2.c: New file.
14417         * gdb.guile/scm-symtab.c: New file.
14418         * gdb.guile/scm-symtab.exp: New file.
14419         * gdb.guile/scm-type.c: New file.
14420         * gdb.guile/scm-type.exp: New file.
14421         * gdb.guile/scm-value-cc.cc: New file.
14422         * gdb.guile/scm-value-cc.exp: New file.
14423         * gdb.guile/scm-value.c: New file.
14424         * gdb.guile/scm-value.exp: New file.
14425         * gdb.guile/source2.scm: New file.
14426         * gdb.guile/types-module.cc: New file.
14427         * gdb.guile/types-module.exp: New file.
14428
14429 2014-02-10  Yao Qi  <yao@codesourcery.com>
14430
14431         PR testsuite/16543
14432         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14433         * configure: Regenerated.
14434         * Makefile.in: New file.
14435
14436 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
14437
14438         * gdb.python/py-framefilter.exp: Fix typo.
14439
14440 2014-02-08  Yao Qi  <yao@codesourcery.com>
14441
14442         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14443         that no =breakpoint-modified is emitted when breakpoints are
14444         modified through MI commands.
14445
14446 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
14447             Pedro Alves  <palves@redhat.com>
14448
14449         * gdb.threads/step-after-sr-lock.c: New file.
14450         * gdb.threads/step-after-sr-lock.exp: New file.
14451
14452 2014-02-07  Pedro Alves  <palves@redhat.com>
14453
14454         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14455
14456 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
14457
14458         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14459         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14460
14461 2014-02-06  Doug Evans  <xdje42@gmail.com>
14462
14463         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14464         output.
14465
14466         * gdb.gdb/python-interrupts.exp: New file.
14467
14468 2014-02-05  Yao Qi  <yao@codesourcery.com>
14469
14470         * gdb.trace/report.exp (use_collected_data): Test the output
14471         of "info threads" and "info inferiors".
14472
14473 2014-02-05  Yao Qi  <yao@codesourcery.com>
14474
14475         Revert this patch:
14476
14477         2013-05-24  Yao Qi  <yao@codesourcery.com>
14478
14479         * gdb.trace/tfile.exp: Test inferior and thread.
14480
14481 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14482
14483         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14484         on a function.
14485         * gdb.base/step-bt.c: Call hello via function pointer to make
14486         sure its first instruction is executed on powerpc64le-linux.
14487
14488 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14489
14490         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14491
14492 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14493
14494         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
14495         of the test patterns for use on little-endian systems.
14496
14497 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
14498
14499         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14500         (decimal_vector): Fix for little-endian.
14501
14502 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
14503
14504         * gdb.arch/sparc-sysstep.exp: New file.
14505         * gdb.arch/sparc-sysstep.c: Likewise.
14506
14507         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14508
14509 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
14510
14511         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14512
14513 2014-01-23  Tom Tromey  <tromey@redhat.com>
14514
14515         * gdb.ada/array_char_idx: New testcase.
14516
14517 2014-01-23  Tom Tromey  <tromey@redhat.com>
14518
14519         PR python/16487:
14520         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14521         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14522         classes.
14523
14524 2014-01-23  Tom Tromey  <tromey@redhat.com>
14525
14526         PR python/16491:
14527         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14528         string from an inferior frame.
14529         * gdb.python/py-framefilter-mi.exp: Update.
14530
14531 2014-01-22  Doug Evans  <dje@google.com>
14532
14533         * gdb.server/server-mon.exp: Add tests for "set debug-format".
14534
14535 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14536
14537         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14538
14539 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14540
14541         * gdb.trace/entry-values.exp: Remove excess space character from
14542         regex patterns.  Handle s390 call instruction.
14543
14544 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14545
14546         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14547         define "*_start" label.  Make "name" static.
14548         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14549         ${name} by references to ${name}_start.
14550
14551 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
14552
14553         * gdb.base/info-macros.exp: Remove "debug" from the compile
14554         options.
14555
14556 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14557
14558         * gdb.dlang/demangle.exp: New file.
14559
14560 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14561
14562         * gdb.dlang/primitive-types.exp: New file.
14563
14564 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
14565
14566         * configure.ac: Create gdb.dlang/Makefile.
14567         * configure: Regenerate.
14568         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14569         * gdb.dlang/Makefile.in: New file.
14570         * lib/d-support.exp: New file.
14571         * lib/gdb.exp (skip_d_tests): New proc.
14572
14573 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14574
14575         * gdb.btrace/delta.exp: Check reverse stepi.
14576         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
14577         * gdb.btrace/finish.exp: New.
14578         * gdb.btrace/next.exp: New.
14579         * gdb.btrace/nexti.exp: New.
14580         * gdb.btrace/record_goto.c: Add comments.
14581         * gdb.btrace/step.exp: New.
14582         * gdb.btrace/stepi.exp: New.
14583         * gdb.btrace/multi-thread-step.c: New.
14584         * gdb.btrace/multi-thread-step.exp: New.
14585         * gdb.btrace/rn-dl-bind.c: New.
14586         * gdb.btrace/rn-dl-bind.exp: New.
14587         * gdb.btrace/data.c: New.
14588         * gdb.btrace/data.exp: New.
14589         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14590
14591 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14592
14593         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14594         * gdb.btrace/exception.exp: Update.
14595         * gdb.btrace/instruction_history.exp: Update.
14596         * gdb.btrace/record_goto.exp: Update.
14597         * gdb.btrace/tailcall.exp: Update.
14598         * gdb.btrace/unknown_functions.exp: Update.
14599         * gdb.btrace/delta.exp: New.
14600
14601 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14602
14603         * gdb.btrace/record_goto.exp: Add backtrace test.
14604         * gdb.btrace/tailcall.exp: Add backtrace test.
14605
14606 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14607
14608         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14609         * gdb.btrace/record_goto.c: New.
14610         * gdb.btrace/record_goto.exp: New.
14611         * gdb.btrace/x86-record_goto.S: New.
14612
14613 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14614
14615         * gdb.btrace/function_call_history.exp: Update tests.
14616         * gdb.btrace/instruction_history.exp: Update tests.
14617
14618 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14619
14620         * gdb.btrace/function_call_history.exp: Fix expected field
14621         order for "record function-call-history".
14622         Add new tests for "record function-call-history /c".
14623         * gdb.btrace/exception.cc: New.
14624         * gdb.btrace/exception.exp: New.
14625         * gdb.btrace/tailcall.exp: New.
14626         * gdb.btrace/x86-tailcall.S: New.
14627         * gdb.btrace/x86-tailcall.c: New.
14628         * gdb.btrace/unknown_functions.c: New.
14629         * gdb.btrace/unknown_functions.exp: New.
14630         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14631
14632 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14633
14634         * gdb.btrace/instruction_history.exp: Update.
14635         * gdb.btrace/function_call_history.exp: Update.
14636
14637 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14638
14639         * gdb.btrace/function_call_history.exp: Fix expected function
14640         trace.
14641         * gdb.btrace/instruction_history.exp: Initialize traced.
14642         Remove traced_functions.
14643
14644 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14645
14646         * gdb.btrace/function_call_history.exp: Update
14647         * gdb.btrace/instruction_history.exp: Update.
14648
14649 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
14650
14651         * gdb.btrace/enable.exp: Update expected text.
14652
14653 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
14654
14655         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14656         bytes.
14657
14658 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
14659
14660         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14661
14662 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
14663
14664         * lib/gdb.exp (supports_process_record): Return true for
14665         arm*-linux*.  (supports_reverse): Likewise.
14666
14667 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
14668
14669         PR python/15464
14670         PR python/16113
14671         * gdb.python/py-type.c: Enhance test case.
14672         * gdb.python/py-value-cc.cc: Likewise
14673         * gdb.python/py-type.exp: Add new tests.
14674         * gdb.python/py-value-cc.exp: Likewise
14675
14676 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
14677             Pedro Alves <palves@redhat.com>
14678
14679         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14680         Make "name" extern.
14681         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14682         references to ${name}_start by references to ${name}.
14683
14684 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14685
14686         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14687
14688 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
14689
14690         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14691
14692 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
14693             Pedro Alves  <palves@redhat.com>
14694
14695         * gdb.mi/mi-info-os.exp: Connect to the target with
14696         mi_gdb_target_load.
14697
14698 2014-01-08  Pedro Alves  <palves@redhat.com>
14699
14700         * gdb.threads/reconnect-signal.c: New file.
14701         * gdb.threads/reconnect-signal.exp: New file.
14702
14703 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
14704
14705         * gdb.base/source-dir.exp: New file.
14706
14707 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14708
14709         * gdb.ada/mi_interface: New testcase.
14710
14711 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14712
14713         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14714         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14715         gdb.ada/pp-rec-component/pck.ads: New files.
14716
14717 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
14718
14719         * gdb.python/py-pp-integral.c: New file.
14720         * gdb.python/py-pp-integral.py: New file.
14721         * gdb.python/py-pp-integral.exp: New file.
14722
14723 For older changes see ChangeLog-1993-2013.
14724 \f
14725 ;; Local Variables:
14726 ;; mode: change-log
14727 ;; left-margin: 8
14728 ;; fill-column: 74
14729 ;; version-control: never
14730 ;; End:
14731
14732     Copyright 2014-2018 Free Software Foundation, Inc.
14733   Copying and distribution of this file, with or without modification,
14734   are permitted provided the copyright notice and this notice are preserved.